Datta_Ajaxminicart - Version 1.0.0

Version Notes

Ajax mini cart initial version release.

Download this release

Release Info

Developer Dattatray Yadav
Extension Datta_Ajaxminicart
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (61) hide show
  1. app/code/community/Datta/Ajaxminicart/Block/Adminhtml/Info.php +52 -0
  2. app/code/community/Datta/Ajaxminicart/Block/Adminhtml/Url.php +107 -0
  3. app/code/community/Datta/Ajaxminicart/Helper/Data.php +36 -0
  4. app/code/community/Datta/Ajaxminicart/Model/Observer.php +222 -0
  5. app/code/community/Datta/Ajaxminicart/Model/Response.php +113 -0
  6. app/code/community/Datta/Ajaxminicart/controllers/Checkout/CartController.php +279 -0
  7. app/code/community/Datta/Ajaxminicart/etc/config.xml +150 -0
  8. app/code/community/Datta/Ajaxminicart/etc/system.xml +78 -0
  9. app/design/frontend/base/default/layout/ajaxminicart.xml +207 -0
  10. app/design/frontend/base/default/template/ajaxminicart/cart/cart_mini.phtml +94 -0
  11. app/design/frontend/base/default/template/ajaxminicart/cart/item/default.phtml +222 -0
  12. app/design/frontend/base/default/template/ajaxminicart/configurable_options.phtml +97 -0
  13. app/design/frontend/base/default/template/ajaxminicart/grouped_options.phtml +97 -0
  14. app/design/frontend/base/default/template/ajaxminicart/sidebar/default.phtml +190 -0
  15. app/etc/modules/Datta_Ajaxminicart.xml +38 -0
  16. package.xml +18 -0
  17. skin/frontend/base/default/ajaxminicart/ajacart.css +425 -0
  18. skin/frontend/base/default/ajaxminicart/ajaxcart.css +445 -0
  19. skin/frontend/base/default/ajaxminicart/ajaxminicart.js +712 -0
  20. skin/frontend/base/default/ajaxminicart/fonts/glyphicons-halflings-regular.eot +0 -0
  21. skin/frontend/base/default/ajaxminicart/fonts/glyphicons-halflings-regular.svg +229 -0
  22. skin/frontend/base/default/ajaxminicart/fonts/glyphicons-halflings-regular.ttf +0 -0
  23. skin/frontend/base/default/ajaxminicart/fonts/glyphicons-halflings-regular.woff +0 -0
  24. skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoon.eot +0 -0
  25. skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoon.svg +232 -0
  26. skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoon.ttf +0 -0
  27. skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoon.woff +0 -0
  28. skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoond41d.eot +0 -0
  29. skin/frontend/base/default/ajaxminicart/fonts/icomoon/style.css +150 -0
  30. skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfont.eot +0 -0
  31. skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfont.svg +1830 -0
  32. skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfont.ttf +0 -0
  33. skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfont.woff +0 -0
  34. skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfontd41d.eot +0 -0
  35. skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfont.eot +0 -0
  36. skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfont.svg +1831 -0
  37. skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfont.ttf +0 -0
  38. skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfont.woff +0 -0
  39. skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfontd41d.eot +0 -0
  40. skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfont.eot +0 -0
  41. skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfont.svg +1831 -0
  42. skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfont.ttf +0 -0
  43. skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfont.woff +0 -0
  44. skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfontd41d.eot +0 -0
  45. skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfont.eot +0 -0
  46. skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfont.svg +1830 -0
  47. skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfont.ttf +0 -0
  48. skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfont.woff +0 -0
  49. skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfontd41d.eot +0 -0
  50. skin/frontend/base/default/ajaxminicart/fonts/open-sans/stylesheet.css +43 -0
  51. skin/frontend/base/default/ajaxminicart/growler.css +0 -0
  52. skin/frontend/base/default/ajaxminicart/growler.js +169 -0
  53. skin/frontend/base/default/ajaxminicart/jquery-noconflict.min.js +1 -0
  54. skin/frontend/base/default/ajaxminicart/jquery.hoverIntent.js +112 -0
  55. skin/frontend/base/default/ajaxminicart/jquery.min.js +2 -0
  56. skin/frontend/base/default/ajaxminicart/mini-cart.js +169 -0
  57. skin/frontend/base/default/ajaxminicart/mini-cartlib.js +444 -0
  58. skin/frontend/base/default/ajaxminicart/modalbox.css +425 -0
  59. skin/frontend/base/default/ajaxminicart/modalbox.js +450 -0
  60. skin/frontend/base/default/ajaxminicart/spinner.gif +0 -0
  61. skin/frontend/base/default/images/ajax_load.gif +0 -0
app/code/community/Datta/Ajaxminicart/Block/Adminhtml/Info.php ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ *
22
+ * @category Datta
23
+ * @package Datta_Ajaxminicart
24
+ * @created Dattatray Yadav 28th May, 2014 1:45pm
25
+ * @author Clarion magento team<Dattatray Yadav>
26
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
28
+ */
29
+
30
+ class Datta_Ajaxminicart_Block_Adminhtml_Info extends Mage_Adminhtml_Block_System_Config_Form_Fieldset {
31
+ protected function _getInfo($content) {
32
+ $output = $this->_getStyle();
33
+ $output .= '<div class="creativestyle-info">';
34
+ $output .= $content;
35
+ $output .= '</div>';
36
+ return $output;
37
+ }
38
+ protected function _getStyle() {
39
+ $content = '<style>';
40
+ $content .= '.creativestyle-info { border: 1px solid #cccccc; background: #e7efef; margin-bottom: 10px; padding: 10px; height: auto; }';
41
+ $content .= '.creativestyle-info .creativestyle-logo { float: right; padding: 5px; }';
42
+ $content .= '.creativestyle-info .creativestyle-command { border: 1px solid #cccccc; background: #ffffff; padding: 15px; text-align: left; margin: 10px 0; font-weight: bold; }';
43
+ $content .= '.creativestyle-info h3 { color: #ea7601; }';
44
+ $content .= '.creativestyle-info h3 small { font-weight: normal; font-size: 80%; font-style: italic; }';
45
+ $content .= '</style>';
46
+ return $content;
47
+ }
48
+ public function render(Varien_Data_Form_Element_Abstract $element) {
49
+ $content = '<h3></h3>';
50
+ return $this->_getInfo($content);
51
+ }
52
+ }
app/code/community/Datta/Ajaxminicart/Block/Adminhtml/Url.php ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ *
22
+ * @category Datta
23
+ * @package Datta_Ajaxminicart
24
+ * @created Dattatray Yadav 28th May, 2014 1:45pm
25
+ * @author Clarion magento team<Dattatray Yadav>
26
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
28
+ */
29
+
30
+ class Datta_Ajaxminicart_Block_Adminhtml_Url extends Mage_Adminhtml_Block_System_Config_Form_Field {
31
+
32
+ protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element) {
33
+ $this->setElement($element);
34
+ $output = '<script type="text/javascript">//<![CDATA[' . "\n";
35
+ $output .= ' var xml_form_template = \'' . str_replace("'", "\'", $this->_getRowEditHtml()) .'\';' . "\n";
36
+ $output .= '//]]></script>' . "\n";
37
+ $output .= '<input type="hidden" name="' . $this->getElement()->getName() . '" value="">';
38
+ $output .= '<table id="xml_container" style="border-collapse:collapse;"><tbody>';
39
+ $output .= $this->_getHeaderHtml();
40
+ if ($this->getElement()->getData('value')) {
41
+ foreach ($this->getElement()->getData('value/id') as $elementIndex => $elementName) {
42
+ $output .= $this->_getRowHtml($elementIndex);
43
+ }
44
+ }
45
+ $output .= '<tr><td colspan="2" style="padding: 4px 0;">';
46
+ $output .= $this->_getAddButtonHtml();
47
+ $output .= '</td></tr>';
48
+ $output .= '</tbody></table>';
49
+ return $output;
50
+ }
51
+ protected function _getHeaderHtml() {
52
+ $output = '<tr>';
53
+ $output .= '<th style="padding: 2px; text-align: center;">';
54
+ $output .= Mage::helper('ajaxminicart')->__('ID/Class selector of block to be updated');
55
+ $output .= '</th>';
56
+ $output .= '<th style="padding: 2px; text-align: center;">';
57
+ $output .= Mage::helper('ajaxminicart')->__('Layout Update Block name(should be same as in XML)');
58
+ $output .= '</th>';
59
+ $output .= '<th>&nbsp;</th>';
60
+ $output .= '</tr>';
61
+ return $output;
62
+ }
63
+ protected function _getRowHtml($index = 0) {
64
+ $output = '<tr>';
65
+ $output .= '<td style="padding: 2px 0;">';
66
+ $output .= '<input type="text" class="required-entry input-text" style="margin-right:10px" name="' . $this->getElement()->getName() . '[id][]" value="' . $this->getElement()->getData('value/id/' . $index) . '" />';
67
+ $output .= '</td>';
68
+ $output .= '<td style="padding: 2px 0;">';
69
+ $output .= '<input class="required-entry input-text" name="' . $this->getElement()->getName() . '[xml][]" value="'.$this->getElement()->getData('value/xml/' . $index) . '">';
70
+ $output .= '</td>';
71
+ $output .= '<td style="padding: 2px 4px;">';
72
+ $output .= $this->_getRemoveButtonHtml();
73
+ $output .= '</td>';
74
+ $output .= '</tr>';
75
+ return $output;
76
+ }
77
+ protected function _getRowEditHtml() {
78
+ $output = '<tr>';
79
+ $output .= '<td style="padding: 2px 0;">';
80
+ $output .= '<input class="required-entry input-text" style="margin-right:10px" name="' . $this->getElement()->getName() . '[id][]" />';
81
+ $output .= '</td>';
82
+ $output .= '<td style="padding: 2px 0;">';
83
+ $output .= '<input class="required-entry input-text" name="' . $this->getElement()->getName() . '[xml][]">';
84
+ $output .= '</td>';
85
+ $output .= '<td style="padding: 2px 4px;">';
86
+ $output .= $this->_getRemoveButtonHtml();
87
+ $output .= '</td>';
88
+ $output .= '</tr>';
89
+ return $output;
90
+ }
91
+ protected function _getAddButtonHtml() {
92
+ return $this->getLayout()->createBlock('adminhtml/widget_button')
93
+ ->setType('button')
94
+ ->setClass('add')
95
+ ->setLabel($this->__('Add Layout Update Block'))
96
+ ->setOnClick("Element.insert($(this).up('tr'), {before: xml_form_template})")
97
+ ->toHtml();
98
+ }
99
+ protected function _getRemoveButtonHtml() {
100
+ return $this->getLayout()->createBlock('adminhtml/widget_button')
101
+ ->setType('button')
102
+ ->setClass('delete v-middle')
103
+ ->setLabel($this->__('Delete'))
104
+ ->setOnClick("Element.remove($(this).up('tr'))")
105
+ ->toHtml();
106
+ }
107
+ }
app/code/community/Datta/Ajaxminicart/Helper/Data.php ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ *
23
+ * @category Datta
24
+ * @package Datta_Ajaxcart
25
+ * @created Dattatray Yadav 28th May, 2014 3:30pm
26
+ * @author Clarion magento team<Dattatray Yadav>
27
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
28
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
29
+ */
30
+
31
+ class Datta_Ajaxminicart_Helper_data extends Mage_Core_Helper_Abstract {
32
+
33
+ }
34
+ class Mage_Ajaxminicart_Helper_data extends Mage_Core_Helper_Abstract {
35
+
36
+ }
app/code/community/Datta/Ajaxminicart/Model/Observer.php ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category Datta
22
+ * @package Datta_Ajaxminicart
23
+ * @created Dattatray Yadav 28th May, 2014 3:40pm
24
+ * @author Clarion magento team<Dattatray Yadav>
25
+ * @purpose add to cart event observer and set response
26
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
27
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
28
+ */
29
+ class Datta_Ajaxminicart_Model_Observer {
30
+
31
+ public function addToCartEvent($observer) {
32
+
33
+ $request = Mage::app()->getFrontController()->getRequest();
34
+
35
+ if (!$request->getParam('in_cart') && !$request->getParam('is_checkout')) {
36
+ Mage::getSingleton('checkout/session')->setNoCartRedirect(true);
37
+ $quote = Mage::getSingleton('checkout/cart')->getQuote();
38
+ $grandTotal = $quote->getGrandTotal();
39
+ $subTotal = $quote->getSubtotal();
40
+ $session= Mage::getSingleton('checkout/session');
41
+ $shippingTaxamount = Mage::helper('checkout')->getQuote()->getShippingAddress()->getData('tax_amount');
42
+
43
+ // get coupon discounted value
44
+ $totals = $quote->getTotals(); //Total object
45
+ if(isset($totals['discount']) && $totals['discount']->getValue()) {
46
+ $discount = Mage::helper('core')->currency($totals['discount']->getValue()); //Discount value if applied
47
+ }else{
48
+ $discount ='';
49
+ }
50
+ //get discount value end
51
+
52
+ $html='';
53
+ $productser = '';
54
+ foreach($session->getQuote()->getAllVisibleItems() as $item)
55
+ {
56
+
57
+
58
+ $productOptions = $item->getProduct()->getTypeInstance(true)->getOrderOptions($item->getProduct());
59
+ //print_r($productOptions);
60
+ if($productOptions){
61
+ if(isset($productOptions['options'])){
62
+ foreach($productOptions['options'] as $_option){
63
+ $productser = $_option['option_id'].','.$_option['option_value'];
64
+ }
65
+ }
66
+ $superAttrString ='';
67
+ if(isset($productOptions['info_buyRequest']['super_attribute'])){
68
+ foreach($productOptions['info_buyRequest']['super_attribute'] as $key => $_superAttr){
69
+ $superAttrString .= '&super_attribute'.'['.$key.']='.$_superAttr;
70
+ }
71
+ }
72
+ if($superAttrString):
73
+ $superAttrString.'&qty=1';
74
+ endif;
75
+ }
76
+
77
+
78
+ $productid = $item->getId();
79
+ $html .='<li id="li-'.$productid.'">';
80
+ $product_id = $item->getProduct()->getId();
81
+ $productsku = $item->getSku();
82
+ $productname = $item->getName();
83
+ $productqty = $item->getQty();
84
+ $_product = Mage::getModel('catalog/product')->load($product_id);
85
+ $url = Mage::getUrl(
86
+ 'checkout/cart/deleteqty',
87
+ array(
88
+ 'id'=>$productid,
89
+ Mage_Core_Controller_Front_Action::PARAM_NAME_URL_ENCODED => Mage::helper('core/url')->getEncodedUrl()
90
+ )
91
+ );
92
+ $count = $quote->getItemsCount();
93
+ $html .='<div class="item-thumbnail">';
94
+ if ($item->hasProductUrl()):
95
+ $html .='<a href="'. $item->getUrl().'" title="'. $item->getName().'" class="product-image"><img src="'. Mage::helper('catalog/image')->init($item->getProduct(), 'thumbnail').'" width="50" height="50" alt="'. $this->escapeHtml($item->getName()).'" /></a>';
96
+ else:
97
+ $html .='<span><img src="'.Mage::helper('catalog/image')->init($item->getProduct(), 'thumbnail').'" width="50" height="50" alt="'.$item->getName() .'" /></span>';
98
+ endif;
99
+ $html .='</div>';
100
+ $html .='<div class="mini-basket-content-wrapper">
101
+ <div class="mini-cart-name">
102
+ <a class="item-name" href="'.$item->getUrl().'">'.$productname.'</a>
103
+ </div>
104
+ <div class="qty-btngroup">
105
+ <button class="minus" type="button" onclick="setDeleteqty('.$productid.",'". $url."'".')">-</button>
106
+ <input type="text" id="cart_qty_'.$productid.'" class="input-text qty" maxlength="12" title="Qty" size="4" value="'.$productqty.'" name="cart['.$productid.'][qty]" readonly="readonly">
107
+ <button class="plus add-to-cart" type="button" onclick="setLocation('."'". Mage::getUrl('checkout/cart/add', array('product'=>$product_id)) ."?option=".$productser.$superAttrString."',".$productid.")".'">+</button>
108
+ </div>
109
+
110
+ <span class="item-price">
111
+ &nbsp;&nbsp;x
112
+
113
+ <span class="price">$'.$item->getPrice().'</span>
114
+
115
+ </span>
116
+ </div> <a href="javascript:void(0);" id="'.$productid.'" onclick="setDeleteitem('.$productid.",'". $url."'".')" title="Remove item" class="remove-btn" ><span class="icon-remove"></span></a>
117
+ <div class="clearfix"></div>';
118
+
119
+ $html .='</li>';
120
+ }
121
+
122
+ $_response = Mage::getModel('ajaxminicart/response')
123
+ ->setProductName($observer->getProduct()->getName())
124
+ ->setCarttotal($grandTotal)
125
+ ->setCartsubtotal($subTotal)
126
+ ->setCartcount($count)
127
+ ->setDiscount($discount)
128
+ ->setShippingtaxamount($shippingTaxamount)
129
+ ->setCartitem($html)
130
+ ->setMessage(Mage::helper('checkout')->__('%s was added into cart.', $observer->getProduct()->getName()));
131
+
132
+ //append updated blocks
133
+ $_response->addUpdatedBlocks($_response);
134
+
135
+ $_response->send();
136
+
137
+ }
138
+ if ($request->getParam('is_checkout')) {
139
+
140
+ Mage::getSingleton('checkout/session')->setNoCartRedirect(true);
141
+
142
+ $_response = Mage::getModel('ajaxminicart/response')
143
+ ->setProductName($observer->getProduct()->getName())
144
+ ->setMessage(Mage::helper('checkout')->__('%s was added into cart.', $observer->getProduct()->getName()));
145
+ $_response->send();
146
+ }
147
+ }
148
+
149
+ public function updateItemEvent($observer) {
150
+
151
+ $request = Mage::app()->getFrontController()->getRequest();
152
+
153
+ if (!$request->getParam('in_cart') && !$request->getParam('is_checkout')) {
154
+
155
+ Mage::getSingleton('checkout/session')->setNoCartRedirect(true);
156
+ $quote = Mage::getSingleton('checkout/cart')->getQuote();
157
+ $grandTotal = $quote->getGrandTotal();
158
+ $subTotal = $quote->getSubtotal();
159
+ $shippingTaxamount = Mage::helper('checkout')->getQuote()->getShippingAddress()->getData('tax_amount');
160
+
161
+ // get coupon discounted value
162
+ $totals = $quote->getTotals(); //Total object
163
+ if(isset($totals['discount']) && $totals['discount']->getValue()) {
164
+ $discount = Mage::helper('core')->currency($totals['discount']->getValue()); //Discount value if applied
165
+ }else{
166
+ $discount ='';
167
+ }
168
+ //get discount value end
169
+ $_response = Mage::getModel('ajaxminicart/response')
170
+ ->setCarttotal($grandTotal)
171
+ ->setCartsubtotal($subTotal)
172
+ ->setShippingtaxamount($shippingTaxamount)
173
+ ->setDiscount($discount)
174
+ ->setMessage(Mage::helper('checkout')->__('Item was updated'));
175
+
176
+ //append updated blocks
177
+ $_response->addUpdatedBlocks($_response);
178
+
179
+ $_response->send();
180
+ }
181
+ if ($request->getParam('is_checkout')) {
182
+
183
+ Mage::getSingleton('checkout/session')->setNoCartRedirect(true);
184
+
185
+ $_response = Mage::getModel('ajaxminicart/response')
186
+ ->setMessage(Mage::helper('checkout')->__('Item was updated'));
187
+ $_response->send();
188
+ }
189
+ }
190
+ public function getConfigurableOptions($observer) {
191
+ $is_ajax = Mage::app()->getFrontController()->getRequest()->getParam('ajax');
192
+
193
+ if($is_ajax) {
194
+ $_response = Mage::getModel('ajaxminicart/response');
195
+ $_response = Mage::getModel('ajaxminicart/response');
196
+
197
+ $product = Mage::registry('current_product');
198
+ if (!$product->isConfigurable() && !$product->getTypeId() == 'bundle'){return false;exit;}
199
+ //append configurable options block
200
+ $_response->addConfigurableOptionsBlock($_response);
201
+ $_response->send();
202
+ }
203
+ return;
204
+ }
205
+ public function getGroupProductOptions() {
206
+ $id = Mage::app()->getFrontController()->getRequest()->getParam('product');
207
+ $options = Mage::app()->getFrontController()->getRequest()->getParam('super_group');
208
+ if($id) {
209
+ $product = Mage::getModel('catalog/product')->load($id);
210
+ if($product->getData()) {
211
+ if($product->getTypeId() == 'grouped' && !$options) {
212
+ $_response = Mage::getModel('ajaxminicart/response');
213
+ Mage::register('product', $product);
214
+ Mage::register('current_product', $product);
215
+ //add group product's items block
216
+ $_response->addGroupProductItemsBlock($_response);
217
+ $_response->send();
218
+ }
219
+ }
220
+ }
221
+ }
222
+ }
app/code/community/Datta/Ajaxminicart/Model/Response.php ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ *
22
+ * @category Datta
23
+ * @package Datta_Ajaxcart
24
+ * @created Dattatray Yadav 28th May, 2014 3:40pm
25
+ * @author Clarion magento team<Dattatray Yadav>
26
+ * @purpose send response and update blocks
27
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
28
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
29
+ */
30
+ class Datta_Ajaxminicart_Model_Response extends Mage_Catalog_Block_Product_Abstract {
31
+
32
+ public function send() {
33
+ Zend_Json::$useBuiltinEncoderDecoder = true;
34
+ if ($this->getError())
35
+ $this->setR('error');
36
+ else
37
+ $this->setR('success');
38
+ Mage::app()->getFrontController()->getResponse()->setHeader('Content-Type', 'text/plain')->setBody(Zend_Json::encode($this->getData()));
39
+ Mage::app()->getFrontController()->getResponse()->sendResponse();
40
+ die;
41
+ }
42
+
43
+ public function addUpdatedBlocks(&$_response) {
44
+ $updated_blocks = unserialize(Mage::getStoreConfig('ajaxminicart/general/update_blocks'));
45
+
46
+ if ($updated_blocks) {
47
+ $layout = Mage::getSingleton('core/layout');
48
+ $res = array();
49
+ foreach ($updated_blocks['id'] as $index => $block) {
50
+ $value = $layout->getBlock($updated_blocks['xml'][$index]);
51
+ if ($value) {
52
+ $tmp['key'] = $block;
53
+ $tmp['value'] = $value->toHtml();
54
+ $res[] = $tmp;
55
+ }
56
+ }
57
+ if (!empty($res)) {
58
+ $_response->setUpdateBlocks($res);
59
+ }
60
+ }
61
+ }
62
+
63
+ public function addConfigurableOptionsBlock(&$_response) {
64
+ $layout = Mage::getSingleton('core/layout');
65
+ $res = '';
66
+ $_product = Mage::registry('current_product');
67
+
68
+ $layout->getUpdate()->addHandle('ajaxminicart_configurable_options');
69
+
70
+ if ($_product->getTypeId() == 'bundle')
71
+ $layout->getUpdate()->addHandle('ajaxminicart_bundle_options');
72
+
73
+ // set unique cache ID to bypass caching
74
+ $cacheId = 'LAYOUT_'.Mage::app()->getStore()->getId().md5(join('__', $layout->getUpdate()->getHandles()));
75
+ $layout->getUpdate()->setCacheId($cacheId);
76
+ $layout->getUpdate()->load();
77
+ $layout->generateXml();
78
+ $layout->generateBlocks();
79
+ $value = $layout->getBlock('ajaxminicart.configurable.options');
80
+
81
+ if ($value) {
82
+ $res .= $value->toHtml();
83
+ }
84
+ if ($_product->getTypeId() == 'bundle') {
85
+ $value = $layout->getBlock('product.info.bundle');
86
+
87
+ if ($value) {
88
+ $res .= $value->toHtml();
89
+ }
90
+ }
91
+ if (!empty($res)) {
92
+ $_response->setConfigurableOptionsBlock($res);
93
+ }
94
+ }
95
+ public function addGroupProductItemsBlock(&$_response) {
96
+ $layout = Mage::getSingleton('core/layout');
97
+ $res = '';
98
+ $layout->getUpdate()->addHandle('ajaxminicart_grouped_options');
99
+ // set unique cache ID to bypass caching
100
+ $cacheId = 'LAYOUT_'.Mage::app()->getStore()->getId().md5(join('__', $layout->getUpdate()->getHandles()));
101
+ $layout->getUpdate()->setCacheId($cacheId);
102
+ $layout->getUpdate()->load();
103
+ $layout->generateXml();
104
+ $layout->generateBlocks();
105
+ $value = $layout->getBlock('ajaxminicart.grouped.options');
106
+ if ($value) {
107
+ $res .= $value->toHtml();
108
+ }
109
+ if (!empty($res)) {
110
+ $_response->setConfigurableOptionsBlock($res);
111
+ }
112
+ }
113
+ }
app/code/community/Datta/Ajaxminicart/controllers/Checkout/CartController.php ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ *
22
+ * @category Datta
23
+ * @package Datta_Ajaxminicart
24
+ * @created Dattatray Yadav 28th May, 2014 2:00pm
25
+ * @author Clarion magento team<Dattatray Yadav>
26
+ * @purpose Manage ajax cart add action and return result
27
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
28
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
29
+ */
30
+
31
+ require_once 'Mage/Checkout/controllers/CartController.php';
32
+ class Datta_Ajaxminicart_Checkout_CartController extends Mage_Checkout_CartController {
33
+
34
+ /**
35
+ * Add product to shopping cart action
36
+ */
37
+ public function addAction() {
38
+
39
+ $cart = $this->_getCart();
40
+ $params = $this->getRequest()->getParams();
41
+
42
+ try {
43
+ if (isset($params['qty'])) {
44
+ $filter = new Zend_Filter_LocalizedToNormalized(
45
+ array('locale' => Mage::app()->getLocale()->getLocaleCode())
46
+ );
47
+ $params['qty'] = $filter->filter($params['qty']);
48
+ }
49
+ if (isset($params['options'])) {
50
+ $params['options'] = $params['options'];
51
+ }
52
+ $product = $this->_initProduct();
53
+
54
+ /**
55
+ * Check product availability
56
+ */
57
+ if (!$product) {
58
+ $this->_goBack();
59
+ return;
60
+ }
61
+
62
+ $cart->addProduct($product, $params);
63
+ $cart->save();
64
+ $this->applyCoupon();
65
+ $this->_getSession()->setCartWasUpdated(true);
66
+ Mage::getSingleton('checkout/session')->setCartWasUpdated(true);
67
+
68
+ $this->getLayout()->getUpdate()->addHandle('ajaxminicart');
69
+ $this->loadLayout();
70
+
71
+ Mage::dispatchEvent('checkout_cart_add_product_complete', array('product' => $product, 'request' => $this->getRequest(), 'response' => $this->getResponse())
72
+ );
73
+
74
+ if (!$this->_getSession()->getNoCartRedirect(true)) {
75
+ if (!$cart->getQuote()->getHasError()) {
76
+ $message = $this->__('%s was added to your shopping cart.', Mage::helper('core')->escapeHtml($product->getName()));
77
+ $this->_getSession()->addSuccess($message);
78
+ }
79
+ $this->_goBack();
80
+ }
81
+ } catch (Mage_Core_Exception $e) {
82
+ $_response = Mage::getModel('ajaxminicart/response');
83
+ $_response->setError(true);
84
+
85
+ $messages = array_unique(explode("\n", $e->getMessage()));
86
+ $json_messages = array();
87
+ foreach ($messages as $message) {
88
+ $json_messages[] = Mage::helper('core')->escapeHtml($message);
89
+ }
90
+ $_response->setMessages($json_messages);
91
+ $url = $this->_getSession()->getRedirectUrl(true);
92
+ $_response->send();
93
+ } catch (Exception $e) {
94
+ $this->_getSession()->addException($e, $this->__('Cannot add the item to shopping cart.'));
95
+ Mage::logException($e);
96
+ $_response = Mage::getModel('ajaxminicart/response');
97
+ $_response->setError(true);
98
+ $_response->setMessage($this->__('Cannot add the item to shopping cart.'));
99
+ $_response->send();
100
+ }
101
+ }
102
+ /*
103
+ * Update product configuration for a cart item
104
+ */
105
+ public function updateItemOptionsAction() {
106
+ $cart = $this->_getCart();
107
+ $id = (int) $this->getRequest()->getParam('id');
108
+ $params = $this->getRequest()->getParams();
109
+
110
+ if (!isset($params['options'])) {
111
+ $params['options'] = array();
112
+ }
113
+ try {
114
+ if (isset($params['qty'])) {
115
+ $filter = new Zend_Filter_LocalizedToNormalized(
116
+ array('locale' => Mage::app()->getLocale()->getLocaleCode())
117
+ );
118
+ $params['qty'] = $filter->filter($params['qty']);
119
+ }
120
+
121
+ $quoteItem = $cart->getQuote()->getItemById($id);
122
+ if (!$quoteItem) {
123
+ Mage::throwException($this->__('Quote item is not found.'));
124
+ }
125
+
126
+ $item = $cart->updateItem($id, new Varien_Object($params));
127
+ if (is_string($item)) {
128
+ Mage::throwException($item);
129
+ }
130
+ if ($item->getHasError()) {
131
+ Mage::throwException($item->getMessage());
132
+ }
133
+ $this->_getSession()->setCartWasUpdated(true);
134
+ $cart->save();
135
+ $this->applyCoupon();
136
+
137
+ $this->getLayout()->getUpdate()->addHandle('ajaxminicart');
138
+ $this->loadLayout();
139
+
140
+ Mage::dispatchEvent('checkout_cart_update_item_complete', array('item' => $item, 'request' => $this->getRequest(), 'response' => $this->getResponse())
141
+ );
142
+ if (!$this->_getSession()->getNoCartRedirect(true)) {
143
+ if (!$cart->getQuote()->getHasError()) {
144
+ $message = $this->__('%s was updated in your shopping cart.', Mage::helper('core')->htmlEscape($item->getProduct()->getName()));
145
+ $this->_getSession()->addSuccess($message);
146
+ }
147
+ $this->_goBack();
148
+ }
149
+ } catch (Mage_Core_Exception $e) {
150
+ $_response = Mage::getModel('ajaxminicart/response');
151
+ $_response->setError(true);
152
+
153
+ $messages = array_unique(explode("\n", $e->getMessage()));
154
+ $json_messages = array();
155
+ foreach ($messages as $message) {
156
+ $json_messages[] = Mage::helper('core')->escapeHtml($message);
157
+ }
158
+ $_response->setMessages($json_messages);
159
+ $url = $this->_getSession()->getRedirectUrl(true);
160
+ $_response->send();
161
+ } catch (Exception $e) {
162
+ $this->_getSession()->addException($e, $this->__('Cannot update the item.'));
163
+ Mage::logException($e);
164
+ $_response = Mage::getModel('ajaxminicart/response');
165
+ $_response->setError(true);
166
+ $_response->setMessage($this->__('Cannot update the item.'));
167
+ $_response->send();
168
+ }
169
+ }
170
+ /**
171
+ * Delete shoping cart item action
172
+ */
173
+ public function deleteAction() {
174
+ $id = (int) $this->getRequest()->getParam('id');
175
+ if ($id) {
176
+ try {
177
+ $this->_getCart()->removeItem($id)
178
+ ->save();
179
+
180
+ } catch (Exception $e) {
181
+ $_response = Mage::getModel('ajaxminicart/response');
182
+ $_response->setError(true);
183
+ $_response->setMessage($this->__('Error...Cannot remove the item.'));
184
+ $_response->send();
185
+ Mage::logException($e);
186
+ }
187
+ }
188
+ Mage::getSingleton('checkout/session')->setNoCartRedirect(true);
189
+ $quote = Mage::getSingleton('checkout/cart')->getQuote();
190
+ $shippingTaxamount = Mage::helper('checkout')->getQuote()->getShippingAddress()->getData('tax_amount');
191
+ // get coupon discounted value
192
+ $totals = $quote->getTotals(); //Total object
193
+ if(isset($totals['discount']) && $totals['discount']->getValue()) {
194
+ $discount = Mage::helper('core')->currency($totals['discount']->getValue()); //Discount value if applied
195
+ }else{
196
+ $discount ='';
197
+ }
198
+ //get discount value end
199
+ $count = $quote->getItemsCount();
200
+ $grandTotal = $quote->getGrandTotal();
201
+ $subTotal = $quote->getSubtotal();
202
+ $_response = Mage::getModel('ajaxminicart/response');
203
+ $_response->setCarttotal($grandTotal);
204
+ $_response->setCartsubtotal($subTotal);
205
+ $_response->setDiscount($discount);
206
+ $_response->setShippingtaxamount($shippingTaxamount);
207
+ $_response->setCartcount($count);
208
+ $_response->setMessage($this->__('Item was removed'));
209
+ //append updated blocks
210
+ $this->getLayout()->getUpdate()->addHandle('ajaxminicart');
211
+ $this->loadLayout();
212
+ $_response->addUpdatedBlocks($_response);
213
+ $_response->send();
214
+ }
215
+ public function deleteqtyAction() {
216
+ $id = (int) $this->getRequest()->getParam('id');
217
+ $qty = (int) $this->getRequest()->getParam('qty');
218
+ $message ='';
219
+ $_response = Mage::getModel('ajaxminicart/response');
220
+ $quote = Mage::getSingleton('checkout/session')->getQuote();
221
+ if ($id) {
222
+ try {
223
+ $product = Mage::getModel('catalog/product')->load($id);
224
+ if($qty>=1){
225
+ $cartItems = $quote->getAllVisibleItems();
226
+ $cart = Mage::getSingleton('checkout/cart');
227
+ foreach ($cartItems as $item) {
228
+ if($id==$item->getId()){
229
+ $item->setQty($qty);
230
+ $cart->save();
231
+ $message = $this->__('Item qty was removed.');
232
+ }
233
+ }
234
+ //get Item
235
+ }else{
236
+ $this->_getCart()->removeItem($id)
237
+ ->save();
238
+ $message = $this->__('Item was removed.');
239
+ }
240
+ } catch (Exception $e) {
241
+ $_response = Mage::getModel('ajaxminicart/response');
242
+ $_response->setError(true);
243
+ $_response->setMessage($this->__('Error...Cannot remove the item.'));
244
+ $_response->send();
245
+ Mage::logException($e);
246
+ }
247
+ }
248
+ Mage::getSingleton('checkout/session')->setNoCartRedirect(true);
249
+ $grandTotal = $quote->getGrandTotal();
250
+ $subTotal = $quote->getSubtotal();
251
+ $count = $quote->getItemsCount();
252
+ $shippingTaxamount = Mage::helper('checkout')->getQuote()->getShippingAddress()->getData('tax_amount');
253
+ // get coupon discounted value
254
+ $totals = $quote->getTotals(); //Total object
255
+ if(isset($totals['discount']) && $totals['discount']->getValue()) {
256
+ $discount = Mage::helper('core')->currency($totals['discount']->getValue()); //Discount value if applied
257
+ }else{
258
+ $discount ='';
259
+ }
260
+ //get discount value end
261
+ $_response->setCarttotal($grandTotal);
262
+ $_response->setCartcount($count);
263
+ $_response->setDiscount($discount);
264
+ $_response->setShippingtaxamount($shippingTaxamount);
265
+ $_response->setCartsubtotal($subTotal);
266
+ $_response->setMessage($message);
267
+ //append updated blocks
268
+ $this->getLayout()->getUpdate()->addHandle('ajaxminicart');
269
+ $this->loadLayout();
270
+ $_response->addUpdatedBlocks($_response);
271
+ $_response->send();
272
+ }
273
+ public function applyCoupon(){
274
+ $coupon_code = Mage::getSingleton('checkout/session')->getQuote()->getCouponCode();
275
+ if($coupon_code){
276
+ Mage::getSingleton('checkout/cart')->getQuote()->setCouponCode($coupon_code)->save();
277
+ }
278
+ }
279
+ }
app/code/community/Datta/Ajaxminicart/etc/config.xml ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ *
23
+ * @category Datta
24
+ * @package Datta_Ajaxminicart
25
+ * @created Dattatray Yadav 28th May, 2014 3:30pm
26
+ * @author Clarion magento team<Dattatray Yadav>
27
+ * @purpose model configuration settings
28
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
29
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
30
+ */
31
+ -->
32
+ <config>
33
+ <modules>
34
+ <Datta_Ajaxminicart>
35
+ <version>2.0.1</version>
36
+ </Datta_Ajaxminicart>
37
+ </modules>
38
+ <global>
39
+ <models>
40
+ <ajaxminicart>
41
+ <class>Datta_Ajaxminicart_Model</class>
42
+ </ajaxminicart>
43
+ </models>
44
+ <blocks>
45
+ <ajaxminicart>
46
+ <class>Datta_Ajaxminicart_Block</class>
47
+ </ajaxminicart>
48
+ </blocks>
49
+ <helpers>
50
+ <ajaxminicart>
51
+ <class>Datta_Ajaxminicart_Helper</class>
52
+ </ajaxminicart>
53
+ </helpers>
54
+ <rewrite>
55
+ <Datta_ajaxminicart_checkout_cart>
56
+ <from><![CDATA[#^/checkout/cart/#]]></from>
57
+ <to>/ajaxminicart/checkout_cart/</to>
58
+ </Datta_ajaxminicart_checkout_cart>
59
+ </rewrite>
60
+ </global>
61
+ <frontend>
62
+ <routers>
63
+ <ajaxminicart>
64
+ <use>standard</use>
65
+ <args>
66
+ <module>Datta_Ajaxminicart</module>
67
+ <frontName>ajaxminicart</frontName>
68
+ </args>
69
+ </ajaxminicart>
70
+ </routers>
71
+ <events>
72
+ <checkout_cart_add_product_complete>
73
+ <observers>
74
+ <ajaxminicart>
75
+ <type>singleton</type>
76
+ <class>ajaxminicart/observer</class>
77
+ <method>addToCartEvent</method>
78
+ </ajaxminicart>
79
+ </observers>
80
+ </checkout_cart_add_product_complete>
81
+ <checkout_cart_update_item_complete>
82
+ <observers>
83
+ <ajaxminicart>
84
+ <type>singleton</type>
85
+ <class>ajaxminicart/observer</class>
86
+ <method>updateItemEvent</method>
87
+ </ajaxminicart>
88
+ </observers>
89
+ </checkout_cart_update_item_complete>
90
+ <!--for configurable products-->
91
+ <controller_action_postdispatch_catalog_product_view>
92
+ <observers>
93
+ <ajaxminicart>
94
+ <class>ajaxminicart/observer</class>
95
+ <method>getConfigurableOptions</method>
96
+ </ajaxminicart>
97
+ </observers>
98
+ </controller_action_postdispatch_catalog_product_view>
99
+ <!--for group products-->
100
+ <controller_action_predispatch_checkout_cart_add>
101
+ <observers>
102
+ <ajaxminicart>
103
+ <type>singleton</type>
104
+ <class>ajaxminicart/observer</class>
105
+ <method>getGroupProductOptions</method>
106
+ </ajaxminicart>
107
+ </observers>
108
+ </controller_action_predispatch_checkout_cart_add>
109
+ </events>
110
+ <layout>
111
+ <updates>
112
+ <ajaxminicart>
113
+ <file>ajaxminicart.xml</file>
114
+ </ajaxminicart>
115
+ </updates>
116
+ </layout>
117
+ </frontend>
118
+ <adminhtml>
119
+ <acl>
120
+ <resources>
121
+ <all>
122
+ <title>Allow Everything</title>
123
+ </all>
124
+ <admin>
125
+ <children>
126
+ <system>
127
+ <children>
128
+ <config>
129
+ <children>
130
+ <ajaxminicart>
131
+ <title>Ajax Minicart Settings</title>
132
+ </ajaxminicart>
133
+ </children>
134
+ </config>
135
+ </children>
136
+ </system>
137
+ </children>
138
+ </admin>
139
+ </resources>
140
+ </acl>
141
+ </adminhtml>
142
+ <default>
143
+ <ajaxminicart>
144
+ <general>
145
+ <enable>1</enable>
146
+ <update_blocks>a:2:{s:2:"id";a:3:{i:0;s:17:".block.block-cart";i:1;s:14:".header .links";i:2;s:26:".checkout-cart-index .cart";}s:3:"xml";a:3:{i:0;s:12:"cart_sidebar";i:1;s:9:"top.links";i:2;s:13:"checkout.cart";}}</update_blocks>
147
+ cartsubtotal </general>
148
+ </ajaxminicart>
149
+ </default>
150
+ </config>
app/code/community/Datta/Ajaxminicart/etc/system.xml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ *
23
+ * @category Datta
24
+ * @package Datta_Ajaxminicart
25
+ * @created Dattatray Yadav 28th May, 2014 3:30pm
26
+ * @author Clarion magento team<Dattatray Yadav>
27
+ * @purpose sytem configuration settings
28
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
29
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
30
+ */
31
+ -->
32
+ <config>
33
+ <tabs>
34
+ <datta translate="label">
35
+ <label>Ajax Mini Cart</label>
36
+ <sort_order>100</sort_order>
37
+ </datta>
38
+ </tabs>
39
+ <sections>
40
+ <ajaxminicart translate="label" module="ajaxminicart">
41
+ <label>Ajax Mini Cart Configuration</label>
42
+ <tab>datta</tab>
43
+ <frontend_type>text</frontend_type>
44
+ <sort_order>10</sort_order>
45
+ <show_in_default>1</show_in_default>
46
+ <show_in_website>1</show_in_website>
47
+ <show_in_store>1</show_in_store>
48
+ <groups>
49
+ <plugin_info>
50
+ <frontend_model>ajaxminicart/adminhtml_info</frontend_model>
51
+ <sort_order>0</sort_order>
52
+ <show_in_default>1</show_in_default>
53
+ <show_in_website>1</show_in_website>
54
+ <show_in_store>1</show_in_store>
55
+ </plugin_info>
56
+ <general translate="label">
57
+ <label>Ajax mini cart Configuration</label>
58
+ <show_in_default>1</show_in_default>
59
+ <show_in_website>1</show_in_website>
60
+ <show_in_store>1</show_in_store>
61
+ <sort_order>2</sort_order>
62
+ <fields>
63
+ <enable translate="label">
64
+ <label>Enable Ajax Mini Cart</label>
65
+ <frontend_type>select</frontend_type>
66
+ <sort_order>1</sort_order>
67
+ <source_model>adminhtml/system_config_source_yesno</source_model>
68
+ <show_in_default>1</show_in_default>
69
+ <show_in_website>1</show_in_website>
70
+ <show_in_store>1</show_in_store>
71
+ <comment>Enable using Ajax Mini cart</comment>
72
+ </enable>
73
+ </fields>
74
+ </general>
75
+ </groups>
76
+ </ajaxminicart>
77
+ </sections>
78
+ </config>
app/design/frontend/base/default/layout/ajaxminicart.xml ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ *
23
+ * @category Layout
24
+ * @package Datta_Ajaxminicart
25
+ * @created Dattatray Yadav 28th May, 2014 3:50pm
26
+ * @author Clarion magento team<Dattatray Yadav>
27
+ * @purpose mange ajax Layout
28
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
29
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
30
+ */
31
+ -->
32
+ <layout version="0.1.0">
33
+ <default>
34
+ <reference name="head">
35
+ <!--ajaxminicart add js and css files -->
36
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
37
+ <type>skin_js</type>
38
+ <name>ajaxminicart/jquery.min.js</name>
39
+ </action>
40
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
41
+ <type>skin_js</type>
42
+ <name>ajaxminicart/jquery-noconflict.min.js</name>
43
+ </action>
44
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
45
+ <type>skin_js</type>
46
+ <name>ajaxminicart/jquery.hoverIntent.js</name>
47
+ </action>
48
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
49
+ <type>skin_js</type>
50
+ <name>ajaxminicart/mini-cart.js</name>
51
+ </action>
52
+ <action method="addCss" ifconfig="ajaxminicart/general/enable">
53
+ <stylesheet>ajaxminicart/fonts/open-sans/stylesheet.css</stylesheet>
54
+ </action>
55
+ <action method="addCss" ifconfig="ajaxminicart/general/enable">
56
+ <stylesheet>ajaxminicart/fonts/icomoon/style.css</stylesheet>
57
+ </action>
58
+ <action method="addCss" ifconfig="ajaxminicart/general/enable">
59
+ <stylesheet>ajaxminicart/ajaxcart.css</stylesheet>
60
+ </action>
61
+
62
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
63
+ <type>skin_js</type>
64
+ <name>ajaxminicart/mini-cartlib.js</name>
65
+ </action>
66
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
67
+ <type>skin_js</type>
68
+ <name>ajaxminicart/ajaxminicart.js</name>
69
+ </action>
70
+ <!--ajaxminicart assets end-->
71
+
72
+ <!-- product type assets start -->
73
+ <action method="addJs" ifconfig="ajaxminicart/general/enable">
74
+ <script>varien/product.js</script>
75
+ </action>
76
+ <action method="addJs" ifconfig="ajaxminicart/general/enable">
77
+ <script>varien/configurable.js</script>
78
+ </action>
79
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
80
+ <type>skin_js</type>
81
+ <name>js/bundle.js</name>
82
+ </action>
83
+
84
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
85
+ <type>js_css</type>
86
+ <name>calendar/calendar-win2k-1.css</name>
87
+ <params/>
88
+ </action>
89
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
90
+ <type>js</type>
91
+ <name>calendar/calendar.js</name>
92
+ </action>
93
+ <action method="addItem" ifconfig="ajaxminicart/general/enable">
94
+ <type>js</type>
95
+ <name>calendar/calendar-setup.js</name>
96
+ </action>
97
+ </reference>
98
+ <reference name="header">
99
+ <block type="checkout/cart_sidebar" name="cart_sidebar" as="minicart_head" template="ajaxminicart/cart/cart_mini.phtml">
100
+ <action method="addItemRender" ifconfig="ajaxminicart/general/enable"><type>simple</type><block>checkout/cart_item_renderer</block><template>ajaxminicart/sidebar/default.phtml</template></action>
101
+ <action method="addItemRender" ifconfig="ajaxminicart/general/enable"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>ajaxminicart/sidebar/default.phtml</template></action>
102
+ <action method="addItemRender" ifconfig="ajaxminicart/general/enable"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>ajaxminicart/sidebar/default.phtml</template></action>
103
+ </block>
104
+ </reference>
105
+ </default>
106
+ <ajaxminicart>
107
+ <reference name="content">
108
+ <block type="checkout/cart" name="checkout.cart">
109
+ <action method="setCartTemplate">
110
+ <value>checkout/cart.phtml</value>
111
+ </action>
112
+ <action method="setEmptyTemplate">
113
+ <value>checkout/cart/noItems.phtml</value>
114
+ </action>
115
+ <action method="chooseTemplate"/>
116
+ <action method="addItemRender">
117
+ <type>simple</type>
118
+ <block>checkout/cart_item_renderer</block>
119
+ <template>ajaxminicart/cart/item/default.phtml</template>
120
+ </action>
121
+ <action method="addItemRender">
122
+ <type>grouped</type>
123
+ <block>checkout/cart_item_renderer_grouped</block>
124
+ <template>ajaxminicart/cart/item/default.phtml</template>
125
+ </action>
126
+ <action method="addItemRender">
127
+ <type>configurable</type>
128
+ <block>checkout/cart_item_renderer_configurable</block>
129
+ <template>ajaxminicart/cart/item/default.phtml</template>
130
+ </action>
131
+
132
+ <block type="core/text_list" name="checkout.cart.top_methods" as="top_methods" translate="label">
133
+ <label>Payment Methods Before Checkout Button</label>
134
+ <block type="checkout/onepage_link" name="checkout.cart.methods.onepage"
135
+ template="checkout/onepage/link.phtml"/>
136
+ </block>
137
+ <block type="page/html_wrapper" name="checkout.cart.form.before" as="form_before" translate="label">
138
+ <label>Shopping Cart Form Before</label>
139
+ </block>
140
+ <block type="core/text_list" name="checkout.cart.methods" as="methods" translate="label">
141
+ <label>Payment Methods After Checkout Button</label>
142
+ <block type="checkout/onepage_link" name="checkout.cart.methods.onepage"
143
+ template="checkout/onepage/link.phtml"/>
144
+ <block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping"
145
+ template="checkout/multishipping/link.phtml"/>
146
+ </block>
147
+ <block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon"
148
+ template="checkout/cart/coupon.phtml"/>
149
+ <block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping"
150
+ template="checkout/cart/shipping.phtml"/>
151
+ <block type="checkout/cart_crosssell" name="checkout.cart.crosssell" as="crosssell"
152
+ template="checkout/cart/crosssell.phtml"/>
153
+
154
+ <block type="checkout/cart_totals" name="checkout.cart.totals" as="totals"
155
+ template="checkout/cart/totals.phtml"/>
156
+ </block>
157
+ </reference>
158
+ </ajaxminicart>
159
+ <ajaxminicart_configurable_options>
160
+ <reference name="content">
161
+ <block type="catalog/product_view" name="ajaxminicart.configurable.options"
162
+ template="ajaxminicart/configurable_options.phtml" as="ajaxminicart.configurable.options">
163
+ <block type="core/template_facade" name="product.info.container1" as="container1">
164
+ <action method="setDataByKey">
165
+ <key>alias_in_layout</key>
166
+ <value>container1</value>
167
+ </action>
168
+ <action method="setDataByKeyFromRegistry">
169
+ <key>options_container</key>
170
+ <key_in_registry>product</key_in_registry>
171
+ </action>
172
+ <action method="append">
173
+ <block>product.info.options.wrapper</block>
174
+ </action>
175
+ <action method="append">
176
+ <block>product.info.options.wrapper.bottom</block>
177
+ </action>
178
+ </block>
179
+ </block>
180
+ </reference>
181
+ </ajaxminicart_configurable_options>
182
+ <ajaxminicart_bundle_options>
183
+ <reference name="content">
184
+ <block type="bundle/catalog_product_view_type_bundle" name="product.info.bundle" as="product_type_data" template="bundle/catalog/product/view/type/bundle.phtml">
185
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
186
+ <block type="bundle/catalog_product_price" name="bundle.prices" as="bundle_prices" template="bundle/catalog/product/view/price.phtml">
187
+ <action method="setMAPTemplate"><tmpl>catalog/product/price_msrp_item.phtml</tmpl></action>
188
+ </block>
189
+ </block>
190
+ </reference>
191
+ </ajaxminicart_bundle_options>
192
+ <ajaxminicart_grouped_options translate="label" module="catalog">
193
+ <reference name="content">
194
+ <block type="catalog/product_view" name="ajaxminicart.grouped.options"
195
+ template="ajaxminicart/grouped_options.phtml" as="ajaxminicart.grouped.options">
196
+ <block type="catalog/product_view_type_grouped" name="grouped.options"
197
+ as="grouped.options" template="catalog/product/view/type/grouped.phtml">
198
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra"
199
+ translate="label">
200
+ <label>Product Extra Info</label>
201
+ </block>
202
+ </block>
203
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
204
+ </block>
205
+ </reference>
206
+ </ajaxminicart_grouped_options>
207
+ </layout>
app/design/frontend/base/default/template/ajaxminicart/cart/cart_mini.phtml ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ *
22
+ * @category Layout
23
+ * @package Datta_Ajaxminicart
24
+ * @created Dattatray Yadav 28th May, 2014 3:55m
25
+ * @author Clarion magento team<Dattatray Yadav>
26
+ * @purpose Manage top mini cart
27
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
28
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
29
+ */
30
+
31
+ /**
32
+ * Shoping cart sidebar
33
+ *
34
+ * @see Mage_Checkout_Block_Cart_Sidebar
35
+ */
36
+
37
+ ?>
38
+
39
+ <?php
40
+ $configValue = Mage::getStoreConfig('ajaxminicart/general/enable');
41
+ if($configValue):
42
+ ?>
43
+ <!-- shopping cart -->
44
+
45
+ <div class="col-xs-2 col-sm-2 cart-container skip-minicart">
46
+ <?php $_cartQty = $this->getSummaryCount() ?>
47
+ <div class="header-cart">
48
+ <div class="inner">
49
+ <div class="relative">
50
+ <a href="<?php echo Mage::helper('checkout/cart')->getCartUrl(); ?>" class="btn btn-iconed cart-btn"> <i class="icon-shopcart"></i> <span class="cart-value" id="mini-cart-total"><?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?></span> </a>
51
+ <?php $_items = $this->getRecentItems() ?>
52
+ <!-- CART ITEMS -->
53
+
54
+ <div class="cart-items-box" style="display:none">
55
+ <div class="cart-header" id="header-text">
56
+ <?php if(count($_items)): ?>
57
+ Showing <?php echo count($_items); ?> of <?php echo count($_items); ?> items added
58
+ <?php
59
+ else:
60
+ echo "No items in cart to dispaly";
61
+
62
+ endif ?>
63
+ </div>
64
+
65
+ <ul class="items clearfix" id="mini-cart-summary" style="min-height: 10px;">
66
+ <?php foreach($_items as $_item): ?>
67
+ <?php echo $this->getItemHtml($_item) ?>
68
+ <?php endforeach; ?>
69
+ </ul>
70
+ <div class="row mini-cart-footer" id="minicartfooterid">
71
+ <a type="submit" href="<?php echo Mage::getUrl('checkout/cart') ?>" title="View Cart" class="btn btn-primary button view-cart-btn"><span>View Cart</span></a>
72
+ <a href="<?php echo Mage::helper('checkout/url')->getCheckoutUrl(); ?>" title="Checkout" class="btn btn-primary button col-md-3 mini-cart-see-all"><span>Checkout</span></a>
73
+ </div>
74
+ </div>
75
+
76
+ <!-- /CART ITEMS -->
77
+ </div>
78
+ </div>
79
+
80
+ </div>
81
+ </div>
82
+ <!-- /shopping cart -->
83
+ <?php
84
+ $version = Mage::getVersion();
85
+ if((float)$version != 1.9):
86
+ echo "<style> .relative {position:relative;} </style>";
87
+ endif;
88
+ ?>
89
+ <div id="load_animate" style="display:none; position:fixed; top:46%; left:46%; z-index:9999"><img src="<?php echo $this->getSkinUrl('images/ajax_load.gif'); ?>" alt="Loading.." title="Loading..."></div>
90
+ <div class="notification" id="notification" style="display:none; height:80px; "></div>
91
+ <?php endif;?>
92
+
93
+
94
+
app/design/frontend/base/default/template/ajaxminicart/cart/item/default.phtml ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ $_item = $this->getItem();
29
+ $isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
30
+ $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
31
+ $_product = Mage::getModel('catalog/product')->load($_item->getProductId());
32
+
33
+ ?>
34
+
35
+ <tr class="cart-item" id="item-<?php echo $_item->getId(); ?>" >
36
+ <td><?php if ($this->hasProductUrl()):?>
37
+ <div class="img-placeholder">
38
+ <a href="<?php echo $this->getProductUrl() ?>" title="<?php echo $this->escapeHtml($this->getProductName()) ?>" class="product-image">
39
+ <?php endif;?>
40
+ <img src="<?php echo $this->getProductThumbnail()->resize(75); ?>" width="75" height="75" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" />
41
+ <?php if ($this->hasProductUrl()):?></a>
42
+ <?php endif;?>
43
+ </div>
44
+ </td>
45
+ <td>
46
+
47
+ <?php if ($this->hasProductUrl()):?>
48
+ <a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->escapeHtml($this->getProductName()) ?></a>
49
+ <?php else: ?>
50
+ <?php echo $this->escapeHtml($this->getProductName()) ?>
51
+ <?php endif; ?>
52
+
53
+ <?php if ($_options = $this->getOptionList()):?>
54
+ <dl class="item-options">
55
+ <?php foreach ($_options as $_option) : ?>
56
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
57
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
58
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
59
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
60
+ <div class="truncated_full_value">
61
+ <dl class="item-options">
62
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
63
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
64
+ </dl>
65
+ </div>
66
+ <?php endif; ?>
67
+ </dd>
68
+ <?php endforeach; ?>
69
+ </dl>
70
+ <?php endif;?>
71
+ <?php if ($messages = $this->getMessages()): ?>
72
+ <?php foreach ($messages as $message): ?>
73
+ <p class="item-msg <?php echo $message['type'] ?>">* <?php echo $this->escapeHtml($message['text']) ?></p>
74
+ <?php endforeach; ?>
75
+ <?php endif; ?>
76
+ <?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
77
+ <?php if ($addInfoBlock): ?>
78
+ <?php echo $addInfoBlock->setItem($_item)->toHtml() ?>
79
+ <?php endif;?>
80
+ </td>
81
+
82
+ <?php
83
+ $url = $this->getUrl(
84
+ 'checkout/cart/deleteqty',
85
+ array(
86
+ 'id'=>$this->getItem()->getId(),
87
+ Mage_Core_Controller_Front_Action::PARAM_NAME_URL_ENCODED => $this->helper('core/url')->getEncodedUrl()
88
+ )
89
+ );
90
+
91
+ $session= Mage::getSingleton('checkout/session');
92
+ $productser = '';
93
+ foreach($session->getQuote()->getAllItems() as $cartitem)
94
+ {
95
+ $productOptions = $cartitem->getProduct()->getTypeInstance(true)->getOrderOptions($cartitem->getProduct());
96
+ if($_item->getId() == $cartitem->getId()){
97
+
98
+ if($productOptions){
99
+ if(isset($productOptions['options'])):
100
+ foreach($productOptions['options'] as $_option){
101
+ $productser = $_option['option_id'].','.$_option['option_value'];
102
+ }
103
+ endif;
104
+ $superAttrString ='';
105
+ if(isset($productOptions['info_buyRequest']['super_attribute'])):
106
+ foreach($productOptions['info_buyRequest']['super_attribute'] as $key => $_superAttr){
107
+ $superAttrString .= '&super_attribute'.'['.$key.']='.$_superAttr;
108
+ }
109
+ endif;
110
+ if($superAttrString):
111
+ $superAttrString.'&qty=1';
112
+ endif;
113
+ }
114
+ }
115
+ }
116
+ ?>
117
+
118
+ <td td class="hidden-xs">
119
+ <div class="qty-btngroup">
120
+ <button type="button" class="minus" onclick="setDeleteqty(<?php echo $_item->getId() ?>,'<?php echo $url; ?>')">-</button>
121
+ <input readonly="readonly" id="cart-itemqty-<?php echo $_item->getId() ?>" name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" maxlength="12" type="text" class="input-text qty" />
122
+
123
+ <button type="button" class="plus add-to-cart" onclick="setLocation('<?php echo Mage::helper('checkout/cart')->getAddUrl($_product); ?>?option=<?php echo $productser.$superAttrString; ?>',<?php echo $_item->getId() ?>)">+</button>
124
+
125
+ </div>
126
+ </td>
127
+ <?php if (($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?>
128
+ <td>
129
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
130
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
131
+ <?php else: ?>
132
+
133
+ <?php endif; ?>
134
+
135
+ <?php if ($canApplyMsrp): ?>
136
+ <span class="cart-msrp-subtotal">--</span>
137
+ <?php else: ?>
138
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
139
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
140
+ <?php else:
141
+
142
+ ?>
143
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
144
+ <?php endif; ?>
145
+ <?php endif; ?>
146
+
147
+
148
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
149
+
150
+ <div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
151
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
152
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
153
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
154
+ <?php endforeach; ?>
155
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
156
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
157
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
158
+ <?php endforeach; ?>
159
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
160
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
161
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
162
+ <?php endforeach; ?>
163
+ <?php endif; ?>
164
+ </div>
165
+
166
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
167
+ <div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
168
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
169
+ </div>
170
+ <?php endif; ?>
171
+ <?php endif; ?>
172
+ </td>
173
+ <?php endif; ?>
174
+ <?php if (($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?>
175
+ <td>
176
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
177
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
178
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
179
+ <?php else: ?>
180
+ <span class="cart-price">
181
+ <?php endif; ?>
182
+
183
+ <?php if ($canApplyMsrp): ?>
184
+ <span class="cart-msrp-subtotal">--</span>
185
+ <?php else: ?>
186
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
187
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
188
+ <?php else: ?>
189
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
190
+ <?php endif; ?>
191
+ <?php endif; ?>
192
+
193
+ </span>
194
+
195
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
196
+
197
+ <div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
198
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
199
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
200
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
201
+ <?php endforeach; ?>
202
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
203
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
204
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
205
+ <?php endforeach; ?>
206
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
207
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
208
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
209
+ <?php endforeach; ?>
210
+ <?php endif; ?>
211
+ </div>
212
+
213
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
214
+ <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
215
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?></span>
216
+ </div>
217
+ <?php endif; ?>
218
+ <?php endif; ?>
219
+ </td>
220
+ <?php endif; ?>
221
+ <td><a id="<?php echo $_item->getId(); ?>" href="<?php echo $this->getDeleteUrl()?>" title="<?php echo $this->__('Remove item')?>" class="remove-btn"><span class="icon-remove"></span></a></td>
222
+ </tr>
app/design/frontend/base/default/template/ajaxminicart/configurable_options.phtml ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ *
22
+ * @category Datta
23
+ * @package Datta_Ajaxminicart
24
+ * @created Dattatray Yadav 28th May, 2014 3:30pm
25
+ * @author Clarion magento team<Dattatray Yadav>
26
+ * @purpose model configuration settings
27
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
28
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
29
+ */
30
+ -->
31
+ <?php $_product = Mage::registry('current_product'); ?>
32
+
33
+ <script type="text/javascript">
34
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
35
+ </script>
36
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post"
37
+ id="product_addtocart_form">
38
+ <div class="no-display">
39
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
40
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
41
+ </div>
42
+ <?php if ($_product->isSaleable()): ?>
43
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
44
+ <?php endif; ?>
45
+ </form>
46
+ <script type="text/javascript">
47
+ //<![CDATA[
48
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
49
+ productAddToCartForm.submit = function(button, url) {
50
+ if (this.validator.validate()) {
51
+ var form = this.form;
52
+ var oldUrl = form.action;
53
+
54
+ if (url) {
55
+ form.action = url;
56
+ }
57
+ var e = null;
58
+ try {
59
+ this.form.submit();
60
+ } catch (e) {
61
+ }
62
+ this.form.action = oldUrl;
63
+ if (e) {
64
+ throw e;
65
+ }
66
+
67
+ if (button && button != 'undefined') {
68
+ button.disabled = true;
69
+ }
70
+ }
71
+ }.bind(productAddToCartForm);
72
+
73
+ productAddToCartForm.submitLight8
74
+ = function(button, url){
75
+ if(this.validator) {
76
+ var nv = Validation.methods;
77
+ delete Validation.methods['required-entry'];
78
+ delete Validation.methods['validate-one-required'];
79
+ delete Validation.methods['validate-one-required-by-name'];
80
+ // Remove custom datetime validators
81
+ for (var methodName in Validation.methods) {
82
+ if (methodName.match(/^validate-datetime-.*/i)) {
83
+ delete Validation.methods[methodName];
84
+ }
85
+ }
86
+
87
+ if (this.validator.validate()) {
88
+ if (url) {
89
+ this.form.action = url;
90
+ }
91
+ this.form.submit();
92
+ }
93
+ Object.extend(Validation.methods, nv);
94
+ }
95
+ }.bind(productAddToCartForm);
96
+ //]]>
97
+ </script>
app/design/frontend/base/default/template/ajaxminicart/grouped_options.phtml ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ *
22
+ * @category Desing
23
+ * @package Datta_Ajaxminicart
24
+ * @created Dattatray Yadav 28th May, 2014 3:30pm
25
+ * @author Clarion magento team<Dattatray Yadav>
26
+ * @purpose model configuration settings
27
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
28
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
29
+ */
30
+ -->
31
+ <?php $_product = Mage::registry('current_product'); ?>
32
+
33
+ <script type="text/javascript">
34
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
35
+ </script>
36
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post"
37
+ id="product_addtocart_form">
38
+ <div class="no-display">
39
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
40
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
41
+ </div>
42
+ <?php echo $this->getChildHtml('grouped.options') ?>
43
+ <?php if ($_product->isSaleable()): ?>
44
+ <?php echo $this->getChildHtml('addtocart') ?>
45
+ <?php endif; ?>
46
+ </form>
47
+ <script type="text/javascript">
48
+ //<![CDATA[
49
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
50
+ productAddToCartForm.submit = function(button, url) {
51
+ if (this.validator.validate()) {
52
+ var form = this.form;
53
+ var oldUrl = form.action;
54
+
55
+ if (url) {
56
+ form.action = url;
57
+ }
58
+ var e = null;
59
+ try {
60
+ this.form.submit();
61
+ } catch (e) {
62
+ }
63
+ this.form.action = oldUrl;
64
+ if (e) {
65
+ throw e;
66
+ }
67
+
68
+ if (button && button != 'undefined') {
69
+ button.disabled = true;
70
+ }
71
+ }
72
+ }.bind(productAddToCartForm);
73
+
74
+ productAddToCartForm.submitLight = function(button, url){
75
+ if(this.validator) {
76
+ var nv = Validation.methods;
77
+ delete Validation.methods['required-entry'];
78
+ delete Validation.methods['validate-one-required'];
79
+ delete Validation.methods['validate-one-required-by-name'];
80
+ // Remove custom datetime validators
81
+ for (var methodName in Validation.methods) {
82
+ if (methodName.match(/^validate-datetime-.*/i)) {
83
+ delete Validation.methods[methodName];
84
+ }
85
+ }
86
+
87
+ if (this.validator.validate()) {
88
+ if (url) {
89
+ this.form.action = url;
90
+ }
91
+ this.form.submit();
92
+ }
93
+ Object.extend(Validation.methods, nv);
94
+ }
95
+ }.bind(productAddToCartForm);
96
+ //]]>
97
+ </script>
app/design/frontend/base/default/template/ajaxminicart/sidebar/default.phtml ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ $_item = $this->getItem();
29
+ $isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
30
+ $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
31
+ $_product = Mage::getModel('catalog/product')->load($_item->getProductId());
32
+
33
+ ?>
34
+ <li id="li-<?php echo $_item->getId() ?>">
35
+ <div class="item-thumbnail">
36
+ <?php if ($this->hasProductUrl()): ?>
37
+ <a href="<?php echo $this->getProductUrl()?>" title="<?php echo $this->escapeHtml($this->getProductName()) ?>" class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></a>
38
+ <?php else: ?>
39
+ <span><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></span>
40
+ <?php endif; ?>
41
+ </div>
42
+
43
+ <div class="mini-basket-content-wrapper">
44
+ <div class="mini-cart-name">
45
+ <a href="<?php echo $this->getProductUrl() ?>" class="item-name"><?php echo $this->escapeHtml($this->getProductName()) ?><?php if ($this->hasProductUrl()): ?></a><?php endif; ?>
46
+
47
+ </div>
48
+
49
+ <?php
50
+ $url = $this->getUrl(
51
+ 'checkout/cart/deleteqty',
52
+ array(
53
+ 'id'=>$this->getItem()->getId(),
54
+ Mage_Core_Controller_Front_Action::PARAM_NAME_URL_ENCODED => $this->helper('core/url')->getEncodedUrl()
55
+ )
56
+ );
57
+
58
+ $session= Mage::getSingleton('checkout/session');
59
+ $productser = '';
60
+ foreach($session->getQuote()->getAllItems() as $cartitem)
61
+ {
62
+ $productOptions = $cartitem->getProduct()->getTypeInstance(true)->getOrderOptions($cartitem->getProduct());
63
+ if($_item->getId() == $cartitem->getId()){
64
+ if($productOptions){
65
+ if(isset($productOptions['options'])):
66
+ foreach($productOptions['options'] as $_option){
67
+ $productser = $_option['option_id'].','.$_option['option_value'];
68
+ }
69
+ endif;
70
+ $superAttrString ='';
71
+ if(isset($productOptions['info_buyRequest']['super_attribute'])):
72
+ foreach($productOptions['info_buyRequest']['super_attribute'] as $key => $_superAttr){
73
+ $superAttrString .= '&super_attribute'.'['.$key.']='.$_superAttr;
74
+ }
75
+ endif;
76
+ if($superAttrString):
77
+ $superAttrString.'&qty=1';
78
+ endif;
79
+ }
80
+ }
81
+ }
82
+ ?>
83
+ <div class="qty-btngroup">
84
+ <button type="button" class="minus" onclick="setDeleteqty(<?php echo $_item->getId() ?>,'<?php echo $url; ?>')">-</button>
85
+ <input id="cart_qty_<?php echo $_item->getId() ?>" name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" maxlength="12" type="text" class="input-text qty" readonly="readonly" />
86
+ <button type="button" class="plus add-to-cart" onclick="setLocation('<?php echo Mage::helper('checkout/cart')->getAddUrl($_product); ?>?option=<?php echo $productser.$superAttrString; ?>',<?php echo $_item->getId() ?>)">+</button>
87
+ </div>
88
+
89
+ <span class="item-price">
90
+ &nbsp;&nbsp;x
91
+ <?php if ($canApplyMsrp): ?>
92
+
93
+ <span class="map-cart-sidebar-item"><?php echo $this->__('See price before order confirmation.'); ?></span>
94
+
95
+ <?php else: ?>
96
+
97
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
98
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
99
+ <?php echo $this->__('Excl. Tax'); ?>:
100
+ <?php endif; ?>
101
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
102
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
103
+ <?php else: ?>
104
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
105
+ <?php endif; ?>
106
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
107
+ <br />
108
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
109
+ <small>
110
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
111
+ <span class="item-price"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
112
+ <?php endforeach; ?>
113
+ </small>
114
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
115
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
116
+ <span class="item-price"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
117
+ <?php endforeach; ?>
118
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
119
+ <small>
120
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
121
+ <span class="item-price"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
122
+ <?php endforeach; ?>
123
+ </small>
124
+ <?php endif; ?>
125
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
126
+ <span class="item-price"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
127
+ <?php endif; ?>
128
+ <?php endif; ?>
129
+ <?php endif; ?>
130
+
131
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
132
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
133
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
134
+ <br /><?php echo $this->__('Incl. Tax'); ?>:
135
+ <?php endif; ?>
136
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
137
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
138
+ <?php else: ?>
139
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
140
+ <?php endif; ?>
141
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
142
+ <br />
143
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
144
+ <small>
145
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
146
+ <span class="item-price"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
147
+ <?php endforeach; ?>
148
+ </small>
149
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
150
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
151
+ <span class="item-price"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
152
+ <?php endforeach; ?>
153
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
154
+ <small>
155
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
156
+ <span class="item-price"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
157
+ <?php endforeach; ?>
158
+ </small>
159
+ <?php endif; ?>
160
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
161
+ <span class="item-price"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?></span>
162
+ <?php endif; ?>
163
+ <?php endif; ?>
164
+ <?php endif; ?>
165
+
166
+ <?php endif; //Can apply MSRP ?>
167
+ </span>
168
+ <?php /* if ($_options = $this->getOptionList()):?>
169
+ <!-- <div class="truncated">
170
+ <div class="truncated_full_value">
171
+ <dl class="item-options">
172
+ <?php foreach ($_options as $_option) : ?>
173
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
174
+ <dd>
175
+ <?php if (is_array($_option['value'])): ?>
176
+ <?php echo nl2br(implode("\n", $_option['value'])) ?>
177
+ <?php else: ?>
178
+ <?php echo $_option['value'] ?>
179
+ <?php endif; ?>
180
+ </dd>
181
+ <?php endforeach; ?>
182
+ </dl>
183
+ </div>
184
+ </div> -->
185
+ <?php endif; */ ?>
186
+ </div>
187
+ <a href="<?php echo $this->getDeleteUrl()?>" id="<?php echo $_item->getId() ?>" title="<?php echo $this->__('Remove item')?>" class="remove-btn"><span class="icon-remove"></span></a>
188
+ <div class="clearfix"></div>
189
+ </li>
190
+
app/etc/modules/Datta_Ajaxminicart.xml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento Community Edition
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category Catalog
23
+ * @package Datta_Ajaxcart
24
+ * @created Dattatray Yadav 28th May 3.25pm
25
+ * @author Clarion magento team<Dattatray Yadav>
26
+ * @purpose module configuration
27
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
28
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License
29
+ */
30
+ -->
31
+ <config>
32
+ <modules>
33
+ <Datta_Ajaxminicart>
34
+ <active>true</active>
35
+ <codePool>community</codePool>
36
+ </Datta_Ajaxminicart>
37
+ </modules>
38
+ </config>
package.xml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Datta_Ajaxminicart</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Mini cart with ajax, Ajax mini cart, ajax add to cart, Mini cart ajax</summary>
10
+ <description>Mini cart extension allow customers to view and manage contents in cart easily. Customers can continue shopping without reloading page. Items in the cart can be managed easily from the Mini cart. It also sync with the cart page.</description>
11
+ <notes>Ajax mini cart initial version release. </notes>
12
+ <authors><author><name>Dattatray Yadav</name><user>dattayadav03</user><email>dattayadav03@gmail.com</email></author><author><name>Dattatray Yadav</name><user>clarion</user><email>magento@clariontechnologies.co.in</email></author></authors>
13
+ <date>2014-09-25</date>
14
+ <time>10:39:38</time>
15
+ <contents><target name="mageetc"><dir name="modules"><file name="Datta_Ajaxminicart.xml" hash="f98cb66015611c167d67e82f6308bffc"/></dir></target><target name="magecommunity"><dir name="Datta"><dir name="Ajaxminicart"><dir name="Block"><dir name="Adminhtml"><file name="Info.php" hash="b106aa31f5f070085ac130bb2287a041"/><file name="Url.php" hash="3b6b65ea237a4f81e337492efb20b028"/></dir></dir><dir name="Helper"><file name="Data.php" hash="9d082b74fca67dca974689cfa3f591ec"/></dir><dir name="Model"><file name="Observer.php" hash="f4565141292a8af32d602d9049414bc5"/><file name="Response.php" hash="a07cf7afe35e65057bfc5159d2c8c325"/></dir><dir name="controllers"><dir name="Checkout"><file name="CartController.php" hash="0d58139363952453079080c03c26c6dd"/></dir></dir><dir name="etc"><file name="config.xml" hash="31554120a85f68ff86fbc806cf250486"/><file name="system.xml" hash="37ddb6d5a8be95e21338822dd1fba3ce"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ajaxminicart"><dir name="cart"><file name="cart_mini.phtml" hash="695fc8a15f4878a0341100669c49b69c"/><dir name="item"><file name="default.phtml" hash="f1e80784ef286ac45b1b228d78a42819"/></dir></dir><file name="configurable_options.phtml" hash="fe9e7ee9352ae274fda641acc0295df6"/><file name="grouped_options.phtml" hash="4fdb5c47e61abc64dd09d7d58e4520a5"/><dir name="sidebar"><file name="default.phtml" hash="58135b32b45f8b119cb3f1c025375e39"/></dir></dir></dir><dir name="layout"><file name="ajaxminicart.xml" hash="2999d2608600f96261cf2647b4398d47"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="images"><file name="ajax_load.gif" hash="3e58850fe4d32310213d238b36973b7b"/></dir><dir name="ajaxminicart"><file name="ajacart.css" hash="68f61d2e46a639348d58aa7d1b12ce05"/><file name="ajaxcart.css" hash="c981385638ee97b0d01439a51c1511aa"/><file name="ajaxminicart.js" hash="03678b1918a97cb91a3232771015974a"/><dir name="fonts"><file name="glyphicons-halflings-regular.eot" hash="7ad17c6085dee9a33787bac28fb23d46"/><file name="glyphicons-halflings-regular.svg" hash="a0f6fe8cea771f29666c3b374be1339a"/><file name="glyphicons-halflings-regular.ttf" hash="e49d52e74b7689a0727def99da31f3eb"/><file name="glyphicons-halflings-regular.woff" hash="68ed1dac06bf0409c18ae7bc62889170"/><dir name="icomoon"><dir name="fonts"><file name="icomoon.eot" hash="70d7d8d02b0e9a882b30342736cbaf76"/><file name="icomoon.svg" hash="20d68cfae0caa29309c241c1293b80e4"/><file name="icomoon.ttf" hash="9efa0340d4929b2df4df8f9f48fc6a5f"/><file name="icomoon.woff" hash="983e4863919f8a39cb512ad6637410ef"/><file name="icomoond41d.eot" hash="70d7d8d02b0e9a882b30342736cbaf76"/></dir><file name="style.css" hash="20110d3d6cb221c6674adc995ec85460"/></dir><dir name="open-sans"><dir name="bold"><file name="OpenSans-Bold-webfont.eot" hash="1d9c7945c7bc7dd0909105119bfbc191"/><file name="OpenSans-Bold-webfont.svg" hash="4c467067141129e0e7bf6a6d3f40f50f"/><file name="OpenSans-Bold-webfont.ttf" hash="76cc6be5d8a231dc012fef4bdb86f79c"/><file name="OpenSans-Bold-webfont.woff" hash="2e90d5152ce92858b62ba053c7b9d2cb"/><file name="OpenSans-Bold-webfontd41d.eot" hash="1d9c7945c7bc7dd0909105119bfbc191"/></dir><dir name="light"><file name="OpenSans-Light-webfont.eot" hash="09e00aa7622ece30a0f1e06b55f66c2a"/><file name="OpenSans-Light-webfont.svg" hash="04f7c2c3549698bc08ceef5cea6b4899"/><file name="OpenSans-Light-webfont.ttf" hash="2e98fc3ce85f31f63010b706259cb604"/><file name="OpenSans-Light-webfont.woff" hash="45b47f3e9c7d74b80f5c6e0a3c513b23"/><file name="OpenSans-Light-webfontd41d.eot" hash="09e00aa7622ece30a0f1e06b55f66c2a"/></dir><dir name="regular"><file name="OpenSans-Regular-webfont.eot" hash="c4d82460ef260eb1589e73528cbfb257"/><file name="OpenSans-Regular-webfont.svg" hash="053b7d1390b2dc7fe612b8f899438041"/><file name="OpenSans-Regular-webfont.ttf" hash="488d5cc145299ba07b75495100419ee6"/><file name="OpenSans-Regular-webfont.woff" hash="79515ad0788973c533405f7012dfeccd"/><file name="OpenSans-Regular-webfontd41d.eot" hash="c4d82460ef260eb1589e73528cbfb257"/></dir><dir name="semibold"><file name="OpenSans-Semibold-webfont.eot" hash="f28eb362fb6afe946d822ee5451c2146"/><file name="OpenSans-Semibold-webfont.svg" hash="2de2be3b144b15689cd0555c45ac6267"/><file name="OpenSans-Semibold-webfont.ttf" hash="b32acea6fd3c228b5059042c7ad21c55"/><file name="OpenSans-Semibold-webfont.woff" hash="697574b47bcfdd2c45e3e63c7380dd67"/><file name="OpenSans-Semibold-webfontd41d.eot" hash="f28eb362fb6afe946d822ee5451c2146"/></dir><file name="stylesheet.css" hash="8e9f709dbab86c6997b9c990ff8eddda"/></dir></dir><file name="growler.css" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="growler.js" hash="89a206589125d064ee8a8118286e4135"/><file name="jquery-noconflict.min.js" hash="0da09155d7323809b48494da0846bf34"/><file name="jquery.hoverIntent.js" hash="263a6c7b0243ddb8ebdea64aefc037a1"/><file name="jquery.min.js" hash="e1288116312e4728f98923c79b034b67"/><file name="mini-cart.js" hash="89a206589125d064ee8a8118286e4135"/><file name="mini-cartlib.js" hash="97f568c732842b8cd56514dc089a12b4"/><file name="modalbox.css" hash="68f61d2e46a639348d58aa7d1b12ce05"/><file name="modalbox.js" hash="238d13e96a8dee8827716af71d721fc5"/><file name="spinner.gif" hash="58625c045f515052999e13aed5059b07"/></dir></dir></dir></dir></target></contents>
16
+ <compatible/>
17
+ <dependencies><required><php><min>1.0.0</min><max>9.9.99</max></php></required></dependencies>
18
+ </package>
skin/frontend/base/default/ajaxminicart/ajacart.css ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #MB_overlay {
2
+ position: absolute;
3
+ margin: auto;
4
+ top: 0; left: 0;
5
+ width: 100%; height: 100%;
6
+ z-index: 9999;
7
+ border: 0;
8
+ background-color: #000!important;
9
+ }
10
+ #MB_overlay[id] { position: fixed; }
11
+
12
+ #MB_window {
13
+ position: absolute;
14
+ top: 0;
15
+ border: 0 solid;
16
+ text-align: left;
17
+ z-index: 10000;
18
+ }
19
+ #MB_window[id] { position: fixed!important; }
20
+
21
+ #MB_frame {
22
+ position: relative;
23
+ background-color: #EFEFEF;
24
+ height: 100%;
25
+ }
26
+
27
+ #MB_header {
28
+ margin: 0;
29
+ padding: 0;
30
+ }
31
+
32
+ #MB_content {
33
+ position: relative;
34
+ padding: 6px .75em;
35
+ overflow: auto;
36
+ }
37
+
38
+ #MB_caption {
39
+ font: bold 100% "Lucida Grande", Arial, sans-serif;
40
+ text-shadow: #FFF 0 1px 0;
41
+ padding: .5em 2em .5em .75em;
42
+ margin: 0;
43
+ text-align: left;
44
+ }
45
+
46
+ #MB_close {
47
+ display: block;
48
+ position: absolute;
49
+ right: 5px; top: 4px;
50
+ padding: 2px 3px;
51
+ font-weight: bold;
52
+ text-decoration: none;
53
+ font-size: 13px;
54
+ }
55
+ #MB_close:hover {
56
+ background: transparent;
57
+ }
58
+
59
+ #MB_loading {
60
+ padding: 1.5em;
61
+ text-indent: -10000px;
62
+ background: transparent url(spinner.gif) 50% 0 no-repeat;
63
+ }
64
+
65
+ /* Color scheme */
66
+ #MB_window {
67
+ background-color: #EFEFEF;
68
+ color: #000;
69
+
70
+ -webkit-box-shadow: 0 0 64px #000;
71
+ -moz-box-shadow: #000 0 0 64px;
72
+ box-shadow: 0 0 64px #000;
73
+ }
74
+ #MB_frame {
75
+ padding-bottom: 4px;
76
+
77
+ -webkit-border-bottom-left-radius: 4px;
78
+ -webkit-border-bottom-right-radius: 4px;
79
+
80
+ -moz-border-radius-bottomleft: 4px;
81
+ -moz-border-radius-bottomright: 4px;
82
+
83
+ border-bottom-left-radius: 4px;
84
+ border-bottom-right-radius: 4px;
85
+ }
86
+
87
+ #MB_content { border-top: 1px solid #F9F9F9; }
88
+
89
+ #MB_header {
90
+ background-color: #DDD;
91
+ border-bottom: 1px solid #CCC;
92
+ }
93
+ #MB_caption { color: #000 }
94
+ #MB_close { color: #777 }
95
+ #MB_close:hover { color: #000 }
96
+
97
+
98
+ /* Alert message */
99
+ .MB_alert {
100
+ margin: 10px 0;
101
+ text-align: center;
102
+ }
103
+
104
+ /* Notification message css */
105
+ .notification {
106
+ color: #FFFFFF;
107
+ display: none;
108
+ padding: 0px;
109
+ position: fixed;
110
+ top: 0;
111
+ left: 0;
112
+ right: 0;
113
+ opacity:0.8;
114
+ overflow: hidden;
115
+ z-index: 10000;
116
+ }
117
+ #note {
118
+ position: fixed;
119
+ z-index: 10000;
120
+ top: 0;
121
+ left: 0;
122
+ right: 0;
123
+ background: #E00000;
124
+ color:white;
125
+ opacity:0.8;
126
+ text-align: center;
127
+ line-height: 2.5;
128
+ overflow: hidden;
129
+ vertical-align: middle;
130
+ font-size:16px;
131
+ -webkit-box-shadow: 0 0 5px black;
132
+ -moz-box-shadow: 0 0 5px black;
133
+ box-shadow: 0 0 5px black;
134
+ }
135
+ @-webkit-keyframes slideDown {
136
+ 0%, 100% { -webkit-transform: translateY(-50px); }
137
+ 10%, 90% { -webkit-transform: translateY(0px); }
138
+ }
139
+ @-moz-keyframes slideDown {
140
+ 0%, 100% { -moz-transform: translateY(-50px); }
141
+ 10%, 90% { -moz-transform: translateY(0px); }
142
+ }
143
+
144
+ .cssanimations.csstransforms #note {
145
+ -webkit-transform: translateY(-50px);
146
+ -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
147
+ -moz-transform: translateY(-50px);
148
+ -moz-animation: slideDown 2.5s 1.0s 1 ease forwards;
149
+ }
150
+ .top-cart {
151
+ display: none;
152
+ }
153
+ .top-link-cart{
154
+ display: none;
155
+ }
156
+ .header-cart {
157
+ display: table;
158
+ float: right;
159
+ height: 100%;
160
+ }
161
+ .relative {
162
+ position: relative;
163
+ }
164
+ .header-cart .cart-btn {
165
+ /* background: none repeat scroll 0 0 #fff; */
166
+ border: 0 none;
167
+ padding: 5px;
168
+ }
169
+
170
+ .cart-items-box .items {
171
+ clear: both;
172
+ float: left;
173
+ list-style: none outside none;
174
+ margin: 0;
175
+ padding: 0;
176
+ }
177
+ .cart-items-box .cart-header {
178
+ border-bottom: 1px solid #d0d0d0;
179
+ color: #a4a4a4;
180
+ font-size: 11px;
181
+ margin: 10px;
182
+ padding-bottom: 3px;
183
+ text-align: center;
184
+ }
185
+ .cart-items-box .items .item-thumbnail {
186
+ background: none repeat scroll 0 0 #fff;
187
+ border: 1px solid #eaeaea;
188
+ border-radius: 2px;
189
+ float: left;
190
+ height: 50px;
191
+ margin-right: 20px;
192
+ padding: 2px;
193
+ width: 50px;
194
+ }
195
+ .mini-basket-content-wrapper {
196
+ float: left;
197
+ width: 205px;
198
+ }
199
+ .mini-cart-name {
200
+ margin-bottom: 10%;
201
+ }
202
+ .cart-items-box .items .item-name {
203
+ display: block;
204
+ position: relative;
205
+ top: 3px;
206
+ }
207
+ .qty-btngroup .minus {
208
+ border-radius: 2px 0 0 2px;
209
+ }
210
+ .qty-btngroup button {
211
+ background: none repeat scroll 0 0 #eaeaea;
212
+ border: 0 none;
213
+ }
214
+ .btn.btn-iconed > i {
215
+ color: #ff5757;
216
+ font-size: 23px;
217
+ padding-right: 12px;
218
+ }
219
+
220
+ .btn.btn-iconed > i, .btn.btn-iconed > span {
221
+ display: inline-block;
222
+ vertical-align: middle;
223
+ }
224
+ .header-cart .cart-value {
225
+ background: none repeat scroll 0 0 #6cd0b8;
226
+ border-radius: 5px;
227
+ color: #fff;
228
+ display: inline-block;
229
+ font-weight: 600;
230
+ padding: 10px 5px;
231
+ }
232
+ .btn {
233
+ /* background: none repeat scroll 0 0 #fafafa; */
234
+ border: 1px solid #eee;
235
+ border-radius: 2px;
236
+ color: #555;
237
+ font-size: 13px;
238
+ font-weight: 500;
239
+ padding: 10px 12px;
240
+ }
241
+ .cart-items-box {
242
+ z-index: 999;
243
+ position: absolute;
244
+ top: 100%;
245
+ right: 0;
246
+ margin-top: -1px;
247
+ width: 350px;
248
+ padding: 10px;
249
+ border: 1px solid #eaeaea;
250
+ background: #fdfdfd;
251
+ background: -moz-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
252
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f1f1f1));
253
+ background: -webkit-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
254
+ background: -o-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
255
+ background: -ms-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
256
+ background: linear-gradient(to bottom, #fdfdfd 0%,#f1f1f1 100%);
257
+ overflow-x: hidden;
258
+ display: block;
259
+ max-height: 500px;
260
+ overflow-y: auto !important;
261
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f1f1f1',GradientType=0 );
262
+ border-radius: 2px;
263
+ display: none;
264
+ }
265
+
266
+ .mini-basket-content-wrapper{
267
+ float:left;
268
+ text-align: left;
269
+ width:205px;
270
+ }
271
+
272
+ .mini-cart-name{
273
+ margin-bottom: 10%;
274
+ }
275
+ .mini-basket-content-wrapper .price{
276
+ display: inline-block;
277
+ margin-left: 15px;
278
+ padding-top: 3px;
279
+ }
280
+
281
+ .cart-items-box .items li{
282
+ border-bottom: 1px solid #ddd;
283
+ padding-bottom: 10px;
284
+ }
285
+ .mini-cart-see-all {
286
+ float: right;
287
+ display: inline-block;
288
+ padding: 10px;
289
+ }
290
+
291
+ .mini-cart-footer {
292
+ padding: 0em 1.6em;
293
+ padding-top: 10px;
294
+ }
295
+
296
+ .items li .remove-btn{
297
+ width: 14px;
298
+ height: 14px;
299
+ display: block;position: relative;
300
+ left: 280px;
301
+ top: -85px;
302
+ z-index: 10000;
303
+ }
304
+ .cart-items-box .header {
305
+ text-align: center;
306
+ color: #a4a4a4;
307
+ font-size: 11px;
308
+ padding-bottom: 3px;
309
+ border-bottom: 1px solid #d0d0d0;
310
+ margin: 10px;
311
+ }
312
+
313
+ .cart-items-box .items > li {
314
+ -webkit-transition: all 0.15s linear;
315
+ -moz-transition: all 0.15s linear;
316
+ -o-transition: all 0.15s linear;
317
+ transition: all 0.15s linear;padding: 3% 2%;
318
+ }
319
+
320
+ .cart-items-box .items > li:hover .item-thumbnail {
321
+ box-shadow: 0 0 10px rgba(0,0,0,0.1);
322
+ -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
323
+ }
324
+ .cart-items-box .items .item-thumbnail {
325
+ float: left;
326
+ width: 50px;
327
+ height: 50px;
328
+ border: 1px solid #eaeaea;
329
+ border-radius: 2px;
330
+ background: #fff;
331
+ padding: 2px;
332
+ margin-right: 20px;
333
+ }
334
+ .cart-items-box .items .item-thumbnail > a {
335
+ display: block;
336
+ height: 100%;
337
+ background: #e1e1e1;
338
+ overflow: hidden;
339
+ }
340
+ .cart-items-box .items .item-name {
341
+ position: relative;
342
+ top: 3px;
343
+ display: block;
344
+ }
345
+ .cart-items-box .items .item-price {
346
+ color: #ff5757;
347
+ font-weight: bold;
348
+ margin-top: 10px;
349
+ display: block;
350
+ }
351
+ .cart-items-box .footer {
352
+ clear: both;
353
+ float: right;
354
+ font-size: 11px;
355
+ margin-top: 15px;
356
+ text-decoration: underline;
357
+ }
358
+
359
+ .items li .remove-btn{
360
+ width: 20px;
361
+ height: 20px;
362
+ display: block;
363
+ position: relative;
364
+ left: 280px;
365
+ top: -45px;
366
+ z-index: 10000;
367
+ font-size: 16px;
368
+ }
369
+
370
+ .my-cart .qty-btngroup {
371
+ margin: 0 auto;
372
+ display: table;
373
+ }
374
+ .qty-btngroup button, .qty-btngroup input[type="text"] {
375
+ width: 30px;
376
+ height: 30px;
377
+ float: left;
378
+ color: #7e7e7e;
379
+ }
380
+ .qty-btngroup button {
381
+ border: 0;
382
+ background: #eaeaea;
383
+ }
384
+ .qty-btngroup button:hover {
385
+ color: #fff;
386
+ background: #ff5757;
387
+ }
388
+ .qty-btngroup input[type="text"] {
389
+ border: 1px solid #eaeaea;
390
+ border-left: 0;
391
+ border-right: 0;
392
+ border-radius: 0;
393
+ text-align: center;
394
+ font-size: 11px;
395
+ height: 30px;
396
+ }
397
+ .qty-btngroup .plus {
398
+ border-radius: 0 2px 2px 0;
399
+ }
400
+ .qty-btngroup .minus {
401
+ border-radius: 2px 0 0 2px;
402
+ }
403
+ table.my-cart tr td div.qty-btngroup {
404
+ width: 105%;
405
+ }
406
+ .my-cart .qty-btngroup {
407
+ display: table;
408
+ margin: 0 auto;
409
+ }
410
+ #mini-cart-summary{
411
+ margin-bottom: 5px;
412
+ width: 100%;
413
+ }
414
+ .sidebar .header-cart{
415
+ display: none;
416
+ }
417
+ .clearfix{
418
+ clear: both;
419
+ }
420
+ .header-container {
421
+ text-align: left;
422
+ }
423
+ .view-cart-btn{
424
+ float: left;
425
+ }
skin/frontend/base/default/ajaxminicart/ajaxcart.css ADDED
@@ -0,0 +1,445 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #MB_overlay {
2
+ position: absolute;
3
+ margin: auto;
4
+ top: 0; left: 0;
5
+ width: 100%; height: 100%;
6
+ z-index: 9999;
7
+ border: 0;
8
+ background-color: #000!important;
9
+ }
10
+ #MB_overlay[id] { position: fixed; }
11
+
12
+ #MB_window {
13
+ position: absolute;
14
+ top: 0;
15
+ border: 0 solid;
16
+ text-align: left;
17
+ z-index: 10000;
18
+ }
19
+ #MB_window[id] { position: fixed!important; }
20
+
21
+ #MB_frame {
22
+ position: relative;
23
+ background-color: #EFEFEF;
24
+ height: 100%;
25
+ }
26
+
27
+ #MB_header {
28
+ margin: 0;
29
+ padding: 0;
30
+ }
31
+
32
+ #MB_content {
33
+ position: relative;
34
+ padding: 6px .75em;
35
+ overflow: auto;
36
+ }
37
+
38
+ #MB_caption {
39
+ font: bold 100% "Lucida Grande", Arial, sans-serif;
40
+ text-shadow: #FFF 0 1px 0;
41
+ padding: .5em 2em .5em .75em;
42
+ margin: 0;
43
+ text-align: left;
44
+ }
45
+
46
+ #MB_close {
47
+ display: block;
48
+ position: absolute;
49
+ right: 5px; top: 4px;
50
+ padding: 2px 3px;
51
+ font-weight: bold;
52
+ text-decoration: none;
53
+ font-size: 13px;
54
+ }
55
+ #MB_close:hover {
56
+ background: transparent;
57
+ }
58
+
59
+ #MB_loading {
60
+ padding: 1.5em;
61
+ text-indent: -10000px;
62
+ background: transparent url(spinner.gif) 50% 0 no-repeat;
63
+ }
64
+
65
+ /* Color scheme */
66
+ #MB_window {
67
+ background-color: #EFEFEF;
68
+ color: #000;
69
+
70
+ -webkit-box-shadow: 0 0 64px #000;
71
+ -moz-box-shadow: #000 0 0 64px;
72
+ box-shadow: 0 0 64px #000;
73
+ }
74
+ #MB_frame {
75
+ padding-bottom: 4px;
76
+
77
+ -webkit-border-bottom-left-radius: 4px;
78
+ -webkit-border-bottom-right-radius: 4px;
79
+
80
+ -moz-border-radius-bottomleft: 4px;
81
+ -moz-border-radius-bottomright: 4px;
82
+
83
+ border-bottom-left-radius: 4px;
84
+ border-bottom-right-radius: 4px;
85
+ }
86
+
87
+ #MB_content { border-top: 1px solid #F9F9F9; }
88
+
89
+ #MB_header {
90
+ background-color: #DDD;
91
+ border-bottom: 1px solid #CCC;
92
+ }
93
+ #MB_caption { color: #000 }
94
+ #MB_close { color: #777 }
95
+ #MB_close:hover { color: #000 }
96
+
97
+
98
+ /* Alert message */
99
+ .MB_alert {
100
+ margin: 10px 0;
101
+ text-align: center;
102
+ }
103
+
104
+ /* Notification message css */
105
+ .notification {
106
+ color: #FFFFFF;
107
+ display: none;
108
+ padding: 0px;
109
+ position: fixed;
110
+ top: 0;
111
+ left: 0;
112
+ right: 0;
113
+ opacity:0.8;
114
+ overflow: hidden;
115
+ z-index: 10000;
116
+ }
117
+ #note {
118
+ position: fixed;
119
+ z-index: 10000;
120
+ top: 0;
121
+ left: 0;
122
+ right: 0;
123
+ background: #E00000;
124
+ color:white;
125
+ opacity:0.8;
126
+ text-align: center;
127
+ line-height: 2.5;
128
+ overflow: hidden;
129
+ vertical-align: middle;
130
+ font-size:16px;
131
+ -webkit-box-shadow: 0 0 5px black;
132
+ -moz-box-shadow: 0 0 5px black;
133
+ box-shadow: 0 0 5px black;
134
+ }
135
+ @-webkit-keyframes slideDown {
136
+ 0%, 100% { -webkit-transform: translateY(-50px); }
137
+ 10%, 90% { -webkit-transform: translateY(0px); }
138
+ }
139
+ @-moz-keyframes slideDown {
140
+ 0%, 100% { -moz-transform: translateY(-50px); }
141
+ 10%, 90% { -moz-transform: translateY(0px); }
142
+ }
143
+
144
+ .cssanimations.csstransforms #note {
145
+ -webkit-transform: translateY(-50px);
146
+ -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
147
+ -moz-transform: translateY(-50px);
148
+ -moz-animation: slideDown 2.5s 1.0s 1 ease forwards;
149
+ }
150
+ .top-cart {
151
+ display: none;
152
+ }
153
+ .top-link-cart{
154
+ display: none;
155
+ }
156
+ .header-cart {
157
+ display: table;
158
+ float: right;
159
+ height: 100%;
160
+ }
161
+
162
+ .header-cart .cart-btn {
163
+ /* background: none repeat scroll 0 0 #fff; */
164
+ border: 0 none;
165
+ padding: 5px;
166
+ }
167
+
168
+ .cart-items-box .items {
169
+ clear: both;
170
+ float: left;
171
+ list-style: none outside none;
172
+ margin: 0;
173
+ padding: 0;
174
+ }
175
+ .cart-items-box .cart-header {
176
+ border-bottom: 1px solid #d0d0d0;
177
+ color: #a4a4a4;
178
+ font-size: 11px;
179
+ margin: 10px;
180
+ padding-bottom: 3px;
181
+ text-align: center;
182
+ }
183
+ .cart-items-box .items .item-thumbnail {
184
+ background: none repeat scroll 0 0 #fff;
185
+ border: 1px solid #eaeaea;
186
+ border-radius: 2px;
187
+ float: left;
188
+ height: 50px;
189
+ margin-right: 20px;
190
+ padding: 2px;
191
+ width: 50px;
192
+ }
193
+ .mini-basket-content-wrapper {
194
+ float: left;
195
+ width: 205px;
196
+ }
197
+ .mini-cart-name {
198
+ margin-bottom: 10%;
199
+ }
200
+ .cart-items-box .items .item-name {
201
+ display: block;
202
+ position: relative;
203
+ top: 3px;
204
+ }
205
+ .qty-btngroup .minus {
206
+ border-radius: 2px 0 0 2px;
207
+ }
208
+ .qty-btngroup button {
209
+ background: none repeat scroll 0 0 #eaeaea;
210
+ border: 0 none;
211
+ }
212
+ .btn.btn-iconed > i {
213
+ color: #ff5757;
214
+ font-size: 22px;
215
+ padding-right: 5px;
216
+ }
217
+
218
+ .btn.btn-iconed > i, .btn.btn-iconed > span {
219
+ display: inline-block;
220
+ vertical-align: middle;
221
+ }
222
+ .header-cart .cart-value {
223
+ background: none repeat scroll 0 0 #6cd0b8;
224
+ border-radius: 5px;
225
+ color: #fff;
226
+ display: inline-block;
227
+ font-size: 12px;
228
+ font-weight: bold;
229
+ padding: 7px 5px;
230
+ }
231
+ .btn {
232
+ /* background: none repeat scroll 0 0 #fafafa; */
233
+ border: 1px solid #eee;
234
+ border-radius: 2px;
235
+ color: #555;
236
+ font-size: 13px;
237
+ font-weight: 500;
238
+ padding: 10px 12px;
239
+ }
240
+ .cart-items-box {
241
+ z-index: 9999;
242
+ position: absolute;
243
+ right: 0;
244
+ border: 1px solid #eaeaea;
245
+ background: #fdfdfd;
246
+ background: -moz-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
247
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f1f1f1));
248
+ background: -webkit-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
249
+ background: -o-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
250
+ background: -ms-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
251
+ background: linear-gradient(to bottom, #fdfdfd 0%,#f1f1f1 100%);
252
+ display: block;
253
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f1f1f1',GradientType=0 );
254
+ border-radius: 2px;
255
+ width: 350px;
256
+ display: none;
257
+ }
258
+
259
+ .mini-basket-content-wrapper{
260
+ float:left;
261
+ text-align: left;
262
+ width:205px;
263
+ }
264
+
265
+ .mini-cart-name{
266
+ margin-bottom: 10%;
267
+ }
268
+ .mini-basket-content-wrapper .price{
269
+ display: inline-block;
270
+ margin-left: 15px;
271
+ padding-top: 3px;
272
+ }
273
+
274
+ .cart-items-box .items li{
275
+ border-bottom: 1px solid #ddd;
276
+ padding-bottom: 10px;
277
+ }
278
+ .mini-cart-see-all {
279
+ float: right;
280
+ display: inline-block;
281
+ padding: 10px;
282
+ }
283
+
284
+ .mini-cart-footer {
285
+ padding: 0em 1.6em;
286
+ padding-top: 10px;
287
+ }
288
+
289
+ .items li .remove-btn{
290
+ width: 14px;
291
+ height: 14px;
292
+ display: block;position: relative;
293
+ left: 280px;
294
+ top: -85px;
295
+ z-index: 10000;
296
+ }
297
+ .cart-items-box .header {
298
+ text-align: center;
299
+ color: #a4a4a4;
300
+ font-size: 11px;
301
+ padding-bottom: 3px;
302
+ border-bottom: 1px solid #d0d0d0;
303
+ margin: 10px;
304
+ }
305
+
306
+ .cart-items-box .items > li {
307
+ -webkit-transition: all 0.15s linear;
308
+ -moz-transition: all 0.15s linear;
309
+ -o-transition: all 0.15s linear;
310
+ transition: all 0.15s linear;padding: 3% 2%;
311
+ }
312
+
313
+ .cart-items-box .items > li:hover .item-thumbnail {
314
+ box-shadow: 0 0 10px rgba(0,0,0,0.1);
315
+ -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
316
+ }
317
+ .cart-items-box .items .item-thumbnail {
318
+ float: left;
319
+ width: 50px;
320
+ height: 50px;
321
+ border: 1px solid #eaeaea;
322
+ border-radius: 2px;
323
+ background: #fff;
324
+ padding: 2px;
325
+ margin-right: 20px;
326
+ }
327
+ .cart-items-box .items .item-thumbnail > a {
328
+ display: block;
329
+ height: 100%;
330
+ background: #e1e1e1;
331
+ overflow: hidden;
332
+ }
333
+ .cart-items-box .items .item-name {
334
+ position: relative;
335
+ top: 3px;
336
+ display: block;
337
+ }
338
+ .cart-items-box .items .item-price {
339
+ color: #ff5757;
340
+ font-weight: bold;
341
+ margin-top: 10px;
342
+ display: block;
343
+ }
344
+ .cart-items-box .footer {
345
+ clear: both;
346
+ float: right;
347
+ font-size: 11px;
348
+ margin-top: 15px;
349
+ text-decoration: underline;
350
+ }
351
+
352
+ .items li .remove-btn{
353
+ width: 20px;
354
+ height: 20px;
355
+ display: block;
356
+ position: relative;
357
+ left: 280px;
358
+ top: -45px;
359
+ z-index: 10000;
360
+ font-size: 16px;
361
+ }
362
+
363
+ .my-cart .qty-btngroup {
364
+ margin: 0 auto;
365
+ display: table;
366
+ }
367
+ .qty-btngroup button, .qty-btngroup input[type="text"] {
368
+ width: 30px;
369
+ height: 28px;
370
+ float: left;
371
+ color: #7e7e7e;
372
+ font-size: 12px;
373
+ }
374
+ .qty-btngroup button {
375
+ border: 0;
376
+ background: #eaeaea;
377
+ }
378
+ .qty-btngroup button:hover {
379
+ color: #fff;
380
+ background: #ff5757;
381
+ }
382
+ .qty-btngroup input[type="text"] {
383
+ border: 1px solid #eaeaea;
384
+ border-left: 0;
385
+ border-right: 0;
386
+ border-radius: 0;
387
+ text-align: center;
388
+ font-size: 12px;
389
+ height: 28px;
390
+ }
391
+ .qty-btngroup .plus {
392
+ border-radius: 0 2px 2px 0;
393
+ }
394
+ .qty-btngroup .minus {
395
+ border-radius: 2px 0 0 2px;
396
+ }
397
+ table.my-cart tr td div.qty-btngroup {
398
+ width: 105%;
399
+ }
400
+ .my-cart .qty-btngroup {
401
+ display: table;
402
+ margin: 0 auto;
403
+ }
404
+ #mini-cart-summary{
405
+ margin-bottom: 5px;
406
+ width: 100%;
407
+ }
408
+ .sidebar .header-cart{
409
+ display: none;
410
+ }
411
+ .clearfix{
412
+ clear: both;
413
+ }
414
+ .header-container {
415
+ text-align: left;
416
+ }
417
+ .view-cart-btn{
418
+ float: left;
419
+ }
420
+ #minicartfooterid a.button {
421
+ line-height: 17px;
422
+ margin-bottom: 5px;
423
+ }
424
+ .cart-container{
425
+ margin-top: 8px;
426
+ overflow: unset;
427
+ z-index: 99999;
428
+ }
429
+ .skip-minicart {
430
+ padding: 0px !important;
431
+ position: absolute;
432
+ right: 0;
433
+ top: 0;
434
+ width: auto;
435
+ }
436
+ .header .quick-access .links {
437
+ float: right;
438
+ line-height: 18px;
439
+ position: relative;
440
+ right: 135px;
441
+ white-space: nowrap;
442
+ }
443
+ .header .form-search {
444
+ margin-top: 10px;
445
+ }
skin/frontend/base/default/ajaxminicart/ajaxminicart.js ADDED
@@ -0,0 +1,712 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var ajaxcart = {
2
+ g: new Growler(),
3
+ initialize: function() {
4
+ this.g = new Growler();
5
+ this.bindEvents();
6
+ },
7
+ bindEvents: function () {
8
+ this.addSubmitEvent();
9
+ $$('a[href*="/checkout/cart/delete/"]').each(function(e){
10
+ $(e).observe('click', function(event){
11
+ setLocation($(e).readAttribute('href'));
12
+ Event.stop(event);
13
+ });
14
+ });
15
+ },
16
+ ajaxCartSubmit: function (obj,id) {
17
+ var _this = this;
18
+
19
+ if(Modalbox !== 'undefined' && Modalbox.initialized)Modalbox.hide();
20
+
21
+ try {
22
+ if(typeof obj == 'string') {
23
+ var url = obj;
24
+
25
+ //AjaxQueue.push(url, {onSucess: funcSuccess, onfailure: funcFailure});
26
+ var option = url.split("=");
27
+ var key ='';
28
+ var value ='';
29
+ var optstr ='';
30
+ if(option){
31
+ if(option[1]){
32
+ var optval = option[1].split(',');
33
+ key = optval[0];
34
+ value = optval[1];
35
+ optstr = 'options['+key+']='+value;
36
+ }
37
+ }
38
+ AjaxQueue.push(url, {
39
+
40
+ parameters: optstr,
41
+ onLoading : function(response) {
42
+ $('load_animate').show();
43
+ },
44
+ onLoaded : function(response) {
45
+ $("#note").hide();
46
+ _this.showError('');
47
+ },
48
+
49
+ onSuccess : function(response) {
50
+
51
+ // $(".Growler-notice-body").hide();
52
+ // Handle the response content...
53
+ try{
54
+ var res = response.responseText.evalJSON();
55
+
56
+ if(res) {
57
+
58
+ if(typeof res.carttotal != 'undefined') {
59
+ if(res.carttotal!=0){
60
+ //$('mini-cart-total').update('$'+parseFloat(res.carttotal).toFixed(2));
61
+ document.getElementById("mini-cart-total").innerHTML ='$'+parseFloat(res.cartsubtotal).toFixed(2);
62
+
63
+ $('minicartfooterid').show();
64
+
65
+ }else{
66
+ document.getElementById("mini-cart-total").innerHTML ='$0.00';
67
+
68
+ $('minicartfooterid').hide();
69
+ }
70
+ }
71
+ if(typeof res.cartcount != 'undefined') {
72
+ if(parseInt(res.cartcount)==0){
73
+ document.getElementById("header-text").innerHTML = "No item in cart to display";
74
+ }else{
75
+ document.getElementById("header-text").innerHTML = "Showing "+ parseInt(res.cartcount) +" of " +parseInt(res.cartcount)+" items added";
76
+ }
77
+ }
78
+
79
+ if(typeof res.cartitem != 'undefined') {
80
+ document.getElementById("mini-cart-summary").innerHTML =res.cartitem;
81
+
82
+ }
83
+ var currentUrl = window.location.href;
84
+ if( currentUrl.search('/checkout/') != -1 ) {
85
+ if(typeof res.cartsubtotal != 'undefined') {
86
+ var subTotalobje = document.getElementById("sub-total");
87
+ var subTotalobje1 = document.getElementById("grand-total");
88
+ if( subTotalobje != null && subTotalobje1 != null){
89
+ if(res.carttotal!=0){
90
+ document.getElementById("sub-total").innerHTML ='$'+parseFloat(res.cartsubtotal).toFixed(2);
91
+ document.getElementById("grand-total").innerHTML ='$'+parseFloat(res.carttotal).toFixed(2);
92
+ }else{
93
+ document.getElementById("sub-total").innerHTML ='$0.00';
94
+ document.getElementById("grand-total").innerHTML ='$0.00';
95
+ }
96
+ }
97
+ }
98
+
99
+ if(typeof res.shippingtaxamount != 'undefined' && res.shippingtaxamount !=0) {
100
+ var taxamtObj =document.getElementById("shippingtax");
101
+ if(taxamtObj != null){
102
+ if(parseInt(res.shippingtaxamount)==0){
103
+ document.getElementById("shippingtax").innerHTML = '$'+parseFloat(res.shippingtaxamount);
104
+ }else{
105
+ document.getElementById("shippingtax").innerHTML = '$'+parseFloat(res.shippingtaxamount);
106
+ }
107
+ }
108
+ }
109
+
110
+ if(typeof res.discount != 'undefined') {
111
+ var discountObj = document.getElementById("discountamount");
112
+ if(discountObj != null){
113
+ if(parseInt(res.discount)==0){
114
+ document.getElementById("discountamount").innerHTML = res.discount;
115
+ }else{
116
+ document.getElementById("discountamount").innerHTML = res.discount;
117
+ }
118
+ }
119
+
120
+ }
121
+ }
122
+
123
+ if( currentUrl.search('checkout/onepage') != -1 ) {
124
+ if(typeof res.cartcount != 'undefined') {
125
+ var checoutCntObj = document.getElementById("checout-count");
126
+ if(checoutCntObj != null){
127
+ if(parseInt(res.cartcount)==0){
128
+ document.getElementById("checout-count").innerHTML = parseInt(res.cartcount);
129
+ }else{
130
+
131
+ document.getElementById("checout-count").innerHTML = parseInt(res.cartcount);
132
+ }
133
+ }
134
+ }
135
+ }
136
+ //check for group product's option
137
+ if(res.configurable_options_block) {
138
+ if(res.r == 'success') {
139
+
140
+ //show group product options block
141
+ _this.showPopup(res.configurable_options_block);
142
+ } else {
143
+ if(typeof res.messages != 'undefined') {
144
+ _this.showError(res.messages);
145
+ } else {
146
+ // _this.showError("Something bad happened");
147
+ }
148
+ }
149
+ } else {
150
+
151
+ if(res.r == 'success') {
152
+ if(res.message) {
153
+ _this.showSuccess(res.message);
154
+ } else {
155
+ _this.showSuccess('Item was added into cart.');
156
+ }
157
+
158
+ //update all blocks here
159
+ _this.updateBlocks(res.update_blocks);
160
+
161
+ } else {
162
+
163
+ if(typeof res.messages != 'undefined') {
164
+ // alert('iii'+id);
165
+ setTimeout(function(){ if(id){
166
+ var eleitem;
167
+ var qty = document.getElementById("cart_qty_"+parseInt(id)).value-1;
168
+ // alert('qty'+qty);
169
+ if(qty==0){
170
+ document.getElementById("cart_qty_"+parseInt(id)).value=1;
171
+ eleitem = document.getElementById("cart-itemqty-"+parseInt(id));
172
+ if(eleitem){
173
+ document.getElementById("cart-itemqty-"+parseInt(id)).value=1;
174
+ }
175
+ }else if(qty>0){
176
+ document.getElementById("cart_qty_"+parseInt(id)).value=qty;
177
+ eleitem = document.getElementById("cart-itemqty-"+parseInt(id));
178
+ if(eleitem){
179
+ eleitem.value=qty;
180
+ }
181
+ }
182
+ }
183
+ },3000);
184
+ _this.showError(res.messages);
185
+
186
+ } else {
187
+ // _this.showError("Something bad happened");
188
+ }
189
+ }
190
+ }
191
+ } else {
192
+ document.location.reload(true);
193
+ }
194
+ } catch(e) {
195
+ //window.location.href = url;
196
+ //document.location.reload(true);
197
+ }
198
+ $('load_animate').hide();
199
+ },
200
+ onComplete: function() {
201
+ //alert('hello your requrest is completed');
202
+ $('load_animate').hide();
203
+
204
+ }
205
+ });
206
+ } else {
207
+ if(typeof obj.form.down('input[type=file]') != 'undefined') {
208
+
209
+ //use iframe
210
+ obj.form.insert('<iframe id="upload_target" name="upload_target" src="" style="width:0;height:0;border:0px solid #fff;"></iframe>');
211
+
212
+ var iframe = $('upload_target');
213
+ iframe.observe('load', function(){
214
+ // Handle the response content...
215
+ try{
216
+ var doc = iframe.contentDocument ? iframe.contentDocument : (iframe.contentWindow.document || iframe.document);
217
+ console.log(doc);
218
+ var res = doc.body.innerText ? doc.body.innerText : doc.body.textContent;
219
+ res = res.evalJSON();
220
+
221
+ if(res) {
222
+ if(res.r == 'success') {
223
+ if(res.message) {
224
+ _this.showSuccess(res.message);
225
+ } else {
226
+ _this.showSuccess('Item was added into cart.');
227
+ }
228
+
229
+ //update all blocks here
230
+ _this.updateBlocks(res.update_blocks);
231
+
232
+ } else {
233
+ if(typeof res.messages != 'undefined') {
234
+ _this.showError(res.messages);
235
+ } else {
236
+ // _this.showError("Something bad happened");
237
+ }
238
+ }
239
+ } else {
240
+ // _this.showError("Something bad happened");
241
+ }
242
+ } catch(e) {
243
+ console.log(e);
244
+ // _this.showError("Something bad happened");
245
+ }
246
+ });
247
+
248
+ obj.form.target = 'upload_target';
249
+
250
+ //show loading
251
+ _this.g.warn("Processing", {
252
+ life: 3
253
+ });
254
+
255
+ obj.form.submit();
256
+ return true;
257
+
258
+ } else {
259
+ //use ajax
260
+
261
+ var url = obj.form.action,
262
+ data = obj.form.serialize();
263
+
264
+ new Ajax.Request(url, {
265
+ method : 'post',
266
+ dataType: 'json',
267
+ postBody : data,
268
+ onCreate : function() {
269
+
270
+ },
271
+ onLoading : function(response) {
272
+ $('load_animate').show();
273
+ },
274
+ onSuccess : function(response) {
275
+ // Handle the response content...
276
+ try{
277
+ var res = response.responseText.evalJSON();
278
+ if(res) {
279
+
280
+ if(typeof res.carttotal != 'undefined') {
281
+ if(res.carttotal!=0){
282
+ document.getElementById("mini-cart-total").innerHTML ='$'+parseFloat(res.cartsubtotal).toFixed(2);
283
+ $('minicartfooterid').show();
284
+ }else{
285
+ document.getElementById("mini-cart-total").innerHTML ='$0.00';
286
+ $('minicartfooterid').hide();
287
+ }
288
+ }
289
+
290
+ if(typeof res.cartitem != 'undefined') {
291
+
292
+ document.getElementById("mini-cart-summary").innerHTML =res.cartitem;
293
+
294
+ //$$("#mini-cart-summary").insert(res.cartitem);
295
+ //document.getElementById("mini-cart-summary").appendChild(res.cartitem);
296
+ }
297
+ if(typeof res.cartcount != 'undefined') {
298
+ if(parseInt(res.cartcount)==0){
299
+ document.getElementById("header-text").innerHTML = "No item in cart to display";
300
+
301
+ }else{
302
+ document.getElementById("header-text").innerHTML = "Showing "+ parseInt(res.cartcount) +" of " +parseInt(res.cartcount)+" items added";
303
+
304
+ }
305
+ }
306
+ var currentUrl = window.location.href;
307
+ // cart page data update
308
+ if( currentUrl.search('/checkout/') != -1 ) {
309
+ if(typeof res.cartsubtotal != 'undefined') {
310
+ var subTotalobje = document.getElementById("sub-total");
311
+ var subTotalobje1 = document.getElementById("grand-total");
312
+ if( subTotalobje != null && subTotalobje1 != null){
313
+ if(res.carttotal!=0){
314
+ document.getElementById("sub-total").innerHTML ='$'+parseFloat(res.cartsubtotal).toFixed(2);
315
+ document.getElementById("grand-total").innerHTML ='$'+parseFloat(res.carttotal).toFixed(2);
316
+ }else{
317
+ document.getElementById("sub-total").innerHTML ='$0.00';
318
+ document.getElementById("grand-total").innerHTML ='$0.00';
319
+ }
320
+ }
321
+ }
322
+
323
+ if(typeof res.shippingtaxamount != 'undefined' && res.shippingtaxamount !=0) {
324
+ var taxamtObj =document.getElementById("shippingtax");
325
+ if(taxamtObj != null){
326
+ if(parseInt(res.shippingtaxamount)==0){
327
+ document.getElementById("shippingtax").innerHTML = '$'+parseFloat(res.shippingtaxamount);
328
+ }else{
329
+ document.getElementById("shippingtax").innerHTML = '$'+parseFloat(res.shippingtaxamount);
330
+ }
331
+ }
332
+ }
333
+ }
334
+
335
+ if(typeof res.discount != 'undefined') {
336
+ var discountObj = document.getElementById("discountamount");
337
+ if(discountObj != null){
338
+ if(parseInt(res.discount)==0){
339
+ document.getElementById("discountamount").innerHTML = res.discount;
340
+ }else{
341
+ document.getElementById("discountamount").innerHTML = res.discount;
342
+ }
343
+ }
344
+
345
+
346
+ }
347
+
348
+
349
+ if(res.r == 'success') {
350
+ if(res.message) {
351
+ _this.showSuccess(res.message);
352
+ } else {
353
+ _this.showSuccess('Item was added into cart.');
354
+ }
355
+
356
+ //update all blocks here
357
+ _this.updateBlocks(res.update_blocks);
358
+
359
+ } else {
360
+ if(typeof res.messages != 'undefined') {
361
+
362
+ _this.showError(res.messages);
363
+ } else {
364
+ // _this.showError("Something bad happened");
365
+ }
366
+ }
367
+ } else {
368
+ // _this.showError("Something bad happened");
369
+ }
370
+ } catch(e) {
371
+ console.log(e);
372
+ // _this.showError("Something bad happened");
373
+ }
374
+ $('load_animate').hide();
375
+ },
376
+ onComplete: function() {
377
+ //alert('hello your requrest is completed');
378
+ $('load_animate').hide();
379
+ }
380
+ });
381
+ }
382
+ }
383
+ } catch(e) {
384
+ console.log(e);
385
+ if(typeof obj == 'string') {
386
+ window.location.href = obj;
387
+ } else {
388
+ document.location.reload(true);
389
+ }
390
+ }
391
+ },
392
+
393
+ getConfigurableOptions: function(url) {
394
+ var _this = this;
395
+ new Ajax.Request(url, {
396
+ onCreate : function() {
397
+ },
398
+ onSuccess : function(response) {
399
+ // Handle the response content...
400
+ try{
401
+ var res = response.responseText.evalJSON();
402
+ if(res) {
403
+ if(res.r == 'success') {
404
+
405
+ //show configurable options popup
406
+ _this.showPopup(res.configurable_options_block);
407
+
408
+ } else {
409
+ if(typeof res.messages != 'undefined') {
410
+ _this.showError(res.messages);
411
+ } else {
412
+ _this.showError("Something bad happened");
413
+ }
414
+ }
415
+ } else {
416
+ document.location.reload(true);
417
+ }
418
+ } catch(e) {
419
+ window.location.href = url;
420
+ //document.location.reload(true);
421
+ }
422
+ }
423
+ });
424
+ },
425
+
426
+ showSuccess: function(message) {
427
+ notifyBar(message);
428
+ /* this.g.info(message, {
429
+ life: 0
430
+ });*/
431
+ },
432
+
433
+ showError: function (error) {
434
+ var _this = this;
435
+ if(typeof error == 'string') {
436
+ notifyBar(error);
437
+ /* _this.g.error(error, {
438
+ life: 5
439
+ }); */
440
+ } else {
441
+ notifyBar(error);
442
+ /* error.each(function(message){
443
+ _this.g.error(message, {
444
+ life: 5
445
+ });
446
+ });*/
447
+ }
448
+
449
+ },
450
+
451
+ addSubmitEvent: function () {
452
+
453
+ if(typeof productAddToCartForm != 'undefined') {
454
+ var _this = this;
455
+ productAddToCartForm.submit = function(url){
456
+ if(this.validator && this.validator.validate()){
457
+ _this.ajaxCartSubmit(this);
458
+ }
459
+ return false;
460
+ }
461
+ productAddToCartForm.form.onsubmit = function() {
462
+ productAddToCartForm.submit();
463
+ return false;
464
+ };
465
+ }
466
+ },
467
+
468
+ updateBlocks: function(blocks) {
469
+ var _this = this;
470
+ if(blocks) {
471
+ try{
472
+ blocks.each(function(block){
473
+ if(block.key) {
474
+ var dom_selector = block.key;
475
+ if($$(dom_selector)) {
476
+ $$(dom_selector).each(function(e){
477
+ $(e).replace(block.value);
478
+ });
479
+ }
480
+ }
481
+ });
482
+ _this.bindEvents();
483
+
484
+ // show details tooltip
485
+ truncateOptions();
486
+ } catch(e) {
487
+ console.log(e);
488
+ }
489
+ }
490
+ },
491
+
492
+ showPopup: function(block) {
493
+ try {
494
+ var _this = this;
495
+ //$$('body')[0].insert({bottom: new Element('div', {id: 'modalboxOptions'}).update(block)});
496
+ var element = new Element('div', {
497
+ id: 'modalboxOptions'
498
+ }).update(block);
499
+
500
+ var viewport = document.viewport.getDimensions();
501
+ Modalbox.show(element,
502
+ {
503
+ title: 'Please Select Options',
504
+ width: 510,
505
+ height: viewport.height,
506
+ afterLoad: function() {
507
+ _this.extractScripts(block);
508
+ _this.bindEvents();
509
+ }
510
+ });
511
+ } catch(e) {
512
+ console.log(e)
513
+ }
514
+ },
515
+
516
+ extractScripts: function(strings) {
517
+ var scripts = strings.extractScripts();
518
+ scripts.each(function(script){
519
+ try {
520
+ eval(script.replace(/var /gi, ""));
521
+ }
522
+ catch(e){
523
+ console.log(e);
524
+ }
525
+ });
526
+ }
527
+
528
+ };
529
+
530
+ var AjaxQueue = {
531
+ batchSize: 1, //No.of simultaneous AJAX requests allowed, Default : 1
532
+ urlQueue: [], //Request URLs will be pushed into this array
533
+ elementsQueue: [], //Element IDs of elements to be updated on completion of a request ( as in Ajax.Updater )
534
+ optionsQueue: [], //Request options will be pushed into this array
535
+ setBatchSize: function(bSize){ //Method to set a different batch size. Recommended: Set batchSize before making requests
536
+ this.batchSize = bSize;
537
+ },
538
+ push: function(url, options, elementID){ //Push the request in the queue. elementID is optional and required only for Ajax.Updater calls
539
+ this.urlQueue.push(url);
540
+ this.optionsQueue.push(options);
541
+ if(elementID!=null){
542
+ this.elementsQueue.push(elementID);
543
+ } else {
544
+ this.elementsQueue.push("NOTSPECIFIED");
545
+ }
546
+
547
+ this._processNext();
548
+ },
549
+ _processNext: function() { // Method for processing the requests in the queue. Private method. Don't call it explicitly
550
+ if(Ajax.activeRequestCount < AjaxQueue.batchSize) // Check if the currently processing request count is less than batch size
551
+ {
552
+ if(AjaxQueue.elementsQueue.first()=="NOTSPECIFIED") { //Check if an elementID was specified
553
+ // Call Ajax.Request if no ElementID specified
554
+ //Call Ajax.Request on the first item in the queue and remove it from the queue
555
+ new Ajax.Request(AjaxQueue.urlQueue.shift(), AjaxQueue.optionsQueue.shift());
556
+
557
+ var junk = AjaxQueue.elementsQueue.shift();
558
+ } else {
559
+ // Call Ajax.Updater if an ElementID was specified.
560
+ //Call Ajax.Updater on the first item in the queue and remove it from the queue
561
+ new Ajax.Updater(AjaxQueue.elementsQueue.shift(), AjaxQueue.urlQueue.shift(), AjaxQueue.optionsQueue.shift());
562
+ }
563
+ }
564
+ }
565
+ };
566
+ Ajax.Responders.register({
567
+ //Call AjaxQueue._processNext on completion ( success / failure) of any AJAX call.
568
+ onComplete: AjaxQueue._processNext
569
+ });
570
+
571
+ var oldSetLocation = setLocation;
572
+ var setLocation = (function() {
573
+ return function(url,id){
574
+ if (window.location.protocol == "https:") {
575
+ url=url.replace("http://","https://");
576
+ }
577
+ if( url.search('checkout/cart/add') != -1 ) {
578
+ //its simple/group/downloadable product
579
+ ajaxcart.ajaxCartSubmit(url,id);
580
+ } else if( url.search('checkout/cart/delete') != -1 ) {
581
+ ajaxcart.ajaxCartSubmit(url);
582
+ } else if( url.search('options=cart') != -1 ) {
583
+ //its configurable/bundle product
584
+ url += '&ajax=true';
585
+ ajaxcart.getConfigurableOptions(url);
586
+ } else {
587
+ oldSetLocation(url);
588
+ }
589
+ if(id){
590
+ var qty = parseInt(document.getElementById("cart_qty_"+ parseInt(id)).value)+1;
591
+ var eleitem;
592
+ if(qty==0){
593
+ document.getElementById("cart_qty_"+parseInt(id)).value=1;
594
+ eleitem = document.getElementById("cart-itemqty-"+parseInt(id));
595
+ if(eleitem){
596
+ document.getElementById("cart-itemqty-"+parseInt(id)).value=1;
597
+ }
598
+ }else if(qty>0){
599
+ document.getElementById("cart_qty_"+parseInt(id)).value=qty;
600
+ eleitem = document.getElementById("cart-itemqty-"+parseInt(id));
601
+
602
+ if(eleitem){
603
+ setTimeout(function(){
604
+ document.getElementById("cart-itemqty-"+parseInt(id)).value=qty;
605
+ },1000);
606
+ }
607
+ }
608
+ }
609
+ };
610
+ })();
611
+
612
+ var setDeleteqty = (function() {
613
+ return function(id,url){
614
+ if (window.location.protocol == "https:") {
615
+ url=url.replace("http://","https://");
616
+ }
617
+ var qtyObj = document.getElementById("cart_qty_"+parseInt(id));
618
+ if(qtyObj != null){
619
+ var qty = parseInt(qtyObj.value)-1;
620
+ }else{
621
+ var qty = parseInt(document.getElementById("cart-itemqty-"+ parseInt(id)).value)-1;
622
+ }
623
+ if(qty>=1){
624
+ url = url + 'qty/'+ parseInt(qty)+"/";
625
+ ajaxcart.ajaxCartSubmit(url);
626
+ }
627
+ var eleitem;
628
+ if(qty==0){
629
+ document.getElementById("cart_qty_"+parseInt(id)).value=1;
630
+ eleitem = document.getElementById("cart-itemqty-"+parseInt(id));
631
+ if(eleitem){
632
+ document.getElementById("cart-itemqty-"+parseInt(id)).value=1;
633
+ }
634
+ }else if(qty>0){
635
+ document.getElementById("cart_qty_"+parseInt(id)).value=qty;
636
+ eleitem = document.getElementById("cart-itemqty-"+parseInt(id));
637
+ if(eleitem){
638
+ setTimeout(function(){
639
+ document.getElementById("cart-itemqty-"+parseInt(id)).value=qty;
640
+ },1000);
641
+ }
642
+ }
643
+ };
644
+ })();
645
+
646
+ var setDeleteitem = (function() {
647
+ return function(id,url){
648
+ if (window.location.protocol == "https:") {
649
+ url=url.replace("http://","https://");
650
+ }
651
+ var qty = parseInt(document.getElementById("cart_qty_"+parseInt(id)).value)-1;
652
+ url = url +"qty/0/";
653
+ ajaxcart.ajaxCartSubmit(url);
654
+
655
+ var elem = document.getElementById("li-"+id);
656
+ if(elem){
657
+ elem.remove();
658
+ }
659
+ var elem2 = document.getElementById("item-"+id);
660
+ if(elem2){
661
+ elem2.remove();
662
+ }
663
+
664
+ };
665
+ })();
666
+
667
+ setPLocation = setLocation;
668
+ document.observe("dom:loaded", function() {
669
+ ajaxcart.initialize();
670
+ });
671
+
672
+ function notifyBar(msg) {
673
+ //jQuery
674
+ jQuery.noConflict();
675
+ jQuery('.notification').show('fast');
676
+ jQuery('.notification').html("<div id='note'>"+msg+"</div>");
677
+ setTimeout(function(){
678
+ jQuery(".notification").hide('slow');
679
+ },1500);
680
+ }
681
+ jQuery.noConflict();
682
+ jQuery(function($) {
683
+ jQuery('.header-cart .relative').hoverIntent({
684
+ over: function() {
685
+ jQuery(this).children('.cart-items-box').slideDown(300);
686
+ jQuery('.cart-items-box').show();
687
+ },
688
+ out: function() {
689
+ jQuery(this).children('.cart-items-box').slideUp(300);
690
+ jQuery('.cart-items-box').hide();
691
+ }
692
+ });
693
+
694
+ /* cart page delete operation */
695
+ $(".cart-item-box td.last a" ).click(function() {
696
+ // $(this).closest('tr').remove();
697
+ $(this).closest('tr').hide('slow');
698
+ var id ="li-"+$(this).attr('id');
699
+ if(id){
700
+ $("#"+id).hide('slow');
701
+ }
702
+ });
703
+ $("li a.remove-btn" ).click(function() {
704
+ $(this).closest('li').hide('slow');
705
+ var id ="item-"+$(this).attr('id');
706
+ if(id){
707
+ $("#"+id).hide('slow');
708
+ }
709
+ });
710
+
711
+
712
+ });
skin/frontend/base/default/ajaxminicart/fonts/glyphicons-halflings-regular.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/glyphicons-halflings-regular.svg ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="glyphicons_halflingsregular" horiz-adv-x="1200" >
7
+ <font-face units-per-em="1200" ascent="960" descent="-240" />
8
+ <missing-glyph horiz-adv-x="500" />
9
+ <glyph />
10
+ <glyph />
11
+ <glyph unicode="&#xd;" />
12
+ <glyph unicode=" " />
13
+ <glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
14
+ <glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
15
+ <glyph unicode="&#xa0;" />
16
+ <glyph unicode="&#x2000;" horiz-adv-x="652" />
17
+ <glyph unicode="&#x2001;" horiz-adv-x="1304" />
18
+ <glyph unicode="&#x2002;" horiz-adv-x="652" />
19
+ <glyph unicode="&#x2003;" horiz-adv-x="1304" />
20
+ <glyph unicode="&#x2004;" horiz-adv-x="434" />
21
+ <glyph unicode="&#x2005;" horiz-adv-x="326" />
22
+ <glyph unicode="&#x2006;" horiz-adv-x="217" />
23
+ <glyph unicode="&#x2007;" horiz-adv-x="217" />
24
+ <glyph unicode="&#x2008;" horiz-adv-x="163" />
25
+ <glyph unicode="&#x2009;" horiz-adv-x="260" />
26
+ <glyph unicode="&#x200a;" horiz-adv-x="72" />
27
+ <glyph unicode="&#x202f;" horiz-adv-x="260" />
28
+ <glyph unicode="&#x205f;" horiz-adv-x="326" />
29
+ <glyph unicode="&#x20ac;" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
30
+ <glyph unicode="&#x2212;" d="M200 400h900v300h-900v-300z" />
31
+ <glyph unicode="&#x25fc;" horiz-adv-x="500" d="M0 0z" />
32
+ <glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86.5t85 207.5t-85 207t-205 86q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
33
+ <glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
34
+ <glyph unicode="&#x270f;" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
35
+ <glyph unicode="&#xe001;" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
36
+ <glyph unicode="&#xe002;" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q18 -55 86 -75.5t147 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
37
+ <glyph unicode="&#xe003;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
38
+ <glyph unicode="&#xe005;" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
39
+ <glyph unicode="&#xe006;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
40
+ <glyph unicode="&#xe007;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
41
+ <glyph unicode="&#xe008;" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
42
+ <glyph unicode="&#xe009;" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
43
+ <glyph unicode="&#xe010;" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
44
+ <glyph unicode="&#xe011;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
45
+ <glyph unicode="&#xe012;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
46
+ <glyph unicode="&#xe013;" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
47
+ <glyph unicode="&#xe014;" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
48
+ <glyph unicode="&#xe015;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
49
+ <glyph unicode="&#xe016;" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
50
+ <glyph unicode="&#xe017;" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
51
+ <glyph unicode="&#xe018;" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
52
+ <glyph unicode="&#xe019;" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
53
+ <glyph unicode="&#xe020;" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
54
+ <glyph unicode="&#xe021;" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
55
+ <glyph unicode="&#xe022;" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
56
+ <glyph unicode="&#xe023;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
57
+ <glyph unicode="&#xe024;" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
58
+ <glyph unicode="&#xe025;" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
59
+ <glyph unicode="&#xe026;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
60
+ <glyph unicode="&#xe027;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
61
+ <glyph unicode="&#xe028;" d="M0 25v475l200 700h800l199 -700l1 -475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
62
+ <glyph unicode="&#xe029;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
63
+ <glyph unicode="&#xe030;" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
64
+ <glyph unicode="&#xe031;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
65
+ <glyph unicode="&#xe032;" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
66
+ <glyph unicode="&#xe033;" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
67
+ <glyph unicode="&#xe034;" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
68
+ <glyph unicode="&#xe035;" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
69
+ <glyph unicode="&#xe036;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
70
+ <glyph unicode="&#xe037;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
71
+ <glyph unicode="&#xe038;" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
72
+ <glyph unicode="&#xe039;" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
73
+ <glyph unicode="&#xe040;" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
74
+ <glyph unicode="&#xe041;" d="M0 700l1 475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
75
+ <glyph unicode="&#xe042;" d="M1 700l1 475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
76
+ <glyph unicode="&#xe043;" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
77
+ <glyph unicode="&#xe044;" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
78
+ <glyph unicode="&#xe045;" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
79
+ <glyph unicode="&#xe046;" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
80
+ <glyph unicode="&#xe047;" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
81
+ <glyph unicode="&#xe048;" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v71l471 -1q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
82
+ <glyph unicode="&#xe049;" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
83
+ <glyph unicode="&#xe050;" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
84
+ <glyph unicode="&#xe051;" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
85
+ <glyph unicode="&#xe052;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
86
+ <glyph unicode="&#xe053;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
87
+ <glyph unicode="&#xe054;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
88
+ <glyph unicode="&#xe055;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
89
+ <glyph unicode="&#xe056;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
90
+ <glyph unicode="&#xe057;" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
91
+ <glyph unicode="&#xe058;" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
92
+ <glyph unicode="&#xe059;" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
93
+ <glyph unicode="&#xe060;" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
94
+ <glyph unicode="&#xe062;" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
95
+ <glyph unicode="&#xe063;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
96
+ <glyph unicode="&#xe064;" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 139t-64 210zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
97
+ <glyph unicode="&#xe065;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
98
+ <glyph unicode="&#xe066;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
99
+ <glyph unicode="&#xe067;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q61 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l567 567l-137 137l-430 -431l-146 147z" />
100
+ <glyph unicode="&#xe068;" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
101
+ <glyph unicode="&#xe069;" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
102
+ <glyph unicode="&#xe070;" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
103
+ <glyph unicode="&#xe071;" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
104
+ <glyph unicode="&#xe072;" d="M200 0l900 550l-900 550v-1100z" />
105
+ <glyph unicode="&#xe073;" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
106
+ <glyph unicode="&#xe074;" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
107
+ <glyph unicode="&#xe075;" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
108
+ <glyph unicode="&#xe076;" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
109
+ <glyph unicode="&#xe077;" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
110
+ <glyph unicode="&#xe078;" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
111
+ <glyph unicode="&#xe079;" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
112
+ <glyph unicode="&#xe080;" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
113
+ <glyph unicode="&#xe081;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
114
+ <glyph unicode="&#xe082;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM300 500h600v200h-600v-200z" />
115
+ <glyph unicode="&#xe083;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141 z" />
116
+ <glyph unicode="&#xe084;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
117
+ <glyph unicode="&#xe085;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM364 700h143q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5 q19 0 30 -10t11 -26q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-50 0 -90.5 -12t-75 -38.5t-53.5 -74.5t-19 -114zM500 300h200v100h-200 v-100z" />
118
+ <glyph unicode="&#xe086;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
119
+ <glyph unicode="&#xe087;" d="M0 500v200h195q31 125 98.5 199.5t206.5 100.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200v-206 q149 48 201 206h-201v200h200q-25 74 -75.5 127t-124.5 77v-204h-200v203q-75 -23 -130 -77t-79 -126h209v-200h-210z" />
120
+ <glyph unicode="&#xe088;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
121
+ <glyph unicode="&#xe089;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
122
+ <glyph unicode="&#xe090;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
123
+ <glyph unicode="&#xe091;" d="M0 547l600 453v-300h600v-300h-600v-301z" />
124
+ <glyph unicode="&#xe092;" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
125
+ <glyph unicode="&#xe093;" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
126
+ <glyph unicode="&#xe094;" d="M104 600h296v600h300v-600h298l-449 -600z" />
127
+ <glyph unicode="&#xe095;" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
128
+ <glyph unicode="&#xe096;" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
129
+ <glyph unicode="&#xe097;" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
130
+ <glyph unicode="&#xe101;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-32 14.5h-207q-21 0 -33 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
131
+ <glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111q1 1 1 6.5t-1.5 15t-3.5 17.5l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6 h-111v-100zM100 0h400v400h-400v-400zM200 900q-3 0 14 48t36 96l18 47l213 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
132
+ <glyph unicode="&#xe103;" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
133
+ <glyph unicode="&#xe104;" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
134
+ <glyph unicode="&#xe105;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
135
+ <glyph unicode="&#xe106;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
136
+ <glyph unicode="&#xe107;" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 34 -48 36.5t-48 -29.5l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
137
+ <glyph unicode="&#xe108;" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -20 -13 -28.5t-32 0.5l-94 78h-222l-94 -78q-19 -9 -32 -0.5t-13 28.5 v64q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
138
+ <glyph unicode="&#xe109;" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
139
+ <glyph unicode="&#xe110;" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
140
+ <glyph unicode="&#xe111;" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
141
+ <glyph unicode="&#xe112;" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
142
+ <glyph unicode="&#xe113;" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
143
+ <glyph unicode="&#xe114;" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
144
+ <glyph unicode="&#xe115;" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
145
+ <glyph unicode="&#xe116;" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
146
+ <glyph unicode="&#xe117;" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
147
+ <glyph unicode="&#xe118;" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
148
+ <glyph unicode="&#xe119;" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
149
+ <glyph unicode="&#xe120;" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
150
+ <glyph unicode="&#xe121;" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
151
+ <glyph unicode="&#xe122;" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM100 500v250v8v8v7t0.5 7t1.5 5.5t2 5t3 4t4.5 3.5t6 1.5t7.5 0.5h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35 q-55 337 -55 351zM1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
152
+ <glyph unicode="&#xe123;" d="M74 350q0 21 13.5 35.5t33.5 14.5h18l117 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5q-18 -36 -18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-8 -3 -23 -8.5 t-65 -20t-103 -25t-132.5 -19.5t-158.5 -9q-125 0 -245.5 20.5t-178.5 40.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
153
+ <glyph unicode="&#xe124;" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
154
+ <glyph unicode="&#xe125;" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q124 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 213l100 212h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
155
+ <glyph unicode="&#xe126;" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q124 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
156
+ <glyph unicode="&#xe127;" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
157
+ <glyph unicode="&#xe128;" d="M-101 651q0 72 54 110t139 38l302 -1l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 17 -10.5t26.5 -26t16.5 -36.5v-526q0 -13 -86 -93.5t-94 -80.5h-341q-16 0 -29.5 20t-19.5 41l-130 339h-107q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l107 89v502l-343 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM1000 201v600h200v-600h-200z" />
158
+ <glyph unicode="&#xe129;" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6.5v7.5v6.5v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
159
+ <glyph unicode="&#xe130;" d="M2 585q-16 -31 6 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85q0 -51 -0.5 -153.5t-0.5 -148.5q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM77 565l236 339h503 l89 -100v-294l-340 -130q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
160
+ <glyph unicode="&#xe131;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM298 701l2 -201h300l-2 -194l402 294l-402 298v-197h-300z" />
161
+ <glyph unicode="&#xe132;" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l402 -294l-2 194h300l2 201h-300v197z" />
162
+ <glyph unicode="&#xe133;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
163
+ <glyph unicode="&#xe134;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
164
+ <glyph unicode="&#xe135;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -33 5.5 -92.5t7.5 -87.5q0 -9 17 -44t16 -60 q12 0 23 -5.5t23 -15t20 -13.5q24 -12 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55t-20 -57q42 -71 87 -80q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q104 -3 221 112q30 29 47 47t34.5 49t20.5 62q-14 9 -37 9.5t-36 7.5q-14 7 -49 15t-52 19q-9 0 -39.5 -0.5 t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5t5.5 57.5 q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 39 2 44q31 -13 58 -14.5t39 3.5l11 4q7 36 -16.5 53.5t-64.5 28.5t-56 23q-19 -3 -37 0 q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -45.5 0.5t-45.5 -2.5q-21 -7 -52 -26.5t-34 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -90.5t-29.5 -79.5zM518 916q3 12 16 30t16 25q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -24 17 -66.5t17 -43.5 q-9 2 -31 5t-36 5t-32 8t-30 14zM692 1003h1h-1z" />
165
+ <glyph unicode="&#xe136;" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
166
+ <glyph unicode="&#xe137;" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
167
+ <glyph unicode="&#xe138;" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
168
+ <glyph unicode="&#xe139;" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
169
+ <glyph unicode="&#xe140;" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
170
+ <glyph unicode="&#xe141;" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM514 609q0 32 20.5 56.5t51.5 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-14 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
171
+ <glyph unicode="&#xe142;" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -78.5 -16.5t-67.5 -51.5l-389 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23 q38 0 53 -36q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60 l517 511q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
172
+ <glyph unicode="&#xe143;" d="M80 784q0 131 98.5 229.5t230.5 98.5q143 0 241 -129q103 129 246 129q129 0 226 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100q-71 70 -104.5 105.5t-77 89.5t-61 99 t-17.5 91zM250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-105 48.5q-74 0 -132 -83l-118 -171l-114 174q-51 80 -123 80q-60 0 -109.5 -49.5t-49.5 -118.5z" />
173
+ <glyph unicode="&#xe144;" d="M57 353q0 -95 66 -159l141 -142q68 -66 159 -66q93 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-8 9 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141q7 -7 19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -17q47 -49 77 -100l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
174
+ <glyph unicode="&#xe145;" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
175
+ <glyph unicode="&#xe146;" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
176
+ <glyph unicode="&#xe148;" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335q-6 1 -15.5 4t-11.5 3q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5 v-307l64 -14q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5 zM700 237q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
177
+ <glyph unicode="&#xe149;" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -28 16.5 -69.5t28 -62.5t41.5 -72h241v-100h-197q8 -50 -2.5 -115 t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q33 1 103 -16t103 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5 t-30 142.5h-221z" />
178
+ <glyph unicode="&#xe150;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
179
+ <glyph unicode="&#xe151;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
180
+ <glyph unicode="&#xe152;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
181
+ <glyph unicode="&#xe153;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
182
+ <glyph unicode="&#xe154;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
183
+ <glyph unicode="&#xe155;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
184
+ <glyph unicode="&#xe156;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
185
+ <glyph unicode="&#xe157;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
186
+ <glyph unicode="&#xe158;" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
187
+ <glyph unicode="&#xe159;" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
188
+ <glyph unicode="&#xe160;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
189
+ <glyph unicode="&#xe161;" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
190
+ <glyph unicode="&#xe162;" d="M217 519q8 -19 31 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8h9q14 0 26 15q11 13 274.5 321.5t264.5 308.5q14 19 5 36q-8 17 -31 17l-301 -1q1 4 78 219.5t79 227.5q2 15 -5 27l-9 9h-9q-15 0 -25 -16q-4 -6 -98 -111.5t-228.5 -257t-209.5 -237.5q-16 -19 -6 -41 z" />
191
+ <glyph unicode="&#xe163;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
192
+ <glyph unicode="&#xe164;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
193
+ <glyph unicode="&#xe165;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
194
+ <glyph unicode="&#xe166;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
195
+ <glyph unicode="&#xe167;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
196
+ <glyph unicode="&#xe168;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
197
+ <glyph unicode="&#xe169;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 400l697 1l3 699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
198
+ <glyph unicode="&#xe170;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l249 -237l-1 697zM900 150h100v50h-100v-50z" />
199
+ <glyph unicode="&#xe171;" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
200
+ <glyph unicode="&#xe172;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
201
+ <glyph unicode="&#xe173;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
202
+ <glyph unicode="&#xe174;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
203
+ <glyph unicode="&#xe175;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
204
+ <glyph unicode="&#xe176;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
205
+ <glyph unicode="&#xe177;" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
206
+ <glyph unicode="&#xe178;" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
207
+ <glyph unicode="&#xe179;" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -116q-25 -17 -43.5 -51.5t-18.5 -65.5v-359z" />
208
+ <glyph unicode="&#xe180;" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
209
+ <glyph unicode="&#xe181;" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
210
+ <glyph unicode="&#xe182;" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q17 18 13.5 41t-22.5 37l-192 136q-19 14 -45 12t-42 -19l-118 -118q-142 101 -268 227t-227 268l118 118q17 17 20 41.5t-11 44.5 l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
211
+ <glyph unicode="&#xe183;" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -14.5 -35.5t-35.5 -14.5h-1100q-20 0 -35 14.5t-15 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
212
+ <glyph unicode="&#xe184;" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
213
+ <glyph unicode="&#xe185;" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
214
+ <glyph unicode="&#xe186;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
215
+ <glyph unicode="&#xe187;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
216
+ <glyph unicode="&#xe188;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
217
+ <glyph unicode="&#xe189;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
218
+ <glyph unicode="&#xe190;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
219
+ <glyph unicode="&#xe191;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
220
+ <glyph unicode="&#xe192;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
221
+ <glyph unicode="&#xe193;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
222
+ <glyph unicode="&#xe194;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
223
+ <glyph unicode="&#xe195;" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
224
+ <glyph unicode="&#xe197;" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86.5t85 207.5t-85 207t-205 86q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300h200 l-300 -300z" />
225
+ <glyph unicode="&#xe198;" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104.5t60.5 178.5q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
226
+ <glyph unicode="&#xe199;" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
227
+ <glyph unicode="&#xe200;" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -11.5t1 -11.5q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
228
+ </font>
229
+ </defs></svg>
skin/frontend/base/default/ajaxminicart/fonts/glyphicons-halflings-regular.ttf ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/glyphicons-halflings-regular.woff ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoon.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoon.svg ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>
5
+ This is a custom SVG font generated by IcoMoon.
6
+ <iconset grid="20"></iconset>
7
+ </metadata>
8
+ <defs>
9
+ <font id="icomoon" horiz-adv-x="640" >
10
+ <font-face units-per-em="640" ascent="608" descent="-32" />
11
+ <missing-glyph horiz-adv-x="640" />
12
+ <glyph class="hidden" unicode="&#xf000;" d="M0,608L 640 -32L0 -32 z" horiz-adv-x="0" />
13
+ <glyph unicode="&#xe001;" d="M 441.25,506 c-1-0.375 -5.5-1.875 -10-3.25 -4.5-1.375 -13-5.5 -19-9.125 -7.75-4.625 -10.375-5.75 -9.125-3.875 2.75,4.25 5.75,12 4.625,12 -0.625,0 -4.75-2.75 -9.125-6.125 -24-18.375 -45.125-46.125 -64.25-84.875 -8.625-17.625 -9.875-20.5 -19.625-44.875 l-6.625-16.625 -5,4.75 c-2.75,2.5 -8.625,7.75
14
+ -13.125,11.5 -4.5,3.75 -8.375,7.25 -8.75,7.625 -0.375,0.5 -5.125,3.875 -10.625,7.625 -13,8.75 -58.625,31.375 -90.625,45
15
+ -6.5,2.75 -13.5,5.75 -15.625,6.625 -9.125,4.125 -67.625,26.875 -68.875,26.875 -0.375,0 -0.375-4.25 0-9.5 1-11.375 5.875-24.625 13.125-35.375 6.25-9.25 21.375-23.25 31.25-29.125 4.25-2.5 7.375-4.75 6.75-5.125 -0.5-0.25 -3.875-0.625
16
+ -7.5-0.75 -3.625-0.125 -7.75-0.5 -9.375-0.75 -1.625-0.375 -6.375-1.25 -10.625-2 -8.625-1.5 -9-2.125 -6.5-10
17
+ 6.125-19.5 19.625-34.875 38.625-44 6.5-3.125 15.375-6.75 19.625-8 4.375-1.25 7.875-2.75 7.875-3.375 0-0.625
18
+ -0.25-0.875 -0.625-0.5 -1.375,1.375 -18.375-2.75 -24.75-5.75 -3.625-1.75 -8.375-4.875 -10.75-6.75 l-4.25-3.625 3.25-5.5 c 7.5-12.875 20.25-23 36.25-28.875 8.25-3 13-3.875 23.75-4.5 l 13.5-0.625 -6.125-3.375 c-12.875-7.375 -19.625-19 -16.625-28.75 3.625-12.125 16.125-19.875 33.625-21.125 l 10.75-0.75 -7.875-7.125 c-22.5-20.375
19
+ -54.5-36.125 -82-40.5 -2.75-0.375 -5.5-1 -6.125-1.375 -2-1.25 -38.75-1.5 -46.375-0.25 -4.125,0.625
20
+ -9.125,1.375 -11.25,1.75 -6.25,1 -21.625,5.5 -31.75,9.375 -13.125,5.125 -30.25,15 -41.375,24.125 -5.125,4.25 -8.5,6.5
21
+ -7.5,5 7.75-10.875 16.375-20.5 31.25-35.25 81-80.125 207.75-107.875 327.5-71.875 85.5,25.875 153.5,80.25 187,149.875 5.375,11 10.125,23.875 14.875,40.125 0.25,0.75 5.375,1.75 12.125,2.125 22,1.5 39.75,7.875 55.125,19.75 8.75,6.75 10.25,8.875 5.625,7.875 -3.875-0.75 -29-0.875 -33.25,0 -1.875,0.375 -6.125,1 -9.625,1.375 -6.875,0.875 -20.25,4.125 -23,5.625 -1,0.5 1.125,1.25 5.625,1.875 16.5,2 35.75,10.375 46.75,20.25 5.125,4.625 13.75,16 13.75,18.125 0,0.375 -3.875-0.625
22
+ -8.5-2.25 -4.75-1.625 -12.75-3.875 -17.875-5 -11-2.375 -35.75-2.875 -43.125-0.75 -4.625,1.375 -5.375,2
23
+ -6.125,6.25 -0.5,2.5 -2.5,9.75 -4.5,15.875 -18.375,57.375 -70.25,99.25 -123.5,99.625 -10.75,0.125 -10,0.375 24.375,10.875
24
+ 14.25,4.375 20.5,8.75 20.5,14.375 0,7.625 -11.375,7.875 -33.75,0.625 -6.5-2.125 -12.75-4 -13.75-4.375 -1-0.375 0.25,0.625 2.875,2 6,3.25 14,11.25 14.875,14.75 0.625,2.25 0.25,2.75 -1.875,2.625 -1.5,0 -3.625-0.375 -4.625-0.625z" />
25
+ <glyph unicode="&#xe004;" d="M 41.25,538 c-18.5-0.625 -19.625-0.75 -25.375-4.125 -6.5-3.875 -12.625-12 -14.625-19.75 -1.5-5.5 -0.75-18.125 1.375-23.125 2.875-6.625 9.75-14 15.75-16.875 5.75-2.75 6.875-2.875 42.5-2.875 24.875,0.125 36.75-0.375 37.125-1.25 0.25-0.75 5.125-12.375 10.75-25.75 13.375-31.75 15.875-37.875 19-46.875 1.5-4.125 4.875-12.5 7.625-18.75 6.375-14.5 30.75-71.875 43.625-102.5 5.375-13 10.625-25.375 11.625-27.5 0.875-2 6.5-15.25 12.5-29.375 15.625-36.75 15.5-36.75 27-42.625 l 5.375-2.75 143.875,0.125 c 115.125,0 145.125,0.375 149.5,1.625 7.625,2.375
26
+ 16.25,11.125 19.625,20.25 2.375,6.25 35,83.75 39.625,94 0.875,2.125 6.5,15.25 12.5,29.375 6,14.125 11.625,27.375 12.5,29.375 1,2.125 3.25,7.375 5,11.875 1.875,4.5 4.75,11.25 6.5,15 5,10.875 11.75,32.25 13.625,42.5 3.375,19.75 0.75,31.5
27
+ -8.25,36.875 -4.375,2.5 -5.375,2.5 -232.25,2.5 l-227.875,0.125 -13.625,32.375 c-7.5,17.875 -14.75,33.875 -16,35.625
28
+ -4.75,6.375 -12.375,11 -19.25,11.875 -9,1 -56,1.375 -79.75,0.625z m 536-124.25 c 5.875-3 9.125-8.625 9.875-16.875 0.875-8.75 -1.625-15 -8-19.75 l-4.25-3.25 -185.5,0 c-180.5,0 -185.5,0.125 -189.625,2.375 -8.625,5 -12.25,19.375 -7.375,29.125 3.375,6.5 8.125,9.375 17,10.125 4.125,0.375 87.75,0.5 185.875,0.375 158.5-0.125 178.75-0.375
29
+ 182-2.125z m-28.375-76 c 13.375-9.875 10-35.25 -5-38 -2.5-0.5 -73.25-0.875 -157.125-0.875
30
+ -148.625,0 -152.875,0 -156.875,2.375 -6.25,3.625 -10.125,12 -9.5,20.125 0.625,7.125 4.125,13.75 8.625,16.625 1.625,1 5.75,2.125 9.125,2.5 3.5,0.375 73.875,0.5 156.625,0.375 l 150.375-0.375 3.75-2.75z m-31.5-74.5 c 5.125-2.75 10.125-11.625 10.125-18.125 0-9.875 -6.125-19 -13.625-20.375 -2.5-0.5 -59.375-1 -126.375-1 -119.5-0.125 -122-0.125 -126.875,2.375 -6.75,3.375 -9.75,9.375 -9.875,18.75 0,5.875 0.625,8.5 3,12.125 6,9 -3,8.5 135,8.5 117.625,0 124.625-0.125
31
+ 128.625-2.25zM 266.625,156.5 c-20.25-3 -38.5-20.875 -44.625-43.75 -1.75-6.375 -1.875-23.5 -0.125-31.375
32
+ 2.5-11.875 12.25-27 22.25-34.25 30.625-22.5 70.75-6.625 82.75,32.75 0.75,2.875 1.625,9.375 1.75,14.5 1.125,38.125
33
+ -27.875,67.125 -62,62.125zM 504.75,157.375 c-0.25-0.25 -3.375-0.625 -7.125-1 -19.5-2 -39.375-21 -45.125-43 -4.75-18.375 -0.375-40.25 10.875-55 5.125-6.875 6.125-7.625 14.75-13.5 30.625-20.25 71.625-0.375 79.875,38.625 3.125,15.125
34
+ 0.25,33.375 -7.375,46.5 -4.75,8.125 -15.5,18.125 -23.75,21.875 -6.125,2.875 -20.875,6.5 -22.125,5.5z" />
35
+ <glyph unicode="&#xe005;" d="M 217.5,606.125 c-56.875-7.625 -106.5-32.5 -146.375-73.125 -38.25-39 -63.25-90.875 -69.5-144.375 -1.875-16.375 -1-60.125 1.5-69.375 0.25-1 0.75-3.875 1.125-6.25 2.75-17.75 12.375-46 22.75-66.25 5.875-11.625 19.875-34.375 23.5-38.25 0.75-0.875 3.25-3.875 5.625-6.875 7.75-9.875 33.125-34.125 43.625-41.75 22.75-16.5
36
+ 45-28.125 69.5-36.375 9-2.875 17.75-5.625 19.5-6 1.75-0.25 7.125-1.375 12-2.5 13.625-2.875 25.5-3.875 48-3.875 22.125,0 31.25,0.75 47.375,3.75 23.625,4.5 45.75,12.375 69.5,24.875 l 15,7.75 81.875-81.75 c 45-45 84.25-83.75 87-86.125 15.75-12.75 40.5-14.875 59.875-5 14.125,7.125 25.25,21.5 28.875,37 3.625,15.375 -0.125,34.125 -9,45.75 -2.25,3.125 -41,42.375 -86.125,87.5 -45,45 -81.875,82.5 -81.875,83.125 0,0.75
37
+ 1.75,4.375 3.75,8.125 18.75,33.625 27.625,62.125 31.875,101.875 0.75,6.75 0.75,34.625 0,42.5 -3.625,39.75 -17.75,81 -39,113.75 -19.75,30.5 -47,57.125 -78.125,76.5 -11.375,7.125 -37.5,19.875 -45.375,22.25 -2.75,0.75 -6.125,1.875 -7.5,2.5
38
+ -2.75,1.25 -15.125,4.875 -19.625,5.75 -1.625,0.25 -4.25,0.75 -6,1.125 -21.625,4.875 -61.875,6.625 -83.75,3.75z m 57.5-71.25
39
+ c 15.125-2.5 16.75-2.875 30-7.25 33-10.875 64-32.875 84.25-59.625 2.75-3.75 5.5-7 6.125-7.25 0.5-0.25 0.875-1 0.875-1.5 0-0.625 1.75-3.625 3.75-6.75 5.125-7.5 14.375-27.125 17.5-37.125 4-12.25 6-21.5 8.125-37.625 0.875-6 0.75-30.5 -0.125-38.5 -1.625-15.125 -8-39 -13.125-49.125 -1.25-2.75 -2.375-5.25 -2.375-5.875 0-0.5 -2.5-5.5 -5.625-11.125 -14.5-25.625 -35.125-47.625 -59.125-63.25 -16.25-10.375 -42.375-21.5
40
+ -55.875-23.625 -2.625-0.5 -5-1 -5.5-1.25 -0.625-0.5 -6.75-1.375 -18.25-2.75 -5-0.625 -31.875-0.625 -35,0 -1.375,0.25 -5.25,0.875 -8.75,1.25 -3.375,0.5 -11.5,2.25 -17.875,3.875 -65.375,17.25 -114,68.125 -129,135 -4.125,18 -4.625,48.5 -1.125,67.5 12.875,70.375 64.375,125.125 134.25,142.375 4.125,1 10.625,2.25 14.375,2.625 3.75,0.5 7,1
41
+ 7.25,1.25 1.125,1.125 36.375,0.125 45.25-1.25zM 207.875,490.5 c-10.875-3.625 -15.375-5.875 -25.375-12.375 -35.625-23.125 -65.75-64.75 -68.375-94.625 -2-22.875 20.875-38.25 41.375-27.875 8.125,4.25 11.5,9.25 16.375,24.5 8.625,27.125 30.75,48.625 58.125,56.5
42
+ 13,3.625 20.25,9.375 23.875,18.5 5.5,14.125 -1.375,30.375 -15.5,36.625 -7.875,3.5 -17.75,3.125 -30.5-1.25z" />
43
+ <glyph unicode="&#xe007;" d="M 288.125,606.75 c-4.75-0.5 -10.875-1.375 -13.375-1.75 -2.625-0.375 -6.875-1 -9.375-1.375 -13.875-2.125
44
+ -51.875-12.75 -62.5-17.625 -2.125-1 -4.125-1.75 -4.5-1.75 -1.5,0 -25.5-11.75 -35-17 -13.875-7.875 -38.875-24.75 -43.375-29.25 -0.375-0.375 -4.25-3.75 -8.75-7.5 -24.125-20.125 -45.75-45.75 -65.25-76.875
45
+ -20.75-33.125 -36.375-77.125 -43-120.625 -3.375-21.375 -3.125-71 0.25-91.875 8-49.5 23.5-89.625 50.125-129.75 61.625-93.125 166.5-147.125 277.875-143 32.875,1.25 58.375,5.875 89,15.875 76.625,25.125 141.25,79
46
+ 180.625,150.625 18.375,33.25 31.125,72.5 36.875,113.125 2.375,17.125 2,66.75 -0.625,84.125 -16,104.875 -76.25,190.5
47
+ -168.375,239.375 -24.5,12.875 -58.25,25.125 -81.875,29.625 -9.375,1.75 -24.25,4.375 -28.75,5 -8.125,1.125 -60.5,1.625
48
+ -70,0.625z m-30.25-167.75 c 1.75-1.625 13.375-15.625 25.75-31.375 27.875-35.125 27.375-33.125 12.625-47.75
49
+ -8.625-8.625 -10.25-9.625 -11.75-8.125 -0.875,1 -13.875,17.25 -28.875,36 l-27.25,34.125 9.875,10 c 10.875,10.875 14.125,12.125 19.625,7.125z m-5.125-58.125 c 27-33.875 28.375-35.75 26.625-38.25 -3.875-5.625 -1.75-16 6.125-29
50
+ 2-3.375 13.5-18.5 25.5-33.5 31.625-39.5 45.5-51.125 55.375-45.875 2.125,1.125 5.375-2.5 29.375-32.75
51
+ 15-18.75 27.625-34.75 28.25-35.625 0.875-1 -0.375-2.375 -4.25-4.375 -4.75-2.5 -7.125-2.875 -21-2.875
52
+ -14.375,0 -16.5,0.375 -26.5,3.875 -33.875,12.125 -70.75,44.125 -106.75,92.375 -26.625,35.875 -43.625,70.5 -49.875,101.75
53
+ -2.75,13.375 -2.125,38.875 1.125,48.25 2.375,6.875 5.25,11.875 6.75,11.75 0.5,0 13.625-16.125 29.25-35.75z m 148.75-121.875
54
+ c 1.125-0.875 12.5-14.75 25.25-30.875 28.375-35.75 27.875-33.625 13.625-47.875 -5.375-5.375 -10.125-9.75 -10.625-9.75
55
+ -0.625,0 -48.75,59.625 -54.625,67.875 -1.625,2.25 -1,3.25 8.25,12.25 10.25,10.125 13.75,11.75 18.125,8.375z" />
56
+ <glyph unicode="&#xe008;" d="M 288.125,606.75 c-4.75-0.5 -10.875-1.375 -13.375-1.75 -2.625-0.375 -6.875-1 -9.375-1.375 -13.875-2.125
57
+ -51.875-12.75 -62.5-17.625 -2.125-1 -4.125-1.75 -4.5-1.75 -1.5,0 -25.5-11.75 -35-17 -13.875-7.875 -38.875-24.75 -43.375-29.25 -0.375-0.375 -4.25-3.75 -8.75-7.5 -24.125-20.125 -45.75-45.75 -65.25-76.875
58
+ -22.375-35.875 -38.25-82.25 -44-128.75 -1.75-13.375 -1.875-62.75 -0.25-73.125 0.375-2.375 1-6.625 1.375-9.375
59
+ 2.375-18.375 9.25-45.75 16.25-64.375 24.5-65.375 67.375-119.375 124.375-157 81.75-54 183.125-67.5
60
+ 276.25-36.75 48.875,16 90.625,42 127.125,78.875 50.25,50.875 80.5,112.5 90.625,184.875 2.375,17.125 2,66.75
61
+ -0.625,84.125 -16,104.875 -76.25,190.5 -168.375,239.375 -24.5,12.875 -58.25,25.125 -81.875,29.625 -9.375,1.75 -24.25,4.375 -28.75,5 -8.125,1.125 -60.5,1.625 -70,0.625z m 61.125-168.625 c 38.625-11.625 66.375-40.75 75-78.75 2.875-12.5 2.625-27.875 -0.625-37.75 -3.875-12.125 -15.625-35.875 -28.125-56.75 -6.25-10.25 -25.5-43.625 -43-74 -17.375-30.5 -32-55.375 -32.5-55.375 -1.125,0 -75.25,122 -83.5,137.5 -8.125,15.25 -17.125,36.625
62
+ -20.25,47.875 -8,28.625 3.375,65.375 27.75,89.625 15.125,15.125 34.375,25.375 56.125,30 9.625,2 39.375,0.625 49.125-2.375zM 305.25,405 c-27.25-6.625 -47.625-32 -47.75-59.5 0-37.625 34.125-66.875 71.625-61.375
63
+ 24.625,3.75 44.375,21.25 51.5,45.75 2.875,9.75 2,27.25 -1.75,36.75 -11.625,29 -43.5,45.625 -73.625,38.375z" />
64
+ <glyph unicode="&#xe00d;" d="M 293.625,607.5 c-0.25-0.25 -4.375-0.875 -9-1.375 -4.625-0.375 -9.75-1 -11.25-1.375 -1.5-0.25 -4.875-0.75 -7.75-1.125 -13.5-1.875 -51.875-12.625 -62.75-17.625 -2.125-1 -4.125-1.75 -4.5-1.75 -1.5,0 -25.5-11.75 -35-17 -13.875-7.875 -38.875-24.75 -43.375-29.25 -0.375-0.375 -4.25-3.75 -8.75-7.5 -24.125-20.125
65
+ -45.75-45.75 -65.25-76.875 -15.75-25.25 -29.5-58.75 -37.25-91.25 -6.375-26.625 -8-41 -8-71.875 -0.125-31.75 0.5-39 5-63.125 12.875-69.75 52.5-137.375 107.25-183.5 86.125-72.25 201-94.5
66
+ 307.25-59.625 76.625,25.125 141.25,79 180.625,150.625 18.375,33.25 31.125,72.5 36.875,113.125 2.375,17.125 2,66.75
67
+ -0.625,84.125 -16,104.875 -76.25,190.5 -168.375,239.375 -24.5,12.875 -58.25,25.125 -81.875,29.625 -11.75,2.25 -25.125,4.625 -29.125,5.125 -5.625,0.625 -63.5,1.75 -64.125,1.25z m 154.5-219.375 c-3.5-3.25 -33.625-32.25 -67.125-64.375
68
+ l-61-58.375 -60.25,57.75 c-33.25,31.75 -63.5,60.75 -67.25,64.375 l-6.875,6.75 134.375,0 134.375,0 -6.25-6.125z m-234.375-59.5 c 23-22 41.875-40.25 41.875-40.625 0-0.375 -16.25-16.125 -36.25-34.875 -19.875-18.875 -40-38 -44.625-42.5 l-8.5-8.125 0,85.375 0,85.5 2.75-2.375 c 1.5-1.25 21.625-20.375 44.75-42.375z m 259.75-83 l-0.375-42.5 -43.75,41.75 c-24,22.875 -43.75,42.375 -43.75,43.125 0,0.75 19.75,20
69
+ 43.75,42.625 l 43.75,41.125 0.375-41.75 c 0.125-23 0.125-61 0-84.375z m-175.125,2.125 l 21.625-21.625 21.75,21.75
70
+ 21.875,21.875 6-5.5 c 3.25-3 23.75-22.875 45.375-44 l 39.375-38.5 -134.375,0 -134.375,0 7.5,7.375
71
+ c 20.25,20 82.5,80.125 83.125,80.125 0.375,0 10.25-9.75 22.125-21.5z" />
72
+ <glyph unicode="&#xe00f;" d="M 178.625,592.625 c-8.625-8.375 -25.375-24.625 -37.125-36 l-21.5-20.875 29-28.75 c 16-15.875 35-34.5 42.25-41.5 7.25-7.125 40.375-39.75 73.75-72.5 33.375-32.75 71-69.875 83.75-82.375
73
+ l 23.125-22.625 -37.5-37 c-20.625-20.375 -52.125-51.375 -70-68.875 -17.875-17.5 -57.75-56.75 -88.5-87.125 l-56.125-55.125 15.625-15 c 8.625-8.25 25.375-24.375 37.25-36 l 21.625-20.875 14.5,14.125 c 7.875,7.875
74
+ 63.875,62.75 124.375,122.125 60.5,59.375 127.25,125.125 148.5,146 l 38.375,38.125 -16.75,16.375 c-9.25,9 -41.625,40.875 -72,70.75 -30.375,29.875 -62.375,61.375 -71.125,69.875 -8.625,8.5 -40.125,39.375 -69.875,68.75 -64.25,63.125
75
+ -88.875,87.25 -93,91 l-2.875,2.75 -15.75-15.25z" />
76
+ <glyph unicode="&#xe010;" d="M 420.5,583.25 c-13.875-13.5 -49-48 -78-76.5 -29-28.5 -63.25-62.25 -76.25-75 -19.875-19.5 -60.875-59.75 -132.625-130.375 l-13.75-13.5 18.75-18.375 c 28-27.625 124.25-122.25
77
+ 144.5-142.125 9.875-9.625 42.5-41.625 72.5-71.25 30-29.625 62.625-61.5 72.25-70.875 l 17.625-17.25 11.25,11 c 6.25,6 23,22.25 37.375,36.125 l 26,25.125 -26.625,26.25 c-14.625,14.5 -35.125,34.625 -45.625,44.875 -10.375,10.125 -44.125,43.375 -75,73.625 -30.75,30.375 -66.875,65.75 -80,78.625 -13.25,13 -24.125,23.875 -24.125,24.375
78
+ 0,0.5 56.625,56.5 125.75,124.375 l 125.75,123.625 -12.875,12.375 c-7.125,6.875 -21.75,21 -32.5,31.375 -10.625,10.375
79
+ -21.625,21 -24.375,23.5 l-4.875,4.625 -25.125-24.625z" />
80
+ <glyph unicode="&#xe000;" d="M 262.125,402.875 c-11.75-1.75 -18.875-8.875 -23-23.125 -1.875-6.625 -2.125-14.625 -2.25-74.875 0-78.75 0.625-86.5 8.625-104.75 9.875-22.125 31.625-41.25 55.75-48.875 9.125-2.875 10.375-3 66.875-3.75 22.375-0.375
81
+ 29.5,0.875 37.375,6.375 7,5 10.125,11.625 10.125,21.625 0,11.125 -2.5,19 -8.25,25.5 -8.25,9.25 -10.75,9.875 -48.625,10.125
82
+ -30,0.375 -33.875,0.625 -40.5,3 -15.875,5.625 -19.375,12.875 -18.75,39.875 0.25,10 0.625,18.375 1,18.625 0.25,0.375 19.375,0.625
83
+ 42.5,0.5 45.375,0 51.25,0.625 60.5,6.75 7.5,4.875 10.875,12 10.75,22.5 -0.125,17.125 -6.75,30.25 -17.375,34.375 -2.625,1.125
84
+ -17.5,1.5 -49.625,1.5 l-46,0 -0.125,5.125 c-0.125,9.375 -1,21.375 -1.75,25.875 -0.5,2.375 -1.125,5.75 -1.5,7.5 -0.75,4.75 -6,15.25 -9,18.5 -6.375,6.5 -15.875,9.25 -26.75,7.625z" />
85
+ <glyph unicode="&#xe002;" d="M 242,427.25 c-21.5-4 -41.625-18.5 -52.375-37.75 -12.5-22.375 -13.375-46.25 -2.75-70.125 2.875-6.25 3-7.75 2-13.25 -1.625-8 -0.875-38.125 1.125-46.25 8.25-33.875 25.75-60.5 52.875-80.375
86
+ 12.25-9.125 35.875-19.625 49-22 2.125-0.375 6.5-1.25 9.75-1.875 8.25-1.5 30.125-1.75 37.5-0.25 5.25,1 7.25,0.625 13.75-2 18.625-7.625 39.375-8 57.625-1.125 41.5,15.625 61.5,61.875 44,102.125 -1,2.5 -1.75,4.75 -1.5,5 2.375,2.5 3.5,36.25 1.625,46.25 -4.125,22.875 -13.125,44.125 -25.25,59.875 -26,33.75 -64.875,53 -106.875,53
87
+ -7.875,0 -16.5-0.375 -19.25-0.75 -3.5-0.5 -5.875-0.125 -8.75,1.625 -13.5,8 -34.75,11.125 -52.5,7.875z m 108.625-51.375 c 10.75-2.875 21-8.5 28.5-15.875 7.875-7.625 11.125-14 11.875-23.25 0.375-5.625 0-7.625 -2.5-11.125
88
+ -5.75-8.375 -17.5-11.375 -25.625-6.375 -2.25,1.375 -7,6.875 -10.625,12.25 -10.5,15.875 -18.625,19.875 -37.625,18.75
89
+ -27.375-1.625 -37.875-21.125 -17.125-31.625 3.5-1.75 16.75-5.75 29.625-8.875 27.375-6.625 34.625-8.875 45.125-14.125 19.375-9.75 28.125-24.125 27.25-44.875 -0.75-15.25 -6.625-27.25 -18.875-38.125 -4.625-4 -22.375-12
90
+ -31.875-14.25 -12.625-2.875 -44.75-2.875 -55.625,0.125 -22.375,6.125 -35,14.875 -44.75,31.125 -4.75,7.875 -7,19.125
91
+ -4.875,24.625 5,12.875 23,16.25 32.25,6 1.5-1.5 4.875-6.875 7.375-11.875 9.125-17.5 16.625-22.125 36.25-22.125 13.875-0.125 20.125,1.375 27.5,6.25 6.75,4.375 9.375,8.125 10,14.375 1.375,14.375 -7.25,20.375 -40.625,27.875 -31.875,7.125 -47.5,13.75 -57.875,24.25 -17.875,18.25 -15.375,49.625 5.25,64.75 13.5,9.875 26.125,13.875 47.625,15.125 6.5,0.375
92
+ 12,0.75 12.125,0.875 0.875,0.75 20.875-2.125 27.25-3.875z" />
93
+ <glyph unicode="&#xe003;" d="M 205.75,403.375 c-0.375-0.5 -0.75-10.5 -0.75-22.5 l0-21.625 5.375-0.125 c 2.875-0.125 6.625-0.25 8.375-0.5
94
+ 10.5-1 18.875-2.25 23.75-3.25 3.125-0.75 6.5-1.5 7.5-1.75 7.875-1.75 25.25-8.125 35.625-13.25 10.625-5.125
95
+ 27.25-14.875 29.375-17.375 0.375-0.375 4.625-3.875 9.375-7.75 38.875-31.375 63.875-82.25 66.25-134.75 l 0.375-6.875 22.125-0.375 22.25-0.25 -0.875,14 c-2.25,36.75 -13,72 -31.625,103.125 -4,6.75 -7.875,13.125 -8.625,14.125 -20.375,25.875
96
+ -25.5,31.5 -40.75,44.375 -37.75,31.875 -84.375,51 -131.125,53.75 -7.125,0.5 -13.625,1 -14.5,1.25 -0.75,0.25 -1.75,0.125 -2.125-0.25zM 205,303 l0-22.125 4.75-0.125 c 20.5-0.75 42.875-8.75 59.625-21.375 25.625-19.375 42.75-52 43.125-81.625 l0-4.75 22.375,0 22.25,0 -0.375,6.625 c-1.375,20.125 -4.125,33 -10.625,49.5 -17,42.75
97
+ -54.25,76.75 -98.25,89.5 -14.375,4.25 -21.125,5.375 -35.625,6.125 l-7.25,0.375 0-22.125zM 223.125,231.25 c-14.75-7 -21.5-22.625 -16.25-37.875 2.125-6.125 8.875-13.75 14.75-16.875
98
+ 7.25-3.75 20.75-3.875 27.75-0.125 22.625,12 22.25,44 -0.75,54.75 -8.75,4 -17.125,4.125 -25.5,0.125z" />
99
+ <glyph unicode="&#xe006;" d="M 217.375,405.375 c-15.5-2.375 -24.875-12.875 -24.875-27.875 0.125-15.5 11.25-26.5 28.125-27.5
100
+ 17.75-1.125 32,11.125 32,27.375 0,18.5 -15.625,31 -35.25,28zM 366.25,329.5 c-10.875-2.875 -18.375-7.5 -26.5-16.375 l-6.75-7.5 0.125,11 0.125,11 -26.875-0.125
101
+ -26.875-0.125 -0.125-80.875 -0.125-80.875 23.25-0.375 c 12.75-0.25 24.875-0.125 26.875,0.25 l 3.75,0.625 0.125,49.375 c0,46.75 0.25,49.625 2.625,55 4.75,10.75 13.5,17.125 24.875,18.125 14.375,1.125 24.25-6.875 27.875-23 0.625-3 1.25-26.5 1.25-52.25 0-25.875 0.25-47.25 0.625-47.5 0.375-0.5 26.375-0.625 49.875-0.375 l 3.375,0 -0.125,53.5 c-0.125,58.625 -0.625,64.125
102
+ -7.5,78.875 -6.625,14.25 -16.625,24 -30,29 -12.125,4.625 -27.875,5.625 -39.875,2.625zM 196.125,327.5 c-0.75-0.375 -0.5-161 0.25-161.5 0.875-0.5 18.125-0.75 41.125-0.625 l 11.875,0.125 0,80.625
103
+ c0,44.375 -0.25,80.75 -0.625,80.875 -0.625,0.125 -52.25,0.625 -52.625,0.5z" />
104
+ <glyph unicode="&#xe009;" d="M 258.75,401.625 c-28.625-4.75 -55.25-27 -60.625-50.5 -3.625-15.5 2.125-35.125 14-48.25
105
+ 9.75-10.75 28.5-19.75 44.75-21.5 3.5-0.375 6.25-0.75 6.25-0.75 0-0.125 -0.25-2.875 -0.375-6.125 -0.25-3.625 0.375-8
106
+ 1.5-10.875 1.125-2.625 1.875-4.875 1.75-5.125 -0.25-0.125 -4.625-0.625 -9.75-1 -37.25-2.75 -68.625-23.75 -75.5-50.625
107
+ -6.25-24 12.375-45 48.125-54.375 32.75-8.5 67-6.125 92,6.375 26.25,13.125 38.625,36.375 33.25,62.5 -0.875,4.375 -2.5,9.875 -3.5,12.375 -2.75,6.625 -11.5,16.875 -19.125,22.5 -28.625,21 -30.875,25.625 -18,36.5 19.125,16.125
108
+ 23.75,21.75 27.875,33.5 5,14.125 2.25,35.625 -5.875,46.375 -3.25,4.375 -3.875,6.875 -1.375,6.375 1.875-0.375 8.75,1.375 9.625,2.625 0.375,0.375 4.375,3.25 9,6.375 9,6 10.5,8.375 7.625,12.375 -1.75,2.625 -2.625,2.625 -48.25,2.5 -25.625-0.125 -49.625-0.625
109
+ -53.375-1.25z m 18.125-24.625 c 13.125-6.5 24.125-24.5 25.25-41.375 1.5-21.25 -9.125-35.5 -26-34.625
110
+ -10.25,0.625 -18.5,5.875 -26.75,17.125 -7.75,10.5 -11.125,21.375 -10.375,33.5 0.875,13.75 6,22.875 15.375,27.25 5,2.25
111
+ 16,1.25 22.5-1.875z m 8.875-139 c 4.375-0.875 9.875-3.75 17.25-8.75 5.875-4 11.5-8.125 12.5-9 7.875-7.875 7.875-23.875 0-34.25 -3.875-5 -13.125-10 -22.875-12.25 -10.5-2.5 -33-2.375 -41.5,0.125 -20.75,6.125 -33,22.625 -28.375,38.25 5.25,17.75 37.75,31.125 63,25.875zM 409.5,346 c-1.625-1.625 -2-5.625 -2-24.375 l0-22.375 -25,0 c-28.875,0 -27.5,0.625
112
+ -27.5-12.875 0-5.75 0.5-8.5 2-9.625 1.375-1.25 8.125-1.625 26.25-1.625 l 24.25,0.125 0-22.125 c0-16.625 0.375-22.75 1.625-24.5 2.5-3.25 20.5-3.25 23,0.125 1.25,1.625 1.625,8 1.625,24.375 l0,22.125 22.875,0 c 27.75,0
113
+ 25.25-0.125 27.625,2.25 1.375,1.375 2,4.375 2,9.875 0,12.125 0.5,11.875 -28.25,11.875 l-24.25,0 0,22.25 c0,26.875 0.25,26.5 -13.5,26.5 -6.375,0 -9.375-0.5 -10.75-2z" />
114
+ <glyph unicode="&#xe00b;" d="M 339.625,403.5 c-0.125-0.125 -3.625-0.5 -7.75-0.875 -24.5-2.375 -40.75-15.625 -46.875-38.375 -0.875-3.125 -1.625-14 -1.75-24.625 -0.125-16.125 -0.375-19.125 -2-19.25 -1,0 -7.125,0 -13.375,0 l-11.625,0 0-22.75 0-22.75 11.5,0.125 c 6.375,0.125 12.5,0 13.5-0.25 1.75-0.375 1.875-8 1.875-62.625 -0.125-34.25 0.125-63 0.375-63.75 0.375-1.25 7.25-1.625 28.5-1.625 25.75,0 28,0.125 28.125,2.25 0.125,1.125 0.25,30 0.25,64 l 0.25,61.875 18.375,0
115
+ c 10,0 18.75,0.375 19.25,0.875 0.875,1 1.125,2.75 2.375,16 0.375,4.5 1,9.5 1.375,11.25 0.25,1.75 0.75,6.375 1.125,10.25 l 0.75,7.125 -20.625,0 c-11.375,0 -21.125,0.25 -21.75,0.625 -0.625,0.375 -1.125,7.375 -1,15.5 0.125,11.875 0.625,15.375 2.375,18.125 1.125,1.875 2.75,3.5 3.375,3.5
116
+ 0.75,0.125 1.875,0.375 2.5,0.5 0.75,0.125 8.75,0.375 17.875,0.5 l 16.625,0.125 0,21.875 0,21.875 -14.5,0.125 c-7.875,0 -17.625,0.125 -21.625,0.25
117
+ -4,0.125 -7.375,0.125 -7.5,0.125z" />
118
+ <glyph unicode="&#xe00c;" d="M 252.375,377.5 c-0.25-0.25 -4.375-0.75 -9.25-1.25 -4.75-0.375 -10.375-1 -12.5-1.25 -2-0.25 -7.375-0.875 -11.875-1.25 -4.5-0.5 -9.625-1.125 -11.5-1.5 -4-0.75 -4.5,0.75 7.625-24.625 4.875-10.125 8.875-18.875 8.875-19.375 0-0.5 -4-2.875 -8.875-5.25 -47.125-23.125 -68.5-67.25 -58.5-121 1.75-9.875 6.625-27.25 7.875-28.75 0.25-0.125 4.75,1.125 10.25,2.75 16.75,5.125 70.125,21.125 134.75,40.25 10.25,3 18.75,5.625 19,5.875 0.125,0.125 -3,7.25
119
+ -7.125,15.75 -4,8.5 -7.375,15.625 -7.375,15.75 0,0.25 -5.25,11.25 -11.625,24.625 -17.875,37.25 -18.125,37.875 -17.25,38.75 1.125,1.25 18,4.75 27.625,5.625 14.125,1.375 36,0.625 46.25-1.5 1.75-0.375 5.875-1.25 9.25-1.875 10.25-2.125 31.375-9.625 42.875-15.375 22.25-11.25 22.125-11.125 16.875-13.125 -7.125-2.875 -49.5-14.125 -50.75-13.5 -0.75,0.25 -4.75,7 -8.875,15 -8,15.375 -8.25,15.625 -18.75,16.5 -11.75,1.125 -37.5,0.375 -39-1.25 -0.25-0.125 0.375-2 1.375-4 1-2 4.625-9.5 8-16.75 19.875-42.125 28-58.75 28.625-58.75 0.375,0 95.125,28.25 134.5,40
120
+ 13.5,4.125 25.5,7.5 26.5,7.5 1,0 1.875,0.875 1.875,1.875 0,2.75 -23,25.5 -32.5,32.125 -31.625,22.125 -71.5,35.375 -115.125,38 -28.25,1.75 -49.125,0.75 -79.5-4 -6.375-1 -11.75-1.75 -12-1.75 -0.25,0 -4.25,8.125 -9,18.125 -7.875,16.75 -9.25,19 -10.75,17.625z m 7-124.125 c 4.125-8.75 4.125-8.875 1.375-9.5 -1.375-0.375 -9.875-2.75
121
+ -18.875-5.25 -8.875-2.5 -19-5.25 -22.5-6.25 -3.375-0.875 -7.25-2 -8.375-2.5 -4-1.625 -6.125,13.75
122
+ -3.375,25.5 3,13 13.375,27.875 26,37.125 l 5.625,4 8-17.125 c 4.375-9.375 9.875-21 12.125-26z" />
123
+ <glyph unicode="&#xe00a;" d="M 316,516.25 c-4-2.75 -83.125-59.875 -133.5-96.375 -13.375-9.625 -35.625-25.75 -49.375-35.625 -13.75-9.875 -28.625-20.625 -33.125-23.875 -4.5-3.25 -17.125-12.5 -28.125-20.375 -11-7.875 -20.5-14.875 -21.25-15.375 -0.625-0.625 -12.25-8.875 -25.625-18.5 l-24.25-17.5 63.625-0.625 63.75-0.625 0-115.25 -0.125-115.375 64.125,0 64.125,0 0,86.75 0,86.625 63.75,0 63.75,0 0-86.625 0-86.75 64.125,0 64,0 0,115.25 0,115.375 63.75,0.625 63.75,0.625 -15,10.75 c-15.625,11.125 -77.5,55.75 -125.25,90.375 -15.25,11.125 -28.875,21 -30.375,22 -1.5,1 -5.125,3.625 -8,5.75 -2.75,2.125 -27.375,20 -54.625,39.625 -27.25,19.625 -57.75,41.625 -67.75,48.875
124
+ l-18.125,13.125 -4.25-2.875z" />
125
+ <glyph unicode="&#xe00e;" d="M 297.375,607.5 c-0.25-0.25 -5-0.75 -10.375-1.25 -5.5-0.5 -10.25-1 -10.625-1.25 -0.375-0.25 -3.875-0.875 -7.625-1.375 -3.75-0.375 -10.375-1.625 -14.5-2.5 -4.25-1 -9.125-2 -10.625-2.375 -1.625-0.25 -8-2
126
+ -14.125-3.875 -79.75-23.375 -148.375-78.25 -189.125-151.375 -6.25-11.25 -7.25-13.375 -13.875-28.125 -12.5-27.75 -21.375-61.625 -25-94.875 -1.125-10.75 -1-57.375 0.125-66.875 11.125-89.375 53.25-164.375 122.25-218.375
127
+ 34-26.5 76.125-47.125 117.375-57.375 14.5-3.625 16.25-4 26.25-5.5 3.125-0.5 7-1.125 8.75-1.375 14.75-2.5 58.875-3.25 75.625-1.375 15.375,1.625 17.375,1.875 20.625,2.625 1.75,0.25 7.875,1.5 13.625,2.625 42.375,8.25 90.5,30.25
128
+ 127,58.125 20.75,15.875 34.625,29.125 54.25,51.875 12.25,14.25 28.125,39 38.75,60.125 6.875,14 18.125,41.5 20.875,51.75 2.375,8.375 9.25,40 9.75,44.75 2.25,19 2.625,25.875 2.5,50.25 0,14.75 -0.75,30.875 -1.5,35.625 -0.75,4.875 -1.75,10.75 -2.125,13.125 -0.25,2.375 -0.875,5.75 -1.25,7.5 -0.375,1.75 -1.25,5.75 -1.875,8.875 -6.75,34.125 -24.75,76.25 -46.375,108.75
129
+ -41.625,62.375 -105.625,109.125 -177.5,129.75 -15,4.25 -32,7.875 -44.875,9.625 -3.125,0.375 -7,1 -8.75,1.25 -3.5,0.75 -57,1.875 -57.625,1.25z m-21.375-180.875 c 3.25-0.875 9.875-3.25 14.625-5.375 8.625-3.875 9-3.875 20-2.75
130
+ 20.625,2.125 46.75-2.5 67.5-11.75 19.125-8.625 39.125-24.875 52.25-42.5 19.125-25.375 28.875-62.625 24.625-93.125
131
+ -1.875-13.875 -2.125-12 1.875-22.875 14.125-39.25 -8.75-84 -49.875-97.25 -8.375-2.75 -12.5-3.375 -23.875-3.375 -12.375,0 -14.875,0.375 -25,4 -6.125,2.125 -11.75,4 -12.5,4 -0.625,0 -8.375-0.375 -17-0.875 -10.25-0.5
132
+ -19.375-0.375 -26.25,0.625 -57.375,8.5 -103.25,52.5 -113,108.75 -2.125,12 -2.375,31.125 -0.625,41.875 1,6.625 0.875,7.875
133
+ -2,13.375 -7.625,15.125 -9.375,37.75 -4.25,54.25 8.75,28 34,49.875 63,54.5 7.625,1.125 22.25,0.5 30.5-1.5zM 296.875,377.5 c-23.375-4.625 -39.5-15.25 -46.75-30.75 -2.75-5.75 -3.25-8.75 -3.25-18.125
134
+ 0-9.75 0.5-12.125 3.5-18.25 6.125-12.625 18.875-22 38.375-28.5 4.5-1.375 16.625-4.5 26.875-6.875 10.375-2.375
135
+ 21.25-5.25 24.25-6.375 15.25-5.375 21.625-17.25 15-28.125 -3.375-5.5 -5.125-6.875 -13.625-11 -6.125-3
136
+ -8.25-3.375 -20.625-3.375 -21.125,0 -28.25,4.25 -37.875,22.75 -6,11.625 -9.5,15.25 -16.5,16.75 -10.25,2.375
137
+ -21.5-4.25 -23.25-13.5 -2.875-15.25 12.375-37.625 32-47 13.875-6.5 26.25-8.875 46.25-8.875 28,0
138
+ 47.5,6.125 62.25,19.75 20.625,19.25 21.875,52.125 2.625,70.125 -10.25,9.625 -27.25,16.375 -59.875,23.75 -19.875,4.5 -29.5,8 -34.5,12.5 -8.75,7.625 -6.125,17.875 6.375,24.25 5.5,2.875 7.75,3.25 19.375,3.25 7.25,0 14.625-0.375 16.625-1 5.125-1.375 13.125-9.125 19.125-18.625 6.375-9.875 9.875-12.5 17.75-13.125 11-0.875 20.25,7.75 20.25,19.125 0,3.25 -1.375,8 -3.875,12.75 -5.875,11.875 -16.5,19.875 -34.375,26 -8.625,2.875 -12.25,3.375 -28.625,3.75 -12.5,0.25 -21.625-0.125
139
+ -27.5-1.25z" />
140
+ <glyph unicode="&#xe011;" d="M 297.375,607.5 c-0.25-0.25 -5-0.75 -10.375-1.25 -5.5-0.5 -10.25-1 -10.625-1.25 -0.375-0.25 -3.875-0.875 -7.625-1.375 -3.75-0.375 -10.375-1.625 -14.5-2.5 -4.25-1 -9.125-2 -10.625-2.375 -15.375-3 -44.5-13.75 -64.875-23.75 -99.375-49.375 -165.625-144.375 -177.25-254.5 -1.125-10.75 -1-57.375 0.125-66.875 11.125-89.375 53.25-164.375 122.25-218.375 34-26.5 76.125-47.125 117.375-57.375 14.5-3.625 16.25-4 26.25-5.5
141
+ 3.125-0.5 7-1.125 8.75-1.375 14.75-2.5 58.875-3.25 75.625-1.375 15.375,1.625 17.375,1.875 20.625,2.625 1.75,0.25 7.875,1.5
142
+ 13.625,2.625 32.5,6.375 72.5,22.5 102.625,41.25 51.25,32.125 90.75,75.625 117.375,128.875 6.875,14 18.125,41.5 20.875,51.75 2.375,8.375 9.25,40 9.75,44.75 2.25,19 2.625,25.875 2.5,50.25 -0.125,24.25 -1.5,40.375 -4.875,56.25 -0.375,1.75
143
+ -1.25,5.75 -1.875,8.875 -4.25,21.625 -14.5,50.125 -26.5,74.25 -27.25,54.875 -68.75,99.375 -122.875,132.125 -9.25,5.625
144
+ -32.625,17.375 -41.875,21 -9.625,3.875 -35,12.375 -35,11.875 0-0.375 -1.5,0 -3.375,0.75 -5,1.875 -28,6.625
145
+ -39.125,8.125 -3.125,0.375 -7,1 -8.75,1.25 -3.5,0.75 -57,1.875 -57.625,1.25z m-21.5-207.125 c 6.125-3 11.5-10 14.625-19 2.25-6.75 4.5-24.125 4.5-35.5 l0-7.875 47.25,0 c 44.25,0 47.375-0.125 51-2.375 9.25-5.625 14.375-16.875 14.625-32 0.25-12 -2.5-18.25 -10-23.375 -9.75-6.625 -14.5-7.25 -61.25-7.25
146
+ l-42.75,0 -0.375-15.875 c-0.625-28.5 1.625-34.875 14.75-41.625 6-3 6.75-3.125 42.375-3.75 34.125-0.625 36.5-0.875 41.375-3.375 6-3.25 12.5-10.25 15.25-16.5 1.25-2.875 2-8.375 2-15.375 0.125-10 -0.125-11.125 -3.625-16.25 -2.625-3.75 -6-6.5 -11.25-9.125 l-7.5-3.75 -40.625,0.375 c-45.75,0.375 -49.375,0.875 -65,9 -25.125,13.125 -41.875,34.75 -48.375,62.375 -2.625,11 -4,134.75 -1.625,150.5 3.625,24.625 11.5,33.25 30.5,33.375 6.375,0
147
+ 10.125-0.75 14.125-2.625z" />
148
+ <glyph unicode="&#xe012;" d="M 297.375,607.5 c-0.25-0.25 -4.75-0.75 -9.875-1.25 -8-0.75 -26.625-3.75 -39.375-6.375 -15.75-3.25
149
+ -42.25-12.25 -60-20.375 -103.875-47.25 -174.625-145.375 -186.625-259 -1.125-10.875 -1-57.375 0.125-66.875
150
+ 2.125-17.125 3.5-24.875 7.125-40 22.875-95.875 90.125-177.125 180-217.5 24.625-11 55.375-20.375 79.375-23.875 2.75-0.375 6.375-1 8.125-1.25 18.75-3.125 70.875-3.125 86.875,0 1.375,0.25 5.625,0.875 9.375,1.375 11,1.375 36.25,7.75
151
+ 52.125,13.25 52.5,18.125 99.75,50 136.75,92.375 17.875,20.5 32.25,42 44.75,67 7,14.125 18.5,42.625 20.875,51.75 7.625,29.625 9.125,37.75 11.5,59.375 1.375,13.25 0.875,61.375 -0.75,71.25 -0.75,4.875 -1.75,10.75 -2.125,13.125 -0.25,2.375 -0.875,5.75 -1.25,7.5 -0.375,1.75 -1.25,6.25 -2,10 -4.75,24.375 -20.5,64.5 -35.625,90.75 -18,31.375 -46,64
152
+ -74.625,87.125 -11.25,9.125 -35,25.875 -36.75,25.875 -0.375,0 -1.75,0.75 -2.75,1.75 -2.5,2.25 -32.125,17.125 -41.375,20.75 -18.5,7.375 -48.5,16.25 -61.875,18.25 -2,0.25 -5.125,0.75 -6.875,1 -6.75,1.125 -12.125,2 -16.875,2.75 -5.5,0.75
153
+ -57.5,1.875 -58.25,1.25z m-60-206.5 c 56.625-8.25 107.5-36.5 143.625-79.875 32.125-38.375 50.875-85.5
154
+ 53.625-134 l 0.75-14.125 -22,0 -22,0 -0.625,5.25 c-0.375,3 -1,9.5 -1.375,14.5 -2.25,29.25 -16.25,65.375
155
+ -35.375,91 -32.625,43.75 -82,70.75 -137.375,74.875 l-11.625,0.875 0,21.75 0,21.75 9.5,0 c 5.25,0 15.5-0.875
156
+ 22.875-2z m-3.5-78.75 c 28.875-5.375 54-18.75 76.625-40.5 28-27.125 42.25-57.75 46.375-100.25 l 0.875-8.5 -22.5,0 -22.375,0 -0.875,9.125 c-3.75,40.875 -31,77.375 -68.375,91.375 -10,3.75 -25.25,7 -33,7
157
+ l-5.625,0 0,22.625 0,22.625 9.75-0.875 c 5.25-0.5 13.875-1.625 19.125-2.625z m 11.625-89.5 c 6.875-2 17.25-12.375
158
+ 19.25-19.25 3.25-11.125 1.125-21.5 -6.125-29.75 -15-17 -41.625-12.875 -51,8 -5.25,11.5 -2.75,23.625
159
+ 6.75,33.125 8.75,8.875 19,11.375 31.125,7.875z" />
160
+ <glyph unicode="&#xe013;" d="M 297.375,607.5 c-0.25-0.25 -4.75-0.75 -9.875-1.25 -8-0.75 -26.625-3.75 -39.375-6.375 -15.75-3.25
161
+ -42.25-12.25 -60-20.375 -103.875-47.25 -174.625-145.375 -186.625-259 -1.125-10.75 -1-57.375 0.125-66.875
162
+ 11-88.375 52.375-163 120.25-216.75 41.875-33.25 95.875-57.125 146.25-64.625 2.75-0.375 6.375-1 8.125-1.25
163
+ 19.125-3.125 70.875-3.25 86.875,0 1.375,0.25 5.625,0.875 9.375,1.375 11,1.375 36.25,7.75 52.125,13.25 55.25,19.125 103,52.25
164
+ 142.75,99.25 20.25,24 41.625,61.5 53.25,93.75 3.25,9 6.125,17.125 6.375,18.125 2.375,8.375 9.25,40 9.75,44.75 2.25,19 2.625,25.875 2.5,50.25 0,14.75 -0.75,30.875 -1.5,35.625 -0.75,4.875 -1.75,10.75 -2.125,13.125 -0.25,2.375 -0.875,5.75 -1.25,7.5 -0.375,1.75 -1.25,5.75 -1.875,8.875 -0.625,3.25 -2.625,11 -4.375,17.125 -20.625,73.625 -65.75,136 -129.625,179.5
165
+ -6.75,4.5 -12.625,8.25 -13.125,8.25 -0.375,0 -1.75,0.75 -2.75,1.75 -2.5,2.25 -32.125,17.125 -41.375,20.75 -18.5,7.375
166
+ -48.5,16.25 -61.875,18.25 -2,0.25 -5.125,0.75 -6.875,1 -6.75,1.125 -12.125,2 -16.875,2.75 -5.5,0.75 -57.5,1.875 -58.25,1.25z m-62-203.625 c 10.875-4.625 17-14.125 17.125-26.25 0-11.875 -7.25-22.125 -18.375-26 -7.375-2.625
167
+ -20-2 -26.125,1.125 -10.875,5.625 -16.125,15.25 -15.25,27.875 1.125,15 13,24.875 30,24.875 4.75,0 10.375-0.75
168
+ 12.625-1.625z m 161-73.875 c 17.75-3.75 31.5-14.75 39.25-31 7.5-15.625 8.125-22.25 8.125-81.125 l0-52.375 -26.75,0 -26.875,0 -0.375,50.375 c-0.375,49.875 -0.375,50.25 -3.375,56.875 -3.875,8.5 -9.5,13.375 -17.5,15.125
169
+ -9.625,2 -17.875-0.125 -24.875-6.625 -10.375-9.5 -10.25-8.375 -10.25-65.375 l0-50.375 -27.5,0 -27.5,0 0.125,81.25 0.25,81.25 27-0.25 27-0.375 0.375-10.375 0.375-10.25 6.875,7.5 c 13.875,14.875 33.375,20.375 55.625,15.75z m-146.625-83.5 l 0.25-81 -27.5,0 -27.5,0 0,81.25 0,81.25 27.25-0.25 27.125-0.375 0.375-80.875z" />
170
+ <glyph unicode="&#xe014;" d="M 297.375,607.5 c-0.25-0.25 -5-0.75 -10.375-1.25 -5.5-0.5 -10.25-1 -10.625-1.25 -0.375-0.25 -3.875-0.875 -7.625-1.375 -25.75-3.125 -61.5-14.5 -90-28.625 -99.375-49.375 -165.625-144.375 -177.25-254.5
171
+ -1.125-11 -1-57.625 0.25-66.875 0.5-4.125 1.25-9.5 1.5-11.875 0.375-2.375 0.875-5.75 1.25-7.5 0.25-1.75 1.125-5.875 1.75-9.375 3.25-18 12.625-47.75 21.375-66.875 25.875-57.5 67.125-105.375 120.375-139.875 25.75-16.625 62.875-32.625
172
+ 93.25-40.25 14.5-3.625 16.25-4 26.25-5.5 3.125-0.5 7-1.125 8.75-1.375 14.75-2.5 58.875-3.25 75.625-1.375
173
+ 15.375,1.625 17.375,1.875 20.625,2.625 1.75,0.25 7.875,1.5 13.625,2.625 23,4.5 51.75,14.5 76,26.5 62.625,31.125 112.875,81.25 144,143.625 7.25,14.5 19,43.875 20.875,52.125 0.25,1.125 0.75,3.125 1.125,4.375 0.375,1.125 2.25,9.375 4.375,18.375 3.5,15.875
174
+ 4,18.5 5.875,36.25 1.5,13.125 1,61.25 -0.625,71.25 -0.75,4.875 -1.75,10.75 -2.125,13.125 -0.25,2.375 -0.875,5.75 -1.25,7.5
175
+ -0.375,1.75 -1.25,5.75 -1.875,8.875 -0.625,3.25 -2.625,11 -4.375,17.125 -22.375,79.625 -73,145.75 -145,189.25 -9.25,5.625 -32.625,17.375 -41.875,21 -9.625,3.875 -35,12.375 -35,11.875 0-0.375 -1.5,0 -3.375,0.75 -5,1.875 -28,6.625
176
+ -39.125,8.125 -3.125,0.375 -7,1 -8.75,1.25 -3.5,0.75 -57,1.875 -57.625,1.25z m 63.25-207.5 c 1-1.625 1.625-3.75
177
+ 1.25-4.875 -0.5-1 -5.5-5 -11.375-8.875 -7.625-5.125 -11.625-7 -14.75-7 l-4.375,0 4.375-7.125 c 6.375-10.625
178
+ 8.25-18.5 7.75-32.125 -0.625-18.875 -6.25-27.625 -30.75-48 -5.5-4.5 -6.5-6 -6.5-9.625 0-5.625 3.75-9.75 18.125-20.625 15.25-11.375 21.125-17.5 26-27.5 3.875-7.75 4-8.625 4-23.75 0-14.625 -0.25-16.125
179
+ -3.5-22.75 -13.75-28 -49.75-43.125 -94.625-39.625 -46,3.375 -76.625,23.125 -76.75,49.25 0,29.875 34.375,57 76.25,60.25 5.75,0.375 10.5,0.875 10.5,1 0,0.25 -0.875,2.375 -1.875,4.75 -1,2.5 -1.875,7.375 -1.875,10.75 0,6.25 0,6.25
180
+ -4.625,7 -21.25,3.5 -32.25,8.5 -43.875,20.125 -17.125,17.125 -21.75,40.875 -11.75,61.75 5.25,11 18.75,23.5 32.875,30.5 18,8.875 21.125,9.25 75.75,9.375 l 47.875,0.125 1.875-3z m 71.125-54 c 1.625-1.625 2-5.625 2-24.375 l0-22.375 24.25,0 c 28.875,0 28.25,0.25 28.25-12.375 0-4.875 -0.625-9 -1.5-9.875 -1.125-1.125 -8.625-1.5 -26.25-1.5
181
+ l-24.75,0 0-22 c0-12.75 -0.5-22.875 -1.25-24.375 -1.125-2 -2.75-2.375 -11.625-2.375 -6.375,0 -11,0.625
182
+ -11.875,1.5 -1,1 -1.5,8.25 -1.5,24.375 l0,22.875 -24.75,0 c-17.625,0 -25.125,0.375 -26.25,1.5 -0.875,0.875 -1.5,5.125
183
+ -1.5,10.625 0,7.625 0.375,9.25 2.375,10.375 1.5,0.75 12.25,1.25 26.25,1.25 l 23.875,0 0,23.125 c0,26.75 -0.625,25.5 13.375,25.625
184
+ 6.5,0 9.5-0.5 10.875-2zM 255.75,379.25 c-12.375-3.875 -19.625-22.25 -15.875-39.875 5.625-26.125 29-44.5 46.625-36.625
185
+ 20.5,9 21.375,44 1.625,65.125 -9.125,9.75 -22.625,14.5 -32.375,11.375zM 258.25,237.25 c-15.125-3.25 -27.375-10.875 -33-20.375 -8.875-15.125 0.75-33.375 21.875-41.375
186
+ 14.5-5.625 44.625-4.25 57.75,2.5 10.5,5.25 16.25,14.625 16.375,26 0,10.75 -4.375,16.375 -21,27.125 -12.875,8.25
187
+ -24.25,9.875 -42,6.125z" />
188
+ <glyph unicode="&#xe015;" d="M 297.375,607.5 c-0.25-0.25 -5-0.75 -10.375-1.25 -5.5-0.5 -10.25-1 -10.625-1.25 -0.375-0.25 -3.875-0.875 -7.625-1.375 -3.75-0.375 -10.375-1.625 -14.5-2.5 -4.25-1 -9.125-2 -10.625-2.375 -15.375-3 -44.5-13.75 -64.875-23.75 -99.375-49.375 -165.625-144.375 -177.25-254.5 -1.125-10.875 -1-57.375 0.125-66.875 2.125-17.125 3.5-24.875 7.125-40 16.875-70.625 57.25-133.125 115.125-178.375 34-26.5 76.125-47.125 117.375-57.375 14.5-3.625 16.25-4 26.25-5.5 3.125-0.5 7-1.125 8.75-1.375 14.75-2.5 58.875-3.25 75.625-1.375 15.375,1.625 17.375,1.875 20.625,2.625 1.75,0.25 7.875,1.5 13.625,2.625 32.5,6.375 72.5,22.5 102.625,41.25 51.25,32.125 90.75,75.625
189
+ 117.375,128.875 7,14.125 18.5,42.625 20.875,51.75 7.625,29.625 9.125,37.75 11.5,59.375 1.375,13.25 0.875,61.375 -0.75,71.25 -0.75,4.875 -1.75,10.75 -2.125,13.125 -0.25,2.375 -0.875,5.75 -1.25,7.5 -0.375,1.75 -1.25,5.75 -1.875,8.875 -6.75,34.125 -24.75,76.25
190
+ -46.375,108.75 -41.625,62.375 -105.625,109.125 -177.5,129.75 -15,4.25 -32,7.875 -44.875,9.625 -3.125,0.375 -7,1
191
+ -8.75,1.25 -3.5,0.75 -57,1.875 -57.625,1.25z m 86.375-226.375 l0-21.875 -16.875,0 c-25.375,0 -26.875-1.375
192
+ -26.875-25.125 l0-13.625 21.875,0 c 18.875,0 21.875-0.25 21.875-1.875 0-2.625 -3.625-35.125 -4.5-40.25 l-0.625-4.125 -19.25,0 -19.375,0 0-63.75 0-63.75 -28.375,0.25 -28.5,0.375 -0.375,63.5 -0.25,63.375 -13.125,0 -13.125,0 0,23.125 0,23.125 13.125,0 13.125,0 0,13.5 c 0.125,27.25 3.75,40.875 13.75,51.875 3.25,3.625 8.75,8.125 12.25,10 11.125,6
193
+ 17.25,7 47.5,7 l 27.75,0.125 0-21.875z" />
194
+ <glyph unicode="&#xe016;" d="M 297.375,607.5 c-0.25-0.25 -4.75-0.75 -9.875-1.25 -8-0.75 -25.875-3.625 -39.375-6.375 -18.75-3.875
195
+ -48-14.375 -69.375-24.875 -99.5-49.375 -165.625-144.375 -177.25-254.5 -1.125-10.75 -1-57.375 0.125-66.875
196
+ 11.125-89.375 53.25-164.375 122.25-218.375 34-26.5 76.125-47.125 117.375-57.375 14.5-3.625 16.25-4 26.25-5.5 3.125-0.5 7-1.125 8.75-1.375 15-2.5 58.875-3.25 76.25-1.375 5.125,0.625 10.75,1.25 12.5,1.375 1.75,0.25 4.875,0.75
197
+ 6.875,1.125 2.125,0.5 5.75,1.125 8.125,1.5 8.375,1.375 24.5,5.5 36.875,9.375 82.625,26.5 150.75,84.75 189.25,162 7.25,14.5
198
+ 19,44 20.875,52.125 0.25,1.125 0.75,3.125 1.125,4.375 0.375,1.125 2.25,9.375 4.375,18.375 3.5,15.875 4,18.5 5.875,36.25 1.5,13.125
199
+ 1,61.25 -0.625,71.25 -0.75,4.875 -1.75,10.75 -2.125,13.125 -0.25,2.375 -0.875,5.75 -1.25,7.5 -0.375,1.75 -1.25,5.75 -1.875,8.875 -0.625,3.25 -2.625,11 -4.375,17.125 -22.375,79.625 -73,145.75 -145,189.25 -20.75,12.625 -59.625,29.25 -76.375,32.875
200
+ -1.25,0.25 -6.875,1.625 -12.375,3 -5.5,1.375 -12.25,2.875 -14.875,3.375 -2.625,0.375 -6,1 -7.5,1.25 -1.375,0.25 -5.125,0.875
201
+ -8.25,1.25 -3.125,0.375 -7,1 -8.75,1.25 -3.5,0.75 -57,1.875 -57.625,1.25z m-34.25-247.25 c 4.625-9.875 8.5-18 8.625-18.125 0,0 7.125,1 15.75,2.25 23.375,3.75 69.25,4.625 90.875,1.875 37.75-4.875 68.875-15.75 96-33.75
202
+ 12.125-8 37.5-32.125 36.625-34.75 -0.5-1.5 -160.5-50 -162.625-49.375 -1.625,0.5 -38.5,78.625 -37.625,79.5 1.125,1.25 35.5,1.625 42.875,0.5 l 6.875-1 7.75-15 c 4.375-8.25 8.375-15.125 8.875-15.25 1.875-0.625 53,14.125
203
+ 53.125,15.375 0.25,1.75 -30.875,17.125 -42.75,21 -19.375,6.375 -30.75,8.375 -51.375,9.125 -19.875,0.75 -40.5-1.375 -48.75-5.125 l-3.375-1.375 22.375-46.75 c 12.375-25.75 22.125-47 21.875-47.25 -0.375-0.375 -163.125-49.125 -164.125-49.125 -1,0 -6.625,21.125 -8.375,31.125 -4.75,28.125 -0.375,56.5 11.875,77.25 9.25,15.625 33.75,36.875 50.625,43.75 3,1.25 5.5,2.625 5.5,3 0,0.5 -4.5,10.25 -10,21.75 -5.5,11.625 -9.75,21.25 -9.375,21.625 0.5,0.5 41.25,5.875 48.25,6.375
204
+ 1.375,0.125 4.625-5.375 10.5-17.625zM 231.625,290.625 c-9.125-7.25 -15.125-14.625 -20.25-25.125 -4.125-8.625 -4.5-10.25 -4.5-20.625 0-6.125 0.625-12.125 1.25-13.25 1.125-1.75 4.375-1.125 28.25,5.5 l 27.125,7.5 -7.75,16.375 c-4.25,9 -9.625,20.5 -12,25.5 -2.25,4.875 -4.5,9 -5.125,9 -0.5,0 -3.625-2.125 -7-4.875z" />
205
+ <glyph unicode="&#xf00d;" d="M 463.142,135.858q0-14.286 -10-24.286l-48.571-48.571q-10-10 -24.286-10t-24.286,10l-105,105l-105-105q-10-10 -24.286-10t-24.286,10l-48.571,48.571q-10,10 -10,24.286t 10,24.286l 105,105l-105,105q-10,10 -10,24.286t 10,24.286l 48.571,48.571q 10,10 24.286,10t 24.286-10l 105-105l 105,105q 10,10 24.286,10t 24.286-10l 48.571-48.571q 10-10 10-24.286 t-10-24.286l-105-105l 105-105q 10-10 10-24.286z" horiz-adv-x="502" />
206
+ <glyph unicode="&#xf00e;" d="M 365.071,322.286l0-22.858 q0-4.643 -3.393-8.036t-8.036-3.393l-80,0 l0-80 q0-4.643 -3.393-8.036t-8.036-3.393l-22.858,0 q-4.643,0 -8.036,3.393t-3.393,8.036l0,80 l-80,0 q-4.643,0 -8.036,3.393t-3.393,8.036l0,22.858 q0,4.643 3.393,8.036t 8.036,3.393l 80,0 l0,80 q0,4.643 3.393,8.036t 8.036,3.393l 22.858,0 q 4.643,0 8.036-3.393t 3.393-8.036l0-80 l 80,0 q 4.643,0 8.036-3.393t 3.393-8.036zM 410.785,310.858q0,66.071 -46.964,113.036t-113.036,46.964t-113.036-46.964t-46.964-113.036t 46.964-113.036t 113.036-46.964t 113.036,46.964t 46.964,113.036zM 593.643,13.714q0-18.929 -13.393-32.321t-32.321-13.393q-19.286,0 -32.142,13.571l-122.5,122.142q-63.929-44.286 -142.5-44.286q-51.071,0 -97.679,19.821 t-80.358,53.571t-53.571,80.358t-19.821,97.679t 19.821,97.679t 53.571,80.358t 80.358,53.571t 97.679,19.821t 97.679-19.821t 80.358-53.571t 53.571-80.358t 19.821-97.679q0-78.571 -44.286-142.5l 122.5-122.5q 13.214-13.214 13.214-32.142z" horiz-adv-x="593" />
207
+ <glyph unicode="&#xf010;" d="M 365.071,322.286l0-22.858 q0-4.643 -3.393-8.036t-8.036-3.393l-205.714,0 q-4.643,0 -8.036,3.393t-3.393,8.036l0,22.858 q0,4.643 3.393,8.036t 8.036,3.393l 205.714,0 q 4.643,0 8.036-3.393t 3.393-8.036zM 410.785,310.858q0,66.071 -46.964,113.036t-113.036,46.964t-113.036-46.964t-46.964-113.036t 46.964-113.036t 113.036-46.964t 113.036,46.964t 46.964,113.036z M 593.643,13.714q0-18.929 -13.393-32.321t-32.321-13.393q-19.286,0 -32.142,13.571l-122.5,122.142q-63.929-44.286 -142.5-44.286q-51.071,0 -97.679,19.821t-80.358,53.571t-53.571,80.358t-19.821,97.679t 19.821,97.679t 53.571,80.358t 80.358,53.571t 97.679,19.821t 97.679-19.821t 80.358-53.571t 53.571-80.358t 19.821-97.679q0-78.571 -44.286-142.5l 122.5-122.5q 13.214-13.214 13.214-32.142z " horiz-adv-x="593" />
208
+ <glyph unicode="&#xf00c;" d="M 596.786,405.858q0-14.286 -10-24.286l-258.571-258.571l-48.571-48.571q-10-10 -24.286-10t-24.286,10l-48.571,48.571l-129.286,129.286q-10,10 -10,24.286t 10,24.286l 48.571,48.571q 10,10 24.286,10t 24.286-10l 105-105.358l 234.286,234.642q 10,10 24.286,10t 24.286-10l 48.571-48.571q 10-10 10-24.286z" />
209
+ <glyph unicode="&#xf01e;" d="M 547.785,516.571l0-160 q0-9.286 -6.786-16.071t-16.071-6.786l-160,0 q-15,0 -21.071,14.286q-6.071,13.929 5,24.642l 49.286,49.286q-52.858,48.929 -124.642,48.929q-37.142,0 -70.892-14.464t-58.392-39.108t-39.108-58.392t-14.464-70.892t 14.464-70.892t 39.108-58.392t 58.392-39.108t 70.892-14.464q 42.5,0 80.358,18.571t 63.929,52.5q 2.5,3.571 8.214,4.286q 5,0 8.929-3.214 l 48.929-49.286q 3.214-2.857 3.393-7.321t-2.679-8.036q-38.929-47.142 -94.286-73.036t-116.786-25.892q-55.714,0 -106.429,21.786t-87.5,58.571t-58.571,87.5t-21.786,106.429t 21.786,106.429t 58.571,87.5t 87.5,58.571t 106.429,21.786q 52.5,0 101.608-19.821t 87.321-55.892l 46.429,46.071q 10.357,11.071 25,5q 13.929-6.071 13.929-21.071z" horiz-adv-x="547" />
210
+ <glyph unicode="&#xf021;" d="M 538.856,230.858q0-1.786 -0.357-2.5q-22.858-95.714 -95.714-155.179t-170.714-59.464q-52.142,0 -100.892,19.643t-86.964,56.071l-46.071-46.071q-6.786-6.786 -16.071-6.786t-16.071,6.786t-6.786,16.071l0,160 q0,9.286 6.786,16.071t 16.071,6.786l 160,0 q 9.286,0 16.071-6.786t 6.786-16.071t-6.786-16.071l-48.929-48.929q 25.358-23.571 57.5-36.429t 66.786-12.857q 47.858,0 89.286,23.214t 66.429,63.929q 3.929,6.071 18.929,41.786 q 2.857,8.214 10.714,8.214l 68.571,0 q 4.643,0 8.036-3.393t 3.393-8.036zM 547.785,516.571l0-160 q0-9.286 -6.786-16.071t-16.071-6.786l-160,0 q-9.286,0 -16.071,6.786t-6.786,16.071t 6.786,16.071l 49.286,49.286q-52.858,48.929 -124.642,48.929q-47.858,0 -89.286-23.214t-66.429-63.929q-3.929-6.071 -18.929-41.786q-2.857-8.214 -10.714-8.214l-71.071,0 q-4.643,0 -8.036,3.393t-3.393,8.036l0,2.5 q 23.214,95.714 96.429,155.179t 171.429,59.464 q 52.142,0 101.429-19.821t 87.5-55.892l 46.429,46.071q 6.786,6.786 16.071,6.786t 16.071-6.786t 6.786-16.071z" horiz-adv-x="547" />
211
+ <glyph unicode="&#xf0c9;" d="M 547.785,128l0-45.714 q0-9.286 -6.786-16.071t-16.071-6.786l-502.858,0 q-9.286,0 -16.071,6.786t-6.786,16.071l0,45.714 q0,9.286 6.786,16.071t 16.071,6.786l 502.858,0 q 9.286,0 16.071-6.786t 6.786-16.071zM 547.785,310.858l0-45.714 q0-9.286 -6.786-16.071t-16.071-6.786l-502.858,0 q-9.286,0 -16.071,6.786t-6.786,16.071l0,45.714 q0,9.286 6.786,16.071t 16.071,6.786l 502.858,0 q 9.286,0 16.071-6.786t 6.786-16.071zM 547.785,493.714l0-45.714 q0-9.286 -6.786-16.071 t-16.071-6.786l-502.858,0 q-9.286,0 -16.071,6.786t-6.786,16.071l0,45.714 q0,9.286 6.786,16.071t 16.071,6.786l 502.858,0 q 9.286,0 16.071-6.786t 6.786-16.071z" horiz-adv-x="547" />
212
+ <glyph unicode="&#xe01b;" d="M 192.032,435.2L 192,140.8L 448,288 z" />
213
+ <glyph unicode="&#xe01a;" d="M 447.968,435.2L 448,140.8L 192,288 z" />
214
+ <glyph unicode="&#xe017;" d="M 608,70.4c0,0-64,311.456-344.8,311.456L 263.2,505.6 L 32,299.040l 231.2-214.112l0,139.456 C 415.616,224.384, 528.544,210.88, 608,70.4z" />
215
+ <glyph unicode="&#xe018;" d="M 376.8,224.384l0-139.424 L 608,299.040L 376.8,505.6l0-123.712 C 96,381.888, 32,70.4, 32,70.4C 111.456,210.88, 224.384,224.384, 376.8,224.384z" />
216
+ <glyph unicode="&#xe057;" d="M0,528 l0-80 80,0 80,0 0,80 0,80 -80,0 -80,0 0-80zM 240,528 l0-80 80,0 80,0 0,80 0,80 -80,0 -80,0 0-80zM 480,528 l0-80 80,0 80,0 0,80 0,80 -80,0 -80,0 0-80zM0,288 l0-80 80,0 80,0 0,80 0,80 -80,0 -80,0 0-80zM 240,288 l0-80 80,0 80,0 0,80 0,80 -80,0 -80,0 0-80zM 480,288 l0-80 80,0 80,0 0,80 0,80 -80,0 -80,0 0-80zM0,48 l0-80 80,0 80,0 0,80 0,80 -80,0 -80,0 0-80zM 240,48 l0-80 80,0 80,0 0,80 0,80 -80,0 -80,0 0-80zM 480,48 l0-80 80,0 80,0 0,80 0,80 -80,0 -80,0 0-80z" />
217
+ <glyph unicode="&#xe019;" d="M 140,128L 20,128 c-11.060,0-20-8.94-20-20l0-120 c0-11.060, 8.94-20, 20-20l 120,0 c 11.060,0, 20,8.94, 20,20l0,120
218
+ C 160,119.060, 151.060,128, 140,128z M 120,28c0-11.060-8.94-20-20-20L 60,8 c-11.060,0-20,8.94-20,20l0,40 c0,11.060, 8.94,20, 20,20l 40,0 c 11.060,0, 20-8.94, 20-20L 120,28 z
219
+ M 620,88L 260,88 c-11.060,0-20-8.94-20-20l0-40 c0-11.060, 8.94-20, 20-20l 360,0 c 11.060,0, 20,8.94, 20,20l0,40 C 640,79.060, 631.060,88, 620,88z M 620,328L 260,328
220
+ c-11.060,0-20-8.94-20-20l0-40 c0-11.060, 8.94-20, 20-20l 360,0 c 11.060,0, 20,8.94, 20,20l0,40 C 640,319.060, 631.060,328, 620,328z M 140,608L 20,608 C 8.94,608,0,599.060,0,588l0-120
221
+ c0-11.060, 8.94-20, 20-20l 120,0 c 11.060,0, 20,28.94, 20,40L 160,588 C 160,599.060, 151.060,608, 140,608z M 120,508c0-11.060-8.94-20-20-20L 60,488 C 48.94,488, 40,496.94, 40,508L 40,548
222
+ c0,11.060, 8.94,20, 20,20l 40,0 c 11.060,0, 20-8.94, 20-20L 120,508 z M 140,368L 20,368 c-11.060,0-20-8.94-20-20l0-120 c0-11.060, 8.94-20, 20-20l 120,0 c 11.060,0, 20,8.94, 20,20l0,120
223
+ C 160,359.060, 151.060,368, 140,368z M 120,268c0-11.060-8.94-20-20-20L 60,248 c-11.060,0-20,8.94-20,20l0,40 c0,11.060, 8.94,20, 20,20l 40,0 c 11.060,0, 20-8.94, 20-20L 120,268 z
224
+ M 620,568L 260,568 c-11.060,0-20-8.94-20-20l0-40 c0-11.060, 8.94-20, 20-20l 360,0 c 11.060,0, 20,8.94, 20,20L 640,548 C 640,559.060, 631.060,568, 620,568z" />
225
+ <glyph unicode="&#xe01c;" d="M 93.707,61.734c-124.963,124.963-124.963,327.582,0,452.546
226
+ c 125.002,124.963, 327.584,124.963, 452.585,0c 124.963-124.964, 124.963-327.584,0-452.546C 421.291-63.248, 218.71-63.248, 93.707,61.734z
227
+ M 489.729,457.716c-93.751,93.731-245.706,93.731-339.419,0c-93.751-93.731-93.751-245.688,0-339.419
228
+ c 93.713-93.733, 245.667-93.733, 339.419,0C 583.442,212.030, 583.442,363.985, 489.729,457.716z M 235.155,146.579l-56.564,56.582
229
+ l 84.845,84.846l-84.845,84.845l 56.564,56.584L 320,344.571l 84.846,84.865l 56.563-56.584l-84.845-84.845l 84.845-84.846l-56.563-56.582
230
+ L 320,231.444L 235.155,146.579z" />
231
+ <glyph unicode="&#x20;" horiz-adv-x="320" />
232
+ </font></defs></svg>
skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoon.ttf ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoon.woff ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/icomoon/fonts/icomoond41d.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/icomoon/style.css ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @font-face {
2
+ font-family: 'icomoon';
3
+ src:url('fonts/icomoon.eot');
4
+ src:url('fonts/icomoond41d.eot?#iefix') format('embedded-opentype'),
5
+ url('fonts/icomoon.woff') format('woff'),
6
+ url('fonts/icomoon.ttf') format('truetype'),
7
+ url('fonts/icomoon.svg#icomoon') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ /* Use the following CSS code if you want to use data attributes for inserting your icons */
13
+ [data-icon]:before {
14
+ font-family: 'icomoon';
15
+ content: attr(data-icon);
16
+ speak: none;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+ -webkit-font-smoothing: antialiased;
22
+ }
23
+
24
+ /* Use the following CSS code if you want to have a class per icon */
25
+ /*
26
+ Instead of a list of all class selectors,
27
+ you can use the generic selector below, but it's slower:
28
+ [class*="icon-"] {
29
+ */
30
+ .icon-tweet, .icon-shopcart, .icon-search, .icon-phone, .icon-location, .icon-email, .icon-arrow_right, .icon-arrow_left, .icon-twitter, .icon-skype, .icon-rss, .icon-linkedin, .icon-googleplus, .icon-facebook, .icon-deviantart, .icon-home, .icon-skype-2, .icon-twitter-2, .icon-rss-2, .icon-linkedin-2, .icon-googleplus-2, .icon-fb, .icon-deviantart-2, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-ok, .icon-repeat, .icon-refresh, .icon-reorder, .icon-arrow-right, .icon-arrow-left, .icon-reply, .icon-forward, .icon-grid9, .icon-list, .icon-close {
31
+ font-family: 'icomoon';
32
+ speak: none;
33
+ font-style: normal;
34
+ font-weight: normal;
35
+ font-variant: normal;
36
+ text-transform: none;
37
+ line-height: 1;
38
+ -webkit-font-smoothing: antialiased;
39
+ }
40
+ .icon-tweet:before {
41
+ content: "\e001";
42
+ }
43
+ .icon-shopcart:before {
44
+ content: "\e004";
45
+ }
46
+ .icon-search:before {
47
+ content: "\e005";
48
+ }
49
+ .icon-phone:before {
50
+ content: "\e007";
51
+ }
52
+ .icon-location:before {
53
+ content: "\e008";
54
+ }
55
+ .icon-email:before {
56
+ content: "\e00d";
57
+ }
58
+ .icon-arrow_right:before {
59
+ content: "\e00f";
60
+ }
61
+ .icon-arrow_left:before {
62
+ content: "\e010";
63
+ }
64
+ .icon-twitter:before {
65
+ content: "\e000";
66
+ }
67
+ .icon-skype:before {
68
+ content: "\e002";
69
+ }
70
+ .icon-rss:before {
71
+ content: "\e003";
72
+ }
73
+ .icon-linkedin:before {
74
+ content: "\e006";
75
+ }
76
+ .icon-googleplus:before {
77
+ content: "\e009";
78
+ }
79
+ .icon-facebook:before {
80
+ content: "\e00b";
81
+ }
82
+ .icon-deviantart:before {
83
+ content: "\e00c";
84
+ }
85
+ .icon-home:before {
86
+ content: "\e00a";
87
+ }
88
+ .icon-skype-2:before {
89
+ content: "\e00e";
90
+ }
91
+ .icon-twitter-2:before {
92
+ content: "\e011";
93
+ }
94
+ .icon-rss-2:before {
95
+ content: "\e012";
96
+ }
97
+ .icon-linkedin-2:before {
98
+ content: "\e013";
99
+ }
100
+ .icon-googleplus-2:before {
101
+ content: "\e014";
102
+ }
103
+ .icon-fb:before {
104
+ content: "\e015";
105
+ }
106
+ .icon-deviantart-2:before {
107
+ content: "\e016";
108
+ }
109
+ .icon-remove:before {
110
+ content: "\f00d";
111
+ }
112
+ .icon-zoom-in:before {
113
+ content: "\f00e";
114
+ }
115
+ .icon-zoom-out:before {
116
+ content: "\f010";
117
+ }
118
+ .icon-ok:before {
119
+ content: "\f00c";
120
+ }
121
+ .icon-repeat:before {
122
+ content: "\f01e";
123
+ }
124
+ .icon-refresh:before {
125
+ content: "\f021";
126
+ }
127
+ .icon-reorder:before {
128
+ content: "\f0c9";
129
+ }
130
+ .icon-arrow-right:before {
131
+ content: "\e01b";
132
+ }
133
+ .icon-arrow-left:before {
134
+ content: "\e01a";
135
+ }
136
+ .icon-reply:before {
137
+ content: "\e017";
138
+ }
139
+ .icon-forward:before {
140
+ content: "\e018";
141
+ }
142
+ .icon-grid9:before {
143
+ content: "\e057";
144
+ }
145
+ .icon-list:before {
146
+ content: "\e019";
147
+ }
148
+ .icon-close:before {
149
+ content: "\e01c";
150
+ }
skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfont.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfont.svg ADDED
@@ -0,0 +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>
skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfont.ttf ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfont.woff ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/bold/OpenSans-Bold-webfontd41d.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfont.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfont.svg ADDED
@@ -0,0 +1,1831 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_sanslight" 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="1077" d="M29 0zM586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM895 0h-99v1087h99v-1087zM782 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71 t-48.5 -26q-63 0 -63 97z" />
10
+ <glyph unicode="&#xfb02;" horiz-adv-x="1077" d="M29 0zM586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM895 0h-99v1556h99v-1556z" />
11
+ <glyph unicode="&#xfb03;" horiz-adv-x="1692" d="M29 0zM586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM1200 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5 q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM1510 0h-99v1087h99v-1087zM1397 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
12
+ <glyph unicode="&#xfb04;" horiz-adv-x="1692" d="M29 0zM586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM1200 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5 q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM1510 0h-99v1556h99v-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="492" d="M276 377h-61l-29 1085h119zM164 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
20
+ <glyph unicode="&#x22;" horiz-adv-x="723" d="M260 1462l-33 -528h-61l-33 528h127zM590 1462l-33 -528h-61l-33 528h127z" />
21
+ <glyph unicode="#" horiz-adv-x="1323" d="M967 928l-76 -398h303v-79h-320l-86 -451h-90l88 451h-360l-86 -451h-88l86 451h-283v79h299l76 398h-297v80h311l86 454h91l-89 -454h365l88 454h86l-88 -454h285v-80h-301zM440 530h363l78 398h-363z" />
22
+ <glyph unicode="$" d="M991 440q0 -133 -99 -217t-274 -106v-236h-81v232q-92 2 -200.5 22.5t-172.5 50.5v103q75 -36 179.5 -61t193.5 -25v508q-145 44 -215 88t-102 104t-32 146q0 124 94.5 208.5t254.5 104.5v192h81v-190q197 -9 351 -72l-33 -90q-141 62 -318 72v-486q213 -66 293 -144 t80 -204zM881 444q0 85 -63 140.5t-200 95.5v-471q122 13 192.5 75t70.5 160zM297 1049q0 -86 57 -141t183 -93v453q-119 -16 -179.5 -76t-60.5 -143z" />
23
+ <glyph unicode="%" horiz-adv-x="1653" d="M211 1026q0 -186 45 -279.5t141 -93.5q193 0 193 373q0 184 -49.5 276.5t-143.5 92.5q-96 0 -141 -92.5t-45 -276.5zM688 1026q0 -226 -75 -343.5t-216 -117.5q-133 0 -208.5 120.5t-75.5 340.5q0 223 72 340t212 117q139 0 215 -120.5t76 -336.5zM1063 438 q0 -185 45 -277.5t141 -92.5q193 0 193 370q0 369 -193 369q-96 0 -141 -91.5t-45 -277.5zM1540 438q0 -226 -74 -343.5t-215 -117.5q-136 0 -211 121.5t-75 339.5q0 225 73.5 341t212.5 116q137 0 213 -120t76 -337zM1280 1462l-811 -1462h-96l811 1462h96z" />
24
+ <glyph unicode="&#x26;" horiz-adv-x="1460" d="M123 371q0 138 73.5 235t274.5 205l-75 82q-66 71 -98 139t-32 142q0 143 95.5 227t256.5 84q155 0 245.5 -81t90.5 -224q0 -105 -70 -192.5t-253 -194.5l452 -457q61 72 104 157t75 201h96q-63 -246 -209 -426l266 -268h-135l-193 197q-92 -90 -164 -131.5t-157.5 -63.5 t-194.5 -22q-209 0 -328.5 103t-119.5 288zM578 70q128 0 234.5 43.5t209.5 146.5l-483 485q-136 -72 -196.5 -122.5t-88 -109.5t-27.5 -138q0 -143 93 -224t258 -81zM373 1176q0 -79 40 -146t152 -174q159 85 221 159t62 169q0 94 -62 152.5t-168 58.5q-114 0 -179.5 -58 t-65.5 -161z" />
25
+ <glyph unicode="'" horiz-adv-x="393" d="M260 1462l-33 -528h-61l-33 528h127z" />
26
+ <glyph unicode="(" horiz-adv-x="557" d="M82 561q0 265 77.5 496t223.5 405h113q-148 -182 -227 -412.5t-79 -486.5q0 -483 304 -887h-111q-147 170 -224 397t-77 488z" />
27
+ <glyph unicode=")" horiz-adv-x="557" d="M475 561q0 -263 -77.5 -490t-223.5 -395h-111q304 404 304 887q0 257 -79 487.5t-227 411.5h113q147 -175 224 -406.5t77 -494.5z" />
28
+ <glyph unicode="*" horiz-adv-x="1128" d="M631 1556l-37 -405l405 104l21 -131l-395 -39l247 -340l-124 -71l-191 379l-180 -379l-125 71l242 340l-390 39l19 131l401 -104l-39 405h146z" />
29
+ <glyph unicode="+" d="M625 764h434v-82h-434v-432h-82v432h-432v82h432v434h82v-434z" />
30
+ <glyph unicode="," horiz-adv-x="440" d="M295 238l12 -21q-75 -265 -174 -481h-65q77 275 110 502h117z" />
31
+ <glyph unicode="-" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
32
+ <glyph unicode="." horiz-adv-x="487" d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
33
+ <glyph unicode="/" horiz-adv-x="698" d="M674 1462l-545 -1462h-104l544 1462h105z" />
34
+ <glyph unicode="0" d="M1055 735q0 -385 -117.5 -570t-355.5 -185q-229 0 -348 190.5t-119 564.5q0 382 115.5 566t351.5 184q231 0 352 -190.5t121 -559.5zM223 735q0 -340 89 -502.5t270 -162.5q189 0 275.5 168t86.5 497q0 324 -86.5 492t-275.5 168t-274 -168t-85 -492z" />
35
+ <glyph unicode="1" d="M682 0h-98v1065q0 145 12 301q-15 -15 -31 -29t-309 -243l-57 71l397 297h86v-1462z" />
36
+ <glyph unicode="2" d="M1028 0h-915v88l389 406q164 170 230 260t97 172t31 172q0 131 -86 213t-223 82q-183 0 -350 -133l-54 69q183 154 406 154q191 0 300.5 -102t109.5 -281q0 -145 -73.5 -280.5t-268.5 -334.5l-375 -385v-4h782v-96z" />
37
+ <glyph unicode="3" d="M979 1118q0 -136 -85.5 -229t-229.5 -119v-6q176 -22 268 -112t92 -242q0 -205 -139.5 -317.5t-401.5 -112.5q-223 0 -389 83v99q84 -44 188.5 -69t196.5 -25q221 0 332 89.5t111 252.5q0 145 -113.5 223t-333.5 78h-158v96h160q182 0 288.5 86.5t106.5 234.5 q0 122 -86.5 195.5t-226.5 73.5q-109 0 -199 -30.5t-202 -104.5l-49 67q85 71 205 112.5t243 41.5q202 0 312 -95.5t110 -269.5z" />
38
+ <glyph unicode="4" d="M1141 373h-252v-373h-94v373h-752v67l725 1030h121v-1011h252v-86zM795 459v418q0 302 14 507h-8q-20 -37 -123 -188l-516 -737h633z" />
39
+ <glyph unicode="5" d="M537 879q234 0 368.5 -113t134.5 -311q0 -225 -140 -350t-386 -125q-109 0 -207 21.5t-164 61.5v103q108 -55 192 -76.5t179 -21.5q192 0 308 101.5t116 274.5q0 163 -113 256t-307 93q-130 0 -272 -39l-60 39l58 669h704v-96h-610l-45 -516q156 29 244 29z" />
40
+ <glyph unicode="6" d="M131 623q0 285 77.5 479.5t220 288.5t343.5 94q94 0 172 -23v-88q-73 27 -176 27q-247 0 -384.5 -178t-154.5 -518h13q76 98 174 148t207 50q205 0 320.5 -117t115.5 -323q0 -224 -121.5 -353.5t-327.5 -129.5q-222 0 -350.5 169.5t-128.5 473.5zM610 68q164 0 255 103 t91 294q0 168 -90 262t-245 94q-102 0 -189.5 -45t-139.5 -119.5t-52 -152.5q0 -111 49.5 -213.5t134 -162.5t186.5 -60z" />
41
+ <glyph unicode="7" d="M334 0l602 1366h-827v96h946v-73l-604 -1389h-117z" />
42
+ <glyph unicode="8" d="M582 1487q186 0 299.5 -95t113.5 -257q0 -112 -70.5 -198t-228.5 -159q192 -79 270 -173t78 -228q0 -181 -126.5 -289t-339.5 -108q-221 0 -339 101t-118 294q0 131 83 230t257 169q-161 76 -227 160.5t-66 202.5q0 105 53 184.5t148.5 122.5t212.5 43zM223 360 q0 -138 93.5 -214t261.5 -76q164 0 264 80.5t100 218.5q0 124 -78.5 201.5t-302.5 162.5q-184 -71 -261 -157t-77 -216zM580 1397q-141 0 -226.5 -69.5t-85.5 -190.5q0 -70 31.5 -123.5t91 -97t199.5 -101.5q163 63 234 139t71 183q0 120 -84.5 190t-230.5 70z" />
43
+ <glyph unicode="9" d="M1036 842q0 -288 -75.5 -482t-220 -287t-349.5 -93q-104 0 -192 26v86q43 -14 103.5 -21.5t92.5 -7.5q247 0 387 178.5t156 520.5h-12q-73 -96 -174 -147.5t-211 -51.5q-203 0 -316.5 112t-113.5 318q0 220 124.5 356t323.5 136q144 0 252 -75.5t166.5 -221.5t58.5 -346z M559 1397q-158 0 -252 -106.5t-94 -291.5q0 -174 87 -264t249 -90q101 0 188.5 45t139 119.5t51.5 151.5q0 117 -46.5 219t-130 159.5t-192.5 57.5z" />
44
+ <glyph unicode=":" horiz-adv-x="487" d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM162 971q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
45
+ <glyph unicode=";" horiz-adv-x="487" d="M303 238l12 -21q-75 -265 -174 -481h-65q29 97 62 245.5t48 256.5h117zM162 971q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
46
+ <glyph unicode="&#x3c;" d="M1059 266l-948 416v61l948 474v-95l-823 -405l823 -355v-96z" />
47
+ <glyph unicode="=" d="M111 885v82h948v-82h-948zM111 477v82h948v-82h-948z" />
48
+ <glyph unicode="&#x3e;" d="M111 362l823 355l-823 405v95l948 -474v-61l-948 -416v96z" />
49
+ <glyph unicode="?" horiz-adv-x="862" d="M293 377v37q0 123 37.5 201t138.5 167l91 79q72 61 103 121t31 138q0 127 -83.5 202t-219.5 75q-79 0 -148 -17.5t-149 -56.5l-37 80q110 48 184.5 64t153.5 16q183 0 288 -98.5t105 -270.5q0 -68 -18 -119t-50.5 -94.5t-78.5 -84t-102 -87.5q-64 -54 -98.5 -98.5 t-50 -93.5t-15.5 -146v-14h-82zM260 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
50
+ <glyph unicode="@" horiz-adv-x="1815" d="M1702 725q0 -228 -90.5 -366t-245.5 -138q-89 0 -144.5 54t-64.5 147h-4q-43 -100 -124 -150.5t-189 -50.5q-148 0 -229 96.5t-81 270.5q0 202 120.5 330.5t314.5 128.5q138 0 286 -41l-22 -464v-30q0 -104 35 -156.5t116 -52.5q103 0 168.5 116.5t65.5 303.5 q0 194 -79 340t-225.5 224.5t-334.5 78.5q-230 0 -405.5 -99.5t-270 -281.5t-94.5 -418q0 -322 167 -497.5t474 -175.5q93 0 188.5 18t231.5 70v-99q-203 -80 -414 -80q-349 0 -544 200.5t-195 557.5q0 256 108.5 460.5t307 317.5t448.5 113q215 0 380.5 -89t255 -254.5 t89.5 -383.5zM633 590q0 -143 55 -215t174 -72q255 0 273 346l16 291q-79 27 -193 27q-149 0 -237 -102.5t-88 -274.5z" />
51
+ <glyph unicode="A" horiz-adv-x="1229" d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
52
+ <glyph unicode="B" horiz-adv-x="1284" d="M207 1462h401q271 0 398 -92t127 -278q0 -127 -77.5 -211.5t-226.5 -108.5v-6q175 -26 257.5 -110.5t82.5 -235.5q0 -202 -134 -311t-380 -109h-448v1462zM309 811h322q206 0 299.5 68.5t93.5 214.5t-105.5 212t-314.5 66h-295v-561zM309 721v-631h344q406 0 406 330 q0 301 -428 301h-322z" />
53
+ <glyph unicode="C" horiz-adv-x="1272" d="M831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80z" />
54
+ <glyph unicode="D" horiz-adv-x="1446" d="M1317 745q0 -368 -193 -556.5t-567 -188.5h-350v1462h395q350 0 532.5 -183t182.5 -534zM1206 741q0 314 -159.5 472.5t-468.5 158.5h-269v-1282h242q655 0 655 651z" />
55
+ <glyph unicode="E" horiz-adv-x="1130" d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94z" />
56
+ <glyph unicode="F" horiz-adv-x="1028" d="M309 0h-102v1462h801v-94h-699v-620h660v-95h-660v-653z" />
57
+ <glyph unicode="G" horiz-adv-x="1481" d="M782 737h539v-667q-212 -90 -477 -90q-346 0 -530.5 195.5t-184.5 553.5q0 223 91.5 395.5t262 266.5t391.5 94q239 0 429 -88l-41 -92q-190 88 -394 88q-289 0 -458.5 -178.5t-169.5 -481.5q0 -330 161 -496.5t473 -166.5q202 0 343 57v514h-435v96z" />
58
+ <glyph unicode="H" horiz-adv-x="1473" d="M1266 0h-103v719h-854v-719h-102v1462h102v-649h854v649h103v-1462z" />
59
+ <glyph unicode="I" horiz-adv-x="516" d="M207 0v1462h102v-1462h-102z" />
60
+ <glyph unicode="J" horiz-adv-x="506" d="M-33 -369q-92 0 -151 27v88q78 -20 149 -20q242 0 242 264v1472h102v-1462q0 -369 -342 -369z" />
61
+ <glyph unicode="K" horiz-adv-x="1190" d="M1190 0h-125l-561 772l-195 -172v-600h-102v1462h102v-760l162 162l573 598h130l-599 -618z" />
62
+ <glyph unicode="L" horiz-adv-x="1051" d="M207 0v1462h102v-1366h697v-96h-799z" />
63
+ <glyph unicode="M" horiz-adv-x="1767" d="M850 0l-545 1350h-8q8 -124 8 -254v-1096h-98v1462h158l518 -1286h6l518 1286h154v-1462h-103v1108q0 116 12 240h-8l-547 -1348h-65z" />
64
+ <glyph unicode="N" horiz-adv-x="1477" d="M1270 0h-103l-866 1298h-8q12 -232 12 -350v-948h-98v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462z" />
65
+ <glyph unicode="O" horiz-adv-x="1565" d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483z" />
66
+ <glyph unicode="P" horiz-adv-x="1198" d="M1087 1042q0 -212 -144 -325t-408 -113h-226v-604h-102v1462h358q522 0 522 -420zM309 692h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
67
+ <glyph unicode="Q" horiz-adv-x="1565" d="M1436 733q0 -294 -126 -486.5t-349 -246.5l333 -348h-166l-282 330l-33 -2h-31q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5 t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483z" />
68
+ <glyph unicode="R" horiz-adv-x="1217" d="M309 637v-637h-102v1462h348q272 0 402 -100.5t130 -302.5q0 -147 -77.5 -248t-235.5 -145l397 -666h-122l-377 637h-363zM309 725h279q185 0 287 82.5t102 243.5q0 167 -100 243t-326 76h-242v-645z" />
69
+ <glyph unicode="S" horiz-adv-x="1116" d="M1014 377q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76 q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5z" />
70
+ <glyph unicode="T" horiz-adv-x="1073" d="M588 0h-103v1366h-475v96h1053v-96h-475v-1366z" />
71
+ <glyph unicode="U" horiz-adv-x="1473" d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102z" />
72
+ <glyph unicode="V" horiz-adv-x="1182" d="M1071 1462h111l-547 -1462h-90l-545 1462h109l368 -995q84 -225 113 -338q20 75 79 233z" />
73
+ <glyph unicode="W" horiz-adv-x="1827" d="M1372 0h-84l-321 1128q-40 139 -60 228q-16 -87 -45.5 -200t-322.5 -1156h-86l-402 1462h107l256 -942q15 -57 28 -105.5t23.5 -91t19 -82t15.5 -79.5q24 136 102 413l250 887h113l293 -1018q51 -176 73 -284q13 72 33.5 153t308.5 1149h103z" />
74
+ <glyph unicode="X" horiz-adv-x="1102" d="M1102 0h-117l-432 682l-440 -682h-113l492 762l-447 700h115l395 -626l401 626h109l-453 -698z" />
75
+ <glyph unicode="Y" horiz-adv-x="1081" d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117z" />
76
+ <glyph unicode="Z" horiz-adv-x="1180" d="M1098 0h-1016v76l856 1290h-817v96h954v-76l-858 -1290h881v-96z" />
77
+ <glyph unicode="[" horiz-adv-x="653" d="M602 -324h-428v1786h428v-94h-330v-1597h330v-95z" />
78
+ <glyph unicode="\" horiz-adv-x="698" d="M127 1462l547 -1462h-103l-546 1462h102z" />
79
+ <glyph unicode="]" horiz-adv-x="653" d="M51 -229h330v1597h-330v94h428v-1786h-428v95z" />
80
+ <glyph unicode="^" d="M88 561l465 912h68l460 -912h-100l-395 791l-398 -791h-100z" />
81
+ <glyph unicode="_" horiz-adv-x="842" d="M846 -266h-850v82h850v-82z" />
82
+ <glyph unicode="`" horiz-adv-x="1182" d="M776 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
83
+ <glyph unicode="a" horiz-adv-x="1085" d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107 l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5z" />
84
+ <glyph unicode="b" horiz-adv-x="1219" d="M641 1108q228 0 343.5 -143.5t115.5 -419.5q0 -271 -121.5 -418t-341.5 -147q-116 0 -209 48t-147 136h-9l-28 -164h-62v1556h99v-391q0 -88 -4 -162l-3 -85h7q62 98 149.5 144t210.5 46zM639 1018q-192 0 -275 -110t-83 -363v-17q0 -246 86.5 -353t269.5 -107 q178 0 268 124.5t90 354.5q0 471 -356 471z" />
85
+ <glyph unicode="c" horiz-adv-x="973" d="M616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51z" />
86
+ <glyph unicode="d" horiz-adv-x="1219" d="M580 1108q118 0 204 -43t154 -147h6q-6 126 -6 247v391h98v-1556h-65l-25 166h-8q-124 -186 -356 -186q-225 0 -344 140t-119 408q0 282 118 431t343 149zM580 1018q-178 0 -267.5 -125t-89.5 -363q0 -462 359 -462q184 0 270 107t86 353v17q0 252 -84.5 362.5 t-273.5 110.5z" />
87
+ <glyph unicode="e" horiz-adv-x="1124" d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5 t-227 106.5z" />
88
+ <glyph unicode="f" horiz-adv-x="614" d="M586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86z" />
89
+ <glyph unicode="g" horiz-adv-x="1071" d="M1030 1087v-69l-225 -14q90 -112 90 -246q0 -157 -104.5 -254.5t-280.5 -97.5q-74 0 -104 6q-59 -31 -90 -73t-31 -89q0 -52 39.5 -76t132.5 -24h190q177 0 271 -71.5t94 -211.5q0 -172 -139.5 -265.5t-397.5 -93.5q-205 0 -317.5 79t-112.5 220q0 112 69.5 186 t188.5 101q-49 21 -78.5 59.5t-29.5 88.5q0 109 139 192q-95 39 -148 122.5t-53 191.5q0 163 103.5 261.5t279.5 98.5q107 0 166 -21h348zM150 -184q0 -224 333 -224q428 0 428 273q0 98 -67 142t-217 44h-178q-299 0 -299 -235zM233 748q0 -126 76.5 -195.5t204.5 -69.5 q136 0 208.5 69t72.5 200q0 139 -74.5 208.5t-208.5 69.5q-130 0 -204.5 -74.5t-74.5 -207.5z" />
90
+ <glyph unicode="h" horiz-adv-x="1208" d="M940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1556h99v-495l-5 -139h7q61 98 154 142t231 44q370 0 370 -397v-711h-98z" />
91
+ <glyph unicode="i" horiz-adv-x="463" d="M281 0h-99v1087h99v-1087zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
92
+ <glyph unicode="j" horiz-adv-x="463" d="M37 -492q-80 0 -135 25v86q69 -20 129 -20q151 0 151 176v1312h99v-1298q0 -135 -63.5 -208t-180.5 -73zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
93
+ <glyph unicode="k" horiz-adv-x="991" d="M279 477l555 610h120l-428 -464l465 -623h-119l-413 549l-178 -162v-387h-99v1556h99v-780l-7 -299h5z" />
94
+ <glyph unicode="l" horiz-adv-x="463" d="M281 0h-99v1556h99v-1556z" />
95
+ <glyph unicode="m" horiz-adv-x="1808" d="M1540 0v713q0 159 -62 232t-190 73q-167 0 -247 -92t-80 -289v-637h-101v743q0 275 -252 275q-171 0 -249 -99.5t-78 -318.5v-600h-99v1087h82l21 -149h6q45 81 128 125.5t183 44.5q257 0 330 -193h4q53 93 142.5 143t203.5 50q178 0 267 -95t89 -302v-711h-98z" />
96
+ <glyph unicode="n" horiz-adv-x="1208" d="M940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98z" />
97
+ <glyph unicode="o" horiz-adv-x="1200" d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z " />
98
+ <glyph unicode="p" horiz-adv-x="1219" d="M647 -20q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99v1579h84l19 -155h6q112 176 358 176q220 0 335.5 -144.5t115.5 -420.5q0 -268 -121.5 -415.5t-331.5 -147.5zM645 68q167 0 258.5 124t91.5 347q0 479 -346 479q-190 0 -279 -104.5t-89 -340.5v-32 q0 -255 85.5 -364t278.5 -109z" />
99
+ <glyph unicode="q" horiz-adv-x="1219" d="M569 -20q-214 0 -332 142t-118 410q0 275 118 425.5t338 150.5q236 0 353 -174h6l18 153h84v-1579h-98v414q0 122 6 248h-6q-118 -190 -369 -190zM571 68q198 0 282.5 109t84.5 366v12q0 245 -85 354t-271 109q-176 0 -267.5 -124t-91.5 -364q0 -229 89.5 -345.5 t258.5 -116.5z" />
100
+ <glyph unicode="r" horiz-adv-x="797" d="M610 1108q69 0 148 -14l-19 -95q-68 17 -141 17q-139 0 -228 -118t-89 -298v-600h-99v1087h84l10 -196h7q67 120 143 168.5t184 48.5z" />
101
+ <glyph unicode="s" horiz-adv-x="954" d="M856 283q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44 t-78 -122q0 -85 60.5 -136t236.5 -114q147 -53 214 -95.5t100.5 -96.5t33.5 -127z" />
102
+ <glyph unicode="t" horiz-adv-x="686" d="M469 68q94 0 164 16v-80q-72 -24 -166 -24q-144 0 -212.5 77t-68.5 242v702h-161v58l161 45l50 246h51v-263h319v-86h-319v-688q0 -125 44 -185t138 -60z" />
103
+ <glyph unicode="u" horiz-adv-x="1208" d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98z" />
104
+ <glyph unicode="v" horiz-adv-x="940" d="M420 0l-420 1087h102l281 -739q56 -142 84 -248h6q41 136 84 250l281 737h102l-420 -1087h-100z" />
105
+ <glyph unicode="w" horiz-adv-x="1481" d="M1051 0l-238 727q-23 74 -59 217h-6l-21 -74l-45 -145l-242 -725h-98l-311 1087h106l174 -630q61 -234 80 -344h6q59 234 86 311l224 663h90l213 -661q72 -235 88 -311h6q8 65 80 348l166 624h100l-295 -1087h-104z" />
106
+ <glyph unicode="x" horiz-adv-x="1020" d="M449 559l-379 528h114l324 -458l321 458h109l-373 -528l400 -559h-115l-342 485l-344 -485h-109z" />
107
+ <glyph unicode="y" horiz-adv-x="940" d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5z" />
108
+ <glyph unicode="z" horiz-adv-x="944" d="M858 0h-776v63l645 936h-598v88h727v-63l-649 -936h651v-88z" />
109
+ <glyph unicode="{" horiz-adv-x="723" d="M389 -27q0 -102 59.5 -152.5t202.5 -53.5v-91q-195 0 -277.5 75t-82.5 231v337q0 205 -230 209v80q122 2 176 51t54 148v350q0 299 360 305v-90q-138 -5 -200 -58t-62 -157v-305q0 -130 -44 -194t-142 -85v-8q97 -20 141.5 -83.5t44.5 -186.5v-322z" />
110
+ <glyph unicode="|" horiz-adv-x="1108" d="M508 1561h92v-2067h-92v2067z" />
111
+ <glyph unicode="}" horiz-adv-x="723" d="M334 295q0 123 44.5 186.5t141.5 83.5v8q-97 20 -141.5 84t-44.5 195v305q0 103 -61.5 156.5t-200.5 58.5v90q174 0 267 -77.5t93 -227.5v-350q0 -100 54.5 -148.5t175.5 -50.5v-80q-230 -4 -230 -209v-337q0 -155 -82.5 -230.5t-277.5 -75.5v91q141 2 201.5 52.5 t60.5 153.5v322z" />
112
+ <glyph unicode="~" d="M334 745q-49 0 -108 -30.5t-115 -89.5v94q108 110 233 110q61 0 115 -13.5t155 -57.5q126 -58 220 -58q56 0 109.5 30.5t115.5 94.5v-96q-48 -49 -104.5 -81t-129.5 -32q-116 0 -270 72q-124 57 -221 57z" />
113
+ <glyph unicode="&#xa1;" horiz-adv-x="492" d="M215 711h61l29 -1086h-119zM166 1010q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
114
+ <glyph unicode="&#xa2;" d="M602 190q-186 30 -288.5 175t-102.5 380q0 232 102.5 381.5t288.5 182.5v174h82v-166h14q131 0 275 -55l-31 -84q-134 51 -237 51q-187 0 -288.5 -122.5t-101.5 -358.5q0 -225 100.5 -349.5t280.5 -124.5q131 0 267 58v-92q-110 -56 -267 -56h-12v-204h-82v210z" />
115
+ <glyph unicode="&#xa3;" d="M412 676v-256q0 -116 -35 -196t-113 -128h809v-96h-995v84q110 21 171.5 110t61.5 224v258h-211v82h211v297q0 204 98 315t281 111q175 0 330 -68l-35 -86q-157 66 -295 66q-141 0 -209.5 -81t-68.5 -253v-301h411v-82h-411z" />
116
+ <glyph unicode="&#xa4;" d="M991 723q0 -151 -90 -256l139 -141l-59 -60l-137 142q-110 -93 -260 -93q-153 0 -260 93l-138 -142l-59 60l139 141q-90 106 -90 256q0 147 90 258l-139 141l59 60l138 -142q103 93 260 93q155 0 260 -93l137 142l59 -60l-139 -141q90 -111 90 -258zM584 395 q134 0 228.5 95.5t94.5 232.5q0 136 -95 233t-228 97q-134 0 -229 -97t-95 -233t94.5 -232t229.5 -96z" />
117
+ <glyph unicode="&#xa5;" d="M586 666l428 796h110l-432 -788h283v-82h-338v-205h338v-82h-338v-305h-105v305h-337v82h337v205h-337v82h278l-430 788h117z" />
118
+ <glyph unicode="&#xa6;" horiz-adv-x="1108" d="M508 1561h92v-764h-92v764zM508 258h92v-764h-92v764z" />
119
+ <glyph unicode="&#xa7;" horiz-adv-x="1057" d="M145 813q0 83 50.5 152.5t138.5 107.5q-86 47 -125 102t-39 136q0 117 101.5 183.5t275.5 66.5q175 0 336 -64l-35 -80q-91 34 -158.5 47t-144.5 13q-134 0 -205.5 -44.5t-71.5 -119.5q0 -54 25.5 -88.5t85.5 -65.5t188 -74q192 -64 264 -132.5t72 -170.5 q0 -173 -186 -274q86 -42 129 -96t43 -136q0 -135 -113 -207.5t-311 -72.5q-92 0 -171 15t-165 52v95q182 -78 332 -78q162 0 247 49.5t85 140.5q0 55 -25 87.5t-88.5 65.5t-190.5 79q-200 73 -272 141.5t-72 169.5zM246 825q0 -65 31.5 -104t105.5 -75t250 -99 q82 41 126 98t44 121q0 62 -32 102t-108.5 77t-236.5 87q-81 -23 -130.5 -79t-49.5 -128z" />
120
+ <glyph unicode="&#xa8;" horiz-adv-x="1182" d="M336 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM717 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
121
+ <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M897 1092q-142 0 -222.5 -94.5t-80.5 -264.5q0 -186 74.5 -275t220.5 -89q84 0 198 43v-88q-102 -45 -208 -45q-187 0 -288.5 115t-101.5 331q0 208 111 332.5t297 124.5q119 0 227 -52l-37 -83q-98 45 -190 45zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100 t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM193 731q0 -178 88.5 -329.5t240.5 -240.5t330 -89t329.5 88.5t240.5 240.5t89 330q0 174 -85.5 325t-239 243t-334.5 92q-176 0 -328.5 -88.5t-241.5 -242.5t-89 -329z " />
122
+ <glyph unicode="&#xaa;" horiz-adv-x="686" d="M512 813l-25 72q-84 -84 -202 -84q-95 0 -151 49t-56 139q0 100 80 151.5t241 59.5l95 4v43q0 77 -38 114.5t-106 37.5q-87 0 -196 -49l-33 73q117 56 231 56q228 0 228 -215v-451h-68zM168 993q0 -54 35 -85t96 -31q90 0 142.5 50t52.5 142v64l-88 -5 q-116 -6 -177 -36.5t-61 -98.5z" />
123
+ <glyph unicode="&#xab;" horiz-adv-x="885" d="M82 543l309 393l62 -43l-254 -363l254 -362l-62 -43l-309 391v27zM442 543l310 393l61 -43l-254 -363l254 -362l-61 -43l-310 391v27z" />
124
+ <glyph unicode="&#xac;" d="M1038 764v-494h-82v412h-845v82h927z" />
125
+ <glyph unicode="&#xad;" horiz-adv-x="659" d="M92 512zM92 512v82h475v-82h-475z" />
126
+ <glyph unicode="&#xae;" horiz-adv-x="1704" d="M709 731h112q91 0 143 46.5t52 135.5q0 172 -197 172h-110v-354zM1120 918q0 -79 -38.5 -139.5t-110.5 -94.5l237 -393h-121l-210 360h-168v-360h-101v880h211q143 0 222 -62t79 -191zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377 q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM193 731q0 -178 88.5 -329.5t240.5 -240.5t330 -89t329.5 88.5t240.5 240.5t89 330q0 174 -85.5 325t-239 243t-334.5 92q-176 0 -328.5 -88.5t-241.5 -242.5t-89 -329z" />
127
+ <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M1030 1556h-1036v82h1036v-82z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="877" d="M139 1184q0 132 86.5 215.5t212.5 83.5t212.5 -83.5t86.5 -215.5t-86.5 -215.5t-212.5 -83.5q-130 0 -214.5 83t-84.5 216zM229 1184q0 -91 61 -154t148 -63q86 0 147.5 62t61.5 155q0 92 -60 154.5t-149 62.5q-90 0 -149.5 -64t-59.5 -153z" />
129
+ <glyph unicode="&#xb1;" d="M111 1zM111 1v82h948v-82h-948zM625 764h434v-82h-434v-432h-82v432h-432v82h432v434h82v-434z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="688" d="M629 586h-576v78l242 237q125 121 172 193t47 149q0 71 -46.5 112.5t-123.5 41.5q-108 0 -217 -82l-49 65q119 103 270 103q124 0 194 -63.5t70 -174.5q0 -47 -13 -89t-40 -85.5t-68.5 -90t-308.5 -306.5h447v-88z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="688" d="M616 1260q0 -78 -44 -131.5t-117 -75.5q186 -45 186 -211q0 -130 -88.5 -201.5t-247.5 -71.5q-144 0 -264 60v88q136 -62 266 -62q115 0 174.5 49t59.5 136q0 83 -59.5 122t-178.5 39h-131v84h135q105 0 158 43.5t53 120.5q0 67 -47 107.5t-127 40.5q-128 0 -246 -78 l-47 70q130 94 293 94q127 0 199.5 -60t72.5 -163z" />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="1182" d="M393 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
133
+ <glyph unicode="&#xb5;" horiz-adv-x="1221" d="M281 1087v-704q0 -164 69 -238.5t213 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-50 -77 -150 -123.5t-217 -46.5q-99 0 -167.5 27.5t-119.5 84.5q5 -92 5 -170v-414h-99v1579h99z" />
134
+ <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M1106 -260h-100v1722h-228v-1722h-100v819q-64 -18 -146 -18q-216 0 -317.5 125t-101.5 376q0 260 109 387t341 127h543v-1816z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="487" d="M162 623zM162 721q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="420" d="M393 -291q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="688" d="M350 1462h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145l-47 77z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="739" d="M670 1141q0 -161 -80 -250.5t-223 -89.5t-220 86t-77 254q0 162 78 250t223 88q142 0 220.5 -87t78.5 -251zM160 1141q0 -264 209 -264t209 264q0 131 -50 194.5t-159 63.5t-159 -63.5t-50 -194.5z" />
139
+ <glyph unicode="&#xbb;" horiz-adv-x="885" d="M803 518l-309 -393l-62 43l254 362l-254 363l62 43l309 -391v-27zM442 518l-309 -393l-61 43l254 362l-254 363l61 43l309 -391v-27z" />
140
+ <glyph unicode="&#xbc;" horiz-adv-x="1516" d="M59 0zM333 1462h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145l-47 77zM1148 1462l-811 -1462h-94l811 1462h94zM1392 242h-129v-241h-90v241h-413v60l407 581h96v-563h129v-78zM1173 320v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5h309z" />
141
+ <glyph unicode="&#xbd;" horiz-adv-x="1516" d="M11 0zM285 1462h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145l-47 77zM1073 1462l-811 -1462h-94l811 1462h94zM1403 1h-576v78l242 237q125 121 172 193t47 149q0 71 -46.5 112.5t-123.5 41.5q-108 0 -217 -82l-49 65q119 103 270 103q124 0 194 -63.5t70 -174.5 q0 -47 -13 -89t-40 -85.5t-68.5 -90t-308.5 -306.5h447v-88z" />
142
+ <glyph unicode="&#xbe;" horiz-adv-x="1516" d="M41 0zM616 1260q0 -78 -44 -131.5t-117 -75.5q186 -45 186 -211q0 -130 -88.5 -201.5t-247.5 -71.5q-144 0 -264 60v88q136 -62 266 -62q115 0 174.5 49t59.5 136q0 83 -59.5 122t-178.5 39h-131v84h135q105 0 158 43.5t53 120.5q0 67 -47 107.5t-127 40.5 q-128 0 -246 -78l-47 70q130 94 293 94q127 0 199.5 -60t72.5 -163zM1300 1462l-811 -1462h-94l811 1462h94zM1495 242h-129v-241h-90v241h-413v60l407 581h96v-563h129v-78zM1276 320v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5h309z" />
143
+ <glyph unicode="&#xbf;" horiz-adv-x="862" d="M569 711v-37q0 -125 -39.5 -204.5t-136.5 -164.5l-90 -79q-73 -61 -104 -120.5t-31 -138.5q0 -124 82 -200t221 -76q125 0 233 46l64 27l37 -79q-111 -48 -185.5 -64t-152.5 -16q-184 0 -288.5 99t-104.5 269q0 70 20 124t58.5 102t171.5 159q64 53 98.5 98.5t49.5 94 t15 145.5v15h82zM440 1010q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
144
+ <glyph unicode="&#xc0;" horiz-adv-x="1229" d="M0 0zM911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM720 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
145
+ <glyph unicode="&#xc1;" horiz-adv-x="1229" d="M0 0zM911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM504 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
146
+ <glyph unicode="&#xc2;" horiz-adv-x="1229" d="M0 0zM911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM328 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
147
+ <glyph unicode="&#xc3;" horiz-adv-x="1229" d="M0 0zM911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM784 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59 q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
148
+ <glyph unicode="&#xc4;" horiz-adv-x="1229" d="M0 0zM911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM367 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM748 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
149
+ <glyph unicode="&#xc5;" horiz-adv-x="1229" d="M0 0zM911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM836 1610q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM482 1610q0 -66 37.5 -103.5t99.5 -37.5 t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
150
+ <glyph unicode="&#xc6;" horiz-adv-x="1653" d="M1528 0h-717v516h-475l-227 -516h-111l653 1462h877v-94h-615v-553h576v-94h-576v-627h615v-94zM377 608h434v760h-100z" />
151
+ <glyph unicode="&#xc7;" horiz-adv-x="1272" d="M129 0zM831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80zM911 -291q0 -100 -67.5 -150.5t-188.5 -50.5 q-68 0 -94 11v88q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174z" />
152
+ <glyph unicode="&#xc8;" horiz-adv-x="1130" d="M207 0zM1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM697 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
153
+ <glyph unicode="&#xc9;" horiz-adv-x="1130" d="M207 0zM1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM463 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
154
+ <glyph unicode="&#xca;" horiz-adv-x="1130" d="M207 0zM1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM315 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
155
+ <glyph unicode="&#xcb;" horiz-adv-x="1130" d="M207 0zM1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM354 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM735 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
156
+ <glyph unicode="&#xcc;" horiz-adv-x="516" d="M0 0zM207 0v1462h102v-1462h-102zM320 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
157
+ <glyph unicode="&#xcd;" horiz-adv-x="516" d="M191 0zM207 0v1462h102v-1462h-102zM191 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
158
+ <glyph unicode="&#xce;" horiz-adv-x="516" d="M0 0zM207 0v1462h102v-1462h-102zM-32 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
159
+ <glyph unicode="&#xcf;" horiz-adv-x="516" d="M5 0zM207 0v1462h102v-1462h-102zM5 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM386 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
160
+ <glyph unicode="&#xd0;" horiz-adv-x="1466" d="M1317 745q0 -368 -193 -556.5t-567 -188.5h-350v678h-160v94h160v690h395q350 0 532.5 -183t182.5 -534zM1206 741q0 314 -159.5 472.5t-468.5 158.5h-269v-600h406v-94h-406v-588h242q655 0 655 651z" />
161
+ <glyph unicode="&#xd1;" horiz-adv-x="1477" d="M207 0zM1270 0h-103l-866 1298h-8q12 -232 12 -350v-948h-98v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462zM897 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59 q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
162
+ <glyph unicode="&#xd2;" horiz-adv-x="1565" d="M129 0zM1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM885 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
163
+ <glyph unicode="&#xd3;" horiz-adv-x="1565" d="M129 0zM1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM686 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
164
+ <glyph unicode="&#xd4;" horiz-adv-x="1565" d="M129 0zM1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM492 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
165
+ <glyph unicode="&#xd5;" horiz-adv-x="1565" d="M129 0zM1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM940 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
166
+ <glyph unicode="&#xd6;" horiz-adv-x="1565" d="M129 0zM1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM529 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM910 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
167
+ <glyph unicode="&#xd7;" d="M584 780l409 408l58 -58l-408 -407l406 -408l-58 -57l-407 408l-406 -408l-57 57l405 408l-407 407l57 58z" />
168
+ <glyph unicode="&#xd8;" horiz-adv-x="1565" d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-236 0 -395 120l-86 -120l-74 59l90 127q-188 200 -188 569q0 349 175.5 549.5t479.5 200.5q232 0 392 -121l108 152l72 -60l-111 -153q191 -207 191 -570zM1325 733q0 315 -139 486l-742 -1037q133 -106 338 -106 q264 0 403.5 170t139.5 487zM240 733q0 -312 139 -483l739 1034q-133 102 -334 102q-261 0 -402.5 -170t-141.5 -483z" />
169
+ <glyph unicode="&#xd9;" horiz-adv-x="1473" d="M190 0zM1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM833 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
170
+ <glyph unicode="&#xda;" horiz-adv-x="1473" d="M190 0zM1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM633 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
171
+ <glyph unicode="&#xdb;" horiz-adv-x="1473" d="M190 0zM1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM444 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207 q-108 -114 -221 -207h-70v16z" />
172
+ <glyph unicode="&#xdc;" horiz-adv-x="1473" d="M190 0zM1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM481 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM862 1727q0 46 15.5 66 t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
173
+ <glyph unicode="&#xdd;" horiz-adv-x="1081" d="M0 0zM543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM434 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
174
+ <glyph unicode="&#xde;" horiz-adv-x="1198" d="M1087 778q0 -212 -144 -325t-408 -113h-226v-340h-102v1462h102v-264h256q522 0 522 -420zM309 428h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
175
+ <glyph unicode="&#xdf;" horiz-adv-x="1194" d="M961 1284q0 -139 -139 -250q-81 -64 -110.5 -100.5t-29.5 -75.5q0 -44 14.5 -68t51.5 -57t102 -78q106 -75 151.5 -124.5t68 -103t22.5 -120.5q0 -156 -88 -241.5t-246 -85.5q-95 0 -174.5 18.5t-126.5 48.5v107q65 -38 148.5 -62t152.5 -24q114 0 174.5 54.5t60.5 160.5 q0 83 -39 144t-149 136q-127 87 -175 147t-48 146q0 60 32.5 110t106.5 108q74 57 106.5 105.5t32.5 106.5q0 93 -70 143t-202 50q-145 0 -226 -69t-81 -196v-1214h-99v1206q0 173 103.5 267t292.5 94q188 0 285.5 -72.5t97.5 -210.5z" />
176
+ <glyph unicode="&#xe0;" horiz-adv-x="1085" d="M98 0zM842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107 l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM638 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
177
+ <glyph unicode="&#xe1;" horiz-adv-x="1085" d="M98 0zM842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107 l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM422 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
178
+ <glyph unicode="&#xe2;" horiz-adv-x="1085" d="M98 0zM842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107 l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM251 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
179
+ <glyph unicode="&#xe3;" horiz-adv-x="1085" d="M98 0zM842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107 l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM697 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5 h76q-16 -116 -69 -177t-132 -61z" />
180
+ <glyph unicode="&#xe4;" horiz-adv-x="1085" d="M98 0zM842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107 l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM282 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM663 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
181
+ <glyph unicode="&#xe5;" horiz-adv-x="1085" d="M98 0zM842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107 l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM759 1456q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM405 1456q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5 q-62 0 -99.5 -38t-37.5 -101z" />
182
+ <glyph unicode="&#xe6;" horiz-adv-x="1731" d="M1243 -20q-295 0 -397 256q-68 -133 -168 -194.5t-252 -61.5q-156 0 -242 82.5t-86 226.5q0 154 125 243t377 97l201 6v72q0 155 -61.5 234t-198.5 79q-148 0 -305 -84l-37 86q173 84 346 84q261 0 325 -211q111 213 347 213q184 0 289.5 -134.5t105.5 -363.5v-80h-715 q0 -460 348 -460q85 0 150 12t174 57v-90q-92 -41 -165 -55t-161 -14zM434 70q169 0 266 99.5t97 276.5v107l-187 -8q-219 -11 -313 -71.5t-94 -188.5q0 -102 61 -158.5t170 -56.5zM1217 1020q-284 0 -314 -402h604q0 188 -77.5 295t-212.5 107z" />
183
+ <glyph unicode="&#xe7;" horiz-adv-x="973" d="M119 0zM616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51zM723 -291q0 -100 -67.5 -150.5t-188.5 -50.5 q-68 0 -94 11v88q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174z" />
184
+ <glyph unicode="&#xe8;" horiz-adv-x="1124" d="M119 0zM621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5 t-227 106.5zM685 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
185
+ <glyph unicode="&#xe9;" horiz-adv-x="1124" d="M119 0zM621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5 t-227 106.5zM452 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
186
+ <glyph unicode="&#xea;" horiz-adv-x="1124" d="M119 0zM621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5 t-227 106.5zM290 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
187
+ <glyph unicode="&#xeb;" horiz-adv-x="1124" d="M119 0zM621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5 t-227 106.5zM331 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM712 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
188
+ <glyph unicode="&#xec;" horiz-adv-x="463" d="M0 0zM281 0h-99v1087h99v-1087zM349 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
189
+ <glyph unicode="&#xed;" horiz-adv-x="463" d="M107 0zM281 0h-99v1087h99v-1087zM107 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
190
+ <glyph unicode="&#xee;" horiz-adv-x="463" d="M0 0zM281 0h-99v1087h99v-1087zM-58 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
191
+ <glyph unicode="&#xef;" horiz-adv-x="463" d="M0 0zM281 0h-99v1087h99v-1087zM-21 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM360 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
192
+ <glyph unicode="&#xf0;" horiz-adv-x="1174" d="M1055 559q0 -276 -124 -427.5t-349 -151.5q-214 0 -339.5 130t-125.5 361q0 228 126.5 357.5t342.5 129.5q108 0 187.5 -33t148.5 -96l4 2q-64 270 -269 459l-270 -157l-49 77l244 146q-86 62 -199 119l45 81q147 -69 248 -145l225 137l49 -84l-202 -121 q154 -151 230.5 -353t76.5 -431zM950 557q0 146 -97 228.5t-267 82.5q-185 0 -275 -100.5t-90 -304.5q0 -186 94.5 -289.5t268.5 -103.5q179 0 272.5 123t93.5 364z" />
193
+ <glyph unicode="&#xf1;" horiz-adv-x="1208" d="M182 0zM940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98zM779 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5 t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
194
+ <glyph unicode="&#xf2;" horiz-adv-x="1200" d="M119 0zM1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5 t-97.5 -349.5zM718 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
195
+ <glyph unicode="&#xf3;" horiz-adv-x="1200" d="M119 0zM1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5 t-97.5 -349.5zM499 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
196
+ <glyph unicode="&#xf4;" horiz-adv-x="1200" d="M119 0zM1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5 t-97.5 -349.5zM309 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
197
+ <glyph unicode="&#xf5;" horiz-adv-x="1200" d="M119 0zM1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5 t-97.5 -349.5zM761 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
198
+ <glyph unicode="&#xf6;" horiz-adv-x="1200" d="M119 0zM1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5 t-97.5 -349.5zM346 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM727 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
199
+ <glyph unicode="&#xf7;" d="M111 682v82h948v-82h-948zM504 1075q0 99 80 99q82 0 82 -99q0 -52 -23.5 -75t-58.5 -23q-34 0 -57 23t-23 75zM504 371q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
200
+ <glyph unicode="&#xf8;" horiz-adv-x="1200" d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-173 0 -291 98l-86 -113l-72 58l93 120q-121 153 -121 402q0 266 129 414.5t354 148.5q179 0 301 -104l96 124l74 -55l-104 -137q112 -147 112 -391zM223 545q0 -200 78 -322l543 705q-98 90 -246 90q-180 0 -277.5 -123.5 t-97.5 -349.5zM977 545q0 190 -72 309l-543 -702q94 -82 238 -82q180 0 278.5 125.5t98.5 349.5z" />
201
+ <glyph unicode="&#xf9;" horiz-adv-x="1208" d="M170 0zM268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM687 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
202
+ <glyph unicode="&#xfa;" horiz-adv-x="1208" d="M170 0zM268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM495 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
203
+ <glyph unicode="&#xfb;" horiz-adv-x="1208" d="M170 0zM268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM313 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70 v16z" />
204
+ <glyph unicode="&#xfc;" horiz-adv-x="1208" d="M170 0zM268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM350 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM731 1389q0 46 15.5 66t47.5 20q64 0 64 -86 t-64 -86q-63 0 -63 86z" />
205
+ <glyph unicode="&#xfd;" horiz-adv-x="940" d="M0 0zM0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM361 1257q73 79 144.5 171.5t97.5 140.5h141v-17 q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
206
+ <glyph unicode="&#xfe;" horiz-adv-x="1219" d="M281 918q114 190 368 190q220 0 335.5 -144.5t115.5 -420.5q0 -268 -121.5 -415.5t-331.5 -147.5q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99v2048h99v-391l-7 -247h7zM645 68q167 0 258.5 124t91.5 347q0 479 -348 479q-193 0 -279.5 -105t-86.5 -354v-18 q0 -255 85.5 -364t278.5 -109z" />
207
+ <glyph unicode="&#xff;" horiz-adv-x="940" d="M0 0zM0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM214 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86 q-63 0 -63 86zM595 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
208
+ <glyph unicode="&#x131;" horiz-adv-x="463" d="M281 0h-99v1087h99v-1087z" />
209
+ <glyph unicode="&#x152;" horiz-adv-x="1839" d="M1714 0h-756q-76 -16 -176 -16q-305 0 -479 200t-174 551q0 347 174.5 545.5t480.5 198.5q78 0 183 -17h747v-94h-655v-553h616v-94h-616v-627h655v-94zM782 80q109 0 174 18v1266q-62 16 -172 16q-262 0 -403 -167.5t-141 -479.5q0 -315 140.5 -484t401.5 -169z" />
210
+ <glyph unicode="&#x153;" horiz-adv-x="1942" d="M1438 -20q-156 0 -266.5 67.5t-165.5 198.5q-59 -128 -158 -197t-252 -69q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q151 0 251 -70t157 -209q110 279 399 279q192 0 303 -134t111 -364v-80h-762q2 -230 100.5 -345t276.5 -115q93 0 163.5 13t178.5 56 v-90q-92 -40 -170 -54.5t-172 -14.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5q174 0 265 122.5t91 352.5q0 224 -93 348.5t-265 124.5q-180 0 -277.5 -123.5t-97.5 -349.5zM1409 1020q-155 0 -242 -104t-102 -298h653q0 189 -82 295.5t-227 106.5z" />
211
+ <glyph unicode="&#x178;" horiz-adv-x="1081" d="M0 0zM543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM288 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM669 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
212
+ <glyph unicode="&#x2c6;" horiz-adv-x="1182" d="M299 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
213
+ <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M805 1456q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM451 1456q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
214
+ <glyph unicode="&#x2dc;" horiz-adv-x="1182" d="M780 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
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="M92 512v82h475v-82h-475z" />
227
+ <glyph unicode="&#x2011;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
228
+ <glyph unicode="&#x2012;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
229
+ <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 512v82h860v-82h-860z" />
230
+ <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 512v82h1884v-82h-1884z" />
231
+ <glyph unicode="&#x2018;" horiz-adv-x="297" d="M41 961l-12 20q32 112 81.5 251t92.5 230h65q-30 -101 -64.5 -257t-45.5 -244h-117z" />
232
+ <glyph unicode="&#x2019;" horiz-adv-x="297" d="M256 1462l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117z" />
233
+ <glyph unicode="&#x201a;" horiz-adv-x="451" d="M68 0zM295 238l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117z" />
234
+ <glyph unicode="&#x201c;" horiz-adv-x="614" d="M358 961l-12 20q34 120 83 255t91 226h66q-30 -98 -63 -248.5t-48 -252.5h-117zM41 961l-12 20q32 112 81.5 251t92.5 230h65q-30 -101 -64.5 -257t-45.5 -244h-117z" />
235
+ <glyph unicode="&#x201d;" horiz-adv-x="614" d="M256 1462l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117zM573 1462l13 -20q-36 -128 -85 -261t-89 -220h-66q30 98 63 248.5t48 252.5h116z" />
236
+ <glyph unicode="&#x201e;" horiz-adv-x="768" d="M68 0zM295 238l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117zM612 238l13 -20q-36 -128 -85 -261t-89 -220h-66q30 98 63 248.5t48 252.5h116z" />
237
+ <glyph unicode="&#x2022;" horiz-adv-x="770" d="M231 748q0 89 40.5 134.5t113.5 45.5t113.5 -47t40.5 -133q0 -85 -41 -133t-113 -48t-113 47t-41 134z" />
238
+ <glyph unicode="&#x2026;" horiz-adv-x="1466" d="M162 0zM162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM651 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM1141 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
239
+ <glyph unicode="&#x202f;" horiz-adv-x="381" />
240
+ <glyph unicode="&#x2039;" horiz-adv-x="524" d="M82 543l309 393l62 -43l-254 -363l254 -362l-62 -43l-309 391v27z" />
241
+ <glyph unicode="&#x203a;" horiz-adv-x="524" d="M442 518l-309 -393l-61 43l254 362l-254 363l61 43l309 -391v-27z" />
242
+ <glyph unicode="&#x2044;" horiz-adv-x="246" d="M573 1462l-811 -1462h-94l811 1462h94z" />
243
+ <glyph unicode="&#x205f;" horiz-adv-x="476" />
244
+ <glyph unicode="&#x2074;" horiz-adv-x="688" d="M657 827h-129v-241h-90v241h-413v60l407 581h96v-563h129v-78zM438 905v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5h309z" />
245
+ <glyph unicode="&#x20ac;" d="M803 1397q-174 0 -288 -125.5t-155 -364.5h502v-82h-510l-4 -104v-24q0 -65 4 -87h449v-82h-443q30 -217 147.5 -338.5t301.5 -121.5q148 0 287 65v-94q-81 -34 -150.5 -46.5t-140.5 -12.5q-228 0 -367.5 140t-181.5 408h-180v82h172q-4 38 -4 113l4 102h-172v82h184 q39 272 183 425t362 153q88 0 161 -17t148 -57l-39 -86q-132 72 -270 72z" />
246
+ <glyph unicode="&#x2122;" horiz-adv-x="1485" d="M313 741h-86v643h-217v78h522v-78h-219v-643zM913 741l-221 609h-6l4 -201v-408h-82v721h125l221 -606l224 606h125v-721h-86v398l4 207h-7l-227 -605h-74z" />
247
+ <glyph unicode="&#x2212;" d="M111 682v82h948v-82h-948z" />
248
+ <glyph unicode="&#xe000;" horiz-adv-x="1085" d="M0 1085h1085v-1085h-1085v1085z" />
249
+ <glyph horiz-adv-x="1219" d="M0 0z" />
250
+ <hkern u1="&#x22;" u2="&#x178;" k="-20" />
251
+ <hkern u1="&#x22;" u2="&#x153;" k="123" />
252
+ <hkern u1="&#x22;" u2="&#xfc;" k="61" />
253
+ <hkern u1="&#x22;" u2="&#xfb;" k="61" />
254
+ <hkern u1="&#x22;" u2="&#xfa;" k="61" />
255
+ <hkern u1="&#x22;" u2="&#xf9;" k="61" />
256
+ <hkern u1="&#x22;" u2="&#xf8;" k="123" />
257
+ <hkern u1="&#x22;" u2="&#xf6;" k="123" />
258
+ <hkern u1="&#x22;" u2="&#xf5;" k="123" />
259
+ <hkern u1="&#x22;" u2="&#xf4;" k="123" />
260
+ <hkern u1="&#x22;" u2="&#xf3;" k="123" />
261
+ <hkern u1="&#x22;" u2="&#xf2;" k="123" />
262
+ <hkern u1="&#x22;" u2="&#xeb;" k="123" />
263
+ <hkern u1="&#x22;" u2="&#xea;" k="123" />
264
+ <hkern u1="&#x22;" u2="&#xe9;" k="123" />
265
+ <hkern u1="&#x22;" u2="&#xe8;" k="123" />
266
+ <hkern u1="&#x22;" u2="&#xe7;" k="123" />
267
+ <hkern u1="&#x22;" u2="&#xe6;" k="82" />
268
+ <hkern u1="&#x22;" u2="&#xe5;" k="82" />
269
+ <hkern u1="&#x22;" u2="&#xe4;" k="82" />
270
+ <hkern u1="&#x22;" u2="&#xe3;" k="82" />
271
+ <hkern u1="&#x22;" u2="&#xe2;" k="82" />
272
+ <hkern u1="&#x22;" u2="&#xe1;" k="82" />
273
+ <hkern u1="&#x22;" u2="&#xe0;" k="123" />
274
+ <hkern u1="&#x22;" u2="&#xdd;" k="-20" />
275
+ <hkern u1="&#x22;" u2="&#xc5;" k="143" />
276
+ <hkern u1="&#x22;" u2="&#xc4;" k="143" />
277
+ <hkern u1="&#x22;" u2="&#xc3;" k="143" />
278
+ <hkern u1="&#x22;" u2="&#xc2;" k="143" />
279
+ <hkern u1="&#x22;" u2="&#xc1;" k="143" />
280
+ <hkern u1="&#x22;" u2="&#xc0;" k="143" />
281
+ <hkern u1="&#x22;" u2="u" k="61" />
282
+ <hkern u1="&#x22;" u2="s" k="61" />
283
+ <hkern u1="&#x22;" u2="r" k="61" />
284
+ <hkern u1="&#x22;" u2="q" k="123" />
285
+ <hkern u1="&#x22;" u2="p" k="61" />
286
+ <hkern u1="&#x22;" u2="o" k="123" />
287
+ <hkern u1="&#x22;" u2="n" k="61" />
288
+ <hkern u1="&#x22;" u2="m" k="61" />
289
+ <hkern u1="&#x22;" u2="g" k="61" />
290
+ <hkern u1="&#x22;" u2="e" k="123" />
291
+ <hkern u1="&#x22;" u2="d" k="123" />
292
+ <hkern u1="&#x22;" u2="c" k="123" />
293
+ <hkern u1="&#x22;" u2="a" k="82" />
294
+ <hkern u1="&#x22;" u2="Y" k="-20" />
295
+ <hkern u1="&#x22;" u2="W" k="-41" />
296
+ <hkern u1="&#x22;" u2="V" k="-41" />
297
+ <hkern u1="&#x22;" u2="T" k="-41" />
298
+ <hkern u1="&#x22;" u2="A" k="143" />
299
+ <hkern u1="&#x27;" u2="&#x178;" k="-20" />
300
+ <hkern u1="&#x27;" u2="&#x153;" k="123" />
301
+ <hkern u1="&#x27;" u2="&#xfc;" k="61" />
302
+ <hkern u1="&#x27;" u2="&#xfb;" k="61" />
303
+ <hkern u1="&#x27;" u2="&#xfa;" k="61" />
304
+ <hkern u1="&#x27;" u2="&#xf9;" k="61" />
305
+ <hkern u1="&#x27;" u2="&#xf8;" k="123" />
306
+ <hkern u1="&#x27;" u2="&#xf6;" k="123" />
307
+ <hkern u1="&#x27;" u2="&#xf5;" k="123" />
308
+ <hkern u1="&#x27;" u2="&#xf4;" k="123" />
309
+ <hkern u1="&#x27;" u2="&#xf3;" k="123" />
310
+ <hkern u1="&#x27;" u2="&#xf2;" k="123" />
311
+ <hkern u1="&#x27;" u2="&#xeb;" k="123" />
312
+ <hkern u1="&#x27;" u2="&#xea;" k="123" />
313
+ <hkern u1="&#x27;" u2="&#xe9;" k="123" />
314
+ <hkern u1="&#x27;" u2="&#xe8;" k="123" />
315
+ <hkern u1="&#x27;" u2="&#xe7;" k="123" />
316
+ <hkern u1="&#x27;" u2="&#xe6;" k="82" />
317
+ <hkern u1="&#x27;" u2="&#xe5;" k="82" />
318
+ <hkern u1="&#x27;" u2="&#xe4;" k="82" />
319
+ <hkern u1="&#x27;" u2="&#xe3;" k="82" />
320
+ <hkern u1="&#x27;" u2="&#xe2;" k="82" />
321
+ <hkern u1="&#x27;" u2="&#xe1;" k="82" />
322
+ <hkern u1="&#x27;" u2="&#xe0;" k="123" />
323
+ <hkern u1="&#x27;" u2="&#xdd;" k="-20" />
324
+ <hkern u1="&#x27;" u2="&#xc5;" k="143" />
325
+ <hkern u1="&#x27;" u2="&#xc4;" k="143" />
326
+ <hkern u1="&#x27;" u2="&#xc3;" k="143" />
327
+ <hkern u1="&#x27;" u2="&#xc2;" k="143" />
328
+ <hkern u1="&#x27;" u2="&#xc1;" k="143" />
329
+ <hkern u1="&#x27;" u2="&#xc0;" k="143" />
330
+ <hkern u1="&#x27;" u2="u" k="61" />
331
+ <hkern u1="&#x27;" u2="s" k="61" />
332
+ <hkern u1="&#x27;" u2="r" k="61" />
333
+ <hkern u1="&#x27;" u2="q" k="123" />
334
+ <hkern u1="&#x27;" u2="p" k="61" />
335
+ <hkern u1="&#x27;" u2="o" k="123" />
336
+ <hkern u1="&#x27;" u2="n" k="61" />
337
+ <hkern u1="&#x27;" u2="m" k="61" />
338
+ <hkern u1="&#x27;" u2="g" k="61" />
339
+ <hkern u1="&#x27;" u2="e" k="123" />
340
+ <hkern u1="&#x27;" u2="d" k="123" />
341
+ <hkern u1="&#x27;" u2="c" k="123" />
342
+ <hkern u1="&#x27;" u2="a" k="82" />
343
+ <hkern u1="&#x27;" u2="Y" k="-20" />
344
+ <hkern u1="&#x27;" u2="W" k="-41" />
345
+ <hkern u1="&#x27;" u2="V" k="-41" />
346
+ <hkern u1="&#x27;" u2="T" k="-41" />
347
+ <hkern u1="&#x27;" u2="A" k="143" />
348
+ <hkern u1="&#x28;" u2="J" k="-184" />
349
+ <hkern u1="&#x2c;" u2="&#x178;" k="123" />
350
+ <hkern u1="&#x2c;" u2="&#x152;" k="102" />
351
+ <hkern u1="&#x2c;" u2="&#xdd;" k="123" />
352
+ <hkern u1="&#x2c;" u2="&#xdc;" k="41" />
353
+ <hkern u1="&#x2c;" u2="&#xdb;" k="41" />
354
+ <hkern u1="&#x2c;" u2="&#xda;" k="41" />
355
+ <hkern u1="&#x2c;" u2="&#xd9;" k="41" />
356
+ <hkern u1="&#x2c;" u2="&#xd8;" k="102" />
357
+ <hkern u1="&#x2c;" u2="&#xd6;" k="102" />
358
+ <hkern u1="&#x2c;" u2="&#xd5;" k="102" />
359
+ <hkern u1="&#x2c;" u2="&#xd4;" k="102" />
360
+ <hkern u1="&#x2c;" u2="&#xd3;" k="102" />
361
+ <hkern u1="&#x2c;" u2="&#xd2;" k="102" />
362
+ <hkern u1="&#x2c;" u2="&#xc7;" k="102" />
363
+ <hkern u1="&#x2c;" u2="Y" k="123" />
364
+ <hkern u1="&#x2c;" u2="W" k="123" />
365
+ <hkern u1="&#x2c;" u2="V" k="123" />
366
+ <hkern u1="&#x2c;" u2="U" k="41" />
367
+ <hkern u1="&#x2c;" u2="T" k="143" />
368
+ <hkern u1="&#x2c;" u2="Q" k="102" />
369
+ <hkern u1="&#x2c;" u2="O" k="102" />
370
+ <hkern u1="&#x2c;" u2="G" k="102" />
371
+ <hkern u1="&#x2c;" u2="C" k="102" />
372
+ <hkern u1="&#x2d;" u2="T" k="82" />
373
+ <hkern u1="&#x2e;" u2="&#x178;" k="123" />
374
+ <hkern u1="&#x2e;" u2="&#x152;" k="102" />
375
+ <hkern u1="&#x2e;" u2="&#xdd;" k="123" />
376
+ <hkern u1="&#x2e;" u2="&#xdc;" k="41" />
377
+ <hkern u1="&#x2e;" u2="&#xdb;" k="41" />
378
+ <hkern u1="&#x2e;" u2="&#xda;" k="41" />
379
+ <hkern u1="&#x2e;" u2="&#xd9;" k="41" />
380
+ <hkern u1="&#x2e;" u2="&#xd8;" k="102" />
381
+ <hkern u1="&#x2e;" u2="&#xd6;" k="102" />
382
+ <hkern u1="&#x2e;" u2="&#xd5;" k="102" />
383
+ <hkern u1="&#x2e;" u2="&#xd4;" k="102" />
384
+ <hkern u1="&#x2e;" u2="&#xd3;" k="102" />
385
+ <hkern u1="&#x2e;" u2="&#xd2;" k="102" />
386
+ <hkern u1="&#x2e;" u2="&#xc7;" k="102" />
387
+ <hkern u1="&#x2e;" u2="Y" k="123" />
388
+ <hkern u1="&#x2e;" u2="W" k="123" />
389
+ <hkern u1="&#x2e;" u2="V" k="123" />
390
+ <hkern u1="&#x2e;" u2="U" k="41" />
391
+ <hkern u1="&#x2e;" u2="T" k="143" />
392
+ <hkern u1="&#x2e;" u2="Q" k="102" />
393
+ <hkern u1="&#x2e;" u2="O" k="102" />
394
+ <hkern u1="&#x2e;" u2="G" k="102" />
395
+ <hkern u1="&#x2e;" u2="C" k="102" />
396
+ <hkern u1="A" u2="&#x201d;" k="143" />
397
+ <hkern u1="A" u2="&#x2019;" k="143" />
398
+ <hkern u1="A" u2="&#x178;" k="123" />
399
+ <hkern u1="A" u2="&#x152;" k="41" />
400
+ <hkern u1="A" u2="&#xdd;" k="123" />
401
+ <hkern u1="A" u2="&#xd8;" k="41" />
402
+ <hkern u1="A" u2="&#xd6;" k="41" />
403
+ <hkern u1="A" u2="&#xd5;" k="41" />
404
+ <hkern u1="A" u2="&#xd4;" k="41" />
405
+ <hkern u1="A" u2="&#xd3;" k="41" />
406
+ <hkern u1="A" u2="&#xd2;" k="41" />
407
+ <hkern u1="A" u2="&#xc7;" k="41" />
408
+ <hkern u1="A" u2="Y" k="123" />
409
+ <hkern u1="A" u2="W" k="82" />
410
+ <hkern u1="A" u2="V" k="82" />
411
+ <hkern u1="A" u2="T" k="143" />
412
+ <hkern u1="A" u2="Q" k="41" />
413
+ <hkern u1="A" u2="O" k="41" />
414
+ <hkern u1="A" u2="J" k="-266" />
415
+ <hkern u1="A" u2="G" k="41" />
416
+ <hkern u1="A" u2="C" k="41" />
417
+ <hkern u1="A" u2="&#x27;" k="143" />
418
+ <hkern u1="A" u2="&#x22;" k="143" />
419
+ <hkern u1="B" u2="&#x201e;" k="82" />
420
+ <hkern u1="B" u2="&#x201a;" k="82" />
421
+ <hkern u1="B" u2="&#x178;" k="20" />
422
+ <hkern u1="B" u2="&#xdd;" k="20" />
423
+ <hkern u1="B" u2="&#xc5;" k="41" />
424
+ <hkern u1="B" u2="&#xc4;" k="41" />
425
+ <hkern u1="B" u2="&#xc3;" k="41" />
426
+ <hkern u1="B" u2="&#xc2;" k="41" />
427
+ <hkern u1="B" u2="&#xc1;" k="41" />
428
+ <hkern u1="B" u2="&#xc0;" k="41" />
429
+ <hkern u1="B" u2="Z" k="20" />
430
+ <hkern u1="B" u2="Y" k="20" />
431
+ <hkern u1="B" u2="X" k="41" />
432
+ <hkern u1="B" u2="W" k="20" />
433
+ <hkern u1="B" u2="V" k="20" />
434
+ <hkern u1="B" u2="T" k="61" />
435
+ <hkern u1="B" u2="A" k="41" />
436
+ <hkern u1="B" u2="&#x2e;" k="82" />
437
+ <hkern u1="B" u2="&#x2c;" k="82" />
438
+ <hkern u1="C" u2="&#x152;" k="41" />
439
+ <hkern u1="C" u2="&#xd8;" k="41" />
440
+ <hkern u1="C" u2="&#xd6;" k="41" />
441
+ <hkern u1="C" u2="&#xd5;" k="41" />
442
+ <hkern u1="C" u2="&#xd4;" k="41" />
443
+ <hkern u1="C" u2="&#xd3;" k="41" />
444
+ <hkern u1="C" u2="&#xd2;" k="41" />
445
+ <hkern u1="C" u2="&#xc7;" k="41" />
446
+ <hkern u1="C" u2="Q" k="41" />
447
+ <hkern u1="C" u2="O" k="41" />
448
+ <hkern u1="C" u2="G" k="41" />
449
+ <hkern u1="C" u2="C" k="41" />
450
+ <hkern u1="D" u2="&#x201e;" k="82" />
451
+ <hkern u1="D" u2="&#x201a;" k="82" />
452
+ <hkern u1="D" u2="&#x178;" k="20" />
453
+ <hkern u1="D" u2="&#xdd;" k="20" />
454
+ <hkern u1="D" u2="&#xc5;" k="41" />
455
+ <hkern u1="D" u2="&#xc4;" k="41" />
456
+ <hkern u1="D" u2="&#xc3;" k="41" />
457
+ <hkern u1="D" u2="&#xc2;" k="41" />
458
+ <hkern u1="D" u2="&#xc1;" k="41" />
459
+ <hkern u1="D" u2="&#xc0;" k="41" />
460
+ <hkern u1="D" u2="Z" k="20" />
461
+ <hkern u1="D" u2="Y" k="20" />
462
+ <hkern u1="D" u2="X" k="41" />
463
+ <hkern u1="D" u2="W" k="20" />
464
+ <hkern u1="D" u2="V" k="20" />
465
+ <hkern u1="D" u2="T" k="61" />
466
+ <hkern u1="D" u2="A" k="41" />
467
+ <hkern u1="D" u2="&#x2e;" k="82" />
468
+ <hkern u1="D" u2="&#x2c;" k="82" />
469
+ <hkern u1="E" u2="J" k="-123" />
470
+ <hkern u1="F" u2="&#x201e;" k="123" />
471
+ <hkern u1="F" u2="&#x201a;" k="123" />
472
+ <hkern u1="F" u2="&#xc5;" k="41" />
473
+ <hkern u1="F" u2="&#xc4;" k="41" />
474
+ <hkern u1="F" u2="&#xc3;" k="41" />
475
+ <hkern u1="F" u2="&#xc2;" k="41" />
476
+ <hkern u1="F" u2="&#xc1;" k="41" />
477
+ <hkern u1="F" u2="&#xc0;" k="41" />
478
+ <hkern u1="F" u2="A" k="41" />
479
+ <hkern u1="F" u2="&#x3f;" k="-41" />
480
+ <hkern u1="F" u2="&#x2e;" k="123" />
481
+ <hkern u1="F" u2="&#x2c;" k="123" />
482
+ <hkern u1="K" u2="&#x152;" k="41" />
483
+ <hkern u1="K" u2="&#xd8;" k="41" />
484
+ <hkern u1="K" u2="&#xd6;" k="41" />
485
+ <hkern u1="K" u2="&#xd5;" k="41" />
486
+ <hkern u1="K" u2="&#xd4;" k="41" />
487
+ <hkern u1="K" u2="&#xd3;" k="41" />
488
+ <hkern u1="K" u2="&#xd2;" k="41" />
489
+ <hkern u1="K" u2="&#xc7;" k="41" />
490
+ <hkern u1="K" u2="Q" k="41" />
491
+ <hkern u1="K" u2="O" k="41" />
492
+ <hkern u1="K" u2="G" k="41" />
493
+ <hkern u1="K" u2="C" k="41" />
494
+ <hkern u1="L" u2="&#x201d;" k="164" />
495
+ <hkern u1="L" u2="&#x2019;" k="164" />
496
+ <hkern u1="L" u2="&#x178;" k="61" />
497
+ <hkern u1="L" u2="&#x152;" k="41" />
498
+ <hkern u1="L" u2="&#xdd;" k="61" />
499
+ <hkern u1="L" u2="&#xdc;" k="20" />
500
+ <hkern u1="L" u2="&#xdb;" k="20" />
501
+ <hkern u1="L" u2="&#xda;" k="20" />
502
+ <hkern u1="L" u2="&#xd9;" k="20" />
503
+ <hkern u1="L" u2="&#xd8;" k="41" />
504
+ <hkern u1="L" u2="&#xd6;" k="41" />
505
+ <hkern u1="L" u2="&#xd5;" k="41" />
506
+ <hkern u1="L" u2="&#xd4;" k="41" />
507
+ <hkern u1="L" u2="&#xd3;" k="41" />
508
+ <hkern u1="L" u2="&#xd2;" k="41" />
509
+ <hkern u1="L" u2="&#xc7;" k="41" />
510
+ <hkern u1="L" u2="Y" k="61" />
511
+ <hkern u1="L" u2="W" k="41" />
512
+ <hkern u1="L" u2="V" k="41" />
513
+ <hkern u1="L" u2="U" k="20" />
514
+ <hkern u1="L" u2="T" k="41" />
515
+ <hkern u1="L" u2="Q" k="41" />
516
+ <hkern u1="L" u2="O" k="41" />
517
+ <hkern u1="L" u2="G" k="41" />
518
+ <hkern u1="L" u2="C" k="41" />
519
+ <hkern u1="L" u2="&#x27;" k="164" />
520
+ <hkern u1="L" u2="&#x22;" k="164" />
521
+ <hkern u1="O" u2="&#x201e;" k="82" />
522
+ <hkern u1="O" u2="&#x201a;" k="82" />
523
+ <hkern u1="O" u2="&#x178;" k="20" />
524
+ <hkern u1="O" u2="&#xdd;" k="20" />
525
+ <hkern u1="O" u2="&#xc5;" k="41" />
526
+ <hkern u1="O" u2="&#xc4;" k="41" />
527
+ <hkern u1="O" u2="&#xc3;" k="41" />
528
+ <hkern u1="O" u2="&#xc2;" k="41" />
529
+ <hkern u1="O" u2="&#xc1;" k="41" />
530
+ <hkern u1="O" u2="&#xc0;" k="41" />
531
+ <hkern u1="O" u2="Z" k="20" />
532
+ <hkern u1="O" u2="Y" k="20" />
533
+ <hkern u1="O" u2="X" k="41" />
534
+ <hkern u1="O" u2="W" k="20" />
535
+ <hkern u1="O" u2="V" k="20" />
536
+ <hkern u1="O" u2="T" k="61" />
537
+ <hkern u1="O" u2="A" k="41" />
538
+ <hkern u1="O" u2="&#x2e;" k="82" />
539
+ <hkern u1="O" u2="&#x2c;" k="82" />
540
+ <hkern u1="P" u2="&#x201e;" k="266" />
541
+ <hkern u1="P" u2="&#x201a;" k="266" />
542
+ <hkern u1="P" u2="&#xc5;" k="102" />
543
+ <hkern u1="P" u2="&#xc4;" k="102" />
544
+ <hkern u1="P" u2="&#xc3;" k="102" />
545
+ <hkern u1="P" u2="&#xc2;" k="102" />
546
+ <hkern u1="P" u2="&#xc1;" k="102" />
547
+ <hkern u1="P" u2="&#xc0;" k="102" />
548
+ <hkern u1="P" u2="Z" k="20" />
549
+ <hkern u1="P" u2="X" k="41" />
550
+ <hkern u1="P" u2="A" k="102" />
551
+ <hkern u1="P" u2="&#x2e;" k="266" />
552
+ <hkern u1="P" u2="&#x2c;" k="266" />
553
+ <hkern u1="Q" u2="&#x201e;" k="82" />
554
+ <hkern u1="Q" u2="&#x201a;" k="82" />
555
+ <hkern u1="Q" u2="&#x178;" k="20" />
556
+ <hkern u1="Q" u2="&#xdd;" k="20" />
557
+ <hkern u1="Q" u2="&#xc5;" k="41" />
558
+ <hkern u1="Q" u2="&#xc4;" k="41" />
559
+ <hkern u1="Q" u2="&#xc3;" k="41" />
560
+ <hkern u1="Q" u2="&#xc2;" k="41" />
561
+ <hkern u1="Q" u2="&#xc1;" k="41" />
562
+ <hkern u1="Q" u2="&#xc0;" k="41" />
563
+ <hkern u1="Q" u2="Z" k="20" />
564
+ <hkern u1="Q" u2="Y" k="20" />
565
+ <hkern u1="Q" u2="X" k="41" />
566
+ <hkern u1="Q" u2="W" k="20" />
567
+ <hkern u1="Q" u2="V" k="20" />
568
+ <hkern u1="Q" u2="T" k="61" />
569
+ <hkern u1="Q" u2="A" k="41" />
570
+ <hkern u1="Q" u2="&#x2e;" k="82" />
571
+ <hkern u1="Q" u2="&#x2c;" k="82" />
572
+ <hkern u1="T" u2="&#x201e;" k="123" />
573
+ <hkern u1="T" u2="&#x201a;" k="123" />
574
+ <hkern u1="T" u2="&#x2014;" k="82" />
575
+ <hkern u1="T" u2="&#x2013;" k="82" />
576
+ <hkern u1="T" u2="&#x153;" k="143" />
577
+ <hkern u1="T" u2="&#x152;" k="41" />
578
+ <hkern u1="T" u2="&#xfd;" k="41" />
579
+ <hkern u1="T" u2="&#xfc;" k="102" />
580
+ <hkern u1="T" u2="&#xfb;" k="102" />
581
+ <hkern u1="T" u2="&#xfa;" k="102" />
582
+ <hkern u1="T" u2="&#xf9;" k="102" />
583
+ <hkern u1="T" u2="&#xf8;" k="143" />
584
+ <hkern u1="T" u2="&#xf6;" k="143" />
585
+ <hkern u1="T" u2="&#xf5;" k="143" />
586
+ <hkern u1="T" u2="&#xf4;" k="143" />
587
+ <hkern u1="T" u2="&#xf3;" k="143" />
588
+ <hkern u1="T" u2="&#xf2;" k="143" />
589
+ <hkern u1="T" u2="&#xeb;" k="143" />
590
+ <hkern u1="T" u2="&#xea;" k="143" />
591
+ <hkern u1="T" u2="&#xe9;" k="143" />
592
+ <hkern u1="T" u2="&#xe8;" k="143" />
593
+ <hkern u1="T" u2="&#xe7;" k="143" />
594
+ <hkern u1="T" u2="&#xe6;" k="164" />
595
+ <hkern u1="T" u2="&#xe5;" k="164" />
596
+ <hkern u1="T" u2="&#xe4;" k="164" />
597
+ <hkern u1="T" u2="&#xe3;" k="164" />
598
+ <hkern u1="T" u2="&#xe2;" k="164" />
599
+ <hkern u1="T" u2="&#xe1;" k="164" />
600
+ <hkern u1="T" u2="&#xe0;" k="143" />
601
+ <hkern u1="T" u2="&#xd8;" k="41" />
602
+ <hkern u1="T" u2="&#xd6;" k="41" />
603
+ <hkern u1="T" u2="&#xd5;" k="41" />
604
+ <hkern u1="T" u2="&#xd4;" k="41" />
605
+ <hkern u1="T" u2="&#xd3;" k="41" />
606
+ <hkern u1="T" u2="&#xd2;" k="41" />
607
+ <hkern u1="T" u2="&#xc7;" k="41" />
608
+ <hkern u1="T" u2="&#xc5;" k="143" />
609
+ <hkern u1="T" u2="&#xc4;" k="143" />
610
+ <hkern u1="T" u2="&#xc3;" k="143" />
611
+ <hkern u1="T" u2="&#xc2;" k="143" />
612
+ <hkern u1="T" u2="&#xc1;" k="143" />
613
+ <hkern u1="T" u2="&#xc0;" k="143" />
614
+ <hkern u1="T" u2="z" k="82" />
615
+ <hkern u1="T" u2="y" k="41" />
616
+ <hkern u1="T" u2="x" k="41" />
617
+ <hkern u1="T" u2="w" k="41" />
618
+ <hkern u1="T" u2="v" k="41" />
619
+ <hkern u1="T" u2="u" k="102" />
620
+ <hkern u1="T" u2="s" k="123" />
621
+ <hkern u1="T" u2="r" k="102" />
622
+ <hkern u1="T" u2="q" k="143" />
623
+ <hkern u1="T" u2="p" k="102" />
624
+ <hkern u1="T" u2="o" k="143" />
625
+ <hkern u1="T" u2="n" k="102" />
626
+ <hkern u1="T" u2="m" k="102" />
627
+ <hkern u1="T" u2="g" k="143" />
628
+ <hkern u1="T" u2="e" k="143" />
629
+ <hkern u1="T" u2="d" k="143" />
630
+ <hkern u1="T" u2="c" k="143" />
631
+ <hkern u1="T" u2="a" k="164" />
632
+ <hkern u1="T" u2="T" k="-41" />
633
+ <hkern u1="T" u2="Q" k="41" />
634
+ <hkern u1="T" u2="O" k="41" />
635
+ <hkern u1="T" u2="G" k="41" />
636
+ <hkern u1="T" u2="C" k="41" />
637
+ <hkern u1="T" u2="A" k="143" />
638
+ <hkern u1="T" u2="&#x3f;" k="-41" />
639
+ <hkern u1="T" u2="&#x2e;" k="123" />
640
+ <hkern u1="T" u2="&#x2d;" k="82" />
641
+ <hkern u1="T" u2="&#x2c;" k="123" />
642
+ <hkern u1="U" u2="&#x201e;" k="41" />
643
+ <hkern u1="U" u2="&#x201a;" k="41" />
644
+ <hkern u1="U" u2="&#xc5;" k="20" />
645
+ <hkern u1="U" u2="&#xc4;" k="20" />
646
+ <hkern u1="U" u2="&#xc3;" k="20" />
647
+ <hkern u1="U" u2="&#xc2;" k="20" />
648
+ <hkern u1="U" u2="&#xc1;" k="20" />
649
+ <hkern u1="U" u2="&#xc0;" k="20" />
650
+ <hkern u1="U" u2="A" k="20" />
651
+ <hkern u1="U" u2="&#x2e;" k="41" />
652
+ <hkern u1="U" u2="&#x2c;" k="41" />
653
+ <hkern u1="V" u2="&#x201e;" k="102" />
654
+ <hkern u1="V" u2="&#x201a;" k="102" />
655
+ <hkern u1="V" u2="&#x153;" k="41" />
656
+ <hkern u1="V" u2="&#x152;" k="20" />
657
+ <hkern u1="V" u2="&#xfc;" k="20" />
658
+ <hkern u1="V" u2="&#xfb;" k="20" />
659
+ <hkern u1="V" u2="&#xfa;" k="20" />
660
+ <hkern u1="V" u2="&#xf9;" k="20" />
661
+ <hkern u1="V" u2="&#xf8;" k="41" />
662
+ <hkern u1="V" u2="&#xf6;" k="41" />
663
+ <hkern u1="V" u2="&#xf5;" k="41" />
664
+ <hkern u1="V" u2="&#xf4;" k="41" />
665
+ <hkern u1="V" u2="&#xf3;" k="41" />
666
+ <hkern u1="V" u2="&#xf2;" k="41" />
667
+ <hkern u1="V" u2="&#xeb;" k="41" />
668
+ <hkern u1="V" u2="&#xea;" k="41" />
669
+ <hkern u1="V" u2="&#xe9;" k="41" />
670
+ <hkern u1="V" u2="&#xe8;" k="41" />
671
+ <hkern u1="V" u2="&#xe7;" k="41" />
672
+ <hkern u1="V" u2="&#xe6;" k="41" />
673
+ <hkern u1="V" u2="&#xe5;" k="41" />
674
+ <hkern u1="V" u2="&#xe4;" k="41" />
675
+ <hkern u1="V" u2="&#xe3;" k="41" />
676
+ <hkern u1="V" u2="&#xe2;" k="41" />
677
+ <hkern u1="V" u2="&#xe1;" k="41" />
678
+ <hkern u1="V" u2="&#xe0;" k="41" />
679
+ <hkern u1="V" u2="&#xd8;" k="20" />
680
+ <hkern u1="V" u2="&#xd6;" k="20" />
681
+ <hkern u1="V" u2="&#xd5;" k="20" />
682
+ <hkern u1="V" u2="&#xd4;" k="20" />
683
+ <hkern u1="V" u2="&#xd3;" k="20" />
684
+ <hkern u1="V" u2="&#xd2;" k="20" />
685
+ <hkern u1="V" u2="&#xc7;" k="20" />
686
+ <hkern u1="V" u2="&#xc5;" k="82" />
687
+ <hkern u1="V" u2="&#xc4;" k="82" />
688
+ <hkern u1="V" u2="&#xc3;" k="82" />
689
+ <hkern u1="V" u2="&#xc2;" k="82" />
690
+ <hkern u1="V" u2="&#xc1;" k="82" />
691
+ <hkern u1="V" u2="&#xc0;" k="82" />
692
+ <hkern u1="V" u2="u" k="20" />
693
+ <hkern u1="V" u2="s" k="20" />
694
+ <hkern u1="V" u2="r" k="20" />
695
+ <hkern u1="V" u2="q" k="41" />
696
+ <hkern u1="V" u2="p" k="20" />
697
+ <hkern u1="V" u2="o" k="41" />
698
+ <hkern u1="V" u2="n" k="20" />
699
+ <hkern u1="V" u2="m" k="20" />
700
+ <hkern u1="V" u2="g" k="20" />
701
+ <hkern u1="V" u2="e" k="41" />
702
+ <hkern u1="V" u2="d" k="41" />
703
+ <hkern u1="V" u2="c" k="41" />
704
+ <hkern u1="V" u2="a" k="41" />
705
+ <hkern u1="V" u2="Q" k="20" />
706
+ <hkern u1="V" u2="O" k="20" />
707
+ <hkern u1="V" u2="G" k="20" />
708
+ <hkern u1="V" u2="C" k="20" />
709
+ <hkern u1="V" u2="A" k="82" />
710
+ <hkern u1="V" u2="&#x3f;" k="-41" />
711
+ <hkern u1="V" u2="&#x2e;" k="102" />
712
+ <hkern u1="V" u2="&#x2c;" k="102" />
713
+ <hkern u1="W" u2="&#x201e;" k="102" />
714
+ <hkern u1="W" u2="&#x201a;" k="102" />
715
+ <hkern u1="W" u2="&#x153;" k="41" />
716
+ <hkern u1="W" u2="&#x152;" k="20" />
717
+ <hkern u1="W" u2="&#xfc;" k="20" />
718
+ <hkern u1="W" u2="&#xfb;" k="20" />
719
+ <hkern u1="W" u2="&#xfa;" k="20" />
720
+ <hkern u1="W" u2="&#xf9;" k="20" />
721
+ <hkern u1="W" u2="&#xf8;" k="41" />
722
+ <hkern u1="W" u2="&#xf6;" k="41" />
723
+ <hkern u1="W" u2="&#xf5;" k="41" />
724
+ <hkern u1="W" u2="&#xf4;" k="41" />
725
+ <hkern u1="W" u2="&#xf3;" k="41" />
726
+ <hkern u1="W" u2="&#xf2;" k="41" />
727
+ <hkern u1="W" u2="&#xeb;" k="41" />
728
+ <hkern u1="W" u2="&#xea;" k="41" />
729
+ <hkern u1="W" u2="&#xe9;" k="41" />
730
+ <hkern u1="W" u2="&#xe8;" k="41" />
731
+ <hkern u1="W" u2="&#xe7;" k="41" />
732
+ <hkern u1="W" u2="&#xe6;" k="41" />
733
+ <hkern u1="W" u2="&#xe5;" k="41" />
734
+ <hkern u1="W" u2="&#xe4;" k="41" />
735
+ <hkern u1="W" u2="&#xe3;" k="41" />
736
+ <hkern u1="W" u2="&#xe2;" k="41" />
737
+ <hkern u1="W" u2="&#xe1;" k="41" />
738
+ <hkern u1="W" u2="&#xe0;" k="41" />
739
+ <hkern u1="W" u2="&#xd8;" k="20" />
740
+ <hkern u1="W" u2="&#xd6;" k="20" />
741
+ <hkern u1="W" u2="&#xd5;" k="20" />
742
+ <hkern u1="W" u2="&#xd4;" k="20" />
743
+ <hkern u1="W" u2="&#xd3;" k="20" />
744
+ <hkern u1="W" u2="&#xd2;" k="20" />
745
+ <hkern u1="W" u2="&#xc7;" k="20" />
746
+ <hkern u1="W" u2="&#xc5;" k="82" />
747
+ <hkern u1="W" u2="&#xc4;" k="82" />
748
+ <hkern u1="W" u2="&#xc3;" k="82" />
749
+ <hkern u1="W" u2="&#xc2;" k="82" />
750
+ <hkern u1="W" u2="&#xc1;" k="82" />
751
+ <hkern u1="W" u2="&#xc0;" k="82" />
752
+ <hkern u1="W" u2="u" k="20" />
753
+ <hkern u1="W" u2="s" k="20" />
754
+ <hkern u1="W" u2="r" k="20" />
755
+ <hkern u1="W" u2="q" k="41" />
756
+ <hkern u1="W" u2="p" k="20" />
757
+ <hkern u1="W" u2="o" k="41" />
758
+ <hkern u1="W" u2="n" k="20" />
759
+ <hkern u1="W" u2="m" k="20" />
760
+ <hkern u1="W" u2="g" k="20" />
761
+ <hkern u1="W" u2="e" k="41" />
762
+ <hkern u1="W" u2="d" k="41" />
763
+ <hkern u1="W" u2="c" k="41" />
764
+ <hkern u1="W" u2="a" k="41" />
765
+ <hkern u1="W" u2="Q" k="20" />
766
+ <hkern u1="W" u2="O" k="20" />
767
+ <hkern u1="W" u2="G" k="20" />
768
+ <hkern u1="W" u2="C" k="20" />
769
+ <hkern u1="W" u2="A" k="82" />
770
+ <hkern u1="W" u2="&#x3f;" k="-41" />
771
+ <hkern u1="W" u2="&#x2e;" k="102" />
772
+ <hkern u1="W" u2="&#x2c;" k="102" />
773
+ <hkern u1="X" u2="&#x152;" k="41" />
774
+ <hkern u1="X" u2="&#xd8;" k="41" />
775
+ <hkern u1="X" u2="&#xd6;" k="41" />
776
+ <hkern u1="X" u2="&#xd5;" k="41" />
777
+ <hkern u1="X" u2="&#xd4;" k="41" />
778
+ <hkern u1="X" u2="&#xd3;" k="41" />
779
+ <hkern u1="X" u2="&#xd2;" k="41" />
780
+ <hkern u1="X" u2="&#xc7;" k="41" />
781
+ <hkern u1="X" u2="Q" k="41" />
782
+ <hkern u1="X" u2="O" k="41" />
783
+ <hkern u1="X" u2="G" k="41" />
784
+ <hkern u1="X" u2="C" k="41" />
785
+ <hkern u1="Y" u2="&#x201e;" k="123" />
786
+ <hkern u1="Y" u2="&#x201a;" k="123" />
787
+ <hkern u1="Y" u2="&#x153;" k="102" />
788
+ <hkern u1="Y" u2="&#x152;" k="41" />
789
+ <hkern u1="Y" u2="&#xfc;" k="61" />
790
+ <hkern u1="Y" u2="&#xfb;" k="61" />
791
+ <hkern u1="Y" u2="&#xfa;" k="61" />
792
+ <hkern u1="Y" u2="&#xf9;" k="61" />
793
+ <hkern u1="Y" u2="&#xf8;" k="102" />
794
+ <hkern u1="Y" u2="&#xf6;" k="102" />
795
+ <hkern u1="Y" u2="&#xf5;" k="102" />
796
+ <hkern u1="Y" u2="&#xf4;" k="102" />
797
+ <hkern u1="Y" u2="&#xf3;" k="102" />
798
+ <hkern u1="Y" u2="&#xf2;" k="102" />
799
+ <hkern u1="Y" u2="&#xeb;" k="102" />
800
+ <hkern u1="Y" u2="&#xea;" k="102" />
801
+ <hkern u1="Y" u2="&#xe9;" k="102" />
802
+ <hkern u1="Y" u2="&#xe8;" k="102" />
803
+ <hkern u1="Y" u2="&#xe7;" k="102" />
804
+ <hkern u1="Y" u2="&#xe6;" k="102" />
805
+ <hkern u1="Y" u2="&#xe5;" k="102" />
806
+ <hkern u1="Y" u2="&#xe4;" k="102" />
807
+ <hkern u1="Y" u2="&#xe3;" k="102" />
808
+ <hkern u1="Y" u2="&#xe2;" k="102" />
809
+ <hkern u1="Y" u2="&#xe1;" k="102" />
810
+ <hkern u1="Y" u2="&#xe0;" k="102" />
811
+ <hkern u1="Y" u2="&#xd8;" k="41" />
812
+ <hkern u1="Y" u2="&#xd6;" k="41" />
813
+ <hkern u1="Y" u2="&#xd5;" k="41" />
814
+ <hkern u1="Y" u2="&#xd4;" k="41" />
815
+ <hkern u1="Y" u2="&#xd3;" k="41" />
816
+ <hkern u1="Y" u2="&#xd2;" k="41" />
817
+ <hkern u1="Y" u2="&#xc7;" k="41" />
818
+ <hkern u1="Y" u2="&#xc5;" k="123" />
819
+ <hkern u1="Y" u2="&#xc4;" k="123" />
820
+ <hkern u1="Y" u2="&#xc3;" k="123" />
821
+ <hkern u1="Y" u2="&#xc2;" k="123" />
822
+ <hkern u1="Y" u2="&#xc1;" k="123" />
823
+ <hkern u1="Y" u2="&#xc0;" k="123" />
824
+ <hkern u1="Y" u2="z" k="41" />
825
+ <hkern u1="Y" u2="u" k="61" />
826
+ <hkern u1="Y" u2="s" k="82" />
827
+ <hkern u1="Y" u2="r" k="61" />
828
+ <hkern u1="Y" u2="q" k="102" />
829
+ <hkern u1="Y" u2="p" k="61" />
830
+ <hkern u1="Y" u2="o" k="102" />
831
+ <hkern u1="Y" u2="n" k="61" />
832
+ <hkern u1="Y" u2="m" k="61" />
833
+ <hkern u1="Y" u2="g" k="41" />
834
+ <hkern u1="Y" u2="e" k="102" />
835
+ <hkern u1="Y" u2="d" k="102" />
836
+ <hkern u1="Y" u2="c" k="102" />
837
+ <hkern u1="Y" u2="a" k="102" />
838
+ <hkern u1="Y" u2="Q" k="41" />
839
+ <hkern u1="Y" u2="O" k="41" />
840
+ <hkern u1="Y" u2="G" k="41" />
841
+ <hkern u1="Y" u2="C" k="41" />
842
+ <hkern u1="Y" u2="A" k="123" />
843
+ <hkern u1="Y" u2="&#x3f;" k="-41" />
844
+ <hkern u1="Y" u2="&#x2e;" k="123" />
845
+ <hkern u1="Y" u2="&#x2c;" k="123" />
846
+ <hkern u1="Z" u2="&#x152;" k="20" />
847
+ <hkern u1="Z" u2="&#xd8;" k="20" />
848
+ <hkern u1="Z" u2="&#xd6;" k="20" />
849
+ <hkern u1="Z" u2="&#xd5;" k="20" />
850
+ <hkern u1="Z" u2="&#xd4;" k="20" />
851
+ <hkern u1="Z" u2="&#xd3;" k="20" />
852
+ <hkern u1="Z" u2="&#xd2;" k="20" />
853
+ <hkern u1="Z" u2="&#xc7;" k="20" />
854
+ <hkern u1="Z" u2="Q" k="20" />
855
+ <hkern u1="Z" u2="O" k="20" />
856
+ <hkern u1="Z" u2="G" k="20" />
857
+ <hkern u1="Z" u2="C" k="20" />
858
+ <hkern u1="[" u2="J" k="-184" />
859
+ <hkern u1="a" u2="&#x201d;" k="20" />
860
+ <hkern u1="a" u2="&#x2019;" k="20" />
861
+ <hkern u1="a" u2="&#x27;" k="20" />
862
+ <hkern u1="a" u2="&#x22;" k="20" />
863
+ <hkern u1="b" u2="&#x201d;" k="20" />
864
+ <hkern u1="b" u2="&#x2019;" k="20" />
865
+ <hkern u1="b" u2="&#xfd;" k="41" />
866
+ <hkern u1="b" u2="z" k="20" />
867
+ <hkern u1="b" u2="y" k="41" />
868
+ <hkern u1="b" u2="x" k="41" />
869
+ <hkern u1="b" u2="w" k="41" />
870
+ <hkern u1="b" u2="v" k="41" />
871
+ <hkern u1="b" u2="&#x27;" k="20" />
872
+ <hkern u1="b" u2="&#x22;" k="20" />
873
+ <hkern u1="c" u2="&#x201d;" k="-41" />
874
+ <hkern u1="c" u2="&#x2019;" k="-41" />
875
+ <hkern u1="c" u2="&#x27;" k="-41" />
876
+ <hkern u1="c" u2="&#x22;" k="-41" />
877
+ <hkern u1="e" u2="&#x201d;" k="20" />
878
+ <hkern u1="e" u2="&#x2019;" k="20" />
879
+ <hkern u1="e" u2="&#xfd;" k="41" />
880
+ <hkern u1="e" u2="z" k="20" />
881
+ <hkern u1="e" u2="y" k="41" />
882
+ <hkern u1="e" u2="x" k="41" />
883
+ <hkern u1="e" u2="w" k="41" />
884
+ <hkern u1="e" u2="v" k="41" />
885
+ <hkern u1="e" u2="&#x27;" k="20" />
886
+ <hkern u1="e" u2="&#x22;" k="20" />
887
+ <hkern u1="f" u2="&#x201d;" k="-123" />
888
+ <hkern u1="f" u2="&#x2019;" k="-123" />
889
+ <hkern u1="f" u2="&#x27;" k="-123" />
890
+ <hkern u1="f" u2="&#x22;" k="-123" />
891
+ <hkern u1="h" u2="&#x201d;" k="20" />
892
+ <hkern u1="h" u2="&#x2019;" k="20" />
893
+ <hkern u1="h" u2="&#x27;" k="20" />
894
+ <hkern u1="h" u2="&#x22;" k="20" />
895
+ <hkern u1="k" u2="&#x153;" k="41" />
896
+ <hkern u1="k" u2="&#xf8;" k="41" />
897
+ <hkern u1="k" u2="&#xf6;" k="41" />
898
+ <hkern u1="k" u2="&#xf5;" k="41" />
899
+ <hkern u1="k" u2="&#xf4;" k="41" />
900
+ <hkern u1="k" u2="&#xf3;" k="41" />
901
+ <hkern u1="k" u2="&#xf2;" k="41" />
902
+ <hkern u1="k" u2="&#xeb;" k="41" />
903
+ <hkern u1="k" u2="&#xea;" k="41" />
904
+ <hkern u1="k" u2="&#xe9;" k="41" />
905
+ <hkern u1="k" u2="&#xe8;" k="41" />
906
+ <hkern u1="k" u2="&#xe7;" k="41" />
907
+ <hkern u1="k" u2="&#xe0;" k="41" />
908
+ <hkern u1="k" u2="q" k="41" />
909
+ <hkern u1="k" u2="o" k="41" />
910
+ <hkern u1="k" u2="e" k="41" />
911
+ <hkern u1="k" u2="d" k="41" />
912
+ <hkern u1="k" u2="c" k="41" />
913
+ <hkern u1="m" u2="&#x201d;" k="20" />
914
+ <hkern u1="m" u2="&#x2019;" k="20" />
915
+ <hkern u1="m" u2="&#x27;" k="20" />
916
+ <hkern u1="m" u2="&#x22;" k="20" />
917
+ <hkern u1="n" u2="&#x201d;" k="20" />
918
+ <hkern u1="n" u2="&#x2019;" k="20" />
919
+ <hkern u1="n" u2="&#x27;" k="20" />
920
+ <hkern u1="n" u2="&#x22;" k="20" />
921
+ <hkern u1="o" u2="&#x201d;" k="20" />
922
+ <hkern u1="o" u2="&#x2019;" k="20" />
923
+ <hkern u1="o" u2="&#xfd;" k="41" />
924
+ <hkern u1="o" u2="z" k="20" />
925
+ <hkern u1="o" u2="y" k="41" />
926
+ <hkern u1="o" u2="x" k="41" />
927
+ <hkern u1="o" u2="w" k="41" />
928
+ <hkern u1="o" u2="v" k="41" />
929
+ <hkern u1="o" u2="&#x27;" k="20" />
930
+ <hkern u1="o" u2="&#x22;" k="20" />
931
+ <hkern u1="p" u2="&#x201d;" k="20" />
932
+ <hkern u1="p" u2="&#x2019;" k="20" />
933
+ <hkern u1="p" u2="&#xfd;" k="41" />
934
+ <hkern u1="p" u2="z" k="20" />
935
+ <hkern u1="p" u2="y" k="41" />
936
+ <hkern u1="p" u2="x" k="41" />
937
+ <hkern u1="p" u2="w" k="41" />
938
+ <hkern u1="p" u2="v" k="41" />
939
+ <hkern u1="p" u2="&#x27;" k="20" />
940
+ <hkern u1="p" u2="&#x22;" k="20" />
941
+ <hkern u1="r" u2="&#x201d;" k="-82" />
942
+ <hkern u1="r" u2="&#x2019;" k="-82" />
943
+ <hkern u1="r" u2="&#x153;" k="41" />
944
+ <hkern u1="r" u2="&#xf8;" k="41" />
945
+ <hkern u1="r" u2="&#xf6;" k="41" />
946
+ <hkern u1="r" u2="&#xf5;" k="41" />
947
+ <hkern u1="r" u2="&#xf4;" k="41" />
948
+ <hkern u1="r" u2="&#xf3;" k="41" />
949
+ <hkern u1="r" u2="&#xf2;" k="41" />
950
+ <hkern u1="r" u2="&#xeb;" k="41" />
951
+ <hkern u1="r" u2="&#xea;" k="41" />
952
+ <hkern u1="r" u2="&#xe9;" k="41" />
953
+ <hkern u1="r" u2="&#xe8;" k="41" />
954
+ <hkern u1="r" u2="&#xe7;" k="41" />
955
+ <hkern u1="r" u2="&#xe6;" k="41" />
956
+ <hkern u1="r" u2="&#xe5;" k="41" />
957
+ <hkern u1="r" u2="&#xe4;" k="41" />
958
+ <hkern u1="r" u2="&#xe3;" k="41" />
959
+ <hkern u1="r" u2="&#xe2;" k="41" />
960
+ <hkern u1="r" u2="&#xe1;" k="41" />
961
+ <hkern u1="r" u2="&#xe0;" k="41" />
962
+ <hkern u1="r" u2="q" k="41" />
963
+ <hkern u1="r" u2="o" k="41" />
964
+ <hkern u1="r" u2="g" k="20" />
965
+ <hkern u1="r" u2="e" k="41" />
966
+ <hkern u1="r" u2="d" k="41" />
967
+ <hkern u1="r" u2="c" k="41" />
968
+ <hkern u1="r" u2="a" k="41" />
969
+ <hkern u1="r" u2="&#x27;" k="-82" />
970
+ <hkern u1="r" u2="&#x22;" k="-82" />
971
+ <hkern u1="t" u2="&#x201d;" k="-41" />
972
+ <hkern u1="t" u2="&#x2019;" k="-41" />
973
+ <hkern u1="t" u2="&#x27;" k="-41" />
974
+ <hkern u1="t" u2="&#x22;" k="-41" />
975
+ <hkern u1="v" u2="&#x201e;" k="82" />
976
+ <hkern u1="v" u2="&#x201d;" k="-82" />
977
+ <hkern u1="v" u2="&#x201a;" k="82" />
978
+ <hkern u1="v" u2="&#x2019;" k="-82" />
979
+ <hkern u1="v" u2="&#x3f;" k="-41" />
980
+ <hkern u1="v" u2="&#x2e;" k="82" />
981
+ <hkern u1="v" u2="&#x2c;" k="82" />
982
+ <hkern u1="v" u2="&#x27;" k="-82" />
983
+ <hkern u1="v" u2="&#x22;" k="-82" />
984
+ <hkern u1="w" u2="&#x201e;" k="82" />
985
+ <hkern u1="w" u2="&#x201d;" k="-82" />
986
+ <hkern u1="w" u2="&#x201a;" k="82" />
987
+ <hkern u1="w" u2="&#x2019;" k="-82" />
988
+ <hkern u1="w" u2="&#x3f;" k="-41" />
989
+ <hkern u1="w" u2="&#x2e;" k="82" />
990
+ <hkern u1="w" u2="&#x2c;" k="82" />
991
+ <hkern u1="w" u2="&#x27;" k="-82" />
992
+ <hkern u1="w" u2="&#x22;" k="-82" />
993
+ <hkern u1="x" u2="&#x153;" k="41" />
994
+ <hkern u1="x" u2="&#xf8;" k="41" />
995
+ <hkern u1="x" u2="&#xf6;" k="41" />
996
+ <hkern u1="x" u2="&#xf5;" k="41" />
997
+ <hkern u1="x" u2="&#xf4;" k="41" />
998
+ <hkern u1="x" u2="&#xf3;" k="41" />
999
+ <hkern u1="x" u2="&#xf2;" k="41" />
1000
+ <hkern u1="x" u2="&#xeb;" k="41" />
1001
+ <hkern u1="x" u2="&#xea;" k="41" />
1002
+ <hkern u1="x" u2="&#xe9;" k="41" />
1003
+ <hkern u1="x" u2="&#xe8;" k="41" />
1004
+ <hkern u1="x" u2="&#xe7;" k="41" />
1005
+ <hkern u1="x" u2="&#xe0;" k="41" />
1006
+ <hkern u1="x" u2="q" k="41" />
1007
+ <hkern u1="x" u2="o" k="41" />
1008
+ <hkern u1="x" u2="e" k="41" />
1009
+ <hkern u1="x" u2="d" k="41" />
1010
+ <hkern u1="x" u2="c" k="41" />
1011
+ <hkern u1="y" u2="&#x201e;" k="82" />
1012
+ <hkern u1="y" u2="&#x201d;" k="-82" />
1013
+ <hkern u1="y" u2="&#x201a;" k="82" />
1014
+ <hkern u1="y" u2="&#x2019;" k="-82" />
1015
+ <hkern u1="y" u2="&#x3f;" k="-41" />
1016
+ <hkern u1="y" u2="&#x2e;" k="82" />
1017
+ <hkern u1="y" u2="&#x2c;" k="82" />
1018
+ <hkern u1="y" u2="&#x27;" k="-82" />
1019
+ <hkern u1="y" u2="&#x22;" k="-82" />
1020
+ <hkern u1="&#x7b;" u2="J" k="-184" />
1021
+ <hkern u1="&#xc0;" u2="&#x201d;" k="143" />
1022
+ <hkern u1="&#xc0;" u2="&#x2019;" k="143" />
1023
+ <hkern u1="&#xc0;" u2="&#x178;" k="123" />
1024
+ <hkern u1="&#xc0;" u2="&#x152;" k="41" />
1025
+ <hkern u1="&#xc0;" u2="&#xdd;" k="123" />
1026
+ <hkern u1="&#xc0;" u2="&#xd8;" k="41" />
1027
+ <hkern u1="&#xc0;" u2="&#xd6;" k="41" />
1028
+ <hkern u1="&#xc0;" u2="&#xd5;" k="41" />
1029
+ <hkern u1="&#xc0;" u2="&#xd4;" k="41" />
1030
+ <hkern u1="&#xc0;" u2="&#xd3;" k="41" />
1031
+ <hkern u1="&#xc0;" u2="&#xd2;" k="41" />
1032
+ <hkern u1="&#xc0;" u2="&#xc7;" k="41" />
1033
+ <hkern u1="&#xc0;" u2="Y" k="123" />
1034
+ <hkern u1="&#xc0;" u2="W" k="82" />
1035
+ <hkern u1="&#xc0;" u2="V" k="82" />
1036
+ <hkern u1="&#xc0;" u2="T" k="143" />
1037
+ <hkern u1="&#xc0;" u2="Q" k="41" />
1038
+ <hkern u1="&#xc0;" u2="O" k="41" />
1039
+ <hkern u1="&#xc0;" u2="J" k="-266" />
1040
+ <hkern u1="&#xc0;" u2="G" k="41" />
1041
+ <hkern u1="&#xc0;" u2="C" k="41" />
1042
+ <hkern u1="&#xc0;" u2="&#x27;" k="143" />
1043
+ <hkern u1="&#xc0;" u2="&#x22;" k="143" />
1044
+ <hkern u1="&#xc1;" u2="&#x201d;" k="143" />
1045
+ <hkern u1="&#xc1;" u2="&#x2019;" k="143" />
1046
+ <hkern u1="&#xc1;" u2="&#x178;" k="123" />
1047
+ <hkern u1="&#xc1;" u2="&#x152;" k="41" />
1048
+ <hkern u1="&#xc1;" u2="&#xdd;" k="123" />
1049
+ <hkern u1="&#xc1;" u2="&#xd8;" k="41" />
1050
+ <hkern u1="&#xc1;" u2="&#xd6;" k="41" />
1051
+ <hkern u1="&#xc1;" u2="&#xd5;" k="41" />
1052
+ <hkern u1="&#xc1;" u2="&#xd4;" k="41" />
1053
+ <hkern u1="&#xc1;" u2="&#xd3;" k="41" />
1054
+ <hkern u1="&#xc1;" u2="&#xd2;" k="41" />
1055
+ <hkern u1="&#xc1;" u2="&#xc7;" k="41" />
1056
+ <hkern u1="&#xc1;" u2="Y" k="123" />
1057
+ <hkern u1="&#xc1;" u2="W" k="82" />
1058
+ <hkern u1="&#xc1;" u2="V" k="82" />
1059
+ <hkern u1="&#xc1;" u2="T" k="143" />
1060
+ <hkern u1="&#xc1;" u2="Q" k="41" />
1061
+ <hkern u1="&#xc1;" u2="O" k="41" />
1062
+ <hkern u1="&#xc1;" u2="J" k="-266" />
1063
+ <hkern u1="&#xc1;" u2="G" k="41" />
1064
+ <hkern u1="&#xc1;" u2="C" k="41" />
1065
+ <hkern u1="&#xc1;" u2="&#x27;" k="143" />
1066
+ <hkern u1="&#xc1;" u2="&#x22;" k="143" />
1067
+ <hkern u1="&#xc2;" u2="&#x201d;" k="143" />
1068
+ <hkern u1="&#xc2;" u2="&#x2019;" k="143" />
1069
+ <hkern u1="&#xc2;" u2="&#x178;" k="123" />
1070
+ <hkern u1="&#xc2;" u2="&#x152;" k="41" />
1071
+ <hkern u1="&#xc2;" u2="&#xdd;" k="123" />
1072
+ <hkern u1="&#xc2;" u2="&#xd8;" k="41" />
1073
+ <hkern u1="&#xc2;" u2="&#xd6;" k="41" />
1074
+ <hkern u1="&#xc2;" u2="&#xd5;" k="41" />
1075
+ <hkern u1="&#xc2;" u2="&#xd4;" k="41" />
1076
+ <hkern u1="&#xc2;" u2="&#xd3;" k="41" />
1077
+ <hkern u1="&#xc2;" u2="&#xd2;" k="41" />
1078
+ <hkern u1="&#xc2;" u2="&#xc7;" k="41" />
1079
+ <hkern u1="&#xc2;" u2="Y" k="123" />
1080
+ <hkern u1="&#xc2;" u2="W" k="82" />
1081
+ <hkern u1="&#xc2;" u2="V" k="82" />
1082
+ <hkern u1="&#xc2;" u2="T" k="143" />
1083
+ <hkern u1="&#xc2;" u2="Q" k="41" />
1084
+ <hkern u1="&#xc2;" u2="O" k="41" />
1085
+ <hkern u1="&#xc2;" u2="J" k="-266" />
1086
+ <hkern u1="&#xc2;" u2="G" k="41" />
1087
+ <hkern u1="&#xc2;" u2="C" k="41" />
1088
+ <hkern u1="&#xc2;" u2="&#x27;" k="143" />
1089
+ <hkern u1="&#xc2;" u2="&#x22;" k="143" />
1090
+ <hkern u1="&#xc3;" u2="&#x201d;" k="143" />
1091
+ <hkern u1="&#xc3;" u2="&#x2019;" k="143" />
1092
+ <hkern u1="&#xc3;" u2="&#x178;" k="123" />
1093
+ <hkern u1="&#xc3;" u2="&#x152;" k="41" />
1094
+ <hkern u1="&#xc3;" u2="&#xdd;" k="123" />
1095
+ <hkern u1="&#xc3;" u2="&#xd8;" k="41" />
1096
+ <hkern u1="&#xc3;" u2="&#xd6;" k="41" />
1097
+ <hkern u1="&#xc3;" u2="&#xd5;" k="41" />
1098
+ <hkern u1="&#xc3;" u2="&#xd4;" k="41" />
1099
+ <hkern u1="&#xc3;" u2="&#xd3;" k="41" />
1100
+ <hkern u1="&#xc3;" u2="&#xd2;" k="41" />
1101
+ <hkern u1="&#xc3;" u2="&#xc7;" k="41" />
1102
+ <hkern u1="&#xc3;" u2="Y" k="123" />
1103
+ <hkern u1="&#xc3;" u2="W" k="82" />
1104
+ <hkern u1="&#xc3;" u2="V" k="82" />
1105
+ <hkern u1="&#xc3;" u2="T" k="143" />
1106
+ <hkern u1="&#xc3;" u2="Q" k="41" />
1107
+ <hkern u1="&#xc3;" u2="O" k="41" />
1108
+ <hkern u1="&#xc3;" u2="J" k="-266" />
1109
+ <hkern u1="&#xc3;" u2="G" k="41" />
1110
+ <hkern u1="&#xc3;" u2="C" k="41" />
1111
+ <hkern u1="&#xc3;" u2="&#x27;" k="143" />
1112
+ <hkern u1="&#xc3;" u2="&#x22;" k="143" />
1113
+ <hkern u1="&#xc4;" u2="&#x201d;" k="143" />
1114
+ <hkern u1="&#xc4;" u2="&#x2019;" k="143" />
1115
+ <hkern u1="&#xc4;" u2="&#x178;" k="123" />
1116
+ <hkern u1="&#xc4;" u2="&#x152;" k="41" />
1117
+ <hkern u1="&#xc4;" u2="&#xdd;" k="123" />
1118
+ <hkern u1="&#xc4;" u2="&#xd8;" k="41" />
1119
+ <hkern u1="&#xc4;" u2="&#xd6;" k="41" />
1120
+ <hkern u1="&#xc4;" u2="&#xd5;" k="41" />
1121
+ <hkern u1="&#xc4;" u2="&#xd4;" k="41" />
1122
+ <hkern u1="&#xc4;" u2="&#xd3;" k="41" />
1123
+ <hkern u1="&#xc4;" u2="&#xd2;" k="41" />
1124
+ <hkern u1="&#xc4;" u2="&#xc7;" k="41" />
1125
+ <hkern u1="&#xc4;" u2="Y" k="123" />
1126
+ <hkern u1="&#xc4;" u2="W" k="82" />
1127
+ <hkern u1="&#xc4;" u2="V" k="82" />
1128
+ <hkern u1="&#xc4;" u2="T" k="143" />
1129
+ <hkern u1="&#xc4;" u2="Q" k="41" />
1130
+ <hkern u1="&#xc4;" u2="O" k="41" />
1131
+ <hkern u1="&#xc4;" u2="J" k="-266" />
1132
+ <hkern u1="&#xc4;" u2="G" k="41" />
1133
+ <hkern u1="&#xc4;" u2="C" k="41" />
1134
+ <hkern u1="&#xc4;" u2="&#x27;" k="143" />
1135
+ <hkern u1="&#xc4;" u2="&#x22;" k="143" />
1136
+ <hkern u1="&#xc5;" u2="&#x201d;" k="143" />
1137
+ <hkern u1="&#xc5;" u2="&#x2019;" k="143" />
1138
+ <hkern u1="&#xc5;" u2="&#x178;" k="123" />
1139
+ <hkern u1="&#xc5;" u2="&#x152;" k="41" />
1140
+ <hkern u1="&#xc5;" u2="&#xdd;" k="123" />
1141
+ <hkern u1="&#xc5;" u2="&#xd8;" k="41" />
1142
+ <hkern u1="&#xc5;" u2="&#xd6;" k="41" />
1143
+ <hkern u1="&#xc5;" u2="&#xd5;" k="41" />
1144
+ <hkern u1="&#xc5;" u2="&#xd4;" k="41" />
1145
+ <hkern u1="&#xc5;" u2="&#xd3;" k="41" />
1146
+ <hkern u1="&#xc5;" u2="&#xd2;" k="41" />
1147
+ <hkern u1="&#xc5;" u2="&#xc7;" k="41" />
1148
+ <hkern u1="&#xc5;" u2="Y" k="123" />
1149
+ <hkern u1="&#xc5;" u2="W" k="82" />
1150
+ <hkern u1="&#xc5;" u2="V" k="82" />
1151
+ <hkern u1="&#xc5;" u2="T" k="143" />
1152
+ <hkern u1="&#xc5;" u2="Q" k="41" />
1153
+ <hkern u1="&#xc5;" u2="O" k="41" />
1154
+ <hkern u1="&#xc5;" u2="J" k="-266" />
1155
+ <hkern u1="&#xc5;" u2="G" k="41" />
1156
+ <hkern u1="&#xc5;" u2="C" k="41" />
1157
+ <hkern u1="&#xc5;" u2="&#x27;" k="143" />
1158
+ <hkern u1="&#xc5;" u2="&#x22;" k="143" />
1159
+ <hkern u1="&#xc6;" u2="J" k="-123" />
1160
+ <hkern u1="&#xc7;" u2="&#x152;" k="41" />
1161
+ <hkern u1="&#xc7;" u2="&#xd8;" k="41" />
1162
+ <hkern u1="&#xc7;" u2="&#xd6;" k="41" />
1163
+ <hkern u1="&#xc7;" u2="&#xd5;" k="41" />
1164
+ <hkern u1="&#xc7;" u2="&#xd4;" k="41" />
1165
+ <hkern u1="&#xc7;" u2="&#xd3;" k="41" />
1166
+ <hkern u1="&#xc7;" u2="&#xd2;" k="41" />
1167
+ <hkern u1="&#xc7;" u2="&#xc7;" k="41" />
1168
+ <hkern u1="&#xc7;" u2="Q" k="41" />
1169
+ <hkern u1="&#xc7;" u2="O" k="41" />
1170
+ <hkern u1="&#xc7;" u2="G" k="41" />
1171
+ <hkern u1="&#xc7;" u2="C" k="41" />
1172
+ <hkern u1="&#xc8;" u2="J" k="-123" />
1173
+ <hkern u1="&#xc9;" u2="J" k="-123" />
1174
+ <hkern u1="&#xca;" u2="J" k="-123" />
1175
+ <hkern u1="&#xcb;" u2="J" k="-123" />
1176
+ <hkern u1="&#xd0;" u2="&#x201e;" k="82" />
1177
+ <hkern u1="&#xd0;" u2="&#x201a;" k="82" />
1178
+ <hkern u1="&#xd0;" u2="&#x178;" k="20" />
1179
+ <hkern u1="&#xd0;" u2="&#xdd;" k="20" />
1180
+ <hkern u1="&#xd0;" u2="&#xc5;" k="41" />
1181
+ <hkern u1="&#xd0;" u2="&#xc4;" k="41" />
1182
+ <hkern u1="&#xd0;" u2="&#xc3;" k="41" />
1183
+ <hkern u1="&#xd0;" u2="&#xc2;" k="41" />
1184
+ <hkern u1="&#xd0;" u2="&#xc1;" k="41" />
1185
+ <hkern u1="&#xd0;" u2="&#xc0;" k="41" />
1186
+ <hkern u1="&#xd0;" u2="Z" k="20" />
1187
+ <hkern u1="&#xd0;" u2="Y" k="20" />
1188
+ <hkern u1="&#xd0;" u2="X" k="41" />
1189
+ <hkern u1="&#xd0;" u2="W" k="20" />
1190
+ <hkern u1="&#xd0;" u2="V" k="20" />
1191
+ <hkern u1="&#xd0;" u2="T" k="61" />
1192
+ <hkern u1="&#xd0;" u2="A" k="41" />
1193
+ <hkern u1="&#xd0;" u2="&#x2e;" k="82" />
1194
+ <hkern u1="&#xd0;" u2="&#x2c;" k="82" />
1195
+ <hkern u1="&#xd2;" u2="&#x201e;" k="82" />
1196
+ <hkern u1="&#xd2;" u2="&#x201a;" k="82" />
1197
+ <hkern u1="&#xd2;" u2="&#x178;" k="20" />
1198
+ <hkern u1="&#xd2;" u2="&#xdd;" k="20" />
1199
+ <hkern u1="&#xd2;" u2="&#xc5;" k="41" />
1200
+ <hkern u1="&#xd2;" u2="&#xc4;" k="41" />
1201
+ <hkern u1="&#xd2;" u2="&#xc3;" k="41" />
1202
+ <hkern u1="&#xd2;" u2="&#xc2;" k="41" />
1203
+ <hkern u1="&#xd2;" u2="&#xc1;" k="41" />
1204
+ <hkern u1="&#xd2;" u2="&#xc0;" k="41" />
1205
+ <hkern u1="&#xd2;" u2="Z" k="20" />
1206
+ <hkern u1="&#xd2;" u2="Y" k="20" />
1207
+ <hkern u1="&#xd2;" u2="X" k="41" />
1208
+ <hkern u1="&#xd2;" u2="W" k="20" />
1209
+ <hkern u1="&#xd2;" u2="V" k="20" />
1210
+ <hkern u1="&#xd2;" u2="T" k="61" />
1211
+ <hkern u1="&#xd2;" u2="A" k="41" />
1212
+ <hkern u1="&#xd2;" u2="&#x2e;" k="82" />
1213
+ <hkern u1="&#xd2;" u2="&#x2c;" k="82" />
1214
+ <hkern u1="&#xd3;" u2="&#x201e;" k="82" />
1215
+ <hkern u1="&#xd3;" u2="&#x201a;" k="82" />
1216
+ <hkern u1="&#xd3;" u2="&#x178;" k="20" />
1217
+ <hkern u1="&#xd3;" u2="&#xdd;" k="20" />
1218
+ <hkern u1="&#xd3;" u2="&#xc5;" k="41" />
1219
+ <hkern u1="&#xd3;" u2="&#xc4;" k="41" />
1220
+ <hkern u1="&#xd3;" u2="&#xc3;" k="41" />
1221
+ <hkern u1="&#xd3;" u2="&#xc2;" k="41" />
1222
+ <hkern u1="&#xd3;" u2="&#xc1;" k="41" />
1223
+ <hkern u1="&#xd3;" u2="&#xc0;" k="41" />
1224
+ <hkern u1="&#xd3;" u2="Z" k="20" />
1225
+ <hkern u1="&#xd3;" u2="Y" k="20" />
1226
+ <hkern u1="&#xd3;" u2="X" k="41" />
1227
+ <hkern u1="&#xd3;" u2="W" k="20" />
1228
+ <hkern u1="&#xd3;" u2="V" k="20" />
1229
+ <hkern u1="&#xd3;" u2="T" k="61" />
1230
+ <hkern u1="&#xd3;" u2="A" k="41" />
1231
+ <hkern u1="&#xd3;" u2="&#x2e;" k="82" />
1232
+ <hkern u1="&#xd3;" u2="&#x2c;" k="82" />
1233
+ <hkern u1="&#xd4;" u2="&#x201e;" k="82" />
1234
+ <hkern u1="&#xd4;" u2="&#x201a;" k="82" />
1235
+ <hkern u1="&#xd4;" u2="&#x178;" k="20" />
1236
+ <hkern u1="&#xd4;" u2="&#xdd;" k="20" />
1237
+ <hkern u1="&#xd4;" u2="&#xc5;" k="41" />
1238
+ <hkern u1="&#xd4;" u2="&#xc4;" k="41" />
1239
+ <hkern u1="&#xd4;" u2="&#xc3;" k="41" />
1240
+ <hkern u1="&#xd4;" u2="&#xc2;" k="41" />
1241
+ <hkern u1="&#xd4;" u2="&#xc1;" k="41" />
1242
+ <hkern u1="&#xd4;" u2="&#xc0;" k="41" />
1243
+ <hkern u1="&#xd4;" u2="Z" k="20" />
1244
+ <hkern u1="&#xd4;" u2="Y" k="20" />
1245
+ <hkern u1="&#xd4;" u2="X" k="41" />
1246
+ <hkern u1="&#xd4;" u2="W" k="20" />
1247
+ <hkern u1="&#xd4;" u2="V" k="20" />
1248
+ <hkern u1="&#xd4;" u2="T" k="61" />
1249
+ <hkern u1="&#xd4;" u2="A" k="41" />
1250
+ <hkern u1="&#xd4;" u2="&#x2e;" k="82" />
1251
+ <hkern u1="&#xd4;" u2="&#x2c;" k="82" />
1252
+ <hkern u1="&#xd5;" u2="&#x201e;" k="82" />
1253
+ <hkern u1="&#xd5;" u2="&#x201a;" k="82" />
1254
+ <hkern u1="&#xd5;" u2="&#x178;" k="20" />
1255
+ <hkern u1="&#xd5;" u2="&#xdd;" k="20" />
1256
+ <hkern u1="&#xd5;" u2="&#xc5;" k="41" />
1257
+ <hkern u1="&#xd5;" u2="&#xc4;" k="41" />
1258
+ <hkern u1="&#xd5;" u2="&#xc3;" k="41" />
1259
+ <hkern u1="&#xd5;" u2="&#xc2;" k="41" />
1260
+ <hkern u1="&#xd5;" u2="&#xc1;" k="41" />
1261
+ <hkern u1="&#xd5;" u2="&#xc0;" k="41" />
1262
+ <hkern u1="&#xd5;" u2="Z" k="20" />
1263
+ <hkern u1="&#xd5;" u2="Y" k="20" />
1264
+ <hkern u1="&#xd5;" u2="X" k="41" />
1265
+ <hkern u1="&#xd5;" u2="W" k="20" />
1266
+ <hkern u1="&#xd5;" u2="V" k="20" />
1267
+ <hkern u1="&#xd5;" u2="T" k="61" />
1268
+ <hkern u1="&#xd5;" u2="A" k="41" />
1269
+ <hkern u1="&#xd5;" u2="&#x2e;" k="82" />
1270
+ <hkern u1="&#xd5;" u2="&#x2c;" k="82" />
1271
+ <hkern u1="&#xd6;" u2="&#x201e;" k="82" />
1272
+ <hkern u1="&#xd6;" u2="&#x201a;" k="82" />
1273
+ <hkern u1="&#xd6;" u2="&#x178;" k="20" />
1274
+ <hkern u1="&#xd6;" u2="&#xdd;" k="20" />
1275
+ <hkern u1="&#xd6;" u2="&#xc5;" k="41" />
1276
+ <hkern u1="&#xd6;" u2="&#xc4;" k="41" />
1277
+ <hkern u1="&#xd6;" u2="&#xc3;" k="41" />
1278
+ <hkern u1="&#xd6;" u2="&#xc2;" k="41" />
1279
+ <hkern u1="&#xd6;" u2="&#xc1;" k="41" />
1280
+ <hkern u1="&#xd6;" u2="&#xc0;" k="41" />
1281
+ <hkern u1="&#xd6;" u2="Z" k="20" />
1282
+ <hkern u1="&#xd6;" u2="Y" k="20" />
1283
+ <hkern u1="&#xd6;" u2="X" k="41" />
1284
+ <hkern u1="&#xd6;" u2="W" k="20" />
1285
+ <hkern u1="&#xd6;" u2="V" k="20" />
1286
+ <hkern u1="&#xd6;" u2="T" k="61" />
1287
+ <hkern u1="&#xd6;" u2="A" k="41" />
1288
+ <hkern u1="&#xd6;" u2="&#x2e;" k="82" />
1289
+ <hkern u1="&#xd6;" u2="&#x2c;" k="82" />
1290
+ <hkern u1="&#xd8;" u2="&#x201e;" k="82" />
1291
+ <hkern u1="&#xd8;" u2="&#x201a;" k="82" />
1292
+ <hkern u1="&#xd8;" u2="&#x178;" k="20" />
1293
+ <hkern u1="&#xd8;" u2="&#xdd;" k="20" />
1294
+ <hkern u1="&#xd8;" u2="&#xc5;" k="41" />
1295
+ <hkern u1="&#xd8;" u2="&#xc4;" k="41" />
1296
+ <hkern u1="&#xd8;" u2="&#xc3;" k="41" />
1297
+ <hkern u1="&#xd8;" u2="&#xc2;" k="41" />
1298
+ <hkern u1="&#xd8;" u2="&#xc1;" k="41" />
1299
+ <hkern u1="&#xd8;" u2="&#xc0;" k="41" />
1300
+ <hkern u1="&#xd8;" u2="Z" k="20" />
1301
+ <hkern u1="&#xd8;" u2="Y" k="20" />
1302
+ <hkern u1="&#xd8;" u2="X" k="41" />
1303
+ <hkern u1="&#xd8;" u2="W" k="20" />
1304
+ <hkern u1="&#xd8;" u2="V" k="20" />
1305
+ <hkern u1="&#xd8;" u2="T" k="61" />
1306
+ <hkern u1="&#xd8;" u2="A" k="41" />
1307
+ <hkern u1="&#xd8;" u2="&#x2e;" k="82" />
1308
+ <hkern u1="&#xd8;" u2="&#x2c;" k="82" />
1309
+ <hkern u1="&#xd9;" u2="&#x201e;" k="41" />
1310
+ <hkern u1="&#xd9;" u2="&#x201a;" k="41" />
1311
+ <hkern u1="&#xd9;" u2="&#xc5;" k="20" />
1312
+ <hkern u1="&#xd9;" u2="&#xc4;" k="20" />
1313
+ <hkern u1="&#xd9;" u2="&#xc3;" k="20" />
1314
+ <hkern u1="&#xd9;" u2="&#xc2;" k="20" />
1315
+ <hkern u1="&#xd9;" u2="&#xc1;" k="20" />
1316
+ <hkern u1="&#xd9;" u2="&#xc0;" k="20" />
1317
+ <hkern u1="&#xd9;" u2="A" k="20" />
1318
+ <hkern u1="&#xd9;" u2="&#x2e;" k="41" />
1319
+ <hkern u1="&#xd9;" u2="&#x2c;" k="41" />
1320
+ <hkern u1="&#xda;" u2="&#x201e;" k="41" />
1321
+ <hkern u1="&#xda;" u2="&#x201a;" k="41" />
1322
+ <hkern u1="&#xda;" u2="&#xc5;" k="20" />
1323
+ <hkern u1="&#xda;" u2="&#xc4;" k="20" />
1324
+ <hkern u1="&#xda;" u2="&#xc3;" k="20" />
1325
+ <hkern u1="&#xda;" u2="&#xc2;" k="20" />
1326
+ <hkern u1="&#xda;" u2="&#xc1;" k="20" />
1327
+ <hkern u1="&#xda;" u2="&#xc0;" k="20" />
1328
+ <hkern u1="&#xda;" u2="A" k="20" />
1329
+ <hkern u1="&#xda;" u2="&#x2e;" k="41" />
1330
+ <hkern u1="&#xda;" u2="&#x2c;" k="41" />
1331
+ <hkern u1="&#xdb;" u2="&#x201e;" k="41" />
1332
+ <hkern u1="&#xdb;" u2="&#x201a;" k="41" />
1333
+ <hkern u1="&#xdb;" u2="&#xc5;" k="20" />
1334
+ <hkern u1="&#xdb;" u2="&#xc4;" k="20" />
1335
+ <hkern u1="&#xdb;" u2="&#xc3;" k="20" />
1336
+ <hkern u1="&#xdb;" u2="&#xc2;" k="20" />
1337
+ <hkern u1="&#xdb;" u2="&#xc1;" k="20" />
1338
+ <hkern u1="&#xdb;" u2="&#xc0;" k="20" />
1339
+ <hkern u1="&#xdb;" u2="A" k="20" />
1340
+ <hkern u1="&#xdb;" u2="&#x2e;" k="41" />
1341
+ <hkern u1="&#xdb;" u2="&#x2c;" k="41" />
1342
+ <hkern u1="&#xdc;" u2="&#x201e;" k="41" />
1343
+ <hkern u1="&#xdc;" u2="&#x201a;" k="41" />
1344
+ <hkern u1="&#xdc;" u2="&#xc5;" k="20" />
1345
+ <hkern u1="&#xdc;" u2="&#xc4;" k="20" />
1346
+ <hkern u1="&#xdc;" u2="&#xc3;" k="20" />
1347
+ <hkern u1="&#xdc;" u2="&#xc2;" k="20" />
1348
+ <hkern u1="&#xdc;" u2="&#xc1;" k="20" />
1349
+ <hkern u1="&#xdc;" u2="&#xc0;" k="20" />
1350
+ <hkern u1="&#xdc;" u2="A" k="20" />
1351
+ <hkern u1="&#xdc;" u2="&#x2e;" k="41" />
1352
+ <hkern u1="&#xdc;" u2="&#x2c;" k="41" />
1353
+ <hkern u1="&#xdd;" u2="&#x201e;" k="123" />
1354
+ <hkern u1="&#xdd;" u2="&#x201a;" k="123" />
1355
+ <hkern u1="&#xdd;" u2="&#x153;" k="102" />
1356
+ <hkern u1="&#xdd;" u2="&#x152;" k="41" />
1357
+ <hkern u1="&#xdd;" u2="&#xfc;" k="61" />
1358
+ <hkern u1="&#xdd;" u2="&#xfb;" k="61" />
1359
+ <hkern u1="&#xdd;" u2="&#xfa;" k="61" />
1360
+ <hkern u1="&#xdd;" u2="&#xf9;" k="61" />
1361
+ <hkern u1="&#xdd;" u2="&#xf8;" k="102" />
1362
+ <hkern u1="&#xdd;" u2="&#xf6;" k="102" />
1363
+ <hkern u1="&#xdd;" u2="&#xf5;" k="102" />
1364
+ <hkern u1="&#xdd;" u2="&#xf4;" k="102" />
1365
+ <hkern u1="&#xdd;" u2="&#xf3;" k="102" />
1366
+ <hkern u1="&#xdd;" u2="&#xf2;" k="102" />
1367
+ <hkern u1="&#xdd;" u2="&#xeb;" k="102" />
1368
+ <hkern u1="&#xdd;" u2="&#xea;" k="102" />
1369
+ <hkern u1="&#xdd;" u2="&#xe9;" k="102" />
1370
+ <hkern u1="&#xdd;" u2="&#xe8;" k="102" />
1371
+ <hkern u1="&#xdd;" u2="&#xe7;" k="102" />
1372
+ <hkern u1="&#xdd;" u2="&#xe6;" k="102" />
1373
+ <hkern u1="&#xdd;" u2="&#xe5;" k="102" />
1374
+ <hkern u1="&#xdd;" u2="&#xe4;" k="102" />
1375
+ <hkern u1="&#xdd;" u2="&#xe3;" k="102" />
1376
+ <hkern u1="&#xdd;" u2="&#xe2;" k="102" />
1377
+ <hkern u1="&#xdd;" u2="&#xe1;" k="102" />
1378
+ <hkern u1="&#xdd;" u2="&#xe0;" k="102" />
1379
+ <hkern u1="&#xdd;" u2="&#xd8;" k="41" />
1380
+ <hkern u1="&#xdd;" u2="&#xd6;" k="41" />
1381
+ <hkern u1="&#xdd;" u2="&#xd5;" k="41" />
1382
+ <hkern u1="&#xdd;" u2="&#xd4;" k="41" />
1383
+ <hkern u1="&#xdd;" u2="&#xd3;" k="41" />
1384
+ <hkern u1="&#xdd;" u2="&#xd2;" k="41" />
1385
+ <hkern u1="&#xdd;" u2="&#xc7;" k="41" />
1386
+ <hkern u1="&#xdd;" u2="&#xc5;" k="123" />
1387
+ <hkern u1="&#xdd;" u2="&#xc4;" k="123" />
1388
+ <hkern u1="&#xdd;" u2="&#xc3;" k="123" />
1389
+ <hkern u1="&#xdd;" u2="&#xc2;" k="123" />
1390
+ <hkern u1="&#xdd;" u2="&#xc1;" k="123" />
1391
+ <hkern u1="&#xdd;" u2="&#xc0;" k="123" />
1392
+ <hkern u1="&#xdd;" u2="z" k="41" />
1393
+ <hkern u1="&#xdd;" u2="u" k="61" />
1394
+ <hkern u1="&#xdd;" u2="s" k="82" />
1395
+ <hkern u1="&#xdd;" u2="r" k="61" />
1396
+ <hkern u1="&#xdd;" u2="q" k="102" />
1397
+ <hkern u1="&#xdd;" u2="p" k="61" />
1398
+ <hkern u1="&#xdd;" u2="o" k="102" />
1399
+ <hkern u1="&#xdd;" u2="n" k="61" />
1400
+ <hkern u1="&#xdd;" u2="m" k="61" />
1401
+ <hkern u1="&#xdd;" u2="g" k="41" />
1402
+ <hkern u1="&#xdd;" u2="e" k="102" />
1403
+ <hkern u1="&#xdd;" u2="d" k="102" />
1404
+ <hkern u1="&#xdd;" u2="c" k="102" />
1405
+ <hkern u1="&#xdd;" u2="a" k="102" />
1406
+ <hkern u1="&#xdd;" u2="Q" k="41" />
1407
+ <hkern u1="&#xdd;" u2="O" k="41" />
1408
+ <hkern u1="&#xdd;" u2="G" k="41" />
1409
+ <hkern u1="&#xdd;" u2="C" k="41" />
1410
+ <hkern u1="&#xdd;" u2="A" k="123" />
1411
+ <hkern u1="&#xdd;" u2="&#x3f;" k="-41" />
1412
+ <hkern u1="&#xdd;" u2="&#x2e;" k="123" />
1413
+ <hkern u1="&#xdd;" u2="&#x2c;" k="123" />
1414
+ <hkern u1="&#xde;" u2="&#x201e;" k="266" />
1415
+ <hkern u1="&#xde;" u2="&#x201a;" k="266" />
1416
+ <hkern u1="&#xde;" u2="&#xc5;" k="102" />
1417
+ <hkern u1="&#xde;" u2="&#xc4;" k="102" />
1418
+ <hkern u1="&#xde;" u2="&#xc3;" k="102" />
1419
+ <hkern u1="&#xde;" u2="&#xc2;" k="102" />
1420
+ <hkern u1="&#xde;" u2="&#xc1;" k="102" />
1421
+ <hkern u1="&#xde;" u2="&#xc0;" k="102" />
1422
+ <hkern u1="&#xde;" u2="Z" k="20" />
1423
+ <hkern u1="&#xde;" u2="X" k="41" />
1424
+ <hkern u1="&#xde;" u2="A" k="102" />
1425
+ <hkern u1="&#xde;" u2="&#x2e;" k="266" />
1426
+ <hkern u1="&#xde;" u2="&#x2c;" k="266" />
1427
+ <hkern u1="&#xe0;" u2="&#x201d;" k="20" />
1428
+ <hkern u1="&#xe0;" u2="&#x2019;" k="20" />
1429
+ <hkern u1="&#xe0;" u2="&#x27;" k="20" />
1430
+ <hkern u1="&#xe0;" u2="&#x22;" k="20" />
1431
+ <hkern u1="&#xe1;" u2="&#x201d;" k="20" />
1432
+ <hkern u1="&#xe1;" u2="&#x2019;" k="20" />
1433
+ <hkern u1="&#xe1;" u2="&#x27;" k="20" />
1434
+ <hkern u1="&#xe1;" u2="&#x22;" k="20" />
1435
+ <hkern u1="&#xe2;" u2="&#x201d;" k="20" />
1436
+ <hkern u1="&#xe2;" u2="&#x2019;" k="20" />
1437
+ <hkern u1="&#xe2;" u2="&#x27;" k="20" />
1438
+ <hkern u1="&#xe2;" u2="&#x22;" k="20" />
1439
+ <hkern u1="&#xe3;" u2="&#x201d;" k="20" />
1440
+ <hkern u1="&#xe3;" u2="&#x2019;" k="20" />
1441
+ <hkern u1="&#xe3;" u2="&#x27;" k="20" />
1442
+ <hkern u1="&#xe3;" u2="&#x22;" k="20" />
1443
+ <hkern u1="&#xe4;" u2="&#x201d;" k="20" />
1444
+ <hkern u1="&#xe4;" u2="&#x2019;" k="20" />
1445
+ <hkern u1="&#xe4;" u2="&#x27;" k="20" />
1446
+ <hkern u1="&#xe4;" u2="&#x22;" k="20" />
1447
+ <hkern u1="&#xe5;" u2="&#x201d;" k="20" />
1448
+ <hkern u1="&#xe5;" u2="&#x2019;" k="20" />
1449
+ <hkern u1="&#xe5;" u2="&#x27;" k="20" />
1450
+ <hkern u1="&#xe5;" u2="&#x22;" k="20" />
1451
+ <hkern u1="&#xe8;" u2="&#x201d;" k="20" />
1452
+ <hkern u1="&#xe8;" u2="&#x2019;" k="20" />
1453
+ <hkern u1="&#xe8;" u2="&#xfd;" k="41" />
1454
+ <hkern u1="&#xe8;" u2="z" k="20" />
1455
+ <hkern u1="&#xe8;" u2="y" k="41" />
1456
+ <hkern u1="&#xe8;" u2="x" k="41" />
1457
+ <hkern u1="&#xe8;" u2="w" k="41" />
1458
+ <hkern u1="&#xe8;" u2="v" k="41" />
1459
+ <hkern u1="&#xe8;" u2="&#x27;" k="20" />
1460
+ <hkern u1="&#xe8;" u2="&#x22;" k="20" />
1461
+ <hkern u1="&#xe9;" u2="&#x201d;" k="20" />
1462
+ <hkern u1="&#xe9;" u2="&#x2019;" k="20" />
1463
+ <hkern u1="&#xe9;" u2="&#xfd;" k="41" />
1464
+ <hkern u1="&#xe9;" u2="z" k="20" />
1465
+ <hkern u1="&#xe9;" u2="y" k="41" />
1466
+ <hkern u1="&#xe9;" u2="x" k="41" />
1467
+ <hkern u1="&#xe9;" u2="w" k="41" />
1468
+ <hkern u1="&#xe9;" u2="v" k="41" />
1469
+ <hkern u1="&#xe9;" u2="&#x27;" k="20" />
1470
+ <hkern u1="&#xe9;" u2="&#x22;" k="20" />
1471
+ <hkern u1="&#xea;" u2="&#x201d;" k="20" />
1472
+ <hkern u1="&#xea;" u2="&#x2019;" k="20" />
1473
+ <hkern u1="&#xea;" u2="&#xfd;" k="41" />
1474
+ <hkern u1="&#xea;" u2="z" k="20" />
1475
+ <hkern u1="&#xea;" u2="y" k="41" />
1476
+ <hkern u1="&#xea;" u2="x" k="41" />
1477
+ <hkern u1="&#xea;" u2="w" k="41" />
1478
+ <hkern u1="&#xea;" u2="v" k="41" />
1479
+ <hkern u1="&#xea;" u2="&#x27;" k="20" />
1480
+ <hkern u1="&#xea;" u2="&#x22;" k="20" />
1481
+ <hkern u1="&#xeb;" u2="&#x201d;" k="20" />
1482
+ <hkern u1="&#xeb;" u2="&#x2019;" k="20" />
1483
+ <hkern u1="&#xeb;" u2="&#xfd;" k="41" />
1484
+ <hkern u1="&#xeb;" u2="z" k="20" />
1485
+ <hkern u1="&#xeb;" u2="y" k="41" />
1486
+ <hkern u1="&#xeb;" u2="x" k="41" />
1487
+ <hkern u1="&#xeb;" u2="w" k="41" />
1488
+ <hkern u1="&#xeb;" u2="v" k="41" />
1489
+ <hkern u1="&#xeb;" u2="&#x27;" k="20" />
1490
+ <hkern u1="&#xeb;" u2="&#x22;" k="20" />
1491
+ <hkern u1="&#xf0;" u2="&#x201d;" k="20" />
1492
+ <hkern u1="&#xf0;" u2="&#x2019;" k="20" />
1493
+ <hkern u1="&#xf0;" u2="&#xfd;" k="41" />
1494
+ <hkern u1="&#xf0;" u2="z" k="20" />
1495
+ <hkern u1="&#xf0;" u2="y" k="41" />
1496
+ <hkern u1="&#xf0;" u2="x" k="41" />
1497
+ <hkern u1="&#xf0;" u2="w" k="41" />
1498
+ <hkern u1="&#xf0;" u2="v" k="41" />
1499
+ <hkern u1="&#xf0;" u2="&#x27;" k="20" />
1500
+ <hkern u1="&#xf0;" u2="&#x22;" k="20" />
1501
+ <hkern u1="&#xf2;" u2="&#x201d;" k="20" />
1502
+ <hkern u1="&#xf2;" u2="&#x2019;" k="20" />
1503
+ <hkern u1="&#xf2;" u2="&#xfd;" k="41" />
1504
+ <hkern u1="&#xf2;" u2="z" k="20" />
1505
+ <hkern u1="&#xf2;" u2="y" k="41" />
1506
+ <hkern u1="&#xf2;" u2="x" k="41" />
1507
+ <hkern u1="&#xf2;" u2="w" k="41" />
1508
+ <hkern u1="&#xf2;" u2="v" k="41" />
1509
+ <hkern u1="&#xf2;" u2="&#x27;" k="20" />
1510
+ <hkern u1="&#xf2;" u2="&#x22;" k="20" />
1511
+ <hkern u1="&#xf3;" u2="&#x201d;" k="20" />
1512
+ <hkern u1="&#xf3;" u2="&#x2019;" k="20" />
1513
+ <hkern u1="&#xf3;" u2="&#xfd;" k="41" />
1514
+ <hkern u1="&#xf3;" u2="z" k="20" />
1515
+ <hkern u1="&#xf3;" u2="y" k="41" />
1516
+ <hkern u1="&#xf3;" u2="x" k="41" />
1517
+ <hkern u1="&#xf3;" u2="w" k="41" />
1518
+ <hkern u1="&#xf3;" u2="v" k="41" />
1519
+ <hkern u1="&#xf3;" u2="&#x27;" k="20" />
1520
+ <hkern u1="&#xf3;" u2="&#x22;" k="20" />
1521
+ <hkern u1="&#xf4;" u2="&#x201d;" k="20" />
1522
+ <hkern u1="&#xf4;" u2="&#x2019;" k="20" />
1523
+ <hkern u1="&#xf4;" u2="&#xfd;" k="41" />
1524
+ <hkern u1="&#xf4;" u2="z" k="20" />
1525
+ <hkern u1="&#xf4;" u2="y" k="41" />
1526
+ <hkern u1="&#xf4;" u2="x" k="41" />
1527
+ <hkern u1="&#xf4;" u2="w" k="41" />
1528
+ <hkern u1="&#xf4;" u2="v" k="41" />
1529
+ <hkern u1="&#xf4;" u2="&#x27;" k="20" />
1530
+ <hkern u1="&#xf4;" u2="&#x22;" k="20" />
1531
+ <hkern u1="&#xf6;" u2="&#x201d;" k="41" />
1532
+ <hkern u1="&#xf6;" u2="&#x2019;" k="41" />
1533
+ <hkern u1="&#xf6;" u2="&#x27;" k="41" />
1534
+ <hkern u1="&#xf6;" u2="&#x22;" k="41" />
1535
+ <hkern u1="&#xf8;" u2="&#x201d;" k="20" />
1536
+ <hkern u1="&#xf8;" u2="&#x2019;" k="20" />
1537
+ <hkern u1="&#xf8;" u2="&#xfd;" k="41" />
1538
+ <hkern u1="&#xf8;" u2="z" k="20" />
1539
+ <hkern u1="&#xf8;" u2="y" k="41" />
1540
+ <hkern u1="&#xf8;" u2="x" k="41" />
1541
+ <hkern u1="&#xf8;" u2="w" k="41" />
1542
+ <hkern u1="&#xf8;" u2="v" k="41" />
1543
+ <hkern u1="&#xf8;" u2="&#x27;" k="20" />
1544
+ <hkern u1="&#xf8;" u2="&#x22;" k="20" />
1545
+ <hkern u1="&#xfd;" u2="&#x201e;" k="82" />
1546
+ <hkern u1="&#xfd;" u2="&#x201d;" k="-82" />
1547
+ <hkern u1="&#xfd;" u2="&#x201a;" k="82" />
1548
+ <hkern u1="&#xfd;" u2="&#x2019;" k="-82" />
1549
+ <hkern u1="&#xfd;" u2="&#x3f;" k="-41" />
1550
+ <hkern u1="&#xfd;" u2="&#x2e;" k="82" />
1551
+ <hkern u1="&#xfd;" u2="&#x2c;" k="82" />
1552
+ <hkern u1="&#xfd;" u2="&#x27;" k="-82" />
1553
+ <hkern u1="&#xfd;" u2="&#x22;" k="-82" />
1554
+ <hkern u1="&#xfe;" u2="&#x201d;" k="20" />
1555
+ <hkern u1="&#xfe;" u2="&#x2019;" k="20" />
1556
+ <hkern u1="&#xfe;" u2="&#xfd;" k="41" />
1557
+ <hkern u1="&#xfe;" u2="z" k="20" />
1558
+ <hkern u1="&#xfe;" u2="y" k="41" />
1559
+ <hkern u1="&#xfe;" u2="x" k="41" />
1560
+ <hkern u1="&#xfe;" u2="w" k="41" />
1561
+ <hkern u1="&#xfe;" u2="v" k="41" />
1562
+ <hkern u1="&#xfe;" u2="&#x27;" k="20" />
1563
+ <hkern u1="&#xfe;" u2="&#x22;" k="20" />
1564
+ <hkern u1="&#xff;" u2="&#x201e;" k="82" />
1565
+ <hkern u1="&#xff;" u2="&#x201d;" k="-82" />
1566
+ <hkern u1="&#xff;" u2="&#x201a;" k="82" />
1567
+ <hkern u1="&#xff;" u2="&#x2019;" k="-82" />
1568
+ <hkern u1="&#xff;" u2="&#x3f;" k="-41" />
1569
+ <hkern u1="&#xff;" u2="&#x2e;" k="82" />
1570
+ <hkern u1="&#xff;" u2="&#x2c;" k="82" />
1571
+ <hkern u1="&#xff;" u2="&#x27;" k="-82" />
1572
+ <hkern u1="&#xff;" u2="&#x22;" k="-82" />
1573
+ <hkern u1="&#x152;" u2="J" k="-123" />
1574
+ <hkern u1="&#x178;" u2="&#x201e;" k="123" />
1575
+ <hkern u1="&#x178;" u2="&#x201a;" k="123" />
1576
+ <hkern u1="&#x178;" u2="&#x153;" k="102" />
1577
+ <hkern u1="&#x178;" u2="&#x152;" k="41" />
1578
+ <hkern u1="&#x178;" u2="&#xfc;" k="61" />
1579
+ <hkern u1="&#x178;" u2="&#xfb;" k="61" />
1580
+ <hkern u1="&#x178;" u2="&#xfa;" k="61" />
1581
+ <hkern u1="&#x178;" u2="&#xf9;" k="61" />
1582
+ <hkern u1="&#x178;" u2="&#xf8;" k="102" />
1583
+ <hkern u1="&#x178;" u2="&#xf6;" k="102" />
1584
+ <hkern u1="&#x178;" u2="&#xf5;" k="102" />
1585
+ <hkern u1="&#x178;" u2="&#xf4;" k="102" />
1586
+ <hkern u1="&#x178;" u2="&#xf3;" k="102" />
1587
+ <hkern u1="&#x178;" u2="&#xf2;" k="102" />
1588
+ <hkern u1="&#x178;" u2="&#xeb;" k="102" />
1589
+ <hkern u1="&#x178;" u2="&#xea;" k="102" />
1590
+ <hkern u1="&#x178;" u2="&#xe9;" k="102" />
1591
+ <hkern u1="&#x178;" u2="&#xe8;" k="102" />
1592
+ <hkern u1="&#x178;" u2="&#xe7;" k="102" />
1593
+ <hkern u1="&#x178;" u2="&#xe6;" k="102" />
1594
+ <hkern u1="&#x178;" u2="&#xe5;" k="102" />
1595
+ <hkern u1="&#x178;" u2="&#xe4;" k="102" />
1596
+ <hkern u1="&#x178;" u2="&#xe3;" k="102" />
1597
+ <hkern u1="&#x178;" u2="&#xe2;" k="102" />
1598
+ <hkern u1="&#x178;" u2="&#xe1;" k="102" />
1599
+ <hkern u1="&#x178;" u2="&#xe0;" k="102" />
1600
+ <hkern u1="&#x178;" u2="&#xd8;" k="41" />
1601
+ <hkern u1="&#x178;" u2="&#xd6;" k="41" />
1602
+ <hkern u1="&#x178;" u2="&#xd5;" k="41" />
1603
+ <hkern u1="&#x178;" u2="&#xd4;" k="41" />
1604
+ <hkern u1="&#x178;" u2="&#xd3;" k="41" />
1605
+ <hkern u1="&#x178;" u2="&#xd2;" k="41" />
1606
+ <hkern u1="&#x178;" u2="&#xc7;" k="41" />
1607
+ <hkern u1="&#x178;" u2="&#xc5;" k="123" />
1608
+ <hkern u1="&#x178;" u2="&#xc4;" k="123" />
1609
+ <hkern u1="&#x178;" u2="&#xc3;" k="123" />
1610
+ <hkern u1="&#x178;" u2="&#xc2;" k="123" />
1611
+ <hkern u1="&#x178;" u2="&#xc1;" k="123" />
1612
+ <hkern u1="&#x178;" u2="&#xc0;" k="123" />
1613
+ <hkern u1="&#x178;" u2="z" k="41" />
1614
+ <hkern u1="&#x178;" u2="u" k="61" />
1615
+ <hkern u1="&#x178;" u2="s" k="82" />
1616
+ <hkern u1="&#x178;" u2="r" k="61" />
1617
+ <hkern u1="&#x178;" u2="q" k="102" />
1618
+ <hkern u1="&#x178;" u2="p" k="61" />
1619
+ <hkern u1="&#x178;" u2="o" k="102" />
1620
+ <hkern u1="&#x178;" u2="n" k="61" />
1621
+ <hkern u1="&#x178;" u2="m" k="61" />
1622
+ <hkern u1="&#x178;" u2="g" k="41" />
1623
+ <hkern u1="&#x178;" u2="e" k="102" />
1624
+ <hkern u1="&#x178;" u2="d" k="102" />
1625
+ <hkern u1="&#x178;" u2="c" k="102" />
1626
+ <hkern u1="&#x178;" u2="a" k="102" />
1627
+ <hkern u1="&#x178;" u2="Q" k="41" />
1628
+ <hkern u1="&#x178;" u2="O" k="41" />
1629
+ <hkern u1="&#x178;" u2="G" k="41" />
1630
+ <hkern u1="&#x178;" u2="C" k="41" />
1631
+ <hkern u1="&#x178;" u2="A" k="123" />
1632
+ <hkern u1="&#x178;" u2="&#x3f;" k="-41" />
1633
+ <hkern u1="&#x178;" u2="&#x2e;" k="123" />
1634
+ <hkern u1="&#x178;" u2="&#x2c;" k="123" />
1635
+ <hkern u1="&#x2013;" u2="T" k="82" />
1636
+ <hkern u1="&#x2014;" u2="T" k="82" />
1637
+ <hkern u1="&#x2018;" u2="&#x178;" k="-20" />
1638
+ <hkern u1="&#x2018;" u2="&#x153;" k="123" />
1639
+ <hkern u1="&#x2018;" u2="&#xfc;" k="61" />
1640
+ <hkern u1="&#x2018;" u2="&#xfb;" k="61" />
1641
+ <hkern u1="&#x2018;" u2="&#xfa;" k="61" />
1642
+ <hkern u1="&#x2018;" u2="&#xf9;" k="61" />
1643
+ <hkern u1="&#x2018;" u2="&#xf8;" k="123" />
1644
+ <hkern u1="&#x2018;" u2="&#xf6;" k="123" />
1645
+ <hkern u1="&#x2018;" u2="&#xf5;" k="123" />
1646
+ <hkern u1="&#x2018;" u2="&#xf4;" k="123" />
1647
+ <hkern u1="&#x2018;" u2="&#xf3;" k="123" />
1648
+ <hkern u1="&#x2018;" u2="&#xf2;" k="123" />
1649
+ <hkern u1="&#x2018;" u2="&#xeb;" k="123" />
1650
+ <hkern u1="&#x2018;" u2="&#xea;" k="123" />
1651
+ <hkern u1="&#x2018;" u2="&#xe9;" k="123" />
1652
+ <hkern u1="&#x2018;" u2="&#xe8;" k="123" />
1653
+ <hkern u1="&#x2018;" u2="&#xe7;" k="123" />
1654
+ <hkern u1="&#x2018;" u2="&#xe6;" k="82" />
1655
+ <hkern u1="&#x2018;" u2="&#xe5;" k="82" />
1656
+ <hkern u1="&#x2018;" u2="&#xe4;" k="82" />
1657
+ <hkern u1="&#x2018;" u2="&#xe3;" k="82" />
1658
+ <hkern u1="&#x2018;" u2="&#xe2;" k="82" />
1659
+ <hkern u1="&#x2018;" u2="&#xe1;" k="82" />
1660
+ <hkern u1="&#x2018;" u2="&#xe0;" k="123" />
1661
+ <hkern u1="&#x2018;" u2="&#xdd;" k="-20" />
1662
+ <hkern u1="&#x2018;" u2="&#xc5;" k="143" />
1663
+ <hkern u1="&#x2018;" u2="&#xc4;" k="143" />
1664
+ <hkern u1="&#x2018;" u2="&#xc3;" k="143" />
1665
+ <hkern u1="&#x2018;" u2="&#xc2;" k="143" />
1666
+ <hkern u1="&#x2018;" u2="&#xc1;" k="143" />
1667
+ <hkern u1="&#x2018;" u2="&#xc0;" k="143" />
1668
+ <hkern u1="&#x2018;" u2="u" k="61" />
1669
+ <hkern u1="&#x2018;" u2="s" k="61" />
1670
+ <hkern u1="&#x2018;" u2="r" k="61" />
1671
+ <hkern u1="&#x2018;" u2="q" k="123" />
1672
+ <hkern u1="&#x2018;" u2="p" k="61" />
1673
+ <hkern u1="&#x2018;" u2="o" k="123" />
1674
+ <hkern u1="&#x2018;" u2="n" k="61" />
1675
+ <hkern u1="&#x2018;" u2="m" k="61" />
1676
+ <hkern u1="&#x2018;" u2="g" k="61" />
1677
+ <hkern u1="&#x2018;" u2="e" k="123" />
1678
+ <hkern u1="&#x2018;" u2="d" k="123" />
1679
+ <hkern u1="&#x2018;" u2="c" k="123" />
1680
+ <hkern u1="&#x2018;" u2="a" k="82" />
1681
+ <hkern u1="&#x2018;" u2="Y" k="-20" />
1682
+ <hkern u1="&#x2018;" u2="W" k="-41" />
1683
+ <hkern u1="&#x2018;" u2="V" k="-41" />
1684
+ <hkern u1="&#x2018;" u2="T" k="-41" />
1685
+ <hkern u1="&#x2018;" u2="A" k="143" />
1686
+ <hkern u1="&#x2019;" u2="&#x178;" k="-20" />
1687
+ <hkern u1="&#x2019;" u2="&#x153;" k="123" />
1688
+ <hkern u1="&#x2019;" u2="&#xfc;" k="61" />
1689
+ <hkern u1="&#x2019;" u2="&#xfb;" k="61" />
1690
+ <hkern u1="&#x2019;" u2="&#xfa;" k="61" />
1691
+ <hkern u1="&#x2019;" u2="&#xf9;" k="61" />
1692
+ <hkern u1="&#x2019;" u2="&#xf8;" k="123" />
1693
+ <hkern u1="&#x2019;" u2="&#xf6;" k="123" />
1694
+ <hkern u1="&#x2019;" u2="&#xf5;" k="123" />
1695
+ <hkern u1="&#x2019;" u2="&#xf4;" k="123" />
1696
+ <hkern u1="&#x2019;" u2="&#xf3;" k="123" />
1697
+ <hkern u1="&#x2019;" u2="&#xf2;" k="123" />
1698
+ <hkern u1="&#x2019;" u2="&#xeb;" k="123" />
1699
+ <hkern u1="&#x2019;" u2="&#xea;" k="123" />
1700
+ <hkern u1="&#x2019;" u2="&#xe9;" k="123" />
1701
+ <hkern u1="&#x2019;" u2="&#xe8;" k="123" />
1702
+ <hkern u1="&#x2019;" u2="&#xe7;" k="123" />
1703
+ <hkern u1="&#x2019;" u2="&#xe6;" k="82" />
1704
+ <hkern u1="&#x2019;" u2="&#xe5;" k="82" />
1705
+ <hkern u1="&#x2019;" u2="&#xe4;" k="82" />
1706
+ <hkern u1="&#x2019;" u2="&#xe3;" k="82" />
1707
+ <hkern u1="&#x2019;" u2="&#xe2;" k="82" />
1708
+ <hkern u1="&#x2019;" u2="&#xe1;" k="82" />
1709
+ <hkern u1="&#x2019;" u2="&#xe0;" k="123" />
1710
+ <hkern u1="&#x2019;" u2="&#xdd;" k="-20" />
1711
+ <hkern u1="&#x2019;" u2="&#xc5;" k="143" />
1712
+ <hkern u1="&#x2019;" u2="&#xc4;" k="143" />
1713
+ <hkern u1="&#x2019;" u2="&#xc3;" k="143" />
1714
+ <hkern u1="&#x2019;" u2="&#xc2;" k="143" />
1715
+ <hkern u1="&#x2019;" u2="&#xc1;" k="143" />
1716
+ <hkern u1="&#x2019;" u2="&#xc0;" k="143" />
1717
+ <hkern u1="&#x2019;" u2="u" k="61" />
1718
+ <hkern u1="&#x2019;" u2="s" k="61" />
1719
+ <hkern u1="&#x2019;" u2="r" k="61" />
1720
+ <hkern u1="&#x2019;" u2="q" k="123" />
1721
+ <hkern u1="&#x2019;" u2="p" k="61" />
1722
+ <hkern u1="&#x2019;" u2="o" k="123" />
1723
+ <hkern u1="&#x2019;" u2="n" k="61" />
1724
+ <hkern u1="&#x2019;" u2="m" k="61" />
1725
+ <hkern u1="&#x2019;" u2="g" k="61" />
1726
+ <hkern u1="&#x2019;" u2="e" k="123" />
1727
+ <hkern u1="&#x2019;" u2="d" k="123" />
1728
+ <hkern u1="&#x2019;" u2="c" k="123" />
1729
+ <hkern u1="&#x2019;" u2="a" k="82" />
1730
+ <hkern u1="&#x2019;" u2="Y" k="-20" />
1731
+ <hkern u1="&#x2019;" u2="W" k="-41" />
1732
+ <hkern u1="&#x2019;" u2="V" k="-41" />
1733
+ <hkern u1="&#x2019;" u2="T" k="-41" />
1734
+ <hkern u1="&#x2019;" u2="A" k="143" />
1735
+ <hkern u1="&#x201a;" u2="&#x178;" k="123" />
1736
+ <hkern u1="&#x201a;" u2="&#x152;" k="102" />
1737
+ <hkern u1="&#x201a;" u2="&#xdd;" k="123" />
1738
+ <hkern u1="&#x201a;" u2="&#xdc;" k="41" />
1739
+ <hkern u1="&#x201a;" u2="&#xdb;" k="41" />
1740
+ <hkern u1="&#x201a;" u2="&#xda;" k="41" />
1741
+ <hkern u1="&#x201a;" u2="&#xd9;" k="41" />
1742
+ <hkern u1="&#x201a;" u2="&#xd8;" k="102" />
1743
+ <hkern u1="&#x201a;" u2="&#xd6;" k="102" />
1744
+ <hkern u1="&#x201a;" u2="&#xd5;" k="102" />
1745
+ <hkern u1="&#x201a;" u2="&#xd4;" k="102" />
1746
+ <hkern u1="&#x201a;" u2="&#xd3;" k="102" />
1747
+ <hkern u1="&#x201a;" u2="&#xd2;" k="102" />
1748
+ <hkern u1="&#x201a;" u2="&#xc7;" k="102" />
1749
+ <hkern u1="&#x201a;" u2="Y" k="123" />
1750
+ <hkern u1="&#x201a;" u2="W" k="123" />
1751
+ <hkern u1="&#x201a;" u2="V" k="123" />
1752
+ <hkern u1="&#x201a;" u2="U" k="41" />
1753
+ <hkern u1="&#x201a;" u2="T" k="143" />
1754
+ <hkern u1="&#x201a;" u2="Q" k="102" />
1755
+ <hkern u1="&#x201a;" u2="O" k="102" />
1756
+ <hkern u1="&#x201a;" u2="G" k="102" />
1757
+ <hkern u1="&#x201a;" u2="C" k="102" />
1758
+ <hkern u1="&#x201c;" u2="&#x178;" k="-20" />
1759
+ <hkern u1="&#x201c;" u2="&#x153;" k="123" />
1760
+ <hkern u1="&#x201c;" u2="&#xfc;" k="61" />
1761
+ <hkern u1="&#x201c;" u2="&#xfb;" k="61" />
1762
+ <hkern u1="&#x201c;" u2="&#xfa;" k="61" />
1763
+ <hkern u1="&#x201c;" u2="&#xf9;" k="61" />
1764
+ <hkern u1="&#x201c;" u2="&#xf8;" k="123" />
1765
+ <hkern u1="&#x201c;" u2="&#xf6;" k="123" />
1766
+ <hkern u1="&#x201c;" u2="&#xf5;" k="123" />
1767
+ <hkern u1="&#x201c;" u2="&#xf4;" k="123" />
1768
+ <hkern u1="&#x201c;" u2="&#xf3;" k="123" />
1769
+ <hkern u1="&#x201c;" u2="&#xf2;" k="123" />
1770
+ <hkern u1="&#x201c;" u2="&#xeb;" k="123" />
1771
+ <hkern u1="&#x201c;" u2="&#xea;" k="123" />
1772
+ <hkern u1="&#x201c;" u2="&#xe9;" k="123" />
1773
+ <hkern u1="&#x201c;" u2="&#xe8;" k="123" />
1774
+ <hkern u1="&#x201c;" u2="&#xe7;" k="123" />
1775
+ <hkern u1="&#x201c;" u2="&#xe6;" k="82" />
1776
+ <hkern u1="&#x201c;" u2="&#xe5;" k="82" />
1777
+ <hkern u1="&#x201c;" u2="&#xe4;" k="82" />
1778
+ <hkern u1="&#x201c;" u2="&#xe3;" k="82" />
1779
+ <hkern u1="&#x201c;" u2="&#xe2;" k="82" />
1780
+ <hkern u1="&#x201c;" u2="&#xe1;" k="82" />
1781
+ <hkern u1="&#x201c;" u2="&#xe0;" k="123" />
1782
+ <hkern u1="&#x201c;" u2="&#xdd;" k="-20" />
1783
+ <hkern u1="&#x201c;" u2="&#xc5;" k="143" />
1784
+ <hkern u1="&#x201c;" u2="&#xc4;" k="143" />
1785
+ <hkern u1="&#x201c;" u2="&#xc3;" k="143" />
1786
+ <hkern u1="&#x201c;" u2="&#xc2;" k="143" />
1787
+ <hkern u1="&#x201c;" u2="&#xc1;" k="143" />
1788
+ <hkern u1="&#x201c;" u2="&#xc0;" k="143" />
1789
+ <hkern u1="&#x201c;" u2="u" k="61" />
1790
+ <hkern u1="&#x201c;" u2="s" k="61" />
1791
+ <hkern u1="&#x201c;" u2="r" k="61" />
1792
+ <hkern u1="&#x201c;" u2="q" k="123" />
1793
+ <hkern u1="&#x201c;" u2="p" k="61" />
1794
+ <hkern u1="&#x201c;" u2="o" k="123" />
1795
+ <hkern u1="&#x201c;" u2="n" k="61" />
1796
+ <hkern u1="&#x201c;" u2="m" k="61" />
1797
+ <hkern u1="&#x201c;" u2="g" k="61" />
1798
+ <hkern u1="&#x201c;" u2="e" k="123" />
1799
+ <hkern u1="&#x201c;" u2="d" k="123" />
1800
+ <hkern u1="&#x201c;" u2="c" k="123" />
1801
+ <hkern u1="&#x201c;" u2="a" k="82" />
1802
+ <hkern u1="&#x201c;" u2="Y" k="-20" />
1803
+ <hkern u1="&#x201c;" u2="W" k="-41" />
1804
+ <hkern u1="&#x201c;" u2="V" k="-41" />
1805
+ <hkern u1="&#x201c;" u2="T" k="-41" />
1806
+ <hkern u1="&#x201c;" u2="A" k="143" />
1807
+ <hkern u1="&#x201e;" u2="&#x178;" k="123" />
1808
+ <hkern u1="&#x201e;" u2="&#x152;" k="102" />
1809
+ <hkern u1="&#x201e;" u2="&#xdd;" k="123" />
1810
+ <hkern u1="&#x201e;" u2="&#xdc;" k="41" />
1811
+ <hkern u1="&#x201e;" u2="&#xdb;" k="41" />
1812
+ <hkern u1="&#x201e;" u2="&#xda;" k="41" />
1813
+ <hkern u1="&#x201e;" u2="&#xd9;" k="41" />
1814
+ <hkern u1="&#x201e;" u2="&#xd8;" k="102" />
1815
+ <hkern u1="&#x201e;" u2="&#xd6;" k="102" />
1816
+ <hkern u1="&#x201e;" u2="&#xd5;" k="102" />
1817
+ <hkern u1="&#x201e;" u2="&#xd4;" k="102" />
1818
+ <hkern u1="&#x201e;" u2="&#xd3;" k="102" />
1819
+ <hkern u1="&#x201e;" u2="&#xd2;" k="102" />
1820
+ <hkern u1="&#x201e;" u2="&#xc7;" k="102" />
1821
+ <hkern u1="&#x201e;" u2="Y" k="123" />
1822
+ <hkern u1="&#x201e;" u2="W" k="123" />
1823
+ <hkern u1="&#x201e;" u2="V" k="123" />
1824
+ <hkern u1="&#x201e;" u2="U" k="41" />
1825
+ <hkern u1="&#x201e;" u2="T" k="143" />
1826
+ <hkern u1="&#x201e;" u2="Q" k="102" />
1827
+ <hkern u1="&#x201e;" u2="O" k="102" />
1828
+ <hkern u1="&#x201e;" u2="G" k="102" />
1829
+ <hkern u1="&#x201e;" u2="C" k="102" />
1830
+ </font>
1831
+ </defs></svg>
skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfont.ttf ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfont.woff ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/light/OpenSans-Light-webfontd41d.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfont.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfont.svg ADDED
@@ -0,0 +1,1831 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_sansregular" horiz-adv-x="1171" >
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="1212" d="M29 0zM670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM1036 0h-166v1096h166v-1096zM856 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5 q-42 0 -70 27.5t-28 83.5z" />
10
+ <glyph unicode="&#xfb02;" horiz-adv-x="1212" d="M29 0zM670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM1036 0h-166v1556h166v-1556z" />
11
+ <glyph unicode="&#xfb03;" horiz-adv-x="1909" d="M29 0zM1358 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31 q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM1731 0h-166v1096h166v-1096zM1551 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
12
+ <glyph unicode="&#xfb04;" horiz-adv-x="1909" d="M29 0zM1358 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31 q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM1731 0h-166v1556h166v-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="547" d="M326 403h-105l-51 1059h207zM152 106q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5z" />
20
+ <glyph unicode="&#x22;" horiz-adv-x="821" d="M319 1462l-40 -528h-105l-41 528h186zM688 1462l-41 -528h-104l-41 528h186z" />
21
+ <glyph unicode="#" horiz-adv-x="1323" d="M981 899l-66 -340h283v-129h-307l-84 -430h-137l84 430h-303l-82 -430h-136l80 430h-262v129h287l68 340h-277v127h299l82 436h139l-82 -436h305l84 436h134l-84 -436h264v-127h-289zM475 559h303l66 340h-303z" />
22
+ <glyph unicode="$" d="M1036 449q0 -136 -102 -224.5t-285 -111.5v-232h-129v223q-112 0 -217 17.5t-172 48.5v156q83 -37 191.5 -60.5t197.5 -23.5v440q-205 65 -287.5 151t-82.5 222q0 131 101.5 215t268.5 102v182h129v-180q184 -5 355 -74l-52 -131q-149 59 -303 70v-434q157 -50 235 -97.5 t115 -109t37 -149.5zM866 436q0 72 -44.5 116.5t-172.5 88.5v-389q217 30 217 184zM319 1057q0 -76 45 -122t156 -87v387q-99 -16 -150 -62.5t-51 -115.5z" />
23
+ <glyph unicode="%" horiz-adv-x="1686" d="M242 1026q0 -170 37 -255t120 -85q164 0 164 340q0 338 -164 338q-83 0 -120 -84t-37 -254zM700 1026q0 -228 -76.5 -344.5t-224.5 -116.5q-140 0 -217.5 119t-77.5 342q0 227 74.5 342t220.5 115q145 0 223 -119t78 -338zM1122 440q0 -171 37 -255.5t121 -84.5t124 83.5 t40 256.5q0 171 -40 253.5t-124 82.5t-121 -82.5t-37 -253.5zM1581 440q0 -227 -76.5 -343.5t-224.5 -116.5q-142 0 -218.5 119t-76.5 341q0 227 74.5 342t220.5 115q142 0 221.5 -117.5t79.5 -339.5zM1323 1462l-811 -1462h-147l811 1462h147z" />
24
+ <glyph unicode="&#x26;" horiz-adv-x="1495" d="M414 1171q0 -69 36 -131.5t123 -150.5q129 75 179.5 138.5t50.5 146.5q0 77 -51.5 125.5t-137.5 48.5q-89 0 -144.5 -48t-55.5 -129zM569 129q241 0 400 154l-437 424q-111 -68 -157 -112.5t-68 -95.5t-22 -116q0 -117 77.5 -185.5t206.5 -68.5zM113 379q0 130 69.5 230 t249.5 202q-85 95 -115.5 144t-48.5 102t-18 110q0 150 98 234t273 84q162 0 255 -83.5t93 -232.5q0 -107 -68 -197.5t-225 -183.5l407 -391q56 62 89.5 145.5t56.5 182.5h168q-68 -286 -205 -434l299 -291h-229l-185 178q-118 -106 -240 -152t-272 -46q-215 0 -333.5 106 t-118.5 293z" />
25
+ <glyph unicode="'" horiz-adv-x="453" d="M319 1462l-40 -528h-105l-41 528h186z" />
26
+ <glyph unicode="(" horiz-adv-x="606" d="M82 561q0 265 77.5 496t223.5 405h162q-144 -193 -216.5 -424t-72.5 -475q0 -240 74 -469t213 -418h-160q-147 170 -224 397t-77 488z" />
27
+ <glyph unicode=")" horiz-adv-x="606" d="M524 561q0 -263 -77.5 -490t-223.5 -395h-160q139 188 213 417.5t74 469.5q0 244 -72.5 475t-216.5 424h162q147 -175 224 -406.5t77 -494.5z" />
28
+ <glyph unicode="*" horiz-adv-x="1130" d="M657 1556l-43 -395l398 111l26 -182l-381 -31l248 -326l-172 -94l-176 362l-160 -362l-176 94l242 326l-377 31l29 182l391 -111l-43 395h194z" />
29
+ <glyph unicode="+" d="M653 791h412v-138h-412v-426h-139v426h-410v138h410v428h139v-428z" />
30
+ <glyph unicode="," horiz-adv-x="502" d="M350 238l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125q27 104 59.5 257t45.5 245h182z" />
31
+ <glyph unicode="-" horiz-adv-x="659" d="M84 473v152h491v-152h-491z" />
32
+ <glyph unicode="." horiz-adv-x="545" d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
33
+ <glyph unicode="/" horiz-adv-x="752" d="M731 1462l-545 -1462h-166l545 1462h166z" />
34
+ <glyph unicode="0" d="M1069 733q0 -379 -119.5 -566t-365.5 -187q-236 0 -359 191.5t-123 561.5q0 382 119 567t363 185q238 0 361.5 -193t123.5 -559zM270 733q0 -319 75 -464.5t239 -145.5q166 0 240.5 147.5t74.5 462.5t-74.5 461.5t-240.5 146.5q-164 0 -239 -144.5t-75 -463.5z" />
35
+ <glyph unicode="1" d="M715 0h-162v1042q0 130 8 246q-21 -21 -47 -44t-238 -195l-88 114l387 299h140v-1462z" />
36
+ <glyph unicode="2" d="M1061 0h-961v143l385 387q176 178 232 254t84 148t28 155q0 117 -71 185.5t-197 68.5q-91 0 -172.5 -30t-181.5 -109l-88 113q202 168 440 168q206 0 323 -105.5t117 -283.5q0 -139 -78 -275t-292 -344l-320 -313v-8h752v-154z" />
37
+ <glyph unicode="3" d="M1006 1118q0 -140 -78.5 -229t-222.5 -119v-8q176 -22 261 -112t85 -236q0 -209 -145 -321.5t-412 -112.5q-116 0 -212.5 17.5t-187.5 61.5v158q95 -47 202.5 -71.5t203.5 -24.5q379 0 379 297q0 266 -418 266h-144v143h146q171 0 271 75.5t100 209.5q0 107 -73.5 168 t-199.5 61q-96 0 -181 -26t-194 -96l-84 112q90 71 207.5 111.5t247.5 40.5q213 0 331 -97.5t118 -267.5z" />
38
+ <glyph unicode="4" d="M1130 336h-217v-336h-159v336h-711v145l694 989h176v-983h217v-151zM754 487v486q0 143 10 323h-8q-48 -96 -90 -159l-457 -650h545z" />
39
+ <glyph unicode="5" d="M557 893q231 0 363.5 -114.5t132.5 -313.5q0 -227 -144.5 -356t-398.5 -129q-247 0 -377 79v160q70 -45 174 -70.5t205 -25.5q176 0 273.5 83t97.5 240q0 306 -375 306q-95 0 -254 -29l-86 55l55 684h727v-153h-585l-37 -439q115 23 229 23z" />
40
+ <glyph unicode="6" d="M117 625q0 431 167.5 644.5t495.5 213.5q113 0 178 -19v-143q-77 25 -176 25q-235 0 -359 -146.5t-136 -460.5h12q110 172 348 172q197 0 310.5 -119t113.5 -323q0 -228 -124.5 -358.5t-336.5 -130.5q-227 0 -360 170.5t-133 474.5zM608 121q142 0 220.5 89.5t78.5 258.5 q0 145 -73 228t-218 83q-90 0 -165 -37t-119.5 -102t-44.5 -135q0 -103 40 -192t113.5 -141t167.5 -52z" />
41
+ <glyph unicode="7" d="M285 0l606 1309h-797v153h973v-133l-598 -1329h-184z" />
42
+ <glyph unicode="8" d="M584 1483q200 0 317 -93t117 -257q0 -108 -67 -197t-214 -162q178 -85 253 -178.5t75 -216.5q0 -182 -127 -290.5t-348 -108.5q-234 0 -360 102.5t-126 290.5q0 251 306 391q-138 78 -198 168.5t-60 202.5q0 159 117.5 253.5t314.5 94.5zM268 369q0 -120 83.5 -187 t234.5 -67q149 0 232 70t83 192q0 97 -78 172.5t-272 146.5q-149 -64 -216 -141.5t-67 -185.5zM582 1348q-125 0 -196 -60t-71 -160q0 -92 59 -158t218 -132q143 60 202.5 129t59.5 161q0 101 -72.5 160.5t-199.5 59.5z" />
43
+ <glyph unicode="9" d="M1061 838q0 -858 -664 -858q-116 0 -184 20v143q80 -26 182 -26q240 0 362.5 148.5t133.5 455.5h-12q-55 -83 -146 -126.5t-205 -43.5q-194 0 -308 116t-114 324q0 228 127.5 360t335.5 132q149 0 260.5 -76.5t171.5 -223t60 -345.5zM569 1341q-143 0 -221 -92t-78 -256 q0 -144 72 -226.5t219 -82.5q91 0 167.5 37t120.5 101t44 134q0 105 -41 194t-114.5 140t-168.5 51z" />
44
+ <glyph unicode=":" horiz-adv-x="545" d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM152 989q0 135 118 135q123 0 123 -135q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
45
+ <glyph unicode=";" horiz-adv-x="545" d="M350 238l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125q27 104 59.5 257t45.5 245h182zM147 989q0 135 119 135q123 0 123 -135q0 -65 -33 -100t-90 -35q-58 0 -88.5 35t-30.5 100z" />
46
+ <glyph unicode="&#x3c;" d="M1065 242l-961 422v98l961 479v-149l-782 -371l782 -328v-151z" />
47
+ <glyph unicode="=" d="M119 858v137h930v-137h-930zM119 449v137h930v-137h-930z" />
48
+ <glyph unicode="&#x3e;" d="M104 393l783 326l-783 373v149l961 -479v-98l-961 -422v151z" />
49
+ <glyph unicode="?" horiz-adv-x="879" d="M289 403v54q0 117 36 192.5t134 159.5q136 115 171.5 173t35.5 140q0 102 -65.5 157.5t-188.5 55.5q-79 0 -154 -18.5t-172 -67.5l-59 135q189 99 395 99q191 0 297 -94t106 -265q0 -73 -19.5 -128.5t-57.5 -105t-164 -159.5q-101 -86 -133.5 -143t-32.5 -152v-33h-129z M240 106q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5z" />
50
+ <glyph unicode="@" horiz-adv-x="1841" d="M1720 729q0 -142 -44 -260t-124 -183t-184 -65q-86 0 -145 52t-70 133h-8q-40 -87 -114.5 -136t-176.5 -49q-150 0 -234.5 102.5t-84.5 278.5q0 204 118 331.5t310 127.5q68 0 154 -12.5t155 -34.5l-25 -470v-22q0 -178 133 -178q91 0 148 107.5t57 279.5q0 181 -74 317 t-210.5 209.5t-313.5 73.5q-223 0 -388 -92.5t-252 -264t-87 -396.5q0 -305 161 -469t464 -164q210 0 436 86v-133q-192 -84 -436 -84q-363 0 -563.5 199.5t-200.5 557.5q0 260 107 463t305 314.5t454 111.5q215 0 382.5 -90.5t259 -257t91.5 -383.5zM686 598 q0 -254 195 -254q207 0 225 313l14 261q-72 20 -157 20q-130 0 -203.5 -90t-73.5 -250z" />
51
+ <glyph unicode="A" horiz-adv-x="1296" d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473z" />
52
+ <glyph unicode="B" horiz-adv-x="1327" d="M201 1462h413q291 0 421 -87t130 -275q0 -130 -72.5 -214.5t-211.5 -109.5v-10q333 -57 333 -350q0 -196 -132.5 -306t-370.5 -110h-510v1462zM371 836h280q180 0 259 56.5t79 190.5q0 123 -88 177.5t-280 54.5h-250v-479zM371 692v-547h305q177 0 266.5 68.5t89.5 214.5 q0 136 -91.5 200t-278.5 64h-291z" />
53
+ <glyph unicode="C" horiz-adv-x="1292" d="M827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78z" />
54
+ <glyph unicode="D" horiz-adv-x="1493" d="M1368 745q0 -362 -196.5 -553.5t-565.5 -191.5h-405v1462h448q341 0 530 -189t189 -528zM1188 739q0 286 -143.5 431t-426.5 145h-247v-1168h207q304 0 457 149.5t153 442.5z" />
55
+ <glyph unicode="E" horiz-adv-x="1139" d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152z" />
56
+ <glyph unicode="F" horiz-adv-x="1057" d="M371 0h-170v1462h815v-151h-645v-535h606v-151h-606v-625z" />
57
+ <glyph unicode="G" horiz-adv-x="1491" d="M844 766h497v-711q-116 -37 -236 -56t-278 -19q-332 0 -517 197.5t-185 553.5q0 228 91.5 399.5t263.5 262t403 90.5q234 0 436 -86l-66 -150q-198 84 -381 84q-267 0 -417 -159t-150 -441q0 -296 144.5 -449t424.5 -153q152 0 297 35v450h-327v152z" />
58
+ <glyph unicode="H" horiz-adv-x="1511" d="M1311 0h-170v688h-770v-688h-170v1462h170v-622h770v622h170v-1462z" />
59
+ <glyph unicode="I" horiz-adv-x="571" d="M201 0v1462h170v-1462h-170z" />
60
+ <glyph unicode="J" horiz-adv-x="547" d="M-12 -385q-94 0 -148 27v145q71 -20 148 -20q99 0 150.5 60t51.5 173v1462h170v-1448q0 -190 -96 -294.5t-276 -104.5z" />
61
+ <glyph unicode="K" horiz-adv-x="1257" d="M1257 0h-200l-533 709l-153 -136v-573h-170v1462h170v-725l663 725h201l-588 -635z" />
62
+ <glyph unicode="L" horiz-adv-x="1063" d="M201 0v1462h170v-1308h645v-154h-815z" />
63
+ <glyph unicode="M" horiz-adv-x="1849" d="M848 0l-496 1296h-8q14 -154 14 -366v-930h-157v1462h256l463 -1206h8l467 1206h254v-1462h-170v942q0 162 14 352h-8l-500 -1294h-137z" />
64
+ <glyph unicode="N" horiz-adv-x="1544" d="M1343 0h-194l-799 1227h-8q16 -216 16 -396v-831h-157v1462h192l797 -1222h8q-2 27 -9 173.5t-5 209.5v839h159v-1462z" />
65
+ <glyph unicode="O" horiz-adv-x="1595" d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5z" />
66
+ <glyph unicode="P" horiz-adv-x="1233" d="M1128 1036q0 -222 -151.5 -341.5t-433.5 -119.5h-172v-575h-170v1462h379q548 0 548 -426zM371 721h153q226 0 327 73t101 234q0 145 -95 216t-296 71h-190v-594z" />
67
+ <glyph unicode="Q" horiz-adv-x="1595" d="M1470 733q0 -281 -113 -467t-319 -252l348 -362h-247l-285 330l-55 -2q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5 q-243 0 -369.5 -153.5t-126.5 -446.5z" />
68
+ <glyph unicode="R" horiz-adv-x="1266" d="M371 608v-608h-170v1462h401q269 0 397.5 -103t128.5 -310q0 -290 -294 -392l397 -657h-201l-354 608h-305zM371 754h233q180 0 264 71.5t84 214.5q0 145 -85.5 209t-274.5 64h-221v-559z" />
69
+ <glyph unicode="S" horiz-adv-x="1124" d="M1026 389q0 -193 -140 -301t-380 -108q-260 0 -400 67v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58 t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5q230 -82 316.5 -176t86.5 -244z" />
70
+ <glyph unicode="T" horiz-adv-x="1133" d="M651 0h-170v1311h-463v151h1096v-151h-463v-1311z" />
71
+ <glyph unicode="U" horiz-adv-x="1491" d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170z" />
72
+ <glyph unicode="V" horiz-adv-x="1219" d="M1036 1462h183l-527 -1462h-168l-524 1462h180l336 -946q58 -163 92 -317q36 162 94 323z" />
73
+ <glyph unicode="W" horiz-adv-x="1896" d="M1477 0h-168l-295 979q-21 65 -47 164t-27 119q-22 -132 -70 -289l-286 -973h-168l-389 1462h180l231 -903q48 -190 70 -344q27 183 80 358l262 889h180l275 -897q48 -155 81 -350q19 142 72 346l230 901h180z" />
74
+ <glyph unicode="X" horiz-adv-x="1182" d="M1174 0h-193l-393 643l-400 -643h-180l486 764l-453 698h188l363 -579l366 579h181l-453 -692z" />
75
+ <glyph unicode="Y" horiz-adv-x="1147" d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186z" />
76
+ <glyph unicode="Z" horiz-adv-x="1169" d="M1087 0h-1005v133l776 1176h-752v153h959v-133l-776 -1175h798v-154z" />
77
+ <glyph unicode="[" horiz-adv-x="674" d="M623 -324h-457v1786h457v-141h-289v-1503h289v-142z" />
78
+ <glyph unicode="\" horiz-adv-x="752" d="M186 1462l547 -1462h-166l-544 1462h163z" />
79
+ <glyph unicode="]" horiz-adv-x="674" d="M51 -182h289v1503h-289v141h457v-1786h-457v142z" />
80
+ <glyph unicode="^" horiz-adv-x="1110" d="M49 551l434 922h99l477 -922h-152l-372 745l-334 -745h-152z" />
81
+ <glyph unicode="_" horiz-adv-x="918" d="M922 -315h-926v131h926v-131z" />
82
+ <glyph unicode="`" horiz-adv-x="1182" d="M786 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
83
+ <glyph unicode="a" horiz-adv-x="1139" d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238 v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47z" />
84
+ <glyph unicode="b" horiz-adv-x="1255" d="M686 1114q216 0 335.5 -147.5t119.5 -417.5t-120.5 -419.5t-334.5 -149.5q-107 0 -195.5 39.5t-148.5 121.5h-12l-35 -141h-119v1556h166v-378q0 -127 -8 -228h8q116 164 344 164zM662 975q-170 0 -245 -97.5t-75 -328.5t77 -330.5t247 -99.5q153 0 228 111.5t75 320.5 q0 214 -75 319t-232 105z" />
85
+ <glyph unicode="c" horiz-adv-x="975" d="M614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57z" />
86
+ <glyph unicode="d" horiz-adv-x="1255" d="M922 147h-9q-115 -167 -344 -167q-215 0 -334.5 147t-119.5 418t120 421t334 150q223 0 342 -162h13l-7 79l-4 77v446h166v-1556h-135zM590 119q170 0 246.5 92.5t76.5 298.5v35q0 233 -77.5 332.5t-247.5 99.5q-146 0 -223.5 -113.5t-77.5 -320.5q0 -210 77 -317 t226 -107z" />
87
+ <glyph unicode="e" horiz-adv-x="1149" d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z " />
88
+ <glyph unicode="f" horiz-adv-x="694" d="M670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129z" />
89
+ <glyph unicode="g" horiz-adv-x="1122" d="M1073 1096v-105l-203 -24q28 -35 50 -91.5t22 -127.5q0 -161 -110 -257t-302 -96q-49 0 -92 8q-106 -56 -106 -141q0 -45 37 -66.5t127 -21.5h194q178 0 273.5 -75t95.5 -218q0 -182 -146 -277.5t-426 -95.5q-215 0 -331.5 80t-116.5 226q0 100 64 173t180 99 q-42 19 -70.5 59t-28.5 93q0 60 32 105t101 87q-85 35 -138.5 119t-53.5 192q0 180 108 277.5t306 97.5q86 0 155 -20h379zM199 -184q0 -89 75 -135t215 -46q209 0 309.5 62.5t100.5 169.5q0 89 -55 123.5t-207 34.5h-199q-113 0 -176 -54t-63 -155zM289 745q0 -115 65 -174 t181 -59q243 0 243 236q0 247 -246 247q-117 0 -180 -63t-63 -187z" />
90
+ <glyph unicode="h" horiz-adv-x="1257" d="M926 0v709q0 134 -61 200t-191 66q-173 0 -252.5 -94t-79.5 -308v-573h-166v1556h166v-471q0 -85 -8 -141h10q49 79 139.5 124.5t206.5 45.5q201 0 301.5 -95.5t100.5 -303.5v-715h-166z" />
91
+ <glyph unicode="i" horiz-adv-x="518" d="M342 0h-166v1096h166v-1096zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
92
+ <glyph unicode="j" horiz-adv-x="518" d="M43 -492q-95 0 -154 25v135q69 -20 136 -20q78 0 114.5 42.5t36.5 129.5v1276h166v-1264q0 -324 -299 -324zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
93
+ <glyph unicode="k" horiz-adv-x="1075" d="M340 561q43 61 131 160l354 375h197l-444 -467l475 -629h-201l-387 518l-125 -108v-410h-164v1556h164v-825q0 -55 -8 -170h8z" />
94
+ <glyph unicode="l" horiz-adv-x="518" d="M342 0h-166v1556h166v-1556z" />
95
+ <glyph unicode="m" horiz-adv-x="1905" d="M1573 0v713q0 131 -56 196.5t-174 65.5q-155 0 -229 -89t-74 -274v-612h-166v713q0 131 -56 196.5t-175 65.5q-156 0 -228.5 -93.5t-72.5 -306.5v-575h-166v1096h135l27 -150h8q47 80 132.5 125t191.5 45q257 0 336 -186h8q49 86 142 136t212 50q186 0 278.5 -95.5 t92.5 -305.5v-715h-166z" />
96
+ <glyph unicode="n" horiz-adv-x="1257" d="M926 0v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166z" />
97
+ <glyph unicode="o" horiz-adv-x="1237" d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z" />
98
+ <glyph unicode="p" horiz-adv-x="1255" d="M686 -20q-107 0 -195.5 39.5t-148.5 121.5h-12q12 -96 12 -182v-451h-166v1588h135l23 -150h8q64 90 149 130t195 40q218 0 336.5 -149t118.5 -418q0 -270 -120.5 -419.5t-334.5 -149.5zM662 975q-168 0 -243 -93t-77 -296v-37q0 -231 77 -330.5t247 -99.5 q142 0 222.5 115t80.5 317q0 205 -80.5 314.5t-226.5 109.5z" />
99
+ <glyph unicode="q" horiz-adv-x="1255" d="M590 119q166 0 242 89t81 300v37q0 230 -78 331t-247 101q-146 0 -223.5 -113.5t-77.5 -320.5t76.5 -315.5t226.5 -108.5zM565 -20q-212 0 -331 149t-119 416q0 269 120 420t334 151q225 0 346 -170h9l24 150h131v-1588h-166v469q0 100 11 170h-13q-115 -167 -346 -167z " />
100
+ <glyph unicode="r" horiz-adv-x="836" d="M676 1116q73 0 131 -12l-23 -154q-68 15 -120 15q-133 0 -227.5 -108t-94.5 -269v-588h-166v1096h137l19 -203h8q61 107 147 165t189 58z" />
101
+ <glyph unicode="s" horiz-adv-x="977" d="M883 299q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68 q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181z" />
102
+ <glyph unicode="t" horiz-adv-x="723" d="M530 117q44 0 85 6.5t65 13.5v-127q-27 -13 -79.5 -21.5t-94.5 -8.5q-318 0 -318 335v652h-157v80l157 69l70 234h96v-254h318v-129h-318v-645q0 -99 47 -152t129 -53z" />
103
+ <glyph unicode="u" horiz-adv-x="1257" d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168z" />
104
+ <glyph unicode="v" horiz-adv-x="1026" d="M416 0l-416 1096h178l236 -650q80 -228 94 -296h8q11 53 69.5 219.5t262.5 726.5h178l-416 -1096h-194z" />
105
+ <glyph unicode="w" horiz-adv-x="1593" d="M1071 0l-201 643q-19 59 -71 268h-8q-40 -175 -70 -270l-207 -641h-192l-299 1096h174q106 -413 161.5 -629t63.5 -291h8q11 57 35.5 147.5t42.5 143.5l201 629h180l196 -629q56 -172 76 -289h8q4 36 21.5 111t208.5 807h172l-303 -1096h-197z" />
106
+ <glyph unicode="x" horiz-adv-x="1073" d="M440 561l-381 535h189l289 -420l288 420h187l-381 -535l401 -561h-188l-307 444l-310 -444h-188z" />
107
+ <glyph unicode="y" horiz-adv-x="1032" d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156z" />
108
+ <glyph unicode="z" horiz-adv-x="958" d="M877 0h-795v113l598 854h-561v129h743v-129l-590 -838h605v-129z" />
109
+ <glyph unicode="{" horiz-adv-x="776" d="M475 12q0 -102 58.5 -148t171.5 -48v-140q-190 2 -294 87t-104 239v303q0 104 -63 148.5t-183 44.5v141q130 2 188 48t58 142v306q0 155 108 241t290 86v-139q-230 -6 -230 -199v-295q0 -215 -223 -254v-12q223 -39 223 -254v-297z" />
110
+ <glyph unicode="|" horiz-adv-x="1128" d="M494 1556h141v-2052h-141v2052z" />
111
+ <glyph unicode="}" horiz-adv-x="776" d="M522 575q-223 39 -223 254v295q0 193 -227 199v139q184 0 289.5 -87t105.5 -240v-306q0 -97 59 -142.5t189 -47.5v-141q-122 0 -185 -44.5t-63 -148.5v-303q0 -153 -102.5 -238.5t-292.5 -87.5v140q111 2 169 48t58 148v297q0 114 55 174t168 80v12z" />
112
+ <glyph unicode="~" d="M338 713q-53 0 -116.5 -33.5t-117.5 -87.5v151q100 109 244 109q68 0 124.5 -14t145.5 -52q66 -28 115 -41.5t96 -13.5q54 0 118 32t118 89v-150q-102 -110 -244 -110q-72 0 -135 16.5t-135 48.5q-75 32 -120 44t-93 12z" />
113
+ <glyph unicode="&#xa1;" horiz-adv-x="547" d="M219 684h105l51 -1057h-207zM393 983q0 -135 -121 -135q-60 0 -90 35.5t-30 99.5q0 63 31.5 99t88.5 36q51 0 86 -32t35 -103z" />
114
+ <glyph unicode="&#xa2;" d="M971 240q-105 -54 -252 -60v-200h-133v206q-203 32 -299.5 168.5t-96.5 386.5q0 508 396 570v172h135v-164q75 -3 146 -19.5t120 -39.5l-49 -140q-133 51 -242 51q-172 0 -253 -105.5t-81 -322.5q0 -212 79.5 -313.5t246.5 -101.5q141 0 283 59v-147z" />
115
+ <glyph unicode="&#xa3;" d="M682 1481q190 0 360 -84l-61 -133q-154 77 -297 77q-123 0 -185.5 -62t-62.5 -202v-295h422v-127h-422v-221q0 -100 -32.5 -168t-106.5 -112h795v-154h-1029v141q205 47 205 291v223h-198v127h198v316q0 178 112 280.5t302 102.5z" />
116
+ <glyph unicode="&#xa4;" d="M184 723q0 122 74 229l-135 140l94 92l135 -133q104 73 234 73q127 0 229 -73l137 133l95 -92l-134 -138q74 -113 74 -231q0 -131 -74 -234l131 -135l-92 -92l-137 133q-102 -71 -229 -71q-134 0 -234 73l-135 -133l-92 92l133 136q-74 107 -74 231zM313 723 q0 -112 78.5 -192t194.5 -80t195 79.5t79 192.5q0 114 -80 195t-194 81q-116 0 -194.5 -82t-78.5 -194z" />
117
+ <glyph unicode="&#xa5;" d="M584 735l379 727h174l-416 -770h262v-127h-317v-170h317v-127h-317v-268h-164v268h-316v127h316v170h-316v127h256l-411 770h178z" />
118
+ <glyph unicode="&#xa6;" horiz-adv-x="1128" d="M494 1556h141v-776h-141v776zM494 281h141v-777h-141v777z" />
119
+ <glyph unicode="&#xa7;" horiz-adv-x="1057" d="M139 809q0 86 43 154.5t121 105.5q-74 40 -116 95.5t-42 140.5q0 121 103.5 190.5t300.5 69.5q94 0 173.5 -14.5t176.5 -53.5l-53 -131q-98 39 -165.5 52.5t-143.5 13.5q-116 0 -174 -29.5t-58 -93.5q0 -60 61.5 -102t215.5 -97q186 -68 261 -143.5t75 -182.5 q0 -90 -41 -160.5t-115 -111.5q153 -81 153 -227q0 -140 -117 -216.5t-329 -76.5q-218 0 -346 65v148q78 -37 175 -59.5t179 -22.5q134 0 204.5 38t70.5 109q0 46 -24 75t-78 58t-169 72q-142 52 -209 97t-100 102t-33 135zM285 829q0 -77 66 -129.5t233 -113.5l49 -19 q137 80 137 191q0 83 -73.5 139t-258.5 113q-68 -19 -110.5 -69t-42.5 -112z" />
120
+ <glyph unicode="&#xa8;" horiz-adv-x="1182" d="M309 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM690 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
121
+ <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M893 1059q-125 0 -192.5 -87t-67.5 -241q0 -168 63.5 -249t194.5 -81q86 0 211 45v-124q-48 -20 -98.5 -34t-120.5 -14q-194 0 -298 120.5t-104 336.5q0 209 110.5 332t301.5 123q128 0 246 -60l-58 -118q-108 51 -188 51zM100 731q0 200 100 375t275 276t377 101 q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM205 731q0 -173 87 -323.5t237.5 -237t322.5 -86.5q174 0 323 87t236.5 235.5t87.5 324.5q0 174 -87 323t-235.5 236.5t-324.5 87.5q-174 0 -323 -87 t-236.5 -235.5t-87.5 -324.5z" />
122
+ <glyph unicode="&#xaa;" horiz-adv-x="725" d="M532 801l-24 84q-92 -97 -232 -97q-95 0 -150.5 49.5t-55.5 151.5t77 154.5t242 58.5l117 4v39q0 133 -148 133q-100 0 -204 -51l-43 96q114 56 247 56q130 0 198.5 -52.5t68.5 -173.5v-452h-93zM193 989q0 -100 112 -100q201 0 201 180v49l-98 -4q-112 -4 -163.5 -32.5 t-51.5 -92.5z" />
123
+ <glyph unicode="&#xab;" horiz-adv-x="1018" d="M82 551l342 407l119 -69l-289 -350l289 -351l-119 -71l-342 407v27zM477 551l344 407l117 -69l-287 -350l287 -351l-117 -71l-344 407v27z" />
124
+ <glyph unicode="&#xac;" d="M1065 791v-527h-137v389h-824v138h961z" />
125
+ <glyph unicode="&#xad;" horiz-adv-x="659" d="M84 473zM84 473v152h491v-152h-491z" />
126
+ <glyph unicode="&#xae;" horiz-adv-x="1704" d="M723 762h108q80 0 128.5 41.5t48.5 105.5q0 75 -43 107.5t-136 32.5h-106v-287zM1157 913q0 -80 -42.5 -141.5t-119.5 -91.5l238 -395h-168l-207 354h-135v-354h-148v891h261q166 0 243.5 -65t77.5 -198zM100 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 371zM205 731q0 -173 87 -323.5t237.5 -237t322.5 -86.5q174 0 323 87t236.5 235.5t87.5 324.5q0 174 -87 323t-235.5 236.5t-324.5 87.5q-174 0 -323 -87t-236.5 -235.5t-87.5 -324.5z " />
127
+ <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M1030 1556h-1036v127h1036v-127z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="877" d="M127 1171q0 130 90.5 221t220.5 91t221 -90.5t91 -221.5q0 -84 -41 -155.5t-114 -113.5t-157 -42q-130 0 -220.5 90t-90.5 221zM242 1171q0 -82 58.5 -139t139.5 -57q80 0 137.5 56.5t57.5 139.5q0 84 -56.5 140.5t-138.5 56.5q-83 0 -140.5 -57t-57.5 -140z" />
129
+ <glyph unicode="&#xb1;" d="M104 1zM653 791h412v-138h-412v-426h-139v426h-410v138h410v428h139v-428zM104 1v138h961v-138h-961z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="711" d="M653 586h-604v104l236 230q89 86 130 134.5t57.5 86.5t16.5 92q0 68 -40 102.5t-103 34.5q-52 0 -101 -19t-118 -69l-66 88q131 111 283 111q132 0 205.5 -65t73.5 -177q0 -80 -44.5 -155.5t-191.5 -213.5l-174 -165h440v-119z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="711" d="M627 1255q0 -80 -41 -131.5t-109 -74.5q176 -47 176 -209q0 -128 -92 -199.5t-260 -71.5q-152 0 -268 56v123q147 -68 270 -68q211 0 211 162q0 145 -231 145h-117v107h119q103 0 152.5 39.5t49.5 107.5q0 61 -40 95t-107 34q-66 0 -122 -21.5t-112 -56.5l-69 90 q63 45 133 72t164 27q136 0 214.5 -59.5t78.5 -166.5z" />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="1182" d="M393 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
133
+ <glyph unicode="&#xb5;" horiz-adv-x="1268" d="M342 381q0 -262 254 -262q171 0 250.5 94.5t79.5 306.5v576h166v-1096h-136l-26 147h-10q-111 -167 -340 -167q-150 0 -238 92h-10q10 -84 10 -244v-320h-166v1588h166v-715z" />
134
+ <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M1120 -260h-114v1712h-213v-1712h-115v819q-62 -18 -146 -18q-216 0 -317.5 125t-101.5 376q0 260 109 387t341 127h557v-1816z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="545" d="M152 723q0 66 31 100.5t87 34.5q58 0 90.5 -34.5t32.5 -100.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="465" d="M436 -289q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="711" d="M338 1462h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5l-67 96z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="768" d="M702 1135q0 -164 -85.5 -255.5t-235.5 -91.5q-146 0 -230.5 93t-84.5 254q0 163 84 253.5t235 90.5q152 0 234.5 -91t82.5 -253zM188 1135q0 -122 45.5 -183t149.5 -61q105 0 151 61t46 183q0 123 -46 182t-151 59q-103 0 -149 -59t-46 -182z" />
139
+ <glyph unicode="&#xbb;" horiz-adv-x="1018" d="M936 524l-344 -407l-117 71l287 351l-287 350l117 69l344 -407v-27zM541 524l-344 -407l-117 71l287 351l-287 350l117 69l344 -407v-27z" />
140
+ <glyph unicode="&#xbc;" horiz-adv-x="1597" d="M75 0zM1298 1462l-903 -1462h-143l903 1462h143zM337 1462h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5l-67 96zM1489 203h-125v-202h-145v202h-402v101l408 579h139v-563h125v-117zM1219 320v195q0 134 6 209q-5 -12 -17 -31.5t-27 -42l-30 -45 t-26 -39.5l-168 -246h262z" />
141
+ <glyph unicode="&#xbd;" horiz-adv-x="1597" d="M46 0zM1230 1462l-903 -1462h-143l903 1462h143zM308 1462h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5l-67 96zM1499 1h-604v104l236 230q89 86 130 134.5t57.5 86.5t16.5 92q0 68 -40 102.5t-103 34.5q-52 0 -101 -19t-118 -69l-66 88 q131 111 283 111q132 0 205.5 -65t73.5 -177q0 -80 -44.5 -155.5t-191.5 -213.5l-174 -165h440v-119z" />
142
+ <glyph unicode="&#xbe;" horiz-adv-x="1597" d="M26 0zM620 1255q0 -80 -41 -131.5t-109 -74.5q176 -47 176 -209q0 -128 -92 -199.5t-260 -71.5q-152 0 -268 56v123q147 -68 270 -68q211 0 211 162q0 145 -231 145h-117v107h119q103 0 152.5 39.5t49.5 107.5q0 61 -40 95t-107 34q-66 0 -122 -21.5t-112 -56.5l-69 90 q63 45 133 72t164 27q136 0 214.5 -59.5t78.5 -166.5zM1390 1462l-903 -1462h-143l903 1462h143zM1569 203h-125v-202h-145v202h-402v101l408 579h139v-563h125v-117zM1299 320v195q0 134 6 209q-5 -12 -17 -31.5t-27 -42l-30 -45t-26 -39.5l-168 -246h262z" />
143
+ <glyph unicode="&#xbf;" horiz-adv-x="879" d="M590 684v-51q0 -122 -37.5 -196t-134.5 -158q-121 -106 -151.5 -143.5t-43 -76t-12.5 -94.5q0 -100 66 -156.5t188 -56.5q80 0 155 19t173 67l59 -135q-197 -96 -395 -96q-190 0 -298 93t-108 263q0 70 17.5 122.5t49.5 97t76.5 85.5t98.5 88q101 88 133.5 146t32.5 151 v31h131zM639 983q0 -135 -121 -135q-59 0 -90 34.5t-31 100.5q0 64 33 99.5t88 35.5q51 0 86 -32t35 -103z" />
144
+ <glyph unicode="&#xc0;" horiz-adv-x="1296" d="M0 0zM1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM724 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
145
+ <glyph unicode="&#xc1;" horiz-adv-x="1296" d="M0 0zM1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM526 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
146
+ <glyph unicode="&#xc2;" horiz-adv-x="1296" d="M0 0zM1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM303 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186 h-115v23z" />
147
+ <glyph unicode="&#xc3;" horiz-adv-x="1296" d="M0 0zM1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM792 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5 q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
148
+ <glyph unicode="&#xc4;" horiz-adv-x="1296" d="M0 0zM1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM364 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5z M745 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
149
+ <glyph unicode="&#xc5;" horiz-adv-x="1296" d="M0 0zM1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM870 1587q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5t60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5z M762 1585q0 56 -33 86.5t-84 30.5t-84 -30.5t-33 -86.5t30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5z" />
150
+ <glyph unicode="&#xc6;" horiz-adv-x="1788" d="M1665 0h-750v465h-514l-227 -465h-176l698 1462h969v-151h-580v-471h541v-150h-541v-538h580v-152zM469 618h446v693h-118z" />
151
+ <glyph unicode="&#xc7;" horiz-adv-x="1292" d="M125 0zM827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78zM950 -289q0 -97 -76.5 -150 t-226.5 -53q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
152
+ <glyph unicode="&#xc8;" horiz-adv-x="1139" d="M201 0zM1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM713 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
153
+ <glyph unicode="&#xc9;" horiz-adv-x="1139" d="M201 0zM1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM456 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
154
+ <glyph unicode="&#xca;" horiz-adv-x="1139" d="M201 0zM1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM263 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
155
+ <glyph unicode="&#xcb;" horiz-adv-x="1139" d="M201 0zM1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM327 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM708 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5 t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
156
+ <glyph unicode="&#xcc;" horiz-adv-x="571" d="M5 0zM201 0v1462h170v-1462h-170zM398 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
157
+ <glyph unicode="&#xcd;" horiz-adv-x="571" d="M179 0zM201 0v1462h170v-1462h-170zM179 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
158
+ <glyph unicode="&#xce;" horiz-adv-x="571" d="M0 0zM201 0v1462h170v-1462h-170zM-57 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
159
+ <glyph unicode="&#xcf;" horiz-adv-x="571" d="M5 0zM201 0v1462h170v-1462h-170zM5 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM386 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
160
+ <glyph unicode="&#xd0;" horiz-adv-x="1479" d="M1352 745q0 -362 -196.5 -553.5t-565.5 -191.5h-389v649h-154v150h154v663h434q337 0 527 -187.5t190 -529.5zM1171 739q0 576 -569 576h-231v-516h379v-150h-379v-502h190q610 0 610 592z" />
161
+ <glyph unicode="&#xd1;" horiz-adv-x="1544" d="M201 0zM1343 0h-194l-799 1227h-8q16 -216 16 -396v-831h-157v1462h192l797 -1222h8q-2 27 -9 173.5t-5 209.5v839h159v-1462zM935 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41 t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
162
+ <glyph unicode="&#xd2;" horiz-adv-x="1595" d="M125 0zM1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM907 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
163
+ <glyph unicode="&#xd3;" horiz-adv-x="1595" d="M125 0zM1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM659 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
164
+ <glyph unicode="&#xd4;" horiz-adv-x="1595" d="M125 0zM1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM448 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
165
+ <glyph unicode="&#xd5;" horiz-adv-x="1595" d="M125 0zM1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM942 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
166
+ <glyph unicode="&#xd6;" horiz-adv-x="1595" d="M125 0zM1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5 t-126.5 -446.5zM522 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM903 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
167
+ <glyph unicode="&#xd7;" d="M940 1176l96 -99l-352 -354l350 -352l-96 -99l-354 351l-348 -351l-101 99l350 352l-352 352l100 101l353 -355z" />
168
+ <glyph unicode="&#xd8;" horiz-adv-x="1595" d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-235 0 -383 100l-101 -141l-120 79l108 154q-178 198 -178 563q0 357 176 553.5t500 196.5q209 0 366 -94l97 135l120 -80l-106 -148q192 -202 192 -565zM1290 733q0 272 -110 426l-672 -948q115 -82 291 -82q243 0 367 153 t124 451zM305 733q0 -262 101 -416l669 943q-106 73 -274 73q-243 0 -369.5 -153.5t-126.5 -446.5z" />
169
+ <glyph unicode="&#xd9;" horiz-adv-x="1491" d="M186 0zM1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM856 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
170
+ <glyph unicode="&#xda;" horiz-adv-x="1491" d="M186 0zM1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM600 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
171
+ <glyph unicode="&#xdb;" horiz-adv-x="1491" d="M186 0zM1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM393 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186 q-136 -134 -219 -186h-115v23z" />
172
+ <glyph unicode="&#xdc;" horiz-adv-x="1491" d="M186 0zM1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM461 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5 t-26.5 74.5zM842 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
173
+ <glyph unicode="&#xdd;" horiz-adv-x="1147" d="M0 0zM573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM442 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
174
+ <glyph unicode="&#xde;" horiz-adv-x="1251" d="M1145 784q0 -227 -151.5 -346t-438.5 -119h-184v-319h-170v1462h170v-256h215q281 0 420 -103.5t139 -318.5zM371 465h168q226 0 327 71.5t101 235.5q0 149 -95 218t-297 69h-204v-594z" />
175
+ <glyph unicode="&#xdf;" horiz-adv-x="1274" d="M1049 1266q0 -135 -143 -250q-88 -70 -116 -103.5t-28 -66.5q0 -32 13.5 -53t49 -49.5t113.5 -79.5q140 -95 191 -173.5t51 -179.5q0 -160 -97 -245.5t-276 -85.5q-188 0 -295 69v154q63 -39 141 -62.5t150 -23.5q215 0 215 182q0 75 -41.5 128.5t-151.5 123.5 q-127 82 -175 143.5t-48 145.5q0 63 34.5 116t105.5 106q75 57 107 102t32 98q0 80 -68 122.5t-195 42.5q-276 0 -276 -223v-1204h-166v1202q0 178 110 271.5t332 93.5q206 0 318.5 -78.5t112.5 -222.5z" />
176
+ <glyph unicode="&#xe0;" horiz-adv-x="1139" d="M94 0zM850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85 t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM672 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
177
+ <glyph unicode="&#xe1;" horiz-adv-x="1139" d="M94 0zM850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85 t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM436 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
178
+ <glyph unicode="&#xe2;" horiz-adv-x="1139" d="M94 0zM850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85 t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM228 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
179
+ <glyph unicode="&#xe3;" horiz-adv-x="1139" d="M94 0zM850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85 t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM721 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99 q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
180
+ <glyph unicode="&#xe4;" horiz-adv-x="1139" d="M94 0zM850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85 t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM279 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM660 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75 q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
181
+ <glyph unicode="&#xe5;" horiz-adv-x="1139" d="M94 0zM850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85 t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM804 1458q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5t60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5zM696 1456q0 56 -33 86.5t-84 30.5t-84 -30.5t-33 -86.5 t30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5z" />
182
+ <glyph unicode="&#xe6;" horiz-adv-x="1757" d="M94 303q0 161 124 250.5t378 97.5l184 6v68q0 129 -58 190.5t-177 61.5q-144 0 -307 -84l-52 127q74 41 173.5 67.5t197.5 26.5q130 0 212.5 -43.5t123.5 -138.5q53 88 138.5 136t195.5 48q192 0 308 -133.5t116 -355.5v-107h-701q8 -395 322 -395q91 0 169.5 17.5 t162.5 56.5v-148q-86 -38 -160.5 -54.5t-175.5 -16.5q-289 0 -414 233q-81 -127 -179.5 -180t-232.5 -53q-163 0 -255.5 85t-92.5 238zM268 301q0 -95 53.5 -139.5t141.5 -44.5q145 0 229 84.5t84 238.5v99l-158 -7q-186 -8 -268 -62.5t-82 -168.5zM1225 977 q-121 0 -190.5 -83t-80.5 -241h519q0 156 -64 240t-184 84z" />
183
+ <glyph unicode="&#xe7;" horiz-adv-x="975" d="M115 0zM614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57zM762 -289q0 -97 -76.5 -150t-226.5 -53 q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
184
+ <glyph unicode="&#xe8;" horiz-adv-x="1149" d="M115 0zM639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5 t-200 83.5zM711 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
185
+ <glyph unicode="&#xe9;" horiz-adv-x="1149" d="M115 0zM639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5 t-200 83.5zM471 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
186
+ <glyph unicode="&#xea;" horiz-adv-x="1149" d="M115 0zM639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5 t-200 83.5zM259 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
187
+ <glyph unicode="&#xeb;" horiz-adv-x="1149" d="M115 0zM639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5 t-200 83.5zM319 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM700 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
188
+ <glyph unicode="&#xec;" horiz-adv-x="518" d="M0 0zM342 0h-166v1096h166v-1096zM355 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
189
+ <glyph unicode="&#xed;" horiz-adv-x="518" d="M169 0zM342 0h-166v1096h166v-1096zM169 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
190
+ <glyph unicode="&#xee;" horiz-adv-x="518" d="M0 0zM342 0h-166v1096h166v-1096zM-77 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
191
+ <glyph unicode="&#xef;" horiz-adv-x="518" d="M0 0zM342 0h-166v1096h166v-1096zM-20 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM361 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
192
+ <glyph unicode="&#xf0;" horiz-adv-x="1221" d="M1122 563q0 -281 -130.5 -432t-377.5 -151q-222 0 -361.5 134.5t-139.5 360.5q0 230 131.5 361t351.5 131q226 0 326 -121l8 4q-57 214 -262 405l-271 -155l-73 108l233 133q-92 62 -186 111l69 117q156 -73 258 -148l238 138l76 -107l-207 -119q152 -143 234.5 -342 t82.5 -428zM954 512q0 147 -90 232t-246 85q-337 0 -337 -360q0 -167 87.5 -258.5t249.5 -91.5q175 0 255.5 100.5t80.5 292.5z" />
193
+ <glyph unicode="&#xf1;" horiz-adv-x="1257" d="M176 0zM926 0v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166zM802 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98 q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
194
+ <glyph unicode="&#xf2;" horiz-adv-x="1237" d="M115 0zM1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z M742 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
195
+ <glyph unicode="&#xf3;" horiz-adv-x="1237" d="M115 0zM1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z M479 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
196
+ <glyph unicode="&#xf4;" horiz-adv-x="1237" d="M115 0zM1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z M282 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
197
+ <glyph unicode="&#xf5;" horiz-adv-x="1237" d="M115 0zM1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z M773 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
198
+ <glyph unicode="&#xf6;" horiz-adv-x="1237" d="M115 0zM1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z M336 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM717 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
199
+ <glyph unicode="&#xf7;" d="M104 653v138h961v-138h-961zM471 373q0 60 29.5 90.5t83.5 30.5q52 0 81 -31.5t29 -89.5q0 -57 -29.5 -89t-80.5 -32q-52 0 -82.5 31.5t-30.5 89.5zM471 1071q0 60 29.5 90.5t83.5 30.5q52 0 81 -31.5t29 -89.5q0 -57 -29.5 -89t-80.5 -32q-52 0 -82.5 31.5t-30.5 89.5z " />
200
+ <glyph unicode="&#xf8;" horiz-adv-x="1237" d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-154 0 -266 69l-84 -117l-114 78l94 131q-129 152 -129 408q0 268 134 417.5t372 149.5q154 0 270 -76l84 119l117 -76l-97 -133q127 -152 127 -401zM287 549q0 -171 53 -273l465 646q-75 53 -189 53q-163 0 -246 -107 t-83 -319zM950 549q0 164 -51 264l-465 -643q71 -51 184 -51q163 0 247.5 109.5t84.5 320.5z" />
201
+ <glyph unicode="&#xf9;" horiz-adv-x="1257" d="M164 0zM332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM726 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
202
+ <glyph unicode="&#xfa;" horiz-adv-x="1257" d="M164 0zM332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM506 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
203
+ <glyph unicode="&#xfb;" horiz-adv-x="1257" d="M164 0zM332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM286 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119 q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
204
+ <glyph unicode="&#xfc;" horiz-adv-x="1257" d="M164 0zM332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM342 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5 q-37 0 -63.5 24.5t-26.5 74.5zM723 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
205
+ <glyph unicode="&#xfd;" horiz-adv-x="1032" d="M2 0zM2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM411 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147 h-111v25z" />
206
+ <glyph unicode="&#xfe;" horiz-adv-x="1255" d="M344 948q66 89 151 128.5t191 39.5q215 0 335 -150t120 -417q0 -268 -120.5 -418.5t-334.5 -150.5q-222 0 -344 161h-12l4 -34q8 -77 8 -140v-459h-166v2048h166v-466q0 -52 -6 -142h8zM664 975q-168 0 -244 -92t-78 -293v-41q0 -231 77 -330.5t247 -99.5q303 0 303 432 q0 215 -74 319.5t-231 104.5z" />
207
+ <glyph unicode="&#xff;" horiz-adv-x="1032" d="M2 0zM2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM234 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5 t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM615 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
208
+ <glyph unicode="&#x131;" horiz-adv-x="518" d="M342 0h-166v1096h166v-1096z" />
209
+ <glyph unicode="&#x152;" horiz-adv-x="1890" d="M1767 0h-768q-102 -20 -194 -20q-327 0 -503.5 196.5t-176.5 558.5q0 360 174 555t494 195q102 0 192 -23h782v-151h-589v-471h551v-150h-551v-538h589v-152zM811 1333q-249 0 -377.5 -152.5t-128.5 -447.5q0 -297 128.5 -450.5t375.5 -153.5q112 0 199 33v1141 q-87 30 -197 30z" />
210
+ <glyph unicode="&#x153;" horiz-adv-x="1929" d="M1430 -20q-293 0 -418 235q-62 -116 -166.5 -175.5t-241.5 -59.5q-223 0 -357 152.5t-134 416.5q0 265 131 415t366 150q131 0 233.5 -59.5t164.5 -173.5q58 112 154 172.5t222 60.5q201 0 320 -132.5t119 -358.5v-105h-729q8 -393 338 -393q94 0 174.5 17.5t167.5 56.5 v-148q-88 -39 -164 -55t-180 -16zM287 549q0 -211 76 -320.5t243 -109.5q163 0 239.5 106.5t76.5 315.5q0 221 -77.5 327.5t-242.5 106.5q-166 0 -240.5 -108t-74.5 -318zM1382 975q-127 0 -199.5 -82t-84.5 -240h544q0 158 -66 240t-194 82z" />
211
+ <glyph unicode="&#x178;" horiz-adv-x="1147" d="M0 0zM573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM294 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM675 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5 t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
212
+ <glyph unicode="&#x2c6;" horiz-adv-x="1212" d="M268 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
213
+ <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M813 1458q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5t60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5zM705 1456q0 56 -33 86.5t-84 30.5t-84 -30.5t-33 -86.5t30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5z" />
214
+ <glyph unicode="&#x2dc;" horiz-adv-x="1212" d="M788 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.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="M84 473v152h491v-152h-491z" />
227
+ <glyph unicode="&#x2011;" horiz-adv-x="659" d="M84 473v152h491v-152h-491z" />
228
+ <glyph unicode="&#x2012;" horiz-adv-x="659" d="M84 473v152h491v-152h-491z" />
229
+ <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 473v152h860v-152h-860z" />
230
+ <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 473v152h1884v-152h-1884z" />
231
+ <glyph unicode="&#x2018;" horiz-adv-x="348" d="M37 961l-12 22q22 90 71 224t105 255h123q-66 -254 -103 -501h-184z" />
232
+ <glyph unicode="&#x2019;" horiz-adv-x="348" d="M309 1462l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122q70 285 102 501h182z" />
233
+ <glyph unicode="&#x201a;" horiz-adv-x="502" d="M63 0zM350 238l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125q27 104 59.5 257t45.5 245h182z" />
234
+ <glyph unicode="&#x201c;" horiz-adv-x="717" d="M406 961l-15 22q56 215 178 479h123q-30 -115 -59.5 -259.5t-42.5 -241.5h-184zM37 961l-12 22q22 90 71 224t105 255h123q-66 -254 -103 -501h-184z" />
235
+ <glyph unicode="&#x201d;" horiz-adv-x="717" d="M309 1462l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122q70 285 102 501h182zM678 1462l14 -22q-24 -91 -72 -224t-104 -255h-125q26 100 59 254t46 247h182z" />
236
+ <glyph unicode="&#x201e;" horiz-adv-x="829" d="M25 0zM309 238l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122q70 285 102 501h182zM678 238l14 -22q-24 -91 -72 -224t-104 -255h-125q26 100 59 254t46 247h182z" />
237
+ <glyph unicode="&#x2022;" horiz-adv-x="770" d="M164 748q0 121 56.5 184t164.5 63q105 0 163 -62t58 -185q0 -119 -57.5 -183.5t-163.5 -64.5q-107 0 -164 65.5t-57 182.5z" />
238
+ <glyph unicode="&#x2026;" horiz-adv-x="1606" d="M152 0zM152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM682 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM1213 106 q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
239
+ <glyph unicode="&#x202f;" horiz-adv-x="381" />
240
+ <glyph unicode="&#x2039;" horiz-adv-x="623" d="M82 551l342 407l119 -69l-289 -350l289 -351l-119 -71l-342 407v27z" />
241
+ <glyph unicode="&#x203a;" horiz-adv-x="623" d="M541 524l-344 -407l-117 71l287 351l-287 350l117 69l344 -407v-27z" />
242
+ <glyph unicode="&#x2044;" horiz-adv-x="266" d="M655 1462l-903 -1462h-143l903 1462h143z" />
243
+ <glyph unicode="&#x205f;" horiz-adv-x="476" />
244
+ <glyph unicode="&#x2074;" horiz-adv-x="711" d="M692 788h-125v-202h-145v202h-402v101l408 579h139v-563h125v-117zM422 905v195q0 134 6 209q-5 -12 -17 -31.5t-27 -42l-30 -45t-26 -39.5l-168 -246h262z" />
245
+ <glyph unicode="&#x20ac;" horiz-adv-x="1208" d="M795 1333q-319 0 -398 -403h510v-129h-524l-2 -57v-64l2 -45h463v-129h-447q37 -180 138.5 -278.5t271.5 -98.5q156 0 309 66v-150q-146 -65 -317 -65q-237 0 -381.5 134.5t-190.5 391.5h-166v129h152l-2 42v44l2 80h-152v129h164q39 261 185 407t383 146q201 0 366 -97 l-71 -139q-166 86 -295 86z" />
246
+ <glyph unicode="&#x2122;" horiz-adv-x="1589" d="M369 741h-123v615h-209v106h543v-106h-211v-615zM969 741l-201 559h-8l6 -129v-430h-119v721h187l196 -559l203 559h180v-721h-127v420l6 137h-8l-211 -557h-104z" />
247
+ <glyph unicode="&#x2212;" d="M104 653v138h961v-138h-961z" />
248
+ <glyph unicode="&#xe000;" horiz-adv-x="1095" d="M0 1095h1095v-1095h-1095v1095z" />
249
+ <glyph horiz-adv-x="1255" d="M0 0z" />
250
+ <hkern u1="&#x22;" u2="&#x178;" k="-20" />
251
+ <hkern u1="&#x22;" u2="&#x153;" k="123" />
252
+ <hkern u1="&#x22;" u2="&#xfc;" k="61" />
253
+ <hkern u1="&#x22;" u2="&#xfb;" k="61" />
254
+ <hkern u1="&#x22;" u2="&#xfa;" k="61" />
255
+ <hkern u1="&#x22;" u2="&#xf9;" k="61" />
256
+ <hkern u1="&#x22;" u2="&#xf8;" k="123" />
257
+ <hkern u1="&#x22;" u2="&#xf6;" k="123" />
258
+ <hkern u1="&#x22;" u2="&#xf5;" k="123" />
259
+ <hkern u1="&#x22;" u2="&#xf4;" k="123" />
260
+ <hkern u1="&#x22;" u2="&#xf3;" k="123" />
261
+ <hkern u1="&#x22;" u2="&#xf2;" k="123" />
262
+ <hkern u1="&#x22;" u2="&#xeb;" k="123" />
263
+ <hkern u1="&#x22;" u2="&#xea;" k="123" />
264
+ <hkern u1="&#x22;" u2="&#xe9;" k="123" />
265
+ <hkern u1="&#x22;" u2="&#xe8;" k="123" />
266
+ <hkern u1="&#x22;" u2="&#xe7;" k="123" />
267
+ <hkern u1="&#x22;" u2="&#xe6;" k="82" />
268
+ <hkern u1="&#x22;" u2="&#xe5;" k="82" />
269
+ <hkern u1="&#x22;" u2="&#xe4;" k="82" />
270
+ <hkern u1="&#x22;" u2="&#xe3;" k="82" />
271
+ <hkern u1="&#x22;" u2="&#xe2;" k="82" />
272
+ <hkern u1="&#x22;" u2="&#xe1;" k="82" />
273
+ <hkern u1="&#x22;" u2="&#xe0;" k="123" />
274
+ <hkern u1="&#x22;" u2="&#xdd;" k="-20" />
275
+ <hkern u1="&#x22;" u2="&#xc5;" k="143" />
276
+ <hkern u1="&#x22;" u2="&#xc4;" k="143" />
277
+ <hkern u1="&#x22;" u2="&#xc3;" k="143" />
278
+ <hkern u1="&#x22;" u2="&#xc2;" k="143" />
279
+ <hkern u1="&#x22;" u2="&#xc1;" k="143" />
280
+ <hkern u1="&#x22;" u2="&#xc0;" k="143" />
281
+ <hkern u1="&#x22;" u2="u" k="61" />
282
+ <hkern u1="&#x22;" u2="s" k="61" />
283
+ <hkern u1="&#x22;" u2="r" k="61" />
284
+ <hkern u1="&#x22;" u2="q" k="123" />
285
+ <hkern u1="&#x22;" u2="p" k="61" />
286
+ <hkern u1="&#x22;" u2="o" k="123" />
287
+ <hkern u1="&#x22;" u2="n" k="61" />
288
+ <hkern u1="&#x22;" u2="m" k="61" />
289
+ <hkern u1="&#x22;" u2="g" k="61" />
290
+ <hkern u1="&#x22;" u2="e" k="123" />
291
+ <hkern u1="&#x22;" u2="d" k="123" />
292
+ <hkern u1="&#x22;" u2="c" k="123" />
293
+ <hkern u1="&#x22;" u2="a" k="82" />
294
+ <hkern u1="&#x22;" u2="Y" k="-20" />
295
+ <hkern u1="&#x22;" u2="W" k="-41" />
296
+ <hkern u1="&#x22;" u2="V" k="-41" />
297
+ <hkern u1="&#x22;" u2="T" k="-41" />
298
+ <hkern u1="&#x22;" u2="A" k="143" />
299
+ <hkern u1="&#x27;" u2="&#x178;" k="-20" />
300
+ <hkern u1="&#x27;" u2="&#x153;" k="123" />
301
+ <hkern u1="&#x27;" u2="&#xfc;" k="61" />
302
+ <hkern u1="&#x27;" u2="&#xfb;" k="61" />
303
+ <hkern u1="&#x27;" u2="&#xfa;" k="61" />
304
+ <hkern u1="&#x27;" u2="&#xf9;" k="61" />
305
+ <hkern u1="&#x27;" u2="&#xf8;" k="123" />
306
+ <hkern u1="&#x27;" u2="&#xf6;" k="123" />
307
+ <hkern u1="&#x27;" u2="&#xf5;" k="123" />
308
+ <hkern u1="&#x27;" u2="&#xf4;" k="123" />
309
+ <hkern u1="&#x27;" u2="&#xf3;" k="123" />
310
+ <hkern u1="&#x27;" u2="&#xf2;" k="123" />
311
+ <hkern u1="&#x27;" u2="&#xeb;" k="123" />
312
+ <hkern u1="&#x27;" u2="&#xea;" k="123" />
313
+ <hkern u1="&#x27;" u2="&#xe9;" k="123" />
314
+ <hkern u1="&#x27;" u2="&#xe8;" k="123" />
315
+ <hkern u1="&#x27;" u2="&#xe7;" k="123" />
316
+ <hkern u1="&#x27;" u2="&#xe6;" k="82" />
317
+ <hkern u1="&#x27;" u2="&#xe5;" k="82" />
318
+ <hkern u1="&#x27;" u2="&#xe4;" k="82" />
319
+ <hkern u1="&#x27;" u2="&#xe3;" k="82" />
320
+ <hkern u1="&#x27;" u2="&#xe2;" k="82" />
321
+ <hkern u1="&#x27;" u2="&#xe1;" k="82" />
322
+ <hkern u1="&#x27;" u2="&#xe0;" k="123" />
323
+ <hkern u1="&#x27;" u2="&#xdd;" k="-20" />
324
+ <hkern u1="&#x27;" u2="&#xc5;" k="143" />
325
+ <hkern u1="&#x27;" u2="&#xc4;" k="143" />
326
+ <hkern u1="&#x27;" u2="&#xc3;" k="143" />
327
+ <hkern u1="&#x27;" u2="&#xc2;" k="143" />
328
+ <hkern u1="&#x27;" u2="&#xc1;" k="143" />
329
+ <hkern u1="&#x27;" u2="&#xc0;" k="143" />
330
+ <hkern u1="&#x27;" u2="u" k="61" />
331
+ <hkern u1="&#x27;" u2="s" k="61" />
332
+ <hkern u1="&#x27;" u2="r" k="61" />
333
+ <hkern u1="&#x27;" u2="q" k="123" />
334
+ <hkern u1="&#x27;" u2="p" k="61" />
335
+ <hkern u1="&#x27;" u2="o" k="123" />
336
+ <hkern u1="&#x27;" u2="n" k="61" />
337
+ <hkern u1="&#x27;" u2="m" k="61" />
338
+ <hkern u1="&#x27;" u2="g" k="61" />
339
+ <hkern u1="&#x27;" u2="e" k="123" />
340
+ <hkern u1="&#x27;" u2="d" k="123" />
341
+ <hkern u1="&#x27;" u2="c" k="123" />
342
+ <hkern u1="&#x27;" u2="a" k="82" />
343
+ <hkern u1="&#x27;" u2="Y" k="-20" />
344
+ <hkern u1="&#x27;" u2="W" k="-41" />
345
+ <hkern u1="&#x27;" u2="V" k="-41" />
346
+ <hkern u1="&#x27;" u2="T" k="-41" />
347
+ <hkern u1="&#x27;" u2="A" k="143" />
348
+ <hkern u1="&#x28;" u2="J" k="-184" />
349
+ <hkern u1="&#x2c;" u2="&#x178;" k="123" />
350
+ <hkern u1="&#x2c;" u2="&#x152;" k="102" />
351
+ <hkern u1="&#x2c;" u2="&#xdd;" k="123" />
352
+ <hkern u1="&#x2c;" u2="&#xdc;" k="41" />
353
+ <hkern u1="&#x2c;" u2="&#xdb;" k="41" />
354
+ <hkern u1="&#x2c;" u2="&#xda;" k="41" />
355
+ <hkern u1="&#x2c;" u2="&#xd9;" k="41" />
356
+ <hkern u1="&#x2c;" u2="&#xd8;" k="102" />
357
+ <hkern u1="&#x2c;" u2="&#xd6;" k="102" />
358
+ <hkern u1="&#x2c;" u2="&#xd5;" k="102" />
359
+ <hkern u1="&#x2c;" u2="&#xd4;" k="102" />
360
+ <hkern u1="&#x2c;" u2="&#xd3;" k="102" />
361
+ <hkern u1="&#x2c;" u2="&#xd2;" k="102" />
362
+ <hkern u1="&#x2c;" u2="&#xc7;" k="102" />
363
+ <hkern u1="&#x2c;" u2="Y" k="123" />
364
+ <hkern u1="&#x2c;" u2="W" k="123" />
365
+ <hkern u1="&#x2c;" u2="V" k="123" />
366
+ <hkern u1="&#x2c;" u2="U" k="41" />
367
+ <hkern u1="&#x2c;" u2="T" k="143" />
368
+ <hkern u1="&#x2c;" u2="Q" k="102" />
369
+ <hkern u1="&#x2c;" u2="O" k="102" />
370
+ <hkern u1="&#x2c;" u2="G" k="102" />
371
+ <hkern u1="&#x2c;" u2="C" k="102" />
372
+ <hkern u1="&#x2d;" u2="T" k="82" />
373
+ <hkern u1="&#x2e;" u2="&#x178;" k="123" />
374
+ <hkern u1="&#x2e;" u2="&#x152;" k="102" />
375
+ <hkern u1="&#x2e;" u2="&#xdd;" k="123" />
376
+ <hkern u1="&#x2e;" u2="&#xdc;" k="41" />
377
+ <hkern u1="&#x2e;" u2="&#xdb;" k="41" />
378
+ <hkern u1="&#x2e;" u2="&#xda;" k="41" />
379
+ <hkern u1="&#x2e;" u2="&#xd9;" k="41" />
380
+ <hkern u1="&#x2e;" u2="&#xd8;" k="102" />
381
+ <hkern u1="&#x2e;" u2="&#xd6;" k="102" />
382
+ <hkern u1="&#x2e;" u2="&#xd5;" k="102" />
383
+ <hkern u1="&#x2e;" u2="&#xd4;" k="102" />
384
+ <hkern u1="&#x2e;" u2="&#xd3;" k="102" />
385
+ <hkern u1="&#x2e;" u2="&#xd2;" k="102" />
386
+ <hkern u1="&#x2e;" u2="&#xc7;" k="102" />
387
+ <hkern u1="&#x2e;" u2="Y" k="123" />
388
+ <hkern u1="&#x2e;" u2="W" k="123" />
389
+ <hkern u1="&#x2e;" u2="V" k="123" />
390
+ <hkern u1="&#x2e;" u2="U" k="41" />
391
+ <hkern u1="&#x2e;" u2="T" k="143" />
392
+ <hkern u1="&#x2e;" u2="Q" k="102" />
393
+ <hkern u1="&#x2e;" u2="O" k="102" />
394
+ <hkern u1="&#x2e;" u2="G" k="102" />
395
+ <hkern u1="&#x2e;" u2="C" k="102" />
396
+ <hkern u1="A" u2="&#x201d;" k="143" />
397
+ <hkern u1="A" u2="&#x2019;" k="143" />
398
+ <hkern u1="A" u2="&#x178;" k="123" />
399
+ <hkern u1="A" u2="&#x152;" k="41" />
400
+ <hkern u1="A" u2="&#xdd;" k="123" />
401
+ <hkern u1="A" u2="&#xd8;" k="41" />
402
+ <hkern u1="A" u2="&#xd6;" k="41" />
403
+ <hkern u1="A" u2="&#xd5;" k="41" />
404
+ <hkern u1="A" u2="&#xd4;" k="41" />
405
+ <hkern u1="A" u2="&#xd3;" k="41" />
406
+ <hkern u1="A" u2="&#xd2;" k="41" />
407
+ <hkern u1="A" u2="&#xc7;" k="41" />
408
+ <hkern u1="A" u2="Y" k="123" />
409
+ <hkern u1="A" u2="W" k="82" />
410
+ <hkern u1="A" u2="V" k="82" />
411
+ <hkern u1="A" u2="T" k="143" />
412
+ <hkern u1="A" u2="Q" k="41" />
413
+ <hkern u1="A" u2="O" k="41" />
414
+ <hkern u1="A" u2="J" k="-266" />
415
+ <hkern u1="A" u2="G" k="41" />
416
+ <hkern u1="A" u2="C" k="41" />
417
+ <hkern u1="A" u2="&#x27;" k="143" />
418
+ <hkern u1="A" u2="&#x22;" k="143" />
419
+ <hkern u1="B" u2="&#x201e;" k="82" />
420
+ <hkern u1="B" u2="&#x201a;" k="82" />
421
+ <hkern u1="B" u2="&#x178;" k="20" />
422
+ <hkern u1="B" u2="&#xdd;" k="20" />
423
+ <hkern u1="B" u2="&#xc5;" k="41" />
424
+ <hkern u1="B" u2="&#xc4;" k="41" />
425
+ <hkern u1="B" u2="&#xc3;" k="41" />
426
+ <hkern u1="B" u2="&#xc2;" k="41" />
427
+ <hkern u1="B" u2="&#xc1;" k="41" />
428
+ <hkern u1="B" u2="&#xc0;" k="41" />
429
+ <hkern u1="B" u2="Z" k="20" />
430
+ <hkern u1="B" u2="Y" k="20" />
431
+ <hkern u1="B" u2="X" k="41" />
432
+ <hkern u1="B" u2="W" k="20" />
433
+ <hkern u1="B" u2="V" k="20" />
434
+ <hkern u1="B" u2="T" k="61" />
435
+ <hkern u1="B" u2="A" k="41" />
436
+ <hkern u1="B" u2="&#x2e;" k="82" />
437
+ <hkern u1="B" u2="&#x2c;" k="82" />
438
+ <hkern u1="C" u2="&#x152;" k="41" />
439
+ <hkern u1="C" u2="&#xd8;" k="41" />
440
+ <hkern u1="C" u2="&#xd6;" k="41" />
441
+ <hkern u1="C" u2="&#xd5;" k="41" />
442
+ <hkern u1="C" u2="&#xd4;" k="41" />
443
+ <hkern u1="C" u2="&#xd3;" k="41" />
444
+ <hkern u1="C" u2="&#xd2;" k="41" />
445
+ <hkern u1="C" u2="&#xc7;" k="41" />
446
+ <hkern u1="C" u2="Q" k="41" />
447
+ <hkern u1="C" u2="O" k="41" />
448
+ <hkern u1="C" u2="G" k="41" />
449
+ <hkern u1="C" u2="C" k="41" />
450
+ <hkern u1="D" u2="&#x201e;" k="82" />
451
+ <hkern u1="D" u2="&#x201a;" k="82" />
452
+ <hkern u1="D" u2="&#x178;" k="20" />
453
+ <hkern u1="D" u2="&#xdd;" k="20" />
454
+ <hkern u1="D" u2="&#xc5;" k="41" />
455
+ <hkern u1="D" u2="&#xc4;" k="41" />
456
+ <hkern u1="D" u2="&#xc3;" k="41" />
457
+ <hkern u1="D" u2="&#xc2;" k="41" />
458
+ <hkern u1="D" u2="&#xc1;" k="41" />
459
+ <hkern u1="D" u2="&#xc0;" k="41" />
460
+ <hkern u1="D" u2="Z" k="20" />
461
+ <hkern u1="D" u2="Y" k="20" />
462
+ <hkern u1="D" u2="X" k="41" />
463
+ <hkern u1="D" u2="W" k="20" />
464
+ <hkern u1="D" u2="V" k="20" />
465
+ <hkern u1="D" u2="T" k="61" />
466
+ <hkern u1="D" u2="A" k="41" />
467
+ <hkern u1="D" u2="&#x2e;" k="82" />
468
+ <hkern u1="D" u2="&#x2c;" k="82" />
469
+ <hkern u1="E" u2="J" k="-123" />
470
+ <hkern u1="F" u2="&#x201e;" k="123" />
471
+ <hkern u1="F" u2="&#x201a;" k="123" />
472
+ <hkern u1="F" u2="&#xc5;" k="41" />
473
+ <hkern u1="F" u2="&#xc4;" k="41" />
474
+ <hkern u1="F" u2="&#xc3;" k="41" />
475
+ <hkern u1="F" u2="&#xc2;" k="41" />
476
+ <hkern u1="F" u2="&#xc1;" k="41" />
477
+ <hkern u1="F" u2="&#xc0;" k="41" />
478
+ <hkern u1="F" u2="A" k="41" />
479
+ <hkern u1="F" u2="&#x3f;" k="-41" />
480
+ <hkern u1="F" u2="&#x2e;" k="123" />
481
+ <hkern u1="F" u2="&#x2c;" k="123" />
482
+ <hkern u1="K" u2="&#x152;" k="41" />
483
+ <hkern u1="K" u2="&#xd8;" k="41" />
484
+ <hkern u1="K" u2="&#xd6;" k="41" />
485
+ <hkern u1="K" u2="&#xd5;" k="41" />
486
+ <hkern u1="K" u2="&#xd4;" k="41" />
487
+ <hkern u1="K" u2="&#xd3;" k="41" />
488
+ <hkern u1="K" u2="&#xd2;" k="41" />
489
+ <hkern u1="K" u2="&#xc7;" k="41" />
490
+ <hkern u1="K" u2="Q" k="41" />
491
+ <hkern u1="K" u2="O" k="41" />
492
+ <hkern u1="K" u2="G" k="41" />
493
+ <hkern u1="K" u2="C" k="41" />
494
+ <hkern u1="L" u2="&#x201d;" k="164" />
495
+ <hkern u1="L" u2="&#x2019;" k="164" />
496
+ <hkern u1="L" u2="&#x178;" k="61" />
497
+ <hkern u1="L" u2="&#x152;" k="41" />
498
+ <hkern u1="L" u2="&#xdd;" k="61" />
499
+ <hkern u1="L" u2="&#xdc;" k="20" />
500
+ <hkern u1="L" u2="&#xdb;" k="20" />
501
+ <hkern u1="L" u2="&#xda;" k="20" />
502
+ <hkern u1="L" u2="&#xd9;" k="20" />
503
+ <hkern u1="L" u2="&#xd8;" k="41" />
504
+ <hkern u1="L" u2="&#xd6;" k="41" />
505
+ <hkern u1="L" u2="&#xd5;" k="41" />
506
+ <hkern u1="L" u2="&#xd4;" k="41" />
507
+ <hkern u1="L" u2="&#xd3;" k="41" />
508
+ <hkern u1="L" u2="&#xd2;" k="41" />
509
+ <hkern u1="L" u2="&#xc7;" k="41" />
510
+ <hkern u1="L" u2="Y" k="61" />
511
+ <hkern u1="L" u2="W" k="41" />
512
+ <hkern u1="L" u2="V" k="41" />
513
+ <hkern u1="L" u2="U" k="20" />
514
+ <hkern u1="L" u2="T" k="41" />
515
+ <hkern u1="L" u2="Q" k="41" />
516
+ <hkern u1="L" u2="O" k="41" />
517
+ <hkern u1="L" u2="G" k="41" />
518
+ <hkern u1="L" u2="C" k="41" />
519
+ <hkern u1="L" u2="&#x27;" k="164" />
520
+ <hkern u1="L" u2="&#x22;" k="164" />
521
+ <hkern u1="O" u2="&#x201e;" k="82" />
522
+ <hkern u1="O" u2="&#x201a;" k="82" />
523
+ <hkern u1="O" u2="&#x178;" k="20" />
524
+ <hkern u1="O" u2="&#xdd;" k="20" />
525
+ <hkern u1="O" u2="&#xc5;" k="41" />
526
+ <hkern u1="O" u2="&#xc4;" k="41" />
527
+ <hkern u1="O" u2="&#xc3;" k="41" />
528
+ <hkern u1="O" u2="&#xc2;" k="41" />
529
+ <hkern u1="O" u2="&#xc1;" k="41" />
530
+ <hkern u1="O" u2="&#xc0;" k="41" />
531
+ <hkern u1="O" u2="Z" k="20" />
532
+ <hkern u1="O" u2="Y" k="20" />
533
+ <hkern u1="O" u2="X" k="41" />
534
+ <hkern u1="O" u2="W" k="20" />
535
+ <hkern u1="O" u2="V" k="20" />
536
+ <hkern u1="O" u2="T" k="61" />
537
+ <hkern u1="O" u2="A" k="41" />
538
+ <hkern u1="O" u2="&#x2e;" k="82" />
539
+ <hkern u1="O" u2="&#x2c;" k="82" />
540
+ <hkern u1="P" u2="&#x201e;" k="266" />
541
+ <hkern u1="P" u2="&#x201a;" k="266" />
542
+ <hkern u1="P" u2="&#xc5;" k="102" />
543
+ <hkern u1="P" u2="&#xc4;" k="102" />
544
+ <hkern u1="P" u2="&#xc3;" k="102" />
545
+ <hkern u1="P" u2="&#xc2;" k="102" />
546
+ <hkern u1="P" u2="&#xc1;" k="102" />
547
+ <hkern u1="P" u2="&#xc0;" k="102" />
548
+ <hkern u1="P" u2="Z" k="20" />
549
+ <hkern u1="P" u2="X" k="41" />
550
+ <hkern u1="P" u2="A" k="102" />
551
+ <hkern u1="P" u2="&#x2e;" k="266" />
552
+ <hkern u1="P" u2="&#x2c;" k="266" />
553
+ <hkern u1="Q" u2="&#x201e;" k="82" />
554
+ <hkern u1="Q" u2="&#x201a;" k="82" />
555
+ <hkern u1="Q" u2="&#x178;" k="20" />
556
+ <hkern u1="Q" u2="&#xdd;" k="20" />
557
+ <hkern u1="Q" u2="&#xc5;" k="41" />
558
+ <hkern u1="Q" u2="&#xc4;" k="41" />
559
+ <hkern u1="Q" u2="&#xc3;" k="41" />
560
+ <hkern u1="Q" u2="&#xc2;" k="41" />
561
+ <hkern u1="Q" u2="&#xc1;" k="41" />
562
+ <hkern u1="Q" u2="&#xc0;" k="41" />
563
+ <hkern u1="Q" u2="Z" k="20" />
564
+ <hkern u1="Q" u2="Y" k="20" />
565
+ <hkern u1="Q" u2="X" k="41" />
566
+ <hkern u1="Q" u2="W" k="20" />
567
+ <hkern u1="Q" u2="V" k="20" />
568
+ <hkern u1="Q" u2="T" k="61" />
569
+ <hkern u1="Q" u2="A" k="41" />
570
+ <hkern u1="Q" u2="&#x2e;" k="82" />
571
+ <hkern u1="Q" u2="&#x2c;" k="82" />
572
+ <hkern u1="T" u2="&#x201e;" k="123" />
573
+ <hkern u1="T" u2="&#x201a;" k="123" />
574
+ <hkern u1="T" u2="&#x2014;" k="82" />
575
+ <hkern u1="T" u2="&#x2013;" k="82" />
576
+ <hkern u1="T" u2="&#x153;" k="143" />
577
+ <hkern u1="T" u2="&#x152;" k="41" />
578
+ <hkern u1="T" u2="&#xfd;" k="41" />
579
+ <hkern u1="T" u2="&#xfc;" k="102" />
580
+ <hkern u1="T" u2="&#xfb;" k="102" />
581
+ <hkern u1="T" u2="&#xfa;" k="102" />
582
+ <hkern u1="T" u2="&#xf9;" k="102" />
583
+ <hkern u1="T" u2="&#xf8;" k="143" />
584
+ <hkern u1="T" u2="&#xf6;" k="143" />
585
+ <hkern u1="T" u2="&#xf5;" k="143" />
586
+ <hkern u1="T" u2="&#xf4;" k="143" />
587
+ <hkern u1="T" u2="&#xf3;" k="143" />
588
+ <hkern u1="T" u2="&#xf2;" k="143" />
589
+ <hkern u1="T" u2="&#xeb;" k="143" />
590
+ <hkern u1="T" u2="&#xea;" k="143" />
591
+ <hkern u1="T" u2="&#xe9;" k="143" />
592
+ <hkern u1="T" u2="&#xe8;" k="143" />
593
+ <hkern u1="T" u2="&#xe7;" k="143" />
594
+ <hkern u1="T" u2="&#xe6;" k="164" />
595
+ <hkern u1="T" u2="&#xe5;" k="164" />
596
+ <hkern u1="T" u2="&#xe4;" k="164" />
597
+ <hkern u1="T" u2="&#xe3;" k="164" />
598
+ <hkern u1="T" u2="&#xe2;" k="164" />
599
+ <hkern u1="T" u2="&#xe1;" k="164" />
600
+ <hkern u1="T" u2="&#xe0;" k="143" />
601
+ <hkern u1="T" u2="&#xd8;" k="41" />
602
+ <hkern u1="T" u2="&#xd6;" k="41" />
603
+ <hkern u1="T" u2="&#xd5;" k="41" />
604
+ <hkern u1="T" u2="&#xd4;" k="41" />
605
+ <hkern u1="T" u2="&#xd3;" k="41" />
606
+ <hkern u1="T" u2="&#xd2;" k="41" />
607
+ <hkern u1="T" u2="&#xc7;" k="41" />
608
+ <hkern u1="T" u2="&#xc5;" k="143" />
609
+ <hkern u1="T" u2="&#xc4;" k="143" />
610
+ <hkern u1="T" u2="&#xc3;" k="143" />
611
+ <hkern u1="T" u2="&#xc2;" k="143" />
612
+ <hkern u1="T" u2="&#xc1;" k="143" />
613
+ <hkern u1="T" u2="&#xc0;" k="143" />
614
+ <hkern u1="T" u2="z" k="82" />
615
+ <hkern u1="T" u2="y" k="41" />
616
+ <hkern u1="T" u2="x" k="41" />
617
+ <hkern u1="T" u2="w" k="41" />
618
+ <hkern u1="T" u2="v" k="41" />
619
+ <hkern u1="T" u2="u" k="102" />
620
+ <hkern u1="T" u2="s" k="123" />
621
+ <hkern u1="T" u2="r" k="102" />
622
+ <hkern u1="T" u2="q" k="143" />
623
+ <hkern u1="T" u2="p" k="102" />
624
+ <hkern u1="T" u2="o" k="143" />
625
+ <hkern u1="T" u2="n" k="102" />
626
+ <hkern u1="T" u2="m" k="102" />
627
+ <hkern u1="T" u2="g" k="143" />
628
+ <hkern u1="T" u2="e" k="143" />
629
+ <hkern u1="T" u2="d" k="143" />
630
+ <hkern u1="T" u2="c" k="143" />
631
+ <hkern u1="T" u2="a" k="164" />
632
+ <hkern u1="T" u2="T" k="-41" />
633
+ <hkern u1="T" u2="Q" k="41" />
634
+ <hkern u1="T" u2="O" k="41" />
635
+ <hkern u1="T" u2="G" k="41" />
636
+ <hkern u1="T" u2="C" k="41" />
637
+ <hkern u1="T" u2="A" k="143" />
638
+ <hkern u1="T" u2="&#x3f;" k="-41" />
639
+ <hkern u1="T" u2="&#x2e;" k="123" />
640
+ <hkern u1="T" u2="&#x2d;" k="82" />
641
+ <hkern u1="T" u2="&#x2c;" k="123" />
642
+ <hkern u1="U" u2="&#x201e;" k="41" />
643
+ <hkern u1="U" u2="&#x201a;" k="41" />
644
+ <hkern u1="U" u2="&#xc5;" k="20" />
645
+ <hkern u1="U" u2="&#xc4;" k="20" />
646
+ <hkern u1="U" u2="&#xc3;" k="20" />
647
+ <hkern u1="U" u2="&#xc2;" k="20" />
648
+ <hkern u1="U" u2="&#xc1;" k="20" />
649
+ <hkern u1="U" u2="&#xc0;" k="20" />
650
+ <hkern u1="U" u2="A" k="20" />
651
+ <hkern u1="U" u2="&#x2e;" k="41" />
652
+ <hkern u1="U" u2="&#x2c;" k="41" />
653
+ <hkern u1="V" u2="&#x201e;" k="102" />
654
+ <hkern u1="V" u2="&#x201a;" k="102" />
655
+ <hkern u1="V" u2="&#x153;" k="41" />
656
+ <hkern u1="V" u2="&#x152;" k="20" />
657
+ <hkern u1="V" u2="&#xfc;" k="20" />
658
+ <hkern u1="V" u2="&#xfb;" k="20" />
659
+ <hkern u1="V" u2="&#xfa;" k="20" />
660
+ <hkern u1="V" u2="&#xf9;" k="20" />
661
+ <hkern u1="V" u2="&#xf8;" k="41" />
662
+ <hkern u1="V" u2="&#xf6;" k="41" />
663
+ <hkern u1="V" u2="&#xf5;" k="41" />
664
+ <hkern u1="V" u2="&#xf4;" k="41" />
665
+ <hkern u1="V" u2="&#xf3;" k="41" />
666
+ <hkern u1="V" u2="&#xf2;" k="41" />
667
+ <hkern u1="V" u2="&#xeb;" k="41" />
668
+ <hkern u1="V" u2="&#xea;" k="41" />
669
+ <hkern u1="V" u2="&#xe9;" k="41" />
670
+ <hkern u1="V" u2="&#xe8;" k="41" />
671
+ <hkern u1="V" u2="&#xe7;" k="41" />
672
+ <hkern u1="V" u2="&#xe6;" k="41" />
673
+ <hkern u1="V" u2="&#xe5;" k="41" />
674
+ <hkern u1="V" u2="&#xe4;" k="41" />
675
+ <hkern u1="V" u2="&#xe3;" k="41" />
676
+ <hkern u1="V" u2="&#xe2;" k="41" />
677
+ <hkern u1="V" u2="&#xe1;" k="41" />
678
+ <hkern u1="V" u2="&#xe0;" k="41" />
679
+ <hkern u1="V" u2="&#xd8;" k="20" />
680
+ <hkern u1="V" u2="&#xd6;" k="20" />
681
+ <hkern u1="V" u2="&#xd5;" k="20" />
682
+ <hkern u1="V" u2="&#xd4;" k="20" />
683
+ <hkern u1="V" u2="&#xd3;" k="20" />
684
+ <hkern u1="V" u2="&#xd2;" k="20" />
685
+ <hkern u1="V" u2="&#xc7;" k="20" />
686
+ <hkern u1="V" u2="&#xc5;" k="82" />
687
+ <hkern u1="V" u2="&#xc4;" k="82" />
688
+ <hkern u1="V" u2="&#xc3;" k="82" />
689
+ <hkern u1="V" u2="&#xc2;" k="82" />
690
+ <hkern u1="V" u2="&#xc1;" k="82" />
691
+ <hkern u1="V" u2="&#xc0;" k="82" />
692
+ <hkern u1="V" u2="u" k="20" />
693
+ <hkern u1="V" u2="s" k="20" />
694
+ <hkern u1="V" u2="r" k="20" />
695
+ <hkern u1="V" u2="q" k="41" />
696
+ <hkern u1="V" u2="p" k="20" />
697
+ <hkern u1="V" u2="o" k="41" />
698
+ <hkern u1="V" u2="n" k="20" />
699
+ <hkern u1="V" u2="m" k="20" />
700
+ <hkern u1="V" u2="g" k="20" />
701
+ <hkern u1="V" u2="e" k="41" />
702
+ <hkern u1="V" u2="d" k="41" />
703
+ <hkern u1="V" u2="c" k="41" />
704
+ <hkern u1="V" u2="a" k="41" />
705
+ <hkern u1="V" u2="Q" k="20" />
706
+ <hkern u1="V" u2="O" k="20" />
707
+ <hkern u1="V" u2="G" k="20" />
708
+ <hkern u1="V" u2="C" k="20" />
709
+ <hkern u1="V" u2="A" k="82" />
710
+ <hkern u1="V" u2="&#x3f;" k="-41" />
711
+ <hkern u1="V" u2="&#x2e;" k="102" />
712
+ <hkern u1="V" u2="&#x2c;" k="102" />
713
+ <hkern u1="W" u2="&#x201e;" k="102" />
714
+ <hkern u1="W" u2="&#x201a;" k="102" />
715
+ <hkern u1="W" u2="&#x153;" k="41" />
716
+ <hkern u1="W" u2="&#x152;" k="20" />
717
+ <hkern u1="W" u2="&#xfc;" k="20" />
718
+ <hkern u1="W" u2="&#xfb;" k="20" />
719
+ <hkern u1="W" u2="&#xfa;" k="20" />
720
+ <hkern u1="W" u2="&#xf9;" k="20" />
721
+ <hkern u1="W" u2="&#xf8;" k="41" />
722
+ <hkern u1="W" u2="&#xf6;" k="41" />
723
+ <hkern u1="W" u2="&#xf5;" k="41" />
724
+ <hkern u1="W" u2="&#xf4;" k="41" />
725
+ <hkern u1="W" u2="&#xf3;" k="41" />
726
+ <hkern u1="W" u2="&#xf2;" k="41" />
727
+ <hkern u1="W" u2="&#xeb;" k="41" />
728
+ <hkern u1="W" u2="&#xea;" k="41" />
729
+ <hkern u1="W" u2="&#xe9;" k="41" />
730
+ <hkern u1="W" u2="&#xe8;" k="41" />
731
+ <hkern u1="W" u2="&#xe7;" k="41" />
732
+ <hkern u1="W" u2="&#xe6;" k="41" />
733
+ <hkern u1="W" u2="&#xe5;" k="41" />
734
+ <hkern u1="W" u2="&#xe4;" k="41" />
735
+ <hkern u1="W" u2="&#xe3;" k="41" />
736
+ <hkern u1="W" u2="&#xe2;" k="41" />
737
+ <hkern u1="W" u2="&#xe1;" k="41" />
738
+ <hkern u1="W" u2="&#xe0;" k="41" />
739
+ <hkern u1="W" u2="&#xd8;" k="20" />
740
+ <hkern u1="W" u2="&#xd6;" k="20" />
741
+ <hkern u1="W" u2="&#xd5;" k="20" />
742
+ <hkern u1="W" u2="&#xd4;" k="20" />
743
+ <hkern u1="W" u2="&#xd3;" k="20" />
744
+ <hkern u1="W" u2="&#xd2;" k="20" />
745
+ <hkern u1="W" u2="&#xc7;" k="20" />
746
+ <hkern u1="W" u2="&#xc5;" k="82" />
747
+ <hkern u1="W" u2="&#xc4;" k="82" />
748
+ <hkern u1="W" u2="&#xc3;" k="82" />
749
+ <hkern u1="W" u2="&#xc2;" k="82" />
750
+ <hkern u1="W" u2="&#xc1;" k="82" />
751
+ <hkern u1="W" u2="&#xc0;" k="82" />
752
+ <hkern u1="W" u2="u" k="20" />
753
+ <hkern u1="W" u2="s" k="20" />
754
+ <hkern u1="W" u2="r" k="20" />
755
+ <hkern u1="W" u2="q" k="41" />
756
+ <hkern u1="W" u2="p" k="20" />
757
+ <hkern u1="W" u2="o" k="41" />
758
+ <hkern u1="W" u2="n" k="20" />
759
+ <hkern u1="W" u2="m" k="20" />
760
+ <hkern u1="W" u2="g" k="20" />
761
+ <hkern u1="W" u2="e" k="41" />
762
+ <hkern u1="W" u2="d" k="41" />
763
+ <hkern u1="W" u2="c" k="41" />
764
+ <hkern u1="W" u2="a" k="41" />
765
+ <hkern u1="W" u2="Q" k="20" />
766
+ <hkern u1="W" u2="O" k="20" />
767
+ <hkern u1="W" u2="G" k="20" />
768
+ <hkern u1="W" u2="C" k="20" />
769
+ <hkern u1="W" u2="A" k="82" />
770
+ <hkern u1="W" u2="&#x3f;" k="-41" />
771
+ <hkern u1="W" u2="&#x2e;" k="102" />
772
+ <hkern u1="W" u2="&#x2c;" k="102" />
773
+ <hkern u1="X" u2="&#x152;" k="41" />
774
+ <hkern u1="X" u2="&#xd8;" k="41" />
775
+ <hkern u1="X" u2="&#xd6;" k="41" />
776
+ <hkern u1="X" u2="&#xd5;" k="41" />
777
+ <hkern u1="X" u2="&#xd4;" k="41" />
778
+ <hkern u1="X" u2="&#xd3;" k="41" />
779
+ <hkern u1="X" u2="&#xd2;" k="41" />
780
+ <hkern u1="X" u2="&#xc7;" k="41" />
781
+ <hkern u1="X" u2="Q" k="41" />
782
+ <hkern u1="X" u2="O" k="41" />
783
+ <hkern u1="X" u2="G" k="41" />
784
+ <hkern u1="X" u2="C" k="41" />
785
+ <hkern u1="Y" u2="&#x201e;" k="123" />
786
+ <hkern u1="Y" u2="&#x201a;" k="123" />
787
+ <hkern u1="Y" u2="&#x153;" k="102" />
788
+ <hkern u1="Y" u2="&#x152;" k="41" />
789
+ <hkern u1="Y" u2="&#xfc;" k="61" />
790
+ <hkern u1="Y" u2="&#xfb;" k="61" />
791
+ <hkern u1="Y" u2="&#xfa;" k="61" />
792
+ <hkern u1="Y" u2="&#xf9;" k="61" />
793
+ <hkern u1="Y" u2="&#xf8;" k="102" />
794
+ <hkern u1="Y" u2="&#xf6;" k="102" />
795
+ <hkern u1="Y" u2="&#xf5;" k="102" />
796
+ <hkern u1="Y" u2="&#xf4;" k="102" />
797
+ <hkern u1="Y" u2="&#xf3;" k="102" />
798
+ <hkern u1="Y" u2="&#xf2;" k="102" />
799
+ <hkern u1="Y" u2="&#xeb;" k="102" />
800
+ <hkern u1="Y" u2="&#xea;" k="102" />
801
+ <hkern u1="Y" u2="&#xe9;" k="102" />
802
+ <hkern u1="Y" u2="&#xe8;" k="102" />
803
+ <hkern u1="Y" u2="&#xe7;" k="102" />
804
+ <hkern u1="Y" u2="&#xe6;" k="102" />
805
+ <hkern u1="Y" u2="&#xe5;" k="102" />
806
+ <hkern u1="Y" u2="&#xe4;" k="102" />
807
+ <hkern u1="Y" u2="&#xe3;" k="102" />
808
+ <hkern u1="Y" u2="&#xe2;" k="102" />
809
+ <hkern u1="Y" u2="&#xe1;" k="102" />
810
+ <hkern u1="Y" u2="&#xe0;" k="102" />
811
+ <hkern u1="Y" u2="&#xd8;" k="41" />
812
+ <hkern u1="Y" u2="&#xd6;" k="41" />
813
+ <hkern u1="Y" u2="&#xd5;" k="41" />
814
+ <hkern u1="Y" u2="&#xd4;" k="41" />
815
+ <hkern u1="Y" u2="&#xd3;" k="41" />
816
+ <hkern u1="Y" u2="&#xd2;" k="41" />
817
+ <hkern u1="Y" u2="&#xc7;" k="41" />
818
+ <hkern u1="Y" u2="&#xc5;" k="123" />
819
+ <hkern u1="Y" u2="&#xc4;" k="123" />
820
+ <hkern u1="Y" u2="&#xc3;" k="123" />
821
+ <hkern u1="Y" u2="&#xc2;" k="123" />
822
+ <hkern u1="Y" u2="&#xc1;" k="123" />
823
+ <hkern u1="Y" u2="&#xc0;" k="123" />
824
+ <hkern u1="Y" u2="z" k="41" />
825
+ <hkern u1="Y" u2="u" k="61" />
826
+ <hkern u1="Y" u2="s" k="82" />
827
+ <hkern u1="Y" u2="r" k="61" />
828
+ <hkern u1="Y" u2="q" k="102" />
829
+ <hkern u1="Y" u2="p" k="61" />
830
+ <hkern u1="Y" u2="o" k="102" />
831
+ <hkern u1="Y" u2="n" k="61" />
832
+ <hkern u1="Y" u2="m" k="61" />
833
+ <hkern u1="Y" u2="g" k="41" />
834
+ <hkern u1="Y" u2="e" k="102" />
835
+ <hkern u1="Y" u2="d" k="102" />
836
+ <hkern u1="Y" u2="c" k="102" />
837
+ <hkern u1="Y" u2="a" k="102" />
838
+ <hkern u1="Y" u2="Q" k="41" />
839
+ <hkern u1="Y" u2="O" k="41" />
840
+ <hkern u1="Y" u2="G" k="41" />
841
+ <hkern u1="Y" u2="C" k="41" />
842
+ <hkern u1="Y" u2="A" k="123" />
843
+ <hkern u1="Y" u2="&#x3f;" k="-41" />
844
+ <hkern u1="Y" u2="&#x2e;" k="123" />
845
+ <hkern u1="Y" u2="&#x2c;" k="123" />
846
+ <hkern u1="Z" u2="&#x152;" k="20" />
847
+ <hkern u1="Z" u2="&#xd8;" k="20" />
848
+ <hkern u1="Z" u2="&#xd6;" k="20" />
849
+ <hkern u1="Z" u2="&#xd5;" k="20" />
850
+ <hkern u1="Z" u2="&#xd4;" k="20" />
851
+ <hkern u1="Z" u2="&#xd3;" k="20" />
852
+ <hkern u1="Z" u2="&#xd2;" k="20" />
853
+ <hkern u1="Z" u2="&#xc7;" k="20" />
854
+ <hkern u1="Z" u2="Q" k="20" />
855
+ <hkern u1="Z" u2="O" k="20" />
856
+ <hkern u1="Z" u2="G" k="20" />
857
+ <hkern u1="Z" u2="C" k="20" />
858
+ <hkern u1="[" u2="J" k="-184" />
859
+ <hkern u1="a" u2="&#x201d;" k="20" />
860
+ <hkern u1="a" u2="&#x2019;" k="20" />
861
+ <hkern u1="a" u2="&#x27;" k="20" />
862
+ <hkern u1="a" u2="&#x22;" k="20" />
863
+ <hkern u1="b" u2="&#x201d;" k="20" />
864
+ <hkern u1="b" u2="&#x2019;" k="20" />
865
+ <hkern u1="b" u2="&#xfd;" k="41" />
866
+ <hkern u1="b" u2="z" k="20" />
867
+ <hkern u1="b" u2="y" k="41" />
868
+ <hkern u1="b" u2="x" k="41" />
869
+ <hkern u1="b" u2="w" k="41" />
870
+ <hkern u1="b" u2="v" k="41" />
871
+ <hkern u1="b" u2="&#x27;" k="20" />
872
+ <hkern u1="b" u2="&#x22;" k="20" />
873
+ <hkern u1="c" u2="&#x201d;" k="-41" />
874
+ <hkern u1="c" u2="&#x2019;" k="-41" />
875
+ <hkern u1="c" u2="&#x27;" k="-41" />
876
+ <hkern u1="c" u2="&#x22;" k="-41" />
877
+ <hkern u1="e" u2="&#x201d;" k="20" />
878
+ <hkern u1="e" u2="&#x2019;" k="20" />
879
+ <hkern u1="e" u2="&#xfd;" k="41" />
880
+ <hkern u1="e" u2="z" k="20" />
881
+ <hkern u1="e" u2="y" k="41" />
882
+ <hkern u1="e" u2="x" k="41" />
883
+ <hkern u1="e" u2="w" k="41" />
884
+ <hkern u1="e" u2="v" k="41" />
885
+ <hkern u1="e" u2="&#x27;" k="20" />
886
+ <hkern u1="e" u2="&#x22;" k="20" />
887
+ <hkern u1="f" u2="&#x201d;" k="-123" />
888
+ <hkern u1="f" u2="&#x2019;" k="-123" />
889
+ <hkern u1="f" u2="&#x27;" k="-123" />
890
+ <hkern u1="f" u2="&#x22;" k="-123" />
891
+ <hkern u1="h" u2="&#x201d;" k="20" />
892
+ <hkern u1="h" u2="&#x2019;" k="20" />
893
+ <hkern u1="h" u2="&#x27;" k="20" />
894
+ <hkern u1="h" u2="&#x22;" k="20" />
895
+ <hkern u1="k" u2="&#x153;" k="41" />
896
+ <hkern u1="k" u2="&#xf8;" k="41" />
897
+ <hkern u1="k" u2="&#xf6;" k="41" />
898
+ <hkern u1="k" u2="&#xf5;" k="41" />
899
+ <hkern u1="k" u2="&#xf4;" k="41" />
900
+ <hkern u1="k" u2="&#xf3;" k="41" />
901
+ <hkern u1="k" u2="&#xf2;" k="41" />
902
+ <hkern u1="k" u2="&#xeb;" k="41" />
903
+ <hkern u1="k" u2="&#xea;" k="41" />
904
+ <hkern u1="k" u2="&#xe9;" k="41" />
905
+ <hkern u1="k" u2="&#xe8;" k="41" />
906
+ <hkern u1="k" u2="&#xe7;" k="41" />
907
+ <hkern u1="k" u2="&#xe0;" k="41" />
908
+ <hkern u1="k" u2="q" k="41" />
909
+ <hkern u1="k" u2="o" k="41" />
910
+ <hkern u1="k" u2="e" k="41" />
911
+ <hkern u1="k" u2="d" k="41" />
912
+ <hkern u1="k" u2="c" k="41" />
913
+ <hkern u1="m" u2="&#x201d;" k="20" />
914
+ <hkern u1="m" u2="&#x2019;" k="20" />
915
+ <hkern u1="m" u2="&#x27;" k="20" />
916
+ <hkern u1="m" u2="&#x22;" k="20" />
917
+ <hkern u1="n" u2="&#x201d;" k="20" />
918
+ <hkern u1="n" u2="&#x2019;" k="20" />
919
+ <hkern u1="n" u2="&#x27;" k="20" />
920
+ <hkern u1="n" u2="&#x22;" k="20" />
921
+ <hkern u1="o" u2="&#x201d;" k="20" />
922
+ <hkern u1="o" u2="&#x2019;" k="20" />
923
+ <hkern u1="o" u2="&#xfd;" k="41" />
924
+ <hkern u1="o" u2="z" k="20" />
925
+ <hkern u1="o" u2="y" k="41" />
926
+ <hkern u1="o" u2="x" k="41" />
927
+ <hkern u1="o" u2="w" k="41" />
928
+ <hkern u1="o" u2="v" k="41" />
929
+ <hkern u1="o" u2="&#x27;" k="20" />
930
+ <hkern u1="o" u2="&#x22;" k="20" />
931
+ <hkern u1="p" u2="&#x201d;" k="20" />
932
+ <hkern u1="p" u2="&#x2019;" k="20" />
933
+ <hkern u1="p" u2="&#xfd;" k="41" />
934
+ <hkern u1="p" u2="z" k="20" />
935
+ <hkern u1="p" u2="y" k="41" />
936
+ <hkern u1="p" u2="x" k="41" />
937
+ <hkern u1="p" u2="w" k="41" />
938
+ <hkern u1="p" u2="v" k="41" />
939
+ <hkern u1="p" u2="&#x27;" k="20" />
940
+ <hkern u1="p" u2="&#x22;" k="20" />
941
+ <hkern u1="r" u2="&#x201d;" k="-82" />
942
+ <hkern u1="r" u2="&#x2019;" k="-82" />
943
+ <hkern u1="r" u2="&#x153;" k="41" />
944
+ <hkern u1="r" u2="&#xf8;" k="41" />
945
+ <hkern u1="r" u2="&#xf6;" k="41" />
946
+ <hkern u1="r" u2="&#xf5;" k="41" />
947
+ <hkern u1="r" u2="&#xf4;" k="41" />
948
+ <hkern u1="r" u2="&#xf3;" k="41" />
949
+ <hkern u1="r" u2="&#xf2;" k="41" />
950
+ <hkern u1="r" u2="&#xeb;" k="41" />
951
+ <hkern u1="r" u2="&#xea;" k="41" />
952
+ <hkern u1="r" u2="&#xe9;" k="41" />
953
+ <hkern u1="r" u2="&#xe8;" k="41" />
954
+ <hkern u1="r" u2="&#xe7;" k="41" />
955
+ <hkern u1="r" u2="&#xe6;" k="41" />
956
+ <hkern u1="r" u2="&#xe5;" k="41" />
957
+ <hkern u1="r" u2="&#xe4;" k="41" />
958
+ <hkern u1="r" u2="&#xe3;" k="41" />
959
+ <hkern u1="r" u2="&#xe2;" k="41" />
960
+ <hkern u1="r" u2="&#xe1;" k="41" />
961
+ <hkern u1="r" u2="&#xe0;" k="41" />
962
+ <hkern u1="r" u2="q" k="41" />
963
+ <hkern u1="r" u2="o" k="41" />
964
+ <hkern u1="r" u2="g" k="20" />
965
+ <hkern u1="r" u2="e" k="41" />
966
+ <hkern u1="r" u2="d" k="41" />
967
+ <hkern u1="r" u2="c" k="41" />
968
+ <hkern u1="r" u2="a" k="41" />
969
+ <hkern u1="r" u2="&#x27;" k="-82" />
970
+ <hkern u1="r" u2="&#x22;" k="-82" />
971
+ <hkern u1="t" u2="&#x201d;" k="-41" />
972
+ <hkern u1="t" u2="&#x2019;" k="-41" />
973
+ <hkern u1="t" u2="&#x27;" k="-41" />
974
+ <hkern u1="t" u2="&#x22;" k="-41" />
975
+ <hkern u1="v" u2="&#x201e;" k="82" />
976
+ <hkern u1="v" u2="&#x201d;" k="-82" />
977
+ <hkern u1="v" u2="&#x201a;" k="82" />
978
+ <hkern u1="v" u2="&#x2019;" k="-82" />
979
+ <hkern u1="v" u2="&#x3f;" k="-41" />
980
+ <hkern u1="v" u2="&#x2e;" k="82" />
981
+ <hkern u1="v" u2="&#x2c;" k="82" />
982
+ <hkern u1="v" u2="&#x27;" k="-82" />
983
+ <hkern u1="v" u2="&#x22;" k="-82" />
984
+ <hkern u1="w" u2="&#x201e;" k="82" />
985
+ <hkern u1="w" u2="&#x201d;" k="-82" />
986
+ <hkern u1="w" u2="&#x201a;" k="82" />
987
+ <hkern u1="w" u2="&#x2019;" k="-82" />
988
+ <hkern u1="w" u2="&#x3f;" k="-41" />
989
+ <hkern u1="w" u2="&#x2e;" k="82" />
990
+ <hkern u1="w" u2="&#x2c;" k="82" />
991
+ <hkern u1="w" u2="&#x27;" k="-82" />
992
+ <hkern u1="w" u2="&#x22;" k="-82" />
993
+ <hkern u1="x" u2="&#x153;" k="41" />
994
+ <hkern u1="x" u2="&#xf8;" k="41" />
995
+ <hkern u1="x" u2="&#xf6;" k="41" />
996
+ <hkern u1="x" u2="&#xf5;" k="41" />
997
+ <hkern u1="x" u2="&#xf4;" k="41" />
998
+ <hkern u1="x" u2="&#xf3;" k="41" />
999
+ <hkern u1="x" u2="&#xf2;" k="41" />
1000
+ <hkern u1="x" u2="&#xeb;" k="41" />
1001
+ <hkern u1="x" u2="&#xea;" k="41" />
1002
+ <hkern u1="x" u2="&#xe9;" k="41" />
1003
+ <hkern u1="x" u2="&#xe8;" k="41" />
1004
+ <hkern u1="x" u2="&#xe7;" k="41" />
1005
+ <hkern u1="x" u2="&#xe0;" k="41" />
1006
+ <hkern u1="x" u2="q" k="41" />
1007
+ <hkern u1="x" u2="o" k="41" />
1008
+ <hkern u1="x" u2="e" k="41" />
1009
+ <hkern u1="x" u2="d" k="41" />
1010
+ <hkern u1="x" u2="c" k="41" />
1011
+ <hkern u1="y" u2="&#x201e;" k="82" />
1012
+ <hkern u1="y" u2="&#x201d;" k="-82" />
1013
+ <hkern u1="y" u2="&#x201a;" k="82" />
1014
+ <hkern u1="y" u2="&#x2019;" k="-82" />
1015
+ <hkern u1="y" u2="&#x3f;" k="-41" />
1016
+ <hkern u1="y" u2="&#x2e;" k="82" />
1017
+ <hkern u1="y" u2="&#x2c;" k="82" />
1018
+ <hkern u1="y" u2="&#x27;" k="-82" />
1019
+ <hkern u1="y" u2="&#x22;" k="-82" />
1020
+ <hkern u1="&#x7b;" u2="J" k="-184" />
1021
+ <hkern u1="&#xc0;" u2="&#x201d;" k="143" />
1022
+ <hkern u1="&#xc0;" u2="&#x2019;" k="143" />
1023
+ <hkern u1="&#xc0;" u2="&#x178;" k="123" />
1024
+ <hkern u1="&#xc0;" u2="&#x152;" k="41" />
1025
+ <hkern u1="&#xc0;" u2="&#xdd;" k="123" />
1026
+ <hkern u1="&#xc0;" u2="&#xd8;" k="41" />
1027
+ <hkern u1="&#xc0;" u2="&#xd6;" k="41" />
1028
+ <hkern u1="&#xc0;" u2="&#xd5;" k="41" />
1029
+ <hkern u1="&#xc0;" u2="&#xd4;" k="41" />
1030
+ <hkern u1="&#xc0;" u2="&#xd3;" k="41" />
1031
+ <hkern u1="&#xc0;" u2="&#xd2;" k="41" />
1032
+ <hkern u1="&#xc0;" u2="&#xc7;" k="41" />
1033
+ <hkern u1="&#xc0;" u2="Y" k="123" />
1034
+ <hkern u1="&#xc0;" u2="W" k="82" />
1035
+ <hkern u1="&#xc0;" u2="V" k="82" />
1036
+ <hkern u1="&#xc0;" u2="T" k="143" />
1037
+ <hkern u1="&#xc0;" u2="Q" k="41" />
1038
+ <hkern u1="&#xc0;" u2="O" k="41" />
1039
+ <hkern u1="&#xc0;" u2="J" k="-266" />
1040
+ <hkern u1="&#xc0;" u2="G" k="41" />
1041
+ <hkern u1="&#xc0;" u2="C" k="41" />
1042
+ <hkern u1="&#xc0;" u2="&#x27;" k="143" />
1043
+ <hkern u1="&#xc0;" u2="&#x22;" k="143" />
1044
+ <hkern u1="&#xc1;" u2="&#x201d;" k="143" />
1045
+ <hkern u1="&#xc1;" u2="&#x2019;" k="143" />
1046
+ <hkern u1="&#xc1;" u2="&#x178;" k="123" />
1047
+ <hkern u1="&#xc1;" u2="&#x152;" k="41" />
1048
+ <hkern u1="&#xc1;" u2="&#xdd;" k="123" />
1049
+ <hkern u1="&#xc1;" u2="&#xd8;" k="41" />
1050
+ <hkern u1="&#xc1;" u2="&#xd6;" k="41" />
1051
+ <hkern u1="&#xc1;" u2="&#xd5;" k="41" />
1052
+ <hkern u1="&#xc1;" u2="&#xd4;" k="41" />
1053
+ <hkern u1="&#xc1;" u2="&#xd3;" k="41" />
1054
+ <hkern u1="&#xc1;" u2="&#xd2;" k="41" />
1055
+ <hkern u1="&#xc1;" u2="&#xc7;" k="41" />
1056
+ <hkern u1="&#xc1;" u2="Y" k="123" />
1057
+ <hkern u1="&#xc1;" u2="W" k="82" />
1058
+ <hkern u1="&#xc1;" u2="V" k="82" />
1059
+ <hkern u1="&#xc1;" u2="T" k="143" />
1060
+ <hkern u1="&#xc1;" u2="Q" k="41" />
1061
+ <hkern u1="&#xc1;" u2="O" k="41" />
1062
+ <hkern u1="&#xc1;" u2="J" k="-266" />
1063
+ <hkern u1="&#xc1;" u2="G" k="41" />
1064
+ <hkern u1="&#xc1;" u2="C" k="41" />
1065
+ <hkern u1="&#xc1;" u2="&#x27;" k="143" />
1066
+ <hkern u1="&#xc1;" u2="&#x22;" k="143" />
1067
+ <hkern u1="&#xc2;" u2="&#x201d;" k="143" />
1068
+ <hkern u1="&#xc2;" u2="&#x2019;" k="143" />
1069
+ <hkern u1="&#xc2;" u2="&#x178;" k="123" />
1070
+ <hkern u1="&#xc2;" u2="&#x152;" k="41" />
1071
+ <hkern u1="&#xc2;" u2="&#xdd;" k="123" />
1072
+ <hkern u1="&#xc2;" u2="&#xd8;" k="41" />
1073
+ <hkern u1="&#xc2;" u2="&#xd6;" k="41" />
1074
+ <hkern u1="&#xc2;" u2="&#xd5;" k="41" />
1075
+ <hkern u1="&#xc2;" u2="&#xd4;" k="41" />
1076
+ <hkern u1="&#xc2;" u2="&#xd3;" k="41" />
1077
+ <hkern u1="&#xc2;" u2="&#xd2;" k="41" />
1078
+ <hkern u1="&#xc2;" u2="&#xc7;" k="41" />
1079
+ <hkern u1="&#xc2;" u2="Y" k="123" />
1080
+ <hkern u1="&#xc2;" u2="W" k="82" />
1081
+ <hkern u1="&#xc2;" u2="V" k="82" />
1082
+ <hkern u1="&#xc2;" u2="T" k="143" />
1083
+ <hkern u1="&#xc2;" u2="Q" k="41" />
1084
+ <hkern u1="&#xc2;" u2="O" k="41" />
1085
+ <hkern u1="&#xc2;" u2="J" k="-266" />
1086
+ <hkern u1="&#xc2;" u2="G" k="41" />
1087
+ <hkern u1="&#xc2;" u2="C" k="41" />
1088
+ <hkern u1="&#xc2;" u2="&#x27;" k="143" />
1089
+ <hkern u1="&#xc2;" u2="&#x22;" k="143" />
1090
+ <hkern u1="&#xc3;" u2="&#x201d;" k="143" />
1091
+ <hkern u1="&#xc3;" u2="&#x2019;" k="143" />
1092
+ <hkern u1="&#xc3;" u2="&#x178;" k="123" />
1093
+ <hkern u1="&#xc3;" u2="&#x152;" k="41" />
1094
+ <hkern u1="&#xc3;" u2="&#xdd;" k="123" />
1095
+ <hkern u1="&#xc3;" u2="&#xd8;" k="41" />
1096
+ <hkern u1="&#xc3;" u2="&#xd6;" k="41" />
1097
+ <hkern u1="&#xc3;" u2="&#xd5;" k="41" />
1098
+ <hkern u1="&#xc3;" u2="&#xd4;" k="41" />
1099
+ <hkern u1="&#xc3;" u2="&#xd3;" k="41" />
1100
+ <hkern u1="&#xc3;" u2="&#xd2;" k="41" />
1101
+ <hkern u1="&#xc3;" u2="&#xc7;" k="41" />
1102
+ <hkern u1="&#xc3;" u2="Y" k="123" />
1103
+ <hkern u1="&#xc3;" u2="W" k="82" />
1104
+ <hkern u1="&#xc3;" u2="V" k="82" />
1105
+ <hkern u1="&#xc3;" u2="T" k="143" />
1106
+ <hkern u1="&#xc3;" u2="Q" k="41" />
1107
+ <hkern u1="&#xc3;" u2="O" k="41" />
1108
+ <hkern u1="&#xc3;" u2="J" k="-266" />
1109
+ <hkern u1="&#xc3;" u2="G" k="41" />
1110
+ <hkern u1="&#xc3;" u2="C" k="41" />
1111
+ <hkern u1="&#xc3;" u2="&#x27;" k="143" />
1112
+ <hkern u1="&#xc3;" u2="&#x22;" k="143" />
1113
+ <hkern u1="&#xc4;" u2="&#x201d;" k="143" />
1114
+ <hkern u1="&#xc4;" u2="&#x2019;" k="143" />
1115
+ <hkern u1="&#xc4;" u2="&#x178;" k="123" />
1116
+ <hkern u1="&#xc4;" u2="&#x152;" k="41" />
1117
+ <hkern u1="&#xc4;" u2="&#xdd;" k="123" />
1118
+ <hkern u1="&#xc4;" u2="&#xd8;" k="41" />
1119
+ <hkern u1="&#xc4;" u2="&#xd6;" k="41" />
1120
+ <hkern u1="&#xc4;" u2="&#xd5;" k="41" />
1121
+ <hkern u1="&#xc4;" u2="&#xd4;" k="41" />
1122
+ <hkern u1="&#xc4;" u2="&#xd3;" k="41" />
1123
+ <hkern u1="&#xc4;" u2="&#xd2;" k="41" />
1124
+ <hkern u1="&#xc4;" u2="&#xc7;" k="41" />
1125
+ <hkern u1="&#xc4;" u2="Y" k="123" />
1126
+ <hkern u1="&#xc4;" u2="W" k="82" />
1127
+ <hkern u1="&#xc4;" u2="V" k="82" />
1128
+ <hkern u1="&#xc4;" u2="T" k="143" />
1129
+ <hkern u1="&#xc4;" u2="Q" k="41" />
1130
+ <hkern u1="&#xc4;" u2="O" k="41" />
1131
+ <hkern u1="&#xc4;" u2="J" k="-266" />
1132
+ <hkern u1="&#xc4;" u2="G" k="41" />
1133
+ <hkern u1="&#xc4;" u2="C" k="41" />
1134
+ <hkern u1="&#xc4;" u2="&#x27;" k="143" />
1135
+ <hkern u1="&#xc4;" u2="&#x22;" k="143" />
1136
+ <hkern u1="&#xc5;" u2="&#x201d;" k="143" />
1137
+ <hkern u1="&#xc5;" u2="&#x2019;" k="143" />
1138
+ <hkern u1="&#xc5;" u2="&#x178;" k="123" />
1139
+ <hkern u1="&#xc5;" u2="&#x152;" k="41" />
1140
+ <hkern u1="&#xc5;" u2="&#xdd;" k="123" />
1141
+ <hkern u1="&#xc5;" u2="&#xd8;" k="41" />
1142
+ <hkern u1="&#xc5;" u2="&#xd6;" k="41" />
1143
+ <hkern u1="&#xc5;" u2="&#xd5;" k="41" />
1144
+ <hkern u1="&#xc5;" u2="&#xd4;" k="41" />
1145
+ <hkern u1="&#xc5;" u2="&#xd3;" k="41" />
1146
+ <hkern u1="&#xc5;" u2="&#xd2;" k="41" />
1147
+ <hkern u1="&#xc5;" u2="&#xc7;" k="41" />
1148
+ <hkern u1="&#xc5;" u2="Y" k="123" />
1149
+ <hkern u1="&#xc5;" u2="W" k="82" />
1150
+ <hkern u1="&#xc5;" u2="V" k="82" />
1151
+ <hkern u1="&#xc5;" u2="T" k="143" />
1152
+ <hkern u1="&#xc5;" u2="Q" k="41" />
1153
+ <hkern u1="&#xc5;" u2="O" k="41" />
1154
+ <hkern u1="&#xc5;" u2="J" k="-266" />
1155
+ <hkern u1="&#xc5;" u2="G" k="41" />
1156
+ <hkern u1="&#xc5;" u2="C" k="41" />
1157
+ <hkern u1="&#xc5;" u2="&#x27;" k="143" />
1158
+ <hkern u1="&#xc5;" u2="&#x22;" k="143" />
1159
+ <hkern u1="&#xc6;" u2="J" k="-123" />
1160
+ <hkern u1="&#xc7;" u2="&#x152;" k="41" />
1161
+ <hkern u1="&#xc7;" u2="&#xd8;" k="41" />
1162
+ <hkern u1="&#xc7;" u2="&#xd6;" k="41" />
1163
+ <hkern u1="&#xc7;" u2="&#xd5;" k="41" />
1164
+ <hkern u1="&#xc7;" u2="&#xd4;" k="41" />
1165
+ <hkern u1="&#xc7;" u2="&#xd3;" k="41" />
1166
+ <hkern u1="&#xc7;" u2="&#xd2;" k="41" />
1167
+ <hkern u1="&#xc7;" u2="&#xc7;" k="41" />
1168
+ <hkern u1="&#xc7;" u2="Q" k="41" />
1169
+ <hkern u1="&#xc7;" u2="O" k="41" />
1170
+ <hkern u1="&#xc7;" u2="G" k="41" />
1171
+ <hkern u1="&#xc7;" u2="C" k="41" />
1172
+ <hkern u1="&#xc8;" u2="J" k="-123" />
1173
+ <hkern u1="&#xc9;" u2="J" k="-123" />
1174
+ <hkern u1="&#xca;" u2="J" k="-123" />
1175
+ <hkern u1="&#xcb;" u2="J" k="-123" />
1176
+ <hkern u1="&#xd0;" u2="&#x201e;" k="82" />
1177
+ <hkern u1="&#xd0;" u2="&#x201a;" k="82" />
1178
+ <hkern u1="&#xd0;" u2="&#x178;" k="20" />
1179
+ <hkern u1="&#xd0;" u2="&#xdd;" k="20" />
1180
+ <hkern u1="&#xd0;" u2="&#xc5;" k="41" />
1181
+ <hkern u1="&#xd0;" u2="&#xc4;" k="41" />
1182
+ <hkern u1="&#xd0;" u2="&#xc3;" k="41" />
1183
+ <hkern u1="&#xd0;" u2="&#xc2;" k="41" />
1184
+ <hkern u1="&#xd0;" u2="&#xc1;" k="41" />
1185
+ <hkern u1="&#xd0;" u2="&#xc0;" k="41" />
1186
+ <hkern u1="&#xd0;" u2="Z" k="20" />
1187
+ <hkern u1="&#xd0;" u2="Y" k="20" />
1188
+ <hkern u1="&#xd0;" u2="X" k="41" />
1189
+ <hkern u1="&#xd0;" u2="W" k="20" />
1190
+ <hkern u1="&#xd0;" u2="V" k="20" />
1191
+ <hkern u1="&#xd0;" u2="T" k="61" />
1192
+ <hkern u1="&#xd0;" u2="A" k="41" />
1193
+ <hkern u1="&#xd0;" u2="&#x2e;" k="82" />
1194
+ <hkern u1="&#xd0;" u2="&#x2c;" k="82" />
1195
+ <hkern u1="&#xd2;" u2="&#x201e;" k="82" />
1196
+ <hkern u1="&#xd2;" u2="&#x201a;" k="82" />
1197
+ <hkern u1="&#xd2;" u2="&#x178;" k="20" />
1198
+ <hkern u1="&#xd2;" u2="&#xdd;" k="20" />
1199
+ <hkern u1="&#xd2;" u2="&#xc5;" k="41" />
1200
+ <hkern u1="&#xd2;" u2="&#xc4;" k="41" />
1201
+ <hkern u1="&#xd2;" u2="&#xc3;" k="41" />
1202
+ <hkern u1="&#xd2;" u2="&#xc2;" k="41" />
1203
+ <hkern u1="&#xd2;" u2="&#xc1;" k="41" />
1204
+ <hkern u1="&#xd2;" u2="&#xc0;" k="41" />
1205
+ <hkern u1="&#xd2;" u2="Z" k="20" />
1206
+ <hkern u1="&#xd2;" u2="Y" k="20" />
1207
+ <hkern u1="&#xd2;" u2="X" k="41" />
1208
+ <hkern u1="&#xd2;" u2="W" k="20" />
1209
+ <hkern u1="&#xd2;" u2="V" k="20" />
1210
+ <hkern u1="&#xd2;" u2="T" k="61" />
1211
+ <hkern u1="&#xd2;" u2="A" k="41" />
1212
+ <hkern u1="&#xd2;" u2="&#x2e;" k="82" />
1213
+ <hkern u1="&#xd2;" u2="&#x2c;" k="82" />
1214
+ <hkern u1="&#xd3;" u2="&#x201e;" k="82" />
1215
+ <hkern u1="&#xd3;" u2="&#x201a;" k="82" />
1216
+ <hkern u1="&#xd3;" u2="&#x178;" k="20" />
1217
+ <hkern u1="&#xd3;" u2="&#xdd;" k="20" />
1218
+ <hkern u1="&#xd3;" u2="&#xc5;" k="41" />
1219
+ <hkern u1="&#xd3;" u2="&#xc4;" k="41" />
1220
+ <hkern u1="&#xd3;" u2="&#xc3;" k="41" />
1221
+ <hkern u1="&#xd3;" u2="&#xc2;" k="41" />
1222
+ <hkern u1="&#xd3;" u2="&#xc1;" k="41" />
1223
+ <hkern u1="&#xd3;" u2="&#xc0;" k="41" />
1224
+ <hkern u1="&#xd3;" u2="Z" k="20" />
1225
+ <hkern u1="&#xd3;" u2="Y" k="20" />
1226
+ <hkern u1="&#xd3;" u2="X" k="41" />
1227
+ <hkern u1="&#xd3;" u2="W" k="20" />
1228
+ <hkern u1="&#xd3;" u2="V" k="20" />
1229
+ <hkern u1="&#xd3;" u2="T" k="61" />
1230
+ <hkern u1="&#xd3;" u2="A" k="41" />
1231
+ <hkern u1="&#xd3;" u2="&#x2e;" k="82" />
1232
+ <hkern u1="&#xd3;" u2="&#x2c;" k="82" />
1233
+ <hkern u1="&#xd4;" u2="&#x201e;" k="82" />
1234
+ <hkern u1="&#xd4;" u2="&#x201a;" k="82" />
1235
+ <hkern u1="&#xd4;" u2="&#x178;" k="20" />
1236
+ <hkern u1="&#xd4;" u2="&#xdd;" k="20" />
1237
+ <hkern u1="&#xd4;" u2="&#xc5;" k="41" />
1238
+ <hkern u1="&#xd4;" u2="&#xc4;" k="41" />
1239
+ <hkern u1="&#xd4;" u2="&#xc3;" k="41" />
1240
+ <hkern u1="&#xd4;" u2="&#xc2;" k="41" />
1241
+ <hkern u1="&#xd4;" u2="&#xc1;" k="41" />
1242
+ <hkern u1="&#xd4;" u2="&#xc0;" k="41" />
1243
+ <hkern u1="&#xd4;" u2="Z" k="20" />
1244
+ <hkern u1="&#xd4;" u2="Y" k="20" />
1245
+ <hkern u1="&#xd4;" u2="X" k="41" />
1246
+ <hkern u1="&#xd4;" u2="W" k="20" />
1247
+ <hkern u1="&#xd4;" u2="V" k="20" />
1248
+ <hkern u1="&#xd4;" u2="T" k="61" />
1249
+ <hkern u1="&#xd4;" u2="A" k="41" />
1250
+ <hkern u1="&#xd4;" u2="&#x2e;" k="82" />
1251
+ <hkern u1="&#xd4;" u2="&#x2c;" k="82" />
1252
+ <hkern u1="&#xd5;" u2="&#x201e;" k="82" />
1253
+ <hkern u1="&#xd5;" u2="&#x201a;" k="82" />
1254
+ <hkern u1="&#xd5;" u2="&#x178;" k="20" />
1255
+ <hkern u1="&#xd5;" u2="&#xdd;" k="20" />
1256
+ <hkern u1="&#xd5;" u2="&#xc5;" k="41" />
1257
+ <hkern u1="&#xd5;" u2="&#xc4;" k="41" />
1258
+ <hkern u1="&#xd5;" u2="&#xc3;" k="41" />
1259
+ <hkern u1="&#xd5;" u2="&#xc2;" k="41" />
1260
+ <hkern u1="&#xd5;" u2="&#xc1;" k="41" />
1261
+ <hkern u1="&#xd5;" u2="&#xc0;" k="41" />
1262
+ <hkern u1="&#xd5;" u2="Z" k="20" />
1263
+ <hkern u1="&#xd5;" u2="Y" k="20" />
1264
+ <hkern u1="&#xd5;" u2="X" k="41" />
1265
+ <hkern u1="&#xd5;" u2="W" k="20" />
1266
+ <hkern u1="&#xd5;" u2="V" k="20" />
1267
+ <hkern u1="&#xd5;" u2="T" k="61" />
1268
+ <hkern u1="&#xd5;" u2="A" k="41" />
1269
+ <hkern u1="&#xd5;" u2="&#x2e;" k="82" />
1270
+ <hkern u1="&#xd5;" u2="&#x2c;" k="82" />
1271
+ <hkern u1="&#xd6;" u2="&#x201e;" k="82" />
1272
+ <hkern u1="&#xd6;" u2="&#x201a;" k="82" />
1273
+ <hkern u1="&#xd6;" u2="&#x178;" k="20" />
1274
+ <hkern u1="&#xd6;" u2="&#xdd;" k="20" />
1275
+ <hkern u1="&#xd6;" u2="&#xc5;" k="41" />
1276
+ <hkern u1="&#xd6;" u2="&#xc4;" k="41" />
1277
+ <hkern u1="&#xd6;" u2="&#xc3;" k="41" />
1278
+ <hkern u1="&#xd6;" u2="&#xc2;" k="41" />
1279
+ <hkern u1="&#xd6;" u2="&#xc1;" k="41" />
1280
+ <hkern u1="&#xd6;" u2="&#xc0;" k="41" />
1281
+ <hkern u1="&#xd6;" u2="Z" k="20" />
1282
+ <hkern u1="&#xd6;" u2="Y" k="20" />
1283
+ <hkern u1="&#xd6;" u2="X" k="41" />
1284
+ <hkern u1="&#xd6;" u2="W" k="20" />
1285
+ <hkern u1="&#xd6;" u2="V" k="20" />
1286
+ <hkern u1="&#xd6;" u2="T" k="61" />
1287
+ <hkern u1="&#xd6;" u2="A" k="41" />
1288
+ <hkern u1="&#xd6;" u2="&#x2e;" k="82" />
1289
+ <hkern u1="&#xd6;" u2="&#x2c;" k="82" />
1290
+ <hkern u1="&#xd8;" u2="&#x201e;" k="82" />
1291
+ <hkern u1="&#xd8;" u2="&#x201a;" k="82" />
1292
+ <hkern u1="&#xd8;" u2="&#x178;" k="20" />
1293
+ <hkern u1="&#xd8;" u2="&#xdd;" k="20" />
1294
+ <hkern u1="&#xd8;" u2="&#xc5;" k="41" />
1295
+ <hkern u1="&#xd8;" u2="&#xc4;" k="41" />
1296
+ <hkern u1="&#xd8;" u2="&#xc3;" k="41" />
1297
+ <hkern u1="&#xd8;" u2="&#xc2;" k="41" />
1298
+ <hkern u1="&#xd8;" u2="&#xc1;" k="41" />
1299
+ <hkern u1="&#xd8;" u2="&#xc0;" k="41" />
1300
+ <hkern u1="&#xd8;" u2="Z" k="20" />
1301
+ <hkern u1="&#xd8;" u2="Y" k="20" />
1302
+ <hkern u1="&#xd8;" u2="X" k="41" />
1303
+ <hkern u1="&#xd8;" u2="W" k="20" />
1304
+ <hkern u1="&#xd8;" u2="V" k="20" />
1305
+ <hkern u1="&#xd8;" u2="T" k="61" />
1306
+ <hkern u1="&#xd8;" u2="A" k="41" />
1307
+ <hkern u1="&#xd8;" u2="&#x2e;" k="82" />
1308
+ <hkern u1="&#xd8;" u2="&#x2c;" k="82" />
1309
+ <hkern u1="&#xd9;" u2="&#x201e;" k="41" />
1310
+ <hkern u1="&#xd9;" u2="&#x201a;" k="41" />
1311
+ <hkern u1="&#xd9;" u2="&#xc5;" k="20" />
1312
+ <hkern u1="&#xd9;" u2="&#xc4;" k="20" />
1313
+ <hkern u1="&#xd9;" u2="&#xc3;" k="20" />
1314
+ <hkern u1="&#xd9;" u2="&#xc2;" k="20" />
1315
+ <hkern u1="&#xd9;" u2="&#xc1;" k="20" />
1316
+ <hkern u1="&#xd9;" u2="&#xc0;" k="20" />
1317
+ <hkern u1="&#xd9;" u2="A" k="20" />
1318
+ <hkern u1="&#xd9;" u2="&#x2e;" k="41" />
1319
+ <hkern u1="&#xd9;" u2="&#x2c;" k="41" />
1320
+ <hkern u1="&#xda;" u2="&#x201e;" k="41" />
1321
+ <hkern u1="&#xda;" u2="&#x201a;" k="41" />
1322
+ <hkern u1="&#xda;" u2="&#xc5;" k="20" />
1323
+ <hkern u1="&#xda;" u2="&#xc4;" k="20" />
1324
+ <hkern u1="&#xda;" u2="&#xc3;" k="20" />
1325
+ <hkern u1="&#xda;" u2="&#xc2;" k="20" />
1326
+ <hkern u1="&#xda;" u2="&#xc1;" k="20" />
1327
+ <hkern u1="&#xda;" u2="&#xc0;" k="20" />
1328
+ <hkern u1="&#xda;" u2="A" k="20" />
1329
+ <hkern u1="&#xda;" u2="&#x2e;" k="41" />
1330
+ <hkern u1="&#xda;" u2="&#x2c;" k="41" />
1331
+ <hkern u1="&#xdb;" u2="&#x201e;" k="41" />
1332
+ <hkern u1="&#xdb;" u2="&#x201a;" k="41" />
1333
+ <hkern u1="&#xdb;" u2="&#xc5;" k="20" />
1334
+ <hkern u1="&#xdb;" u2="&#xc4;" k="20" />
1335
+ <hkern u1="&#xdb;" u2="&#xc3;" k="20" />
1336
+ <hkern u1="&#xdb;" u2="&#xc2;" k="20" />
1337
+ <hkern u1="&#xdb;" u2="&#xc1;" k="20" />
1338
+ <hkern u1="&#xdb;" u2="&#xc0;" k="20" />
1339
+ <hkern u1="&#xdb;" u2="A" k="20" />
1340
+ <hkern u1="&#xdb;" u2="&#x2e;" k="41" />
1341
+ <hkern u1="&#xdb;" u2="&#x2c;" k="41" />
1342
+ <hkern u1="&#xdc;" u2="&#x201e;" k="41" />
1343
+ <hkern u1="&#xdc;" u2="&#x201a;" k="41" />
1344
+ <hkern u1="&#xdc;" u2="&#xc5;" k="20" />
1345
+ <hkern u1="&#xdc;" u2="&#xc4;" k="20" />
1346
+ <hkern u1="&#xdc;" u2="&#xc3;" k="20" />
1347
+ <hkern u1="&#xdc;" u2="&#xc2;" k="20" />
1348
+ <hkern u1="&#xdc;" u2="&#xc1;" k="20" />
1349
+ <hkern u1="&#xdc;" u2="&#xc0;" k="20" />
1350
+ <hkern u1="&#xdc;" u2="A" k="20" />
1351
+ <hkern u1="&#xdc;" u2="&#x2e;" k="41" />
1352
+ <hkern u1="&#xdc;" u2="&#x2c;" k="41" />
1353
+ <hkern u1="&#xdd;" u2="&#x201e;" k="123" />
1354
+ <hkern u1="&#xdd;" u2="&#x201a;" k="123" />
1355
+ <hkern u1="&#xdd;" u2="&#x153;" k="102" />
1356
+ <hkern u1="&#xdd;" u2="&#x152;" k="41" />
1357
+ <hkern u1="&#xdd;" u2="&#xfc;" k="61" />
1358
+ <hkern u1="&#xdd;" u2="&#xfb;" k="61" />
1359
+ <hkern u1="&#xdd;" u2="&#xfa;" k="61" />
1360
+ <hkern u1="&#xdd;" u2="&#xf9;" k="61" />
1361
+ <hkern u1="&#xdd;" u2="&#xf8;" k="102" />
1362
+ <hkern u1="&#xdd;" u2="&#xf6;" k="102" />
1363
+ <hkern u1="&#xdd;" u2="&#xf5;" k="102" />
1364
+ <hkern u1="&#xdd;" u2="&#xf4;" k="102" />
1365
+ <hkern u1="&#xdd;" u2="&#xf3;" k="102" />
1366
+ <hkern u1="&#xdd;" u2="&#xf2;" k="102" />
1367
+ <hkern u1="&#xdd;" u2="&#xeb;" k="102" />
1368
+ <hkern u1="&#xdd;" u2="&#xea;" k="102" />
1369
+ <hkern u1="&#xdd;" u2="&#xe9;" k="102" />
1370
+ <hkern u1="&#xdd;" u2="&#xe8;" k="102" />
1371
+ <hkern u1="&#xdd;" u2="&#xe7;" k="102" />
1372
+ <hkern u1="&#xdd;" u2="&#xe6;" k="102" />
1373
+ <hkern u1="&#xdd;" u2="&#xe5;" k="102" />
1374
+ <hkern u1="&#xdd;" u2="&#xe4;" k="102" />
1375
+ <hkern u1="&#xdd;" u2="&#xe3;" k="102" />
1376
+ <hkern u1="&#xdd;" u2="&#xe2;" k="102" />
1377
+ <hkern u1="&#xdd;" u2="&#xe1;" k="102" />
1378
+ <hkern u1="&#xdd;" u2="&#xe0;" k="102" />
1379
+ <hkern u1="&#xdd;" u2="&#xd8;" k="41" />
1380
+ <hkern u1="&#xdd;" u2="&#xd6;" k="41" />
1381
+ <hkern u1="&#xdd;" u2="&#xd5;" k="41" />
1382
+ <hkern u1="&#xdd;" u2="&#xd4;" k="41" />
1383
+ <hkern u1="&#xdd;" u2="&#xd3;" k="41" />
1384
+ <hkern u1="&#xdd;" u2="&#xd2;" k="41" />
1385
+ <hkern u1="&#xdd;" u2="&#xc7;" k="41" />
1386
+ <hkern u1="&#xdd;" u2="&#xc5;" k="123" />
1387
+ <hkern u1="&#xdd;" u2="&#xc4;" k="123" />
1388
+ <hkern u1="&#xdd;" u2="&#xc3;" k="123" />
1389
+ <hkern u1="&#xdd;" u2="&#xc2;" k="123" />
1390
+ <hkern u1="&#xdd;" u2="&#xc1;" k="123" />
1391
+ <hkern u1="&#xdd;" u2="&#xc0;" k="123" />
1392
+ <hkern u1="&#xdd;" u2="z" k="41" />
1393
+ <hkern u1="&#xdd;" u2="u" k="61" />
1394
+ <hkern u1="&#xdd;" u2="s" k="82" />
1395
+ <hkern u1="&#xdd;" u2="r" k="61" />
1396
+ <hkern u1="&#xdd;" u2="q" k="102" />
1397
+ <hkern u1="&#xdd;" u2="p" k="61" />
1398
+ <hkern u1="&#xdd;" u2="o" k="102" />
1399
+ <hkern u1="&#xdd;" u2="n" k="61" />
1400
+ <hkern u1="&#xdd;" u2="m" k="61" />
1401
+ <hkern u1="&#xdd;" u2="g" k="41" />
1402
+ <hkern u1="&#xdd;" u2="e" k="102" />
1403
+ <hkern u1="&#xdd;" u2="d" k="102" />
1404
+ <hkern u1="&#xdd;" u2="c" k="102" />
1405
+ <hkern u1="&#xdd;" u2="a" k="102" />
1406
+ <hkern u1="&#xdd;" u2="Q" k="41" />
1407
+ <hkern u1="&#xdd;" u2="O" k="41" />
1408
+ <hkern u1="&#xdd;" u2="G" k="41" />
1409
+ <hkern u1="&#xdd;" u2="C" k="41" />
1410
+ <hkern u1="&#xdd;" u2="A" k="123" />
1411
+ <hkern u1="&#xdd;" u2="&#x3f;" k="-41" />
1412
+ <hkern u1="&#xdd;" u2="&#x2e;" k="123" />
1413
+ <hkern u1="&#xdd;" u2="&#x2c;" k="123" />
1414
+ <hkern u1="&#xde;" u2="&#x201e;" k="266" />
1415
+ <hkern u1="&#xde;" u2="&#x201a;" k="266" />
1416
+ <hkern u1="&#xde;" u2="&#xc5;" k="102" />
1417
+ <hkern u1="&#xde;" u2="&#xc4;" k="102" />
1418
+ <hkern u1="&#xde;" u2="&#xc3;" k="102" />
1419
+ <hkern u1="&#xde;" u2="&#xc2;" k="102" />
1420
+ <hkern u1="&#xde;" u2="&#xc1;" k="102" />
1421
+ <hkern u1="&#xde;" u2="&#xc0;" k="102" />
1422
+ <hkern u1="&#xde;" u2="Z" k="20" />
1423
+ <hkern u1="&#xde;" u2="X" k="41" />
1424
+ <hkern u1="&#xde;" u2="A" k="102" />
1425
+ <hkern u1="&#xde;" u2="&#x2e;" k="266" />
1426
+ <hkern u1="&#xde;" u2="&#x2c;" k="266" />
1427
+ <hkern u1="&#xe0;" u2="&#x201d;" k="20" />
1428
+ <hkern u1="&#xe0;" u2="&#x2019;" k="20" />
1429
+ <hkern u1="&#xe0;" u2="&#x27;" k="20" />
1430
+ <hkern u1="&#xe0;" u2="&#x22;" k="20" />
1431
+ <hkern u1="&#xe1;" u2="&#x201d;" k="20" />
1432
+ <hkern u1="&#xe1;" u2="&#x2019;" k="20" />
1433
+ <hkern u1="&#xe1;" u2="&#x27;" k="20" />
1434
+ <hkern u1="&#xe1;" u2="&#x22;" k="20" />
1435
+ <hkern u1="&#xe2;" u2="&#x201d;" k="20" />
1436
+ <hkern u1="&#xe2;" u2="&#x2019;" k="20" />
1437
+ <hkern u1="&#xe2;" u2="&#x27;" k="20" />
1438
+ <hkern u1="&#xe2;" u2="&#x22;" k="20" />
1439
+ <hkern u1="&#xe3;" u2="&#x201d;" k="20" />
1440
+ <hkern u1="&#xe3;" u2="&#x2019;" k="20" />
1441
+ <hkern u1="&#xe3;" u2="&#x27;" k="20" />
1442
+ <hkern u1="&#xe3;" u2="&#x22;" k="20" />
1443
+ <hkern u1="&#xe4;" u2="&#x201d;" k="20" />
1444
+ <hkern u1="&#xe4;" u2="&#x2019;" k="20" />
1445
+ <hkern u1="&#xe4;" u2="&#x27;" k="20" />
1446
+ <hkern u1="&#xe4;" u2="&#x22;" k="20" />
1447
+ <hkern u1="&#xe5;" u2="&#x201d;" k="20" />
1448
+ <hkern u1="&#xe5;" u2="&#x2019;" k="20" />
1449
+ <hkern u1="&#xe5;" u2="&#x27;" k="20" />
1450
+ <hkern u1="&#xe5;" u2="&#x22;" k="20" />
1451
+ <hkern u1="&#xe8;" u2="&#x201d;" k="20" />
1452
+ <hkern u1="&#xe8;" u2="&#x2019;" k="20" />
1453
+ <hkern u1="&#xe8;" u2="&#xfd;" k="41" />
1454
+ <hkern u1="&#xe8;" u2="z" k="20" />
1455
+ <hkern u1="&#xe8;" u2="y" k="41" />
1456
+ <hkern u1="&#xe8;" u2="x" k="41" />
1457
+ <hkern u1="&#xe8;" u2="w" k="41" />
1458
+ <hkern u1="&#xe8;" u2="v" k="41" />
1459
+ <hkern u1="&#xe8;" u2="&#x27;" k="20" />
1460
+ <hkern u1="&#xe8;" u2="&#x22;" k="20" />
1461
+ <hkern u1="&#xe9;" u2="&#x201d;" k="20" />
1462
+ <hkern u1="&#xe9;" u2="&#x2019;" k="20" />
1463
+ <hkern u1="&#xe9;" u2="&#xfd;" k="41" />
1464
+ <hkern u1="&#xe9;" u2="z" k="20" />
1465
+ <hkern u1="&#xe9;" u2="y" k="41" />
1466
+ <hkern u1="&#xe9;" u2="x" k="41" />
1467
+ <hkern u1="&#xe9;" u2="w" k="41" />
1468
+ <hkern u1="&#xe9;" u2="v" k="41" />
1469
+ <hkern u1="&#xe9;" u2="&#x27;" k="20" />
1470
+ <hkern u1="&#xe9;" u2="&#x22;" k="20" />
1471
+ <hkern u1="&#xea;" u2="&#x201d;" k="20" />
1472
+ <hkern u1="&#xea;" u2="&#x2019;" k="20" />
1473
+ <hkern u1="&#xea;" u2="&#xfd;" k="41" />
1474
+ <hkern u1="&#xea;" u2="z" k="20" />
1475
+ <hkern u1="&#xea;" u2="y" k="41" />
1476
+ <hkern u1="&#xea;" u2="x" k="41" />
1477
+ <hkern u1="&#xea;" u2="w" k="41" />
1478
+ <hkern u1="&#xea;" u2="v" k="41" />
1479
+ <hkern u1="&#xea;" u2="&#x27;" k="20" />
1480
+ <hkern u1="&#xea;" u2="&#x22;" k="20" />
1481
+ <hkern u1="&#xeb;" u2="&#x201d;" k="20" />
1482
+ <hkern u1="&#xeb;" u2="&#x2019;" k="20" />
1483
+ <hkern u1="&#xeb;" u2="&#xfd;" k="41" />
1484
+ <hkern u1="&#xeb;" u2="z" k="20" />
1485
+ <hkern u1="&#xeb;" u2="y" k="41" />
1486
+ <hkern u1="&#xeb;" u2="x" k="41" />
1487
+ <hkern u1="&#xeb;" u2="w" k="41" />
1488
+ <hkern u1="&#xeb;" u2="v" k="41" />
1489
+ <hkern u1="&#xeb;" u2="&#x27;" k="20" />
1490
+ <hkern u1="&#xeb;" u2="&#x22;" k="20" />
1491
+ <hkern u1="&#xf0;" u2="&#x201d;" k="20" />
1492
+ <hkern u1="&#xf0;" u2="&#x2019;" k="20" />
1493
+ <hkern u1="&#xf0;" u2="&#xfd;" k="41" />
1494
+ <hkern u1="&#xf0;" u2="z" k="20" />
1495
+ <hkern u1="&#xf0;" u2="y" k="41" />
1496
+ <hkern u1="&#xf0;" u2="x" k="41" />
1497
+ <hkern u1="&#xf0;" u2="w" k="41" />
1498
+ <hkern u1="&#xf0;" u2="v" k="41" />
1499
+ <hkern u1="&#xf0;" u2="&#x27;" k="20" />
1500
+ <hkern u1="&#xf0;" u2="&#x22;" k="20" />
1501
+ <hkern u1="&#xf2;" u2="&#x201d;" k="20" />
1502
+ <hkern u1="&#xf2;" u2="&#x2019;" k="20" />
1503
+ <hkern u1="&#xf2;" u2="&#xfd;" k="41" />
1504
+ <hkern u1="&#xf2;" u2="z" k="20" />
1505
+ <hkern u1="&#xf2;" u2="y" k="41" />
1506
+ <hkern u1="&#xf2;" u2="x" k="41" />
1507
+ <hkern u1="&#xf2;" u2="w" k="41" />
1508
+ <hkern u1="&#xf2;" u2="v" k="41" />
1509
+ <hkern u1="&#xf2;" u2="&#x27;" k="20" />
1510
+ <hkern u1="&#xf2;" u2="&#x22;" k="20" />
1511
+ <hkern u1="&#xf3;" u2="&#x201d;" k="20" />
1512
+ <hkern u1="&#xf3;" u2="&#x2019;" k="20" />
1513
+ <hkern u1="&#xf3;" u2="&#xfd;" k="41" />
1514
+ <hkern u1="&#xf3;" u2="z" k="20" />
1515
+ <hkern u1="&#xf3;" u2="y" k="41" />
1516
+ <hkern u1="&#xf3;" u2="x" k="41" />
1517
+ <hkern u1="&#xf3;" u2="w" k="41" />
1518
+ <hkern u1="&#xf3;" u2="v" k="41" />
1519
+ <hkern u1="&#xf3;" u2="&#x27;" k="20" />
1520
+ <hkern u1="&#xf3;" u2="&#x22;" k="20" />
1521
+ <hkern u1="&#xf4;" u2="&#x201d;" k="20" />
1522
+ <hkern u1="&#xf4;" u2="&#x2019;" k="20" />
1523
+ <hkern u1="&#xf4;" u2="&#xfd;" k="41" />
1524
+ <hkern u1="&#xf4;" u2="z" k="20" />
1525
+ <hkern u1="&#xf4;" u2="y" k="41" />
1526
+ <hkern u1="&#xf4;" u2="x" k="41" />
1527
+ <hkern u1="&#xf4;" u2="w" k="41" />
1528
+ <hkern u1="&#xf4;" u2="v" k="41" />
1529
+ <hkern u1="&#xf4;" u2="&#x27;" k="20" />
1530
+ <hkern u1="&#xf4;" u2="&#x22;" k="20" />
1531
+ <hkern u1="&#xf6;" u2="&#x201d;" k="41" />
1532
+ <hkern u1="&#xf6;" u2="&#x2019;" k="41" />
1533
+ <hkern u1="&#xf6;" u2="&#x27;" k="41" />
1534
+ <hkern u1="&#xf6;" u2="&#x22;" k="41" />
1535
+ <hkern u1="&#xf8;" u2="&#x201d;" k="20" />
1536
+ <hkern u1="&#xf8;" u2="&#x2019;" k="20" />
1537
+ <hkern u1="&#xf8;" u2="&#xfd;" k="41" />
1538
+ <hkern u1="&#xf8;" u2="z" k="20" />
1539
+ <hkern u1="&#xf8;" u2="y" k="41" />
1540
+ <hkern u1="&#xf8;" u2="x" k="41" />
1541
+ <hkern u1="&#xf8;" u2="w" k="41" />
1542
+ <hkern u1="&#xf8;" u2="v" k="41" />
1543
+ <hkern u1="&#xf8;" u2="&#x27;" k="20" />
1544
+ <hkern u1="&#xf8;" u2="&#x22;" k="20" />
1545
+ <hkern u1="&#xfd;" u2="&#x201e;" k="82" />
1546
+ <hkern u1="&#xfd;" u2="&#x201d;" k="-82" />
1547
+ <hkern u1="&#xfd;" u2="&#x201a;" k="82" />
1548
+ <hkern u1="&#xfd;" u2="&#x2019;" k="-82" />
1549
+ <hkern u1="&#xfd;" u2="&#x3f;" k="-41" />
1550
+ <hkern u1="&#xfd;" u2="&#x2e;" k="82" />
1551
+ <hkern u1="&#xfd;" u2="&#x2c;" k="82" />
1552
+ <hkern u1="&#xfd;" u2="&#x27;" k="-82" />
1553
+ <hkern u1="&#xfd;" u2="&#x22;" k="-82" />
1554
+ <hkern u1="&#xfe;" u2="&#x201d;" k="20" />
1555
+ <hkern u1="&#xfe;" u2="&#x2019;" k="20" />
1556
+ <hkern u1="&#xfe;" u2="&#xfd;" k="41" />
1557
+ <hkern u1="&#xfe;" u2="z" k="20" />
1558
+ <hkern u1="&#xfe;" u2="y" k="41" />
1559
+ <hkern u1="&#xfe;" u2="x" k="41" />
1560
+ <hkern u1="&#xfe;" u2="w" k="41" />
1561
+ <hkern u1="&#xfe;" u2="v" k="41" />
1562
+ <hkern u1="&#xfe;" u2="&#x27;" k="20" />
1563
+ <hkern u1="&#xfe;" u2="&#x22;" k="20" />
1564
+ <hkern u1="&#xff;" u2="&#x201e;" k="82" />
1565
+ <hkern u1="&#xff;" u2="&#x201d;" k="-82" />
1566
+ <hkern u1="&#xff;" u2="&#x201a;" k="82" />
1567
+ <hkern u1="&#xff;" u2="&#x2019;" k="-82" />
1568
+ <hkern u1="&#xff;" u2="&#x3f;" k="-41" />
1569
+ <hkern u1="&#xff;" u2="&#x2e;" k="82" />
1570
+ <hkern u1="&#xff;" u2="&#x2c;" k="82" />
1571
+ <hkern u1="&#xff;" u2="&#x27;" k="-82" />
1572
+ <hkern u1="&#xff;" u2="&#x22;" k="-82" />
1573
+ <hkern u1="&#x152;" u2="J" k="-123" />
1574
+ <hkern u1="&#x178;" u2="&#x201e;" k="123" />
1575
+ <hkern u1="&#x178;" u2="&#x201a;" k="123" />
1576
+ <hkern u1="&#x178;" u2="&#x153;" k="102" />
1577
+ <hkern u1="&#x178;" u2="&#x152;" k="41" />
1578
+ <hkern u1="&#x178;" u2="&#xfc;" k="61" />
1579
+ <hkern u1="&#x178;" u2="&#xfb;" k="61" />
1580
+ <hkern u1="&#x178;" u2="&#xfa;" k="61" />
1581
+ <hkern u1="&#x178;" u2="&#xf9;" k="61" />
1582
+ <hkern u1="&#x178;" u2="&#xf8;" k="102" />
1583
+ <hkern u1="&#x178;" u2="&#xf6;" k="102" />
1584
+ <hkern u1="&#x178;" u2="&#xf5;" k="102" />
1585
+ <hkern u1="&#x178;" u2="&#xf4;" k="102" />
1586
+ <hkern u1="&#x178;" u2="&#xf3;" k="102" />
1587
+ <hkern u1="&#x178;" u2="&#xf2;" k="102" />
1588
+ <hkern u1="&#x178;" u2="&#xeb;" k="102" />
1589
+ <hkern u1="&#x178;" u2="&#xea;" k="102" />
1590
+ <hkern u1="&#x178;" u2="&#xe9;" k="102" />
1591
+ <hkern u1="&#x178;" u2="&#xe8;" k="102" />
1592
+ <hkern u1="&#x178;" u2="&#xe7;" k="102" />
1593
+ <hkern u1="&#x178;" u2="&#xe6;" k="102" />
1594
+ <hkern u1="&#x178;" u2="&#xe5;" k="102" />
1595
+ <hkern u1="&#x178;" u2="&#xe4;" k="102" />
1596
+ <hkern u1="&#x178;" u2="&#xe3;" k="102" />
1597
+ <hkern u1="&#x178;" u2="&#xe2;" k="102" />
1598
+ <hkern u1="&#x178;" u2="&#xe1;" k="102" />
1599
+ <hkern u1="&#x178;" u2="&#xe0;" k="102" />
1600
+ <hkern u1="&#x178;" u2="&#xd8;" k="41" />
1601
+ <hkern u1="&#x178;" u2="&#xd6;" k="41" />
1602
+ <hkern u1="&#x178;" u2="&#xd5;" k="41" />
1603
+ <hkern u1="&#x178;" u2="&#xd4;" k="41" />
1604
+ <hkern u1="&#x178;" u2="&#xd3;" k="41" />
1605
+ <hkern u1="&#x178;" u2="&#xd2;" k="41" />
1606
+ <hkern u1="&#x178;" u2="&#xc7;" k="41" />
1607
+ <hkern u1="&#x178;" u2="&#xc5;" k="123" />
1608
+ <hkern u1="&#x178;" u2="&#xc4;" k="123" />
1609
+ <hkern u1="&#x178;" u2="&#xc3;" k="123" />
1610
+ <hkern u1="&#x178;" u2="&#xc2;" k="123" />
1611
+ <hkern u1="&#x178;" u2="&#xc1;" k="123" />
1612
+ <hkern u1="&#x178;" u2="&#xc0;" k="123" />
1613
+ <hkern u1="&#x178;" u2="z" k="41" />
1614
+ <hkern u1="&#x178;" u2="u" k="61" />
1615
+ <hkern u1="&#x178;" u2="s" k="82" />
1616
+ <hkern u1="&#x178;" u2="r" k="61" />
1617
+ <hkern u1="&#x178;" u2="q" k="102" />
1618
+ <hkern u1="&#x178;" u2="p" k="61" />
1619
+ <hkern u1="&#x178;" u2="o" k="102" />
1620
+ <hkern u1="&#x178;" u2="n" k="61" />
1621
+ <hkern u1="&#x178;" u2="m" k="61" />
1622
+ <hkern u1="&#x178;" u2="g" k="41" />
1623
+ <hkern u1="&#x178;" u2="e" k="102" />
1624
+ <hkern u1="&#x178;" u2="d" k="102" />
1625
+ <hkern u1="&#x178;" u2="c" k="102" />
1626
+ <hkern u1="&#x178;" u2="a" k="102" />
1627
+ <hkern u1="&#x178;" u2="Q" k="41" />
1628
+ <hkern u1="&#x178;" u2="O" k="41" />
1629
+ <hkern u1="&#x178;" u2="G" k="41" />
1630
+ <hkern u1="&#x178;" u2="C" k="41" />
1631
+ <hkern u1="&#x178;" u2="A" k="123" />
1632
+ <hkern u1="&#x178;" u2="&#x3f;" k="-41" />
1633
+ <hkern u1="&#x178;" u2="&#x2e;" k="123" />
1634
+ <hkern u1="&#x178;" u2="&#x2c;" k="123" />
1635
+ <hkern u1="&#x2013;" u2="T" k="82" />
1636
+ <hkern u1="&#x2014;" u2="T" k="82" />
1637
+ <hkern u1="&#x2018;" u2="&#x178;" k="-20" />
1638
+ <hkern u1="&#x2018;" u2="&#x153;" k="123" />
1639
+ <hkern u1="&#x2018;" u2="&#xfc;" k="61" />
1640
+ <hkern u1="&#x2018;" u2="&#xfb;" k="61" />
1641
+ <hkern u1="&#x2018;" u2="&#xfa;" k="61" />
1642
+ <hkern u1="&#x2018;" u2="&#xf9;" k="61" />
1643
+ <hkern u1="&#x2018;" u2="&#xf8;" k="123" />
1644
+ <hkern u1="&#x2018;" u2="&#xf6;" k="123" />
1645
+ <hkern u1="&#x2018;" u2="&#xf5;" k="123" />
1646
+ <hkern u1="&#x2018;" u2="&#xf4;" k="123" />
1647
+ <hkern u1="&#x2018;" u2="&#xf3;" k="123" />
1648
+ <hkern u1="&#x2018;" u2="&#xf2;" k="123" />
1649
+ <hkern u1="&#x2018;" u2="&#xeb;" k="123" />
1650
+ <hkern u1="&#x2018;" u2="&#xea;" k="123" />
1651
+ <hkern u1="&#x2018;" u2="&#xe9;" k="123" />
1652
+ <hkern u1="&#x2018;" u2="&#xe8;" k="123" />
1653
+ <hkern u1="&#x2018;" u2="&#xe7;" k="123" />
1654
+ <hkern u1="&#x2018;" u2="&#xe6;" k="82" />
1655
+ <hkern u1="&#x2018;" u2="&#xe5;" k="82" />
1656
+ <hkern u1="&#x2018;" u2="&#xe4;" k="82" />
1657
+ <hkern u1="&#x2018;" u2="&#xe3;" k="82" />
1658
+ <hkern u1="&#x2018;" u2="&#xe2;" k="82" />
1659
+ <hkern u1="&#x2018;" u2="&#xe1;" k="82" />
1660
+ <hkern u1="&#x2018;" u2="&#xe0;" k="123" />
1661
+ <hkern u1="&#x2018;" u2="&#xdd;" k="-20" />
1662
+ <hkern u1="&#x2018;" u2="&#xc5;" k="143" />
1663
+ <hkern u1="&#x2018;" u2="&#xc4;" k="143" />
1664
+ <hkern u1="&#x2018;" u2="&#xc3;" k="143" />
1665
+ <hkern u1="&#x2018;" u2="&#xc2;" k="143" />
1666
+ <hkern u1="&#x2018;" u2="&#xc1;" k="143" />
1667
+ <hkern u1="&#x2018;" u2="&#xc0;" k="143" />
1668
+ <hkern u1="&#x2018;" u2="u" k="61" />
1669
+ <hkern u1="&#x2018;" u2="s" k="61" />
1670
+ <hkern u1="&#x2018;" u2="r" k="61" />
1671
+ <hkern u1="&#x2018;" u2="q" k="123" />
1672
+ <hkern u1="&#x2018;" u2="p" k="61" />
1673
+ <hkern u1="&#x2018;" u2="o" k="123" />
1674
+ <hkern u1="&#x2018;" u2="n" k="61" />
1675
+ <hkern u1="&#x2018;" u2="m" k="61" />
1676
+ <hkern u1="&#x2018;" u2="g" k="61" />
1677
+ <hkern u1="&#x2018;" u2="e" k="123" />
1678
+ <hkern u1="&#x2018;" u2="d" k="123" />
1679
+ <hkern u1="&#x2018;" u2="c" k="123" />
1680
+ <hkern u1="&#x2018;" u2="a" k="82" />
1681
+ <hkern u1="&#x2018;" u2="Y" k="-20" />
1682
+ <hkern u1="&#x2018;" u2="W" k="-41" />
1683
+ <hkern u1="&#x2018;" u2="V" k="-41" />
1684
+ <hkern u1="&#x2018;" u2="T" k="-41" />
1685
+ <hkern u1="&#x2018;" u2="A" k="143" />
1686
+ <hkern u1="&#x2019;" u2="&#x178;" k="-20" />
1687
+ <hkern u1="&#x2019;" u2="&#x153;" k="123" />
1688
+ <hkern u1="&#x2019;" u2="&#xfc;" k="61" />
1689
+ <hkern u1="&#x2019;" u2="&#xfb;" k="61" />
1690
+ <hkern u1="&#x2019;" u2="&#xfa;" k="61" />
1691
+ <hkern u1="&#x2019;" u2="&#xf9;" k="61" />
1692
+ <hkern u1="&#x2019;" u2="&#xf8;" k="123" />
1693
+ <hkern u1="&#x2019;" u2="&#xf6;" k="123" />
1694
+ <hkern u1="&#x2019;" u2="&#xf5;" k="123" />
1695
+ <hkern u1="&#x2019;" u2="&#xf4;" k="123" />
1696
+ <hkern u1="&#x2019;" u2="&#xf3;" k="123" />
1697
+ <hkern u1="&#x2019;" u2="&#xf2;" k="123" />
1698
+ <hkern u1="&#x2019;" u2="&#xeb;" k="123" />
1699
+ <hkern u1="&#x2019;" u2="&#xea;" k="123" />
1700
+ <hkern u1="&#x2019;" u2="&#xe9;" k="123" />
1701
+ <hkern u1="&#x2019;" u2="&#xe8;" k="123" />
1702
+ <hkern u1="&#x2019;" u2="&#xe7;" k="123" />
1703
+ <hkern u1="&#x2019;" u2="&#xe6;" k="82" />
1704
+ <hkern u1="&#x2019;" u2="&#xe5;" k="82" />
1705
+ <hkern u1="&#x2019;" u2="&#xe4;" k="82" />
1706
+ <hkern u1="&#x2019;" u2="&#xe3;" k="82" />
1707
+ <hkern u1="&#x2019;" u2="&#xe2;" k="82" />
1708
+ <hkern u1="&#x2019;" u2="&#xe1;" k="82" />
1709
+ <hkern u1="&#x2019;" u2="&#xe0;" k="123" />
1710
+ <hkern u1="&#x2019;" u2="&#xdd;" k="-20" />
1711
+ <hkern u1="&#x2019;" u2="&#xc5;" k="143" />
1712
+ <hkern u1="&#x2019;" u2="&#xc4;" k="143" />
1713
+ <hkern u1="&#x2019;" u2="&#xc3;" k="143" />
1714
+ <hkern u1="&#x2019;" u2="&#xc2;" k="143" />
1715
+ <hkern u1="&#x2019;" u2="&#xc1;" k="143" />
1716
+ <hkern u1="&#x2019;" u2="&#xc0;" k="143" />
1717
+ <hkern u1="&#x2019;" u2="u" k="61" />
1718
+ <hkern u1="&#x2019;" u2="s" k="61" />
1719
+ <hkern u1="&#x2019;" u2="r" k="61" />
1720
+ <hkern u1="&#x2019;" u2="q" k="123" />
1721
+ <hkern u1="&#x2019;" u2="p" k="61" />
1722
+ <hkern u1="&#x2019;" u2="o" k="123" />
1723
+ <hkern u1="&#x2019;" u2="n" k="61" />
1724
+ <hkern u1="&#x2019;" u2="m" k="61" />
1725
+ <hkern u1="&#x2019;" u2="g" k="61" />
1726
+ <hkern u1="&#x2019;" u2="e" k="123" />
1727
+ <hkern u1="&#x2019;" u2="d" k="123" />
1728
+ <hkern u1="&#x2019;" u2="c" k="123" />
1729
+ <hkern u1="&#x2019;" u2="a" k="82" />
1730
+ <hkern u1="&#x2019;" u2="Y" k="-20" />
1731
+ <hkern u1="&#x2019;" u2="W" k="-41" />
1732
+ <hkern u1="&#x2019;" u2="V" k="-41" />
1733
+ <hkern u1="&#x2019;" u2="T" k="-41" />
1734
+ <hkern u1="&#x2019;" u2="A" k="143" />
1735
+ <hkern u1="&#x201a;" u2="&#x178;" k="123" />
1736
+ <hkern u1="&#x201a;" u2="&#x152;" k="102" />
1737
+ <hkern u1="&#x201a;" u2="&#xdd;" k="123" />
1738
+ <hkern u1="&#x201a;" u2="&#xdc;" k="41" />
1739
+ <hkern u1="&#x201a;" u2="&#xdb;" k="41" />
1740
+ <hkern u1="&#x201a;" u2="&#xda;" k="41" />
1741
+ <hkern u1="&#x201a;" u2="&#xd9;" k="41" />
1742
+ <hkern u1="&#x201a;" u2="&#xd8;" k="102" />
1743
+ <hkern u1="&#x201a;" u2="&#xd6;" k="102" />
1744
+ <hkern u1="&#x201a;" u2="&#xd5;" k="102" />
1745
+ <hkern u1="&#x201a;" u2="&#xd4;" k="102" />
1746
+ <hkern u1="&#x201a;" u2="&#xd3;" k="102" />
1747
+ <hkern u1="&#x201a;" u2="&#xd2;" k="102" />
1748
+ <hkern u1="&#x201a;" u2="&#xc7;" k="102" />
1749
+ <hkern u1="&#x201a;" u2="Y" k="123" />
1750
+ <hkern u1="&#x201a;" u2="W" k="123" />
1751
+ <hkern u1="&#x201a;" u2="V" k="123" />
1752
+ <hkern u1="&#x201a;" u2="U" k="41" />
1753
+ <hkern u1="&#x201a;" u2="T" k="143" />
1754
+ <hkern u1="&#x201a;" u2="Q" k="102" />
1755
+ <hkern u1="&#x201a;" u2="O" k="102" />
1756
+ <hkern u1="&#x201a;" u2="G" k="102" />
1757
+ <hkern u1="&#x201a;" u2="C" k="102" />
1758
+ <hkern u1="&#x201c;" u2="&#x178;" k="-20" />
1759
+ <hkern u1="&#x201c;" u2="&#x153;" k="123" />
1760
+ <hkern u1="&#x201c;" u2="&#xfc;" k="61" />
1761
+ <hkern u1="&#x201c;" u2="&#xfb;" k="61" />
1762
+ <hkern u1="&#x201c;" u2="&#xfa;" k="61" />
1763
+ <hkern u1="&#x201c;" u2="&#xf9;" k="61" />
1764
+ <hkern u1="&#x201c;" u2="&#xf8;" k="123" />
1765
+ <hkern u1="&#x201c;" u2="&#xf6;" k="123" />
1766
+ <hkern u1="&#x201c;" u2="&#xf5;" k="123" />
1767
+ <hkern u1="&#x201c;" u2="&#xf4;" k="123" />
1768
+ <hkern u1="&#x201c;" u2="&#xf3;" k="123" />
1769
+ <hkern u1="&#x201c;" u2="&#xf2;" k="123" />
1770
+ <hkern u1="&#x201c;" u2="&#xeb;" k="123" />
1771
+ <hkern u1="&#x201c;" u2="&#xea;" k="123" />
1772
+ <hkern u1="&#x201c;" u2="&#xe9;" k="123" />
1773
+ <hkern u1="&#x201c;" u2="&#xe8;" k="123" />
1774
+ <hkern u1="&#x201c;" u2="&#xe7;" k="123" />
1775
+ <hkern u1="&#x201c;" u2="&#xe6;" k="82" />
1776
+ <hkern u1="&#x201c;" u2="&#xe5;" k="82" />
1777
+ <hkern u1="&#x201c;" u2="&#xe4;" k="82" />
1778
+ <hkern u1="&#x201c;" u2="&#xe3;" k="82" />
1779
+ <hkern u1="&#x201c;" u2="&#xe2;" k="82" />
1780
+ <hkern u1="&#x201c;" u2="&#xe1;" k="82" />
1781
+ <hkern u1="&#x201c;" u2="&#xe0;" k="123" />
1782
+ <hkern u1="&#x201c;" u2="&#xdd;" k="-20" />
1783
+ <hkern u1="&#x201c;" u2="&#xc5;" k="143" />
1784
+ <hkern u1="&#x201c;" u2="&#xc4;" k="143" />
1785
+ <hkern u1="&#x201c;" u2="&#xc3;" k="143" />
1786
+ <hkern u1="&#x201c;" u2="&#xc2;" k="143" />
1787
+ <hkern u1="&#x201c;" u2="&#xc1;" k="143" />
1788
+ <hkern u1="&#x201c;" u2="&#xc0;" k="143" />
1789
+ <hkern u1="&#x201c;" u2="u" k="61" />
1790
+ <hkern u1="&#x201c;" u2="s" k="61" />
1791
+ <hkern u1="&#x201c;" u2="r" k="61" />
1792
+ <hkern u1="&#x201c;" u2="q" k="123" />
1793
+ <hkern u1="&#x201c;" u2="p" k="61" />
1794
+ <hkern u1="&#x201c;" u2="o" k="123" />
1795
+ <hkern u1="&#x201c;" u2="n" k="61" />
1796
+ <hkern u1="&#x201c;" u2="m" k="61" />
1797
+ <hkern u1="&#x201c;" u2="g" k="61" />
1798
+ <hkern u1="&#x201c;" u2="e" k="123" />
1799
+ <hkern u1="&#x201c;" u2="d" k="123" />
1800
+ <hkern u1="&#x201c;" u2="c" k="123" />
1801
+ <hkern u1="&#x201c;" u2="a" k="82" />
1802
+ <hkern u1="&#x201c;" u2="Y" k="-20" />
1803
+ <hkern u1="&#x201c;" u2="W" k="-41" />
1804
+ <hkern u1="&#x201c;" u2="V" k="-41" />
1805
+ <hkern u1="&#x201c;" u2="T" k="-41" />
1806
+ <hkern u1="&#x201c;" u2="A" k="143" />
1807
+ <hkern u1="&#x201e;" u2="&#x178;" k="123" />
1808
+ <hkern u1="&#x201e;" u2="&#x152;" k="102" />
1809
+ <hkern u1="&#x201e;" u2="&#xdd;" k="123" />
1810
+ <hkern u1="&#x201e;" u2="&#xdc;" k="41" />
1811
+ <hkern u1="&#x201e;" u2="&#xdb;" k="41" />
1812
+ <hkern u1="&#x201e;" u2="&#xda;" k="41" />
1813
+ <hkern u1="&#x201e;" u2="&#xd9;" k="41" />
1814
+ <hkern u1="&#x201e;" u2="&#xd8;" k="102" />
1815
+ <hkern u1="&#x201e;" u2="&#xd6;" k="102" />
1816
+ <hkern u1="&#x201e;" u2="&#xd5;" k="102" />
1817
+ <hkern u1="&#x201e;" u2="&#xd4;" k="102" />
1818
+ <hkern u1="&#x201e;" u2="&#xd3;" k="102" />
1819
+ <hkern u1="&#x201e;" u2="&#xd2;" k="102" />
1820
+ <hkern u1="&#x201e;" u2="&#xc7;" k="102" />
1821
+ <hkern u1="&#x201e;" u2="Y" k="123" />
1822
+ <hkern u1="&#x201e;" u2="W" k="123" />
1823
+ <hkern u1="&#x201e;" u2="V" k="123" />
1824
+ <hkern u1="&#x201e;" u2="U" k="41" />
1825
+ <hkern u1="&#x201e;" u2="T" k="143" />
1826
+ <hkern u1="&#x201e;" u2="Q" k="102" />
1827
+ <hkern u1="&#x201e;" u2="O" k="102" />
1828
+ <hkern u1="&#x201e;" u2="G" k="102" />
1829
+ <hkern u1="&#x201e;" u2="C" k="102" />
1830
+ </font>
1831
+ </defs></svg>
skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfont.ttf ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfont.woff ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/regular/OpenSans-Regular-webfontd41d.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfont.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfont.svg ADDED
@@ -0,0 +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_sanssemibold" 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="1315" d="M35 0zM723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1146 0h-235v1106h235v-1106zM897 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97 q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5z" />
10
+ <glyph unicode="&#xfb02;" horiz-adv-x="1315" d="M35 0zM723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1146 0h-235v1556h235v-1556z" />
11
+ <glyph unicode="&#xfb03;" horiz-adv-x="2058" d="M35 0zM723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1466 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41 l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1890 0h-235v1106h235v-1106zM1641 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5z" />
12
+ <glyph unicode="&#xfb04;" horiz-adv-x="2058" d="M35 0zM723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1466 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41 l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178zM1890 0h-235v1556h235v-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="565" d="M371 444h-174l-52 1018h277zM133 125q0 74 39 112.5t111 38.5q71 0 109 -40t38 -111t-38.5 -112.5t-108.5 -41.5q-71 0 -110.5 40t-39.5 114z" />
20
+ <glyph unicode="&#x22;" horiz-adv-x="893" d="M365 1462l-41 -528h-150l-41 528h232zM760 1462l-41 -528h-150l-41 528h232z" />
21
+ <glyph unicode="#" horiz-adv-x="1323" d="M989 870l-55 -284h270v-168h-303l-80 -418h-178l80 418h-248l-80 -418h-174l76 418h-250v168h283l57 284h-264v168h293l80 422h180l-80 -422h252l80 422h174l-80 -422h252v-168h-285zM506 586h250l57 284h-250z" />
22
+ <glyph unicode="$" d="M1063 453q0 -145 -106 -239t-306 -116v-217h-133v211q-248 4 -407 76v211q86 -42 201 -70.5t206 -29.5v374l-84 31q-164 63 -239.5 150.5t-75.5 216.5q0 138 107.5 227t291.5 108v168h133v-165q203 -7 385 -82l-73 -183q-157 62 -312 74v-364l76 -29q190 -73 263 -154 t73 -198zM827 438q0 58 -40.5 95.5t-135.5 72.5v-319q176 27 176 151zM354 1053q0 -57 35.5 -95t128.5 -75v311q-80 -12 -122 -49t-42 -92z" />
23
+ <glyph unicode="%" horiz-adv-x="1765" d="M279 1024q0 -149 29 -222t95 -73q132 0 132 295t-132 295q-66 0 -95 -73t-29 -222zM729 1026q0 -230 -82.5 -345.5t-243.5 -115.5q-152 0 -235.5 119.5t-83.5 341.5q0 457 319 457q157 0 241.5 -118.5t84.5 -338.5zM1231 440q0 -149 29.5 -223t95.5 -74q131 0 131 297 q0 293 -131 293q-66 0 -95.5 -72t-29.5 -221zM1681 440q0 -230 -83 -345t-242 -115q-152 0 -236 118.5t-84 341.5q0 457 320 457q154 0 239.5 -118t85.5 -339zM1384 1462l-811 -1462h-194l811 1462h194z" />
24
+ <glyph unicode="&#x26;" horiz-adv-x="1516" d="M451 1147q0 -63 33.5 -119t93.5 -119q113 64 158.5 119.5t45.5 124.5q0 65 -43.5 104t-115.5 39q-79 0 -125.5 -40.5t-46.5 -108.5zM600 182q183 0 313 107l-383 377q-106 -68 -146 -127.5t-40 -135.5q0 -98 69.5 -159.5t186.5 -61.5zM96 387q0 131 64 228.5t231 193.5 q-95 111 -129.5 187.5t-34.5 158.5q0 152 108.5 240t291.5 88q177 0 278 -85.5t101 -230.5q0 -114 -67.5 -207t-225.5 -186l346 -334q81 107 135 314h242q-70 -284 -224 -463l301 -291h-303l-149 145q-102 -82 -217.5 -123.5t-255.5 -41.5q-230 0 -361 109t-131 298z" />
25
+ <glyph unicode="'" horiz-adv-x="498" d="M365 1462l-41 -528h-150l-41 528h232z" />
26
+ <glyph unicode="(" horiz-adv-x="649" d="M82 561q0 265 77.5 496t223.5 405h205q-139 -188 -213 -421.5t-74 -477.5t74 -473t211 -414h-203q-147 170 -224 397t-77 488z" />
27
+ <glyph unicode=")" horiz-adv-x="649" d="M567 561q0 -263 -77.5 -490t-223.5 -395h-203q138 187 211.5 415t73.5 472q0 245 -74 477.5t-213 421.5h205q147 -175 224 -406.5t77 -494.5z" />
28
+ <glyph unicode="*" horiz-adv-x="1122" d="M672 1556l-41 -382l385 108l28 -217l-360 -29l236 -311l-199 -107l-166 338l-149 -338l-205 107l231 311l-358 29l35 217l376 -108l-41 382h228z" />
29
+ <glyph unicode="+" d="M494 633h-398v178h398v408h180v-408h399v-178h-399v-406h-180v406z" />
30
+ <glyph unicode="," horiz-adv-x="547" d="M412 215q-48 -186 -176 -479h-173q69 270 103 502h231z" />
31
+ <glyph unicode="-" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
32
+ <glyph unicode="." horiz-adv-x="563" d="M133 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
33
+ <glyph unicode="/" horiz-adv-x="799" d="M782 1462l-544 -1462h-222l545 1462h221z" />
34
+ <glyph unicode="0" d="M1081 731q0 -381 -122.5 -566t-374.5 -185q-244 0 -370 191t-126 560q0 387 122.5 570.5t373.5 183.5q245 0 371 -192t126 -562zM326 731q0 -299 61.5 -427t196.5 -128t197.5 130t62.5 425q0 294 -62.5 425.5t-197.5 131.5t-196.5 -129t-61.5 -428z" />
35
+ <glyph unicode="1" d="M780 0h-235v944q0 169 8 268q-23 -24 -56.5 -53t-224.5 -184l-118 149l430 338h196v-1462z" />
36
+ <glyph unicode="2" d="M1081 0h-991v178l377 379q167 171 221.5 242.5t79.5 134.5t25 135q0 99 -59.5 156t-164.5 57q-84 0 -162.5 -31t-181.5 -112l-127 155q122 103 237 146t245 43q204 0 327 -106.5t123 -286.5q0 -99 -35.5 -188t-109 -183.5t-244.5 -255.5l-254 -246v-10h694v-207z" />
37
+ <glyph unicode="3" d="M1026 1126q0 -139 -81 -231.5t-228 -124.5v-8q176 -22 264 -109.5t88 -232.5q0 -211 -149 -325.5t-424 -114.5q-243 0 -410 79v209q93 -46 197 -71t200 -25q170 0 254 63t84 195q0 117 -93 172t-292 55h-127v191h129q350 0 350 242q0 94 -61 145t-180 51 q-83 0 -160 -23.5t-182 -91.5l-115 164q201 148 467 148q221 0 345 -95t124 -262z" />
38
+ <glyph unicode="4" d="M1133 319h-197v-319h-229v319h-668v181l668 966h229v-952h197v-195zM707 514v367q0 196 10 321h-8q-28 -66 -88 -160l-363 -528h449z" />
39
+ <glyph unicode="5" d="M586 913q221 0 350 -117t129 -319q0 -234 -146.5 -365.5t-416.5 -131.5q-245 0 -385 79v213q81 -46 186 -71t195 -25q159 0 242 71t83 208q0 262 -334 262q-47 0 -116 -9.5t-121 -21.5l-105 62l56 714h760v-209h-553l-33 -362q35 6 85.5 14t123.5 8z" />
40
+ <glyph unicode="6" d="M94 623q0 858 699 858q110 0 186 -17v-196q-76 22 -176 22q-235 0 -353 -126t-128 -404h12q47 81 132 125.5t200 44.5q199 0 310 -122t111 -331q0 -230 -128.5 -363.5t-350.5 -133.5q-157 0 -273 75.5t-178.5 220t-62.5 347.5zM604 174q121 0 186.5 78t65.5 223 q0 126 -61.5 198t-184.5 72q-76 0 -140 -32.5t-101 -89t-37 -115.5q0 -141 76.5 -237.5t195.5 -96.5z" />
41
+ <glyph unicode="7" d="M256 0l578 1253h-760v207h1011v-164l-575 -1296h-254z" />
42
+ <glyph unicode="8" d="M584 1481q208 0 329 -95.5t121 -255.5q0 -225 -270 -358q172 -86 244.5 -181t72.5 -212q0 -181 -133 -290t-360 -109q-238 0 -369 102t-131 289q0 122 68.5 219.5t224.5 173.5q-134 80 -191 169t-57 200q0 159 125 253.5t326 94.5zM313 379q0 -104 73 -161.5t198 -57.5 q129 0 200.5 59.5t71.5 161.5q0 81 -66 148t-200 124l-29 13q-132 -58 -190 -127.5t-58 -159.5zM582 1300q-100 0 -161 -49.5t-61 -134.5q0 -52 22 -93t64 -74.5t142 -80.5q120 53 169.5 111.5t49.5 136.5q0 85 -61.5 134.5t-163.5 49.5z" />
43
+ <glyph unicode="9" d="M1079 838q0 -432 -174 -645t-524 -213q-133 0 -191 16v197q89 -25 179 -25q238 0 355 128t128 402h-12q-59 -90 -142.5 -130t-195.5 -40q-194 0 -305 121t-111 332q0 229 128.5 364.5t350.5 135.5q156 0 272 -76t179 -220.5t63 -346.5zM569 1286q-122 0 -187 -79.5 t-65 -223.5q0 -125 60.5 -196.5t183.5 -71.5q119 0 200 71t81 166q0 89 -34.5 166.5t-96.5 122.5t-142 45z" />
44
+ <glyph unicode=":" horiz-adv-x="563" d="M133 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113zM133 979q0 151 148 151q75 0 112 -40t37 -111t-38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
45
+ <glyph unicode=";" horiz-adv-x="569" d="M397 238l15 -23q-48 -186 -176 -479h-173q69 270 103 502h231zM131 979q0 151 148 151q75 0 112 -40t37 -111t-38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
46
+ <glyph unicode="&#x3c;" d="M1073 221l-977 430v121l977 488v-195l-733 -344l733 -303v-197z" />
47
+ <glyph unicode="=" d="M102 831v179h963v-179h-963zM102 432v178h963v-178h-963z" />
48
+ <glyph unicode="&#x3e;" d="M96 418l733 303l-733 344v195l977 -488v-121l-977 -430v197z" />
49
+ <glyph unicode="?" horiz-adv-x="928" d="M283 444v64q0 110 40 183t140 151q119 94 153.5 146t34.5 124q0 84 -56 129t-161 45q-95 0 -176 -27t-158 -65l-84 176q203 113 435 113q196 0 311 -96t115 -265q0 -75 -22 -133.5t-66.5 -111.5t-153.5 -138q-93 -73 -124.5 -121t-31.5 -129v-45h-196zM242 125 q0 151 147 151q72 0 110 -39.5t38 -111.5q0 -71 -38.5 -112.5t-109.5 -41.5t-109 40.5t-38 113.5z" />
50
+ <glyph unicode="@" horiz-adv-x="1839" d="M1726 739q0 -143 -45 -261.5t-126.5 -184.5t-188.5 -66q-79 0 -137 42t-78 114h-12q-49 -78 -121 -117t-162 -39q-163 0 -256.5 105t-93.5 284q0 206 124 334.5t333 128.5q76 0 168.5 -13.5t164.5 -37.5l-22 -465v-24q0 -160 104 -160q79 0 125.5 102t46.5 260 q0 171 -70 300.5t-199 199.5t-296 70q-213 0 -370.5 -88t-240.5 -251.5t-83 -379.5q0 -290 155 -446t445 -156q221 0 461 90v-164q-210 -86 -457 -86q-370 0 -577 199.5t-207 556.5q0 261 112 464.5t310.5 311.5t449.5 108q217 0 386.5 -90t263 -256.5t93.5 -384.5zM698 612 q0 -233 183 -233q193 0 211 293l12 239q-63 17 -135 17q-128 0 -199.5 -85t-71.5 -231z" />
51
+ <glyph unicode="A" horiz-adv-x="1354" d="M1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426z" />
52
+ <glyph unicode="B" horiz-adv-x="1352" d="M193 1462h434q302 0 436.5 -88t134.5 -278q0 -128 -66 -213t-190 -107v-10q154 -29 226.5 -114.5t72.5 -231.5q0 -197 -137.5 -308.5t-382.5 -111.5h-528v1462zM432 858h230q150 0 219 47.5t69 161.5q0 103 -74.5 149t-236.5 46h-207v-404zM432 664v-463h254 q150 0 226.5 57.5t76.5 181.5q0 114 -78 169t-237 55h-242z" />
53
+ <glyph unicode="C" horiz-adv-x="1298" d="M815 1278q-206 0 -324 -146t-118 -403q0 -269 113.5 -407t328.5 -138q93 0 180 18.5t181 47.5v-205q-172 -65 -390 -65q-321 0 -493 194.5t-172 556.5q0 228 83.5 399t241.5 262t371 91q224 0 414 -94l-86 -199q-74 35 -156.5 61.5t-173.5 26.5z" />
54
+ <glyph unicode="D" horiz-adv-x="1503" d="M1382 745q0 -362 -201 -553.5t-579 -191.5h-409v1462h452q349 0 543 -188t194 -529zM1130 737q0 525 -491 525h-207v-1061h170q528 0 528 536z" />
55
+ <glyph unicode="E" horiz-adv-x="1143" d="M1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203z" />
56
+ <glyph unicode="F" horiz-adv-x="1090" d="M430 0h-237v1462h825v-202h-588v-457h551v-203h-551v-600z" />
57
+ <glyph unicode="G" horiz-adv-x="1487" d="M791 793h538v-734q-132 -43 -253.5 -61t-262.5 -18q-332 0 -512 196.5t-180 554.5q0 353 203 552.5t559 199.5q229 0 434 -88l-84 -199q-178 82 -356 82q-234 0 -370 -147t-136 -402q0 -268 122.5 -407.5t352.5 -139.5q116 0 248 29v377h-303v205z" />
58
+ <glyph unicode="H" horiz-adv-x="1538" d="M1346 0h-240v659h-674v-659h-239v1462h239v-598h674v598h240v-1462z" />
59
+ <glyph unicode="I" horiz-adv-x="625" d="M193 0v1462h239v-1462h-239z" />
60
+ <glyph unicode="J" horiz-adv-x="612" d="M8 -408q-98 0 -164 25v201q84 -21 146 -21q196 0 196 248v1417h240v-1409q0 -224 -106.5 -342.5t-311.5 -118.5z" />
61
+ <glyph unicode="K" horiz-adv-x="1309" d="M1309 0h-277l-459 662l-141 -115v-547h-239v1462h239v-698q98 120 195 231l395 467h272q-383 -450 -549 -641z" />
62
+ <glyph unicode="L" horiz-adv-x="1110" d="M193 0v1462h239v-1257h619v-205h-858z" />
63
+ <glyph unicode="M" horiz-adv-x="1890" d="M825 0l-424 1221h-8q17 -272 17 -510v-711h-217v1462h337l406 -1163h6l418 1163h338v-1462h-230v723q0 109 5.5 284t9.5 212h-8l-439 -1219h-211z" />
64
+ <glyph unicode="N" horiz-adv-x="1604" d="M1411 0h-293l-719 1165h-8l5 -65q14 -186 14 -340v-760h-217v1462h290l717 -1159h6q-2 23 -8 167.5t-6 225.5v766h219v-1462z" />
65
+ <glyph unicode="O" horiz-adv-x="1612" d="M1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z" />
66
+ <glyph unicode="P" horiz-adv-x="1260" d="M1161 1020q0 -229 -150 -351t-427 -122h-152v-547h-239v1462h421q274 0 410.5 -112t136.5 -330zM432 748h127q184 0 270 64t86 200q0 126 -77 188t-240 62h-166v-514z" />
67
+ <glyph unicode="Q" horiz-adv-x="1612" d="M1491 733q0 -266 -101.5 -448t-295.5 -256l350 -377h-322l-276 328h-39q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139 q-215 0 -324.5 -139t-109.5 -408z" />
68
+ <glyph unicode="R" horiz-adv-x="1309" d="M432 782h166q167 0 242 62t75 184q0 124 -81 178t-244 54h-158v-478zM432 584v-584h-239v1462h413q283 0 419 -106t136 -320q0 -273 -284 -389l413 -647h-272l-350 584h-236z" />
69
+ <glyph unicode="S" horiz-adv-x="1126" d="M1036 397q0 -195 -141 -306t-389 -111t-406 77v226q100 -47 212.5 -74t209.5 -27q142 0 209.5 54t67.5 145q0 82 -62 139t-256 135q-200 81 -282 185t-82 250q0 183 130 288t349 105q210 0 418 -92l-76 -195q-195 82 -348 82q-116 0 -176 -50.5t-60 -133.5 q0 -57 24 -97.5t79 -76.5t198 -95q161 -67 236 -125t110 -131t35 -172z" />
70
+ <glyph unicode="T" horiz-adv-x="1159" d="M698 0h-239v1257h-430v205h1099v-205h-430v-1257z" />
71
+ <glyph unicode="U" horiz-adv-x="1520" d="M1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239z" />
72
+ <glyph unicode="V" horiz-adv-x="1274" d="M1026 1462h248l-512 -1462h-252l-510 1462h246l305 -909q24 -65 51 -167.5t35 -152.5q13 76 40 176t44 148z" />
73
+ <glyph unicode="W" horiz-adv-x="1937" d="M1542 0h-260l-248 872q-16 57 -40 164.5t-29 149.5q-10 -64 -32.5 -166t-37.5 -152l-242 -868h-260l-189 732l-192 730h244l209 -852q49 -205 70 -362q11 85 33 190t40 170l238 854h237l244 -858q35 -119 74 -356q15 143 72 364l208 850h242z" />
74
+ <glyph unicode="X" horiz-adv-x="1274" d="M1270 0h-275l-366 598l-369 -598h-256l485 758l-454 704h266l338 -553l338 553h258l-457 -708z" />
75
+ <glyph unicode="Y" horiz-adv-x="1212" d="M606 795l346 667h260l-487 -895v-567h-240v559l-485 903h260z" />
76
+ <glyph unicode="Z" horiz-adv-x="1178" d="M1112 0h-1046v166l737 1091h-717v205h1006v-168l-740 -1089h760v-205z" />
77
+ <glyph unicode="[" horiz-adv-x="676" d="M625 -324h-471v1786h471v-176h-256v-1433h256v-177z" />
78
+ <glyph unicode="\" horiz-adv-x="799" d="M238 1462l544 -1462h-221l-545 1462h222z" />
79
+ <glyph unicode="]" horiz-adv-x="676" d="M51 -147h256v1433h-256v176h469v-1786h-469v177z" />
80
+ <glyph unicode="^" horiz-adv-x="1100" d="M29 535l436 935h121l485 -935h-194l-349 694l-307 -694h-192z" />
81
+ <glyph unicode="_" horiz-adv-x="879" d="M883 -319h-887v135h887v-135z" />
82
+ <glyph unicode="`" horiz-adv-x="1212" d="M690 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
83
+ <glyph unicode="a" horiz-adv-x="1188" d="M860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5z" />
84
+ <glyph unicode="b" horiz-adv-x="1276" d="M733 1126q207 0 322.5 -150t115.5 -421q0 -272 -117 -423.5t-325 -151.5q-210 0 -326 151h-16l-43 -131h-176v1556h235v-370q0 -41 -4 -122t-6 -103h10q112 165 330 165zM672 934q-142 0 -204.5 -83.5t-64.5 -279.5v-16q0 -202 64 -292.5t209 -90.5q125 0 189.5 99 t64.5 286q0 377 -258 377z" />
85
+ <glyph unicode="c" horiz-adv-x="1014" d="M614 -20q-251 0 -381.5 146.5t-130.5 420.5q0 279 136.5 429t394.5 150q175 0 315 -65l-71 -189q-149 58 -246 58q-287 0 -287 -381q0 -186 71.5 -279.5t209.5 -93.5q157 0 297 78v-205q-63 -37 -134.5 -53t-173.5 -16z" />
86
+ <glyph unicode="d" horiz-adv-x="1276" d="M541 -20q-207 0 -323 150t-116 421q0 272 117.5 423.5t325.5 151.5q218 0 332 -161h12q-17 119 -17 188v403h236v-1556h-184l-41 145h-11q-113 -165 -331 -165zM604 170q145 0 211 81.5t68 264.5v33q0 209 -68 297t-213 88q-124 0 -191 -100.5t-67 -286.5 q0 -184 65 -280.5t195 -96.5z" />
87
+ <glyph unicode="e" horiz-adv-x="1180" d="M651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5t-176 70.5 z" />
88
+ <glyph unicode="f" horiz-adv-x="743" d="M723 928h-270v-928h-236v928h-182v110l182 72v72q0 196 92 290.5t281 94.5q124 0 244 -41l-62 -178q-87 28 -166 28q-80 0 -116.5 -49.5t-36.5 -148.5v-72h270v-178z" />
89
+ <glyph unicode="g" horiz-adv-x="1139" d="M1102 1106v-129l-189 -35q26 -35 43 -86t17 -108q0 -171 -118 -269t-325 -98q-53 0 -96 8q-76 -47 -76 -110q0 -38 35.5 -57t130.5 -19h193q183 0 278 -78t95 -225q0 -188 -155 -290t-448 -102q-226 0 -345 80t-119 228q0 102 64.5 171.5t180.5 96.5q-47 20 -77.5 64.5 t-30.5 93.5q0 62 35 105t104 85q-86 37 -139.5 120.5t-53.5 195.5q0 180 113.5 279t323.5 99q47 0 98.5 -6.5t77.5 -13.5h383zM233 -172q0 -76 68.5 -117t192.5 -41q192 0 286 55t94 146q0 72 -51.5 102.5t-191.5 30.5h-178q-101 0 -160.5 -47.5t-59.5 -128.5zM334 748 q0 -104 53.5 -160t153.5 -56q204 0 204 218q0 108 -50.5 166.5t-153.5 58.5q-102 0 -154.5 -58t-52.5 -169z" />
90
+ <glyph unicode="h" horiz-adv-x="1300" d="M1141 0h-236v680q0 128 -51.5 191t-163.5 63q-148 0 -217.5 -88.5t-69.5 -296.5v-549h-235v1556h235v-395q0 -95 -12 -203h15q48 80 133.5 124t199.5 44q402 0 402 -405v-721z" />
91
+ <glyph unicode="i" horiz-adv-x="571" d="M403 0h-235v1106h235v-1106zM154 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5z" />
92
+ <glyph unicode="j" horiz-adv-x="571" d="M55 -492q-106 0 -176 25v186q68 -18 139 -18q150 0 150 170v1235h235v-1251q0 -171 -89.5 -259t-258.5 -88zM154 1399q0 63 34.5 97t98.5 34q62 0 96.5 -34t34.5 -97q0 -60 -34.5 -94.5t-96.5 -34.5q-64 0 -98.5 34.5t-34.5 94.5z" />
93
+ <glyph unicode="k" horiz-adv-x="1171" d="M395 584l133 166l334 356h271l-445 -475l473 -631h-276l-355 485l-129 -106v-379h-233v1556h233v-759l-12 -213h6z" />
94
+ <glyph unicode="l" horiz-adv-x="571" d="M403 0h-235v1556h235v-1556z" />
95
+ <glyph unicode="m" horiz-adv-x="1958" d="M1100 0h-236v682q0 127 -48 189.5t-150 62.5q-136 0 -199.5 -88.5t-63.5 -294.5v-551h-235v1106h184l33 -145h12q46 79 133.5 122t192.5 43q255 0 338 -174h16q49 82 138 128t204 46q198 0 288.5 -100t90.5 -305v-721h-235v682q0 127 -48.5 189.5t-150.5 62.5 q-137 0 -200.5 -85.5t-63.5 -262.5v-586z" />
96
+ <glyph unicode="n" horiz-adv-x="1300" d="M1141 0h-236v680q0 128 -51.5 191t-163.5 63q-149 0 -218 -88t-69 -295v-551h-235v1106h184l33 -145h12q50 79 142 122t204 43q398 0 398 -405v-721z" />
97
+ <glyph unicode="o" horiz-adv-x="1251" d="M1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281z" />
98
+ <glyph unicode="p" horiz-adv-x="1276" d="M729 -20q-210 0 -326 151h-14q14 -140 14 -170v-453h-235v1598h190q8 -31 33 -148h12q110 168 330 168q207 0 322.5 -150t115.5 -421t-117.5 -423t-324.5 -152zM672 934q-140 0 -204.5 -82t-64.5 -262v-35q0 -202 64 -292.5t209 -90.5q122 0 188 100t66 285 q0 186 -65.5 281.5t-192.5 95.5z" />
99
+ <glyph unicode="q" horiz-adv-x="1276" d="M606 168q148 0 212.5 85.5t64.5 258.5v37q0 205 -66.5 295t-214.5 90q-126 0 -192 -100t-66 -287q0 -379 262 -379zM539 -20q-205 0 -321 150.5t-116 420.5t118 422.5t325 152.5q104 0 186.5 -38.5t147.5 -126.5h8l26 145h195v-1598h-236v469q0 44 4 93t7 75h-13 q-104 -165 -331 -165z" />
100
+ <glyph unicode="r" horiz-adv-x="883" d="M729 1126q71 0 117 -10l-23 -219q-50 12 -104 12q-141 0 -228.5 -92t-87.5 -239v-578h-235v1106h184l31 -195h12q55 99 143.5 157t190.5 58z" />
101
+ <glyph unicode="s" horiz-adv-x="997" d="M911 315q0 -162 -118 -248.5t-338 -86.5q-221 0 -355 67v203q195 -90 363 -90q217 0 217 131q0 42 -24 70t-79 58t-153 68q-191 74 -258.5 148t-67.5 192q0 142 114.5 220.5t311.5 78.5q195 0 369 -79l-76 -177q-179 74 -301 74q-186 0 -186 -106q0 -52 48.5 -88 t211.5 -99q137 -53 199 -97t92 -101.5t30 -137.5z" />
102
+ <glyph unicode="t" horiz-adv-x="805" d="M580 170q86 0 172 27v-177q-39 -17 -100.5 -28.5t-127.5 -11.5q-334 0 -334 352v596h-151v104l162 86l80 234h145v-246h315v-178h-315v-592q0 -85 42.5 -125.5t111.5 -40.5z" />
103
+ <glyph unicode="u" horiz-adv-x="1300" d="M948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185z" />
104
+ <glyph unicode="v" horiz-adv-x="1096" d="M420 0l-420 1106h248l225 -643q58 -162 70 -262h8q9 72 70 262l225 643h250l-422 -1106h-254z" />
105
+ <glyph unicode="w" horiz-adv-x="1673" d="M1075 0l-143 516q-26 82 -94 381h-9q-58 -270 -92 -383l-147 -514h-260l-310 1106h240l141 -545q48 -202 68 -346h6q10 73 30.5 167.5t35.5 141.5l168 582h258l163 -582q15 -49 37.5 -150t26.5 -157h8q15 123 70 344l143 545h236l-312 -1106h-264z" />
106
+ <glyph unicode="x" horiz-adv-x="1128" d="M414 565l-371 541h268l252 -387l254 387h266l-372 -541l391 -565h-266l-273 414l-272 -414h-266z" />
107
+ <glyph unicode="y" horiz-adv-x="1098" d="M0 1106h256l225 -627q51 -134 68 -252h8q9 55 33 133.5t254 745.5h254l-473 -1253q-129 -345 -430 -345q-78 0 -152 17v186q53 -12 121 -12q170 0 239 197l41 104z" />
108
+ <glyph unicode="z" horiz-adv-x="979" d="M907 0h-839v145l559 781h-525v180h789v-164l-547 -762h563v-180z" />
109
+ <glyph unicode="{" horiz-adv-x="791" d="M311 287q0 186 -266 186v191q135 0 200.5 45.5t65.5 138.5v311q0 156 108.5 229.5t325.5 73.5v-182q-114 -5 -165.5 -46.5t-51.5 -123.5v-297q0 -199 -229 -238v-12q229 -36 229 -237v-299q0 -82 51 -124t166 -44v-183q-231 2 -332.5 78.5t-101.5 247.5v285z" />
110
+ <glyph unicode="|" horiz-adv-x="1128" d="M473 1552h180v-2033h-180v2033z" />
111
+ <glyph unicode="}" horiz-adv-x="760" d="M463 -20q0 -156 -99.5 -229t-318.5 -75v183q95 1 148 38.5t53 129.5v262q0 121 53 187t176 87v12q-229 39 -229 238v297q0 82 -45.5 123.5t-155.5 46.5v182q223 0 320.5 -76.5t97.5 -250.5v-287q0 -100 63.5 -142t188.5 -42v-191q-123 0 -187.5 -42.5t-64.5 -143.5v-307z " />
112
+ <glyph unicode="~" d="M330 692q-50 0 -111.5 -30t-122.5 -91v191q99 108 250 108q66 0 125 -13t147 -50q131 -55 220 -55q52 0 114.5 31t120.5 89v-190q-105 -111 -250 -111q-65 0 -127.5 15.5t-146.5 50.5q-127 55 -219 55z" />
113
+ <glyph unicode="&#xa1;" horiz-adv-x="565" d="M193 645h174l51 -1016h-277zM430 965q0 -74 -37.5 -113t-111.5 -39q-72 0 -110 39.5t-38 112.5q0 69 38 111t110 42t110.5 -40.5t38.5 -112.5z" />
114
+ <glyph unicode="&#xa2;" d="M987 238q-119 -59 -258 -64v-194h-156v200q-207 31 -307 171t-100 390q0 254 100.5 397t306.5 175v170h158v-162q152 -5 283 -66l-70 -188q-146 59 -250 59q-146 0 -216 -95t-70 -288q0 -194 72 -283t210 -89q75 0 142.5 15t154.5 52v-200z" />
115
+ <glyph unicode="&#xa3;" d="M690 1481q194 0 375 -82l-76 -182q-162 71 -284 71q-205 0 -205 -219v-244h397v-172h-397v-182q0 -91 -33 -155t-113 -109h756v-207h-1038v195q98 30 145 96t47 178v184h-188v172h188v256q0 188 113.5 294t312.5 106z" />
116
+ <glyph unicode="&#xa4;" d="M186 723q0 109 64 213l-133 133l121 119l131 -129q100 63 215 63t213 -65l133 131l121 -117l-131 -133q63 -100 63 -215q0 -119 -63 -217l129 -129l-119 -119l-133 129q-99 -61 -213 -61q-126 0 -215 61l-131 -127l-119 119l131 129q-64 99 -64 215zM354 723 q0 -98 68 -164.5t162 -66.5q97 0 165 66.5t68 164.5q0 97 -68 165t-165 68q-93 0 -161.5 -68t-68.5 -165z" />
117
+ <glyph unicode="&#xa5;" d="M584 797l321 665h244l-399 -760h227v-151h-281v-154h281v-153h-281v-244h-225v244h-283v153h283v154h-283v151h224l-394 760h246z" />
118
+ <glyph unicode="&#xa6;" horiz-adv-x="1128" d="M473 1552h180v-794h-180v794zM473 315h180v-796h-180v796z" />
119
+ <glyph unicode="&#xa7;" horiz-adv-x="1026" d="M129 807q0 80 38.5 145.5t111.5 108.5q-146 83 -146 235q0 129 109.5 202t294.5 73q91 0 174 -17t182 -59l-68 -162q-116 50 -176 63t-121 13q-194 0 -194 -109q0 -54 55 -93.5t191 -90.5q175 -68 250 -146.5t75 -187.5q0 -177 -139 -266q139 -80 139 -223 q0 -142 -118 -224.5t-326 -82.5q-212 0 -346 71v179q77 -40 173 -65.5t177 -25.5q235 0 235 131q0 43 -21 70t-71 54t-147 65q-141 55 -206 101.5t-95.5 105t-30.5 135.5zM313 827q0 -45 24 -80t78.5 -69t194.5 -90q109 65 109 168q0 75 -62 126.5t-221 104.5 q-54 -16 -88.5 -61.5t-34.5 -98.5z" />
120
+ <glyph unicode="&#xa8;" horiz-adv-x="1212" d="M293 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM686 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
121
+ <glyph unicode="&#xa9;" horiz-adv-x="1704" d="M893 1034q-111 0 -171 -80.5t-60 -222.5q0 -147 54 -226t177 -79q55 0 118 15t109 36v-158q-115 -51 -235 -51q-197 0 -305.5 120.5t-108.5 342.5q0 214 110 337.5t306 123.5q138 0 274 -70l-65 -143q-106 55 -203 55zM100 731q0 200 100 375t275 276t377 101 q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM223 731q0 -170 84.5 -315.5t230.5 -229.5t314 -84q170 0 316 85.5t229.5 230t83.5 313.5q0 168 -84.5 314.5t-231 230.5t-313.5 84q-168 0 -312.5 -83 t-230.5 -229t-86 -317z" />
122
+ <glyph unicode="&#xaa;" horiz-adv-x="754" d="M547 782l-29 97q-46 -55 -105 -82t-130 -27q-113 0 -169.5 52.5t-56.5 158.5q0 104 84 159.5t252 61.5l107 4q0 72 -34.5 108t-103.5 36q-90 0 -210 -56l-54 115q144 70 285 70q138 0 207 -62.5t69 -187.5v-447h-112zM401 1098q-71 -2 -125.5 -34t-54.5 -81q0 -88 96 -88 q91 0 137 41t46 123v43z" />
123
+ <glyph unicode="&#xab;" horiz-adv-x="1139" d="M82 561l356 432l168 -94l-282 -350l282 -348l-168 -97l-356 431v26zM532 561l357 432l168 -94l-283 -350l283 -348l-168 -97l-357 431v26z" />
124
+ <glyph unicode="&#xac;" d="M1073 256h-178v377h-799v178h977v-555z" />
125
+ <glyph unicode="&#xad;" horiz-adv-x="659" d="M72 449zM72 449v200h514v-200h-514z" />
126
+ <glyph unicode="&#xae;" horiz-adv-x="1704" d="M748 770h69q74 0 112 35t38 100q0 72 -36.5 100.5t-115.5 28.5h-67v-264zM1157 909q0 -171 -153 -233l237 -397h-211l-192 346h-90v-346h-189v903h262q174 0 255 -68t81 -205zM100 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 371zM223 731q0 -170 84.5 -315.5t230.5 -229.5t314 -84q170 0 316 85.5t229.5 230t83.5 313.5q0 168 -84.5 314.5t-231 230.5t-313.5 84q-168 0 -312.5 -83t-230.5 -229t-86 -317z" />
127
+ <glyph unicode="&#xaf;" horiz-adv-x="1024" d="M1030 1556h-1036v164h1036v-164z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="877" d="M109 1153q0 135 95 232.5t234 97.5q138 0 233 -96t95 -234q0 -139 -96 -233.5t-232 -94.5q-88 0 -164.5 43.5t-120.5 119.5t-44 165zM262 1153q0 -70 51 -122t125 -52t125 51.5t51 122.5q0 76 -52 127t-124 51t-124 -52t-52 -126z" />
129
+ <glyph unicode="&#xb1;" d="M494 664h-398v178h398v407h180v-407h399v-178h-399v-406h-180v406zM96 0v178h977v-178h-977z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="743" d="M678 586h-627v135l230 225q117 112 149.5 165t32.5 112q0 52 -32 79t-83 27q-93 0 -201 -88l-94 121q139 119 309 119q136 0 211.5 -66t75.5 -180q0 -83 -46 -158.5t-183 -202.5l-139 -129h397v-159z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="743" d="M645 1251q0 -75 -40.5 -122.5t-119.5 -86.5q94 -21 141.5 -76t47.5 -132q0 -127 -93 -196t-266 -69q-148 0 -270 62v157q145 -79 270 -79q179 0 179 135q0 125 -199 125h-115v133h105q184 0 184 129q0 52 -34.5 80t-90.5 28q-57 0 -105.5 -20t-105.5 -57l-84 114 q61 46 134 75.5t171 29.5q134 0 212.5 -61.5t78.5 -168.5z" />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="1212" d="M362 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
133
+ <glyph unicode="&#xb5;" horiz-adv-x="1309" d="M403 422q0 -252 218 -252q146 0 215 88.5t69 296.5v551h236v-1106h-183l-34 147h-13q-48 -83 -119.5 -125t-175.5 -42q-140 0 -219 90h-4q3 -28 6.5 -117t3.5 -125v-320h-235v1598h235v-684z" />
134
+ <glyph unicode="&#xb6;" horiz-adv-x="1341" d="M1143 -260h-137v1663h-191v-1663h-137v819q-62 -18 -146 -18q-216 0 -317.5 125t-101.5 376q0 260 109 387t341 127h580v-1816z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="563" d="M133 723q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="442" d="M426 -270q0 -222 -305 -222q-66 0 -121 15v137q54 -14 123 -14q54 0 85.5 16.5t31.5 61.5q0 85 -179 110l84 166h152l-41 -88q80 -21 125 -68.5t45 -113.5z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="743" d="M532 586h-186v512l3 103l5 91q-17 -18 -40.5 -40t-141.5 -111l-88 112l281 209h167v-876z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="780" d="M719 1124q0 -164 -87.5 -259t-244.5 -95q-150 0 -238 95.5t-88 258.5q0 169 88.5 262t241.5 93q152 0 240 -94.5t88 -260.5zM223 1124q0 -111 39 -166t127 -55t127 55t39 166q0 113 -39 167.5t-127 54.5t-127 -54.5t-39 -167.5z" />
139
+ <glyph unicode="&#xbb;" horiz-adv-x="1139" d="M1057 535l-359 -431l-168 97l283 348l-283 350l168 94l359 -432v-26zM606 535l-358 -431l-168 97l282 348l-282 350l168 94l358 -432v-26z" />
140
+ <glyph unicode="&#xbc;" horiz-adv-x="1700" d="M60 0zM1333 1462l-856 -1462h-192l858 1462h190zM508 586h-186v512l3 103l5 91q-17 -18 -40.5 -40t-141.5 -111l-88 112l281 209h167v-876zM1585 177h-125v-176h-192v176h-392v127l396 579h188v-563h125v-143zM1268 320v178q0 97 6 197q-52 -104 -88 -158l-148 -217h230z " />
141
+ <glyph unicode="&#xbd;" horiz-adv-x="1700" d="M46 0zM1298 1462l-856 -1462h-192l858 1462h190zM494 586h-186v512l3 103l5 91q-17 -18 -40.5 -40t-141.5 -111l-88 112l281 209h167v-876zM1608 1h-627v135l230 225q117 112 149.5 165t32.5 112q0 52 -32 79t-83 27q-93 0 -201 -88l-94 121q139 119 309 119 q136 0 211.5 -66t75.5 -180q0 -83 -46 -158.5t-183 -202.5l-139 -129h397v-159z" />
142
+ <glyph unicode="&#xbe;" horiz-adv-x="1700" d="M55 0zM1415 1462l-856 -1462h-192l858 1462h190zM1640 177h-125v-176h-192v176h-392v127l396 579h188v-563h125v-143zM1323 320v178q0 97 6 197q-52 -104 -88 -158l-148 -217h230zM655 1251q0 -75 -40.5 -122.5t-119.5 -86.5q94 -21 141.5 -76t47.5 -132q0 -127 -93 -196 t-266 -69q-148 0 -270 62v157q145 -79 270 -79q179 0 179 135q0 125 -199 125h-115v133h105q184 0 184 129q0 52 -34.5 80t-90.5 28q-57 0 -105.5 -20t-105.5 -57l-84 114q61 46 134 75.5t171 29.5q134 0 212.5 -61.5t78.5 -168.5z" />
143
+ <glyph unicode="&#xbf;" horiz-adv-x="928" d="M651 645v-63q0 -106 -41 -181t-143 -155q-124 -98 -155 -147t-31 -124q0 -78 54 -125t161 -47q90 0 174 27.5t166 65.5l82 -179q-220 -110 -424 -110q-207 0 -323 95.5t-116 264.5q0 73 21 130t64 109t157 142q94 76 125 124.5t31 127.5v45h198zM692 965 q0 -74 -37.5 -113t-111.5 -39q-72 0 -110 39.5t-38 112.5q0 69 38 111t110 42t110.5 -40.5t38.5 -112.5z" />
144
+ <glyph unicode="&#xc0;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM662 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
145
+ <glyph unicode="&#xc1;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM532 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
146
+ <glyph unicode="&#xc2;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM897 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z " />
147
+ <glyph unicode="&#xc3;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM821 1579q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73 q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
148
+ <glyph unicode="&#xc4;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM363 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88z M756 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
149
+ <glyph unicode="&#xc5;" horiz-adv-x="1354" d="M0 0zM1100 0l-146 406h-559l-143 -406h-252l547 1468h260l547 -1468h-254zM891 612l-137 398q-15 40 -41.5 126t-36.5 126q-27 -123 -79 -269l-132 -381h426zM913 1577q0 -102 -65.5 -165.5t-173.5 -63.5t-172 62.5t-64 164.5q0 101 63.5 163.5t172.5 62.5 q104 0 171.5 -62t67.5 -162zM780 1575q0 50 -30 78.5t-76 28.5q-47 0 -77 -28.5t-30 -78.5q0 -106 107 -106q46 0 76 27.5t30 78.5z" />
150
+ <glyph unicode="&#xc6;" horiz-adv-x="1868" d="M1747 0h-811v406h-504l-188 -406h-246l678 1462h1071v-202h-571v-398h532v-200h-532v-459h571v-203zM522 612h414v641h-123z" />
151
+ <glyph unicode="&#xc7;" horiz-adv-x="1298" d="M121 0zM815 1278q-206 0 -324 -146t-118 -403q0 -269 113.5 -407t328.5 -138q93 0 180 18.5t181 47.5v-205q-172 -65 -390 -65q-321 0 -493 194.5t-172 556.5q0 228 83.5 399t241.5 262t371 91q224 0 414 -94l-86 -199q-74 35 -156.5 61.5t-173.5 26.5zM952 -270 q0 -222 -305 -222q-66 0 -121 15v137q54 -14 123 -14q54 0 85.5 16.5t31.5 61.5q0 85 -179 110l84 166h152l-41 -88q80 -21 125 -68.5t45 -113.5z" />
152
+ <glyph unicode="&#xc8;" horiz-adv-x="1143" d="M193 0zM1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203zM617 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
153
+ <glyph unicode="&#xc9;" horiz-adv-x="1143" d="M193 0zM1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203zM440 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
154
+ <glyph unicode="&#xca;" horiz-adv-x="1143" d="M193 0zM1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203zM831 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
155
+ <glyph unicode="&#xcb;" horiz-adv-x="1143" d="M193 0zM1020 0h-827v1462h827v-202h-588v-398h551v-200h-551v-459h588v-203zM297 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM690 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5 t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
156
+ <glyph unicode="&#xcc;" horiz-adv-x="625" d="M0 0zM193 0v1462h239v-1462h-239zM322 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
157
+ <glyph unicode="&#xcd;" horiz-adv-x="625" d="M179 0zM193 0v1462h239v-1462h-239zM179 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
158
+ <glyph unicode="&#xce;" horiz-adv-x="625" d="M0 0zM193 0v1462h239v-1462h-239zM536 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
159
+ <glyph unicode="&#xcf;" horiz-adv-x="625" d="M1 0zM193 0v1462h239v-1462h-239zM1 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM394 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
160
+ <glyph unicode="&#xd0;" horiz-adv-x="1497" d="M1374 745q0 -360 -201 -552.5t-579 -192.5h-401v623h-146v200h146v639h446q347 0 541 -188.5t194 -528.5zM1122 737q0 260 -124.5 392.5t-368.5 132.5h-197v-439h307v-200h-307v-422h160q530 0 530 536z" />
161
+ <glyph unicode="&#xd1;" horiz-adv-x="1604" d="M193 0zM1411 0h-293l-719 1165h-8l5 -65q14 -186 14 -340v-760h-217v1462h290l717 -1159h6q-2 23 -8 167.5t-6 225.5v766h219v-1462zM954 1579q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39 t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
162
+ <glyph unicode="&#xd2;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M809 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
163
+ <glyph unicode="&#xd3;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M657 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
164
+ <glyph unicode="&#xd4;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M1024 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
165
+ <glyph unicode="&#xd5;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M950 1579q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
166
+ <glyph unicode="&#xd6;" horiz-adv-x="1612" d="M121 0zM1491 733q0 -357 -178.5 -555t-505.5 -198q-331 0 -508.5 196.5t-177.5 558.5t178.5 556t509.5 194q326 0 504 -197t178 -555zM375 733q0 -270 109 -409.5t323 -139.5q213 0 321.5 138t108.5 411q0 269 -107.5 408t-320.5 139q-215 0 -324.5 -139t-109.5 -408z M496 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM889 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
167
+ <glyph unicode="&#xd7;" d="M457 723l-326 326l125 127l328 -326l329 326l125 -123l-329 -330l325 -328l-123 -125l-329 326l-324 -326l-125 125z" />
168
+ <glyph unicode="&#xd8;" horiz-adv-x="1612" d="M1491 733q0 -357 -178.5 -555t-505.5 -198q-213 0 -361 81l-94 -137l-141 94l98 144q-188 196 -188 573q0 362 178.5 556t509.5 194q199 0 354 -82l90 129l142 -92l-99 -140q195 -199 195 -567zM1237 733q0 225 -80 361l-586 -850q97 -60 236 -60q213 0 321.5 138 t108.5 411zM375 733q0 -231 78 -362l587 850q-92 59 -231 59q-215 0 -324.5 -139t-109.5 -408z" />
169
+ <glyph unicode="&#xd9;" horiz-adv-x="1520" d="M180 0zM1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239zM745 1579q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
170
+ <glyph unicode="&#xda;" horiz-adv-x="1520" d="M180 0zM1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239zM600 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
171
+ <glyph unicode="&#xdb;" horiz-adv-x="1520" d="M180 0zM1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239zM977 1579q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z " />
172
+ <glyph unicode="&#xdc;" horiz-adv-x="1520" d="M180 0zM1339 1462v-946q0 -162 -69.5 -283.5t-201 -187t-314.5 -65.5q-272 0 -423 144t-151 396v942h240v-925q0 -181 84 -267t258 -86q338 0 338 355v923h239zM445 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29 t-33.5 88zM838 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
173
+ <glyph unicode="&#xdd;" horiz-adv-x="1212" d="M0 0zM606 795l346 667h260l-487 -895v-567h-240v559l-485 903h260zM450 1579v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
174
+ <glyph unicode="&#xde;" horiz-adv-x="1268" d="M1169 776q0 -227 -146 -349t-423 -122h-168v-305h-239v1462h239v-243h197q268 0 404 -112t136 -331zM432 504h133q187 0 273 63t86 203q0 127 -78 188.5t-250 61.5h-164v-516z" />
175
+ <glyph unicode="&#xdf;" horiz-adv-x="1364" d="M1149 1253q0 -74 -38.5 -140.5t-104.5 -117.5q-90 -69 -117 -98t-27 -57q0 -30 22.5 -55.5t79.5 -63.5l95 -64q92 -62 135.5 -109.5t65.5 -103.5t22 -127q0 -165 -107 -251t-311 -86q-190 0 -299 65v199q58 -37 139 -61.5t148 -24.5q192 0 192 151q0 61 -34.5 105 t-155.5 118q-119 73 -171 135t-52 146q0 63 34 115.5t105 105.5q75 55 107 97.5t32 93.5q0 72 -67 112.5t-178 40.5q-127 0 -194 -54t-67 -159v-1165h-235v1169q0 193 128.5 295.5t367.5 102.5q225 0 355 -84t130 -230z" />
176
+ <glyph unicode="&#xe0;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM587 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
177
+ <glyph unicode="&#xe1;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM438 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
178
+ <glyph unicode="&#xe2;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM814 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
179
+ <glyph unicode="&#xe3;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM748 1241q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115 h125q-12 -134 -77 -209.5t-169 -75.5z" />
180
+ <glyph unicode="&#xe4;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM282 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM675 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31 t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
181
+ <glyph unicode="&#xe5;" horiz-adv-x="1188" d="M90 0zM860 0l-47 154h-8q-80 -101 -161 -137.5t-208 -36.5q-163 0 -254.5 88t-91.5 249q0 171 127 258t387 95l191 6v59q0 106 -49.5 158.5t-153.5 52.5q-85 0 -163 -25t-150 -59l-76 168q90 47 197 71.5t202 24.5q211 0 318.5 -92t107.5 -289v-745h-168zM510 160 q128 0 205.5 71.5t77.5 200.5v96l-142 -6q-166 -6 -241.5 -55.5t-75.5 -151.5q0 -74 44 -114.5t132 -40.5zM841 1468q0 -102 -65.5 -165.5t-173.5 -63.5t-172 62.5t-64 164.5q0 101 63.5 163.5t172.5 62.5q104 0 171.5 -62t67.5 -162zM708 1466q0 50 -30 78.5t-76 28.5 q-47 0 -77 -28.5t-30 -78.5q0 -106 107 -106q46 0 76 27.5t30 78.5z" />
182
+ <glyph unicode="&#xe6;" horiz-adv-x="1817" d="M90 317q0 172 121.5 258.5t370.5 94.5l188 6v76q0 194 -201 194q-141 0 -307 -82l-74 166q88 47 192.5 71.5t203.5 24.5q241 0 340 -155q120 155 346 155q206 0 328 -134.5t122 -362.5v-127h-712q10 -336 301 -336q184 0 356 80v-191q-86 -41 -171.5 -58t-195.5 -17 q-140 0 -248.5 54.5t-175.5 164.5q-94 -125 -190.5 -172t-241.5 -47q-165 0 -258.5 90t-93.5 247zM334 315q0 -155 166 -155q124 0 196 72.5t72 199.5v96l-135 -6q-155 -6 -227 -54.5t-72 -152.5zM1266 948q-112 0 -177.5 -69.5t-74.5 -208.5h473q0 130 -58.5 204t-162.5 74 z" />
183
+ <glyph unicode="&#xe7;" horiz-adv-x="1014" d="M102 0zM614 -20q-251 0 -381.5 146.5t-130.5 420.5q0 279 136.5 429t394.5 150q175 0 315 -65l-71 -189q-149 58 -246 58q-287 0 -287 -381q0 -186 71.5 -279.5t209.5 -93.5q157 0 297 78v-205q-63 -37 -134.5 -53t-173.5 -16zM782 -270q0 -222 -305 -222q-66 0 -121 15 v137q54 -14 123 -14q54 0 85.5 16.5t31.5 61.5q0 85 -179 110l84 166h152l-41 -88q80 -21 125 -68.5t45 -113.5z" />
184
+ <glyph unicode="&#xe8;" horiz-adv-x="1180" d="M102 0zM651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5 t-176 70.5zM609 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
185
+ <glyph unicode="&#xe9;" horiz-adv-x="1180" d="M102 0zM651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5 t-176 70.5zM458 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
186
+ <glyph unicode="&#xea;" horiz-adv-x="1180" d="M102 0zM651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5 t-176 70.5zM838 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
187
+ <glyph unicode="&#xeb;" horiz-adv-x="1180" d="M102 0zM651 -20q-258 0 -403.5 150.5t-145.5 414.5q0 271 135 426t371 155q219 0 346 -133t127 -366v-127h-737q5 -161 87 -247.5t231 -86.5q98 0 182.5 18.5t181.5 61.5v-191q-86 -41 -174 -58t-201 -17zM608 948q-112 0 -179.5 -71t-80.5 -207h502q-2 137 -66 207.5 t-176 70.5zM307 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM700 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
188
+ <glyph unicode="&#xec;" horiz-adv-x="571" d="M0 0zM403 0h-235v1106h235v-1106zM259 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
189
+ <glyph unicode="&#xed;" horiz-adv-x="571" d="M156 0zM403 0h-235v1106h235v-1106zM156 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
190
+ <glyph unicode="&#xee;" horiz-adv-x="571" d="M0 0zM403 0h-235v1106h235v-1106zM511 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
191
+ <glyph unicode="&#xef;" horiz-adv-x="571" d="M0 0zM403 0h-235v1106h235v-1106zM-25 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM368 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
192
+ <glyph unicode="&#xf0;" horiz-adv-x="1243" d="M1149 567q0 -279 -137.5 -433t-388.5 -154q-235 0 -378 136t-143 365q0 231 131 365.5t351 134.5q214 0 301 -111l8 4q-62 189 -227 345l-250 -150l-88 133l204 119q-86 59 -167 102l84 146q140 -63 258 -144l231 138l88 -129l-188 -113q152 -140 231.5 -330t79.5 -424z M909 522q0 127 -75.5 202t-206.5 75q-151 0 -218 -82t-67 -240q0 -153 74 -234t211 -81q148 0 215 91t67 269z" />
193
+ <glyph unicode="&#xf1;" horiz-adv-x="1300" d="M168 0zM1141 0h-236v680q0 128 -51.5 191t-163.5 63q-149 0 -218 -88t-69 -295v-551h-235v1106h184l33 -145h12q50 79 142 122t204 43q398 0 398 -405v-721zM809 1241q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73 q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
194
+ <glyph unicode="&#xf2;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM621 1241q-69 52 -174.5 150.5t-153.5 156.5 v21h273q38 -70 103.5 -161t109.5 -142v-25h-158z" />
195
+ <glyph unicode="&#xf3;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM473 1241v25q57 70 117.5 156t95.5 147h273 v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
196
+ <glyph unicode="&#xf4;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM850 1241q-123 73 -228 180 q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
197
+ <glyph unicode="&#xf5;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM775 1241q-42 0 -82.5 17.5t-79.5 39t-76 39 t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.5z" />
198
+ <glyph unicode="&#xf6;" horiz-adv-x="1251" d="M102 0zM1149 555q0 -271 -139 -423t-387 -152q-155 0 -274 70t-183 201t-64 304q0 269 138 420t389 151q240 0 380 -154.5t140 -416.5zM344 555q0 -383 283 -383q280 0 280 383q0 379 -282 379q-148 0 -214.5 -98t-66.5 -281zM311 1399q0 62 33.5 89.5t81.5 27.5 q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM704 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
199
+ <glyph unicode="&#xf7;" d="M96 633v178h977v-178h-977zM457 373q0 64 31.5 99.5t95.5 35.5q61 0 93 -36t32 -99t-34 -100t-91 -37q-60 0 -93.5 35.5t-33.5 101.5zM457 1071q0 64 31.5 99.5t95.5 35.5q61 0 93 -36t32 -99t-34 -100t-91 -37q-60 0 -93.5 35.5t-33.5 101.5z" />
200
+ <glyph unicode="&#xf8;" horiz-adv-x="1251" d="M1149 555q0 -271 -139 -423t-387 -152q-144 0 -250 57l-76 -109l-135 90l82 117q-142 155 -142 420q0 269 138 420t389 151q144 0 258 -63l69 100l136 -92l-78 -108q135 -152 135 -408zM344 555q0 -135 37 -219l391 559q-60 39 -147 39q-148 0 -214.5 -98t-66.5 -281z M907 555q0 121 -33 203l-387 -553q54 -33 140 -33q280 0 280 383z" />
201
+ <glyph unicode="&#xf9;" horiz-adv-x="1300" d="M158 0zM948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185zM617 1241q-69 52 -174.5 150.5t-153.5 156.5v21h273q38 -70 103.5 -161t109.5 -142v-25 h-158z" />
202
+ <glyph unicode="&#xfa;" horiz-adv-x="1300" d="M158 0zM948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185zM501 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5 h-156z" />
203
+ <glyph unicode="&#xfb;" horiz-adv-x="1300" d="M158 0zM948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185zM871 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260 q63 -110 256 -303v-25h-159z" />
204
+ <glyph unicode="&#xfc;" horiz-adv-x="1300" d="M158 0zM948 0l-33 145h-12q-49 -77 -139.5 -121t-206.5 -44q-201 0 -300 100t-99 303v723h237v-682q0 -127 52 -190.5t163 -63.5q148 0 217.5 88.5t69.5 296.5v551h236v-1106h-185zM332 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32 q-48 0 -81.5 29t-33.5 88zM725 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
205
+ <glyph unicode="&#xfd;" horiz-adv-x="1098" d="M0 0zM0 1106h256l225 -627q51 -134 68 -252h8q9 55 33 133.5t254 745.5h254l-473 -1253q-129 -345 -430 -345q-78 0 -152 17v186q53 -12 121 -12q170 0 239 197l41 104zM401 1241v25q57 70 117.5 156t95.5 147h273v-21q-52 -61 -155.5 -157.5t-174.5 -149.5h-156z" />
206
+ <glyph unicode="&#xfe;" horiz-adv-x="1276" d="M403 961q61 86 142.5 125.5t187.5 39.5q206 0 322 -151t116 -420q0 -272 -116.5 -423.5t-321.5 -151.5q-219 0 -330 149h-14l8 -72l6 -92v-457h-235v2048h235v-430l-7 -138l-3 -27h10zM674 934q-142 0 -206.5 -82t-64.5 -260v-37q0 -202 64 -292.5t209 -90.5 q254 0 254 385q0 190 -61.5 283.5t-194.5 93.5z" />
207
+ <glyph unicode="&#xff;" horiz-adv-x="1098" d="M0 0zM0 1106h256l225 -627q51 -134 68 -252h8q9 55 33 133.5t254 745.5h254l-473 -1253q-129 -345 -430 -345q-78 0 -152 17v186q53 -12 121 -12q170 0 239 197l41 104zM239 1399q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29 t-33.5 88zM632 1399q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5q-48 0 -81.5 29t-33.5 88z" />
208
+ <glyph unicode="&#x131;" horiz-adv-x="571" d="M403 0h-235v1106h235v-1106z" />
209
+ <glyph unicode="&#x152;" horiz-adv-x="1942" d="M1819 0h-820q-102 -20 -211 -20q-320 0 -493.5 196.5t-173.5 558.5q0 360 172 555t491 195q115 0 209 -23h826v-202h-576v-398h539v-200h-539v-459h576v-203zM793 1280q-208 0 -315 -139t-107 -408t106 -409t314 -140q129 0 213 35v1024q-80 37 -211 37z" />
210
+ <glyph unicode="&#x153;" horiz-adv-x="1966" d="M1438 -20q-281 0 -420 194q-132 -194 -400 -194q-236 0 -376 155t-140 420q0 272 137 421.5t382 149.5q121 0 223 -49t168 -145q131 194 379 194q221 0 349 -133.5t128 -365.5v-127h-738q11 -164 85.5 -249t228.5 -85q102 0 187 18.5t181 61.5v-191q-84 -40 -171.5 -57.5 t-202.5 -17.5zM344 555q0 -189 65.5 -286t211.5 -97q141 0 206.5 95.5t65.5 283.5q0 192 -66 287.5t-211 95.5q-143 0 -207.5 -95t-64.5 -284zM1393 948q-110 0 -177.5 -69.5t-78.5 -208.5h497q0 134 -63 206t-178 72z" />
211
+ <glyph unicode="&#x178;" horiz-adv-x="1212" d="M0 0zM606 795l346 667h260l-487 -895v-567h-240v559l-485 903h260zM293 1737q0 62 33.5 89.5t81.5 27.5q53 0 84.5 -31t31.5 -86q0 -53 -32 -85t-84 -32q-48 0 -81.5 29t-33.5 88zM686 1737q0 62 33.5 89.5t81.5 27.5q53 0 85 -31t32 -86q0 -54 -33 -85.5t-84 -31.5 q-48 0 -81.5 29t-33.5 88z" />
212
+ <glyph unicode="&#x2c6;" horiz-adv-x="1227" d="M838 1241q-123 73 -228 180q-103 -103 -225 -180h-158v25q191 198 254 303h260q63 -110 256 -303v-25h-159z" />
213
+ <glyph unicode="&#x2da;" horiz-adv-x="1182" d="M827 1468q0 -102 -65.5 -165.5t-173.5 -63.5t-172 62.5t-64 164.5q0 101 63.5 163.5t172.5 62.5q104 0 171.5 -62t67.5 -162zM694 1466q0 50 -30 78.5t-76 28.5q-47 0 -77 -28.5t-30 -78.5q0 -106 107 -106q46 0 76 27.5t30 78.5z" />
214
+ <glyph unicode="&#x2dc;" horiz-adv-x="1227" d="M776 1241q-42 0 -82.5 17.5t-79.5 39t-76 39t-71 17.5q-81 0 -109 -115h-122q12 139 77.5 212t167.5 73q43 0 84 -17.5t80 -39t75.5 -39t70.5 -17.5q79 0 106 115h125q-12 -134 -77 -209.5t-169 -75.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="M72 449v200h514v-200h-514z" />
227
+ <glyph unicode="&#x2011;" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
228
+ <glyph unicode="&#x2012;" horiz-adv-x="659" d="M72 449v200h514v-200h-514z" />
229
+ <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 455v190h860v-190h-860z" />
230
+ <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 455v190h1884v-190h-1884z" />
231
+ <glyph unicode="&#x2018;" horiz-adv-x="395" d="M37 961l-12 22q20 83 71 224t105 255h170q-64 -256 -101 -501h-233z" />
232
+ <glyph unicode="&#x2019;" horiz-adv-x="395" d="M356 1462l15 -22q-53 -209 -176 -479h-170q69 289 100 501h231z" />
233
+ <glyph unicode="&#x201a;" horiz-adv-x="549" d="M412 215q-48 -186 -176 -479h-173q69 270 103 502h231z" />
234
+ <glyph unicode="&#x201c;" horiz-adv-x="813" d="M440 983q53 203 178 479h170q-69 -296 -100 -501h-233zM25 983q20 83 71 224t105 255h170q-64 -256 -101 -501h-233z" />
235
+ <glyph unicode="&#x201d;" horiz-adv-x="813" d="M371 1440q-53 -209 -176 -479h-170q69 289 100 501h231zM788 1440q-53 -209 -176 -479h-172q69 271 103 501h231z" />
236
+ <glyph unicode="&#x201e;" horiz-adv-x="944" d="M391 215q-55 -214 -176 -479h-172q66 260 102 502h232zM809 215q-48 -186 -176 -479h-172q66 260 102 502h232z" />
237
+ <glyph unicode="&#x2022;" horiz-adv-x="770" d="M131 748q0 138 66 210t188 72q121 0 187.5 -72.5t66.5 -209.5q0 -135 -67 -209t-187 -74t-187 72.5t-67 210.5z" />
238
+ <glyph unicode="&#x2026;" horiz-adv-x="1677" d="M133 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113zM690 125q0 73 38 112t110 39q73 0 111 -40.5t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113zM1247 125q0 73 38 112t110 39q73 0 111 -40.5 t38 -110.5q0 -71 -38.5 -112.5t-110.5 -41.5t-110 41t-38 113z" />
239
+ <glyph unicode="&#x202f;" horiz-adv-x="381" />
240
+ <glyph unicode="&#x2039;" horiz-adv-x="688" d="M82 561l356 432l168 -94l-282 -350l282 -348l-168 -97l-356 431v26z" />
241
+ <glyph unicode="&#x203a;" horiz-adv-x="688" d="M606 535l-358 -431l-168 97l282 348l-282 350l168 94l358 -432v-26z" />
242
+ <glyph unicode="&#x2044;" horiz-adv-x="266" d="M655 1462l-856 -1462h-192l858 1462h190z" />
243
+ <glyph unicode="&#x205f;" horiz-adv-x="476" />
244
+ <glyph unicode="&#x2074;" horiz-adv-x="743" d="M725 762h-125v-176h-192v176h-392v127l396 579h188v-563h125v-143zM408 905v178q0 97 6 197q-52 -104 -88 -158l-148 -217h230z" />
245
+ <glyph unicode="&#x20ac;" horiz-adv-x="1188" d="M799 1278q-141 0 -230.5 -84t-119.5 -254h456v-154h-471l-2 -45v-55l2 -39h408v-153h-391q64 -312 364 -312q143 0 293 62v-203q-131 -61 -305 -61q-241 0 -391.5 132t-196.5 382h-152v153h136l-2 37v37l2 65h-136v154h150q38 251 191 394t395 143q200 0 358 -88 l-84 -187q-154 76 -274 76z" />
246
+ <glyph unicode="&#x2122;" horiz-adv-x="1561" d="M375 741h-146v592h-202v129h553v-129h-205v-592zM963 741l-185 543h-6l4 -119v-424h-141v721h217l178 -534l187 534h210v-721h-147v414l4 129h-6l-193 -543h-122z" />
247
+ <glyph unicode="&#xe000;" horiz-adv-x="1105" d="M0 1105h1105v-1105h-1105v1105z" />
248
+ <glyph horiz-adv-x="1276" 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>
skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfont.ttf ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfont.woff ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/semibold/OpenSans-Semibold-webfontd41d.eot ADDED
Binary file
skin/frontend/base/default/ajaxminicart/fonts/open-sans/stylesheet.css ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @font-face {
2
+ font-family: 'Open Sans';
3
+ src: url('light/OpenSans-Light-webfont.eot');
4
+ src: url('light/OpenSans-Light-webfontd41d.eot?#iefix') format('embedded-opentype'),
5
+ url('light/OpenSans-Light-webfont.woff') format('woff'),
6
+ url('light/OpenSans-Light-webfont.ttf') format('truetype'),
7
+ url('light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
8
+ font-weight: 300;
9
+ font-style: normal;
10
+ }
11
+
12
+ @font-face {
13
+ font-family: 'Open Sans';
14
+ src: url('regular/OpenSans-Regular-webfont.eot');
15
+ src: url('regular/OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
16
+ url('regular/OpenSans-Regular-webfont.woff') format('woff'),
17
+ url('regular/OpenSans-Regular-webfont.ttf') format('truetype'),
18
+ url('regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
19
+ font-weight: 400;
20
+ font-style: normal;
21
+ }
22
+
23
+ @font-face {
24
+ font-family: 'Open Sans';
25
+ src: url('semibold/OpenSans-Semibold-webfont.eot');
26
+ src: url('semibold/OpenSans-Semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
27
+ url('semibold/OpenSans-Semibold-webfont.woff') format('woff'),
28
+ url('semibold/OpenSans-Semibold-webfont.ttf') format('truetype'),
29
+ url('semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
30
+ font-weight: 600;
31
+ font-style: normal;
32
+ }
33
+
34
+ @font-face {
35
+ font-family: 'Open Sans';
36
+ src: url('bold/OpenSans-Bold-webfont.eot');
37
+ src: url('bold/OpenSans-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
38
+ url('bold/OpenSans-Bold-webfont.woff') format('woff'),
39
+ url('bold/OpenSans-Bold-webfont.ttf') format('truetype'),
40
+ url('bold/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
41
+ font-weight: 700;
42
+ font-style: normal;
43
+ }
skin/frontend/base/default/ajaxminicart/growler.css ADDED
File without changes
skin/frontend/base/default/ajaxminicart/growler.js ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Growler 1.0.0
3
+ *
4
+ * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
5
+ * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
6
+ *
7
+ * Written by Kevin Armstrong <kevin@kevinandre.com>
8
+ * Last updated: 2008.10.14
9
+ *
10
+ * Growler is a PrototypeJS based class that displays unobtrusive notices on a page.
11
+ * It functions much like the Growl (http://growl.info) available on the Mac OS X.
12
+ *
13
+ * Changes in 1.0.1:
14
+ * -
15
+ *
16
+ * @todo
17
+ */
18
+ Growler = (function(){
19
+
20
+ var noticeOptions = {
21
+ header: '&nbsp;'
22
+ ,speedin: 0.3
23
+ ,speedout: 0.5
24
+ ,outDirection: { y: -20 }
25
+ ,life: 3
26
+ ,sticky: false
27
+ ,className: ""
28
+ };
29
+ var growlerOptions = {
30
+ location: "tr"
31
+ ,width: "250px"
32
+ };
33
+ var IE = (Prototype.Browser.IE) ? parseFloat(navigator.appVersion.split("MSIE ")[1]) || 0 : 0;
34
+ function removeNotice(n, o){
35
+ o = o || noticeOptions;
36
+ new Effect.Parallel([
37
+ new Effect.Move(n, Object.extend({ sync: true, mode: 'relative' }, o.outDirection)),
38
+ new Effect.Opacity(n, { sync: true, to: 0 })
39
+ ], {
40
+ duration: o.speedout
41
+ ,afterFinish: function(){
42
+ try {
43
+ var ne = n.down("div.notice-exit");
44
+ if(ne != undefined){
45
+ ne.stopObserving("click", removeNotice);
46
+ }
47
+ if(o.created && Object.isFunction(o.created)){
48
+ n.stopObserving("notice:created", o.created);
49
+ }
50
+ if(o.destroyed && Object.isFunction(o.destroyed)){
51
+ n.fire("notice:destroyed");
52
+ n.stopObserving("notice:destroyed", o.destroyed);
53
+ }
54
+ } catch(e){}
55
+ try {
56
+ n.remove();
57
+ } catch(e){}
58
+ }
59
+ });
60
+ }
61
+ function createNotice(growler, msg, options){
62
+ var opt = Object.clone(noticeOptions);
63
+ options = options || {};
64
+ Object.extend(opt, options);
65
+ var notice;
66
+ if (opt.className != ""){
67
+ notice = new Element("div", {"class": opt.className}).setStyle({display: "block", opacity: "0.8"});
68
+ } else {
69
+ notice = new Element("div", {"class": "Growler-notice"}).setStyle({display: "block", opacity: "0.8"});
70
+ }
71
+ if(opt.created && Object.isFunction(opt.created)){
72
+ notice.observe("notice:created", opt.created);
73
+ }
74
+ if(opt.destroyed && Object.isFunction(opt.destroyed)){
75
+ notice.observe("notice:destroyed", opt.destroyed);
76
+ }
77
+ if (opt.sticky){
78
+ var noticeExit = new Element("div", {"class": "Growler-notice-exit"}).update("&times;");
79
+ noticeExit.observe("click", function(){ removeNotice(notice, opt); });
80
+ notice.insert(noticeExit);
81
+ }
82
+ notice.insert(new Element("div", {"class": "Growler-notice-head"}).update(opt.header));
83
+ notice.insert(new Element("div", {"class": "Growler-notice-body"}).update(msg));
84
+ growler.insert(notice);
85
+ new Effect.Opacity(notice, { to: 0.8, duration: opt.speedin });
86
+ if (!opt.sticky){
87
+ removeNotice.delay(opt.life, notice, opt);
88
+ }
89
+ notice.fire("notice:created");
90
+ return notice;
91
+ }
92
+ function specialNotice(g, m, o, t, b, c){
93
+ o.header = o.header || t;
94
+ var n = createNotice(g, m, o);
95
+ n.setStyle({ backgroundColor: b, color: c });
96
+ return n;
97
+ }
98
+ return Class.create({
99
+ initialize: function(options){
100
+ var opt = Object.clone(growlerOptions);
101
+ options = options || {};
102
+ Object.extend(opt, options);
103
+ this.growler = new Element("div", { "class": "", "id": "note" });
104
+
105
+ this.growler.setStyle({"font-size":"16px","opacity":"0.8"});
106
+ /*
107
+ if(IE==6){
108
+ var offset = { w: parseInt(this.growler.style.width)+parseInt(this.growler.style.padding)*3, h: parseInt(this.growler.style.height)+parseInt(this.growler.style.padding)*3 };
109
+ switch(opt.location){
110
+ case "br":
111
+ this.growler.style.setExpression("left", "( 0 - Growler.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px'");
112
+ this.growler.style.setExpression("top", "( 0 - Growler.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px'");
113
+ break;
114
+ case "tl":
115
+ this.growler.style.setExpression("left", "( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px'");
116
+ this.growler.style.setExpression("top", "( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px'");
117
+ break;
118
+ case "bl":
119
+ this.growler.style.setExpression("left", "( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px'");
120
+ this.growler.style.setExpression("top", "( 0 - Growler.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px'");
121
+ break;
122
+ default:
123
+ this.growler.setStyle({right: "auto", bottom: "auto"});
124
+ this.growler.style.setExpression("left", "( 0 - Growler.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px'");
125
+ this.growler.style.setExpression("top", "( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px'");
126
+ break;
127
+ }
128
+ } else {
129
+ switch(opt.location){
130
+ case "br":
131
+ this.growler.setStyle({bottom: 0, right: 0});
132
+ break;
133
+ case "tl":
134
+ this.growler.setStyle({top: 0, left: 0});
135
+ break;
136
+ case "bl":
137
+ this.growler.setStyle({top: 0, right: 0});
138
+ break;
139
+ case "tc":
140
+ this.growler.setStyle({top: 0, left: "25%", width: "50%"});
141
+ break;
142
+ case "bc":
143
+ this.growler.setStyle({bottom: 0, left: "25%", width: "50%"});
144
+ break;
145
+ default:
146
+ this.growler.setStyle({top: 0, right: 0});
147
+ break;
148
+ }
149
+ }*/
150
+ this.growler.wrap( document.body );
151
+ }
152
+ ,growl: function(msg, options) {
153
+ return createNotice(this.growler, msg, options);
154
+ }
155
+ ,warn: function(msg, options){
156
+ //return specialNotice(this.growler, msg, options, " ", "#6cd0b8", "#FFFFFF");
157
+ }
158
+ ,error: function(msg, options){
159
+ return specialNotice(this.growler, msg, options, " ", "#E00000 ", "#FFFFFF");
160
+ }
161
+ ,info: function(msg, options){
162
+ //return specialNotice(this.growler, msg, options, " ", "#6cd0b8", "#FFFFFF");
163
+ }
164
+ ,ungrowl: function(n, o){
165
+ removeNotice(n, o);
166
+ }
167
+ });
168
+
169
+ })();
skin/frontend/base/default/ajaxminicart/jquery-noconflict.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery.noConflict();
skin/frontend/base/default/ajaxminicart/jquery.hoverIntent.js ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * hoverIntent is similar to jQuery's built-in "hover" function except that
3
+ * instead of firing the onMouseOver event immediately, hoverIntent checks
4
+ * to see if the user's mouse has slowed down (beneath the sensitivity
5
+ * threshold) before firing the onMouseOver event.
6
+ *
7
+ * hoverIntent r5 // 2007.03.27 // jQuery 1.1.2
8
+ * <http://cherne.net/brian/resources/jquery.hoverIntent.html>
9
+ *
10
+ * hoverIntent is currently available for use in all personal or commercial
11
+ * projects under both MIT and GPL licenses. This means that you can choose
12
+ * the license that best suits your project, and use it accordingly.
13
+ *
14
+ * // basic usage (just like .hover) receives onMouseOver and onMouseOut functions
15
+ * $("ul li").hoverIntent( showNav , hideNav );
16
+ *
17
+ * // advanced usage receives configuration object only
18
+ * $("ul li").hoverIntent({
19
+ * sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)
20
+ * interval: 50, // number = milliseconds of polling interval
21
+ * over: showNav, // function = onMouseOver callback (required)
22
+ * timeout: 100, // number = milliseconds delay before onMouseOut function call
23
+ * out: hideNav // function = onMouseOut callback (required)
24
+ * });
25
+ *
26
+ * @param f onMouseOver function || An object with configuration options
27
+ * @param g onMouseOut function || Nothing (use configuration options object)
28
+ * @return The object (aka "this") that called hoverIntent, and the event object
29
+ * @author Brian Cherne <brian@cherne.net>
30
+ */
31
+ (function($) {
32
+ $.fn.hoverIntent = function(f,g) {
33
+ // default configuration options
34
+ var cfg = {
35
+ sensitivity: 7,
36
+ interval: 100,
37
+ timeout: 0
38
+ };
39
+ // override configuration options with user supplied object
40
+ cfg = $.extend(cfg, g ? { over: f, out: g } : f );
41
+
42
+ // instantiate variables
43
+ // cX, cY = current X and Y position of mouse, updated by mousemove event
44
+ // pX, pY = previous X and Y position of mouse, set by mouseover and polling interval
45
+ var cX, cY, pX, pY;
46
+
47
+ // A private function for getting mouse position
48
+ var track = function(ev) {
49
+ cX = ev.pageX;
50
+ cY = ev.pageY;
51
+ };
52
+
53
+ // A private function for comparing current and previous mouse position
54
+ var compare = function(ev,ob) {
55
+ ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
56
+ // compare mouse positions to see if they've crossed the threshold
57
+ if ( ( Math.abs(pX-cX) + Math.abs(pY-cY) ) < cfg.sensitivity ) {
58
+ $(ob).unbind("mousemove",track);
59
+ // set hoverIntent state to true (so mouseOut can be called)
60
+ ob.hoverIntent_s = 1;
61
+ return cfg.over.apply(ob,[ev]);
62
+ } else {
63
+ // set previous coordinates for next time
64
+ pX = cX; pY = cY;
65
+ // use self-calling timeout, guarantees intervals are spaced out properly (avoids JavaScript timer bugs)
66
+ ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
67
+ }
68
+ };
69
+
70
+ // A private function for delaying the mouseOut function
71
+ var delay = function(ev,ob) {
72
+ ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
73
+ ob.hoverIntent_s = 0;
74
+ return cfg.out.apply(ob,[ev]);
75
+ };
76
+
77
+ // A private function for handling mouse 'hovering'
78
+ var handleHover = function(e) {
79
+ // next three lines copied from jQuery.hover, ignore children onMouseOver/onMouseOut
80
+ var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
81
+ while ( p && p != this ) { try { p = p.parentNode; } catch(e) { p = this; } }
82
+ if ( p == this ) { return false; }
83
+
84
+ // copy objects to be passed into t (required for event object to be passed in IE)
85
+ var ev = jQuery.extend({},e);
86
+ var ob = this;
87
+
88
+ // cancel hoverIntent timer if it exists
89
+ if (ob.hoverIntent_t) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); }
90
+
91
+ // else e.type == "onmouseover"
92
+ if (e.type == "mouseover") {
93
+ // set "previous" X and Y position based on initial entry point
94
+ pX = ev.pageX; pY = ev.pageY;
95
+ // update "current" X and Y position based on mousemove
96
+ $(ob).bind("mousemove",track);
97
+ // start polling interval (self-calling timeout) to compare mouse coordinates over time
98
+ if (ob.hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.interval );}
99
+
100
+ // else e.type == "onmouseout"
101
+ } else {
102
+ // unbind expensive mousemove event
103
+ $(ob).unbind("mousemove",track);
104
+ // if hoverIntent state is true, then call the mouseOut function after the specified delay
105
+ if (ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeout );}
106
+ }
107
+ };
108
+
109
+ // bind the function to the two event listeners
110
+ return this.mouseover(handleHover).mouseout(handleHover);
111
+ };
112
+ })(jQuery);
skin/frontend/base/default/ajaxminicart/jquery.min.js ADDED
@@ -0,0 +1,2 @@
 
 
1
+ /*! jQuery v1.8.3 jquery.com | jquery.org/license */
2
+ (function(e,t){function _(e){var t=M[e]={};return v.each(e.split(y),function(e,n){t[n]=!0}),t}function H(e,n,r){if(r===t&&e.nodeType===1){var i="data-"+n.replace(P,"-$1").toLowerCase();r=e.getAttribute(i);if(typeof r=="string"){try{r=r==="true"?!0:r==="false"?!1:r==="null"?null:+r+""===r?+r:D.test(r)?v.parseJSON(r):r}catch(s){}v.data(e,n,r)}else r=t}return r}function B(e){var t;for(t in e){if(t==="data"&&v.isEmptyObject(e[t]))continue;if(t!=="toJSON")return!1}return!0}function et(){return!1}function tt(){return!0}function ut(e){return!e||!e.parentNode||e.parentNode.nodeType===11}function at(e,t){do e=e[t];while(e&&e.nodeType!==1);return e}function ft(e,t,n){t=t||0;if(v.isFunction(t))return v.grep(e,function(e,r){var i=!!t.call(e,r,e);return i===n});if(t.nodeType)return v.grep(e,function(e,r){return e===t===n});if(typeof t=="string"){var r=v.grep(e,function(e){return e.nodeType===1});if(it.test(t))return v.filter(t,r,!n);t=v.filter(t,r)}return v.grep(e,function(e,r){return v.inArray(e,t)>=0===n})}function lt(e){var t=ct.split("|"),n=e.createDocumentFragment();if(n.createElement)while(t.length)n.createElement(t.pop());return n}function Lt(e,t){return e.getElementsByTagName(t)[0]||e.appendChild(e.ownerDocument.createElement(t))}function At(e,t){if(t.nodeType!==1||!v.hasData(e))return;var n,r,i,s=v._data(e),o=v._data(t,s),u=s.events;if(u){delete o.handle,o.events={};for(n in u)for(r=0,i=u[n].length;r<i;r++)v.event.add(t,n,u[n][r])}o.data&&(o.data=v.extend({},o.data))}function Ot(e,t){var n;if(t.nodeType!==1)return;t.clearAttributes&&t.clearAttributes(),t.mergeAttributes&&t.mergeAttributes(e),n=t.nodeName.toLowerCase(),n==="object"?(t.parentNode&&(t.outerHTML=e.outerHTML),v.support.html5Clone&&e.innerHTML&&!v.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):n==="input"&&Et.test(e.type)?(t.defaultChecked=t.checked=e.checked,t.value!==e.value&&(t.value=e.value)):n==="option"?t.selected=e.defaultSelected:n==="input"||n==="textarea"?t.defaultValue=e.defaultValue:n==="script"&&t.text!==e.text&&(t.text=e.text),t.removeAttribute(v.expando)}function Mt(e){return typeof e.getElementsByTagName!="undefined"?e.getElementsByTagName("*"):typeof e.querySelectorAll!="undefined"?e.querySelectorAll("*"):[]}function _t(e){Et.test(e.type)&&(e.defaultChecked=e.checked)}function Qt(e,t){if(t in e)return t;var n=t.charAt(0).toUpperCase()+t.slice(1),r=t,i=Jt.length;while(i--){t=Jt[i]+n;if(t in e)return t}return r}function Gt(e,t){return e=t||e,v.css(e,"display")==="none"||!v.contains(e.ownerDocument,e)}function Yt(e,t){var n,r,i=[],s=0,o=e.length;for(;s<o;s++){n=e[s];if(!n.style)continue;i[s]=v._data(n,"olddisplay"),t?(!i[s]&&n.style.display==="none"&&(n.style.display=""),n.style.display===""&&Gt(n)&&(i[s]=v._data(n,"olddisplay",nn(n.nodeName)))):(r=Dt(n,"display"),!i[s]&&r!=="none"&&v._data(n,"olddisplay",r))}for(s=0;s<o;s++){n=e[s];if(!n.style)continue;if(!t||n.style.display==="none"||n.style.display==="")n.style.display=t?i[s]||"":"none"}return e}function Zt(e,t,n){var r=Rt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2]||"px"):t}function en(e,t,n,r){var i=n===(r?"border":"content")?4:t==="width"?1:0,s=0;for(;i<4;i+=2)n==="margin"&&(s+=v.css(e,n+$t[i],!0)),r?(n==="content"&&(s-=parseFloat(Dt(e,"padding"+$t[i]))||0),n!=="margin"&&(s-=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0)):(s+=parseFloat(Dt(e,"padding"+$t[i]))||0,n!=="padding"&&(s+=parseFloat(Dt(e,"border"+$t[i]+"Width"))||0));return s}function tn(e,t,n){var r=t==="width"?e.offsetWidth:e.offsetHeight,i=!0,s=v.support.boxSizing&&v.css(e,"boxSizing")==="border-box";if(r<=0||r==null){r=Dt(e,t);if(r<0||r==null)r=e.style[t];if(Ut.test(r))return r;i=s&&(v.support.boxSizingReliable||r===e.style[t]),r=parseFloat(r)||0}return r+en(e,t,n||(s?"border":"content"),i)+"px"}function nn(e){if(Wt[e])return Wt[e];var t=v("<"+e+">").appendTo(i.body),n=t.css("display");t.remove();if(n==="none"||n===""){Pt=i.body.appendChild(Pt||v.extend(i.createElement("iframe"),{frameBorder:0,width:0,height:0}));if(!Ht||!Pt.createElement)Ht=(Pt.contentWindow||Pt.contentDocument).document,Ht.write("<!doctype html><html><body>"),Ht.close();t=Ht.body.appendChild(Ht.createElement(e)),n=Dt(t,"display"),i.body.removeChild(Pt)}return Wt[e]=n,n}function fn(e,t,n,r){var i;if(v.isArray(t))v.each(t,function(t,i){n||sn.test(e)?r(e,i):fn(e+"["+(typeof i=="object"?t:"")+"]",i,n,r)});else if(!n&&v.type(t)==="object")for(i in t)fn(e+"["+i+"]",t[i],n,r);else r(e,t)}function Cn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var r,i,s,o=t.toLowerCase().split(y),u=0,a=o.length;if(v.isFunction(n))for(;u<a;u++)r=o[u],s=/^\+/.test(r),s&&(r=r.substr(1)||"*"),i=e[r]=e[r]||[],i[s?"unshift":"push"](n)}}function kn(e,n,r,i,s,o){s=s||n.dataTypes[0],o=o||{},o[s]=!0;var u,a=e[s],f=0,l=a?a.length:0,c=e===Sn;for(;f<l&&(c||!u);f++)u=a[f](n,r,i),typeof u=="string"&&(!c||o[u]?u=t:(n.dataTypes.unshift(u),u=kn(e,n,r,i,u,o)));return(c||!u)&&!o["*"]&&(u=kn(e,n,r,i,"*",o)),u}function Ln(e,n){var r,i,s=v.ajaxSettings.flatOptions||{};for(r in n)n[r]!==t&&((s[r]?e:i||(i={}))[r]=n[r]);i&&v.extend(!0,e,i)}function An(e,n,r){var i,s,o,u,a=e.contents,f=e.dataTypes,l=e.responseFields;for(s in l)s in r&&(n[l[s]]=r[s]);while(f[0]==="*")f.shift(),i===t&&(i=e.mimeType||n.getResponseHeader("content-type"));if(i)for(s in a)if(a[s]&&a[s].test(i)){f.unshift(s);break}if(f[0]in r)o=f[0];else{for(s in r){if(!f[0]||e.converters[s+" "+f[0]]){o=s;break}u||(u=s)}o=o||u}if(o)return o!==f[0]&&f.unshift(o),r[o]}function On(e,t){var n,r,i,s,o=e.dataTypes.slice(),u=o[0],a={},f=0;e.dataFilter&&(t=e.dataFilter(t,e.dataType));if(o[1])for(n in e.converters)a[n.toLowerCase()]=e.converters[n];for(;i=o[++f];)if(i!=="*"){if(u!=="*"&&u!==i){n=a[u+" "+i]||a["* "+i];if(!n)for(r in a){s=r.split(" ");if(s[1]===i){n=a[u+" "+s[0]]||a["* "+s[0]];if(n){n===!0?n=a[r]:a[r]!==!0&&(i=s[0],o.splice(f--,0,i));break}}}if(n!==!0)if(n&&e["throws"])t=n(t);else try{t=n(t)}catch(l){return{state:"parsererror",error:n?l:"No conversion from "+u+" to "+i}}}u=i}return{state:"success",data:t}}function Fn(){try{return new e.XMLHttpRequest}catch(t){}}function In(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(t){}}function $n(){return setTimeout(function(){qn=t},0),qn=v.now()}function Jn(e,t){v.each(t,function(t,n){var r=(Vn[t]||[]).concat(Vn["*"]),i=0,s=r.length;for(;i<s;i++)if(r[i].call(e,t,n))return})}function Kn(e,t,n){var r,i=0,s=0,o=Xn.length,u=v.Deferred().always(function(){delete a.elem}),a=function(){var t=qn||$n(),n=Math.max(0,f.startTime+f.duration-t),r=n/f.duration||0,i=1-r,s=0,o=f.tweens.length;for(;s<o;s++)f.tweens[s].run(i);return u.notifyWith(e,[f,i,n]),i<1&&o?n:(u.resolveWith(e,[f]),!1)},f=u.promise({elem:e,props:v.extend({},t),opts:v.extend(!0,{specialEasing:{}},n),originalProperties:t,originalOptions:n,startTime:qn||$n(),duration:n.duration,tweens:[],createTween:function(t,n,r){var i=v.Tween(e,f.opts,t,n,f.opts.specialEasing[t]||f.opts.easing);return f.tweens.push(i),i},stop:function(t){var n=0,r=t?f.tweens.length:0;for(;n<r;n++)f.tweens[n].run(1);return t?u.resolveWith(e,[f,t]):u.rejectWith(e,[f,t]),this}}),l=f.props;Qn(l,f.opts.specialEasing);for(;i<o;i++){r=Xn[i].call(f,e,l,f.opts);if(r)return r}return Jn(f,l),v.isFunction(f.opts.start)&&f.opts.start.call(e,f),v.fx.timer(v.extend(a,{anim:f,queue:f.opts.queue,elem:e})),f.progress(f.opts.progress).done(f.opts.done,f.opts.complete).fail(f.opts.fail).always(f.opts.always)}function Qn(e,t){var n,r,i,s,o;for(n in e){r=v.camelCase(n),i=t[r],s=e[n],v.isArray(s)&&(i=s[1],s=e[n]=s[0]),n!==r&&(e[r]=s,delete e[n]),o=v.cssHooks[r];if(o&&"expand"in o){s=o.expand(s),delete e[r];for(n in s)n in e||(e[n]=s[n],t[n]=i)}else t[r]=i}}function Gn(e,t,n){var r,i,s,o,u,a,f,l,c,h=this,p=e.style,d={},m=[],g=e.nodeType&&Gt(e);n.queue||(l=v._queueHooks(e,"fx"),l.unqueued==null&&(l.unqueued=0,c=l.empty.fire,l.empty.fire=function(){l.unqueued||c()}),l.unqueued++,h.always(function(){h.always(function(){l.unqueued--,v.queue(e,"fx").length||l.empty.fire()})})),e.nodeType===1&&("height"in t||"width"in t)&&(n.overflow=[p.overflow,p.overflowX,p.overflowY],v.css(e,"display")==="inline"&&v.css(e,"float")==="none"&&(!v.support.inlineBlockNeedsLayout||nn(e.nodeName)==="inline"?p.display="inline-block":p.zoom=1)),n.overflow&&(p.overflow="hidden",v.support.shrinkWrapBlocks||h.done(function(){p.overflow=n.overflow[0],p.overflowX=n.overflow[1],p.overflowY=n.overflow[2]}));for(r in t){s=t[r];if(Un.exec(s)){delete t[r],a=a||s==="toggle";if(s===(g?"hide":"show"))continue;m.push(r)}}o=m.length;if(o){u=v._data(e,"fxshow")||v._data(e,"fxshow",{}),"hidden"in u&&(g=u.hidden),a&&(u.hidden=!g),g?v(e).show():h.done(function(){v(e).hide()}),h.done(function(){var t;v.removeData(e,"fxshow",!0);for(t in d)v.style(e,t,d[t])});for(r=0;r<o;r++)i=m[r],f=h.createTween(i,g?u[i]:0),d[i]=u[i]||v.style(e,i),i in u||(u[i]=f.start,g&&(f.end=f.start,f.start=i==="width"||i==="height"?1:0))}}function Yn(e,t,n,r,i){return new Yn.prototype.init(e,t,n,r,i)}function Zn(e,t){var n,r={height:e},i=0;t=t?1:0;for(;i<4;i+=2-t)n=$t[i],r["margin"+n]=r["padding"+n]=e;return t&&(r.opacity=r.width=e),r}function tr(e){return v.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:!1}var n,r,i=e.document,s=e.location,o=e.navigator,u=e.jQuery,a=e.$,f=Array.prototype.push,l=Array.prototype.slice,c=Array.prototype.indexOf,h=Object.prototype.toString,p=Object.prototype.hasOwnProperty,d=String.prototype.trim,v=function(e,t){return new v.fn.init(e,t,n)},m=/[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,g=/\S/,y=/\s+/,b=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,w=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,E=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,S=/^[\],:{}\s]*$/,x=/(?:^|:|,)(?:\s*\[)+/g,T=/\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,N=/"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,C=/^-ms-/,k=/-([\da-z])/gi,L=function(e,t){return(t+"").toUpperCase()},A=function(){i.addEventListener?(i.removeEventListener("DOMContentLoaded",A,!1),v.ready()):i.readyState==="complete"&&(i.detachEvent("onreadystatechange",A),v.ready())},O={};v.fn=v.prototype={constructor:v,init:function(e,n,r){var s,o,u,a;if(!e)return this;if(e.nodeType)return this.context=this[0]=e,this.length=1,this;if(typeof e=="string"){e.charAt(0)==="<"&&e.charAt(e.length-1)===">"&&e.length>=3?s=[null,e,null]:s=w.exec(e);if(s&&(s[1]||!n)){if(s[1])return n=n instanceof v?n[0]:n,a=n&&n.nodeType?n.ownerDocument||n:i,e=v.parseHTML(s[1],a,!0),E.test(s[1])&&v.isPlainObject(n)&&this.attr.call(e,n,!0),v.merge(this,e);o=i.getElementById(s[2]);if(o&&o.parentNode){if(o.id!==s[2])return r.find(e);this.length=1,this[0]=o}return this.context=i,this.selector=e,this}return!n||n.jquery?(n||r).find(e):this.constructor(n).find(e)}return v.isFunction(e)?r.ready(e):(e.selector!==t&&(this.selector=e.selector,this.context=e.context),v.makeArray(e,this))},selector:"",jquery:"1.8.3",length:0,size:function(){return this.length},toArray:function(){return l.call(this)},get:function(e){return e==null?this.toArray():e<0?this[this.length+e]:this[e]},pushStack:function(e,t,n){var r=v.merge(this.constructor(),e);return r.prevObject=this,r.context=this.context,t==="find"?r.selector=this.selector+(this.selector?" ":"")+n:t&&(r.selector=this.selector+"."+t+"("+n+")"),r},each:function(e,t){return v.each(this,e,t)},ready:function(e){return v.ready.promise().done(e),this},eq:function(e){return e=+e,e===-1?this.slice(e):this.slice(e,e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(l.apply(this,arguments),"slice",l.call(arguments).join(","))},map:function(e){return this.pushStack(v.map(this,function(t,n){return e.call(t,n,t)}))},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:[].sort,splice:[].splice},v.fn.init.prototype=v.fn,v.extend=v.fn.extend=function(){var e,n,r,i,s,o,u=arguments[0]||{},a=1,f=arguments.length,l=!1;typeof u=="boolean"&&(l=u,u=arguments[1]||{},a=2),typeof u!="object"&&!v.isFunction(u)&&(u={}),f===a&&(u=this,--a);for(;a<f;a++)if((e=arguments[a])!=null)for(n in e){r=u[n],i=e[n];if(u===i)continue;l&&i&&(v.isPlainObject(i)||(s=v.isArray(i)))?(s?(s=!1,o=r&&v.isArray(r)?r:[]):o=r&&v.isPlainObject(r)?r:{},u[n]=v.extend(l,o,i)):i!==t&&(u[n]=i)}return u},v.extend({noConflict:function(t){return e.$===v&&(e.$=a),t&&e.jQuery===v&&(e.jQuery=u),v},isReady:!1,readyWait:1,holdReady:function(e){e?v.readyWait++:v.ready(!0)},ready:function(e){if(e===!0?--v.readyWait:v.isReady)return;if(!i.body)return setTimeout(v.ready,1);v.isReady=!0;if(e!==!0&&--v.readyWait>0)return;r.resolveWith(i,[v]),v.fn.trigger&&v(i).trigger("ready").off("ready")},isFunction:function(e){return v.type(e)==="function"},isArray:Array.isArray||function(e){return v.type(e)==="array"},isWindow:function(e){return e!=null&&e==e.window},isNumeric:function(e){return!isNaN(parseFloat(e))&&isFinite(e)},type:function(e){return e==null?String(e):O[h.call(e)]||"object"},isPlainObject:function(e){if(!e||v.type(e)!=="object"||e.nodeType||v.isWindow(e))return!1;try{if(e.constructor&&!p.call(e,"constructor")&&!p.call(e.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}var r;for(r in e);return r===t||p.call(e,r)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},error:function(e){throw new Error(e)},parseHTML:function(e,t,n){var r;return!e||typeof e!="string"?null:(typeof t=="boolean"&&(n=t,t=0),t=t||i,(r=E.exec(e))?[t.createElement(r[1])]:(r=v.buildFragment([e],t,n?null:[]),v.merge([],(r.cacheable?v.clone(r.fragment):r.fragment).childNodes)))},parseJSON:function(t){if(!t||typeof t!="string")return null;t=v.trim(t);if(e.JSON&&e.JSON.parse)return e.JSON.parse(t);if(S.test(t.replace(T,"@").replace(N,"]").replace(x,"")))return(new Function("return "+t))();v.error("Invalid JSON: "+t)},parseXML:function(n){var r,i;if(!n||typeof n!="string")return null;try{e.DOMParser?(i=new DOMParser,r=i.parseFromString(n,"text/xml")):(r=new ActiveXObject("Microsoft.XMLDOM"),r.async="false",r.loadXML(n))}catch(s){r=t}return(!r||!r.documentElement||r.getElementsByTagName("parsererror").length)&&v.error("Invalid XML: "+n),r},noop:function(){},globalEval:function(t){t&&g.test(t)&&(e.execScript||function(t){e.eval.call(e,t)})(t)},camelCase:function(e){return e.replace(C,"ms-").replace(k,L)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,n,r){var i,s=0,o=e.length,u=o===t||v.isFunction(e);if(r){if(u){for(i in e)if(n.apply(e[i],r)===!1)break}else for(;s<o;)if(n.apply(e[s++],r)===!1)break}else if(u){for(i in e)if(n.call(e[i],i,e[i])===!1)break}else for(;s<o;)if(n.call(e[s],s,e[s++])===!1)break;return e},trim:d&&!d.call("\ufeff\u00a0")?function(e){return e==null?"":d.call(e)}:function(e){return e==null?"":(e+"").replace(b,"")},makeArray:function(e,t){var n,r=t||[];return e!=null&&(n=v.type(e),e.length==null||n==="string"||n==="function"||n==="regexp"||v.isWindow(e)?f.call(r,e):v.merge(r,e)),r},inArray:function(e,t,n){var r;if(t){if(c)return c.call(t,e,n);r=t.length,n=n?n<0?Math.max(0,r+n):n:0;for(;n<r;n++)if(n in t&&t[n]===e)return n}return-1},merge:function(e,n){var r=n.length,i=e.length,s=0;if(typeof r=="number")for(;s<r;s++)e[i++]=n[s];else while(n[s]!==t)e[i++]=n[s++];return e.length=i,e},grep:function(e,t,n){var r,i=[],s=0,o=e.length;n=!!n;for(;s<o;s++)r=!!t(e[s],s),n!==r&&i.push(e[s]);return i},map:function(e,n,r){var i,s,o=[],u=0,a=e.length,f=e instanceof v||a!==t&&typeof a=="number"&&(a>0&&e[0]&&e[a-1]||a===0||v.isArray(e));if(f)for(;u<a;u++)i=n(e[u],u,r),i!=null&&(o[o.length]=i);else for(s in e)i=n(e[s],s,r),i!=null&&(o[o.length]=i);return o.concat.apply([],o)},guid:1,proxy:function(e,n){var r,i,s;return typeof n=="string"&&(r=e[n],n=e,e=r),v.isFunction(e)?(i=l.call(arguments,2),s=function(){return e.apply(n,i.concat(l.call(arguments)))},s.guid=e.guid=e.guid||v.guid++,s):t},access:function(e,n,r,i,s,o,u){var a,f=r==null,l=0,c=e.length;if(r&&typeof r=="object"){for(l in r)v.access(e,n,l,r[l],1,o,i);s=1}else if(i!==t){a=u===t&&v.isFunction(i),f&&(a?(a=n,n=function(e,t,n){return a.call(v(e),n)}):(n.call(e,i),n=null));if(n)for(;l<c;l++)n(e[l],r,a?i.call(e[l],l,n(e[l],r)):i,u);s=1}return s?e:f?n.call(e):c?n(e[0],r):o},now:function(){return(new Date).getTime()}}),v.ready.promise=function(t){if(!r){r=v.Deferred();if(i.readyState==="complete")setTimeout(v.ready,1);else if(i.addEventListener)i.addEventListener("DOMContentLoaded",A,!1),e.addEventListener("load",v.ready,!1);else{i.attachEvent("onreadystatechange",A),e.attachEvent("onload",v.ready);var n=!1;try{n=e.frameElement==null&&i.documentElement}catch(s){}n&&n.doScroll&&function o(){if(!v.isReady){try{n.doScroll("left")}catch(e){return setTimeout(o,50)}v.ready()}}()}}return r.promise(t)},v.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(e,t){O["[object "+t+"]"]=t.toLowerCase()}),n=v(i);var M={};v.Callbacks=function(e){e=typeof e=="string"?M[e]||_(e):v.extend({},e);var n,r,i,s,o,u,a=[],f=!e.once&&[],l=function(t){n=e.memory&&t,r=!0,u=s||0,s=0,o=a.length,i=!0;for(;a&&u<o;u++)if(a[u].apply(t[0],t[1])===!1&&e.stopOnFalse){n=!1;break}i=!1,a&&(f?f.length&&l(f.shift()):n?a=[]:c.disable())},c={add:function(){if(a){var t=a.length;(function r(t){v.each(t,function(t,n){var i=v.type(n);i==="function"?(!e.unique||!c.has(n))&&a.push(n):n&&n.length&&i!=="string"&&r(n)})})(arguments),i?o=a.length:n&&(s=t,l(n))}return this},remove:function(){return a&&v.each(arguments,function(e,t){var n;while((n=v.inArray(t,a,n))>-1)a.splice(n,1),i&&(n<=o&&o--,n<=u&&u--)}),this},has:function(e){return v.inArray(e,a)>-1},empty:function(){return a=[],this},disable:function(){return a=f=n=t,this},disabled:function(){return!a},lock:function(){return f=t,n||c.disable(),this},locked:function(){return!f},fireWith:function(e,t){return t=t||[],t=[e,t.slice?t.slice():t],a&&(!r||f)&&(i?f.push(t):l(t)),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!r}};return c},v.extend({Deferred:function(e){var t=[["resolve","done",v.Callbacks("once memory"),"resolved"],["reject","fail",v.Callbacks("once memory"),"rejected"],["notify","progress",v.Callbacks("memory")]],n="pending",r={state:function(){return n},always:function(){return i.done(arguments).fail(arguments),this},then:function(){var e=arguments;return v.Deferred(function(n){v.each(t,function(t,r){var s=r[0],o=e[t];i[r[1]](v.isFunction(o)?function(){var e=o.apply(this,arguments);e&&v.isFunction(e.promise)?e.promise().done(n.resolve).fail(n.reject).progress(n.notify):n[s+"With"](this===i?n:this,[e])}:n[s])}),e=null}).promise()},promise:function(e){return e!=null?v.extend(e,r):r}},i={};return r.pipe=r.then,v.each(t,function(e,s){var o=s[2],u=s[3];r[s[1]]=o.add,u&&o.add(function(){n=u},t[e^1][2].disable,t[2][2].lock),i[s[0]]=o.fire,i[s[0]+"With"]=o.fireWith}),r.promise(i),e&&e.call(i,i),i},when:function(e){var t=0,n=l.call(arguments),r=n.length,i=r!==1||e&&v.isFunction(e.promise)?r:0,s=i===1?e:v.Deferred(),o=function(e,t,n){return function(r){t[e]=this,n[e]=arguments.length>1?l.call(arguments):r,n===u?s.notifyWith(t,n):--i||s.resolveWith(t,n)}},u,a,f;if(r>1){u=new Array(r),a=new Array(r),f=new Array(r);for(;t<r;t++)n[t]&&v.isFunction(n[t].promise)?n[t].promise().done(o(t,f,n)).fail(s.reject).progress(o(t,a,u)):--i}return i||s.resolveWith(f,n),s.promise()}}),v.support=function(){var t,n,r,s,o,u,a,f,l,c,h,p=i.createElement("div");p.setAttribute("className","t"),p.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",n=p.getElementsByTagName("*"),r=p.getElementsByTagName("a")[0];if(!n||!r||!n.length)return{};s=i.createElement("select"),o=s.appendChild(i.createElement("option")),u=p.getElementsByTagName("input")[0],r.style.cssText="top:1px;float:left;opacity:.5",t={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(r.getAttribute("style")),hrefNormalized:r.getAttribute("href")==="/a",opacity:/^0.5/.test(r.style.opacity),cssFloat:!!r.style.cssFloat,checkOn:u.value==="on",optSelected:o.selected,getSetAttribute:p.className!=="t",enctype:!!i.createElement("form").enctype,html5Clone:i.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",boxModel:i.compatMode==="CSS1Compat",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,boxSizingReliable:!0,pixelPosition:!1},u.checked=!0,t.noCloneChecked=u.cloneNode(!0).checked,s.disabled=!0,t.optDisabled=!o.disabled;try{delete p.test}catch(d){t.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",h=function(){t.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick"),p.detachEvent("onclick",h)),u=i.createElement("input"),u.value="t",u.setAttribute("type","radio"),t.radioValue=u.value==="t",u.setAttribute("checked","checked"),u.setAttribute("name","t"),p.appendChild(u),a=i.createDocumentFragment(),a.appendChild(p.lastChild),t.checkClone=a.cloneNode(!0).cloneNode(!0).lastChild.checked,t.appendChecked=u.checked,a.removeChild(u),a.appendChild(p);if(p.attachEvent)for(l in{submit:!0,change:!0,focusin:!0})f="on"+l,c=f in p,c||(p.setAttribute(f,"return;"),c=typeof p[f]=="function"),t[l+"Bubbles"]=c;return v(function(){var n,r,s,o,u="padding:0;margin:0;border:0;display:block;overflow:hidden;",a=i.getElementsByTagName("body")[0];if(!a)return;n=i.createElement("div"),n.style.cssText="visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px",a.insertBefore(n,a.firstChild),r=i.createElement("div"),n.appendChild(r),r.innerHTML="<table><tr><td></td><td>t</td></tr></table>",s=r.getElementsByTagName("td"),s[0].style.cssText="padding:0;margin:0;border:0;display:none",c=s[0].offsetHeight===0,s[0].style.display="",s[1].style.display="none",t.reliableHiddenOffsets=c&&s[0].offsetHeight===0,r.innerHTML="",r.style.cssText="box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;",t.boxSizing=r.offsetWidth===4,t.doesNotIncludeMarginInBodyOffset=a.offsetTop!==1,e.getComputedStyle&&(t.pixelPosition=(e.getComputedStyle(r,null)||{}).top!=="1%",t.boxSizingReliable=(e.getComputedStyle(r,null)||{width:"4px"}).width==="4px",o=i.createElement("div"),o.style.cssText=r.style.cssText=u,o.style.marginRight=o.style.width="0",r.style.width="1px",r.appendChild(o),t.reliableMarginRight=!parseFloat((e.getComputedStyle(o,null)||{}).marginRight)),typeof r.style.zoom!="undefined"&&(r.innerHTML="",r.style.cssText=u+"width:1px;padding:1px;display:inline;zoom:1",t.inlineBlockNeedsLayout=r.offsetWidth===3,r.style.display="block",r.style.overflow="visible",r.innerHTML="<div></div>",r.firstChild.style.width="5px",t.shrinkWrapBlocks=r.offsetWidth!==3,n.style.zoom=1),a.removeChild(n),n=r=s=o=null}),a.removeChild(p),n=r=s=o=u=a=p=null,t}();var D=/(?:\{[\s\S]*\}|\[[\s\S]*\])$/,P=/([A-Z])/g;v.extend({cache:{},deletedIds:[],uuid:0,expando:"jQuery"+(v.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(e){return e=e.nodeType?v.cache[e[v.expando]]:e[v.expando],!!e&&!B(e)},data:function(e,n,r,i){if(!v.acceptData(e))return;var s,o,u=v.expando,a=typeof n=="string",f=e.nodeType,l=f?v.cache:e,c=f?e[u]:e[u]&&u;if((!c||!l[c]||!i&&!l[c].data)&&a&&r===t)return;c||(f?e[u]=c=v.deletedIds.pop()||v.guid++:c=u),l[c]||(l[c]={},f||(l[c].toJSON=v.noop));if(typeof n=="object"||typeof n=="function")i?l[c]=v.extend(l[c],n):l[c].data=v.extend(l[c].data,n);return s=l[c],i||(s.data||(s.data={}),s=s.data),r!==t&&(s[v.camelCase(n)]=r),a?(o=s[n],o==null&&(o=s[v.camelCase(n)])):o=s,o},removeData:function(e,t,n){if(!v.acceptData(e))return;var r,i,s,o=e.nodeType,u=o?v.cache:e,a=o?e[v.expando]:v.expando;if(!u[a])return;if(t){r=n?u[a]:u[a].data;if(r){v.isArray(t)||(t in r?t=[t]:(t=v.camelCase(t),t in r?t=[t]:t=t.split(" ")));for(i=0,s=t.length;i<s;i++)delete r[t[i]];if(!(n?B:v.isEmptyObject)(r))return}}if(!n){delete u[a].data;if(!B(u[a]))return}o?v.cleanData([e],!0):v.support.deleteExpando||u!=u.window?delete u[a]:u[a]=null},_data:function(e,t,n){return v.data(e,t,n,!0)},acceptData:function(e){var t=e.nodeName&&v.noData[e.nodeName.toLowerCase()];return!t||t!==!0&&e.getAttribute("classid")===t}}),v.fn.extend({data:function(e,n){var r,i,s,o,u,a=this[0],f=0,l=null;if(e===t){if(this.length){l=v.data(a);if(a.nodeType===1&&!v._data(a,"parsedAttrs")){s=a.attributes;for(u=s.length;f<u;f++)o=s[f].name,o.indexOf("data-")||(o=v.camelCase(o.substring(5)),H(a,o,l[o]));v._data(a,"parsedAttrs",!0)}}return l}return typeof e=="object"?this.each(function(){v.data(this,e)}):(r=e.split(".",2),r[1]=r[1]?"."+r[1]:"",i=r[1]+"!",v.access(this,function(n){if(n===t)return l=this.triggerHandler("getData"+i,[r[0]]),l===t&&a&&(l=v.data(a,e),l=H(a,e,l)),l===t&&r[1]?this.data(r[0]):l;r[1]=n,this.each(function(){var t=v(this);t.triggerHandler("setData"+i,r),v.data(this,e,n),t.triggerHandler("changeData"+i,r)})},null,n,arguments.length>1,null,!1))},removeData:function(e){return this.each(function(){v.removeData(this,e)})}}),v.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=v._data(e,t),n&&(!r||v.isArray(n)?r=v._data(e,t,v.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=v.queue(e,t),r=n.length,i=n.shift(),s=v._queueHooks(e,t),o=function(){v.dequeue(e,t)};i==="inprogress"&&(i=n.shift(),r--),i&&(t==="fx"&&n.unshift("inprogress"),delete s.stop,i.call(e,o,s)),!r&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return v._data(e,n)||v._data(e,n,{empty:v.Callbacks("once memory").add(function(){v.removeData(e,t+"queue",!0),v.removeData(e,n,!0)})})}}),v.fn.extend({queue:function(e,n){var r=2;return typeof e!="string"&&(n=e,e="fx",r--),arguments.length<r?v.queue(this[0],e):n===t?this:this.each(function(){var t=v.queue(this,e,n);v._queueHooks(this,e),e==="fx"&&t[0]!=="inprogress"&&v.dequeue(this,e)})},dequeue:function(e){return this.each(function(){v.dequeue(this,e)})},delay:function(e,t){return e=v.fx?v.fx.speeds[e]||e:e,t=t||"fx",this.queue(t,function(t,n){var r=setTimeout(t,e);n.stop=function(){clearTimeout(r)}})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,n){var r,i=1,s=v.Deferred(),o=this,u=this.length,a=function(){--i||s.resolveWith(o,[o])};typeof e!="string"&&(n=e,e=t),e=e||"fx";while(u--)r=v._data(o[u],e+"queueHooks"),r&&r.empty&&(i++,r.empty.add(a));return a(),s.promise(n)}});var j,F,I,q=/[\t\r\n]/g,R=/\r/g,U=/^(?:button|input)$/i,z=/^(?:button|input|object|select|textarea)$/i,W=/^a(?:rea|)$/i,X=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,V=v.support.getSetAttribute;v.fn.extend({attr:function(e,t){return v.access(this,v.attr,e,t,arguments.length>1)},removeAttr:function(e){return this.each(function(){v.removeAttr(this,e)})},prop:function(e,t){return v.access(this,v.prop,e,t,arguments.length>1)},removeProp:function(e){return e=v.propFix[e]||e,this.each(function(){try{this[e]=t,delete this[e]}catch(n){}})},addClass:function(e){var t,n,r,i,s,o,u;if(v.isFunction(e))return this.each(function(t){v(this).addClass(e.call(this,t,this.className))});if(e&&typeof e=="string"){t=e.split(y);for(n=0,r=this.length;n<r;n++){i=this[n];if(i.nodeType===1)if(!i.className&&t.length===1)i.className=e;else{s=" "+i.className+" ";for(o=0,u=t.length;o<u;o++)s.indexOf(" "+t[o]+" ")<0&&(s+=t[o]+" ");i.className=v.trim(s)}}}return this},removeClass:function(e){var n,r,i,s,o,u,a;if(v.isFunction(e))return this.each(function(t){v(this).removeClass(e.call(this,t,this.className))});if(e&&typeof e=="string"||e===t){n=(e||"").split(y);for(u=0,a=this.length;u<a;u++){i=this[u];if(i.nodeType===1&&i.className){r=(" "+i.className+" ").replace(q," ");for(s=0,o=n.length;s<o;s++)while(r.indexOf(" "+n[s]+" ")>=0)r=r.replace(" "+n[s]+" "," ");i.className=e?v.trim(r):""}}}return this},toggleClass:function(e,t){var n=typeof e,r=typeof t=="boolean";return v.isFunction(e)?this.each(function(n){v(this).toggleClass(e.call(this,n,this.className,t),t)}):this.each(function(){if(n==="string"){var i,s=0,o=v(this),u=t,a=e.split(y);while(i=a[s++])u=r?u:!o.hasClass(i),o[u?"addClass":"removeClass"](i)}else if(n==="undefined"||n==="boolean")this.className&&v._data(this,"__className__",this.className),this.className=this.className||e===!1?"":v._data(this,"__className__")||""})},hasClass:function(e){var t=" "+e+" ",n=0,r=this.length;for(;n<r;n++)if(this[n].nodeType===1&&(" "+this[n].className+" ").replace(q," ").indexOf(t)>=0)return!0;return!1},val:function(e){var n,r,i,s=this[0];if(!arguments.length){if(s)return n=v.valHooks[s.type]||v.valHooks[s.nodeName.toLowerCase()],n&&"get"in n&&(r=n.get(s,"value"))!==t?r:(r=s.value,typeof r=="string"?r.replace(R,""):r==null?"":r);return}return i=v.isFunction(e),this.each(function(r){var s,o=v(this);if(this.nodeType!==1)return;i?s=e.call(this,r,o.val()):s=e,s==null?s="":typeof s=="number"?s+="":v.isArray(s)&&(s=v.map(s,function(e){return e==null?"":e+""})),n=v.valHooks[this.type]||v.valHooks[this.nodeName.toLowerCase()];if(!n||!("set"in n)||n.set(this,s,"value")===t)this.value=s})}}),v.extend({valHooks:{option:{get:function(e){var t=e.attributes.value;return!t||t.specified?e.value:e.text}},select:{get:function(e){var t,n,r=e.options,i=e.selectedIndex,s=e.type==="select-one"||i<0,o=s?null:[],u=s?i+1:r.length,a=i<0?u:s?i:0;for(;a<u;a++){n=r[a];if((n.selected||a===i)&&(v.support.optDisabled?!n.disabled:n.getAttribute("disabled")===null)&&(!n.parentNode.disabled||!v.nodeName(n.parentNode,"optgroup"))){t=v(n).val();if(s)return t;o.push(t)}}return o},set:function(e,t){var n=v.makeArray(t);return v(e).find("option").each(function(){this.selected=v.inArray(v(this).val(),n)>=0}),n.length||(e.selectedIndex=-1),n}}},attrFn:{},attr:function(e,n,r,i){var s,o,u,a=e.nodeType;if(!e||a===3||a===8||a===2)return;if(i&&v.isFunction(v.fn[n]))return v(e)[n](r);if(typeof e.getAttribute=="undefined")return v.prop(e,n,r);u=a!==1||!v.isXMLDoc(e),u&&(n=n.toLowerCase(),o=v.attrHooks[n]||(X.test(n)?F:j));if(r!==t){if(r===null){v.removeAttr(e,n);return}return o&&"set"in o&&u&&(s=o.set(e,r,n))!==t?s:(e.setAttribute(n,r+""),r)}return o&&"get"in o&&u&&(s=o.get(e,n))!==null?s:(s=e.getAttribute(n),s===null?t:s)},removeAttr:function(e,t){var n,r,i,s,o=0;if(t&&e.nodeType===1){r=t.split(y);for(;o<r.length;o++)i=r[o],i&&(n=v.propFix[i]||i,s=X.test(i),s||v.attr(e,i,""),e.removeAttribute(V?i:n),s&&n in e&&(e[n]=!1))}},attrHooks:{type:{set:function(e,t){if(U.test(e.nodeName)&&e.parentNode)v.error("type property can't be changed");else if(!v.support.radioValue&&t==="radio"&&v.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}},value:{get:function(e,t){return j&&v.nodeName(e,"button")?j.get(e,t):t in e?e.value:null},set:function(e,t,n){if(j&&v.nodeName(e,"button"))return j.set(e,t,n);e.value=t}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(e,n,r){var i,s,o,u=e.nodeType;if(!e||u===3||u===8||u===2)return;return o=u!==1||!v.isXMLDoc(e),o&&(n=v.propFix[n]||n,s=v.propHooks[n]),r!==t?s&&"set"in s&&(i=s.set(e,r,n))!==t?i:e[n]=r:s&&"get"in s&&(i=s.get(e,n))!==null?i:e[n]},propHooks:{tabIndex:{get:function(e){var n=e.getAttributeNode("tabindex");return n&&n.specified?parseInt(n.value,10):z.test(e.nodeName)||W.test(e.nodeName)&&e.href?0:t}}}}),F={get:function(e,n){var r,i=v.prop(e,n);return i===!0||typeof i!="boolean"&&(r=e.getAttributeNode(n))&&r.nodeValue!==!1?n.toLowerCase():t},set:function(e,t,n){var r;return t===!1?v.removeAttr(e,n):(r=v.propFix[n]||n,r in e&&(e[r]=!0),e.setAttribute(n,n.toLowerCase())),n}},V||(I={name:!0,id:!0,coords:!0},j=v.valHooks.button={get:function(e,n){var r;return r=e.getAttributeNode(n),r&&(I[n]?r.value!=="":r.specified)?r.value:t},set:function(e,t,n){var r=e.getAttributeNode(n);return r||(r=i.createAttribute(n),e.setAttributeNode(r)),r.value=t+""}},v.each(["width","height"],function(e,t){v.attrHooks[t]=v.extend(v.attrHooks[t],{set:function(e,n){if(n==="")return e.setAttribute(t,"auto"),n}})}),v.attrHooks.contenteditable={get:j.get,set:function(e,t,n){t===""&&(t="false"),j.set(e,t,n)}}),v.support.hrefNormalized||v.each(["href","src","width","height"],function(e,n){v.attrHooks[n]=v.extend(v.attrHooks[n],{get:function(e){var r=e.getAttribute(n,2);return r===null?t:r}})}),v.support.style||(v.attrHooks.style={get:function(e){return e.style.cssText.toLowerCase()||t},set:function(e,t){return e.style.cssText=t+""}}),v.support.optSelected||(v.propHooks.selected=v.extend(v.propHooks.selected,{get:function(e){var t=e.parentNode;return t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex),null}})),v.support.enctype||(v.propFix.enctype="encoding"),v.support.checkOn||v.each(["radio","checkbox"],function(){v.valHooks[this]={get:function(e){return e.getAttribute("value")===null?"on":e.value}}}),v.each(["radio","checkbox"],function(){v.valHooks[this]=v.extend(v.valHooks[this],{set:function(e,t){if(v.isArray(t))return e.checked=v.inArray(v(e).val(),t)>=0}})});var $=/^(?:textarea|input|select)$/i,J=/^([^\.]*|)(?:\.(.+)|)$/,K=/(?:^|\s)hover(\.\S+|)\b/,Q=/^key/,G=/^(?:mouse|contextmenu)|click/,Y=/^(?:focusinfocus|focusoutblur)$/,Z=function(e){return v.event.special.hover?e:e.replace(K,"mouseenter$1 mouseleave$1")};v.event={add:function(e,n,r,i,s){var o,u,a,f,l,c,h,p,d,m,g;if(e.nodeType===3||e.nodeType===8||!n||!r||!(o=v._data(e)))return;r.handler&&(d=r,r=d.handler,s=d.selector),r.guid||(r.guid=v.guid++),a=o.events,a||(o.events=a={}),u=o.handle,u||(o.handle=u=function(e){return typeof v=="undefined"||!!e&&v.event.triggered===e.type?t:v.event.dispatch.apply(u.elem,arguments)},u.elem=e),n=v.trim(Z(n)).split(" ");for(f=0;f<n.length;f++){l=J.exec(n[f])||[],c=l[1],h=(l[2]||"").split(".").sort(),g=v.event.special[c]||{},c=(s?g.delegateType:g.bindType)||c,g=v.event.special[c]||{},p=v.extend({type:c,origType:l[1],data:i,handler:r,guid:r.guid,selector:s,needsContext:s&&v.expr.match.needsContext.test(s),namespace:h.join(".")},d),m=a[c];if(!m){m=a[c]=[],m.delegateCount=0;if(!g.setup||g.setup.call(e,i,h,u)===!1)e.addEventListener?e.addEventListener(c,u,!1):e.attachEvent&&e.attachEvent("on"+c,u)}g.add&&(g.add.call(e,p),p.handler.guid||(p.handler.guid=r.guid)),s?m.splice(m.delegateCount++,0,p):m.push(p),v.event.global[c]=!0}e=null},global:{},remove:function(e,t,n,r,i){var s,o,u,a,f,l,c,h,p,d,m,g=v.hasData(e)&&v._data(e);if(!g||!(h=g.events))return;t=v.trim(Z(t||"")).split(" ");for(s=0;s<t.length;s++){o=J.exec(t[s])||[],u=a=o[1],f=o[2];if(!u){for(u in h)v.event.remove(e,u+t[s],n,r,!0);continue}p=v.event.special[u]||{},u=(r?p.delegateType:p.bindType)||u,d=h[u]||[],l=d.length,f=f?new RegExp("(^|\\.)"+f.split(".").sort().join("\\.(?:.*\\.|)")+"(\\.|$)"):null;for(c=0;c<d.length;c++)m=d[c],(i||a===m.origType)&&(!n||n.guid===m.guid)&&(!f||f.test(m.namespace))&&(!r||r===m.selector||r==="**"&&m.selector)&&(d.splice(c--,1),m.selector&&d.delegateCount--,p.remove&&p.remove.call(e,m));d.length===0&&l!==d.length&&((!p.teardown||p.teardown.call(e,f,g.handle)===!1)&&v.removeEvent(e,u,g.handle),delete h[u])}v.isEmptyObject(h)&&(delete g.handle,v.removeData(e,"events",!0))},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(n,r,s,o){if(!s||s.nodeType!==3&&s.nodeType!==8){var u,a,f,l,c,h,p,d,m,g,y=n.type||n,b=[];if(Y.test(y+v.event.triggered))return;y.indexOf("!")>=0&&(y=y.slice(0,-1),a=!0),y.indexOf(".")>=0&&(b=y.split("."),y=b.shift(),b.sort());if((!s||v.event.customEvent[y])&&!v.event.global[y])return;n=typeof n=="object"?n[v.expando]?n:new v.Event(y,n):new v.Event(y),n.type=y,n.isTrigger=!0,n.exclusive=a,n.namespace=b.join("."),n.namespace_re=n.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,h=y.indexOf(":")<0?"on"+y:"";if(!s){u=v.cache;for(f in u)u[f].events&&u[f].events[y]&&v.event.trigger(n,r,u[f].handle.elem,!0);return}n.result=t,n.target||(n.target=s),r=r!=null?v.makeArray(r):[],r.unshift(n),p=v.event.special[y]||{};if(p.trigger&&p.trigger.apply(s,r)===!1)return;m=[[s,p.bindType||y]];if(!o&&!p.noBubble&&!v.isWindow(s)){g=p.delegateType||y,l=Y.test(g+y)?s:s.parentNode;for(c=s;l;l=l.parentNode)m.push([l,g]),c=l;c===(s.ownerDocument||i)&&m.push([c.defaultView||c.parentWindow||e,g])}for(f=0;f<m.length&&!n.isPropagationStopped();f++)l=m[f][0],n.type=m[f][1],d=(v._data(l,"events")||{})[n.type]&&v._data(l,"handle"),d&&d.apply(l,r),d=h&&l[h],d&&v.acceptData(l)&&d.apply&&d.apply(l,r)===!1&&n.preventDefault();return n.type=y,!o&&!n.isDefaultPrevented()&&(!p._default||p._default.apply(s.ownerDocument,r)===!1)&&(y!=="click"||!v.nodeName(s,"a"))&&v.acceptData(s)&&h&&s[y]&&(y!=="focus"&&y!=="blur"||n.target.offsetWidth!==0)&&!v.isWindow(s)&&(c=s[h],c&&(s[h]=null),v.event.triggered=y,s[y](),v.event.triggered=t,c&&(s[h]=c)),n.result}return},dispatch:function(n){n=v.event.fix(n||e.event);var r,i,s,o,u,a,f,c,h,p,d=(v._data(this,"events")||{})[n.type]||[],m=d.delegateCount,g=l.call(arguments),y=!n.exclusive&&!n.namespace,b=v.event.special[n.type]||{},w=[];g[0]=n,n.delegateTarget=this;if(b.preDispatch&&b.preDispatch.call(this,n)===!1)return;if(m&&(!n.button||n.type!=="click"))for(s=n.target;s!=this;s=s.parentNode||this)if(s.disabled!==!0||n.type!=="click"){u={},f=[];for(r=0;r<m;r++)c=d[r],h=c.selector,u[h]===t&&(u[h]=c.needsContext?v(h,this).index(s)>=0:v.find(h,this,null,[s]).length),u[h]&&f.push(c);f.length&&w.push({elem:s,matches:f})}d.length>m&&w.push({elem:this,matches:d.slice(m)});for(r=0;r<w.length&&!n.isPropagationStopped();r++){a=w[r],n.currentTarget=a.elem;for(i=0;i<a.matches.length&&!n.isImmediatePropagationStopped();i++){c=a.matches[i];if(y||!n.namespace&&!c.namespace||n.namespace_re&&n.namespace_re.test(c.namespace))n.data=c.data,n.handleObj=c,o=((v.event.special[c.origType]||{}).handle||c.handler).apply(a.elem,g),o!==t&&(n.result=o,o===!1&&(n.preventDefault(),n.stopPropagation()))}}return b.postDispatch&&b.postDispatch.call(this,n),n.result},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){return e.which==null&&(e.which=t.charCode!=null?t.charCode:t.keyCode),e}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,n){var r,s,o,u=n.button,a=n.fromElement;return e.pageX==null&&n.clientX!=null&&(r=e.target.ownerDocument||i,s=r.documentElement,o=r.body,e.pageX=n.clientX+(s&&s.scrollLeft||o&&o.scrollLeft||0)-(s&&s.clientLeft||o&&o.clientLeft||0),e.pageY=n.clientY+(s&&s.scrollTop||o&&o.scrollTop||0)-(s&&s.clientTop||o&&o.clientTop||0)),!e.relatedTarget&&a&&(e.relatedTarget=a===e.target?n.toElement:a),!e.which&&u!==t&&(e.which=u&1?1:u&2?3:u&4?2:0),e}},fix:function(e){if(e[v.expando])return e;var t,n,r=e,s=v.event.fixHooks[e.type]||{},o=s.props?this.props.concat(s.props):this.props;e=v.Event(r);for(t=o.length;t;)n=o[--t],e[n]=r[n];return e.target||(e.target=r.srcElement||i),e.target.nodeType===3&&(e.target=e.target.parentNode),e.metaKey=!!e.metaKey,s.filter?s.filter(e,r):e},special:{load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(e,t,n){v.isWindow(this)&&(this.onbeforeunload=n)},teardown:function(e,t){this.onbeforeunload===t&&(this.onbeforeunload=null)}}},simulate:function(e,t,n,r){var i=v.extend(new v.Event,n,{type:e,isSimulated:!0,originalEvent:{}});r?v.event.trigger(i,null,t):v.event.dispatch.call(t,i),i.isDefaultPrevented()&&n.preventDefault()}},v.event.handle=v.event.dispatch,v.removeEvent=i.removeEventListener?function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n,!1)}:function(e,t,n){var r="on"+t;e.detachEvent&&(typeof e[r]=="undefined"&&(e[r]=null),e.detachEvent(r,n))},v.Event=function(e,t){if(!(this instanceof v.Event))return new v.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||e.returnValue===!1||e.getPreventDefault&&e.getPreventDefault()?tt:et):this.type=e,t&&v.extend(this,t),this.timeStamp=e&&e.timeStamp||v.now(),this[v.expando]=!0},v.Event.prototype={preventDefault:function(){this.isDefaultPrevented=tt;var e=this.originalEvent;if(!e)return;e.preventDefault?e.preventDefault():e.returnValue=!1},stopPropagation:function(){this.isPropagationStopped=tt;var e=this.originalEvent;if(!e)return;e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!0},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=tt,this.stopPropagation()},isDefaultPrevented:et,isPropagationStopped:et,isImmediatePropagationStopped:et},v.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(e,t){v.event.special[e]={delegateType:t,bindType:t,handle:function(e){var n,r=this,i=e.relatedTarget,s=e.handleObj,o=s.selector;if(!i||i!==r&&!v.contains(r,i))e.type=s.origType,n=s.handler.apply(this,arguments),e.type=t;return n}}}),v.support.submitBubbles||(v.event.special.submit={setup:function(){if(v.nodeName(this,"form"))return!1;v.event.add(this,"click._submit keypress._submit",function(e){var n=e.target,r=v.nodeName(n,"input")||v.nodeName(n,"button")?n.form:t;r&&!v._data(r,"_submit_attached")&&(v.event.add(r,"submit._submit",function(e){e._submit_bubble=!0}),v._data(r,"_submit_attached",!0))})},postDispatch:function(e){e._submit_bubble&&(delete e._submit_bubble,this.parentNode&&!e.isTrigger&&v.event.simulate("submit",this.parentNode,e,!0))},teardown:function(){if(v.nodeName(this,"form"))return!1;v.event.remove(this,"._submit")}}),v.support.changeBubbles||(v.event.special.change={setup:function(){if($.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")v.event.add(this,"propertychange._change",function(e){e.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),v.event.add(this,"click._change",function(e){this._just_changed&&!e.isTrigger&&(this._just_changed=!1),v.event.simulate("change",this,e,!0)});return!1}v.event.add(this,"beforeactivate._change",function(e){var t=e.target;$.test(t.nodeName)&&!v._data(t,"_change_attached")&&(v.event.add(t,"change._change",function(e){this.parentNode&&!e.isSimulated&&!e.isTrigger&&v.event.simulate("change",this.parentNode,e,!0)}),v._data(t,"_change_attached",!0))})},handle:function(e){var t=e.target;if(this!==t||e.isSimulated||e.isTrigger||t.type!=="radio"&&t.type!=="checkbox")return e.handleObj.handler.apply(this,arguments)},teardown:function(){return v.event.remove(this,"._change"),!$.test(this.nodeName)}}),v.support.focusinBubbles||v.each({focus:"focusin",blur:"focusout"},function(e,t){var n=0,r=function(e){v.event.simulate(t,e.target,v.event.fix(e),!0)};v.event.special[t]={setup:function(){n++===0&&i.addEventListener(e,r,!0)},teardown:function(){--n===0&&i.removeEventListener(e,r,!0)}}}),v.fn.extend({on:function(e,n,r,i,s){var o,u;if(typeof e=="object"){typeof n!="string"&&(r=r||n,n=t);for(u in e)this.on(u,n,r,e[u],s);return this}r==null&&i==null?(i=n,r=n=t):i==null&&(typeof n=="string"?(i=r,r=t):(i=r,r=n,n=t));if(i===!1)i=et;else if(!i)return this;return s===1&&(o=i,i=function(e){return v().off(e),o.apply(this,arguments)},i.guid=o.guid||(o.guid=v.guid++)),this.each(function(){v.event.add(this,e,i,r,n)})},one:function(e,t,n,r){return this.on(e,t,n,r,1)},off:function(e,n,r){var i,s;if(e&&e.preventDefault&&e.handleObj)return i=e.handleObj,v(e.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if(typeof e=="object"){for(s in e)this.off(s,n,e[s]);return this}if(n===!1||typeof n=="function")r=n,n=t;return r===!1&&(r=et),this.each(function(){v.event.remove(this,e,r,n)})},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},live:function(e,t,n){return v(this.context).on(e,this.selector,t,n),this},die:function(e,t){return v(this.context).off(e,this.selector||"**",t),this},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return arguments.length===1?this.off(e,"**"):this.off(t,e||"**",n)},trigger:function(e,t){return this.each(function(){v.event.trigger(e,t,this)})},triggerHandler:function(e,t){if(this[0])return v.event.trigger(e,t,this[0],!0)},toggle:function(e){var t=arguments,n=e.guid||v.guid++,r=0,i=function(n){var i=(v._data(this,"lastToggle"+e.guid)||0)%r;return v._data(this,"lastToggle"+e.guid,i+1),n.preventDefault(),t[i].apply(this,arguments)||!1};i.guid=n;while(r<t.length)t[r++].guid=n;return this.click(i)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),v.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(e,t){v.fn[t]=function(e,n){return n==null&&(n=e,e=null),arguments.length>0?this.on(t,null,e,n):this.trigger(t)},Q.test(t)&&(v.event.fixHooks[t]=v.event.keyHooks),G.test(t)&&(v.event.fixHooks[t]=v.event.mouseHooks)}),function(e,t){function nt(e,t,n,r){n=n||[],t=t||g;var i,s,a,f,l=t.nodeType;if(!e||typeof e!="string")return n;if(l!==1&&l!==9)return[];a=o(t);if(!a&&!r)if(i=R.exec(e))if(f=i[1]){if(l===9){s=t.getElementById(f);if(!s||!s.parentNode)return n;if(s.id===f)return n.push(s),n}else if(t.ownerDocument&&(s=t.ownerDocument.getElementById(f))&&u(t,s)&&s.id===f)return n.push(s),n}else{if(i[2])return S.apply(n,x.call(t.getElementsByTagName(e),0)),n;if((f=i[3])&&Z&&t.getElementsByClassName)return S.apply(n,x.call(t.getElementsByClassName(f),0)),n}return vt(e.replace(j,"$1"),t,n,r,a)}function rt(e){return function(t){var n=t.nodeName.toLowerCase();return n==="input"&&t.type===e}}function it(e){return function(t){var n=t.nodeName.toLowerCase();return(n==="input"||n==="button")&&t.type===e}}function st(e){return N(function(t){return t=+t,N(function(n,r){var i,s=e([],n.length,t),o=s.length;while(o--)n[i=s[o]]&&(n[i]=!(r[i]=n[i]))})})}function ot(e,t,n){if(e===t)return n;var r=e.nextSibling;while(r){if(r===t)return-1;r=r.nextSibling}return 1}function ut(e,t){var n,r,s,o,u,a,f,l=L[d][e+" "];if(l)return t?0:l.slice(0);u=e,a=[],f=i.preFilter;while(u){if(!n||(r=F.exec(u)))r&&(u=u.slice(r[0].length)||u),a.push(s=[]);n=!1;if(r=I.exec(u))s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=r[0].replace(j," ");for(o in i.filter)(r=J[o].exec(u))&&(!f[o]||(r=f[o](r)))&&(s.push(n=new m(r.shift())),u=u.slice(n.length),n.type=o,n.matches=r);if(!n)break}return t?u.length:u?nt.error(e):L(e,a).slice(0)}function at(e,t,r){var i=t.dir,s=r&&t.dir==="parentNode",o=w++;return t.first?function(t,n,r){while(t=t[i])if(s||t.nodeType===1)return e(t,n,r)}:function(t,r,u){if(!u){var a,f=b+" "+o+" ",l=f+n;while(t=t[i])if(s||t.nodeType===1){if((a=t[d])===l)return t.sizset;if(typeof a=="string"&&a.indexOf(f)===0){if(t.sizset)return t}else{t[d]=l;if(e(t,r,u))return t.sizset=!0,t;t.sizset=!1}}}else while(t=t[i])if(s||t.nodeType===1)if(e(t,r,u))return t}}function ft(e){return e.length>1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function lt(e,t,n,r,i){var s,o=[],u=0,a=e.length,f=t!=null;for(;u<a;u++)if(s=e[u])if(!n||n(s,r,i))o.push(s),f&&t.push(u);return o}function ct(e,t,n,r,i,s){return r&&!r[d]&&(r=ct(r)),i&&!i[d]&&(i=ct(i,s)),N(function(s,o,u,a){var f,l,c,h=[],p=[],d=o.length,v=s||dt(t||"*",u.nodeType?[u]:u,[]),m=e&&(s||!t)?lt(v,h,e,u,a):v,g=n?i||(s?e:d||r)?[]:o:m;n&&n(m,g,u,a);if(r){f=lt(g,p),r(f,[],u,a),l=f.length;while(l--)if(c=f[l])g[p[l]]=!(m[p[l]]=c)}if(s){if(i||e){if(i){f=[],l=g.length;while(l--)(c=g[l])&&f.push(m[l]=c);i(null,g=[],f,a)}l=g.length;while(l--)(c=g[l])&&(f=i?T.call(s,c):h[l])>-1&&(s[f]=!(o[f]=c))}}else g=lt(g===o?g.splice(d,g.length):g),i?i(null,o,g,a):S.apply(o,g)})}function ht(e){var t,n,r,s=e.length,o=i.relative[e[0].type],u=o||i.relative[" "],a=o?1:0,f=at(function(e){return e===t},u,!0),l=at(function(e){return T.call(t,e)>-1},u,!0),h=[function(e,n,r){return!o&&(r||n!==c)||((t=n).nodeType?f(e,n,r):l(e,n,r))}];for(;a<s;a++)if(n=i.relative[e[a].type])h=[at(ft(h),n)];else{n=i.filter[e[a].type].apply(null,e[a].matches);if(n[d]){r=++a;for(;r<s;r++)if(i.relative[e[r].type])break;return ct(a>1&&ft(h),a>1&&e.slice(0,a-1).join("").replace(j,"$1"),n,a<r&&ht(e.slice(a,r)),r<s&&ht(e=e.slice(r)),r<s&&e.join(""))}h.push(n)}return ft(h)}function pt(e,t){var r=t.length>0,s=e.length>0,o=function(u,a,f,l,h){var p,d,v,m=[],y=0,w="0",x=u&&[],T=h!=null,N=c,C=u||s&&i.find.TAG("*",h&&a.parentNode||a),k=b+=N==null?1:Math.E;T&&(c=a!==g&&a,n=o.el);for(;(p=C[w])!=null;w++){if(s&&p){for(d=0;v=e[d];d++)if(v(p,a,f)){l.push(p);break}T&&(b=k,n=++o.el)}r&&((p=!v&&p)&&y--,u&&x.push(p))}y+=w;if(r&&w!==y){for(d=0;v=t[d];d++)v(x,m,a,f);if(u){if(y>0)while(w--)!x[w]&&!m[w]&&(m[w]=E.call(l));m=lt(m)}S.apply(l,m),T&&!u&&m.length>0&&y+t.length>1&&nt.uniqueSort(l)}return T&&(b=k,c=N),x};return o.el=0,r?N(o):o}function dt(e,t,n){var r=0,i=t.length;for(;r<i;r++)nt(e,t[r],n);return n}function vt(e,t,n,r,s){var o,u,f,l,c,h=ut(e),p=h.length;if(!r&&h.length===1){u=h[0]=h[0].slice(0);if(u.length>2&&(f=u[0]).type==="ID"&&t.nodeType===9&&!s&&i.relative[u[1].type]){t=i.find.ID(f.matches[0].replace($,""),t,s)[0];if(!t)return n;e=e.slice(u.shift().length)}for(o=J.POS.test(e)?-1:u.length-1;o>=0;o--){f=u[o];if(i.relative[l=f.type])break;if(c=i.find[l])if(r=c(f.matches[0].replace($,""),z.test(u[0].type)&&t.parentNode||t,s)){u.splice(o,1),e=r.length&&u.join("");if(!e)return S.apply(n,x.call(r,0)),n;break}}}return a(e,h)(r,t,s,n,z.test(e)),n}function mt(){}var n,r,i,s,o,u,a,f,l,c,h=!0,p="undefined",d=("sizcache"+Math.random()).replace(".",""),m=String,g=e.document,y=g.documentElement,b=0,w=0,E=[].pop,S=[].push,x=[].slice,T=[].indexOf||function(e){var t=0,n=this.length;for(;t<n;t++)if(this[t]===e)return t;return-1},N=function(e,t){return e[d]=t==null||t,e},C=function(){var e={},t=[];return N(function(n,r){return t.push(n)>i.cacheLength&&delete e[t.shift()],e[n+" "]=r},e)},k=C(),L=C(),A=C(),O="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",_=M.replace("w","w#"),D="([*^$|!~]?=)",P="\\["+O+"*("+M+")"+O+"*(?:"+D+O+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+_+")|)|)"+O+"*\\]",H=":("+M+")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:"+P+")|[^:]|\\\\.)*|.*))\\)|)",B=":(even|odd|eq|gt|lt|nth|first|last)(?:\\("+O+"*((?:-\\d)?\\d*)"+O+"*\\)|)(?=[^-]|$)",j=new RegExp("^"+O+"+|((?:^|[^\\\\])(?:\\\\.)*)"+O+"+$","g"),F=new RegExp("^"+O+"*,"+O+"*"),I=new RegExp("^"+O+"*([\\x20\\t\\r\\n\\f>+~])"+O+"*"),q=new RegExp(H),R=/^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,U=/^:not/,z=/[\x20\t\r\n\f]*[+~]/,W=/:not\($/,X=/h\d/i,V=/input|select|textarea|button/i,$=/\\(?!\\)/g,J={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),NAME:new RegExp("^\\[name=['\"]?("+M+")['\"]?\\]"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+H),POS:new RegExp(B,"i"),CHILD:new RegExp("^:(only|nth|first|last)-child(?:\\("+O+"*(even|odd|(([+-]|)(\\d*)n|)"+O+"*(?:([+-]|)"+O+"*(\\d+)|))"+O+"*\\)|)","i"),needsContext:new RegExp("^"+O+"*[>+~]|"+B,"i")},K=function(e){var t=g.createElement("div");try{return e(t)}catch(n){return!1}finally{t=null}},Q=K(function(e){return e.appendChild(g.createComment("")),!e.getElementsByTagName("*").length}),G=K(function(e){return e.innerHTML="<a href='#'></a>",e.firstChild&&typeof e.firstChild.getAttribute!==p&&e.firstChild.getAttribute("href")==="#"}),Y=K(function(e){e.innerHTML="<select></select>";var t=typeof e.lastChild.getAttribute("multiple");return t!=="boolean"&&t!=="string"}),Z=K(function(e){return e.innerHTML="<div class='hidden e'></div><div class='hidden'></div>",!e.getElementsByClassName||!e.getElementsByClassName("e").length?!1:(e.lastChild.className="e",e.getElementsByClassName("e").length===2)}),et=K(function(e){e.id=d+0,e.innerHTML="<a name='"+d+"'></a><div name='"+d+"'></div>",y.insertBefore(e,y.firstChild);var t=g.getElementsByName&&g.getElementsByName(d).length===2+g.getElementsByName(d+0).length;return r=!g.getElementById(d),y.removeChild(e),t});try{x.call(y.childNodes,0)[0].nodeType}catch(tt){x=function(e){var t,n=[];for(;t=this[e];e++)n.push(t);return n}}nt.matches=function(e,t){return nt(e,null,null,t)},nt.matchesSelector=function(e,t){return nt(t,null,null,[e]).length>0},s=nt.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(i===1||i===9||i===11){if(typeof e.textContent=="string")return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=s(e)}else if(i===3||i===4)return e.nodeValue}else for(;t=e[r];r++)n+=s(t);return n},o=nt.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?t.nodeName!=="HTML":!1},u=nt.contains=y.contains?function(e,t){var n=e.nodeType===9?e.documentElement:e,r=t&&t.parentNode;return e===r||!!(r&&r.nodeType===1&&n.contains&&n.contains(r))}:y.compareDocumentPosition?function(e,t){return t&&!!(e.compareDocumentPosition(t)&16)}:function(e,t){while(t=t.parentNode)if(t===e)return!0;return!1},nt.attr=function(e,t){var n,r=o(e);return r||(t=t.toLowerCase()),(n=i.attrHandle[t])?n(e):r||Y?e.getAttribute(t):(n=e.getAttributeNode(t),n?typeof e[t]=="boolean"?e[t]?t:null:n.specified?n.value:null:null)},i=nt.selectors={cacheLength:50,createPseudo:N,match:J,attrHandle:G?{}:{href:function(e){return e.getAttribute("href",2)},type:function(e){return e.getAttribute("type")}},find:{ID:r?function(e,t,n){if(typeof t.getElementById!==p&&!n){var r=t.getElementById(e);return r&&r.parentNode?[r]:[]}}:function(e,n,r){if(typeof n.getElementById!==p&&!r){var i=n.getElementById(e);return i?i.id===e||typeof i.getAttributeNode!==p&&i.getAttributeNode("id").value===e?[i]:t:[]}},TAG:Q?function(e,t){if(typeof t.getElementsByTagName!==p)return t.getElementsByTagName(e)}:function(e,t){var n=t.getElementsByTagName(e);if(e==="*"){var r,i=[],s=0;for(;r=n[s];s++)r.nodeType===1&&i.push(r);return i}return n},NAME:et&&function(e,t){if(typeof t.getElementsByName!==p)return t.getElementsByName(name)},CLASS:Z&&function(e,t,n){if(typeof t.getElementsByClassName!==p&&!n)return t.getElementsByClassName(e)}},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace($,""),e[3]=(e[4]||e[5]||"").replace($,""),e[2]==="~="&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),e[1]==="nth"?(e[2]||nt.error(e[0]),e[3]=+(e[3]?e[4]+(e[5]||1):2*(e[2]==="even"||e[2]==="odd")),e[4]=+(e[6]+e[7]||e[2]==="odd")):e[2]&&nt.error(e[0]),e},PSEUDO:function(e){var t,n;if(J.CHILD.test(e[0]))return null;if(e[3])e[2]=e[3];else if(t=e[4])q.test(t)&&(n=ut(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)&&(t=t.slice(0,n),e[0]=e[0].slice(0,n)),e[2]=t;return e.slice(0,3)}},filter:{ID:r?function(e){return e=e.replace($,""),function(t){return t.getAttribute("id")===e}}:function(e){return e=e.replace($,""),function(t){var n=typeof t.getAttributeNode!==p&&t.getAttributeNode("id");return n&&n.value===e}},TAG:function(e){return e==="*"?function(){return!0}:(e=e.replace($,"").toLowerCase(),function(t){return t.nodeName&&t.nodeName.toLowerCase()===e})},CLASS:function(e){var t=k[d][e+" "];return t||(t=new RegExp("(^|"+O+")"+e+"("+O+"|$)"))&&k(e,function(e){return t.test(e.className||typeof e.getAttribute!==p&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r,i){var s=nt.attr(r,e);return s==null?t==="!=":t?(s+="",t==="="?s===n:t==="!="?s!==n:t==="^="?n&&s.indexOf(n)===0:t==="*="?n&&s.indexOf(n)>-1:t==="$="?n&&s.substr(s.length-n.length)===n:t==="~="?(" "+s+" ").indexOf(n)>-1:t==="|="?s===n||s.substr(0,n.length+1)===n+"-":!1):!0}},CHILD:function(e,t,n,r){return e==="nth"?function(e){var t,i,s=e.parentNode;if(n===1&&r===0)return!0;if(s){i=0;for(t=s.firstChild;t;t=t.nextSibling)if(t.nodeType===1){i++;if(e===t)break}}return i-=r,i===n||i%n===0&&i/n>=0}:function(t){var n=t;switch(e){case"only":case"first":while(n=n.previousSibling)if(n.nodeType===1)return!1;if(e==="first")return!0;n=t;case"last":while(n=n.nextSibling)if(n.nodeType===1)return!1;return!0}}},PSEUDO:function(e,t){var n,r=i.pseudos[e]||i.setFilters[e.toLowerCase()]||nt.error("unsupported pseudo: "+e);return r[d]?r(t):r.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?N(function(e,n){var i,s=r(e,t),o=s.length;while(o--)i=T.call(e,s[o]),e[i]=!(n[i]=s[o])}):function(e){return r(e,0,n)}):r}},pseudos:{not:N(function(e){var t=[],n=[],r=a(e.replace(j,"$1"));return r[d]?N(function(e,t,n,i){var s,o=r(e,null,i,[]),u=e.length;while(u--)if(s=o[u])e[u]=!(t[u]=s)}):function(e,i,s){return t[0]=e,r(t,null,s,n),!n.pop()}}),has:N(function(e){return function(t){return nt(e,t).length>0}}),contains:N(function(e){return function(t){return(t.textContent||t.innerText||s(t)).indexOf(e)>-1}}),enabled:function(e){return e.disabled===!1},disabled:function(e){return e.disabled===!0},checked:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&!!e.checked||t==="option"&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},parent:function(e){return!i.pseudos.empty(e)},empty:function(e){var t;e=e.firstChild;while(e){if(e.nodeName>"@"||(t=e.nodeType)===3||t===4)return!1;e=e.nextSibling}return!0},header:function(e){return X.test(e.nodeName)},text:function(e){var t,n;return e.nodeName.toLowerCase()==="input"&&(t=e.type)==="text"&&((n=e.getAttribute("type"))==null||n.toLowerCase()===t)},radio:rt("radio"),checkbox:rt("checkbox"),file:rt("file"),password:rt("password"),image:rt("image"),submit:it("submit"),reset:it("reset"),button:function(e){var t=e.nodeName.toLowerCase();return t==="input"&&e.type==="button"||t==="button"},input:function(e){return V.test(e.nodeName)},focus:function(e){var t=e.ownerDocument;return e===t.activeElement&&(!t.hasFocus||t.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},active:function(e){return e===e.ownerDocument.activeElement},first:st(function(){return[0]}),last:st(function(e,t){return[t-1]}),eq:st(function(e,t,n){return[n<0?n+t:n]}),even:st(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:st(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:st(function(e,t,n){for(var r=n<0?n+t:n;--r>=0;)e.push(r);return e}),gt:st(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}},f=y.compareDocumentPosition?function(e,t){return e===t?(l=!0,0):(!e.compareDocumentPosition||!t.compareDocumentPosition?e.compareDocumentPosition:e.compareDocumentPosition(t)&4)?-1:1}:function(e,t){if(e===t)return l=!0,0;if(e.sourceIndex&&t.sourceIndex)return e.sourceIndex-t.sourceIndex;var n,r,i=[],s=[],o=e.parentNode,u=t.parentNode,a=o;if(o===u)return ot(e,t);if(!o)return-1;if(!u)return 1;while(a)i.unshift(a),a=a.parentNode;a=u;while(a)s.unshift(a),a=a.parentNode;n=i.length,r=s.length;for(var f=0;f<n&&f<r;f++)if(i[f]!==s[f])return ot(i[f],s[f]);return f===n?ot(e,s[f],-1):ot(i[f],t,1)},[0,0].sort(f),h=!l,nt.uniqueSort=function(e){var t,n=[],r=1,i=0;l=h,e.sort(f);if(l){for(;t=e[r];r++)t===e[r-1]&&(i=n.push(r));while(i--)e.splice(n[i],1)}return e},nt.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},a=nt.compile=function(e,t){var n,r=[],i=[],s=A[d][e+" "];if(!s){t||(t=ut(e)),n=t.length;while(n--)s=ht(t[n]),s[d]?r.push(s):i.push(s);s=A(e,pt(i,r))}return s},g.querySelectorAll&&function(){var e,t=vt,n=/'|\\/g,r=/\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,i=[":focus"],s=[":active"],u=y.matchesSelector||y.mozMatchesSelector||y.webkitMatchesSelector||y.oMatchesSelector||y.msMatchesSelector;K(function(e){e.innerHTML="<select><option selected=''></option></select>",e.querySelectorAll("[selected]").length||i.push("\\["+O+"*(?:checked|disabled|ismap|multiple|readonly|selected|value)"),e.querySelectorAll(":checked").length||i.push(":checked")}),K(function(e){e.innerHTML="<p test=''></p>",e.querySelectorAll("[test^='']").length&&i.push("[*^$]="+O+"*(?:\"\"|'')"),e.innerHTML="<input type='hidden'/>",e.querySelectorAll(":enabled").length||i.push(":enabled",":disabled")}),i=new RegExp(i.join("|")),vt=function(e,r,s,o,u){if(!o&&!u&&!i.test(e)){var a,f,l=!0,c=d,h=r,p=r.nodeType===9&&e;if(r.nodeType===1&&r.nodeName.toLowerCase()!=="object"){a=ut(e),(l=r.getAttribute("id"))?c=l.replace(n,"\\$&"):r.setAttribute("id",c),c="[id='"+c+"'] ",f=a.length;while(f--)a[f]=c+a[f].join("");h=z.test(e)&&r.parentNode||r,p=a.join(",")}if(p)try{return S.apply(s,x.call(h.querySelectorAll(p),0)),s}catch(v){}finally{l||r.removeAttribute("id")}}return t(e,r,s,o,u)},u&&(K(function(t){e=u.call(t,"div");try{u.call(t,"[test!='']:sizzle"),s.push("!=",H)}catch(n){}}),s=new RegExp(s.join("|")),nt.matchesSelector=function(t,n){n=n.replace(r,"='$1']");if(!o(t)&&!s.test(n)&&!i.test(n))try{var a=u.call(t,n);if(a||e||t.document&&t.document.nodeType!==11)return a}catch(f){}return nt(n,null,null,[t]).length>0})}(),i.pseudos.nth=i.pseudos.eq,i.filters=mt.prototype=i.pseudos,i.setFilters=new mt,nt.attr=v.attr,v.find=nt,v.expr=nt.selectors,v.expr[":"]=v.expr.pseudos,v.unique=nt.uniqueSort,v.text=nt.getText,v.isXMLDoc=nt.isXML,v.contains=nt.contains}(e);var nt=/Until$/,rt=/^(?:parents|prev(?:Until|All))/,it=/^.[^:#\[\.,]*$/,st=v.expr.match.needsContext,ot={children:!0,contents:!0,next:!0,prev:!0};v.fn.extend({find:function(e){var t,n,r,i,s,o,u=this;if(typeof e!="string")return v(e).filter(function(){for(t=0,n=u.length;t<n;t++)if(v.contains(u[t],this))return!0});o=this.pushStack("","find",e);for(t=0,n=this.length;t<n;t++){r=o.length,v.find(e,this[t],o);if(t>0)for(i=r;i<o.length;i++)for(s=0;s<r;s++)if(o[s]===o[i]){o.splice(i--,1);break}}return o},has:function(e){var t,n=v(e,this),r=n.length;return this.filter(function(){for(t=0;t<r;t++)if(v.contains(this,n[t]))return!0})},not:function(e){return this.pushStack(ft(this,e,!1),"not",e)},filter:function(e){return this.pushStack(ft(this,e,!0),"filter",e)},is:function(e){return!!e&&(typeof e=="string"?st.test(e)?v(e,this.context).index(this[0])>=0:v.filter(e,this).length>0:this.filter(e).length>0)},closest:function(e,t){var n,r=0,i=this.length,s=[],o=st.test(e)||typeof e!="string"?v(e,t||this.context):0;for(;r<i;r++){n=this[r];while(n&&n.ownerDocument&&n!==t&&n.nodeType!==11){if(o?o.index(n)>-1:v.find.matchesSelector(n,e)){s.push(n);break}n=n.parentNode}}return s=s.length>1?v.unique(s):s,this.pushStack(s,"closest",e)},index:function(e){return e?typeof e=="string"?v.inArray(this[0],v(e)):v.inArray(e.jquery?e[0]:e,this):this[0]&&this[0].parentNode?this.prevAll().length:-1},add:function(e,t){var n=typeof e=="string"?v(e,t):v.makeArray(e&&e.nodeType?[e]:e),r=v.merge(this.get(),n);return this.pushStack(ut(n[0])||ut(r[0])?r:v.unique(r))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}}),v.fn.andSelf=v.fn.addBack,v.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(e){return v.dir(e,"parentNode")},parentsUntil:function(e,t,n){return v.dir(e,"parentNode",n)},next:function(e){return at(e,"nextSibling")},prev:function(e){return at(e,"previousSibling")},nextAll:function(e){return v.dir(e,"nextSibling")},prevAll:function(e){return v.dir(e,"previousSibling")},nextUntil:function(e,t,n){return v.dir(e,"nextSibling",n)},prevUntil:function(e,t,n){return v.dir(e,"previousSibling",n)},siblings:function(e){return v.sibling((e.parentNode||{}).firstChild,e)},children:function(e){return v.sibling(e.firstChild)},contents:function(e){return v.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:v.merge([],e.childNodes)}},function(e,t){v.fn[e]=function(n,r){var i=v.map(this,t,n);return nt.test(e)||(r=n),r&&typeof r=="string"&&(i=v.filter(r,i)),i=this.length>1&&!ot[e]?v.unique(i):i,this.length>1&&rt.test(e)&&(i=i.reverse()),this.pushStack(i,e,l.call(arguments).join(","))}}),v.extend({filter:function(e,t,n){return n&&(e=":not("+e+")"),t.length===1?v.find.matchesSelector(t[0],e)?[t[0]]:[]:v.find.matches(e,t)},dir:function(e,n,r){var i=[],s=e[n];while(s&&s.nodeType!==9&&(r===t||s.nodeType!==1||!v(s).is(r)))s.nodeType===1&&i.push(s),s=s[n];return i},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling)e.nodeType===1&&e!==t&&n.push(e);return n}});var ct="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ht=/ jQuery\d+="(?:null|\d+)"/g,pt=/^\s+/,dt=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,vt=/<([\w:]+)/,mt=/<tbody/i,gt=/<|&#?\w+;/,yt=/<(?:script|style|link)/i,bt=/<(?:script|object|embed|option|style)/i,wt=new RegExp("<(?:"+ct+")[\\s/>]","i"),Et=/^(?:checkbox|radio)$/,St=/checked\s*(?:[^=]|=\s*.checked.)/i,xt=/\/(java|ecma)script/i,Tt=/^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,Nt={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},Ct=lt(i),kt=Ct.appendChild(i.createElement("div"));Nt.optgroup=Nt.option,Nt.tbody=Nt.tfoot=Nt.colgroup=Nt.caption=Nt.thead,Nt.th=Nt.td,v.support.htmlSerialize||(Nt._default=[1,"X<div>","</div>"]),v.fn.extend({text:function(e){return v.access(this,function(e){return e===t?v.text(this):this.empty().append((this[0]&&this[0].ownerDocument||i).createTextNode(e))},null,e,arguments.length)},wrapAll:function(e){if(v.isFunction(e))return this.each(function(t){v(this).wrapAll(e.call(this,t))});if(this[0]){var t=v(e,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstChild&&e.firstChild.nodeType===1)e=e.firstChild;return e}).append(this)}return this},wrapInner:function(e){return v.isFunction(e)?this.each(function(t){v(this).wrapInner(e.call(this,t))}):this.each(function(){var t=v(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=v.isFunction(e);return this.each(function(n){v(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(){return this.parent().each(function(){v.nodeName(this,"body")||v(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.appendChild(e)})},prepend:function(){return this.domManip(arguments,!0,function(e){(this.nodeType===1||this.nodeType===11)&&this.insertBefore(e,this.firstChild)})},before:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(e,this),"before",this.selector)}},after:function(){if(!ut(this[0]))return this.domManip(arguments,!1,function(e){this.parentNode.insertBefore(e,this.nextSibling)});if(arguments.length){var e=v.clean(arguments);return this.pushStack(v.merge(this,e),"after",this.selector)}},remove:function(e,t){var n,r=0;for(;(n=this[r])!=null;r++)if(!e||v.filter(e,[n]).length)!t&&n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),v.cleanData([n])),n.parentNode&&n.parentNode.removeChild(n);return this},empty:function(){var e,t=0;for(;(e=this[t])!=null;t++){e.nodeType===1&&v.cleanData(e.getElementsByTagName("*"));while(e.firstChild)e.removeChild(e.firstChild)}return this},clone:function(e,t){return e=e==null?!1:e,t=t==null?e:t,this.map(function(){return v.clone(this,e,t)})},html:function(e){return v.access(this,function(e){var n=this[0]||{},r=0,i=this.length;if(e===t)return n.nodeType===1?n.innerHTML.replace(ht,""):t;if(typeof e=="string"&&!yt.test(e)&&(v.support.htmlSerialize||!wt.test(e))&&(v.support.leadingWhitespace||!pt.test(e))&&!Nt[(vt.exec(e)||["",""])[1].toLowerCase()]){e=e.replace(dt,"<$1></$2>");try{for(;r<i;r++)n=this[r]||{},n.nodeType===1&&(v.cleanData(n.getElementsByTagName("*")),n.innerHTML=e);n=0}catch(s){}}n&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(e){return ut(this[0])?this.length?this.pushStack(v(v.isFunction(e)?e():e),"replaceWith",e):this:v.isFunction(e)?this.each(function(t){var n=v(this),r=n.html();n.replaceWith(e.call(this,t,r))}):(typeof e!="string"&&(e=v(e).detach()),this.each(function(){var t=this.nextSibling,n=this.parentNode;v(this).remove(),t?v(t).before(e):v(n).append(e)}))},detach:function(e){return this.remove(e,!0)},domManip:function(e,n,r){e=[].concat.apply([],e);var i,s,o,u,a=0,f=e[0],l=[],c=this.length;if(!v.support.checkClone&&c>1&&typeof f=="string"&&St.test(f))return this.each(function(){v(this).domManip(e,n,r)});if(v.isFunction(f))return this.each(function(i){var s=v(this);e[0]=f.call(this,i,n?s.html():t),s.domManip(e,n,r)});if(this[0]){i=v.buildFragment(e,this,l),o=i.fragment,s=o.firstChild,o.childNodes.length===1&&(o=s);if(s){n=n&&v.nodeName(s,"tr");for(u=i.cacheable||c-1;a<c;a++)r.call(n&&v.nodeName(this[a],"table")?Lt(this[a],"tbody"):this[a],a===u?o:v.clone(o,!0,!0))}o=s=null,l.length&&v.each(l,function(e,t){t.src?v.ajax?v.ajax({url:t.src,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0}):v.error("no ajax"):v.globalEval((t.text||t.textContent||t.innerHTML||"").replace(Tt,"")),t.parentNode&&t.parentNode.removeChild(t)})}return this}}),v.buildFragment=function(e,n,r){var s,o,u,a=e[0];return n=n||i,n=!n.nodeType&&n[0]||n,n=n.ownerDocument||n,e.length===1&&typeof a=="string"&&a.length<512&&n===i&&a.charAt(0)==="<"&&!bt.test(a)&&(v.support.checkClone||!St.test(a))&&(v.support.html5Clone||!wt.test(a))&&(o=!0,s=v.fragments[a],u=s!==t),s||(s=n.createDocumentFragment(),v.clean(e,n,s,r),o&&(v.fragments[a]=u&&s)),{fragment:s,cacheable:o}},v.fragments={},v.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,t){v.fn[e]=function(n){var r,i=0,s=[],o=v(n),u=o.length,a=this.length===1&&this[0].parentNode;if((a==null||a&&a.nodeType===11&&a.childNodes.length===1)&&u===1)return o[t](this[0]),this;for(;i<u;i++)r=(i>0?this.clone(!0):this).get(),v(o[i])[t](r),s=s.concat(r);return this.pushStack(s,e,o.selector)}}),v.extend({clone:function(e,t,n){var r,i,s,o;v.support.html5Clone||v.isXMLDoc(e)||!wt.test("<"+e.nodeName+">")?o=e.cloneNode(!0):(kt.innerHTML=e.outerHTML,kt.removeChild(o=kt.firstChild));if((!v.support.noCloneEvent||!v.support.noCloneChecked)&&(e.nodeType===1||e.nodeType===11)&&!v.isXMLDoc(e)){Ot(e,o),r=Mt(e),i=Mt(o);for(s=0;r[s];++s)i[s]&&Ot(r[s],i[s])}if(t){At(e,o);if(n){r=Mt(e),i=Mt(o);for(s=0;r[s];++s)At(r[s],i[s])}}return r=i=null,o},clean:function(e,t,n,r){var s,o,u,a,f,l,c,h,p,d,m,g,y=t===i&&Ct,b=[];if(!t||typeof t.createDocumentFragment=="undefined")t=i;for(s=0;(u=e[s])!=null;s++){typeof u=="number"&&(u+="");if(!u)continue;if(typeof u=="string")if(!gt.test(u))u=t.createTextNode(u);else{y=y||lt(t),c=t.createElement("div"),y.appendChild(c),u=u.replace(dt,"<$1></$2>"),a=(vt.exec(u)||["",""])[1].toLowerCase(),f=Nt[a]||Nt._default,l=f[0],c.innerHTML=f[1]+u+f[2];while(l--)c=c.lastChild;if(!v.support.tbody){h=mt.test(u),p=a==="table"&&!h?c.firstChild&&c.firstChild.childNodes:f[1]==="<table>"&&!h?c.childNodes:[];for(o=p.length-1;o>=0;--o)v.nodeName(p[o],"tbody")&&!p[o].childNodes.length&&p[o].parentNode.removeChild(p[o])}!v.support.leadingWhitespace&&pt.test(u)&&c.insertBefore(t.createTextNode(pt.exec(u)[0]),c.firstChild),u=c.childNodes,c.parentNode.removeChild(c)}u.nodeType?b.push(u):v.merge(b,u)}c&&(u=c=y=null);if(!v.support.appendChecked)for(s=0;(u=b[s])!=null;s++)v.nodeName(u,"input")?_t(u):typeof u.getElementsByTagName!="undefined"&&v.grep(u.getElementsByTagName("input"),_t);if(n){m=function(e){if(!e.type||xt.test(e.type))return r?r.push(e.parentNode?e.parentNode.removeChild(e):e):n.appendChild(e)};for(s=0;(u=b[s])!=null;s++)if(!v.nodeName(u,"script")||!m(u))n.appendChild(u),typeof u.getElementsByTagName!="undefined"&&(g=v.grep(v.merge([],u.getElementsByTagName("script")),m),b.splice.apply(b,[s+1,0].concat(g)),s+=g.length)}return b},cleanData:function(e,t){var n,r,i,s,o=0,u=v.expando,a=v.cache,f=v.support.deleteExpando,l=v.event.special;for(;(i=e[o])!=null;o++)if(t||v.acceptData(i)){r=i[u],n=r&&a[r];if(n){if(n.events)for(s in n.events)l[s]?v.event.remove(i,s):v.removeEvent(i,s,n.handle);a[r]&&(delete a[r],f?delete i[u]:i.removeAttribute?i.removeAttribute(u):i[u]=null,v.deletedIds.push(r))}}}}),function(){var e,t;v.uaMatch=function(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:t[1]||"",version:t[2]||"0"}},e=v.uaMatch(o.userAgent),t={},e.browser&&(t[e.browser]=!0,t.version=e.version),t.chrome?t.webkit=!0:t.webkit&&(t.safari=!0),v.browser=t,v.sub=function(){function e(t,n){return new e.fn.init(t,n)}v.extend(!0,e,this),e.superclass=this,e.fn=e.prototype=this(),e.fn.constructor=e,e.sub=this.sub,e.fn.init=function(r,i){return i&&i instanceof v&&!(i instanceof e)&&(i=e(i)),v.fn.init.call(this,r,i,t)},e.fn.init.prototype=e.fn;var t=e(i);return e}}();var Dt,Pt,Ht,Bt=/alpha\([^)]*\)/i,jt=/opacity=([^)]*)/,Ft=/^(top|right|bottom|left)$/,It=/^(none|table(?!-c[ea]).+)/,qt=/^margin/,Rt=new RegExp("^("+m+")(.*)$","i"),Ut=new RegExp("^("+m+")(?!px)[a-z%]+$","i"),zt=new RegExp("^([-+])=("+m+")","i"),Wt={BODY:"block"},Xt={position:"absolute",visibility:"hidden",display:"block"},Vt={letterSpacing:0,fontWeight:400},$t=["Top","Right","Bottom","Left"],Jt=["Webkit","O","Moz","ms"],Kt=v.fn.toggle;v.fn.extend({css:function(e,n){return v.access(this,function(e,n,r){return r!==t?v.style(e,n,r):v.css(e,n)},e,n,arguments.length>1)},show:function(){return Yt(this,!0)},hide:function(){return Yt(this)},toggle:function(e,t){var n=typeof e=="boolean";return v.isFunction(e)&&v.isFunction(t)?Kt.apply(this,arguments):this.each(function(){(n?e:Gt(this))?v(this).show():v(this).hide()})}}),v.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Dt(e,"opacity");return n===""?"1":n}}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":v.support.cssFloat?"cssFloat":"styleFloat"},style:function(e,n,r,i){if(!e||e.nodeType===3||e.nodeType===8||!e.style)return;var s,o,u,a=v.camelCase(n),f=e.style;n=v.cssProps[a]||(v.cssProps[a]=Qt(f,a)),u=v.cssHooks[n]||v.cssHooks[a];if(r===t)return u&&"get"in u&&(s=u.get(e,!1,i))!==t?s:f[n];o=typeof r,o==="string"&&(s=zt.exec(r))&&(r=(s[1]+1)*s[2]+parseFloat(v.css(e,n)),o="number");if(r==null||o==="number"&&isNaN(r))return;o==="number"&&!v.cssNumber[a]&&(r+="px");if(!u||!("set"in u)||(r=u.set(e,r,i))!==t)try{f[n]=r}catch(l){}},css:function(e,n,r,i){var s,o,u,a=v.camelCase(n);return n=v.cssProps[a]||(v.cssProps[a]=Qt(e.style,a)),u=v.cssHooks[n]||v.cssHooks[a],u&&"get"in u&&(s=u.get(e,!0,i)),s===t&&(s=Dt(e,n)),s==="normal"&&n in Vt&&(s=Vt[n]),r||i!==t?(o=parseFloat(s),r||v.isNumeric(o)?o||0:s):s},swap:function(e,t,n){var r,i,s={};for(i in t)s[i]=e.style[i],e.style[i]=t[i];r=n.call(e);for(i in t)e.style[i]=s[i];return r}}),e.getComputedStyle?Dt=function(t,n){var r,i,s,o,u=e.getComputedStyle(t,null),a=t.style;return u&&(r=u.getPropertyValue(n)||u[n],r===""&&!v.contains(t.ownerDocument,t)&&(r=v.style(t,n)),Ut.test(r)&&qt.test(n)&&(i=a.width,s=a.minWidth,o=a.maxWidth,a.minWidth=a.maxWidth=a.width=r,r=u.width,a.width=i,a.minWidth=s,a.maxWidth=o)),r}:i.documentElement.currentStyle&&(Dt=function(e,t){var n,r,i=e.currentStyle&&e.currentStyle[t],s=e.style;return i==null&&s&&s[t]&&(i=s[t]),Ut.test(i)&&!Ft.test(t)&&(n=s.left,r=e.runtimeStyle&&e.runtimeStyle.left,r&&(e.runtimeStyle.left=e.currentStyle.left),s.left=t==="fontSize"?"1em":i,i=s.pixelLeft+"px",s.left=n,r&&(e.runtimeStyle.left=r)),i===""?"auto":i}),v.each(["height","width"],function(e,t){v.cssHooks[t]={get:function(e,n,r){if(n)return e.offsetWidth===0&&It.test(Dt(e,"display"))?v.swap(e,Xt,function(){return tn(e,t,r)}):tn(e,t,r)},set:function(e,n,r){return Zt(e,n,r?en(e,t,r,v.support.boxSizing&&v.css(e,"boxSizing")==="border-box"):0)}}}),v.support.opacity||(v.cssHooks.opacity={get:function(e,t){return jt.test((t&&e.currentStyle?e.currentStyle.filter:e.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":t?"1":""},set:function(e,t){var n=e.style,r=e.currentStyle,i=v.isNumeric(t)?"alpha(opacity="+t*100+")":"",s=r&&r.filter||n.filter||"";n.zoom=1;if(t>=1&&v.trim(s.replace(Bt,""))===""&&n.removeAttribute){n.removeAttribute("filter");if(r&&!r.filter)return}n.filter=Bt.test(s)?s.replace(Bt,i):s+" "+i}}),v(function(){v.support.reliableMarginRight||(v.cssHooks.marginRight={get:function(e,t){return v.swap(e,{display:"inline-block"},function(){if(t)return Dt(e,"marginRight")})}}),!v.support.pixelPosition&&v.fn.position&&v.each(["top","left"],function(e,t){v.cssHooks[t]={get:function(e,n){if(n){var r=Dt(e,t);return Ut.test(r)?v(e).position()[t]+"px":r}}}})}),v.expr&&v.expr.filters&&(v.expr.filters.hidden=function(e){return e.offsetWidth===0&&e.offsetHeight===0||!v.support.reliableHiddenOffsets&&(e.style&&e.style.display||Dt(e,"display"))==="none"},v.expr.filters.visible=function(e){return!v.expr.filters.hidden(e)}),v.each({margin:"",padding:"",border:"Width"},function(e,t){v.cssHooks[e+t]={expand:function(n){var r,i=typeof n=="string"?n.split(" "):[n],s={};for(r=0;r<4;r++)s[e+$t[r]+t]=i[r]||i[r-2]||i[0];return s}},qt.test(e)||(v.cssHooks[e+t].set=Zt)});var rn=/%20/g,sn=/\[\]$/,on=/\r?\n/g,un=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,an=/^(?:select|textarea)/i;v.fn.extend({serialize:function(){return v.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?v.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||an.test(this.nodeName)||un.test(this.type))}).map(function(e,t){var n=v(this).val();return n==null?null:v.isArray(n)?v.map(n,function(e,n){return{name:t.name,value:e.replace(on,"\r\n")}}):{name:t.name,value:n.replace(on,"\r\n")}}).get()}}),v.param=function(e,n){var r,i=[],s=function(e,t){t=v.isFunction(t)?t():t==null?"":t,i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(t)};n===t&&(n=v.ajaxSettings&&v.ajaxSettings.traditional);if(v.isArray(e)||e.jquery&&!v.isPlainObject(e))v.each(e,function(){s(this.name,this.value)});else for(r in e)fn(r,e[r],n,s);return i.join("&").replace(rn,"+")};var ln,cn,hn=/#.*$/,pn=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,dn=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,vn=/^(?:GET|HEAD)$/,mn=/^\/\//,gn=/\?/,yn=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bn=/([?&])_=[^&]*/,wn=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,En=v.fn.load,Sn={},xn={},Tn=["*/"]+["*"];try{cn=s.href}catch(Nn){cn=i.createElement("a"),cn.href="",cn=cn.href}ln=wn.exec(cn.toLowerCase())||[],v.fn.load=function(e,n,r){if(typeof e!="string"&&En)return En.apply(this,arguments);if(!this.length)return this;var i,s,o,u=this,a=e.indexOf(" ");return a>=0&&(i=e.slice(a,e.length),e=e.slice(0,a)),v.isFunction(n)?(r=n,n=t):n&&typeof n=="object"&&(s="POST"),v.ajax({url:e,type:s,dataType:"html",data:n,complete:function(e,t){r&&u.each(r,o||[e.responseText,t,e])}}).done(function(e){o=arguments,u.html(i?v("<div>").append(e.replace(yn,"")).find(i):e)}),this},v.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,t){v.fn[t]=function(e){return this.on(t,e)}}),v.each(["get","post"],function(e,n){v[n]=function(e,r,i,s){return v.isFunction(r)&&(s=s||i,i=r,r=t),v.ajax({type:n,url:e,data:r,success:i,dataType:s})}}),v.extend({getScript:function(e,n){return v.get(e,t,n,"script")},getJSON:function(e,t,n){return v.get(e,t,n,"json")},ajaxSetup:function(e,t){return t?Ln(e,v.ajaxSettings):(t=e,e=v.ajaxSettings),Ln(e,t),e},ajaxSettings:{url:cn,isLocal:dn.test(ln[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":Tn},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":e.String,"text html":!0,"text json":v.parseJSON,"text xml":v.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:Cn(Sn),ajaxTransport:Cn(xn),ajax:function(e,n){function T(e,n,s,a){var l,y,b,w,S,T=n;if(E===2)return;E=2,u&&clearTimeout(u),o=t,i=a||"",x.readyState=e>0?4:0,s&&(w=An(c,x,s));if(e>=200&&e<300||e===304)c.ifModified&&(S=x.getResponseHeader("Last-Modified"),S&&(v.lastModified[r]=S),S=x.getResponseHeader("Etag"),S&&(v.etag[r]=S)),e===304?(T="notmodified",l=!0):(l=On(c,w),T=l.state,y=l.data,b=l.error,l=!b);else{b=T;if(!T||e)T="error",e<0&&(e=0)}x.status=e,x.statusText=(n||T)+"",l?d.resolveWith(h,[y,T,x]):d.rejectWith(h,[x,T,b]),x.statusCode(g),g=t,f&&p.trigger("ajax"+(l?"Success":"Error"),[x,c,l?y:b]),m.fireWith(h,[x,T]),f&&(p.trigger("ajaxComplete",[x,c]),--v.active||v.event.trigger("ajaxStop"))}typeof e=="object"&&(n=e,e=t),n=n||{};var r,i,s,o,u,a,f,l,c=v.ajaxSetup({},n),h=c.context||c,p=h!==c&&(h.nodeType||h instanceof v)?v(h):v.event,d=v.Deferred(),m=v.Callbacks("once memory"),g=c.statusCode||{},b={},w={},E=0,S="canceled",x={readyState:0,setRequestHeader:function(e,t){if(!E){var n=e.toLowerCase();e=w[n]=w[n]||e,b[e]=t}return this},getAllResponseHeaders:function(){return E===2?i:null},getResponseHeader:function(e){var n;if(E===2){if(!s){s={};while(n=pn.exec(i))s[n[1].toLowerCase()]=n[2]}n=s[e.toLowerCase()]}return n===t?null:n},overrideMimeType:function(e){return E||(c.mimeType=e),this},abort:function(e){return e=e||S,o&&o.abort(e),T(0,e),this}};d.promise(x),x.success=x.done,x.error=x.fail,x.complete=m.add,x.statusCode=function(e){if(e){var t;if(E<2)for(t in e)g[t]=[g[t],e[t]];else t=e[x.status],x.always(t)}return this},c.url=((e||c.url)+"").replace(hn,"").replace(mn,ln[1]+"//"),c.dataTypes=v.trim(c.dataType||"*").toLowerCase().split(y),c.crossDomain==null&&(a=wn.exec(c.url.toLowerCase()),c.crossDomain=!(!a||a[1]===ln[1]&&a[2]===ln[2]&&(a[3]||(a[1]==="http:"?80:443))==(ln[3]||(ln[1]==="http:"?80:443)))),c.data&&c.processData&&typeof c.data!="string"&&(c.data=v.param(c.data,c.traditional)),kn(Sn,c,n,x);if(E===2)return x;f=c.global,c.type=c.type.toUpperCase(),c.hasContent=!vn.test(c.type),f&&v.active++===0&&v.event.trigger("ajaxStart");if(!c.hasContent){c.data&&(c.url+=(gn.test(c.url)?"&":"?")+c.data,delete c.data),r=c.url;if(c.cache===!1){var N=v.now(),C=c.url.replace(bn,"$1_="+N);c.url=C+(C===c.url?(gn.test(c.url)?"&":"?")+"_="+N:"")}}(c.data&&c.hasContent&&c.contentType!==!1||n.contentType)&&x.setRequestHeader("Content-Type",c.contentType),c.ifModified&&(r=r||c.url,v.lastModified[r]&&x.setRequestHeader("If-Modified-Since",v.lastModified[r]),v.etag[r]&&x.setRequestHeader("If-None-Match",v.etag[r])),x.setRequestHeader("Accept",c.dataTypes[0]&&c.accepts[c.dataTypes[0]]?c.accepts[c.dataTypes[0]]+(c.dataTypes[0]!=="*"?", "+Tn+"; q=0.01":""):c.accepts["*"]);for(l in c.headers)x.setRequestHeader(l,c.headers[l]);if(!c.beforeSend||c.beforeSend.call(h,x,c)!==!1&&E!==2){S="abort";for(l in{success:1,error:1,complete:1})x[l](c[l]);o=kn(xn,c,n,x);if(!o)T(-1,"No Transport");else{x.readyState=1,f&&p.trigger("ajaxSend",[x,c]),c.async&&c.timeout>0&&(u=setTimeout(function(){x.abort("timeout")},c.timeout));try{E=1,o.send(b,T)}catch(k){if(!(E<2))throw k;T(-1,k)}}return x}return x.abort()},active:0,lastModified:{},etag:{}});var Mn=[],_n=/\?/,Dn=/(=)\?(?=&|$)|\?\?/,Pn=v.now();v.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Mn.pop()||v.expando+"_"+Pn++;return this[e]=!0,e}}),v.ajaxPrefilter("json jsonp",function(n,r,i){var s,o,u,a=n.data,f=n.url,l=n.jsonp!==!1,c=l&&Dn.test(f),h=l&&!c&&typeof a=="string"&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&Dn.test(a);if(n.dataTypes[0]==="jsonp"||c||h)return s=n.jsonpCallback=v.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback,o=e[s],c?n.url=f.replace(Dn,"$1"+s):h?n.data=a.replace(Dn,"$1"+s):l&&(n.url+=(_n.test(f)?"&":"?")+n.jsonp+"="+s),n.converters["script json"]=function(){return u||v.error(s+" was not called"),u[0]},n.dataTypes[0]="json",e[s]=function(){u=arguments},i.always(function(){e[s]=o,n[s]&&(n.jsonpCallback=r.jsonpCallback,Mn.push(s)),u&&v.isFunction(o)&&o(u[0]),u=o=t}),"script"}),v.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(e){return v.globalEval(e),e}}}),v.ajaxPrefilter("script",function(e){e.cache===t&&(e.cache=!1),e.crossDomain&&(e.type="GET",e.global=!1)}),v.ajaxTransport("script",function(e){if(e.crossDomain){var n,r=i.head||i.getElementsByTagName("head")[0]||i.documentElement;return{send:function(s,o){n=i.createElement("script"),n.async="async",e.scriptCharset&&(n.charset=e.scriptCharset),n.src=e.url,n.onload=n.onreadystatechange=function(e,i){if(i||!n.readyState||/loaded|complete/.test(n.readyState))n.onload=n.onreadystatechange=null,r&&n.parentNode&&r.removeChild(n),n=t,i||o(200,"success")},r.insertBefore(n,r.firstChild)},abort:function(){n&&n.onload(0,1)}}}});var Hn,Bn=e.ActiveXObject?function(){for(var e in Hn)Hn[e](0,1)}:!1,jn=0;v.ajaxSettings.xhr=e.ActiveXObject?function(){return!this.isLocal&&Fn()||In()}:Fn,function(e){v.extend(v.support,{ajax:!!e,cors:!!e&&"withCredentials"in e})}(v.ajaxSettings.xhr()),v.support.ajax&&v.ajaxTransport(function(n){if(!n.crossDomain||v.support.cors){var r;return{send:function(i,s){var o,u,a=n.xhr();n.username?a.open(n.type,n.url,n.async,n.username,n.password):a.open(n.type,n.url,n.async);if(n.xhrFields)for(u in n.xhrFields)a[u]=n.xhrFields[u];n.mimeType&&a.overrideMimeType&&a.overrideMimeType(n.mimeType),!n.crossDomain&&!i["X-Requested-With"]&&(i["X-Requested-With"]="XMLHttpRequest");try{for(u in i)a.setRequestHeader(u,i[u])}catch(f){}a.send(n.hasContent&&n.data||null),r=function(e,i){var u,f,l,c,h;try{if(r&&(i||a.readyState===4)){r=t,o&&(a.onreadystatechange=v.noop,Bn&&delete Hn[o]);if(i)a.readyState!==4&&a.abort();else{u=a.status,l=a.getAllResponseHeaders(),c={},h=a.responseXML,h&&h.documentElement&&(c.xml=h);try{c.text=a.responseText}catch(p){}try{f=a.statusText}catch(p){f=""}!u&&n.isLocal&&!n.crossDomain?u=c.text?200:404:u===1223&&(u=204)}}}catch(d){i||s(-1,d)}c&&s(u,f,c,l)},n.async?a.readyState===4?setTimeout(r,0):(o=++jn,Bn&&(Hn||(Hn={},v(e).unload(Bn)),Hn[o]=r),a.onreadystatechange=r):r()},abort:function(){r&&r(0,1)}}}});var qn,Rn,Un=/^(?:toggle|show|hide)$/,zn=new RegExp("^(?:([-+])=|)("+m+")([a-z%]*)$","i"),Wn=/queueHooks$/,Xn=[Gn],Vn={"*":[function(e,t){var n,r,i=this.createTween(e,t),s=zn.exec(t),o=i.cur(),u=+o||0,a=1,f=20;if(s){n=+s[2],r=s[3]||(v.cssNumber[e]?"":"px");if(r!=="px"&&u){u=v.css(i.elem,e,!0)||n||1;do a=a||".5",u/=a,v.style(i.elem,e,u+r);while(a!==(a=i.cur()/o)&&a!==1&&--f)}i.unit=r,i.start=u,i.end=s[1]?u+(s[1]+1)*n:n}return i}]};v.Animation=v.extend(Kn,{tweener:function(e,t){v.isFunction(e)?(t=e,e=["*"]):e=e.split(" ");var n,r=0,i=e.length;for(;r<i;r++)n=e[r],Vn[n]=Vn[n]||[],Vn[n].unshift(t)},prefilter:function(e,t){t?Xn.unshift(e):Xn.push(e)}}),v.Tween=Yn,Yn.prototype={constructor:Yn,init:function(e,t,n,r,i,s){this.elem=e,this.prop=n,this.easing=i||"swing",this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=s||(v.cssNumber[n]?"":"px")},cur:function(){var e=Yn.propHooks[this.prop];return e&&e.get?e.get(this):Yn.propHooks._default.get(this)},run:function(e){var t,n=Yn.propHooks[this.prop];return this.options.duration?this.pos=t=v.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Yn.propHooks._default.set(this),this}},Yn.prototype.init.prototype=Yn.prototype,Yn.propHooks={_default:{get:function(e){var t;return e.elem[e.prop]==null||!!e.elem.style&&e.elem.style[e.prop]!=null?(t=v.css(e.elem,e.prop,!1,""),!t||t==="auto"?0:t):e.elem[e.prop]},set:function(e){v.fx.step[e.prop]?v.fx.step[e.prop](e):e.elem.style&&(e.elem.style[v.cssProps[e.prop]]!=null||v.cssHooks[e.prop])?v.style(e.elem,e.prop,e.now+e.unit):e.elem[e.prop]=e.now}}},Yn.propHooks.scrollTop=Yn.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},v.each(["toggle","show","hide"],function(e,t){var n=v.fn[t];v.fn[t]=function(r,i,s){return r==null||typeof r=="boolean"||!e&&v.isFunction(r)&&v.isFunction(i)?n.apply(this,arguments):this.animate(Zn(t,!0),r,i,s)}}),v.fn.extend({fadeTo:function(e,t,n,r){return this.filter(Gt).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(e,t,n,r){var i=v.isEmptyObject(e),s=v.speed(t,n,r),o=function(){var t=Kn(this,v.extend({},e),s);i&&t.stop(!0)};return i||s.queue===!1?this.each(o):this.queue(s.queue,o)},stop:function(e,n,r){var i=function(e){var t=e.stop;delete e.stop,t(r)};return typeof e!="string"&&(r=n,n=e,e=t),n&&e!==!1&&this.queue(e||"fx",[]),this.each(function(){var t=!0,n=e!=null&&e+"queueHooks",s=v.timers,o=v._data(this);if(n)o[n]&&o[n].stop&&i(o[n]);else for(n in o)o[n]&&o[n].stop&&Wn.test(n)&&i(o[n]);for(n=s.length;n--;)s[n].elem===this&&(e==null||s[n].queue===e)&&(s[n].anim.stop(r),t=!1,s.splice(n,1));(t||!r)&&v.dequeue(this,e)})}}),v.each({slideDown:Zn("show"),slideUp:Zn("hide"),slideToggle:Zn("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,t){v.fn[e]=function(e,n,r){return this.animate(t,e,n,r)}}),v.speed=function(e,t,n){var r=e&&typeof e=="object"?v.extend({},e):{complete:n||!n&&t||v.isFunction(e)&&e,duration:e,easing:n&&t||t&&!v.isFunction(t)&&t};r.duration=v.fx.off?0:typeof r.duration=="number"?r.duration:r.duration in v.fx.speeds?v.fx.speeds[r.duration]:v.fx.speeds._default;if(r.queue==null||r.queue===!0)r.queue="fx";return r.old=r.complete,r.complete=function(){v.isFunction(r.old)&&r.old.call(this),r.queue&&v.dequeue(this,r.queue)},r},v.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2}},v.timers=[],v.fx=Yn.prototype.init,v.fx.tick=function(){var e,n=v.timers,r=0;qn=v.now();for(;r<n.length;r++)e=n[r],!e()&&n[r]===e&&n.splice(r--,1);n.length||v.fx.stop(),qn=t},v.fx.timer=function(e){e()&&v.timers.push(e)&&!Rn&&(Rn=setInterval(v.fx.tick,v.fx.interval))},v.fx.interval=13,v.fx.stop=function(){clearInterval(Rn),Rn=null},v.fx.speeds={slow:600,fast:200,_default:400},v.fx.step={},v.expr&&v.expr.filters&&(v.expr.filters.animated=function(e){return v.grep(v.timers,function(t){return e===t.elem}).length});var er=/^(?:body|html)$/i;v.fn.offset=function(e){if(arguments.length)return e===t?this:this.each(function(t){v.offset.setOffset(this,e,t)});var n,r,i,s,o,u,a,f={top:0,left:0},l=this[0],c=l&&l.ownerDocument;if(!c)return;return(r=c.body)===l?v.offset.bodyOffset(l):(n=c.documentElement,v.contains(n,l)?(typeof l.getBoundingClientRect!="undefined"&&(f=l.getBoundingClientRect()),i=tr(c),s=n.clientTop||r.clientTop||0,o=n.clientLeft||r.clientLeft||0,u=i.pageYOffset||n.scrollTop,a=i.pageXOffset||n.scrollLeft,{top:f.top+u-s,left:f.left+a-o}):f)},v.offset={bodyOffset:function(e){var t=e.offsetTop,n=e.offsetLeft;return v.support.doesNotIncludeMarginInBodyOffset&&(t+=parseFloat(v.css(e,"marginTop"))||0,n+=parseFloat(v.css(e,"marginLeft"))||0),{top:t,left:n}},setOffset:function(e,t,n){var r=v.css(e,"position");r==="static"&&(e.style.position="relative");var i=v(e),s=i.offset(),o=v.css(e,"top"),u=v.css(e,"left"),a=(r==="absolute"||r==="fixed")&&v.inArray("auto",[o,u])>-1,f={},l={},c,h;a?(l=i.position(),c=l.top,h=l.left):(c=parseFloat(o)||0,h=parseFloat(u)||0),v.isFunction(t)&&(t=t.call(e,n,s)),t.top!=null&&(f.top=t.top-s.top+c),t.left!=null&&(f.left=t.left-s.left+h),"using"in t?t.using.call(e,f):i.css(f)}},v.fn.extend({position:function(){if(!this[0])return;var e=this[0],t=this.offsetParent(),n=this.offset(),r=er.test(t[0].nodeName)?{top:0,left:0}:t.offset();return n.top-=parseFloat(v.css(e,"marginTop"))||0,n.left-=parseFloat(v.css(e,"marginLeft"))||0,r.top+=parseFloat(v.css(t[0],"borderTopWidth"))||0,r.left+=parseFloat(v.css(t[0],"borderLeftWidth"))||0,{top:n.top-r.top,left:n.left-r.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||i.body;while(e&&!er.test(e.nodeName)&&v.css(e,"position")==="static")e=e.offsetParent;return e||i.body})}}),v.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(e,n){var r=/Y/.test(n);v.fn[e]=function(i){return v.access(this,function(e,i,s){var o=tr(e);if(s===t)return o?n in o?o[n]:o.document.documentElement[i]:e[i];o?o.scrollTo(r?v(o).scrollLeft():s,r?s:v(o).scrollTop()):e[i]=s},e,i,arguments.length,null)}}),v.each({Height:"height",Width:"width"},function(e,n){v.each({padding:"inner"+e,content:n,"":"outer"+e},function(r,i){v.fn[i]=function(i,s){var o=arguments.length&&(r||typeof i!="boolean"),u=r||(i===!0||s===!0?"margin":"border");return v.access(this,function(n,r,i){var s;return v.isWindow(n)?n.document.documentElement["client"+e]:n.nodeType===9?(s=n.documentElement,Math.max(n.body["scroll"+e],s["scroll"+e],n.body["offset"+e],s["offset"+e],s["client"+e])):i===t?v.css(n,r,i,u):v.style(n,r,i,u)},n,o?i:t,o,null)}})}),e.jQuery=e.$=v,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return v})})(window);
skin/frontend/base/default/ajaxminicart/mini-cart.js ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Growler 1.0.0
3
+ *
4
+ * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
5
+ * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
6
+ *
7
+ * Written by Kevin Armstrong <kevin@kevinandre.com>
8
+ * Last updated: 2008.10.14
9
+ *
10
+ * Growler is a PrototypeJS based class that displays unobtrusive notices on a page.
11
+ * It functions much like the Growl (http://growl.info) available on the Mac OS X.
12
+ *
13
+ * Changes in 1.0.1:
14
+ * -
15
+ *
16
+ * @todo
17
+ */
18
+ Growler = (function(){
19
+
20
+ var noticeOptions = {
21
+ header: '&nbsp;'
22
+ ,speedin: 0.3
23
+ ,speedout: 0.5
24
+ ,outDirection: { y: -20 }
25
+ ,life: 3
26
+ ,sticky: false
27
+ ,className: ""
28
+ };
29
+ var growlerOptions = {
30
+ location: "tr"
31
+ ,width: "250px"
32
+ };
33
+ var IE = (Prototype.Browser.IE) ? parseFloat(navigator.appVersion.split("MSIE ")[1]) || 0 : 0;
34
+ function removeNotice(n, o){
35
+ o = o || noticeOptions;
36
+ new Effect.Parallel([
37
+ new Effect.Move(n, Object.extend({ sync: true, mode: 'relative' }, o.outDirection)),
38
+ new Effect.Opacity(n, { sync: true, to: 0 })
39
+ ], {
40
+ duration: o.speedout
41
+ ,afterFinish: function(){
42
+ try {
43
+ var ne = n.down("div.notice-exit");
44
+ if(ne != undefined){
45
+ ne.stopObserving("click", removeNotice);
46
+ }
47
+ if(o.created && Object.isFunction(o.created)){
48
+ n.stopObserving("notice:created", o.created);
49
+ }
50
+ if(o.destroyed && Object.isFunction(o.destroyed)){
51
+ n.fire("notice:destroyed");
52
+ n.stopObserving("notice:destroyed", o.destroyed);
53
+ }
54
+ } catch(e){}
55
+ try {
56
+ n.remove();
57
+ } catch(e){}
58
+ }
59
+ });
60
+ }
61
+ function createNotice(growler, msg, options){
62
+ var opt = Object.clone(noticeOptions);
63
+ options = options || {};
64
+ Object.extend(opt, options);
65
+ var notice;
66
+ if (opt.className != ""){
67
+ notice = new Element("div", {"class": opt.className}).setStyle({display: "block", opacity: "0.8"});
68
+ } else {
69
+ notice = new Element("div", {"class": "Growler-notice"}).setStyle({display: "block", opacity: "0.8"});
70
+ }
71
+ if(opt.created && Object.isFunction(opt.created)){
72
+ notice.observe("notice:created", opt.created);
73
+ }
74
+ if(opt.destroyed && Object.isFunction(opt.destroyed)){
75
+ notice.observe("notice:destroyed", opt.destroyed);
76
+ }
77
+ if (opt.sticky){
78
+ var noticeExit = new Element("div", {"class": "Growler-notice-exit"}).update("&times;");
79
+ noticeExit.observe("click", function(){ removeNotice(notice, opt); });
80
+ notice.insert(noticeExit);
81
+ }
82
+ notice.insert(new Element("div", {"class": "Growler-notice-head"}).update(opt.header));
83
+ notice.insert(new Element("div", {"class": "Growler-notice-body"}).update(msg));
84
+ growler.insert(notice);
85
+ new Effect.Opacity(notice, { to: 0.8, duration: opt.speedin });
86
+ if (!opt.sticky){
87
+ removeNotice.delay(opt.life, notice, opt);
88
+ }
89
+ notice.fire("notice:created");
90
+ return notice;
91
+ }
92
+ function specialNotice(g, m, o, t, b, c){
93
+ o.header = o.header || t;
94
+ var n = createNotice(g, m, o);
95
+ n.setStyle({ backgroundColor: b, color: c });
96
+ return n;
97
+ }
98
+ return Class.create({
99
+ initialize: function(options){
100
+ var opt = Object.clone(growlerOptions);
101
+ options = options || {};
102
+ Object.extend(opt, options);
103
+ this.growler = new Element("div", { "class": "", "id": "note" });
104
+
105
+ this.growler.setStyle({"font-size":"16px","opacity":"0.8"});
106
+ /*
107
+ if(IE==6){
108
+ var offset = { w: parseInt(this.growler.style.width)+parseInt(this.growler.style.padding)*3, h: parseInt(this.growler.style.height)+parseInt(this.growler.style.padding)*3 };
109
+ switch(opt.location){
110
+ case "br":
111
+ this.growler.style.setExpression("left", "( 0 - Growler.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px'");
112
+ this.growler.style.setExpression("top", "( 0 - Growler.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px'");
113
+ break;
114
+ case "tl":
115
+ this.growler.style.setExpression("left", "( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px'");
116
+ this.growler.style.setExpression("top", "( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px'");
117
+ break;
118
+ case "bl":
119
+ this.growler.style.setExpression("left", "( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px'");
120
+ this.growler.style.setExpression("top", "( 0 - Growler.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px'");
121
+ break;
122
+ default:
123
+ this.growler.setStyle({right: "auto", bottom: "auto"});
124
+ this.growler.style.setExpression("left", "( 0 - Growler.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px'");
125
+ this.growler.style.setExpression("top", "( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px'");
126
+ break;
127
+ }
128
+ } else {
129
+ switch(opt.location){
130
+ case "br":
131
+ this.growler.setStyle({bottom: 0, right: 0});
132
+ break;
133
+ case "tl":
134
+ this.growler.setStyle({top: 0, left: 0});
135
+ break;
136
+ case "bl":
137
+ this.growler.setStyle({top: 0, right: 0});
138
+ break;
139
+ case "tc":
140
+ this.growler.setStyle({top: 0, left: "25%", width: "50%"});
141
+ break;
142
+ case "bc":
143
+ this.growler.setStyle({bottom: 0, left: "25%", width: "50%"});
144
+ break;
145
+ default:
146
+ this.growler.setStyle({top: 0, right: 0});
147
+ break;
148
+ }
149
+ }*/
150
+ this.growler.wrap( document.body );
151
+ }
152
+ ,growl: function(msg, options) {
153
+ return createNotice(this.growler, msg, options);
154
+ }
155
+ ,warn: function(msg, options){
156
+ //return specialNotice(this.growler, msg, options, " ", "#6cd0b8", "#FFFFFF");
157
+ }
158
+ ,error: function(msg, options){
159
+ return specialNotice(this.growler, msg, options, " ", "#E00000 ", "#FFFFFF");
160
+ }
161
+ ,info: function(msg, options){
162
+ //return specialNotice(this.growler, msg, options, " ", "#6cd0b8", "#FFFFFF");
163
+ }
164
+ ,ungrowl: function(n, o){
165
+ removeNotice(n, o);
166
+ }
167
+ });
168
+
169
+ })();
skin/frontend/base/default/ajaxminicart/mini-cartlib.js ADDED
@@ -0,0 +1,444 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ The pop-up window thingie with AJAX, based on prototype and script.aculo.us.
3
+ */
4
+
5
+ if (!window.Modalbox)
6
+ var Modalbox = new Object();
7
+
8
+ Modalbox.Methods = {
9
+ focusableElements: new Array,
10
+ options: {
11
+ title: "ModalBox Window", // Title of the ModalBox window
12
+ overlayClose: true, // Close modal box by clicking on overlay
13
+ width: 500, // Default width in px
14
+ height: 90, // Default height in px
15
+ overlayOpacity: .75, // Default overlay opacity
16
+ overlayDuration: .50, // Default overlay fade in/out duration in seconds
17
+ slideDownDuration: .75, // Default Modalbox appear slide down effect in seconds
18
+ slideUpDuration: .35, // Default Modalbox hiding slide up effect in seconds
19
+ resizeDuration: .35, // Default resize duration seconds
20
+ inactiveFade: true, // Fades MB window on inactive state
21
+ loadingString: "Please wait. Loading...", // Default loading string message
22
+ closeString: "Close window", // Default title attribute for close window link
23
+ params: {},
24
+ method: 'get' // Default Ajax request method
25
+ },
26
+ _options: new Object,
27
+
28
+ setOptions: function(options) {
29
+ Object.extend(this.options, options || {});
30
+ },
31
+
32
+ _init: function(options) {
33
+ // Setting up original options with default options
34
+ Object.extend(this._options, this.options);
35
+ this.setOptions(options);
36
+ //Create the overlay
37
+ this.MBoverlay = Builder.node("div", { id: "MB_overlay", opacity: "0" });
38
+ //Create the window
39
+ this.MBwindow = Builder.node("div", {id: "MB_window", style: "display: none"}, [
40
+ this.MBframe = Builder.node("div", {id: "MB_frame"}, [
41
+ this.MBheader = Builder.node("div", {id: "MB_header"}, [
42
+ this.MBcaption = Builder.node("div", {id: "MB_caption"}),
43
+ this.MBclose = Builder.node("a", {id: "MB_close", title: this.options.closeString, href: "#"}, [
44
+ Builder.build("<span>&times;</span>"),
45
+ ]),
46
+ ]),
47
+ this.MBcontent = Builder.node("div", {id: "MB_content"}, [
48
+ this.MBloading = Builder.node("div", {id: "MB_loading"}, this.options.loadingString),
49
+ ]),
50
+ ]),
51
+ ]);
52
+ // Inserting into DOM
53
+ document.body.insertBefore(this.MBwindow, document.body.childNodes[0]);
54
+ document.body.insertBefore(this.MBoverlay, document.body.childNodes[0]);
55
+
56
+ // Initial scrolling position of the window. To be used for remove scrolling effect during ModalBox appearing
57
+ this.initScrollX = window.pageXOffset || document.body.scrollLeft || document.documentElement.scrollLeft;
58
+ this.initScrollY = window.pageYOffset || document.body.scrollTop || document.documentElement.scrollTop;
59
+
60
+ //Adding event observers
61
+ this.hide = this.hide.bindAsEventListener(this);
62
+ this.close = this._hide.bindAsEventListener(this);
63
+ this.kbdHandler = this.kbdHandler.bindAsEventListener(this);
64
+ this._initObservers();
65
+
66
+ this.initialized = true; // Mark as initialized
67
+ this.active = true; // Mark as active
68
+ },
69
+
70
+ show: function(content, options) {
71
+ if(!this.initialized) this._init(options); // Check for is already initialized
72
+
73
+ this.content = content;
74
+ this.setOptions(options);
75
+
76
+ Element.update(this.MBcaption, this.options.title); // Updating title of the MB
77
+
78
+ if(this.MBwindow.style.display == "none") { // First modal box appearing
79
+ this._appear();
80
+ this.event("onShow"); // Passing onShow callback
81
+ }
82
+ else { // If MB already on the screen, update it
83
+ this._update();
84
+ this.event("onUpdate"); // Passing onUpdate callback
85
+ }
86
+ },
87
+
88
+ hide: function(options) { // External hide method to use from external HTML and JS
89
+ if(this.initialized) {
90
+ if(options) Object.extend(this.options, options); // Passing callbacks
91
+ Effect.SlideUp(this.MBwindow, { duration: this.options.slideUpDuration, afterFinish: this._deinit.bind(this) } );
92
+ } else throw("Modalbox isn't initialized");
93
+ },
94
+
95
+ _hide: function(event) { // Internal hide method to use inside MB class
96
+ if(event) Event.stop(event);
97
+ this.hide();
98
+ },
99
+
100
+ _appear: function() { // First appearing of MB
101
+ this._toggleSelects();
102
+ this._setOverlay();
103
+ this._setWidth();
104
+ this._setPosition();
105
+ new Effect.Fade(this.MBoverlay, {
106
+ from: 0,
107
+ to: this.options.overlayOpacity,
108
+ duration: this.options.overlayDuration,
109
+ afterFinish: function() {
110
+ new Effect.SlideDown(this.MBwindow, {
111
+ duration: this.options.slideDownDuration,
112
+ afterFinish: function(){
113
+ this._setPosition();
114
+ this.loadContent();
115
+ }.bind(this)
116
+ });
117
+ }.bind(this)
118
+ });
119
+
120
+ this._setWidthAndPosition = this._setWidthAndPosition.bindAsEventListener(this);
121
+ Event.observe(window, "resize", this._setWidthAndPosition);
122
+ },
123
+
124
+ resize: function(byWidth, byHeight, options) { // Change size of MB without loading content
125
+ var wHeight = Element.getHeight(this.MBwindow);
126
+ var hHeight = Element.getHeight(this.MBheader);
127
+ var cHeight = Element.getHeight(this.MBcontent);
128
+ var newHeight = ((wHeight - hHeight + byHeight) < cHeight) ? (cHeight + hHeight - wHeight) : byHeight;
129
+ this.setOptions(options); // Passing callbacks
130
+ new Effect.ScaleBy(this.MBwindow, byWidth, newHeight, {
131
+ duration: this.options.resizeDuration,
132
+ afterFinish: function() { this.event("afterResize") }.bind(this) // Passing callback
133
+ });
134
+ },
135
+
136
+ _update: function() { // Updating MB in case of wizards
137
+ this.currentDims = [this.MBwindow.offsetWidth, this.MBwindow.offsetHeight];
138
+ if((this.options.width + 10 != this.currentDims[0]) || (this.options.height + 5 != this.currentDims[1]))
139
+ new Effect.ScaleBy(this.MBwindow,
140
+ (this.options.width - this.currentDims[0]), //New width calculation
141
+ (this.options.height - this.currentDims[1]), //New height calculation
142
+ {
143
+ duration: this.options.resizeDuration,
144
+ afterFinish: this._loadAfterResize.bind(this),
145
+ beforeStart: function(effect) {
146
+ Element.update(this.MBcontent, "");
147
+ this.MBcontent.appendChild(this.MBloading);
148
+ Element.update(this.MBloading, this.options.loadingString);
149
+ }.bind(this)
150
+ });
151
+ else {
152
+ Element.update(this.MBcontent, "");
153
+ this.MBcontent.appendChild(this.MBloading);
154
+ Element.update(this.MBloading, this.options.loadingString);
155
+ this._loadAfterResize();
156
+ }
157
+ },
158
+
159
+ loadContent: function () {
160
+ if(this.event("beforeLoad") != false) { // If callback passed false, skip loading of the content
161
+ if(typeof this.content == 'string') {
162
+
163
+ var htmlRegExp = new RegExp(/<\/?[^>]+>/gi);
164
+ if(htmlRegExp.test(this.content)) // Plain HTML given as a parameter
165
+ this._insertContent(this.content);
166
+
167
+ else new Ajax.Request( this.content, { method: this.options.method.toLowerCase(), parameters: this.options.params,
168
+ onComplete: function(transport) {
169
+ var response = new String(transport.responseText);
170
+ response.extractScripts().map(function(script) {
171
+ return eval(script.replace("<!--", "").replace("// -->", ""));
172
+ }.bind(window));
173
+ this._insertContent(transport.responseText.stripScripts());
174
+ }.bind(this)
175
+ });
176
+
177
+ } else if (typeof this.content == 'object') {// HTML Object is given
178
+ this._insertContent(this.content);
179
+ } else {
180
+ Modalbox.hide();
181
+ throw('Please specify correct URL or HTML element (plain HTML or object)');
182
+ }
183
+ }
184
+ },
185
+
186
+ _insertContent: function(content){
187
+ Element.extend(this.MBcontent);
188
+ this.MBcontent.update("");
189
+ if(typeof content == 'string') {
190
+ //this.MBcontent.hide()
191
+ //if(console.log){console.log(this.MBcontent.getHeight())};
192
+ this.MBcontent.hide().update(content);
193
+ //if(console.log){console.log(this.MBcontent.getHeight())};
194
+ //this.MBcontent.show();
195
+ }
196
+ else if (typeof this.content == 'object') { // HTML Object is given
197
+ var _htmlObj = content.cloneNode(true); // If node already a part of DOM we'll clone it
198
+ if(this.content.id) _htmlObj.id = "MB_" + _htmlObj.id; // If clonable element has ID attribute defined, modifying it to prevent duplicates
199
+ this.MBcontent.hide().appendChild(_htmlObj);
200
+ this.MBcontent.down().show(); // Toggle visibility for hidden nodes
201
+ }
202
+ // Prepare and resize modal box for content
203
+ if(this.options.height == this._options.height)
204
+ Modalbox.resize(0, this.MBcontent.getHeight() - Element.getHeight(this.MBwindow) + Element.getHeight(this.MBheader), {
205
+ afterResize: function(){
206
+ this.MBcontent.show();
207
+ this.focusableElements = this._findFocusableElements();
208
+ this._moveFocus(); // Setting focus on first 'focusable' element in content (input, select, textarea, link or button)
209
+ this.event("afterLoad"); // Passing callback
210
+ }.bind(this)
211
+ });
212
+ else { // Height is defined. Creating a scrollable window
213
+ this._setWidth();
214
+ this.MBcontent.setStyle({overflow: 'auto', height: Element.getHeight(this.MBwindow)-Element.getHeight(this.MBheader) - 11 + 'px'});
215
+ this.MBcontent.show();
216
+ this.focusableElements = this._findFocusableElements();
217
+ this._moveFocus(); // Setting focus on first 'focusable' element in content (input, select, textarea, link or button)
218
+ this.event("afterLoad"); // Passing callback
219
+ }
220
+
221
+ },
222
+
223
+ activate: function(options){
224
+ this.setOptions(options);
225
+ this.active = true;
226
+ Event.observe(this.MBclose, "click", this.close);
227
+ if(this.options.overlayClose) Event.observe(this.MBoverlay, "click", this.hide);
228
+ Element.show(this.MBclose);
229
+ if(this.options.inactiveFade) new Effect.Appear(this.MBwindow, {duration: this.options.slideDownDuration});
230
+ },
231
+
232
+ deactivate: function(options) {
233
+ this.setOptions(options);
234
+ this.active = false;
235
+ Event.stopObserving(this.MBclose, "click", this.close);
236
+ if(this.options.overlayClose) Event.stopObserving(this.MBoverlay, "click", this.hide);
237
+ Element.hide(this.MBclose);
238
+ if(this.options.inactiveFade) new Effect.Fade(this.MBwindow, {duration: this.options.slideUpDuration, to: .75});
239
+ },
240
+
241
+ _initObservers: function(){
242
+ Event.observe(this.MBclose, "click", this.close);
243
+ if(this.options.overlayClose) Event.observe(this.MBoverlay, "click", this.hide);
244
+ Event.observe(document, "keypress", Modalbox.kbdHandler );
245
+ },
246
+
247
+ _removeObservers: function(){
248
+ Event.stopObserving(this.MBclose, "click", this.close);
249
+ if(this.options.overlayClose) Event.stopObserving(this.MBoverlay, "click", this.hide);
250
+ Event.stopObserving(document, "keypress", Modalbox.kbdHandler );
251
+ },
252
+
253
+ _loadAfterResize: function() {
254
+ this._setWidth();
255
+ this._setPosition();
256
+ this.loadContent();
257
+ },
258
+
259
+ _moveFocus: function() { // Setting focus to be looped inside current MB
260
+ if(this.focusableElements.length > 0)
261
+ this.focusableElements.first().focus(); // Focus on first focusable element except close button
262
+ else
263
+ $("MB_close").focus(); // If no focusable elements exist focus on close button
264
+ },
265
+
266
+ _findFocusableElements: function(){ // Collect form elements or links from MB content
267
+ return $A($("MB_content").descendants()).findAll(function(node){
268
+ return (["INPUT", "TEXTAREA", "SELECT", "A", "BUTTON"].include(node.tagName));
269
+ });
270
+ },
271
+
272
+ kbdHandler: function(e) {
273
+ var node = Event.element(e);
274
+ switch(e.keyCode) {
275
+ case Event.KEY_TAB:
276
+ if(Event.element(e) == this.focusableElements.last()) {
277
+ Event.stop(e);
278
+ this._moveFocus(); // Find last element in MB to handle event on it. If no elements found, uses close ModalBox button
279
+ }
280
+ break;
281
+ case Event.KEY_ESC:
282
+ if(this.active) this._hide(e);
283
+ break;
284
+ case 32:
285
+ this._preventScroll(e);
286
+ break;
287
+ case 0: // For Gecko browsers compatibility
288
+ if(e.which == 32) this._preventScroll(e);
289
+ break;
290
+ case Event.KEY_UP:
291
+ case Event.KEY_DOWN:
292
+ case Event.KEY_PAGEDOWN:
293
+ case Event.KEY_PAGEUP:
294
+ case Event.KEY_HOME:
295
+ case Event.KEY_END:
296
+ // Safari operates in slightly different way. This realization is still buggy in Safari.
297
+ if(/Safari|KHTML/.test(navigator.userAgent) && !["textarea", "select"].include(node.tagName.toLowerCase()))
298
+ Event.stop(e);
299
+ else if( (node.tagName.toLowerCase() == "input" && ["submit", "button"].include(node.type)) || (node.tagName.toLowerCase() == "a") )
300
+ Event.stop(e);
301
+ break;
302
+ }
303
+ },
304
+
305
+ _preventScroll: function(event) { // Disabling scrolling by "space" key
306
+ if(!["input", "textarea", "select", "button"].include(Event.element(event).tagName.toLowerCase()))
307
+ Event.stop(event);
308
+ },
309
+
310
+ _deinit: function()
311
+ {
312
+ this._toggleSelects(); // Toggle back 'select' elements in IE
313
+ this._removeObservers();
314
+ Event.stopObserving(window, "resize", this._setWidthAndPosition );
315
+ Effect.toggle(this.MBoverlay, 'appear', {duration: this.options.overlayDuration, afterFinish: this._removeElements.bind(this) });
316
+ Element.setStyle(this.MBcontent, {overflow: '', height: ''});
317
+ },
318
+
319
+ _removeElements: function () {
320
+ if (navigator.appVersion.match(/\bMSIE\b/)) {
321
+ this._prepareIE("", ""); // If set to auto MSIE will show horizontal scrolling
322
+ window.scrollTo(this.initScrollX, this.initScrollY);
323
+ }
324
+ Element.remove(this.MBoverlay);
325
+ Element.remove(this.MBwindow);
326
+ this.initialized = false;
327
+ this.event("afterHide"); // Passing afterHide callback
328
+ this.setOptions(this._options); //Settings options object into intial state
329
+ },
330
+
331
+ _setOverlay: function () {
332
+ if (navigator.appVersion.match(/\bMSIE\b/)) {
333
+ this._prepareIE("100%", "hidden");
334
+ if (!navigator.appVersion.match(/\b7.0\b/)) window.scrollTo(0,0); // Disable scrolling on top for IE7
335
+ }
336
+ },
337
+
338
+ _setWidth: function () { //Set size
339
+ Element.setStyle(this.MBwindow, {width: this.options.width + "px", height: this.options.height + "px"});
340
+ },
341
+
342
+ _setPosition: function () {
343
+ this.MBwindow.style.left = Math.round((Element.getWidth(document.body) - Element.getWidth(this.MBwindow)) / 2 ) + "px";
344
+ },
345
+
346
+ _setWidthAndPosition: function () {
347
+ this._setWidth();
348
+ this._setPosition();
349
+ },
350
+
351
+ _getScrollTop: function () { //From: http://www.quirksmode.org/js/doctypes.html
352
+ var theTop;
353
+ if (document.documentElement && document.documentElement.scrollTop)
354
+ theTop = document.documentElement.scrollTop;
355
+ else if (document.body)
356
+ theTop = document.body.scrollTop;
357
+ return theTop;
358
+ },
359
+ // For IE browsers -- IE requires height to 100% and overflow hidden (taken from lightbox)
360
+ _prepareIE: function(height, overflow){
361
+ var body = document.getElementsByTagName('body')[0];
362
+ body.style.height = height;
363
+ body.style.overflow = overflow;
364
+
365
+ var html = document.getElementsByTagName('html')[0];
366
+ html.style.height = height;
367
+ html.style.overflow = overflow;
368
+ },
369
+ // For IE browsers -- hiding all SELECT elements
370
+ _toggleSelects: function() {
371
+ if (navigator.appVersion.match(/\bMSIE\b/))
372
+ $$("select").each( function(select) {
373
+ select.style.visibility = (select.style.visibility == "") ? "hidden" : "";
374
+ });
375
+ },
376
+ event: function(eventName) {
377
+ if(this.options[eventName]) {
378
+ var returnValue = this.options[eventName](); // Executing callback
379
+ this.options[eventName] = null; // Removing callback after execution
380
+ if(returnValue != undefined)
381
+ return returnValue;
382
+ else
383
+ return true;
384
+ }
385
+ return true;
386
+ }
387
+ }
388
+
389
+ Object.extend(Modalbox, Modalbox.Methods);
390
+
391
+ Effect.ScaleBy = Class.create();
392
+ Object.extend(Object.extend(Effect.ScaleBy.prototype, Effect.Base.prototype), {
393
+ initialize: function(element, byWidth, byHeight, options) {
394
+ this.element = $(element)
395
+ var options = Object.extend({
396
+ scaleFromTop: true,
397
+ scaleMode: 'box', // 'box' or 'contents' or {} with provided values
398
+ scaleByWidth: byWidth,
399
+ scaleByHeight: byHeight
400
+ }, arguments[3] || {});
401
+ this.start(options);
402
+ },
403
+ setup: function() {
404
+ this.elementPositioning = this.element.getStyle('position');
405
+
406
+ this.originalTop = this.element.offsetTop;
407
+ this.originalLeft = this.element.offsetLeft;
408
+
409
+ this.dims = null;
410
+ if(this.options.scaleMode=='box')
411
+ this.dims = [this.element.offsetHeight, this.element.offsetWidth];
412
+ if(/^content/.test(this.options.scaleMode))
413
+ this.dims = [this.element.scrollHeight, this.element.scrollWidth];
414
+ if(!this.dims)
415
+ this.dims = [this.options.scaleMode.originalHeight,
416
+ this.options.scaleMode.originalWidth];
417
+
418
+ this.deltaY = this.options.scaleByHeight;
419
+ this.deltaX = this.options.scaleByWidth;
420
+ },
421
+ update: function(position) {
422
+ var currentHeight = this.dims[0] + (this.deltaY * position);
423
+ var currentWidth = this.dims[1] + (this.deltaX * position);
424
+
425
+ this.setDimensions(currentHeight, currentWidth);
426
+ },
427
+
428
+ setDimensions: function(height, width) {
429
+ var d = {};
430
+ d.width = width + 'px';
431
+ d.height = height + 'px';
432
+
433
+ var topd = Math.round((height - this.dims[0])/2);
434
+ var leftd = Math.round((width - this.dims[1])/2);
435
+ if(this.elementPositioning == 'absolute' || this.elementPositioning == 'fixed') {
436
+ if(!this.options.scaleFromTop) d.top = this.originalTop-topd + 'px';
437
+ d.left = this.originalLeft-leftd + 'px';
438
+ } else {
439
+ if(!this.options.scaleFromTop) d.top = -topd + 'px';
440
+ d.left = -leftd + 'px';
441
+ }
442
+ this.element.setStyle(d);
443
+ }
444
+ });
skin/frontend/base/default/ajaxminicart/modalbox.css ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #MB_overlay {
2
+ position: absolute;
3
+ margin: auto;
4
+ top: 0; left: 0;
5
+ width: 100%; height: 100%;
6
+ z-index: 9999;
7
+ border: 0;
8
+ background-color: #000!important;
9
+ }
10
+ #MB_overlay[id] { position: fixed; }
11
+
12
+ #MB_window {
13
+ position: absolute;
14
+ top: 0;
15
+ border: 0 solid;
16
+ text-align: left;
17
+ z-index: 10000;
18
+ }
19
+ #MB_window[id] { position: fixed!important; }
20
+
21
+ #MB_frame {
22
+ position: relative;
23
+ background-color: #EFEFEF;
24
+ height: 100%;
25
+ }
26
+
27
+ #MB_header {
28
+ margin: 0;
29
+ padding: 0;
30
+ }
31
+
32
+ #MB_content {
33
+ position: relative;
34
+ padding: 6px .75em;
35
+ overflow: auto;
36
+ }
37
+
38
+ #MB_caption {
39
+ font: bold 100% "Lucida Grande", Arial, sans-serif;
40
+ text-shadow: #FFF 0 1px 0;
41
+ padding: .5em 2em .5em .75em;
42
+ margin: 0;
43
+ text-align: left;
44
+ }
45
+
46
+ #MB_close {
47
+ display: block;
48
+ position: absolute;
49
+ right: 5px; top: 4px;
50
+ padding: 2px 3px;
51
+ font-weight: bold;
52
+ text-decoration: none;
53
+ font-size: 13px;
54
+ }
55
+ #MB_close:hover {
56
+ background: transparent;
57
+ }
58
+
59
+ #MB_loading {
60
+ padding: 1.5em;
61
+ text-indent: -10000px;
62
+ background: transparent url(spinner.gif) 50% 0 no-repeat;
63
+ }
64
+
65
+ /* Color scheme */
66
+ #MB_window {
67
+ background-color: #EFEFEF;
68
+ color: #000;
69
+
70
+ -webkit-box-shadow: 0 0 64px #000;
71
+ -moz-box-shadow: #000 0 0 64px;
72
+ box-shadow: 0 0 64px #000;
73
+ }
74
+ #MB_frame {
75
+ padding-bottom: 4px;
76
+
77
+ -webkit-border-bottom-left-radius: 4px;
78
+ -webkit-border-bottom-right-radius: 4px;
79
+
80
+ -moz-border-radius-bottomleft: 4px;
81
+ -moz-border-radius-bottomright: 4px;
82
+
83
+ border-bottom-left-radius: 4px;
84
+ border-bottom-right-radius: 4px;
85
+ }
86
+
87
+ #MB_content { border-top: 1px solid #F9F9F9; }
88
+
89
+ #MB_header {
90
+ background-color: #DDD;
91
+ border-bottom: 1px solid #CCC;
92
+ }
93
+ #MB_caption { color: #000 }
94
+ #MB_close { color: #777 }
95
+ #MB_close:hover { color: #000 }
96
+
97
+
98
+ /* Alert message */
99
+ .MB_alert {
100
+ margin: 10px 0;
101
+ text-align: center;
102
+ }
103
+
104
+ /* Notification message css */
105
+ .notification {
106
+ color: #FFFFFF;
107
+ display: none;
108
+ padding: 0px;
109
+ position: fixed;
110
+ top: 0;
111
+ left: 0;
112
+ right: 0;
113
+ opacity:0.8;
114
+ overflow: hidden;
115
+ z-index: 10000;
116
+ }
117
+ #note {
118
+ position: fixed;
119
+ z-index: 10000;
120
+ top: 0;
121
+ left: 0;
122
+ right: 0;
123
+ background: #E00000;
124
+ color:white;
125
+ opacity:0.8;
126
+ text-align: center;
127
+ line-height: 2.5;
128
+ overflow: hidden;
129
+ vertical-align: middle;
130
+ font-size:16px;
131
+ -webkit-box-shadow: 0 0 5px black;
132
+ -moz-box-shadow: 0 0 5px black;
133
+ box-shadow: 0 0 5px black;
134
+ }
135
+ @-webkit-keyframes slideDown {
136
+ 0%, 100% { -webkit-transform: translateY(-50px); }
137
+ 10%, 90% { -webkit-transform: translateY(0px); }
138
+ }
139
+ @-moz-keyframes slideDown {
140
+ 0%, 100% { -moz-transform: translateY(-50px); }
141
+ 10%, 90% { -moz-transform: translateY(0px); }
142
+ }
143
+
144
+ .cssanimations.csstransforms #note {
145
+ -webkit-transform: translateY(-50px);
146
+ -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
147
+ -moz-transform: translateY(-50px);
148
+ -moz-animation: slideDown 2.5s 1.0s 1 ease forwards;
149
+ }
150
+ .top-cart {
151
+ display: none;
152
+ }
153
+ .top-link-cart{
154
+ display: none;
155
+ }
156
+ .header-cart {
157
+ display: table;
158
+ float: right;
159
+ height: 100%;
160
+ }
161
+ .relative {
162
+ position: relative;
163
+ }
164
+ .header-cart .cart-btn {
165
+ /* background: none repeat scroll 0 0 #fff; */
166
+ border: 0 none;
167
+ padding: 5px;
168
+ }
169
+
170
+ .cart-items-box .items {
171
+ clear: both;
172
+ float: left;
173
+ list-style: none outside none;
174
+ margin: 0;
175
+ padding: 0;
176
+ }
177
+ .cart-items-box .cart-header {
178
+ border-bottom: 1px solid #d0d0d0;
179
+ color: #a4a4a4;
180
+ font-size: 11px;
181
+ margin: 10px;
182
+ padding-bottom: 3px;
183
+ text-align: center;
184
+ }
185
+ .cart-items-box .items .item-thumbnail {
186
+ background: none repeat scroll 0 0 #fff;
187
+ border: 1px solid #eaeaea;
188
+ border-radius: 2px;
189
+ float: left;
190
+ height: 50px;
191
+ margin-right: 20px;
192
+ padding: 2px;
193
+ width: 50px;
194
+ }
195
+ .mini-basket-content-wrapper {
196
+ float: left;
197
+ width: 205px;
198
+ }
199
+ .mini-cart-name {
200
+ margin-bottom: 10%;
201
+ }
202
+ .cart-items-box .items .item-name {
203
+ display: block;
204
+ position: relative;
205
+ top: 3px;
206
+ }
207
+ .qty-btngroup .minus {
208
+ border-radius: 2px 0 0 2px;
209
+ }
210
+ .qty-btngroup button {
211
+ background: none repeat scroll 0 0 #eaeaea;
212
+ border: 0 none;
213
+ }
214
+ .btn.btn-iconed > i {
215
+ color: #ff5757;
216
+ font-size: 23px;
217
+ padding-right: 12px;
218
+ }
219
+
220
+ .btn.btn-iconed > i, .btn.btn-iconed > span {
221
+ display: inline-block;
222
+ vertical-align: middle;
223
+ }
224
+ .header-cart .cart-value {
225
+ background: none repeat scroll 0 0 #6cd0b8;
226
+ border-radius: 5px;
227
+ color: #fff;
228
+ display: inline-block;
229
+ font-weight: 600;
230
+ padding: 10px 5px;
231
+ }
232
+ .btn {
233
+ /* background: none repeat scroll 0 0 #fafafa; */
234
+ border: 1px solid #eee;
235
+ border-radius: 2px;
236
+ color: #555;
237
+ font-size: 13px;
238
+ font-weight: 500;
239
+ padding: 10px 12px;
240
+ }
241
+ .cart-items-box {
242
+ z-index: 999;
243
+ position: absolute;
244
+ top: 100%;
245
+ right: 0;
246
+ margin-top: -1px;
247
+ width: 350px;
248
+ padding: 10px;
249
+ border: 1px solid #eaeaea;
250
+ background: #fdfdfd;
251
+ background: -moz-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
252
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f1f1f1));
253
+ background: -webkit-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
254
+ background: -o-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
255
+ background: -ms-linear-gradient(top, #fdfdfd 0%,#f1f1f1 100%);
256
+ background: linear-gradient(to bottom, #fdfdfd 0%,#f1f1f1 100%);
257
+ overflow-x: hidden;
258
+ display: block;
259
+ max-height: 500px;
260
+ overflow-y: auto !important;
261
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f1f1f1',GradientType=0 );
262
+ border-radius: 2px;
263
+ display: none;
264
+ }
265
+
266
+ .mini-basket-content-wrapper{
267
+ float:left;
268
+ text-align: left;
269
+ width:205px;
270
+ }
271
+
272
+ .mini-cart-name{
273
+ margin-bottom: 10%;
274
+ }
275
+ .mini-basket-content-wrapper .price{
276
+ display: inline-block;
277
+ margin-left: 15px;
278
+ padding-top: 3px;
279
+ }
280
+
281
+ .cart-items-box .items li{
282
+ border-bottom: 1px solid #ddd;
283
+ padding-bottom: 10px;
284
+ }
285
+ .mini-cart-see-all {
286
+ float: right;
287
+ display: inline-block;
288
+ padding: 10px;
289
+ }
290
+
291
+ .mini-cart-footer {
292
+ padding: 0em 1.6em;
293
+ padding-top: 10px;
294
+ }
295
+
296
+ .items li .remove-btn{
297
+ width: 14px;
298
+ height: 14px;
299
+ display: block;position: relative;
300
+ left: 280px;
301
+ top: -85px;
302
+ z-index: 10000;
303
+ }
304
+ .cart-items-box .header {
305
+ text-align: center;
306
+ color: #a4a4a4;
307
+ font-size: 11px;
308
+ padding-bottom: 3px;
309
+ border-bottom: 1px solid #d0d0d0;
310
+ margin: 10px;
311
+ }
312
+
313
+ .cart-items-box .items > li {
314
+ -webkit-transition: all 0.15s linear;
315
+ -moz-transition: all 0.15s linear;
316
+ -o-transition: all 0.15s linear;
317
+ transition: all 0.15s linear;padding: 3% 2%;
318
+ }
319
+
320
+ .cart-items-box .items > li:hover .item-thumbnail {
321
+ box-shadow: 0 0 10px rgba(0,0,0,0.1);
322
+ -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
323
+ }
324
+ .cart-items-box .items .item-thumbnail {
325
+ float: left;
326
+ width: 50px;
327
+ height: 50px;
328
+ border: 1px solid #eaeaea;
329
+ border-radius: 2px;
330
+ background: #fff;
331
+ padding: 2px;
332
+ margin-right: 20px;
333
+ }
334
+ .cart-items-box .items .item-thumbnail > a {
335
+ display: block;
336
+ height: 100%;
337
+ background: #e1e1e1;
338
+ overflow: hidden;
339
+ }
340
+ .cart-items-box .items .item-name {
341
+ position: relative;
342
+ top: 3px;
343
+ display: block;
344
+ }
345
+ .cart-items-box .items .item-price {
346
+ color: #ff5757;
347
+ font-weight: bold;
348
+ margin-top: 10px;
349
+ display: block;
350
+ }
351
+ .cart-items-box .footer {
352
+ clear: both;
353
+ float: right;
354
+ font-size: 11px;
355
+ margin-top: 15px;
356
+ text-decoration: underline;
357
+ }
358
+
359
+ .items li .remove-btn{
360
+ width: 20px;
361
+ height: 20px;
362
+ display: block;
363
+ position: relative;
364
+ left: 280px;
365
+ top: -45px;
366
+ z-index: 10000;
367
+ font-size: 16px;
368
+ }
369
+
370
+ .my-cart .qty-btngroup {
371
+ margin: 0 auto;
372
+ display: table;
373
+ }
374
+ .qty-btngroup button, .qty-btngroup input[type="text"] {
375
+ width: 30px;
376
+ height: 30px;
377
+ float: left;
378
+ color: #7e7e7e;
379
+ }
380
+ .qty-btngroup button {
381
+ border: 0;
382
+ background: #eaeaea;
383
+ }
384
+ .qty-btngroup button:hover {
385
+ color: #fff;
386
+ background: #ff5757;
387
+ }
388
+ .qty-btngroup input[type="text"] {
389
+ border: 1px solid #eaeaea;
390
+ border-left: 0;
391
+ border-right: 0;
392
+ border-radius: 0;
393
+ text-align: center;
394
+ font-size: 11px;
395
+ height: 30px;
396
+ }
397
+ .qty-btngroup .plus {
398
+ border-radius: 0 2px 2px 0;
399
+ }
400
+ .qty-btngroup .minus {
401
+ border-radius: 2px 0 0 2px;
402
+ }
403
+ table.my-cart tr td div.qty-btngroup {
404
+ width: 105%;
405
+ }
406
+ .my-cart .qty-btngroup {
407
+ display: table;
408
+ margin: 0 auto;
409
+ }
410
+ #mini-cart-summary{
411
+ margin-bottom: 5px;
412
+ width: 100%;
413
+ }
414
+ .sidebar .header-cart{
415
+ display: none;
416
+ }
417
+ .clearfix{
418
+ clear: both;
419
+ }
420
+ .header-container {
421
+ text-align: left;
422
+ }
423
+ .view-cart-btn{
424
+ float: left;
425
+ }
skin/frontend/base/default/ajaxminicart/modalbox.js ADDED
@@ -0,0 +1,450 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ ModalBox - The pop-up window thingie with AJAX, based on prototype and script.aculo.us.
3
+
4
+ Copyright Andrey Okonetchnikov (andrej.okonetschnikow@gmail.com), 2006-2007
5
+ All rights reserved.
6
+
7
+ VERSION 1.5.4
8
+ Last Modified: 07/13/2007
9
+ */
10
+
11
+ if (!window.Modalbox)
12
+ var Modalbox = new Object();
13
+
14
+ Modalbox.Methods = {
15
+ focusableElements: new Array,
16
+ options: {
17
+ title: "ModalBox Window", // Title of the ModalBox window
18
+ overlayClose: true, // Close modal box by clicking on overlay
19
+ width: 500, // Default width in px
20
+ height: 90, // Default height in px
21
+ overlayOpacity: .75, // Default overlay opacity
22
+ overlayDuration: .50, // Default overlay fade in/out duration in seconds
23
+ slideDownDuration: .75, // Default Modalbox appear slide down effect in seconds
24
+ slideUpDuration: .35, // Default Modalbox hiding slide up effect in seconds
25
+ resizeDuration: .35, // Default resize duration seconds
26
+ inactiveFade: true, // Fades MB window on inactive state
27
+ loadingString: "Please wait. Loading...", // Default loading string message
28
+ closeString: "Close window", // Default title attribute for close window link
29
+ params: {},
30
+ method: 'get' // Default Ajax request method
31
+ },
32
+ _options: new Object,
33
+
34
+ setOptions: function(options) {
35
+ Object.extend(this.options, options || {});
36
+ },
37
+
38
+ _init: function(options) {
39
+ // Setting up original options with default options
40
+ Object.extend(this._options, this.options);
41
+ this.setOptions(options);
42
+ //Create the overlay
43
+ this.MBoverlay = Builder.node("div", { id: "MB_overlay", opacity: "0" });
44
+ //Create the window
45
+ this.MBwindow = Builder.node("div", {id: "MB_window", style: "display: none"}, [
46
+ this.MBframe = Builder.node("div", {id: "MB_frame"}, [
47
+ this.MBheader = Builder.node("div", {id: "MB_header"}, [
48
+ this.MBcaption = Builder.node("div", {id: "MB_caption"}),
49
+ this.MBclose = Builder.node("a", {id: "MB_close", title: this.options.closeString, href: "#"}, [
50
+ Builder.build("<span>&times;</span>"),
51
+ ]),
52
+ ]),
53
+ this.MBcontent = Builder.node("div", {id: "MB_content"}, [
54
+ this.MBloading = Builder.node("div", {id: "MB_loading"}, this.options.loadingString),
55
+ ]),
56
+ ]),
57
+ ]);
58
+ // Inserting into DOM
59
+ document.body.insertBefore(this.MBwindow, document.body.childNodes[0]);
60
+ document.body.insertBefore(this.MBoverlay, document.body.childNodes[0]);
61
+
62
+ // Initial scrolling position of the window. To be used for remove scrolling effect during ModalBox appearing
63
+ this.initScrollX = window.pageXOffset || document.body.scrollLeft || document.documentElement.scrollLeft;
64
+ this.initScrollY = window.pageYOffset || document.body.scrollTop || document.documentElement.scrollTop;
65
+
66
+ //Adding event observers
67
+ this.hide = this.hide.bindAsEventListener(this);
68
+ this.close = this._hide.bindAsEventListener(this);
69
+ this.kbdHandler = this.kbdHandler.bindAsEventListener(this);
70
+ this._initObservers();
71
+
72
+ this.initialized = true; // Mark as initialized
73
+ this.active = true; // Mark as active
74
+ },
75
+
76
+ show: function(content, options) {
77
+ if(!this.initialized) this._init(options); // Check for is already initialized
78
+
79
+ this.content = content;
80
+ this.setOptions(options);
81
+
82
+ Element.update(this.MBcaption, this.options.title); // Updating title of the MB
83
+
84
+ if(this.MBwindow.style.display == "none") { // First modal box appearing
85
+ this._appear();
86
+ this.event("onShow"); // Passing onShow callback
87
+ }
88
+ else { // If MB already on the screen, update it
89
+ this._update();
90
+ this.event("onUpdate"); // Passing onUpdate callback
91
+ }
92
+ },
93
+
94
+ hide: function(options) { // External hide method to use from external HTML and JS
95
+ if(this.initialized) {
96
+ if(options) Object.extend(this.options, options); // Passing callbacks
97
+ Effect.SlideUp(this.MBwindow, { duration: this.options.slideUpDuration, afterFinish: this._deinit.bind(this) } );
98
+ } else throw("Modalbox isn't initialized");
99
+ },
100
+
101
+ _hide: function(event) { // Internal hide method to use inside MB class
102
+ if(event) Event.stop(event);
103
+ this.hide();
104
+ },
105
+
106
+ _appear: function() { // First appearing of MB
107
+ this._toggleSelects();
108
+ this._setOverlay();
109
+ this._setWidth();
110
+ this._setPosition();
111
+ new Effect.Fade(this.MBoverlay, {
112
+ from: 0,
113
+ to: this.options.overlayOpacity,
114
+ duration: this.options.overlayDuration,
115
+ afterFinish: function() {
116
+ new Effect.SlideDown(this.MBwindow, {
117
+ duration: this.options.slideDownDuration,
118
+ afterFinish: function(){
119
+ this._setPosition();
120
+ this.loadContent();
121
+ }.bind(this)
122
+ });
123
+ }.bind(this)
124
+ });
125
+
126
+ this._setWidthAndPosition = this._setWidthAndPosition.bindAsEventListener(this);
127
+ Event.observe(window, "resize", this._setWidthAndPosition);
128
+ },
129
+
130
+ resize: function(byWidth, byHeight, options) { // Change size of MB without loading content
131
+ var wHeight = Element.getHeight(this.MBwindow);
132
+ var hHeight = Element.getHeight(this.MBheader);
133
+ var cHeight = Element.getHeight(this.MBcontent);
134
+ var newHeight = ((wHeight - hHeight + byHeight) < cHeight) ? (cHeight + hHeight - wHeight) : byHeight;
135
+ this.setOptions(options); // Passing callbacks
136
+ new Effect.ScaleBy(this.MBwindow, byWidth, newHeight, {
137
+ duration: this.options.resizeDuration,
138
+ afterFinish: function() { this.event("afterResize") }.bind(this) // Passing callback
139
+ });
140
+ },
141
+
142
+ _update: function() { // Updating MB in case of wizards
143
+ this.currentDims = [this.MBwindow.offsetWidth, this.MBwindow.offsetHeight];
144
+ if((this.options.width + 10 != this.currentDims[0]) || (this.options.height + 5 != this.currentDims[1]))
145
+ new Effect.ScaleBy(this.MBwindow,
146
+ (this.options.width - this.currentDims[0]), //New width calculation
147
+ (this.options.height - this.currentDims[1]), //New height calculation
148
+ {
149
+ duration: this.options.resizeDuration,
150
+ afterFinish: this._loadAfterResize.bind(this),
151
+ beforeStart: function(effect) {
152
+ Element.update(this.MBcontent, "");
153
+ this.MBcontent.appendChild(this.MBloading);
154
+ Element.update(this.MBloading, this.options.loadingString);
155
+ }.bind(this)
156
+ });
157
+ else {
158
+ Element.update(this.MBcontent, "");
159
+ this.MBcontent.appendChild(this.MBloading);
160
+ Element.update(this.MBloading, this.options.loadingString);
161
+ this._loadAfterResize();
162
+ }
163
+ },
164
+
165
+ loadContent: function () {
166
+ if(this.event("beforeLoad") != false) { // If callback passed false, skip loading of the content
167
+ if(typeof this.content == 'string') {
168
+
169
+ var htmlRegExp = new RegExp(/<\/?[^>]+>/gi);
170
+ if(htmlRegExp.test(this.content)) // Plain HTML given as a parameter
171
+ this._insertContent(this.content);
172
+
173
+ else new Ajax.Request( this.content, { method: this.options.method.toLowerCase(), parameters: this.options.params,
174
+ onComplete: function(transport) {
175
+ var response = new String(transport.responseText);
176
+ response.extractScripts().map(function(script) {
177
+ return eval(script.replace("<!--", "").replace("// -->", ""));
178
+ }.bind(window));
179
+ this._insertContent(transport.responseText.stripScripts());
180
+ }.bind(this)
181
+ });
182
+
183
+ } else if (typeof this.content == 'object') {// HTML Object is given
184
+ this._insertContent(this.content);
185
+ } else {
186
+ Modalbox.hide();
187
+ throw('Please specify correct URL or HTML element (plain HTML or object)');
188
+ }
189
+ }
190
+ },
191
+
192
+ _insertContent: function(content){
193
+ Element.extend(this.MBcontent);
194
+ this.MBcontent.update("");
195
+ if(typeof content == 'string') {
196
+ //this.MBcontent.hide()
197
+ //if(console.log){console.log(this.MBcontent.getHeight())};
198
+ this.MBcontent.hide().update(content);
199
+ //if(console.log){console.log(this.MBcontent.getHeight())};
200
+ //this.MBcontent.show();
201
+ }
202
+ else if (typeof this.content == 'object') { // HTML Object is given
203
+ var _htmlObj = content.cloneNode(true); // If node already a part of DOM we'll clone it
204
+ if(this.content.id) _htmlObj.id = "MB_" + _htmlObj.id; // If clonable element has ID attribute defined, modifying it to prevent duplicates
205
+ this.MBcontent.hide().appendChild(_htmlObj);
206
+ this.MBcontent.down().show(); // Toggle visibility for hidden nodes
207
+ }
208
+ // Prepare and resize modal box for content
209
+ if(this.options.height == this._options.height)
210
+ Modalbox.resize(0, this.MBcontent.getHeight() - Element.getHeight(this.MBwindow) + Element.getHeight(this.MBheader), {
211
+ afterResize: function(){
212
+ this.MBcontent.show();
213
+ this.focusableElements = this._findFocusableElements();
214
+ this._moveFocus(); // Setting focus on first 'focusable' element in content (input, select, textarea, link or button)
215
+ this.event("afterLoad"); // Passing callback
216
+ }.bind(this)
217
+ });
218
+ else { // Height is defined. Creating a scrollable window
219
+ this._setWidth();
220
+ this.MBcontent.setStyle({overflow: 'auto', height: Element.getHeight(this.MBwindow)-Element.getHeight(this.MBheader) - 11 + 'px'});
221
+ this.MBcontent.show();
222
+ this.focusableElements = this._findFocusableElements();
223
+ this._moveFocus(); // Setting focus on first 'focusable' element in content (input, select, textarea, link or button)
224
+ this.event("afterLoad"); // Passing callback
225
+ }
226
+
227
+ },
228
+
229
+ activate: function(options){
230
+ this.setOptions(options);
231
+ this.active = true;
232
+ Event.observe(this.MBclose, "click", this.close);
233
+ if(this.options.overlayClose) Event.observe(this.MBoverlay, "click", this.hide);
234
+ Element.show(this.MBclose);
235
+ if(this.options.inactiveFade) new Effect.Appear(this.MBwindow, {duration: this.options.slideDownDuration});
236
+ },
237
+
238
+ deactivate: function(options) {
239
+ this.setOptions(options);
240
+ this.active = false;
241
+ Event.stopObserving(this.MBclose, "click", this.close);
242
+ if(this.options.overlayClose) Event.stopObserving(this.MBoverlay, "click", this.hide);
243
+ Element.hide(this.MBclose);
244
+ if(this.options.inactiveFade) new Effect.Fade(this.MBwindow, {duration: this.options.slideUpDuration, to: .75});
245
+ },
246
+
247
+ _initObservers: function(){
248
+ Event.observe(this.MBclose, "click", this.close);
249
+ if(this.options.overlayClose) Event.observe(this.MBoverlay, "click", this.hide);
250
+ Event.observe(document, "keypress", Modalbox.kbdHandler );
251
+ },
252
+
253
+ _removeObservers: function(){
254
+ Event.stopObserving(this.MBclose, "click", this.close);
255
+ if(this.options.overlayClose) Event.stopObserving(this.MBoverlay, "click", this.hide);
256
+ Event.stopObserving(document, "keypress", Modalbox.kbdHandler );
257
+ },
258
+
259
+ _loadAfterResize: function() {
260
+ this._setWidth();
261
+ this._setPosition();
262
+ this.loadContent();
263
+ },
264
+
265
+ _moveFocus: function() { // Setting focus to be looped inside current MB
266
+ if(this.focusableElements.length > 0)
267
+ this.focusableElements.first().focus(); // Focus on first focusable element except close button
268
+ else
269
+ $("MB_close").focus(); // If no focusable elements exist focus on close button
270
+ },
271
+
272
+ _findFocusableElements: function(){ // Collect form elements or links from MB content
273
+ return $A($("MB_content").descendants()).findAll(function(node){
274
+ return (["INPUT", "TEXTAREA", "SELECT", "A", "BUTTON"].include(node.tagName));
275
+ });
276
+ },
277
+
278
+ kbdHandler: function(e) {
279
+ var node = Event.element(e);
280
+ switch(e.keyCode) {
281
+ case Event.KEY_TAB:
282
+ if(Event.element(e) == this.focusableElements.last()) {
283
+ Event.stop(e);
284
+ this._moveFocus(); // Find last element in MB to handle event on it. If no elements found, uses close ModalBox button
285
+ }
286
+ break;
287
+ case Event.KEY_ESC:
288
+ if(this.active) this._hide(e);
289
+ break;
290
+ case 32:
291
+ this._preventScroll(e);
292
+ break;
293
+ case 0: // For Gecko browsers compatibility
294
+ if(e.which == 32) this._preventScroll(e);
295
+ break;
296
+ case Event.KEY_UP:
297
+ case Event.KEY_DOWN:
298
+ case Event.KEY_PAGEDOWN:
299
+ case Event.KEY_PAGEUP:
300
+ case Event.KEY_HOME:
301
+ case Event.KEY_END:
302
+ // Safari operates in slightly different way. This realization is still buggy in Safari.
303
+ if(/Safari|KHTML/.test(navigator.userAgent) && !["textarea", "select"].include(node.tagName.toLowerCase()))
304
+ Event.stop(e);
305
+ else if( (node.tagName.toLowerCase() == "input" && ["submit", "button"].include(node.type)) || (node.tagName.toLowerCase() == "a") )
306
+ Event.stop(e);
307
+ break;
308
+ }
309
+ },
310
+
311
+ _preventScroll: function(event) { // Disabling scrolling by "space" key
312
+ if(!["input", "textarea", "select", "button"].include(Event.element(event).tagName.toLowerCase()))
313
+ Event.stop(event);
314
+ },
315
+
316
+ _deinit: function()
317
+ {
318
+ this._toggleSelects(); // Toggle back 'select' elements in IE
319
+ this._removeObservers();
320
+ Event.stopObserving(window, "resize", this._setWidthAndPosition );
321
+ Effect.toggle(this.MBoverlay, 'appear', {duration: this.options.overlayDuration, afterFinish: this._removeElements.bind(this) });
322
+ Element.setStyle(this.MBcontent, {overflow: '', height: ''});
323
+ },
324
+
325
+ _removeElements: function () {
326
+ if (navigator.appVersion.match(/\bMSIE\b/)) {
327
+ this._prepareIE("", ""); // If set to auto MSIE will show horizontal scrolling
328
+ window.scrollTo(this.initScrollX, this.initScrollY);
329
+ }
330
+ Element.remove(this.MBoverlay);
331
+ Element.remove(this.MBwindow);
332
+ this.initialized = false;
333
+ this.event("afterHide"); // Passing afterHide callback
334
+ this.setOptions(this._options); //Settings options object into intial state
335
+ },
336
+
337
+ _setOverlay: function () {
338
+ if (navigator.appVersion.match(/\bMSIE\b/)) {
339
+ this._prepareIE("100%", "hidden");
340
+ if (!navigator.appVersion.match(/\b7.0\b/)) window.scrollTo(0,0); // Disable scrolling on top for IE7
341
+ }
342
+ },
343
+
344
+ _setWidth: function () { //Set size
345
+ Element.setStyle(this.MBwindow, {width: this.options.width + "px", height: this.options.height + "px"});
346
+ },
347
+
348
+ _setPosition: function () {
349
+ this.MBwindow.style.left = Math.round((Element.getWidth(document.body) - Element.getWidth(this.MBwindow)) / 2 ) + "px";
350
+ },
351
+
352
+ _setWidthAndPosition: function () {
353
+ this._setWidth();
354
+ this._setPosition();
355
+ },
356
+
357
+ _getScrollTop: function () { //From: http://www.quirksmode.org/js/doctypes.html
358
+ var theTop;
359
+ if (document.documentElement && document.documentElement.scrollTop)
360
+ theTop = document.documentElement.scrollTop;
361
+ else if (document.body)
362
+ theTop = document.body.scrollTop;
363
+ return theTop;
364
+ },
365
+ // For IE browsers -- IE requires height to 100% and overflow hidden (taken from lightbox)
366
+ _prepareIE: function(height, overflow){
367
+ var body = document.getElementsByTagName('body')[0];
368
+ body.style.height = height;
369
+ body.style.overflow = overflow;
370
+
371
+ var html = document.getElementsByTagName('html')[0];
372
+ html.style.height = height;
373
+ html.style.overflow = overflow;
374
+ },
375
+ // For IE browsers -- hiding all SELECT elements
376
+ _toggleSelects: function() {
377
+ if (navigator.appVersion.match(/\bMSIE\b/))
378
+ $$("select").each( function(select) {
379
+ select.style.visibility = (select.style.visibility == "") ? "hidden" : "";
380
+ });
381
+ },
382
+ event: function(eventName) {
383
+ if(this.options[eventName]) {
384
+ var returnValue = this.options[eventName](); // Executing callback
385
+ this.options[eventName] = null; // Removing callback after execution
386
+ if(returnValue != undefined)
387
+ return returnValue;
388
+ else
389
+ return true;
390
+ }
391
+ return true;
392
+ }
393
+ }
394
+
395
+ Object.extend(Modalbox, Modalbox.Methods);
396
+
397
+ Effect.ScaleBy = Class.create();
398
+ Object.extend(Object.extend(Effect.ScaleBy.prototype, Effect.Base.prototype), {
399
+ initialize: function(element, byWidth, byHeight, options) {
400
+ this.element = $(element)
401
+ var options = Object.extend({
402
+ scaleFromTop: true,
403
+ scaleMode: 'box', // 'box' or 'contents' or {} with provided values
404
+ scaleByWidth: byWidth,
405
+ scaleByHeight: byHeight
406
+ }, arguments[3] || {});
407
+ this.start(options);
408
+ },
409
+ setup: function() {
410
+ this.elementPositioning = this.element.getStyle('position');
411
+
412
+ this.originalTop = this.element.offsetTop;
413
+ this.originalLeft = this.element.offsetLeft;
414
+
415
+ this.dims = null;
416
+ if(this.options.scaleMode=='box')
417
+ this.dims = [this.element.offsetHeight, this.element.offsetWidth];
418
+ if(/^content/.test(this.options.scaleMode))
419
+ this.dims = [this.element.scrollHeight, this.element.scrollWidth];
420
+ if(!this.dims)
421
+ this.dims = [this.options.scaleMode.originalHeight,
422
+ this.options.scaleMode.originalWidth];
423
+
424
+ this.deltaY = this.options.scaleByHeight;
425
+ this.deltaX = this.options.scaleByWidth;
426
+ },
427
+ update: function(position) {
428
+ var currentHeight = this.dims[0] + (this.deltaY * position);
429
+ var currentWidth = this.dims[1] + (this.deltaX * position);
430
+
431
+ this.setDimensions(currentHeight, currentWidth);
432
+ },
433
+
434
+ setDimensions: function(height, width) {
435
+ var d = {};
436
+ d.width = width + 'px';
437
+ d.height = height + 'px';
438
+
439
+ var topd = Math.round((height - this.dims[0])/2);
440
+ var leftd = Math.round((width - this.dims[1])/2);
441
+ if(this.elementPositioning == 'absolute' || this.elementPositioning == 'fixed') {
442
+ if(!this.options.scaleFromTop) d.top = this.originalTop-topd + 'px';
443
+ d.left = this.originalLeft-leftd + 'px';
444
+ } else {
445
+ if(!this.options.scaleFromTop) d.top = -topd + 'px';
446
+ d.left = -leftd + 'px';
447
+ }
448
+ this.element.setStyle(d);
449
+ }
450
+ });
skin/frontend/base/default/ajaxminicart/spinner.gif ADDED
Binary file
skin/frontend/base/default/images/ajax_load.gif ADDED
Binary file