Shopgo_Geo - Version 0.0.1

Version Notes

Shopgo Geo first release.

Download this release

Release Info

Developer Moe
Extension Shopgo_Geo
Version 0.0.1
Comparing to
See all releases


Version 0.0.1

Files changed (90) hide show
  1. app/code/community/Shopgo/Geo/Block/Adminhtml/Notifications.php +11 -0
  2. app/code/community/Shopgo/Geo/Block/Geo.php +5 -0
  3. app/code/community/Shopgo/Geo/Block/System/Config/Status.php +29 -0
  4. app/code/community/Shopgo/Geo/Block/System/Config/Synchronize.php +108 -0
  5. app/code/community/Shopgo/Geo/Helper/Data.php +52 -0
  6. app/code/community/Shopgo/Geo/Model/Abstract.php +82 -0
  7. app/code/community/Shopgo/Geo/Model/Adminhtml/System/Config/Source/Easing.php +44 -0
  8. app/code/community/Shopgo/Geo/Model/Adminhtml/System/Config/Source/Lifetime.php +22 -0
  9. app/code/community/Shopgo/Geo/Model/Country.php +53 -0
  10. app/code/community/Shopgo/Geo/Model/Cron.php +11 -0
  11. app/code/community/Shopgo/Geo/Model/Info.php +9 -0
  12. app/code/community/Shopgo/Geo/Model/Observer.php +9 -0
  13. app/code/community/Shopgo/Geo/Model/Wrapper.php +440 -0
  14. app/code/community/Shopgo/Geo/controllers/Adminhtml/GeoController.php +23 -0
  15. app/code/community/Shopgo/Geo/controllers/IndexController.php +9 -0
  16. app/code/community/Shopgo/Geo/etc/adminhtml.xml +60 -0
  17. app/code/community/Shopgo/Geo/etc/config.xml +132 -0
  18. app/code/community/Shopgo/Geo/etc/system.xml +147 -0
  19. app/design/adminhtml/base/default/layout/shopgo/geo.xml +8 -0
  20. app/design/adminhtml/base/default/template/shopgo/geo/notifications.phtml +3 -0
  21. app/design/adminhtml/base/default/template/shopgo/geo/system/config/synchronize.phtml +69 -0
  22. app/design/frontend/base/default/layout/shopgo/geo.xml +19 -0
  23. app/design/frontend/base/default/template/shopgo/geo/geo_footer.phtml +0 -0
  24. app/design/frontend/base/default/template/shopgo/geo/geo_header.phtml +56 -0
  25. app/etc/modules/Shopgo_Geo.xml +12 -0
  26. package.xml +18 -0
  27. skin/frontend/base/default/shopgo/geo/css/flag-icon.css +1514 -0
  28. skin/frontend/base/default/shopgo/geo/css/flag-icon.min.css +1 -0
  29. skin/frontend/base/default/shopgo/geo/css/style.css +36 -0
  30. skin/frontend/base/default/shopgo/geo/flags/1x1/ad.svg +144 -0
  31. skin/frontend/base/default/shopgo/geo/flags/1x1/ae.svg +44 -0
  32. skin/frontend/base/default/shopgo/geo/flags/1x1/af.svg +777 -0
  33. skin/frontend/base/default/shopgo/geo/flags/1x1/ag.svg +25 -0
  34. skin/frontend/base/default/shopgo/geo/flags/1x1/ai.svg +791 -0
  35. skin/frontend/base/default/shopgo/geo/flags/1x1/al.svg +18 -0
  36. skin/frontend/base/default/shopgo/geo/flags/1x1/am.svg +16 -0
  37. skin/frontend/base/default/shopgo/geo/flags/1x1/ao.svg +39 -0
  38. skin/frontend/base/default/shopgo/geo/flags/1x1/aq.svg +25 -0
  39. skin/frontend/base/default/shopgo/geo/flags/1x1/ar.svg +158 -0
  40. skin/frontend/base/default/shopgo/geo/flags/1x1/as.svg +120 -0
  41. skin/frontend/base/default/shopgo/geo/flags/1x1/at.svg +17 -0
  42. skin/frontend/base/default/shopgo/geo/flags/1x1/au.svg +29 -0
  43. skin/frontend/base/default/shopgo/geo/flags/1x1/aw.svg +210 -0
  44. skin/frontend/base/default/shopgo/geo/flags/1x1/ax.svg +27 -0
  45. skin/frontend/base/default/shopgo/geo/flags/1x1/az.svg +49 -0
  46. skin/frontend/base/default/shopgo/geo/flags/1x1/ba.svg +55 -0
  47. skin/frontend/base/default/shopgo/geo/flags/1x1/bb.svg +21 -0
  48. skin/frontend/base/default/shopgo/geo/flags/1x1/bd.svg +16 -0
  49. skin/frontend/base/default/shopgo/geo/flags/1x1/be.svg +40 -0
  50. skin/frontend/base/default/shopgo/geo/flags/1x1/bf.svg +17 -0
  51. skin/frontend/base/default/shopgo/geo/flags/1x1/bg.svg +17 -0
  52. skin/frontend/base/default/shopgo/geo/flags/1x1/bh.svg +21 -0
  53. skin/frontend/base/default/shopgo/geo/flags/1x1/bi.svg +29 -0
  54. skin/frontend/base/default/shopgo/geo/flags/1x1/bj.svg +47 -0
  55. skin/frontend/base/default/shopgo/geo/flags/1x1/bl.svg +17 -0
  56. skin/frontend/base/default/shopgo/geo/flags/1x1/bm.svg +361 -0
  57. skin/frontend/base/default/shopgo/geo/flags/1x1/bn.svg +137 -0
  58. skin/frontend/base/default/shopgo/geo/flags/1x1/bo.svg +37 -0
  59. skin/frontend/base/default/shopgo/geo/flags/1x1/bq.svg +17 -0
  60. skin/frontend/base/default/shopgo/geo/flags/1x1/br.svg +88 -0
  61. skin/frontend/base/default/shopgo/geo/flags/1x1/bs.svg +24 -0
  62. skin/frontend/base/default/shopgo/geo/flags/1x1/bt.svg +217 -0
  63. skin/frontend/base/default/shopgo/geo/flags/1x1/bv.svg +26 -0
  64. skin/frontend/base/default/shopgo/geo/flags/1x1/bw.svg +39 -0
  65. skin/frontend/base/default/shopgo/geo/flags/1x1/by.svg +266 -0
  66. skin/frontend/base/default/shopgo/geo/flags/1x1/bz.svg +302 -0
  67. skin/frontend/base/default/shopgo/geo/flags/1x1/ca.svg +25 -0
  68. skin/frontend/base/default/shopgo/geo/flags/1x1/cc.svg +29 -0
  69. skin/frontend/base/default/shopgo/geo/flags/1x1/cd.svg +21 -0
  70. skin/frontend/base/default/shopgo/geo/flags/1x1/cf.svg +25 -0
  71. skin/frontend/base/default/shopgo/geo/flags/1x1/cg.svg +22 -0
  72. skin/frontend/base/default/shopgo/geo/flags/1x1/ch.svg +20 -0
  73. skin/frontend/base/default/shopgo/geo/flags/1x1/ci.svg +39 -0
  74. skin/frontend/base/default/shopgo/geo/flags/1x1/ck.svg +38 -0
  75. skin/frontend/base/default/shopgo/geo/flags/1x1/cl.svg +23 -0
  76. skin/frontend/base/default/shopgo/geo/flags/1x1/cm.svg +18 -0
  77. skin/frontend/base/default/shopgo/geo/flags/1x1/cn.svg +134 -0
  78. skin/frontend/base/default/shopgo/geo/flags/1x1/co.svg +17 -0
  79. skin/frontend/base/default/shopgo/geo/flags/1x1/cr.svg +17 -0
  80. skin/frontend/base/default/shopgo/geo/flags/1x1/cu.svg +24 -0
  81. skin/frontend/base/default/shopgo/geo/flags/1x1/cv.svg +34 -0
  82. skin/frontend/base/default/shopgo/geo/flags/1x1/cw.svg +29 -0
  83. skin/frontend/base/default/shopgo/geo/flags/1x1/cx.svg +25 -0
  84. skin/frontend/base/default/shopgo/geo/flags/1x1/cy.svg +45 -0
  85. skin/frontend/base/default/shopgo/geo/flags/1x1/cz.svg +22 -0
  86. skin/frontend/base/default/shopgo/geo/flags/1x1/de.svg +37 -0
  87. skin/frontend/base/default/shopgo/geo/flags/1x1/dj.svg +23 -0
  88. skin/frontend/base/default/shopgo/geo/flags/1x1/dk.svg +22 -0
  89. skin/frontend/base/default/shopgo/geo/flags/1x1/dm.svg +192 -0
  90. skin/frontend/base/default/shopgo/geo/flags/1x1/do.svg +437 -0
app/code/community/Shopgo/Geo/Block/Adminhtml/Notifications.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Block_Adminhtml_Notifications extends Mage_Adminhtml_Block_Template
4
+ {
5
+ public function checkFilePermissions()
6
+ {
7
+ /** @var $info Shopgo_Geo_Model_Info */
8
+ $info = Mage::getModel('geo/info');
9
+ return $info->checkFilePermissions();
10
+ }
11
+ }
app/code/community/Shopgo/Geo/Block/Geo.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Block_Geo extends Mage_Core_Block_Template {
4
+
5
+ }
app/code/community/Shopgo/Geo/Block/System/Config/Status.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Block_System_Config_Status extends Mage_Adminhtml_Block_System_Config_Form_Field
4
+ {
5
+ /**
6
+ * Remove scope label
7
+ *
8
+ * @param Varien_Data_Form_Element_Abstract $element
9
+ * @return string
10
+ */
11
+ public function render(Varien_Data_Form_Element_Abstract $element)
12
+ {
13
+ $element->unsScope()->unsCanUseWebsiteValue()->unsCanUseDefaultValue();
14
+ return parent::render($element);
15
+ }
16
+
17
+ protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
18
+ {
19
+ /** @var $info Shopgo_Geo_Model_Info */
20
+ $info = Mage::getModel('geo/info');
21
+ if ($date = $info->getDatFileDownloadDate()) {
22
+ $format = Mage::app()->getLocale()->getDateTimeFormat(Mage_Core_Model_Locale::FORMAT_TYPE_MEDIUM);
23
+ $date = Mage::app()->getLocale()->date(intval($date))->toString($format);
24
+ } else {
25
+ $date = '-';
26
+ }
27
+ return '<div id="sync_update_date">' . $date . '</div>';
28
+ }
29
+ }
app/code/community/Shopgo/Geo/Block/System/Config/Synchronize.php ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Block_System_Config_Synchronize extends Mage_Adminhtml_Block_System_Config_Form_Field
4
+ {
5
+ /*
6
+ * Set template
7
+ */
8
+ protected function _construct()
9
+ {
10
+ parent::_construct();
11
+ $this->setTemplate('shopgo/geo/system/config/synchronize.phtml');
12
+ }
13
+
14
+ /**
15
+ * Remove scope label
16
+ *
17
+ * @param Varien_Data_Form_Element_Abstract $element
18
+ * @return string
19
+ */
20
+ public function render(Varien_Data_Form_Element_Abstract $element)
21
+ {
22
+ $element->unsScope()->unsCanUseWebsiteValue()->unsCanUseDefaultValue();
23
+ return parent::render($element);
24
+ }
25
+
26
+ /**
27
+ * Return element html
28
+ *
29
+ * @param Varien_Data_Form_Element_Abstract $element
30
+ * @return string
31
+ */
32
+ protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
33
+ {
34
+ return $this->_toHtml();
35
+ }
36
+
37
+ /**
38
+ * Return ajax url for synchronize button
39
+ *
40
+ * @return string
41
+ */
42
+ public function getAjaxSyncUrl()
43
+ {
44
+ return Mage::getSingleton('adminhtml/url')->getUrl('*/geo/synchronize');
45
+ }
46
+
47
+ /**
48
+ * Return ajax url for synchronize button
49
+ *
50
+ * @return string
51
+ */
52
+ public function getAjaxStatusUpdateUrl()
53
+ {
54
+ return Mage::getSingleton('adminhtml/url')->getUrl('*/geo/status');
55
+ }
56
+
57
+ /**
58
+ * Generate synchronize button html
59
+ *
60
+ * @return string
61
+ */
62
+ public function getButtonHtml()
63
+ {
64
+ /** @var $button Mage_Adminhtml_Block_Widget_Button */
65
+ $button = $this->getLayout()->createBlock('adminhtml/widget_button');
66
+ $button->setData(array(
67
+ 'id' => 'synchronize_button',
68
+ 'label' => $this->helper('adminhtml')->__('Synchronize'),
69
+ 'onclick' => 'javascript:synchronize(); return false;'
70
+ ));
71
+
72
+ return $button->toHtml();
73
+ }
74
+
75
+ /**
76
+ * Retrieve last sync params settings
77
+ *
78
+ * Return array format:
79
+ * array (
80
+ * => storage_type int,
81
+ * => connection_name string
82
+ * )
83
+ *
84
+ * @return array
85
+ */
86
+ public function getSyncStorageParams()
87
+ {
88
+ $flag = Mage::getSingleton('core/file_storage')->getSyncFlag();
89
+ $flagData = $flag->getFlagData();
90
+
91
+ if ($flag->getState() == Mage_Core_Model_File_Storage_Flag::STATE_NOTIFIED
92
+ && is_array($flagData)
93
+ && isset($flagData['destination_storage_type']) && $flagData['destination_storage_type'] != ''
94
+ && isset($flagData['destination_connection_name'])
95
+ ) {
96
+ $storageType = $flagData['destination_storage_type'];
97
+ $connectionName = $flagData['destination_connection_name'];
98
+ } else {
99
+ $storageType = Mage_Core_Model_File_Storage::STORAGE_MEDIA_FILE_SYSTEM;
100
+ $connectionName = '';
101
+ }
102
+
103
+ return array(
104
+ 'storage_type' => $storageType,
105
+ 'connection_name' => $connectionName
106
+ );
107
+ }
108
+ }
app/code/community/Shopgo/Geo/Helper/Data.php ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Helper_Data extends Mage_Core_Helper_Abstract {
4
+ /**
5
+ * Get size of remote file
6
+ *
7
+ * @param $file
8
+ * @return mixed
9
+ */
10
+ public function getSize($file) {
11
+ $ch = curl_init();
12
+ curl_setopt($ch, CURLOPT_URL, $file);
13
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
14
+ curl_setopt($ch, CURLOPT_HEADER, true);
15
+ curl_setopt($ch, CURLOPT_NOBODY, true);
16
+ curl_exec($ch);
17
+ return curl_getinfo($ch, CURLINFO_CONTENT_LENGTH_DOWNLOAD);
18
+ }
19
+
20
+ /**
21
+ * Extracts single gzipped file. If archive will contain more than one file you will got a mess.
22
+ *
23
+ * @param $archive
24
+ * @param $destination
25
+ * @return int
26
+ */
27
+ public function unGZip($archive, $destination) {
28
+ $buffer_size = 4096;
29
+ // read 4kb at a time
30
+ $archive = gzopen($archive, 'rb');
31
+ $dat = fopen($destination, 'wb');
32
+ while (!gzeof($archive)) {
33
+ fwrite($dat, gzread($archive, $buffer_size));
34
+ }
35
+ fclose($dat);
36
+ gzclose($archive);
37
+ return filesize($destination);
38
+ }
39
+
40
+ /* gets the data from a URL */
41
+ public function getData($url) {
42
+ $ch = curl_init();
43
+ $timeout = 5;
44
+ curl_setopt($ch, CURLOPT_URL, $url);
45
+ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
46
+ curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
47
+ $data = curl_exec($ch);
48
+ curl_close($ch);
49
+ return $data;
50
+ }
51
+
52
+ }
app/code/community/Shopgo/Geo/Model/Abstract.php ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ ini_set('allow_url_fopen', true);
3
+ class Shopgo_Geo_Model_Abstract
4
+ {
5
+ protected $local_dir, $local_file, $local_archive, $remote_archive;
6
+
7
+ public function __construct()
8
+ {
9
+ $this->local_dir = 'geo';
10
+ $this->local_file = Mage::getBaseDir('var') . '/' . $this->local_dir . '/GeoIP.dat';
11
+ $this->local_archive = Mage::getBaseDir('var') . '/' . $this->local_dir . '/GeoIP.dat.gz';
12
+ //$this->remote_archive = 'http://www.maxmind.com/download/geo/database/GeoLiteCountry/GeoIP.dat.gz';
13
+ $this->remote_archive = 'http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz';
14
+ }
15
+
16
+ public function getArchivePath()
17
+ {
18
+ return $this->local_archive;
19
+ }
20
+
21
+ public function checkFilePermissions()
22
+ {
23
+ /** @var $helper Shopgo_Geo_Helper_Data */
24
+ $helper = Mage::helper('geo');
25
+
26
+ $dir = Mage::getBaseDir('var') . '/' . $this->local_dir;
27
+ if (file_exists($dir)) {
28
+ if (!is_dir($dir)) {
29
+ return sprintf($helper->__('%s exists but it is file, not dir.'), 'var/' . $this->local_dir);
30
+ } elseif ((!file_exists($this->local_file) || !file_exists($this->local_archive)) && !is_writable($dir)) {
31
+ return sprintf($helper->__('%s exists but files are not and directory is not writable.'), 'var/' . $this->local_dir);
32
+ } elseif (file_exists($this->local_file) && !is_writable($this->local_file)) {
33
+ return sprintf($helper->__('%s is not writable.'), 'var/' . $this->local_dir . '/GeoIP.dat');
34
+ } elseif (file_exists($this->local_archive) && !is_writable($this->local_archive)) {
35
+ return sprintf($helper->__('%s is not writable.'), 'var/' . $this->local_dir . '/GeoIP.dat.gz');
36
+ }
37
+ } elseif (!@mkdir($dir)) {
38
+ return sprintf($helper->__('Can\'t create %s directory.'), 'var/' . $this->local_dir);
39
+ }
40
+
41
+ return '';
42
+ }
43
+
44
+ public function update(){
45
+ /** @var $helper Shopgo_Geo_Helper_Data */
46
+ $helper = Mage::helper('geo');
47
+
48
+ $ret = array('status' => 'error');
49
+
50
+ if ($permissions_error = $this->checkFilePermissions()) {
51
+ $ret['message'] = $permissions_error;
52
+ } else {
53
+ $remote_file_size = $helper->getSize($this->remote_archive);
54
+ if ($remote_file_size < 100000) {
55
+ $ret['message'] = $helper->__('You are banned from downloading the file. Please try again in several hours.');
56
+ } else {
57
+ /** @var $_session Mage_Core_Model_Session */
58
+ $_session = Mage::getSingleton('core/session');
59
+ $_session->setData('_geo_file_size', $remote_file_size);
60
+
61
+ $src = fopen($this->remote_archive, 'r');
62
+ $target = fopen($this->local_archive, 'w');
63
+ stream_copy_to_stream($src, $target);
64
+ fclose($target);
65
+
66
+ if (filesize($this->local_archive)) {
67
+ if ($helper->unGZip($this->local_archive, $this->local_file)) {
68
+ $ret['status'] = 'success';
69
+ $format = Mage::app()->getLocale()->getDateTimeFormat(Mage_Core_Model_Locale::FORMAT_TYPE_MEDIUM);
70
+ $ret['date'] = Mage::app()->getLocale()->date(filemtime($this->local_file))->toString($format);
71
+ } else {
72
+ $ret['message'] = $helper->__('UnGzipping failed');
73
+ }
74
+ } else {
75
+ $ret['message'] = $helper->__('Download failed.');
76
+ }
77
+ }
78
+ }
79
+
80
+ echo json_encode($ret);
81
+ }
82
+ }
app/code/community/Shopgo/Geo/Model/Adminhtml/System/Config/Source/Easing.php ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Model_Adminhtml_System_Config_Source_Easing
4
+ {
5
+ public function toOptionArray()
6
+ {
7
+ $themes = array(
8
+ array('value' => 'linear', 'label' => 'Linear'),
9
+ array('value' => 'swing', 'label' => 'Swing'),
10
+ array('value' => 'easeInQuad', 'label' => 'EaseInQuad'),
11
+ array('value' => 'easeOutQuad', 'label' => 'EaseOutQuad'),
12
+ array('value' => 'easeInOutQuad', 'label' => 'EaseInOutQuad'),
13
+ array('value' => 'easeInCubic', 'label' => 'EaseInCubic'),
14
+ array('value' => 'easeOutCubic', 'label' => 'EaseOutCubic'),
15
+ array('value' => 'easeInOutCubic', 'label' => 'EaseInOutCubic'),
16
+ array('value' => 'easeInQuart', 'label' => 'EaseInQuart'),
17
+ array('value' => 'easeOutQuart', 'label' => 'EaseOutQuart'),
18
+ array('value' => 'easeInOutQuart', 'label' => 'EaseInOutQuart'),
19
+ array('value' => 'easeInQuint', 'label' => 'EaseInQuint'),
20
+ array('value' => 'easeOutQuint', 'label' => 'EaseOutQuint'),
21
+ array('value' => 'easeInOutQuint', 'label' => 'EaseInOutQuint'),
22
+ array('value' => 'easeInExpo', 'label' => 'EaseInExpo'),
23
+ array('value' => 'easeOutExpo', 'label' => 'EaseOutExpo'),
24
+ array('value' => 'easeInOutExpo', 'label' => 'EaseInOutExpo'),
25
+ array('value' => 'easeInSine', 'label' => 'EaseInSine'),
26
+ array('value' => 'easeOutSine', 'label' => 'EaseOutSine'),
27
+ array('value' => 'easeInOutSine', 'label' => 'EaseInOutSine'),
28
+ array('value' => 'easeInCirc', 'label' => 'EaseInCirc'),
29
+ array('value' => 'easeOutCirc', 'label' => 'EaseOutCirc'),
30
+ array('value' => 'easeInOutCirc', 'label' => 'EaseInOutCirc'),
31
+ array('value' => 'easeInElastic', 'label' => 'EaseInElastic'),
32
+ array('value' => 'easeOutElastic', 'label' => 'EaseOutElastic'),
33
+ array('value' => 'easeInOutElastic', 'label' => 'EaseInOutElastic'),
34
+ array('value' => 'easeInBack', 'label' => 'EaseInBack'),
35
+ array('value' => 'easeOutBack', 'label' => 'EaseOutBack'),
36
+ array('value' => 'easeInOutBack', 'label' => 'EaseInOutBack'),
37
+ array('value' => 'easeInBounce', 'label' => 'EaseInBounce'),
38
+ array('value' => 'easeOutBounce', 'label' => 'EaseOutBounce'),
39
+ array('value' => 'easeInOutBounce', 'label' => 'EaseInOutBounce'),
40
+ );
41
+
42
+ return $themes;
43
+ }
44
+ }
app/code/community/Shopgo/Geo/Model/Adminhtml/System/Config/Source/Lifetime.php ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Model_Adminhtml_System_Config_Source_Lifetime
4
+ {
5
+ public function toOptionArray()
6
+ {
7
+ $themes = array(
8
+ array('value' => '1', 'label' => '1'),
9
+ array('value' => '2', 'label' => '2'),
10
+ array('value' => '3', 'label' => '3'),
11
+ array('value' => '4', 'label' => '4'),
12
+ array('value' => '5', 'label' => '5'),
13
+ array('value' => '6', 'label' => '6'),
14
+ array('value' => '7', 'label' => '7'),
15
+ array('value' => '8', 'label' => '8'),
16
+ array('value' => '9', 'label' => '9'),
17
+ array('value' => '10', 'label' => '10')
18
+ );
19
+
20
+ return $themes;
21
+ }
22
+ }
app/code/community/Shopgo/Geo/Model/Country.php ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Model_Country extends Shopgo_Geo_Model_Abstract
4
+ {
5
+ private $country;
6
+ private $allowed_countries = array();
7
+
8
+ public function __construct()
9
+ {
10
+ parent::__construct();
11
+
12
+ $this->country = $this->getCountryByIp(Mage::helper('core/http')->getRemoteAddr());
13
+ $allowCountries = explode(',', (string)Mage::getStoreConfig('general/country/allow'));
14
+ $this->addAllowedCountry($allowCountries);
15
+ }
16
+
17
+ public function getCountryByIp($ip)
18
+ {
19
+ /** @var $wrapper Shopgo_Geo_Model_Wrapper */
20
+ $wrapper = Mage::getSingleton('geo/wrapper');
21
+ if ($wrapper->geo_open($this->local_file, 0)) {
22
+ $country = $wrapper->geo_country_code_by_addr($ip);
23
+ $wrapper->geo_close();
24
+
25
+ return $country;
26
+ } else {
27
+ return null;
28
+ }
29
+ }
30
+
31
+ public function getCountry()
32
+ {
33
+ return $this->country;
34
+ }
35
+
36
+ public function isCountryAllowed($country = '')
37
+ {
38
+ $country = $country ? $country : $this->country;
39
+ if (count($this->allowed_countries) && $country) {
40
+ return in_array($country, $this->allowed_countries);
41
+ } else {
42
+ return true;
43
+ }
44
+ }
45
+
46
+ public function addAllowedCountry($countries)
47
+ {
48
+ $countries = is_array($countries) ? $countries : array($countries);
49
+ $this->allowed_countries = array_merge($this->allowed_countries, $countries);
50
+
51
+ return $this;
52
+ }
53
+ }
app/code/community/Shopgo/Geo/Model/Cron.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Model_Cron
4
+ {
5
+ public function run()
6
+ {
7
+ /** @var $info Shopgo_Geo_Model_Info */
8
+ $info = Mage::getModel('geo/info');
9
+ $info->update();
10
+ }
11
+ }
app/code/community/Shopgo/Geo/Model/Info.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Model_Info extends Shopgo_Geo_Model_Abstract
4
+ {
5
+ public function getDatFileDownloadDate()
6
+ {
7
+ return file_exists($this->local_file) ? filemtime($this->local_file) : 0;
8
+ }
9
+ }
app/code/community/Shopgo/Geo/Model/Observer.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Model_Observer
4
+ {
5
+ public function controllerFrontInitBefore($observer)
6
+ {
7
+ Mage::getModel('geo/country');
8
+ }
9
+ }
app/code/community/Shopgo/Geo/Model/Wrapper.php ADDED
@@ -0,0 +1,440 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */
4
+ /* geo.inc
5
+ *
6
+ * Copyright (C) 2007 MaxMind LLC
7
+ *
8
+ * This library is free software; you can redistribute it and/or
9
+ * modify it under the terms of the GNU Lesser General Public
10
+ * License as published by the Free Software Foundation; either
11
+ * version 2.1 of the License, or (at your option) any later version.
12
+ *
13
+ * This library is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
+ * Lesser General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU Lesser General Public
19
+ * License along with this library; if not, write to the Free Software
20
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21
+ */
22
+
23
+ class Shopgo_Geo_Model_Wrapper
24
+ {
25
+ private $flags;
26
+ private $filehandle;
27
+ private $memory_buffer;
28
+ private $databaseType;
29
+ private $databaseSegments;
30
+ private $record_length;
31
+ private $shmid;
32
+ private $GEO_COUNTRY_CODE_TO_NUMBER = array(
33
+ "" => 0, "AP" => 1, "EU" => 2, "AD" => 3, "AE" => 4, "AF" => 5,
34
+ "AG" => 6, "AI" => 7, "AL" => 8, "AM" => 9, "CW" => 10, "AO" => 11,
35
+ "AQ" => 12, "AR" => 13, "AS" => 14, "AT" => 15, "AU" => 16, "AW" => 17,
36
+ "AZ" => 18, "BA" => 19, "BB" => 20, "BD" => 21, "BE" => 22, "BF" => 23,
37
+ "BG" => 24, "BH" => 25, "BI" => 26, "BJ" => 27, "BM" => 28, "BN" => 29,
38
+ "BO" => 30, "BR" => 31, "BS" => 32, "BT" => 33, "BV" => 34, "BW" => 35,
39
+ "BY" => 36, "BZ" => 37, "CA" => 38, "CC" => 39, "CD" => 40, "CF" => 41,
40
+ "CG" => 42, "CH" => 43, "CI" => 44, "CK" => 45, "CL" => 46, "CM" => 47,
41
+ "CN" => 48, "CO" => 49, "CR" => 50, "CU" => 51, "CV" => 52, "CX" => 53,
42
+ "CY" => 54, "CZ" => 55, "DE" => 56, "DJ" => 57, "DK" => 58, "DM" => 59,
43
+ "DO" => 60, "DZ" => 61, "EC" => 62, "EE" => 63, "EG" => 64, "EH" => 65,
44
+ "ER" => 66, "ES" => 67, "ET" => 68, "FI" => 69, "FJ" => 70, "FK" => 71,
45
+ "FM" => 72, "FO" => 73, "FR" => 74, "SX" => 75, "GA" => 76, "GB" => 77,
46
+ "GD" => 78, "GE" => 79, "GF" => 80, "GH" => 81, "GI" => 82, "GL" => 83,
47
+ "GM" => 84, "GN" => 85, "GP" => 86, "GQ" => 87, "GR" => 88, "GS" => 89,
48
+ "GT" => 90, "GU" => 91, "GW" => 92, "GY" => 93, "HK" => 94, "HM" => 95,
49
+ "HN" => 96, "HR" => 97, "HT" => 98, "HU" => 99, "ID" => 100, "IE" => 101,
50
+ "IL" => 102, "IN" => 103, "IO" => 104, "IQ" => 105, "IR" => 106, "IS" => 107,
51
+ "IT" => 108, "JM" => 109, "JO" => 110, "JP" => 111, "KE" => 112, "KG" => 113,
52
+ "KH" => 114, "KI" => 115, "KM" => 116, "KN" => 117, "KP" => 118, "KR" => 119,
53
+ "KW" => 120, "KY" => 121, "KZ" => 122, "LA" => 123, "LB" => 124, "LC" => 125,
54
+ "LI" => 126, "LK" => 127, "LR" => 128, "LS" => 129, "LT" => 130, "LU" => 131,
55
+ "LV" => 132, "LY" => 133, "MA" => 134, "MC" => 135, "MD" => 136, "MG" => 137,
56
+ "MH" => 138, "MK" => 139, "ML" => 140, "MM" => 141, "MN" => 142, "MO" => 143,
57
+ "MP" => 144, "MQ" => 145, "MR" => 146, "MS" => 147, "MT" => 148, "MU" => 149,
58
+ "MV" => 150, "MW" => 151, "MX" => 152, "MY" => 153, "MZ" => 154, "NA" => 155,
59
+ "NC" => 156, "NE" => 157, "NF" => 158, "NG" => 159, "NI" => 160, "NL" => 161,
60
+ "NO" => 162, "NP" => 163, "NR" => 164, "NU" => 165, "NZ" => 166, "OM" => 167,
61
+ "PA" => 168, "PE" => 169, "PF" => 170, "PG" => 171, "PH" => 172, "PK" => 173,
62
+ "PL" => 174, "PM" => 175, "PN" => 176, "PR" => 177, "PS" => 178, "PT" => 179,
63
+ "PW" => 180, "PY" => 181, "QA" => 182, "RE" => 183, "RO" => 184, "RU" => 185,
64
+ "RW" => 186, "SA" => 187, "SB" => 188, "SC" => 189, "SD" => 190, "SE" => 191,
65
+ "SG" => 192, "SH" => 193, "SI" => 194, "SJ" => 195, "SK" => 196, "SL" => 197,
66
+ "SM" => 198, "SN" => 199, "SO" => 200, "SR" => 201, "ST" => 202, "SV" => 203,
67
+ "SY" => 204, "SZ" => 205, "TC" => 206, "TD" => 207, "TF" => 208, "TG" => 209,
68
+ "TH" => 210, "TJ" => 211, "TK" => 212, "TM" => 213, "TN" => 214, "TO" => 215,
69
+ "TL" => 216, "TR" => 217, "TT" => 218, "TV" => 219, "TW" => 220, "TZ" => 221,
70
+ "UA" => 222, "UG" => 223, "UM" => 224, "US" => 225, "UY" => 226, "UZ" => 227,
71
+ "VA" => 228, "VC" => 229, "VE" => 230, "VG" => 231, "VI" => 232, "VN" => 233,
72
+ "VU" => 234, "WF" => 235, "WS" => 236, "YE" => 237, "YT" => 238, "RS" => 239,
73
+ "ZA" => 240, "ZM" => 241, "ME" => 242, "ZW" => 243, "A1" => 244, "A2" => 245,
74
+ "O1" => 246, "AX" => 247, "GG" => 248, "IM" => 249, "JE" => 250, "BL" => 251,
75
+ "MF" => 252, "BQ" => 253,
76
+ );
77
+ private $GEO_COUNTRY_CODES = array(
78
+ "","AP","EU","AD","AE","AF","AG","AI","AL","AM","CW",
79
+ "AO","AQ","AR","AS","AT","AU","AW","AZ","BA","BB",
80
+ "BD","BE","BF","BG","BH","BI","BJ","BM","BN","BO",
81
+ "BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD",
82
+ "CF","CG","CH","CI","CK","CL","CM","CN","CO","CR",
83
+ "CU","CV","CX","CY","CZ","DE","DJ","DK","DM","DO",
84
+ "DZ","EC","EE","EG","EH","ER","ES","ET","FI","FJ",
85
+ "FK","FM","FO","FR","SX","GA","GB","GD","GE","GF",
86
+ "GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT",
87
+ "GU","GW","GY","HK","HM","HN","HR","HT","HU","ID",
88
+ "IE","IL","IN","IO","IQ","IR","IS","IT","JM","JO",
89
+ "JP","KE","KG","KH","KI","KM","KN","KP","KR","KW",
90
+ "KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT",
91
+ "LU","LV","LY","MA","MC","MD","MG","MH","MK","ML",
92
+ "MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV",
93
+ "MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI",
94
+ "NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF",
95
+ "PG","PH","PK","PL","PM","PN","PR","PS","PT","PW",
96
+ "PY","QA","RE","RO","RU","RW","SA","SB","SC","SD",
97
+ "SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO",
98
+ "SR","ST","SV","SY","SZ","TC","TD","TF","TG","TH",
99
+ "TJ","TK","TM","TN","TO","TL","TR","TT","TV","TW",
100
+ "TZ","UA","UG","UM","US","UY","UZ","VA","VC","VE",
101
+ "VG","VI","VN","VU","WF","WS","YE","YT","RS","ZA",
102
+ "ZM","ME","ZW","A1","A2","O1","AX","GG","IM","JE",
103
+ "BL","MF", "BQ");
104
+ private $GEO_COUNTRY_CODES3 = array(
105
+ "","AP","EU","AND","ARE","AFG","ATG","AIA","ALB","ARM","CUW",
106
+ "AGO","ATA","ARG","ASM","AUT","AUS","ABW","AZE","BIH","BRB",
107
+ "BGD","BEL","BFA","BGR","BHR","BDI","BEN","BMU","BRN","BOL",
108
+ "BRA","BHS","BTN","BVT","BWA","BLR","BLZ","CAN","CCK","COD",
109
+ "CAF","COG","CHE","CIV","COK","CHL","CMR","CHN","COL","CRI",
110
+ "CUB","CPV","CXR","CYP","CZE","DEU","DJI","DNK","DMA","DOM",
111
+ "DZA","ECU","EST","EGY","ESH","ERI","ESP","ETH","FIN","FJI",
112
+ "FLK","FSM","FRO","FRA","SXM","GAB","GBR","GRD","GEO","GUF",
113
+ "GHA","GIB","GRL","GMB","GIN","GLP","GNQ","GRC","SGS","GTM",
114
+ "GUM","GNB","GUY","HKG","HMD","HND","HRV","HTI","HUN","IDN",
115
+ "IRL","ISR","IND","IOT","IRQ","IRN","ISL","ITA","JAM","JOR",
116
+ "JPN","KEN","KGZ","KHM","KIR","COM","KNA","PRK","KOR","KWT",
117
+ "CYM","KAZ","LAO","LBN","LCA","LIE","LKA","LBR","LSO","LTU",
118
+ "LUX","LVA","LBY","MAR","MCO","MDA","MDG","MHL","MKD","MLI",
119
+ "MMR","MNG","MAC","MNP","MTQ","MRT","MSR","MLT","MUS","MDV",
120
+ "MWI","MEX","MYS","MOZ","NAM","NCL","NER","NFK","NGA","NIC",
121
+ "NLD","NOR","NPL","NRU","NIU","NZL","OMN","PAN","PER","PYF",
122
+ "PNG","PHL","PAK","POL","SPM","PCN","PRI","PSE","PRT","PLW",
123
+ "PRY","QAT","REU","ROU","RUS","RWA","SAU","SLB","SYC","SDN",
124
+ "SWE","SGP","SHN","SVN","SJM","SVK","SLE","SMR","SEN","SOM",
125
+ "SUR","STP","SLV","SYR","SWZ","TCA","TCD","ATF","TGO","THA",
126
+ "TJK","TKL","TKM","TUN","TON","TLS","TUR","TTO","TUV","TWN",
127
+ "TZA","UKR","UGA","UMI","USA","URY","UZB","VAT","VCT","VEN",
128
+ "VGB","VIR","VNM","VUT","WLF","WSM","YEM","MYT","SRB","ZAF",
129
+ "ZMB","MNE","ZWE","A1","A2","O1","ALA","GGY","IMN","JEY",
130
+ "BLM","MAF", "BES"
131
+ );
132
+ private $GEO_COUNTRY_NAMES = array(
133
+ "","Asia/Pacific Region","Europe","Andorra","United Arab Emirates","Afghanistan","Antigua and Barbuda","Anguilla","Albania","Armenia","Curacao",
134
+ "Angola","Antarctica","Argentina","American Samoa","Austria","Australia","Aruba","Azerbaijan","Bosnia and Herzegovina","Barbados",
135
+ "Bangladesh","Belgium","Burkina Faso","Bulgaria","Bahrain","Burundi","Benin","Bermuda","Brunei Darussalam","Bolivia",
136
+ "Brazil","Bahamas","Bhutan","Bouvet Island","Botswana","Belarus","Belize","Canada","Cocos (Keeling) Islands","Congo, The Democratic Republic of the",
137
+ "Central African Republic","Congo","Switzerland","Cote D'Ivoire","Cook Islands","Chile","Cameroon","China","Colombia","Costa Rica",
138
+ "Cuba","Cape Verde","Christmas Island","Cyprus","Czech Republic","Germany","Djibouti","Denmark","Dominica","Dominican Republic",
139
+ "Algeria","Ecuador","Estonia","Egypt","Western Sahara","Eritrea","Spain","Ethiopia","Finland","Fiji",
140
+ "Falkland Islands (Malvinas)","Micronesia, Federated States of","Faroe Islands","France","Sint Maarten (Dutch part)","Gabon","United Kingdom","Grenada","Georgia","French Guiana",
141
+ "Ghana","Gibraltar","Greenland","Gambia","Guinea","Guadeloupe","Equatorial Guinea","Greece","South Georgia and the South Sandwich Islands","Guatemala",
142
+ "Guam","Guinea-Bissau","Guyana","Hong Kong","Heard Island and McDonald Islands","Honduras","Croatia","Haiti","Hungary","Indonesia",
143
+ "Ireland","Israel","India","British Indian Ocean Territory","Iraq","Iran, Islamic Republic of","Iceland","Italy","Jamaica","Jordan",
144
+ "Japan","Kenya","Kyrgyzstan","Cambodia","Kiribati","Comoros","Saint Kitts and Nevis","Korea, Democratic People's Republic of","Korea, Republic of","Kuwait",
145
+ "Cayman Islands","Kazakhstan","Lao People's Democratic Republic","Lebanon","Saint Lucia","Liechtenstein","Sri Lanka","Liberia","Lesotho","Lithuania",
146
+ "Luxembourg","Latvia","Libya","Morocco","Monaco","Moldova, Republic of","Madagascar","Marshall Islands","Macedonia","Mali",
147
+ "Myanmar","Mongolia","Macau","Northern Mariana Islands","Martinique","Mauritania","Montserrat","Malta","Mauritius","Maldives",
148
+ "Malawi","Mexico","Malaysia","Mozambique","Namibia","New Caledonia","Niger","Norfolk Island","Nigeria","Nicaragua",
149
+ "Netherlands","Norway","Nepal","Nauru","Niue","New Zealand","Oman","Panama","Peru","French Polynesia",
150
+ "Papua New Guinea","Philippines","Pakistan","Poland","Saint Pierre and Miquelon","Pitcairn Islands","Puerto Rico","Palestinian Territory","Portugal","Palau",
151
+ "Paraguay","Qatar","Reunion","Romania","Russian Federation","Rwanda","Saudi Arabia","Solomon Islands","Seychelles","Sudan",
152
+ "Sweden","Singapore","Saint Helena","Slovenia","Svalbard and Jan Mayen","Slovakia","Sierra Leone","San Marino","Senegal","Somalia","Suriname",
153
+ "Sao Tome and Principe","El Salvador","Syrian Arab Republic","Swaziland","Turks and Caicos Islands","Chad","French Southern Territories","Togo","Thailand",
154
+ "Tajikistan","Tokelau","Turkmenistan","Tunisia","Tonga","Timor-Leste","Turkey","Trinidad and Tobago","Tuvalu","Taiwan",
155
+ "Tanzania, United Republic of","Ukraine","Uganda","United States Minor Outlying Islands","United States","Uruguay","Uzbekistan","Holy See (Vatican City State)","Saint Vincent and the Grenadines","Venezuela",
156
+ "Virgin Islands, British","Virgin Islands, U.S.","Vietnam","Vanuatu","Wallis and Futuna","Samoa","Yemen","Mayotte","Serbia","South Africa",
157
+ "Zambia","Montenegro","Zimbabwe","Anonymous Proxy","Satellite Provider","Other","Aland Islands","Guernsey","Isle of Man","Jersey",
158
+ "Saint Barthelemy","Saint Martin", "Bonaire, Saint Eustatius and Saba"
159
+ );
160
+
161
+ private $GEO_CONTINENT_CODES = array(
162
+ "--", "AS","EU","EU","AS","AS","NA","NA","EU","AS","NA",
163
+ "AF","AN","SA","OC","EU","OC","NA","AS","EU","NA",
164
+ "AS","EU","AF","EU","AS","AF","AF","NA","AS","SA",
165
+ "SA","NA","AS","AN","AF","EU","NA","NA","AS","AF",
166
+ "AF","AF","EU","AF","OC","SA","AF","AS","SA","NA",
167
+ "NA","AF","AS","AS","EU","EU","AF","EU","NA","NA",
168
+ "AF","SA","EU","AF","AF","AF","EU","AF","EU","OC",
169
+ "SA","OC","EU","EU","NA","AF","EU","NA","AS","SA",
170
+ "AF","EU","NA","AF","AF","NA","AF","EU","AN","NA",
171
+ "OC","AF","SA","AS","AN","NA","EU","NA","EU","AS",
172
+ "EU","AS","AS","AS","AS","AS","EU","EU","NA","AS",
173
+ "AS","AF","AS","AS","OC","AF","NA","AS","AS","AS",
174
+ "NA","AS","AS","AS","NA","EU","AS","AF","AF","EU",
175
+ "EU","EU","AF","AF","EU","EU","AF","OC","EU","AF",
176
+ "AS","AS","AS","OC","NA","AF","NA","EU","AF","AS",
177
+ "AF","NA","AS","AF","AF","OC","AF","OC","AF","NA",
178
+ "EU","EU","AS","OC","OC","OC","AS","NA","SA","OC",
179
+ "OC","AS","AS","EU","NA","OC","NA","AS","EU","OC",
180
+ "SA","AS","AF","EU","EU","AF","AS","OC","AF","AF",
181
+ "EU","AS","AF","EU","EU","EU","AF","EU","AF","AF",
182
+ "SA","AF","NA","AS","AF","NA","AF","AN","AF","AS",
183
+ "AS","OC","AS","AF","OC","AS","EU","NA","OC","AS",
184
+ "AF","EU","AF","OC","NA","SA","AS","EU","NA","SA",
185
+ "NA","NA","AS","OC","OC","OC","AS","AF","EU","AF",
186
+ "AF","EU","AF","--","--","--","EU","EU","EU","EU",
187
+ "NA","NA","NA"
188
+ );
189
+
190
+ private $GEO_COUNTRY_BEGIN = 16776960;
191
+ private $GEO_STATE_BEGIN_REV0 = 16700000;
192
+ private $GEO_STATE_BEGIN_REV1 = 16000000;
193
+ private $GEO_STANDARD = 0;
194
+ private $GEO_MEMORY_CACHE = 1;
195
+ private $GEO_SHARED_MEMORY = 2;
196
+ private $STRUCTURE_INFO_MAX_SIZE = 20;
197
+ private $DATABASE_INFO_MAX_SIZE = 100;
198
+ private $GEO_COUNTRY_EDITION = 106;
199
+ private $GEO_PROXY_EDITION = 8;
200
+ private $GEO_ASNUM_EDITION = 9;
201
+ private $GEO_NETSPEED_EDITION = 10;
202
+ private $GEO_REGION_EDITION_REV0 = 112;
203
+ private $GEO_REGION_EDITION_REV1 = 3;
204
+ private $GEO_CITY_EDITION_REV0 = 111;
205
+ private $GEO_CITY_EDITION_REV1 = 2;
206
+ private $GEO_ORG_EDITION = 110;
207
+ private $GEO_ISP_EDITION = 4;
208
+ private $SEGMENT_RECORD_LENGTH = 3;
209
+ private $STANDARD_RECORD_LENGTH = 3;
210
+ private $ORG_RECORD_LENGTH = 4;
211
+ private $MAX_RECORD_LENGTH = 4;
212
+ private $MAX_ORG_RECORD_LENGTH = 300;
213
+ private $GEO_SHM_KEY = 0x4f415401;
214
+ private $US_OFFSET = 1;
215
+ private $CANADA_OFFSET = 677;
216
+ private $WORLD_OFFSET = 1353;
217
+ private $FIPS_RANGE = 360;
218
+ private $GEO_UNKNOWN_SPEED = 0;
219
+ private $GEO_DIALUP_SPEED = 1;
220
+ private $GEO_CABLEDSL_SPEED = 2;
221
+ private $GEO_CORPORATE_SPEED = 3;
222
+ private $GEO_DOMAIN_EDITION = 11;
223
+ private $GEO_COUNTRY_EDITION_V6 = 12;
224
+ private $GEO_LOCATIONA_EDITION = 13;
225
+ private $GEO_ACCURACYRADIUS_EDITION = 14;
226
+ private $GEO_CITYCOMBINED_EDITION = 15;
227
+ private $GEO_CITY_EDITION_REV1_V6 = 30;
228
+ private $GEO_CITY_EDITION_REV0_V6 = 31;
229
+ private $GEO_NETSPEED_EDITION_REV1 = 32;
230
+ private $GEO_NETSPEED_EDITION_REV1_V6 = 33;
231
+ private $GEO_USERTYPE_EDITION = 28;
232
+ private $GEO_USERTYPE_EDITION_V6 = 29;
233
+ private $GEO_ASNUM_EDITION_V6 = 21;
234
+ private $GEO_ISP_EDITION_V6 = 22;
235
+ private $GEO_ORG_EDITION_V6 = 23;
236
+ private $GEO_DOMAIN_EDITION_V6 = 24;
237
+ private $CITYCOMBINED_FIXED_RECORD = 7 ;
238
+
239
+ public function geo_open($filename, $flags) {
240
+ $this->flags = $flags;
241
+ if ($this->flags & $this->GEO_SHARED_MEMORY) {
242
+ $this->shmid = @shmop_open ($this->GEO_SHM_KEY, "a", 0, 0);
243
+ } else {
244
+ if (file_exists($filename) && $this->filehandle = fopen($filename,"rb")) {
245
+ if ($this->flags & $this->GEO_MEMORY_CACHE) {
246
+ $s_array = fstat($this->filehandle);
247
+ $this->memory_buffer = fread($this->filehandle, $s_array['size']);
248
+ }
249
+ } else {
250
+ return false;
251
+ }
252
+ }
253
+
254
+ $this->_setup_segments();
255
+ return true;
256
+ }
257
+
258
+ public function geo_close() {
259
+ if ($this->flags & $this->GEO_SHARED_MEMORY) {
260
+ return true;
261
+ }
262
+
263
+ return fclose($this->filehandle);
264
+ }
265
+
266
+ public function geo_country_code_by_addr($addr) {
267
+ $country_id = $this->geo_country_id_by_addr($addr);
268
+ return $country_id !== false ? $this->GEO_COUNTRY_CODES[$country_id] : false;
269
+ }
270
+
271
+ public function geo_country_id_by_addr($addr) {
272
+ $ipnum = ip2long($addr);
273
+ return $this->_geo_seek_country($ipnum) - $this->GEO_COUNTRY_BEGIN;
274
+ }
275
+
276
+ private function _geo_seek_country($ipnum) {
277
+ $offset = 0;
278
+ for ($depth = 31; $depth >= 0; --$depth) {
279
+ if ($this->flags & $this->GEO_MEMORY_CACHE) {
280
+ // workaround php's broken substr, strpos, etc handling with
281
+ // mbstring.func_overload and mbstring.internal_encoding
282
+ $enc = mb_internal_encoding();
283
+ mb_internal_encoding('ISO-8859-1');
284
+
285
+ $buf = substr($this->memory_buffer,
286
+ 2 * $this->record_length * $offset,
287
+ 2 * $this->record_length);
288
+
289
+ mb_internal_encoding($enc);
290
+ } elseif ($this->flags & $this->GEO_SHARED_MEMORY) {
291
+ $buf = @shmop_read ($this->shmid,
292
+ 2 * $this->record_length * $offset,
293
+ 2 * $this->record_length );
294
+ } else {
295
+ fseek($this->filehandle, 2 * $this->record_length * $offset, SEEK_SET) == 0
296
+ or die("fseek failed");
297
+ $buf = fread($this->filehandle, 2 * $this->record_length);
298
+ }
299
+ $x = array(0,0);
300
+ for ($i = 0; $i < 2; ++$i) {
301
+ for ($j = 0; $j < $this->record_length; ++$j) {
302
+ $x[$i] += ord($buf[$this->record_length * $i + $j]) << ($j * 8);
303
+ }
304
+ }
305
+ if ($ipnum & (1 << $depth)) {
306
+ if ($x[1] >= $this->databaseSegments) {
307
+ return $x[1];
308
+ }
309
+ $offset = $x[1];
310
+ } else {
311
+ if ($x[0] >= $this->databaseSegments) {
312
+ return $x[0];
313
+ }
314
+ $offset = $x[0];
315
+ }
316
+ }
317
+ trigger_error("error traversing database - perhaps it is corrupt?", E_USER_ERROR);
318
+ return false;
319
+ }
320
+
321
+ private function _setup_segments(){
322
+ $this->databaseType = $this->GEO_COUNTRY_EDITION;
323
+ $this->record_length = $this->STANDARD_RECORD_LENGTH;
324
+ if ($this->flags & $this->GEO_SHARED_MEMORY) {
325
+ $offset = @shmop_size ($this->shmid) - 3;
326
+ for ($i = 0; $i < $this->STRUCTURE_INFO_MAX_SIZE; $i++) {
327
+ $delim = @shmop_read ($this->shmid, $offset, 3);
328
+ $offset += 3;
329
+ if ($delim == (chr(255).chr(255).chr(255))) {
330
+ $this->databaseType = ord(@shmop_read ($this->shmid, $offset, 1));
331
+ $offset++;
332
+
333
+ if ($this->databaseType == $this->GEO_REGION_EDITION_REV0){
334
+ $this->databaseSegments = $this->GEO_STATE_BEGIN_REV0;
335
+ } else if ($this->databaseType == $this->GEO_REGION_EDITION_REV1){
336
+ $this->databaseSegments = $this->GEO_STATE_BEGIN_REV1;
337
+ } else if (($this->databaseType == $this->GEO_CITY_EDITION_REV0)||
338
+ ($this->databaseType == $this->GEO_CITY_EDITION_REV1)
339
+ || ($this->databaseType == $this->GEO_ORG_EDITION)
340
+ || ($this->databaseType == $this->GEO_ORG_EDITION_V6)
341
+ || ($this->databaseType == $this->GEO_DOMAIN_EDITION)
342
+ || ($this->databaseType == $this->GEO_DOMAIN_EDITION_V6)
343
+ || ($this->databaseType == $this->GEO_ISP_EDITION)
344
+ || ($this->databaseType == $this->GEO_ISP_EDITION_V6)
345
+ || ($this->databaseType == $this->GEO_USERTYPE_EDITION)
346
+ || ($this->databaseType == $this->GEO_USERTYPE_EDITION_V6)
347
+ || ($this->databaseType == $this->GEO_LOCATIONA_EDITION)
348
+ || ($this->databaseType == $this->GEO_ACCURACYRADIUS_EDITION)
349
+ || ($this->databaseType == $this->GEO_CITY_EDITION_REV0_V6)
350
+ || ($this->databaseType == $this->GEO_CITY_EDITION_REV1_V6)
351
+ || ($this->databaseType == $this->GEO_NETSPEED_EDITION_REV1)
352
+ || ($this->databaseType == $this->GEO_NETSPEED_EDITION_REV1_V6)
353
+ || ($this->databaseType == $this->GEO_ASNUM_EDITION)
354
+ || ($this->databaseType == $this->GEO_ASNUM_EDITION_V6)){
355
+ $this->databaseSegments = 0;
356
+ $buf = @shmop_read ($this->shmid, $offset, $this->SEGMENT_RECORD_LENGTH);
357
+ for ($j = 0;$j < $this->SEGMENT_RECORD_LENGTH;$j++){
358
+ $this->databaseSegments += (ord($buf[$j]) << ($j * 8));
359
+ }
360
+ if (($this->databaseType == $this->GEO_ORG_EDITION)
361
+ || ($this->databaseType == $this->GEO_ORG_EDITION_V6)
362
+ || ($this->databaseType == $this->GEO_DOMAIN_EDITION)
363
+ || ($this->databaseType == $this->GEO_DOMAIN_EDITION_V6)
364
+ || ($this->databaseType == $this->GEO_ISP_EDITION)
365
+ || ($this->databaseType == $this->GEO_ISP_EDITION_V6)) {
366
+ $this->record_length = $this->ORG_RECORD_LENGTH;
367
+ }
368
+ }
369
+ break;
370
+ } else {
371
+ $offset -= 4;
372
+ }
373
+ }
374
+ if (($this->databaseType == $this->GEO_COUNTRY_EDITION)||
375
+ ($this->databaseType == $this->GEO_COUNTRY_EDITION_V6)||
376
+ ($this->databaseType == $this->GEO_PROXY_EDITION)||
377
+ ($this->databaseType == $this->GEO_NETSPEED_EDITION)){
378
+ $this->databaseSegments = $this->GEO_COUNTRY_BEGIN;
379
+ }
380
+ } else {
381
+ $filepos = ftell($this->filehandle);
382
+ fseek($this->filehandle, -3, SEEK_END);
383
+ for ($i = 0; $i < $this->STRUCTURE_INFO_MAX_SIZE; $i++) {
384
+ $delim = fread($this->filehandle,3);
385
+ if ($delim == (chr(255).chr(255).chr(255))){
386
+ $this->databaseType = ord(fread($this->filehandle,1));
387
+ if ($this->databaseType == $this->GEO_REGION_EDITION_REV0){
388
+ $this->databaseSegments = $this->GEO_STATE_BEGIN_REV0;
389
+ }
390
+ else if ($this->databaseType == $this->GEO_REGION_EDITION_REV1){
391
+ $this->databaseSegments = $this->GEO_STATE_BEGIN_REV1;
392
+ } else if (($this->databaseType == $this->GEO_CITY_EDITION_REV0)
393
+ || ($this->databaseType == $this->GEO_CITY_EDITION_REV1)
394
+ || ($this->databaseType == $this->GEO_CITY_EDITION_REV0_V6)
395
+ || ($this->databaseType == $this->GEO_CITY_EDITION_REV1_V6)
396
+ || ($this->databaseType == $this->GEO_ORG_EDITION)
397
+ || ($this->databaseType == $this->GEO_DOMAIN_EDITION)
398
+ || ($this->databaseType == $this->GEO_ISP_EDITION)
399
+ || ($this->databaseType == $this->GEO_ORG_EDITION_V6)
400
+ || ($this->databaseType == $this->GEO_DOMAIN_EDITION_V6)
401
+ || ($this->databaseType == $this->GEO_ISP_EDITION_V6)
402
+ || ($this->databaseType == $this->GEO_LOCATIONA_EDITION)
403
+ || ($this->databaseType == $this->GEO_ACCURACYRADIUS_EDITION)
404
+ || ($this->databaseType == $this->GEO_CITY_EDITION_REV0_V6)
405
+ || ($this->databaseType == $this->GEO_CITY_EDITION_REV1_V6)
406
+ || ($this->databaseType == $this->GEO_NETSPEED_EDITION_REV1)
407
+ || ($this->databaseType == $this->GEO_NETSPEED_EDITION_REV1_V6)
408
+ || ($this->databaseType == $this->GEO_USERTYPE_EDITION)
409
+ || ($this->databaseType == $this->GEO_USERTYPE_EDITION_V6)
410
+ || ($this->databaseType == $this->GEO_ASNUM_EDITION)
411
+ || ($this->databaseType == $this->GEO_ASNUM_EDITION_V6)){
412
+ $this->databaseSegments = 0;
413
+ $buf = fread($this->filehandle, $this->SEGMENT_RECORD_LENGTH);
414
+ for ($j = 0;$j < $this->SEGMENT_RECORD_LENGTH;$j++){
415
+ $this->databaseSegments += (ord($buf[$j]) << ($j * 8));
416
+ }
417
+ if ( ( $this->databaseType == $this->GEO_ORG_EDITION )
418
+ || ( $this->databaseType == $this->GEO_DOMAIN_EDITION )
419
+ || ( $this->databaseType == $this->GEO_ISP_EDITION )
420
+ || ( $this->databaseType == $this->GEO_ORG_EDITION_V6 )
421
+ || ( $this->databaseType == $this->GEO_DOMAIN_EDITION_V6 )
422
+ || ( $this->databaseType == $this->GEO_ISP_EDITION_V6 )) {
423
+ $this->record_length = $this->ORG_RECORD_LENGTH;
424
+ }
425
+ }
426
+ break;
427
+ } else {
428
+ fseek($this->filehandle, -4, SEEK_CUR);
429
+ }
430
+ }
431
+ if (($this->databaseType == $this->GEO_COUNTRY_EDITION)||
432
+ ($this->databaseType == $this->GEO_COUNTRY_EDITION_V6)||
433
+ ($this->databaseType == $this->GEO_PROXY_EDITION)||
434
+ ($this->databaseType == $this->GEO_NETSPEED_EDITION)){
435
+ $this->databaseSegments = $this->GEO_COUNTRY_BEGIN;
436
+ }
437
+ fseek($this->filehandle,$filepos,SEEK_SET);
438
+ }
439
+ }
440
+ }
app/code/community/Shopgo/Geo/controllers/Adminhtml/GeoController.php ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_Adminhtml_GeoController extends Mage_Adminhtml_Controller_Action
4
+ {
5
+ public function statusAction()
6
+ {
7
+ /** @var $_session Mage_Core_Model_Session */
8
+ $_session = Mage::getSingleton('core/session');
9
+ /** @var $info Shopgo_Geo_Model_Info */
10
+ $info = Mage::getModel('geo/info');
11
+
12
+ $_realSize = filesize($info->getArchivePath());
13
+ $_totalSize = $_session->getData('_geo_file_size');
14
+ echo $_totalSize ? $_realSize / $_totalSize * 100 : 0;
15
+ }
16
+
17
+ public function synchronizeAction()
18
+ {
19
+ /** @var $info Shopgo_Geo_Model_Info */
20
+ $info = Mage::getModel('geo/info');
21
+ $info->update();
22
+ }
23
+ }
app/code/community/Shopgo/Geo/controllers/IndexController.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Shopgo_Geo_IndexController extends Mage_Core_Controller_Front_Action {
4
+
5
+ public function indexAction() {
6
+
7
+ }
8
+
9
+ }
app/code/community/Shopgo/Geo/etc/adminhtml.xml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <!-- <menu>
4
+ <shopgo translate="title" module="geo">
5
+ <title>Shopgo</title>
6
+ <sort_order>100</sort_order>
7
+ <children>
8
+ <geo translate="title" module="geo">
9
+ <title>Geo Module</title>
10
+ <sort_order>0</sort_order>
11
+ <children>
12
+ <configuration>
13
+ <title>Configuration</title>
14
+ <sort_order>1</sort_order>
15
+ <action>adminhtml/system_config/edit/section/geo</action>
16
+ </configuration>
17
+ </children>
18
+ </geo>
19
+ </children>
20
+ </shopgo>
21
+ </menu> -->
22
+ <acl>
23
+ <resources>
24
+ <all>
25
+ <title>Allow Everything</title>
26
+ </all>
27
+ <admin>
28
+ <children>
29
+ <system>
30
+ <children>
31
+ <config>
32
+ <children>
33
+ <geo translate="title">
34
+ <title>Geo Module</title>
35
+ <sort_order>10</sort_order>
36
+ </geo>
37
+ </children>
38
+ </config>
39
+ </children>
40
+ </system>
41
+ <shopgo translate="title" module="geo">
42
+ <title>Shopgo</title>
43
+ <sort_order>71</sort_order>
44
+ <children>
45
+ <geo translate="title">
46
+ <title>Geo Module</title>
47
+ <children>
48
+ <configuration translate="title">
49
+ <title>Configuration</title>
50
+ <sort_order>1</sort_order>
51
+ </configuration>
52
+ </children>
53
+ </geo>
54
+ </children>
55
+ </shopgo>
56
+ </children>
57
+ </admin>
58
+ </resources>
59
+ </acl>
60
+ </config>
app/code/community/Shopgo/Geo/etc/config.xml ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Shopgo_Geo>
5
+ <version>0.0.1</version>
6
+ </Shopgo_Geo>
7
+ </modules>
8
+ <frontend>
9
+ <secure_url>
10
+ <geo>/geo</geo>
11
+ </secure_url>
12
+ <routers>
13
+ <geo>
14
+ <use>standard</use>
15
+ <args>
16
+ <module>Shopgo_Geo</module>
17
+ <frontName>geo</frontName>
18
+ </args>
19
+ </geo>
20
+
21
+ </routers>
22
+ <layout>
23
+ <updates>
24
+ <ec>
25
+ <file>shopgo/geo.xml</file>
26
+ </ec>
27
+ </updates>
28
+ </layout>
29
+ <events>
30
+
31
+ </events>
32
+ <translate>
33
+ <modules>
34
+ <Shopgo_Geo>
35
+ <files>
36
+ <default>Shopgo_Geo.csv</default>
37
+ </files>
38
+ </Shopgo_Geo>
39
+ </modules>
40
+ </translate>
41
+ </frontend>
42
+
43
+ <adminhtml>
44
+ <layout>
45
+ <updates>
46
+ <geo>
47
+ <file>shopgo/geo.xml</file>
48
+ </geo>
49
+ </updates>
50
+ </layout>
51
+ </adminhtml>
52
+ <global>
53
+ <models>
54
+ <geo>
55
+ <class>Shopgo_Geo_Model</class>
56
+
57
+ </geo>
58
+
59
+ </models>
60
+ <resources>
61
+ <geo_setup>
62
+ <setup>
63
+ <module>Shopgo_Geo</module>
64
+ </setup>
65
+ <connection>
66
+ <use>core_setup</use>
67
+ </connection>
68
+ </geo_setup>
69
+ <geo_write>
70
+ <connection>
71
+ <use>core_write</use>
72
+ </connection>
73
+ </geo_write>
74
+ <geo_read>
75
+ <connection>
76
+ <use>core_read</use>
77
+ </connection>
78
+ </geo_read>
79
+ </resources>
80
+ <blocks>
81
+ <geo>
82
+ <class>Shopgo_Geo_Block</class>
83
+ </geo>
84
+
85
+
86
+ </blocks>
87
+ <helpers>
88
+ <geo>
89
+ <class>Shopgo_Geo_Helper</class>
90
+ </geo>
91
+ </helpers>
92
+ <events>
93
+ <controller_front_init_before>
94
+ <observers>
95
+ <geo>
96
+ <type>singleton</type>
97
+ <class>geo/observer</class>
98
+ <method>controllerFrontInitBefore</method>
99
+ </geo>
100
+ </observers>
101
+ </controller_front_init_before>
102
+ </events>
103
+ </global>
104
+ <admin>
105
+ <routers>
106
+ <adminhtml>
107
+ <args>
108
+ <modules>
109
+ <shopgo_geo before="Mage_Adminhtml">Shopgo_Geo_Adminhtml</shopgo_geo>
110
+ </modules>
111
+ </args>
112
+ </adminhtml>
113
+ </routers>
114
+ </admin>
115
+ <crontab>
116
+ <jobs>
117
+ <geo_update>
118
+ <schedule><cron_expr>0 0 1 * *</cron_expr></schedule>
119
+ <run><model>geo/cron::run</model></run>
120
+ </geo_update>
121
+ </jobs>
122
+ </crontab>
123
+ <default>
124
+ <geo>
125
+ <general>
126
+ <active>1</active>
127
+
128
+ </general>
129
+
130
+ </geo>
131
+ </default>
132
+ </config>
app/code/community/Shopgo/Geo/etc/system.xml ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <config>
2
+ <tabs>
3
+ <shopgo translate="label">
4
+ <label>Shopgo Extensions</label>
5
+ <sort_order>205</sort_order>
6
+ </shopgo>
7
+ </tabs>
8
+ <sections>
9
+ <geo translate="label" module="geo">
10
+ <class>separator-top</class>
11
+ <label>Shopgo Geo</label>
12
+ <tab>shopgo</tab>
13
+ <frontend_type>text</frontend_type>
14
+ <sort_order>300</sort_order>
15
+ <show_in_default>1</show_in_default>
16
+ <show_in_website>1</show_in_website>
17
+ <show_in_store>1</show_in_store>
18
+ <groups>
19
+ <general translate="label">
20
+ <label>General Configuration</label>
21
+ <frontend_type>text</frontend_type>
22
+ <sort_order>1</sort_order>
23
+ <show_in_default>1</show_in_default>
24
+ <show_in_website>1</show_in_website>
25
+ <show_in_store>1</show_in_store>
26
+ <fields>
27
+ <active translate="label">
28
+ <label>Enable Module</label>
29
+ <frontend_type>select</frontend_type>
30
+ <source_model>adminhtml/system_config_source_yesno</source_model>
31
+ <sort_order>1</sort_order>
32
+ <show_in_default>1</show_in_default>
33
+ <show_in_website>1</show_in_website>
34
+ <show_in_store>1</show_in_store>
35
+ </active>
36
+ <alwaysshow translate="label">
37
+ <label>Always show</label>
38
+ <frontend_type>select</frontend_type>
39
+ <source_model>adminhtml/system_config_source_yesno</source_model>
40
+ <sort_order>2</sort_order>
41
+ <show_in_default>1</show_in_default>
42
+ <show_in_website>1</show_in_website>
43
+ <show_in_store>1</show_in_store>
44
+ <comment>Force the shipping notification to ignore cookies and always show.</comment>
45
+ </alwaysshow>
46
+ <geo_debug translate="label">
47
+ <label>Debug</label>
48
+ <frontend_type>select</frontend_type>
49
+ <source_model>adminhtml/system_config_source_yesno</source_model>
50
+ <sort_order>3</sort_order>
51
+ <show_in_default>1</show_in_default>
52
+ <show_in_website>1</show_in_website>
53
+ <show_in_store>1</show_in_store>
54
+ <comment>When debug enabled it will push geoData object inside the console.</comment>
55
+ </geo_debug>
56
+ <jquery translate="label">
57
+ <label>Enable JQuery</label>
58
+ <frontend_type>select</frontend_type>
59
+ <sort_order>4</sort_order>
60
+ <source_model>adminhtml/system_config_source_yesno</source_model>
61
+ <show_in_default>1</show_in_default>
62
+ <show_in_website>1</show_in_website>
63
+ <show_in_store>0</show_in_store>
64
+ <can_be_empty>1</can_be_empty>
65
+ <comment>Add JQuery library to the HTML head if there is no one already added.</comment>
66
+ </jquery>
67
+ <geo_easing_effect>
68
+ <label>Easing effect</label>
69
+ <frontend_type>select</frontend_type>
70
+ <source_model>Shopgo_Geo_Model_Adminhtml_System_Config_Source_Easing</source_model>
71
+ <sort_order>5</sort_order>
72
+ <show_in_default>1</show_in_default>
73
+ <show_in_website>1</show_in_website>
74
+ <show_in_store>1</show_in_store>
75
+ <comment>The animation effect when showing the notification.</comment>
76
+ </geo_easing_effect>
77
+ <geo_cookie_lifetime>
78
+ <label>Cookie lifetime</label>
79
+ <frontend_type>select</frontend_type>
80
+ <source_model>Shopgo_Geo_Model_Adminhtml_System_Config_Source_Lifetime</source_model>
81
+ <sort_order>6</sort_order>
82
+ <show_in_default>1</show_in_default>
83
+ <show_in_website>1</show_in_website>
84
+ <show_in_store>1</show_in_store>
85
+ <comment>Show the notification once every NO. day(s).</comment>
86
+ </geo_cookie_lifetime>
87
+ <geo_specificcountry translate="label">
88
+ <label>Ship to Specific Countries</label>
89
+ <frontend_type>multiselect</frontend_type>
90
+ <sort_order>7</sort_order>
91
+ <source_model>adminhtml/system_config_source_country</source_model>
92
+ <show_in_default>1</show_in_default>
93
+ <show_in_website>1</show_in_website>
94
+ <show_in_store>0</show_in_store>
95
+ <can_be_empty>1</can_be_empty>
96
+ <comment>Select the countries where you want to show the shipping notification.</comment>
97
+ </geo_specificcountry>
98
+ <geo_synchronize translate="label comment">
99
+ <frontend_type>button</frontend_type>
100
+ <frontend_model>geo/system_config_synchronize</frontend_model>
101
+ <sort_order>8</sort_order>
102
+ <show_in_default>1</show_in_default>
103
+ <show_in_website>0</show_in_website>
104
+ <show_in_store>0</show_in_store>
105
+ <comment>If you synchronize GeoIP database too often you may be banned for several hours.</comment>
106
+ </geo_synchronize>
107
+ <geo_status translate="label">
108
+ <label>GeoIP Database Downloaded</label>
109
+ <frontend_type>label</frontend_type>
110
+ <frontend_model>geo/system_config_status</frontend_model>
111
+ <sort_order>9</sort_order>
112
+ <show_in_default>1</show_in_default>
113
+ <show_in_website>0</show_in_website>
114
+ <show_in_store>0</show_in_store>
115
+ </geo_status>
116
+ </fields>
117
+ </general>
118
+ </groups>
119
+ </geo>
120
+ <!-- <general>
121
+ <groups>
122
+ <country>
123
+ <fields>
124
+ <geo_status translate="label">
125
+ <label>GeoIP Database Downloaded</label>
126
+ <frontend_type>label</frontend_type>
127
+ <frontend_model>geo/system_config_status</frontend_model>
128
+ <sort_order>7000</sort_order>
129
+ <show_in_default>1</show_in_default>
130
+ <show_in_website>0</show_in_website>
131
+ <show_in_store>0</show_in_store>
132
+ </geo_status>
133
+ <geo_synchronize translate="label comment">
134
+ <frontend_type>button</frontend_type>
135
+ <frontend_model>geo/system_config_synchronize</frontend_model>
136
+ <sort_order>7010</sort_order>
137
+ <show_in_default>1</show_in_default>
138
+ <show_in_website>0</show_in_website>
139
+ <show_in_store>0</show_in_store>
140
+ <comment>If you synchronize GeoIP database too often you may be banned for several hours.</comment>
141
+ </geo_synchronize>
142
+ </fields>
143
+ </country>
144
+ </groups>
145
+ </general> -->
146
+ </sections>
147
+ </config>
app/design/adminhtml/base/default/layout/shopgo/geo.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <layout>
3
+ <default>
4
+ <reference name="notifications">
5
+ <block type="geo/adminhtml_notifications" name="geo_notifications" template="shopgo/geo/notifications.phtml"/>
6
+ </reference>
7
+ </default>
8
+ </layout>
app/design/adminhtml/base/default/template/shopgo/geo/notifications.phtml ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ <?php if ($errorMessage = $this->checkFilePermissions()) : ?>
2
+ <div class="notification-global"><strong>GeoIP:</strong> <?php echo $errorMessage ?></div>
3
+ <?php endif; ?>
app/design/adminhtml/base/default/template/shopgo/geo/system/config/synchronize.phtml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @var Shopgo_Geo_Block_System_Config_Synchronize $this
4
+ */
5
+ ?>
6
+
7
+ <script type="text/javascript">
8
+ //<![CDATA[
9
+ var u;
10
+
11
+ function enableSyncButton() {
12
+ Form.Element.enable('synchronize_button');
13
+ $('synchronize_button').removeClassName('disabled');
14
+ }
15
+
16
+ function disableSyncButton() {
17
+ Form.Element.disable('synchronize_button');
18
+ $('synchronize_button').addClassName('disabled');
19
+ }
20
+
21
+ function checkStatus() {
22
+ u = new Ajax.PeriodicalUpdater('', '<?php echo $this->getAjaxStatusUpdateUrl() ?>', {
23
+ method: 'get',
24
+ frequency: 1,
25
+ loaderArea: false,
26
+
27
+ onSuccess: function(transport) {
28
+ try {
29
+ var percent = parseInt(transport.responseText);
30
+ if (percent == 100) {
31
+ u.stop();
32
+ $('sync_span').addClassName('no-display');
33
+ enableSyncButton();
34
+ } else {
35
+ $('sync_message_span').update(percent + '%');
36
+ }
37
+ } catch (e) { }
38
+ }
39
+ });
40
+ }
41
+
42
+ function synchronize() {
43
+ disableSyncButton();
44
+ $('sync_span_error').addClassName('no-display');
45
+ $('sync_span').removeClassName('no-display');
46
+ $('sync_message_span').update('0%');
47
+ new Ajax.Request('<?php echo $this->getAjaxSyncUrl() ?>', {
48
+ loaderArea: false,
49
+ asynchronous: true,
50
+
51
+ onSuccess: function(transport) {
52
+ enableSyncButton();
53
+ var response = eval('(' + transport.responseText + ')');
54
+ if (response.status == 'success') {
55
+ $('sync_update_date').update(response.date);
56
+ } else {
57
+ $('sync_span').addClassName('no-display');
58
+ $('sync_span_error').removeClassName('no-display').update(response.message);
59
+ }
60
+ u.stop();
61
+ }
62
+ });
63
+ window.setTimeout('checkStatus()', 1000);
64
+ }
65
+ //]]>
66
+ </script>
67
+
68
+ <?php echo $this->getButtonHtml() ?><span class="sync-indicator no-display" id="sync_span"><img alt="Synchronize" style="margin:0 5px" src="<?php echo $this->getSkinUrl('images/process_spinner.gif') ?>"/><span id="sync_message_span"></span></span>
69
+ &nbsp; <span class="no-display error" id="sync_span_error"></span>
app/design/frontend/base/default/layout/shopgo/geo.xml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <layout version="0.1.0">
3
+ <default>
4
+ <reference name="head">
5
+ <action method="addItem"><type>skin_css</type><file>shopgo/geo/css/style.css</file></action>
6
+ <action method="addItem"><type>skin_css</type><file>shopgo/geo/css/flag-icon.min.css</file></action>
7
+ <action method="addItem" ifconfig="geo/general/jquery"><type>skin_js</type><file>shopgo/geo/js/jquery-2.1.0.min.js</file></action>
8
+ <action method="addItem" ifconfig="geo/general/jquery"><type>skin_js</type><file>shopgo/geo/js/jquery-no-conflict.js</file></action>
9
+ <action method="addItem"><type>skin_js</type><file>shopgo/geo/js/jquery.easing.1.3.js</file></action>
10
+ <action method="addItem"><type>skin_js</type><file>shopgo/geo/js/jquery.bouncebox.1.0.js</file></action>
11
+ </reference>
12
+ <reference name="after_body_start">
13
+ <block type="geo/geo" name="geo_header" before="-" template="shopgo/geo/geo_header.phtml"/>
14
+ </reference>
15
+ <reference name="footer">
16
+ <block type="geo/geo" name="geo_footer" after="-" template="shopgo/geo/geo_footer.phtml"/>
17
+ </reference>
18
+ </default>
19
+ </layout>
app/design/frontend/base/default/template/shopgo/geo/geo_footer.phtml ADDED
File without changes
app/design/frontend/base/default/template/shopgo/geo/geo_header.phtml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $geoIP = Mage::getSingleton('geo/country');
3
+ $currentCountryCode = $geoIP->getCountry();
4
+ $allowedCountries = explode(',', Mage::getStoreConfig('geo/general/geo_specificcountry'));
5
+ $cookie = Mage::getSingleton('core/cookie');
6
+ $cookie->set('geo_shipping_notification', '1' ,time()+86400,'/');
7
+ $countryName = Mage::app()->getLocale()->getCountryTranslation($currentCountryCode);
8
+ ?>
9
+
10
+ <?php if(Mage::getStoreConfig('geo/general/geo_debug')) { ?>
11
+ <script type="text/javascript">
12
+ var geoData = {
13
+ remoteAddr: '<?php echo Mage::helper('core/http')->getRemoteAddr(); ?>',
14
+ currentCountryCode: '<?php echo $currentCountryCode; ?>',
15
+ allowedCountries: <?php echo json_encode($allowedCountries); ?>,
16
+ countryName: '<?php echo $countryName; ?>'
17
+ }
18
+ </script>
19
+ <?php } ?>
20
+
21
+ <?php if(!empty($countryName)) { ?>
22
+ <?php if(in_array($currentCountryCode, $allowedCountries)) { ?>
23
+ <div id="box">
24
+ <p>
25
+ <!-- <b>Title!</b> -->
26
+ <?php echo $this->__('We are shipping to '); ?><span class="flag-icon flag-icon-<?php echo mb_strtolower($currentCountryCode); ?> large-flag vlm" title="<?php echo $countryName; ?>"></span>
27
+ </p>
28
+ </div>
29
+
30
+ <script type="text/javascript">
31
+ (function($) {
32
+ $().ready(function() {
33
+ $('#box').bounceBox();
34
+ <?php
35
+ //
36
+ if(Mage::getStoreConfig('geo/general/alwaysshow')) {
37
+ $cookie->set('geo_shipping_notification', '0' ,time()+86400 * Mage::getStoreConfig('geo/general/geo_cookie_lifetime'),'/');
38
+ }
39
+
40
+ if($cookie->get('geo_shipping_notification') != 1) {
41
+ ?>
42
+ //$('#box').bounceBoxToggle();
43
+ setTimeout(function(){
44
+ $('#box').bounceBoxShow({
45
+ easing: '<?php echo Mage::getStoreConfig('geo/general/geo_easing_effect'); ?>'
46
+ });
47
+ }, 1000);
48
+ setTimeout(function(){
49
+ $('#box').bounceBoxHide();
50
+ }, 5000);
51
+ <?php } ?>
52
+ });
53
+ })(jQuery);
54
+ </script>
55
+ <?php } ?>
56
+ <?php } ?>
app/etc/modules/Shopgo_Geo.xml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Shopgo_Geo>
5
+ <active>true</active>
6
+ <codePool>community</codePool>
7
+ <depends>
8
+
9
+ </depends>
10
+ </Shopgo_Geo>
11
+ </modules>
12
+ </config>
package.xml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Shopgo_Geo</name>
4
+ <version>0.0.1</version>
5
+ <stability>stable</stability>
6
+ <license>MIT</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Shopgo Geo first release.</summary>
10
+ <description>Automatically show shipping available notifications for specific countries depends on the Geolocation.</description>
11
+ <notes>Shopgo Geo first release.</notes>
12
+ <authors><author><name>Moe</name><user>Ghashim</user><email>moe@shopgo.me</email></author></authors>
13
+ <date>2014-02-21</date>
14
+ <time>22:03:44</time>
15
+ <contents><target name="magecommunity"><dir name="Shopgo"><dir name="Geo"><dir name="Block"><dir name="Adminhtml"><file name="Notifications.php" hash="fa43aad00bdacd48d149e02f8ec69784"/></dir><file name="Geo.php" hash="f698b1a45c84b37aa11077335a1fbc03"/><dir name="System"><dir name="Config"><file name="Status.php" hash="dc6ba3b2d4c20f8240ddb0849b738fed"/><file name="Synchronize.php" hash="d551583ef95848bad4d84d8db02b4300"/></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><file name="GeoController.php" hash="b87c010bef0de2c9dd8a5fe5958d3c01"/></dir><file name="IndexController.php" hash="3ff02c3e12944d80ea8ab07c0c248afb"/></dir><dir name="etc"><file name="adminhtml.xml" hash="99a49baaff5af3a0fab03ea1342d0316"/><file name="config.xml" hash="236700e78b76fc021edd93db93d01f0b"/><file name="system.xml" hash="4db77735b3f3d36bbcfdf944ecbeff09"/></dir><dir name="Helper"><file name="Data.php" hash="8f982f295cbbf2301825535e8ce5e3b9"/></dir><dir name="Model"><file name="Abstract.php" hash="d97bc5fea3afd52ee131ece9532c6d2f"/><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Easing.php" hash="b30e870a109f575f25fbfe98e72a2ed6"/><file name="Lifetime.php" hash="68a37de88865bd61a878c9203127c968"/></dir></dir></dir></dir><file name="Country.php" hash="55d3766af727c79b0293e1351beb573e"/><file name="Cron.php" hash="e89c8928d033d6541d95bddd68f7de70"/><file name="Info.php" hash="a88d359e48f76af0a14eaa42e4ff8155"/><file name="Observer.php" hash="0c85e2c15f93ab3c393f32322fd48367"/><file name="Wrapper.php" hash="f323373424c8646d058dfaf17790a4d5"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Shopgo_Geo.xml" hash="610bb0e8bc0afe5998272f4817016196"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="shopgo"><dir name="geo"><file name="geo_footer.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="geo_header.phtml" hash="cc65a899c65ab657eb92a29f2b9682c9"/></dir></dir></dir><dir name="layout"><dir name="shopgo"><file name="geo.xml" hash="96a034111c2e03986173df9dd0ab3620"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="base"><dir name="default"><dir name="template"><dir name="shopgo"><dir name="geo"><file name="notifications.phtml" hash="3f0a95cdc21383248bb92dad2ac37ce2"/><dir name="system"><dir name="config"><file name="synchronize.phtml" hash="eec5e0b2e2855be4e38797419ce994f4"/></dir></dir></dir></dir></dir><dir name="layout"><dir name="shopgo"><file name="geo.xml" hash="ec53933a56d0266cd21b8c4708576a07"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="shopgo"><dir name="geo"><dir name="css"><file name="flag-icon.css" hash="a79abc627a7228232d1c8d066e505b9d"/><file name="flag-icon.min.css" hash="36e8d67a1f8ef191809301fd6fd07e87"/><file name="style.css" hash="b3d20eaa66eacd0af053c904195b4a9d"/></dir><dir name="flags"><dir name="1x1"><file name="ad.svg" hash="db05267735fa9a115d7fc2c651d43a49"/><file name="ae.svg" hash="268a49926c7ebb6987b63f81a1f2d572"/><file name="af.svg" hash="62bdad7ff9bed0f046dbcee94069f16e"/><file name="ag.svg" hash="a4aa9776e93d51dd1ff1fb78fd0d57f1"/><file name="ai.svg" hash="981a9f0e2e7ecda8bb9ee3082d65b1db"/><file name="al.svg" hash="1a09f4cdb51a53e9ebbe6b74324b4aca"/><file name="am.svg" hash="096f2eff7aa4748006fede6796fe1315"/><file name="ao.svg" hash="2061af65e9a02fe5f25ecd1e92f786cf"/><file name="aq.svg" hash="f4627b259fd25a4157a0869cb0b4cf06"/><file name="ar.svg" hash="03b53cb5fb0d2c4e35e526edd076c25d"/><file name="as.svg" hash="5f5552ecdaef1a1fff66926d5ef2c28c"/><file name="at.svg" hash="8469bfff747e8f458cfcfb313b3f043d"/><file name="au.svg" hash="6d77838128ba0061544860d64bb2f8b2"/><file name="aw.svg" hash="c42aa4ba45fb36173a0cf0fe59b280fc"/><file name="ax.svg" hash="12491ab51023a57755aba84a4506ca18"/><file name="az.svg" hash="58275522f41a2640e82892eac1c0906d"/><file name="ba.svg" hash="fc385bc1a7c51da123ac0fce7dd633d3"/><file name="bb.svg" hash="7d2b60104863c4a3216e9fd024292c65"/><file name="bd.svg" hash="77c560dc403a44e93e16cd5d439964cd"/><file name="be.svg" hash="473279e7f6fb7ce2306cb3226251ceca"/><file name="bf.svg" hash="ccb43669d86720f2cfdb064561973516"/><file name="bg.svg" hash="540b2b926fe9dccd2efafd7c81379715"/><file name="bh.svg" hash="25c52cda8056f14e885ece8ce19f0e1a"/><file name="bi.svg" hash="7f5cac0b006711303b69c790a2c09ca3"/><file name="bj.svg" hash="bcd1d4cf8d2a1ba036bcd0654f4a9bd9"/><file name="bl.svg" hash="992f5e359f3c7983c91b8a6ee02ed388"/><file name="bm.svg" hash="66bc343074ff0a6733d5f83ccf760ab4"/><file name="bn.svg" hash="03b8055ca863752921a35d4acdfb8ed9"/><file name="bo.svg" hash="2e5909204b8d5715baf4e856185d92b6"/><file name="bq.svg" hash="9012392da17e40b29b41a3f18b8d8d15"/><file name="br.svg" hash="35519c1d0025dd111b5d510c8d33f411"/><file name="bs.svg" hash="628abb1641472c32ae72a8b9c86de80d"/><file name="bt.svg" hash="963f2ef1c6e2d04f15c47e7c51c1b4ee"/><file name="bv.svg" hash="a811267707f25ffad75c36161b1283d0"/><file name="bw.svg" hash="a4ff039b7e760b8d9f23b9f1740511a7"/><file name="by.svg" hash="4025224dc8372ae593476ee2230d4544"/><file name="bz.svg" hash="ebb8df35072d60e27bd49e310eece2f9"/><file name="ca.svg" hash="2816ba15d31b8656123e88228367b8d4"/><file name="cc.svg" hash="6d77838128ba0061544860d64bb2f8b2"/><file name="cd.svg" hash="32bbf28df1486759913e7d57d432fc88"/><file name="cf.svg" hash="919db5bb253f4de360cee8fecab63b89"/><file name="cg.svg" hash="951a6377943694675838531fb0321a26"/><file name="ch.svg" hash="2a0f05bcbc8793ffa2f69fd745bfffbb"/><file name="ci.svg" hash="eeb77e5f632904db6b00bcd2bd5a8282"/><file name="ck.svg" hash="8ee882eee973d306703e2edec489c18e"/><file name="cl.svg" hash="a179c76f9324569fe170ddb58f2ec8f5"/><file name="cm.svg" hash="1683dc1208162b830fb764e63cf30dd2"/><file name="cn.svg" hash="92d0de207a78e8dcd2c5e90f846f49b9"/><file name="co.svg" hash="68c300a7aaa7057a242837d30fbf6650"/><file name="cr.svg" hash="37390fac694b068e98f7767e58262e11"/><file name="cu.svg" hash="70e0d038b29076a0bf6479971fd906c0"/><file name="cv.svg" hash="5107fe6f33e9401ef6edc2fa021d7f0a"/><file name="cw.svg" hash="32394809c2ee93f9b34d9c7cafbed99d"/><file name="cx.svg" hash="11d59a6018df57111ed0087c1ed99391"/><file name="cy.svg" hash="37882cb0a8cc317c411a8dcdaf33187b"/><file name="cz.svg" hash="58ba068ce1187d083814a1da6e3949ba"/><file name="de.svg" hash="e829e3a0e28691048653b4c9a483ffb8"/><file name="dj.svg" hash="77f0541ecd1dbf84f011f54100c01e64"/><file name="dk.svg" hash="f0de4d03ab3cc1f33eaef252f4a796bb"/><file name="dm.svg" hash="e118925d1fc1f3fff1afe9883c6fb37b"/><file name="do.svg" hash="8f98763b8017c09eeb10d4da88e34892"/><file name="dz.svg" hash="8af89885134b4422e3fbbfd461b38add"/><file name="ec.svg" hash="987fbfeb56857dbaab28183f2d68d7c6"/><file name="ee.svg" hash="f3968953e5a8648039059b6d37d0770a"/><file name="eg.svg" hash="ba9cdc3f28fb3747dbeb6d6d73091278"/><file name="eh.svg" hash="7c8503c72c0d658c43760c3c5910e7ec"/><file name="er.svg" hash="dbae62850c6637aea4ef498569634fb9"/><file name="es.svg" hash="528534847315ea6adf39af34a7e90f6f"/><file name="et.svg" hash="f5dcd80f23c9378dcc8b6a37abbdf9c8"/><file name="fi.svg" hash="4565043f0ac48af4aeb2efa33da18454"/><file name="fj.svg" hash="37e2b7da9088e32d9991427880026ba9"/><file name="fk.svg" hash="f00dc01cc53e557b184085b37439180e"/><file name="fm.svg" hash="73081250215c56db2d2d9fa4ede43387"/><file name="fo.svg" hash="8ae517e28e18bbd70db8539b47190480"/><file name="fr.svg" hash="992f5e359f3c7983c91b8a6ee02ed388"/><file name="ga.svg" hash="b1e02072f5f21d6e879fece47d1ae4fd"/><file name="gb.svg" hash="ac6f9a4ab9ca8e066e3dcfdcbc00d750"/><file name="gd.svg" hash="2bdc5725ffbb0ff7c642754b63d86dac"/><file name="ge.svg" hash="28fea496359e8e40b76b51a67a250b03"/><file name="gf.svg" hash="97daa79e6d900f9c81aaa374b5925284"/><file name="gg.svg" hash="9a3b09a3241ef4feb3a3b117f9a2d08a"/><file name="gh.svg" hash="57a55badbd7322ac04eebbec40b657b2"/><file name="gi.svg" hash="d9d1bf035c41417fc6e05eea5dc3de7c"/><file name="gl.svg" hash="db0a02611726befb9ed3b35a2d134864"/><file name="gm.svg" hash="50109876da47859f4f312b7d47066006"/><file name="gn.svg" hash="382776e6cb7c85ec4f85e4d218ac9046"/><file name="gp.svg" hash="b5f26fbf8422845e8b8b9232b8717914"/><file name="gq.svg" hash="9fd36161719544b2a359e92093860dd0"/><file name="gr.svg" hash="1ac1f08655f472730534ce81a46a5980"/><file name="gs.svg" hash="68cf174df0836b1eb8a71f78f408e493"/><file name="gt.svg" hash="6b802fdc4b3cd1c61ff9c1810397e981"/><file name="gu.svg" hash="536f8c5e12521a65ad8852e8a094d108"/><file name="gw.svg" hash="4643558047df7467d44084b7fd24bf05"/><file name="gy.svg" hash="ea84469ea84bfcbeae3c05badd2a0f57"/><file name="hk.svg" hash="825b350a9b83d7536bfb3d44e99421e7"/><file name="hm.svg" hash="04d9960b543e374ae45d6eddeeafe3ff"/><file name="hn.svg" hash="d5e1715d1cbd39844fa9188613ae49a1"/><file name="hr.svg" hash="f2628fb25f86811b57cf017c7ee026b9"/><file name="ht.svg" hash="01f05c3068275525ac15df5af379dbcd"/><file name="hu.svg" hash="40dc56812ce18513267f19219cb3d8aa"/><file name="id.svg" hash="7161ac4c04460c5d9e89d62a59af0d98"/><file name="ie.svg" hash="c7638586a243b21f0bd47edaccd74339"/><file name="il.svg" hash="f3c5e82373150a5b60776fbe08dc365e"/><file name="im.svg" hash="065828a66e9c88ec2408ec7549260d09"/><file name="in.svg" hash="c24e92fd518ed95177b71668c455e191"/><file name="io.svg" hash="88042dfaf518b3098669c0a5494c5e1c"/><file name="iq.svg" hash="1afc50ebdc4b0c0d18c5e0a45726e1d8"/><file name="ir.svg" hash="c01bf3bdf833287ab34213fbb14183d4"/><file name="is.svg" hash="fec9bd1b2429a41171a59b1c8ba21556"/><file name="it.svg" hash="f86e5b0d13af25293ccf15f2023b5238"/><file name="je.svg" hash="a893ec39a53fb139b8e05cbb712ff067"/><file name="jm.svg" hash="431fe0fc84a11117a727a5cfc9078c74"/><file name="jo.svg" hash="296ec353f8448d74ff51bb968a5c0ad5"/><file name="jp.svg" hash="b0df2716680c242f008caedcfe45c0f6"/><file name="ke.svg" hash="640fb84f4b5d526e0a304842914cf2a1"/><file name="kg.svg" hash="dfc447487bffffc6a8d810d13103af82"/><file name="kh.svg" hash="c263a1cd0010fe848f042b4d4448ee8e"/><file name="ki.svg" hash="4b7e57e322d82e8ee2aa6f82a1457181"/><file name="km.svg" hash="5836a3187a8aa4b0958016178ca7280f"/><file name="kn.svg" hash="2755b32d195beb18ce7f35313a3ad8f5"/><file name="kp.svg" hash="ef1e67b8bdeaa1d70163c5ba0b15bf46"/><file name="kr.svg" hash="94667d088a4f81e709c5ed871563fbdf"/><file name="kw.svg" hash="9f70c27ddc3fc92caa3116d2ea9d2a9d"/><file name="ky.svg" hash="27f476f64a31919618d377452aa3812a"/><file name="kz.svg" hash="fc48ac11af23b380222a9aba202ae52e"/><file name="la.svg" hash="ddf36ed4fe5a9d73452ed132fcf81e99"/><file name="lb.svg" hash="f57ae79776b596babfcf7a976fad0a4c"/><file name="lc.svg" hash="ce80d7dba8bbe00a1aa40e0047754ff8"/><file name="li.svg" hash="d815bd471225c86fa847e7ea2b4f89b7"/><file name="lk.svg" hash="1b49affe4c49e4a82cf6529f0f5e3272"/><file name="lr.svg" hash="1ba50cdac5e19001050c796e159fbaa2"/><file name="ls.svg" hash="bcc0d935d2e7f67beef4cda30de2370c"/><file name="lt.svg" hash="05b4bd226d4d9011c551d30af1f80e0a"/><file name="lu.svg" hash="8b6f0258b087d395ae30c1ca1483757a"/><file name="lv.svg" hash="380a3ff8408b7b9a1fa21083d8915ef8"/><file name="ly.svg" hash="1da2abb3bcca1f1df0546534d6dd5f44"/><file name="ma.svg" hash="d7f42a70484faa7ffe32eb0e413cac97"/><file name="mc.svg" hash="c8601656fd93ef7fac277a63a095045b"/><file name="md.svg" hash="9d16eaab6414c7f02153f2e082d40fc7"/><file name="me.svg" hash="d8b4543d6e51a702d651183c105eeb38"/><file name="mf.svg" hash="a11a28a5e6a4d0da036782345205b3d6"/><file name="mg.svg" hash="73d81b090693cf3d8f5a2981746c222e"/><file name="mh.svg" hash="949812debf39d6d8a64aef241a809ec3"/><file name="mk.svg" hash="3a2f1605b402554a6188090b2fd78e32"/><file name="ml.svg" hash="c2101a2047902fbe554c2d59cf0287a2"/><file name="mm.svg" hash="f93f122491568d8fe2e42e9809047c28"/><file name="mn.svg" hash="85565a601a31e52032670345b48dfafd"/><file name="mo.svg" hash="50a8f1b57df49563e0fc06a4fb9d4b07"/><file name="mp.svg" hash="6ceb1bd424a2bfb5b5a396f5b1f623aa"/><file name="mq.svg" hash="e900bdc75a1916e41c1c492914d1e556"/><file name="mr.svg" hash="377137d1277b7111ff46b96c4a6dd8ca"/><file name="ms.svg" hash="5c43edb618ba14a2c23dbccc6e758666"/><file name="mt.svg" hash="ea2fcd6863580232a13ed4595bc12ead"/><file name="mu.svg" hash="d0cdaa2d92a327701f73cdeaa237e3cb"/><file name="mv.svg" hash="2aff605ac28f34ac57ac1ccf598532c8"/><file name="mw.svg" hash="88c68de33f5a95cbc31862bf38cbe069"/><file name="mx.svg" hash="d6b15e3de56bf0a8ace27c17c5e18610"/><file name="my.svg" hash="8d31953c6556d75f3cc247ea0a96bbbd"/><file name="mz.svg" hash="6cac1fcedb81ef65de8a71827c88bc1c"/><file name="na.svg" hash="16ecd58a80973a962860e83975bce2ed"/><file name="nc.svg" hash="643bd50bba3f86b1cddd814dab7d0bfb"/><file name="ne.svg" hash="078d5c5ef82aad057526631455fb5d1e"/><file name="nf.svg" hash="ca7cf0423f897578c83e8efea39be4be"/><file name="ng.svg" hash="f97e97774cb6add25538aab228bfaf3e"/><file name="ni.svg" hash="d7f92be6069a5100255efcd75beeb344"/><file name="nl.svg" hash="23e948b7454d2dddc36c70faf669f090"/><file name="no.svg" hash="ea305e2ab9031ae0d462d631a0434769"/><file name="np.svg" hash="2b8837d9038020936e98e54a735d2da8"/><file name="nr.svg" hash="ce0b41edb0880039474ce3e5c9bc8a25"/><file name="nu.svg" hash="33dfe56b00aeeceb6d544ed9d1538d73"/><file name="nz.svg" hash="78521793f6ee40fe848ebf49ac6ea473"/><file name="om.svg" hash="5d367bc41b5beff632c119581e4170b5"/><file name="pa.svg" hash="0d4fc743b50a2d6c8d68297967e90c6e"/><file name="pe.svg" hash="ddd8ea54f814033991aeddb95e766e90"/><file name="pf.svg" hash="5d97ab75e7d614b995667a0524419ffa"/><file name="pg.svg" hash="d4d78745d44f8cc3e674133e5fc427fc"/><file name="ph.svg" hash="642849dfb41d922e1a0510a0ccb08658"/><file name="pk.svg" hash="deff01060177f121ee0ab6c813273acf"/><file name="pl.svg" hash="a20c4e4b2980ff22f9cc590d2c89000d"/><file name="pm.svg" hash="16ad1c860723fae560b8dd268e1bab47"/><file name="pn.svg" hash="31b71ea964f1e1bb9e7e32d5b64fa361"/><file name="pr.svg" hash="8b1b900c2ce27140bbd4fd5ea94c2116"/><file name="ps.svg" hash="a89e163b9510bd0b550553349c7ce206"/><file name="pt.svg" hash="363cbb00ed17a19d9dcb685d7e9702ea"/><file name="pw.svg" hash="7a0c9060ee27dce20124c30620db89cf"/><file name="py.svg" hash="21ea26269abe60449a4092515e1e252e"/><file name="qa.svg" hash="1bdf16ae104aff6e5d741317f93689d1"/><file name="re.svg" hash="561bfbc0d2b002d8d248dedab6467cf1"/><file name="ro.svg" hash="10bab3b82e448fb5cf4d5756df739fb5"/><file name="rs.svg" hash="ae84b153ea6a8f0e2b0ca0a0bbcbaedc"/><file name="ru.svg" hash="84e4b22bd4f18da5377ce545d97873b7"/><file name="rw.svg" hash="b575f7bb8ce84811b0db852fbe0a1b27"/><file name="sa.svg" hash="21143f0e02722b57f8f3dfc7e08b4e11"/><file name="sb.svg" hash="d5416e04d7d12e1e36cdb17037b53a75"/><file name="sc.svg" hash="c1988eb0e682882ac4e87c9f64f6e3d7"/><file name="sd.svg" hash="6204457e425f80bf72eb6b6e764cc536"/><file name="se.svg" hash="cc3a07ca43f684875c76fa4d3b73a699"/><file name="sg.svg" hash="8fa87b5facc7823f772d7a23d05aa48f"/><file name="sh.svg" hash="b70efa02d29a1f44061447065c5108f8"/><file name="si.svg" hash="ae6d567d31404471121de3acb8c17623"/><file name="sj.svg" hash="f696417f65c32a1d5e4bf52c5664702f"/><file name="sk.svg" hash="64a311705f901e2551c3f75dc5b7811e"/><file name="sl.svg" hash="e1c05a04afadbca26a5696be3c5564a6"/><file name="sm.svg" hash="a44b9fc74636c3b5d119e393697f915a"/><file name="sn.svg" hash="eb9532e9301911d55e7b6200bed40581"/><file name="so.svg" hash="ba20f58a09ffa0d4a1e5c9d9ed3b6f07"/><file name="sr.svg" hash="ecab1b1f6305af8e1d1f207458eb208d"/><file name="ss.svg" hash="be18732731af394e580e847f99519a4e"/><file name="st.svg" hash="7504e43a91542e41f789e7312734f911"/><file name="sv.svg" hash="4a83c099d17664e2bcbc46928b9f4c85"/><file name="sx.svg" hash="a11a28a5e6a4d0da036782345205b3d6"/><file name="sy.svg" hash="a5c079c8036471e19423697b5fdc7b2a"/><file name="sz.svg" hash="85e68e049a4a325e1fd3d54d51ac5579"/><file name="tc.svg" hash="65a10d383379ff0d457e83d19547caa2"/><file name="td.svg" hash="7203fedc6b5286cccc45b7f13678d379"/><file name="tf.svg" hash="779bc01fd02a4367df6d815b2638e78f"/><file name="tg.svg" hash="3ec635025c90fe981926953a97b5655b"/><file name="th.svg" hash="0423eb14967f8ee17fa685e22cae8573"/><file name="tj.svg" hash="bfee57121f36104d5e71d9d700bdc064"/><file name="tk.svg" hash="a9542920118f04d921166b0f25a1694e"/><file name="tl.svg" hash="b16f7eb131c6cb8b1fe45c2f5fa5bef3"/><file name="tm.svg" hash="4214d8db355593db5f03ea41c855fd10"/><file name="tn.svg" hash="364878960dbb1357a61a524c9a404ce7"/><file name="to.svg" hash="61628a71a3e04e49dbc5af58566f2dbf"/><file name="tr.svg" hash="5d337152ecbce371d4abaacd4a8335dd"/><file name="tt.svg" hash="25bf01d55b08a2d187072d3a8e9af7d7"/><file name="tv.svg" hash="fc302f25e4c2cab2555d99e4dcc04cf5"/><file name="tw.svg" hash="b57d9395b7f641c1384a1bbb4ee7c41f"/><file name="tz.svg" hash="f2ef6c5fb3a71dc9155ad2a1110f0547"/><file name="ua.svg" hash="59509df0fe0cd560091d94fb7a9a13d5"/><file name="ug.svg" hash="b5ba997168b957c9c6ab8012113fec3e"/><file name="um.svg" hash="1c8f099c0716f640bf3531eeac227b6a"/><file name="us.svg" hash="e9f5d4403c253ec67720b6fd60965227"/><file name="uy.svg" hash="c1932f56e2f091ead167f0bbb4e3a936"/><file name="uz.svg" hash="a92be1f3af1b20ad6121508902441a74"/><file name="va.svg" hash="ddce455e187e4fe803bc2cd4cd16edab"/><file name="vc.svg" hash="0bbd9c398263c0b69787928578877f5e"/><file name="ve.svg" hash="124d3acae68be5753c273cc2e9c5c0eb"/><file name="vg.svg" hash="63cf1bb842bee499d0d6b5f364464d4e"/><file name="vi.svg" hash="63cf1bb842bee499d0d6b5f364464d4e"/><file name="vn.svg" hash="9706fdbd7658eced1266bac4cdf9a42f"/><file name="vu.svg" hash="607e6b0b91a994081a6e641f5e4e9c6c"/><file name="wf.svg" hash="9861ba073c20450e0ef99e4b274919d4"/><file name="ws.svg" hash="45798a65268c00e808ba992a0194ba53"/><file name="ye.svg" hash="830af6a13f883b612ff20fccbb74122f"/><file name="yt.svg" hash="2c4ed07ad4537875406e8d130aaf2278"/><file name="za.svg" hash="dff3a2803526dde56e20ca43e1f72a52"/><file name="zm.svg" hash="a3e78f4a333aec4baad1f5f7b8063560"/><file name="zw.svg" hash="aada5e263d915efa06e06b6e050ea4a4"/></dir><dir name="4x3"><file name="ad.svg" hash="8c03633e4247739ab49a9db0e0894365"/><file name="ae.svg" hash="0fbf1481a7cb7a695e8e9d24f4f07133"/><file name="af.svg" hash="e01622bc5f346396978d703f609a3df7"/><file name="ag.svg" hash="526a221a44513c6c97907753df213a0d"/><file name="ai.svg" hash="141e7a5984d48383efec4156de901fc4"/><file name="al.svg" hash="c92c690222e61471e00d4f9a95213d9a"/><file name="am.svg" hash="0932b0bea84251cfa3ebe40f8195d3e2"/><file name="ao.svg" hash="396789400c3b6ee138199c5afc07ab12"/><file name="aq.svg" hash="812aa8b5439d10f58e8f5bef83ced44f"/><file name="ar.svg" hash="341c965b3ee6562106520caf8efa5c68"/><file name="as.svg" hash="f988cfb4fa59a30f7f75c489701f3aa8"/><file name="at.svg" hash="2c6b5d608b088adf0b15a551e42a4c58"/><file name="au.svg" hash="904a7923d1688b54e3f95215125d2c33"/><file name="aw.svg" hash="211921f8df84954c65b2c4f42f20d2eb"/><file name="ax.svg" hash="d502948a8c87db21f5367895a19e1d54"/><file name="az.svg" hash="4469bbccc8851d1fd463401b49bbb173"/><file name="ba.svg" hash="3f98c59dc811b4ed7b843a15db911bbc"/><file name="bb.svg" hash="37a3293ba70cc9f3b4fbb54c3635a153"/><file name="bd.svg" hash="a6619d9e7b8f97975293a0cb8f8aad58"/><file name="be.svg" hash="0e9c64335b400399e46f864fc6b57ede"/><file name="bf.svg" hash="0880b03dd55d057bc26c192e518708e5"/><file name="bg.svg" hash="883866af5bbdefcba33ec03cdd444432"/><file name="bh.svg" hash="9fa16da01653ab0ae1803d1a215ff200"/><file name="bi.svg" hash="8c5ed74bce175c2ce6a2a60514c537a2"/><file name="bj.svg" hash="39dad01fae339e1f5b33c48831780517"/><file name="bl.svg" hash="1b2501f72265bd34218b84f20434836e"/><file name="bm.svg" hash="efdad43a39119140bfe2ecf53dd505e4"/><file name="bn.svg" hash="c870fcfc6a5138153c1b6e7a04ba88da"/><file name="bo.svg" hash="fbd8c25e2e147147354eea0137d8373f"/><file name="bq.svg" hash="4dc6411451f98effd3a4666dfdb54f47"/><file name="br.svg" hash="34fc379a08dcfdad84bbc1886d71ee50"/><file name="bs.svg" hash="29908c037c66d4ad15735ecc6a01eb0f"/><file name="bt.svg" hash="1c481928d62492971d1fcfea29186309"/><file name="bv.svg" hash="c83330a09626bf51669f7a8b7839f0e7"/><file name="bw.svg" hash="a13f406725e10e87f552cb6680df9d85"/><file name="by.svg" hash="c3ab9e0434354638a02789f9ac7d660a"/><file name="bz.svg" hash="f962cb254a84e33aa38dee6213b24800"/><file name="ca.svg" hash="8e3051982e25ddfb00f6cff0bdab0bed"/><file name="cc.svg" hash="0f3de2b3005d41301699c1cae13856c5"/><file name="cd.svg" hash="7c0fb930e3ba3452ac88264a248b3152"/><file name="cf.svg" hash="fbeb564e5d1ac0d2e5267b3e9d3c13c1"/><file name="cg.svg" hash="06e735cb5b8dce4637e7f7d4fb6f4717"/><file name="ch.svg" hash="0bfff0fb300731e5abb19ee2fa7b2dde"/><file name="ci.svg" hash="196407e8c4f5315432ab56a0c15b4322"/><file name="ck.svg" hash="a59d1c7fadbbfc7dbfe885da413c0ed2"/><file name="cl.svg" hash="a3d4a60fb60fb200cc2a63fce4ddc017"/><file name="cm.svg" hash="4eefc4de79d47fec5f8a76251daf69f6"/><file name="cn.svg" hash="861522eb82b1f3f2f9f297a117060b4d"/><file name="co.svg" hash="156e60280a16926a47c93feae65ab543"/><file name="cr.svg" hash="79fc62ff2ca4b042ddbde5d5c2dd1cdd"/><file name="cu.svg" hash="e9161f9e73ed2ace27d9618f4f53b511"/><file name="cv.svg" hash="6518273df37ec24e3fdb2cb55f8bd2c5"/><file name="cw.svg" hash="8eb0fa40bd61135a0033a591ccd406c0"/><file name="cx.svg" hash="6155f102b9521694f766f0d1331b0573"/><file name="cy.svg" hash="405899dbf93260b7603c2f70c99f2752"/><file name="cz.svg" hash="bb69460e5b287013038349cf09c3a5c2"/><file name="de.svg" hash="9b3bf064887f1879cfbb559ca2ab07aa"/><file name="dj.svg" hash="661856fb0b17ef73782d5e82a09a29c0"/><file name="dk.svg" hash="30dc191ff886895d8e09ef2662538a42"/><file name="dm.svg" hash="bad3da7614370b64a98fcc507aca6a2f"/><file name="do.svg" hash="8222dabe8a9b9a5bd23dada02897eef0"/><file name="dz.svg" hash="dd750a77430c57eac9082d8f79a7b2fb"/><file name="ec.svg" hash="f62409d7b31cb1fee833f4bef190d709"/><file name="ee.svg" hash="cf0f013daed46d33b02af804abfc34e3"/><file name="eg.svg" hash="94bf51078be7251802fad1bc057798ca"/><file name="eh.svg" hash="681c8125baed4fee48c68dcd8c425d7f"/><file name="er.svg" hash="0a602025c9d4a12e3f4fe2803fd676f3"/><file name="es.svg" hash="a83a99dc923b20ab223a44c7792f6214"/><file name="et.svg" hash="fea561d9c60ee8e8a22ad09e57398044"/><file name="fi.svg" hash="99677dc1810d6d9df2b271aecef7b470"/><file name="fj.svg" hash="20bc980065203b1d65f2b6938da99162"/><file name="fk.svg" hash="16105226af59bb4c7e8c326ae56f5e8e"/><file name="fm.svg" hash="4788acb32926430b5e2561a4824545b2"/><file name="fo.svg" hash="d2fe4bf79e852a5c487a9360cde2de0a"/><file name="fr.svg" hash="e6496e4a3349ca34f1de8f8f37929897"/><file name="ga.svg" hash="0416e00efb6a42d7e0bb6205346577db"/><file name="gb.svg" hash="d3fc3c179763bcc78d4d3c88e1350bf7"/><file name="gd.svg" hash="e19a6c71dc5a0b9a2a6b73724ca7a434"/><file name="ge.svg" hash="406940dda58f9b40b39bdfed07d99386"/><file name="gf.svg" hash="9b40c2e38c42a7896d451998b3d4f354"/><file name="gg.svg" hash="63f348eed9e0c14a0264d88985006dbf"/><file name="gh.svg" hash="dbb2d47c2f1d7f60d4d1f5a3430d42db"/><file name="gi.svg" hash="1970c29d6aa9c990cec266f6b16d04c0"/><file name="gl.svg" hash="7d1269e80d04c3ea5c19163b1894ac06"/><file name="gm.svg" hash="986bfe09888bb9216a6ece238fe9233c"/><file name="gn.svg" hash="24e49dd038e19d28ad5690c60776491e"/><file name="gp.svg" hash="98f3cd9379245cbfc082344bd053027b"/><file name="gq.svg" hash="0a0fecc1fbfdd883e03b2e9c5a8e4c1e"/><file name="gr.svg" hash="3e1cbd1fe394d00cbb00b1b2515b10fc"/><file name="gs.svg" hash="a99838709f0533d7f7281161cb67d354"/><file name="gt.svg" hash="544e670b2899f64e17b0d6b3b36482a8"/><file name="gu.svg" hash="02894230b695327d1b193df7f1e37f30"/><file name="gw.svg" hash="c8f138aeafd52bdf4a79540d18b97626"/><file name="gy.svg" hash="693cca373065ac918137560a0d3d8a39"/><file name="hk.svg" hash="224cb788b55023559085a29783803bc5"/><file name="hm.svg" hash="4622977714c732b95fe51bd63467993c"/><file name="hn.svg" hash="c638f6ed554f6a83fec664c4a15f85b5"/><file name="hr.svg" hash="0a2d25de04182f9256193e88e44e3365"/><file name="ht.svg" hash="849da3d605fb72da030ec045c2567883"/><file name="hu.svg" hash="f2a32923faf985be998bda633c26182a"/><file name="id.svg" hash="e68e3639ffa5014d0acfda2fb76be921"/><file name="ie.svg" hash="f5d5a629ec9a883ff0164f799eb8ed0b"/><file name="il.svg" hash="54f6690d5e20a4b60ef462bfc79039f4"/><file name="im.svg" hash="844e83e8e29a19361990695792454a17"/><file name="in.svg" hash="5c50abc42af2fbc8838ef06b0de3b954"/><file name="io.svg" hash="1b3a2e11b9856034fdf127461f378faa"/><file name="iq.svg" hash="d07a32aaec9bbd5a169d0a540267c413"/><file name="ir.svg" hash="fe24f5824d0a5c0c7c498785c59ada8c"/><file name="is.svg" hash="69583c61dba3fb593fbab87a40f6b8da"/><file name="it.svg" hash="5017491422e699eadf871998640d8009"/><file name="je.svg" hash="f8b31826861228c4b86d3af80262fc12"/><file name="jm.svg" hash="bc0cd3f594387544dc1430a9a9efd3ac"/><file name="jo.svg" hash="de79ece164b016d9d91aaf920af8b99a"/><file name="jp.svg" hash="afeb1cb28e41e99094cced511d15cfcc"/><file name="ke.svg" hash="48d5710ad610e89a4aac16b3480dbb73"/><file name="kg.svg" hash="4edca2a33e26a5f8a4b56991a6f5053d"/><file name="kh.svg" hash="5f9c9ff27743d0ac904eebda82ba7995"/><file name="ki.svg" hash="7b29890f96fc26f86f064e4433a93d68"/><file name="km.svg" hash="3fa8b6f6749db58d85933526f4982939"/><file name="kn.svg" hash="d87c46fba67e12f08f2120642cff28ab"/><file name="kp.svg" hash="4810e0389ed4ad8becd40ab5476598ad"/><file name="kr.svg" hash="3479ddac859f290a6cf3aa2426baccd5"/><file name="kw.svg" hash="2f685577c910354cd01a02e6744cd71a"/><file name="ky.svg" hash="1b893f404003d77ac44e30eb39e57dff"/><file name="kz.svg" hash="6da00e53adb95499935ab699e7222727"/><file name="la.svg" hash="ba5dae6d658bc31e34ba2b8fbafb33bc"/><file name="lb.svg" hash="5fd117bbb5bfb558447942db059bede9"/><file name="lc.svg" hash="ef28bfb9c704376ffc0030e8e8350ff7"/><file name="li.svg" hash="a31ed6d98ca841f9e269da3c21a32dd5"/><file name="lk.svg" hash="a878e46f90e52f91b028a74f82125f46"/><file name="lr.svg" hash="05b446996f7805bd0bbde5c63c81c9ac"/><file name="ls.svg" hash="4dcbd35a10d61ddad6da51a30f530f71"/><file name="lt.svg" hash="11b213daf1d56fdc07a20a2163d59722"/><file name="lu.svg" hash="39926ff390bb6bff9e6cdad81e6512ab"/><file name="lv.svg" hash="05977b73e4423513d83666a8d0dfe619"/><file name="ly.svg" hash="f82ed49c89a7982b26b64f170253b705"/><file name="ma.svg" hash="226ee63ef69d089cdf8e5c7590cd649e"/><file name="mc.svg" hash="6fa2aeea95119b61c7c317f38a00c852"/><file name="md.svg" hash="445531fafbd0f45839922c9a22116612"/><file name="me.svg" hash="3559fbaa217f0021491eaf4b3600705f"/><file name="mf.svg" hash="3eb47d11377b8fe956b547e352d8b4e2"/><file name="mg.svg" hash="a878aebef3d8ee259d75c161ccd3e4dc"/><file name="mh.svg" hash="8341d8de286d5a0cb8b2c8bc83efd096"/><file name="mk.svg" hash="7da42b2596a684625cf5953cc425c2d6"/><file name="ml.svg" hash="fe61ad58b3c6c3ba78de15102da6cf5f"/><file name="mm.svg" hash="5c08aba273fbf759ed7aec67c67df208"/><file name="mn.svg" hash="d165db9358133030ac24d53a11e0979a"/><file name="mo.svg" hash="a11dc54da2caee4374b7ba5be0d87263"/><file name="mp.svg" hash="1eb797d402b478827abd10bfcedef4f1"/><file name="mq.svg" hash="6e3c741f6e0757b31d13e67c26ae4e6a"/><file name="mr.svg" hash="5782ee8d285561807fc6b557f68b0ec2"/><file name="ms.svg" hash="88fae43ffc3ef541af25f84ce3a4e77f"/><file name="mt.svg" hash="4c71d3fdb5a2f3dca2e58cdfcd2bf521"/><file name="mu.svg" hash="f4d12feda3f90f1864575d2d074a7335"/><file name="mv.svg" hash="1da76245386fc4578a694f9040b2f46b"/><file name="mw.svg" hash="4f47c08593a6a144c5aad0a47312afb7"/><file name="mx.svg" hash="877739edab9c59a56e0f2ce15657e80c"/><file name="my.svg" hash="0e74a407601bcd541ac4525a66d4e93a"/><file name="mz.svg" hash="8e8ba871c3f83fe83b13c79eea7d2e3b"/><file name="na.svg" hash="556e8c0972a8405b662612ea2b0d03f6"/><file name="nc.svg" hash="dc978681ec33122e9a441667fbf50a7b"/><file name="ne.svg" hash="7153b86773a6d7fa2b56791c8b3ac68c"/><file name="nf.svg" hash="1a1d51bca984e5e41e8559297a7c9e2f"/><file name="ng.svg" hash="7b4dc986d9774c2737f4c8b780c8f2f5"/><file name="ni.svg" hash="86d06351ac5d482d21090be6d7385bd7"/><file name="nl.svg" hash="0615b567ea2c37eacd3101d4cb5d16a3"/><file name="no.svg" hash="d384ec99d59d1c169052c75bb7d9c529"/><file name="np.svg" hash="d9a622f30b1b363f641bb03fe9129cb3"/><file name="nr.svg" hash="e693e06a5f5d2f273607355b4912a5f0"/><file name="nu.svg" hash="7f98ffa06238fa598214ffb2b941a53a"/><file name="nz.svg" hash="b1cba9449d0484ae9df2c8a4169f87da"/><file name="om.svg" hash="1ca70fae180a1ec5ad5e2a5c1ebcc095"/><file name="pa.svg" hash="aa02f703c5f8a27a27b464c5220071e1"/><file name="pe.svg" hash="e7d4de2343eedc09578a99c8b9b9fe5c"/><file name="pf.svg" hash="ed80dded8ffd24e9e5def7de2fe23de2"/><file name="pg.svg" hash="033f23e52f9de832f328d1387cfd1bf8"/><file name="ph.svg" hash="07f627f3adbe2ebff836dac96b1b7e0e"/><file name="pk.svg" hash="2e15b125a6e19f5fc894d039067fe0e0"/><file name="pl.svg" hash="b3edcefae707b93d0b19dca9b0922a68"/><file name="pm.svg" hash="8e9ba6970ba12a3564ae247225c1c20e"/><file name="pn.svg" hash="4b1fa3be18122cf33e2d6adb69c7306b"/><file name="pr.svg" hash="b0011754c865499978ac56f6aea53c29"/><file name="ps.svg" hash="9aeaad8e6bb82f5e4e4edff5a2f925ba"/><file name="pt.svg" hash="c855f630820076fbb978458d7701cae0"/><file name="pw.svg" hash="b6909db99dba7cb2fcf8d9ae7dfbc8ae"/><file name="py.svg" hash="0a06ee88af49ae3c38282c64960f14ba"/><file name="qa.svg" hash="c93e3011efedeba4c24b0d3f80a85181"/><file name="re.svg" hash="62159c4991310024fb3bc8ec2faf7936"/><file name="ro.svg" hash="f14818f8fbbe89a707404639dfc647a8"/><file name="rs.svg" hash="a9e803ed9f84fa338073cd9f70ba81a9"/><file name="ru.svg" hash="7ad90aa078a756630833941c7cfae056"/><file name="rw.svg" hash="853439d60b3f0dd368f4cdbb32802403"/><file name="sa.svg" hash="b4477a2ef21587975b872f99199be11c"/><file name="sb.svg" hash="36cf8fbcb1c3210c5f906c142655939e"/><file name="sc.svg" hash="9206fb2af0e548eee6c9eceeb1e54b20"/><file name="sd.svg" hash="1144f8c0de86a7cb7da8e720b1f0f1fd"/><file name="se.svg" hash="652269c500695239c85e984e1f50982c"/><file name="sg.svg" hash="21d915e9abe7a382260c37b2b803f68a"/><file name="sh.svg" hash="608eb0218c9f3833427e9c77eda85407"/><file name="si.svg" hash="1365693d6d82fceada75c2afa846d1eb"/><file name="sj.svg" hash="cbb2c4fc8918da37d0c5fb4995cc6e12"/><file name="sk.svg" hash="23350aaccf126a23f42b206763d359a5"/><file name="sl.svg" hash="567bc34d18ae235d2a14c9143e53a9fc"/><file name="sm.svg" hash="128167cf4693aa8ac4fa5ba49962a5c9"/><file name="sn.svg" hash="b3dab1c76f23d2dd970f4c39ba4fab79"/><file name="so.svg" hash="2d3d8e9fcfe0e69378678b8088c1f34b"/><file name="sr.svg" hash="a2499c094cf905e3ac9d211c41b3e012"/><file name="ss.svg" hash="1b4fe7a1b0df86ba802b1fe9947f1749"/><file name="st.svg" hash="7cc6b493312c0100a539a3797125a5dc"/><file name="sv.svg" hash="d65fc0c7ab541283618e7d83f7cee119"/><file name="sx.svg" hash="154ef356f9282a2f20627d2e8119c9d4"/><file name="sy.svg" hash="5ade270a18e866b1fcdad156c18eec5f"/><file name="sz.svg" hash="0bafe885a67eaa8a1c09c56a7cfb103a"/><file name="tc.svg" hash="85a3397ac7d6a4e00bf27b92ba6e70cb"/><file name="td.svg" hash="b30950e801607839b382e3b003b5f301"/><file name="tf.svg" hash="80e088fafaf00dfe5bd6254f1f78b844"/><file name="tg.svg" hash="1e7756ae60ce9522941d352ffdc2c05c"/><file name="th.svg" hash="6f5ae01ac7b754ee5d8e10302a163d4b"/><file name="tj.svg" hash="bd5df4ec4c3301ae20cbe401dff9cc7a"/><file name="tk.svg" hash="16e7326c8e81b6532c06aa21ad153e9e"/><file name="tl.svg" hash="9e4e206340fd53c7d6907d4390bf7d30"/><file name="tm.svg" hash="59a8241e94bad49287b7f0e3752262b5"/><file name="tn.svg" hash="1b3d3830e61d6a0e68d0f92d9d927d78"/><file name="to.svg" hash="369f96bf7f919e2e71321482b1c07a57"/><file name="tr.svg" hash="81bd6f3dbc867acf3c3f5f957234bbdc"/><file name="tt.svg" hash="9c744f0e9b36f4c54a7993a9f21eaac4"/><file name="tv.svg" hash="d6310b20adc94a2c47402adfe124046b"/><file name="tw.svg" hash="fd8fe8b68c6b7778ac4799720218d7cd"/><file name="tz.svg" hash="78c123b287ad2aff9c327a65574788a7"/><file name="ua.svg" hash="00dbeaa508fd0455c8a08e8e8b86983d"/><file name="ug.svg" hash="2e764d6dc676da13f9d109ee7cbd78e8"/><file name="um.svg" hash="6ae6e8ed69e28ce8415d5e798174c874"/><file name="us.svg" hash="08055e46267282026bfffd4f23bffb6a"/><file name="uy.svg" hash="e676aa9bcee1da4cfa0d2755f41a9fed"/><file name="uz.svg" hash="d76ea736e0baf069af910f74e6c5cf3c"/><file name="va.svg" hash="50eda8778f5b54497a45246015235f73"/><file name="vc.svg" hash="9bafda7498503cebea31bfca48b09246"/><file name="ve.svg" hash="0bb1d32c0ba66846de4d5bfa5189c79e"/><file name="vg.svg" hash="6ae3d3931ff3004d032341d9b46ec9bf"/><file name="vi.svg" hash="6ae3d3931ff3004d032341d9b46ec9bf"/><file name="vn.svg" hash="9f7aa69b66ad2cf473c5a4522b8d9d35"/><file name="vu.svg" hash="dbc5da6937bb9c5fa5249abe28804565"/><file name="wf.svg" hash="9d1351abe320108610dc3ce73f3fd34e"/><file name="ws.svg" hash="73f92a465c7648ea978b360ca3f42035"/><file name="ye.svg" hash="d664150a05e0f1489e7aaa0652467f96"/><file name="yt.svg" hash="2654c5ff47a5a18b508068dfe386493b"/><file name="za.svg" hash="de05ebda92eb23324ba9d3e26566340a"/><file name="zm.svg" hash="e93eb4f208b40ed8d8cd1669736aa469"/><file name="zw.svg" hash="29018b6cecdca6a5450c0b64b6c5fd69"/></dir></dir><dir name="images"><file name="box_bg.jpg" hash="03d3dfff05dac0bd34bf182b861479ef"/><file name="truck.png" hash="569c57c093463e57719ca7702da07a01"/><file name="warning.png" hash="63ad763bb2a0e5cc63d54a9c1e578f6a"/></dir><dir name="js"><file name="jquery-2.1.0.min.js" hash="5ca7582261c421482436dfdf3af9bffe"/><file name="jquery.bouncebox.1.0.js" hash="c66a37563491b5ef730d312dbf12a279"/><file name="jquery.easing.1.3.js" hash="6516449ed5089677ed3d7e2f11fc8942"/><file name="jquery-no-conflict.js" hash="e2060c4e5e5955c824723b13a212d3ec"/></dir></dir></dir></dir></dir></dir></target></contents>
16
+ <compatible/>
17
+ <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
+ </package>
skin/frontend/base/default/shopgo/geo/css/flag-icon.css ADDED
@@ -0,0 +1,1514 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .flag-icon {
2
+ position: relative;
3
+ display: inline-block;
4
+ width: 1.3333333333333333em;
5
+ line-height: 1em;
6
+ background-size: contain;
7
+ background-position: 50%;
8
+ background-repeat: no-repeat;
9
+ }
10
+ .flag-icon:before {
11
+ content: "\00a0";
12
+ }
13
+ .flag-icon.flag-icon-squared {
14
+ width: 1em;
15
+ }
16
+ .flag-icon-background {
17
+ background-size: contain;
18
+ background-position: 50%;
19
+ background-repeat: no-repeat;
20
+ }
21
+ .flag-icon-ad {
22
+ background-image: url(../flags/4x3/ad.svg);
23
+ }
24
+ .flag-icon-ad.flag-icon-squared {
25
+ background-image: url(../flags/1x1/ad.svg);
26
+ }
27
+ .flag-icon-ae {
28
+ background-image: url(../flags/4x3/ae.svg);
29
+ }
30
+ .flag-icon-ae.flag-icon-squared {
31
+ background-image: url(../flags/1x1/ae.svg);
32
+ }
33
+ .flag-icon-af {
34
+ background-image: url(../flags/4x3/af.svg);
35
+ }
36
+ .flag-icon-af.flag-icon-squared {
37
+ background-image: url(../flags/1x1/af.svg);
38
+ }
39
+ .flag-icon-ag {
40
+ background-image: url(../flags/4x3/ag.svg);
41
+ }
42
+ .flag-icon-ag.flag-icon-squared {
43
+ background-image: url(../flags/1x1/ag.svg);
44
+ }
45
+ .flag-icon-ai {
46
+ background-image: url(../flags/4x3/ai.svg);
47
+ }
48
+ .flag-icon-ai.flag-icon-squared {
49
+ background-image: url(../flags/1x1/ai.svg);
50
+ }
51
+ .flag-icon-al {
52
+ background-image: url(../flags/4x3/al.svg);
53
+ }
54
+ .flag-icon-al.flag-icon-squared {
55
+ background-image: url(../flags/1x1/al.svg);
56
+ }
57
+ .flag-icon-am {
58
+ background-image: url(../flags/4x3/am.svg);
59
+ }
60
+ .flag-icon-am.flag-icon-squared {
61
+ background-image: url(../flags/1x1/am.svg);
62
+ }
63
+ .flag-icon-ao {
64
+ background-image: url(../flags/4x3/ao.svg);
65
+ }
66
+ .flag-icon-ao.flag-icon-squared {
67
+ background-image: url(../flags/1x1/ao.svg);
68
+ }
69
+ .flag-icon-aq {
70
+ background-image: url(../flags/4x3/aq.svg);
71
+ }
72
+ .flag-icon-aq.flag-icon-squared {
73
+ background-image: url(../flags/1x1/aq.svg);
74
+ }
75
+ .flag-icon-ar {
76
+ background-image: url(../flags/4x3/ar.svg);
77
+ }
78
+ .flag-icon-ar.flag-icon-squared {
79
+ background-image: url(../flags/1x1/ar.svg);
80
+ }
81
+ .flag-icon-as {
82
+ background-image: url(../flags/4x3/as.svg);
83
+ }
84
+ .flag-icon-as.flag-icon-squared {
85
+ background-image: url(../flags/1x1/as.svg);
86
+ }
87
+ .flag-icon-at {
88
+ background-image: url(../flags/4x3/at.svg);
89
+ }
90
+ .flag-icon-at.flag-icon-squared {
91
+ background-image: url(../flags/1x1/at.svg);
92
+ }
93
+ .flag-icon-au {
94
+ background-image: url(../flags/4x3/au.svg);
95
+ }
96
+ .flag-icon-au.flag-icon-squared {
97
+ background-image: url(../flags/1x1/au.svg);
98
+ }
99
+ .flag-icon-aw {
100
+ background-image: url(../flags/4x3/aw.svg);
101
+ }
102
+ .flag-icon-aw.flag-icon-squared {
103
+ background-image: url(../flags/1x1/aw.svg);
104
+ }
105
+ .flag-icon-ax {
106
+ background-image: url(../flags/4x3/ax.svg);
107
+ }
108
+ .flag-icon-ax.flag-icon-squared {
109
+ background-image: url(../flags/1x1/ax.svg);
110
+ }
111
+ .flag-icon-az {
112
+ background-image: url(../flags/4x3/az.svg);
113
+ }
114
+ .flag-icon-az.flag-icon-squared {
115
+ background-image: url(../flags/1x1/az.svg);
116
+ }
117
+ .flag-icon-ba {
118
+ background-image: url(../flags/4x3/ba.svg);
119
+ }
120
+ .flag-icon-ba.flag-icon-squared {
121
+ background-image: url(../flags/1x1/ba.svg);
122
+ }
123
+ .flag-icon-bb {
124
+ background-image: url(../flags/4x3/bb.svg);
125
+ }
126
+ .flag-icon-bb.flag-icon-squared {
127
+ background-image: url(../flags/1x1/bb.svg);
128
+ }
129
+ .flag-icon-bd {
130
+ background-image: url(../flags/4x3/bd.svg);
131
+ }
132
+ .flag-icon-bd.flag-icon-squared {
133
+ background-image: url(../flags/1x1/bd.svg);
134
+ }
135
+ .flag-icon-be {
136
+ background-image: url(../flags/4x3/be.svg);
137
+ }
138
+ .flag-icon-be.flag-icon-squared {
139
+ background-image: url(../flags/1x1/be.svg);
140
+ }
141
+ .flag-icon-bf {
142
+ background-image: url(../flags/4x3/bf.svg);
143
+ }
144
+ .flag-icon-bf.flag-icon-squared {
145
+ background-image: url(../flags/1x1/bf.svg);
146
+ }
147
+ .flag-icon-bg {
148
+ background-image: url(../flags/4x3/bg.svg);
149
+ }
150
+ .flag-icon-bg.flag-icon-squared {
151
+ background-image: url(../flags/1x1/bg.svg);
152
+ }
153
+ .flag-icon-bh {
154
+ background-image: url(../flags/4x3/bh.svg);
155
+ }
156
+ .flag-icon-bh.flag-icon-squared {
157
+ background-image: url(../flags/1x1/bh.svg);
158
+ }
159
+ .flag-icon-bi {
160
+ background-image: url(../flags/4x3/bi.svg);
161
+ }
162
+ .flag-icon-bi.flag-icon-squared {
163
+ background-image: url(../flags/1x1/bi.svg);
164
+ }
165
+ .flag-icon-bj {
166
+ background-image: url(../flags/4x3/bj.svg);
167
+ }
168
+ .flag-icon-bj.flag-icon-squared {
169
+ background-image: url(../flags/1x1/bj.svg);
170
+ }
171
+ .flag-icon-bl {
172
+ background-image: url(../flags/4x3/bl.svg);
173
+ }
174
+ .flag-icon-bl.flag-icon-squared {
175
+ background-image: url(../flags/1x1/bl.svg);
176
+ }
177
+ .flag-icon-bm {
178
+ background-image: url(../flags/4x3/bm.svg);
179
+ }
180
+ .flag-icon-bm.flag-icon-squared {
181
+ background-image: url(../flags/1x1/bm.svg);
182
+ }
183
+ .flag-icon-bn {
184
+ background-image: url(../flags/4x3/bn.svg);
185
+ }
186
+ .flag-icon-bn.flag-icon-squared {
187
+ background-image: url(../flags/1x1/bn.svg);
188
+ }
189
+ .flag-icon-bo {
190
+ background-image: url(../flags/4x3/bo.svg);
191
+ }
192
+ .flag-icon-bo.flag-icon-squared {
193
+ background-image: url(../flags/1x1/bo.svg);
194
+ }
195
+ .flag-icon-bq {
196
+ background-image: url(../flags/4x3/bq.svg);
197
+ }
198
+ .flag-icon-bq.flag-icon-squared {
199
+ background-image: url(../flags/1x1/bq.svg);
200
+ }
201
+ .flag-icon-br {
202
+ background-image: url(../flags/4x3/br.svg);
203
+ }
204
+ .flag-icon-br.flag-icon-squared {
205
+ background-image: url(../flags/1x1/br.svg);
206
+ }
207
+ .flag-icon-bs {
208
+ background-image: url(../flags/4x3/bs.svg);
209
+ }
210
+ .flag-icon-bs.flag-icon-squared {
211
+ background-image: url(../flags/1x1/bs.svg);
212
+ }
213
+ .flag-icon-bt {
214
+ background-image: url(../flags/4x3/bt.svg);
215
+ }
216
+ .flag-icon-bt.flag-icon-squared {
217
+ background-image: url(../flags/1x1/bt.svg);
218
+ }
219
+ .flag-icon-bv {
220
+ background-image: url(../flags/4x3/bv.svg);
221
+ }
222
+ .flag-icon-bv.flag-icon-squared {
223
+ background-image: url(../flags/1x1/bv.svg);
224
+ }
225
+ .flag-icon-bw {
226
+ background-image: url(../flags/4x3/bw.svg);
227
+ }
228
+ .flag-icon-bw.flag-icon-squared {
229
+ background-image: url(../flags/1x1/bw.svg);
230
+ }
231
+ .flag-icon-by {
232
+ background-image: url(../flags/4x3/by.svg);
233
+ }
234
+ .flag-icon-by.flag-icon-squared {
235
+ background-image: url(../flags/1x1/by.svg);
236
+ }
237
+ .flag-icon-bz {
238
+ background-image: url(../flags/4x3/bz.svg);
239
+ }
240
+ .flag-icon-bz.flag-icon-squared {
241
+ background-image: url(../flags/1x1/bz.svg);
242
+ }
243
+ .flag-icon-ca {
244
+ background-image: url(../flags/4x3/ca.svg);
245
+ }
246
+ .flag-icon-ca.flag-icon-squared {
247
+ background-image: url(../flags/1x1/ca.svg);
248
+ }
249
+ .flag-icon-cc {
250
+ background-image: url(../flags/4x3/cc.svg);
251
+ }
252
+ .flag-icon-cc.flag-icon-squared {
253
+ background-image: url(../flags/1x1/cc.svg);
254
+ }
255
+ .flag-icon-cd {
256
+ background-image: url(../flags/4x3/cd.svg);
257
+ }
258
+ .flag-icon-cd.flag-icon-squared {
259
+ background-image: url(../flags/1x1/cd.svg);
260
+ }
261
+ .flag-icon-cf {
262
+ background-image: url(../flags/4x3/cf.svg);
263
+ }
264
+ .flag-icon-cf.flag-icon-squared {
265
+ background-image: url(../flags/1x1/cf.svg);
266
+ }
267
+ .flag-icon-cg {
268
+ background-image: url(../flags/4x3/cg.svg);
269
+ }
270
+ .flag-icon-cg.flag-icon-squared {
271
+ background-image: url(../flags/1x1/cg.svg);
272
+ }
273
+ .flag-icon-ch {
274
+ background-image: url(../flags/4x3/ch.svg);
275
+ }
276
+ .flag-icon-ch.flag-icon-squared {
277
+ background-image: url(../flags/1x1/ch.svg);
278
+ }
279
+ .flag-icon-ci {
280
+ background-image: url(../flags/4x3/ci.svg);
281
+ }
282
+ .flag-icon-ci.flag-icon-squared {
283
+ background-image: url(../flags/1x1/ci.svg);
284
+ }
285
+ .flag-icon-ck {
286
+ background-image: url(../flags/4x3/ck.svg);
287
+ }
288
+ .flag-icon-ck.flag-icon-squared {
289
+ background-image: url(../flags/1x1/ck.svg);
290
+ }
291
+ .flag-icon-cl {
292
+ background-image: url(../flags/4x3/cl.svg);
293
+ }
294
+ .flag-icon-cl.flag-icon-squared {
295
+ background-image: url(../flags/1x1/cl.svg);
296
+ }
297
+ .flag-icon-cm {
298
+ background-image: url(../flags/4x3/cm.svg);
299
+ }
300
+ .flag-icon-cm.flag-icon-squared {
301
+ background-image: url(../flags/1x1/cm.svg);
302
+ }
303
+ .flag-icon-cn {
304
+ background-image: url(../flags/4x3/cn.svg);
305
+ }
306
+ .flag-icon-cn.flag-icon-squared {
307
+ background-image: url(../flags/1x1/cn.svg);
308
+ }
309
+ .flag-icon-co {
310
+ background-image: url(../flags/4x3/co.svg);
311
+ }
312
+ .flag-icon-co.flag-icon-squared {
313
+ background-image: url(../flags/1x1/co.svg);
314
+ }
315
+ .flag-icon-cr {
316
+ background-image: url(../flags/4x3/cr.svg);
317
+ }
318
+ .flag-icon-cr.flag-icon-squared {
319
+ background-image: url(../flags/1x1/cr.svg);
320
+ }
321
+ .flag-icon-cu {
322
+ background-image: url(../flags/4x3/cu.svg);
323
+ }
324
+ .flag-icon-cu.flag-icon-squared {
325
+ background-image: url(../flags/1x1/cu.svg);
326
+ }
327
+ .flag-icon-cv {
328
+ background-image: url(../flags/4x3/cv.svg);
329
+ }
330
+ .flag-icon-cv.flag-icon-squared {
331
+ background-image: url(../flags/1x1/cv.svg);
332
+ }
333
+ .flag-icon-cw {
334
+ background-image: url(../flags/4x3/cw.svg);
335
+ }
336
+ .flag-icon-cw.flag-icon-squared {
337
+ background-image: url(../flags/1x1/cw.svg);
338
+ }
339
+ .flag-icon-cx {
340
+ background-image: url(../flags/4x3/cx.svg);
341
+ }
342
+ .flag-icon-cx.flag-icon-squared {
343
+ background-image: url(../flags/1x1/cx.svg);
344
+ }
345
+ .flag-icon-cy {
346
+ background-image: url(../flags/4x3/cy.svg);
347
+ }
348
+ .flag-icon-cy.flag-icon-squared {
349
+ background-image: url(../flags/1x1/cy.svg);
350
+ }
351
+ .flag-icon-cz {
352
+ background-image: url(../flags/4x3/cz.svg);
353
+ }
354
+ .flag-icon-cz.flag-icon-squared {
355
+ background-image: url(../flags/1x1/cz.svg);
356
+ }
357
+ .flag-icon-de {
358
+ background-image: url(../flags/4x3/de.svg);
359
+ }
360
+ .flag-icon-de.flag-icon-squared {
361
+ background-image: url(../flags/1x1/de.svg);
362
+ }
363
+ .flag-icon-dj {
364
+ background-image: url(../flags/4x3/dj.svg);
365
+ }
366
+ .flag-icon-dj.flag-icon-squared {
367
+ background-image: url(../flags/1x1/dj.svg);
368
+ }
369
+ .flag-icon-dk {
370
+ background-image: url(../flags/4x3/dk.svg);
371
+ }
372
+ .flag-icon-dk.flag-icon-squared {
373
+ background-image: url(../flags/1x1/dk.svg);
374
+ }
375
+ .flag-icon-dm {
376
+ background-image: url(../flags/4x3/dm.svg);
377
+ }
378
+ .flag-icon-dm.flag-icon-squared {
379
+ background-image: url(../flags/1x1/dm.svg);
380
+ }
381
+ .flag-icon-do {
382
+ background-image: url(../flags/4x3/do.svg);
383
+ }
384
+ .flag-icon-do.flag-icon-squared {
385
+ background-image: url(../flags/1x1/do.svg);
386
+ }
387
+ .flag-icon-dz {
388
+ background-image: url(../flags/4x3/dz.svg);
389
+ }
390
+ .flag-icon-dz.flag-icon-squared {
391
+ background-image: url(../flags/1x1/dz.svg);
392
+ }
393
+ .flag-icon-ec {
394
+ background-image: url(../flags/4x3/ec.svg);
395
+ }
396
+ .flag-icon-ec.flag-icon-squared {
397
+ background-image: url(../flags/1x1/ec.svg);
398
+ }
399
+ .flag-icon-ee {
400
+ background-image: url(../flags/4x3/ee.svg);
401
+ }
402
+ .flag-icon-ee.flag-icon-squared {
403
+ background-image: url(../flags/1x1/ee.svg);
404
+ }
405
+ .flag-icon-eg {
406
+ background-image: url(../flags/4x3/eg.svg);
407
+ }
408
+ .flag-icon-eg.flag-icon-squared {
409
+ background-image: url(../flags/1x1/eg.svg);
410
+ }
411
+ .flag-icon-eh {
412
+ background-image: url(../flags/4x3/eh.svg);
413
+ }
414
+ .flag-icon-eh.flag-icon-squared {
415
+ background-image: url(../flags/1x1/eh.svg);
416
+ }
417
+ .flag-icon-er {
418
+ background-image: url(../flags/4x3/er.svg);
419
+ }
420
+ .flag-icon-er.flag-icon-squared {
421
+ background-image: url(../flags/1x1/er.svg);
422
+ }
423
+ .flag-icon-es {
424
+ background-image: url(../flags/4x3/es.svg);
425
+ }
426
+ .flag-icon-es.flag-icon-squared {
427
+ background-image: url(../flags/1x1/es.svg);
428
+ }
429
+ .flag-icon-et {
430
+ background-image: url(../flags/4x3/et.svg);
431
+ }
432
+ .flag-icon-et.flag-icon-squared {
433
+ background-image: url(../flags/1x1/et.svg);
434
+ }
435
+ .flag-icon-fi {
436
+ background-image: url(../flags/4x3/fi.svg);
437
+ }
438
+ .flag-icon-fi.flag-icon-squared {
439
+ background-image: url(../flags/1x1/fi.svg);
440
+ }
441
+ .flag-icon-fj {
442
+ background-image: url(../flags/4x3/fj.svg);
443
+ }
444
+ .flag-icon-fj.flag-icon-squared {
445
+ background-image: url(../flags/1x1/fj.svg);
446
+ }
447
+ .flag-icon-fk {
448
+ background-image: url(../flags/4x3/fk.svg);
449
+ }
450
+ .flag-icon-fk.flag-icon-squared {
451
+ background-image: url(../flags/1x1/fk.svg);
452
+ }
453
+ .flag-icon-fm {
454
+ background-image: url(../flags/4x3/fm.svg);
455
+ }
456
+ .flag-icon-fm.flag-icon-squared {
457
+ background-image: url(../flags/1x1/fm.svg);
458
+ }
459
+ .flag-icon-fo {
460
+ background-image: url(../flags/4x3/fo.svg);
461
+ }
462
+ .flag-icon-fo.flag-icon-squared {
463
+ background-image: url(../flags/1x1/fo.svg);
464
+ }
465
+ .flag-icon-fr {
466
+ background-image: url(../flags/4x3/fr.svg);
467
+ }
468
+ .flag-icon-fr.flag-icon-squared {
469
+ background-image: url(../flags/1x1/fr.svg);
470
+ }
471
+ .flag-icon-ga {
472
+ background-image: url(../flags/4x3/ga.svg);
473
+ }
474
+ .flag-icon-ga.flag-icon-squared {
475
+ background-image: url(../flags/1x1/ga.svg);
476
+ }
477
+ .flag-icon-gb {
478
+ background-image: url(../flags/4x3/gb.svg);
479
+ }
480
+ .flag-icon-gb.flag-icon-squared {
481
+ background-image: url(../flags/1x1/gb.svg);
482
+ }
483
+ .flag-icon-gd {
484
+ background-image: url(../flags/4x3/gd.svg);
485
+ }
486
+ .flag-icon-gd.flag-icon-squared {
487
+ background-image: url(../flags/1x1/gd.svg);
488
+ }
489
+ .flag-icon-ge {
490
+ background-image: url(../flags/4x3/ge.svg);
491
+ }
492
+ .flag-icon-ge.flag-icon-squared {
493
+ background-image: url(../flags/1x1/ge.svg);
494
+ }
495
+ .flag-icon-gf {
496
+ background-image: url(../flags/4x3/gf.svg);
497
+ }
498
+ .flag-icon-gf.flag-icon-squared {
499
+ background-image: url(../flags/1x1/gf.svg);
500
+ }
501
+ .flag-icon-gg {
502
+ background-image: url(../flags/4x3/gg.svg);
503
+ }
504
+ .flag-icon-gg.flag-icon-squared {
505
+ background-image: url(../flags/1x1/gg.svg);
506
+ }
507
+ .flag-icon-gh {
508
+ background-image: url(../flags/4x3/gh.svg);
509
+ }
510
+ .flag-icon-gh.flag-icon-squared {
511
+ background-image: url(../flags/1x1/gh.svg);
512
+ }
513
+ .flag-icon-gi {
514
+ background-image: url(../flags/4x3/gi.svg);
515
+ }
516
+ .flag-icon-gi.flag-icon-squared {
517
+ background-image: url(../flags/1x1/gi.svg);
518
+ }
519
+ .flag-icon-gl {
520
+ background-image: url(../flags/4x3/gl.svg);
521
+ }
522
+ .flag-icon-gl.flag-icon-squared {
523
+ background-image: url(../flags/1x1/gl.svg);
524
+ }
525
+ .flag-icon-gm {
526
+ background-image: url(../flags/4x3/gm.svg);
527
+ }
528
+ .flag-icon-gm.flag-icon-squared {
529
+ background-image: url(../flags/1x1/gm.svg);
530
+ }
531
+ .flag-icon-gn {
532
+ background-image: url(../flags/4x3/gn.svg);
533
+ }
534
+ .flag-icon-gn.flag-icon-squared {
535
+ background-image: url(../flags/1x1/gn.svg);
536
+ }
537
+ .flag-icon-gp {
538
+ background-image: url(../flags/4x3/gp.svg);
539
+ }
540
+ .flag-icon-gp.flag-icon-squared {
541
+ background-image: url(../flags/1x1/gp.svg);
542
+ }
543
+ .flag-icon-gq {
544
+ background-image: url(../flags/4x3/gq.svg);
545
+ }
546
+ .flag-icon-gq.flag-icon-squared {
547
+ background-image: url(../flags/1x1/gq.svg);
548
+ }
549
+ .flag-icon-gr {
550
+ background-image: url(../flags/4x3/gr.svg);
551
+ }
552
+ .flag-icon-gr.flag-icon-squared {
553
+ background-image: url(../flags/1x1/gr.svg);
554
+ }
555
+ .flag-icon-gs {
556
+ background-image: url(../flags/4x3/gs.svg);
557
+ }
558
+ .flag-icon-gs.flag-icon-squared {
559
+ background-image: url(../flags/1x1/gs.svg);
560
+ }
561
+ .flag-icon-gt {
562
+ background-image: url(../flags/4x3/gt.svg);
563
+ }
564
+ .flag-icon-gt.flag-icon-squared {
565
+ background-image: url(../flags/1x1/gt.svg);
566
+ }
567
+ .flag-icon-gu {
568
+ background-image: url(../flags/4x3/gu.svg);
569
+ }
570
+ .flag-icon-gu.flag-icon-squared {
571
+ background-image: url(../flags/1x1/gu.svg);
572
+ }
573
+ .flag-icon-gw {
574
+ background-image: url(../flags/4x3/gw.svg);
575
+ }
576
+ .flag-icon-gw.flag-icon-squared {
577
+ background-image: url(../flags/1x1/gw.svg);
578
+ }
579
+ .flag-icon-gy {
580
+ background-image: url(../flags/4x3/gy.svg);
581
+ }
582
+ .flag-icon-gy.flag-icon-squared {
583
+ background-image: url(../flags/1x1/gy.svg);
584
+ }
585
+ .flag-icon-hk {
586
+ background-image: url(../flags/4x3/hk.svg);
587
+ }
588
+ .flag-icon-hk.flag-icon-squared {
589
+ background-image: url(../flags/1x1/hk.svg);
590
+ }
591
+ .flag-icon-hm {
592
+ background-image: url(../flags/4x3/hm.svg);
593
+ }
594
+ .flag-icon-hm.flag-icon-squared {
595
+ background-image: url(../flags/1x1/hm.svg);
596
+ }
597
+ .flag-icon-hn {
598
+ background-image: url(../flags/4x3/hn.svg);
599
+ }
600
+ .flag-icon-hn.flag-icon-squared {
601
+ background-image: url(../flags/1x1/hn.svg);
602
+ }
603
+ .flag-icon-hr {
604
+ background-image: url(../flags/4x3/hr.svg);
605
+ }
606
+ .flag-icon-hr.flag-icon-squared {
607
+ background-image: url(../flags/1x1/hr.svg);
608
+ }
609
+ .flag-icon-ht {
610
+ background-image: url(../flags/4x3/ht.svg);
611
+ }
612
+ .flag-icon-ht.flag-icon-squared {
613
+ background-image: url(../flags/1x1/ht.svg);
614
+ }
615
+ .flag-icon-hu {
616
+ background-image: url(../flags/4x3/hu.svg);
617
+ }
618
+ .flag-icon-hu.flag-icon-squared {
619
+ background-image: url(../flags/1x1/hu.svg);
620
+ }
621
+ .flag-icon-id {
622
+ background-image: url(../flags/4x3/id.svg);
623
+ }
624
+ .flag-icon-id.flag-icon-squared {
625
+ background-image: url(../flags/1x1/id.svg);
626
+ }
627
+ .flag-icon-ie {
628
+ background-image: url(../flags/4x3/ie.svg);
629
+ }
630
+ .flag-icon-ie.flag-icon-squared {
631
+ background-image: url(../flags/1x1/ie.svg);
632
+ }
633
+ .flag-icon-il {
634
+ background-image: url(../flags/4x3/il.svg);
635
+ }
636
+ .flag-icon-il.flag-icon-squared {
637
+ background-image: url(../flags/1x1/il.svg);
638
+ }
639
+ .flag-icon-im {
640
+ background-image: url(../flags/4x3/im.svg);
641
+ }
642
+ .flag-icon-im.flag-icon-squared {
643
+ background-image: url(../flags/1x1/im.svg);
644
+ }
645
+ .flag-icon-in {
646
+ background-image: url(../flags/4x3/in.svg);
647
+ }
648
+ .flag-icon-in.flag-icon-squared {
649
+ background-image: url(../flags/1x1/in.svg);
650
+ }
651
+ .flag-icon-io {
652
+ background-image: url(../flags/4x3/io.svg);
653
+ }
654
+ .flag-icon-io.flag-icon-squared {
655
+ background-image: url(../flags/1x1/io.svg);
656
+ }
657
+ .flag-icon-iq {
658
+ background-image: url(../flags/4x3/iq.svg);
659
+ }
660
+ .flag-icon-iq.flag-icon-squared {
661
+ background-image: url(../flags/1x1/iq.svg);
662
+ }
663
+ .flag-icon-ir {
664
+ background-image: url(../flags/4x3/ir.svg);
665
+ }
666
+ .flag-icon-ir.flag-icon-squared {
667
+ background-image: url(../flags/1x1/ir.svg);
668
+ }
669
+ .flag-icon-is {
670
+ background-image: url(../flags/4x3/is.svg);
671
+ }
672
+ .flag-icon-is.flag-icon-squared {
673
+ background-image: url(../flags/1x1/is.svg);
674
+ }
675
+ .flag-icon-it {
676
+ background-image: url(../flags/4x3/it.svg);
677
+ }
678
+ .flag-icon-it.flag-icon-squared {
679
+ background-image: url(../flags/1x1/it.svg);
680
+ }
681
+ .flag-icon-je {
682
+ background-image: url(../flags/4x3/je.svg);
683
+ }
684
+ .flag-icon-je.flag-icon-squared {
685
+ background-image: url(../flags/1x1/je.svg);
686
+ }
687
+ .flag-icon-jm {
688
+ background-image: url(../flags/4x3/jm.svg);
689
+ }
690
+ .flag-icon-jm.flag-icon-squared {
691
+ background-image: url(../flags/1x1/jm.svg);
692
+ }
693
+ .flag-icon-jo {
694
+ background-image: url(../flags/4x3/jo.svg);
695
+ }
696
+ .flag-icon-jo.flag-icon-squared {
697
+ background-image: url(../flags/1x1/jo.svg);
698
+ }
699
+ .flag-icon-jp {
700
+ background-image: url(../flags/4x3/jp.svg);
701
+ }
702
+ .flag-icon-jp.flag-icon-squared {
703
+ background-image: url(../flags/1x1/jp.svg);
704
+ }
705
+ .flag-icon-ke {
706
+ background-image: url(../flags/4x3/ke.svg);
707
+ }
708
+ .flag-icon-ke.flag-icon-squared {
709
+ background-image: url(../flags/1x1/ke.svg);
710
+ }
711
+ .flag-icon-kg {
712
+ background-image: url(../flags/4x3/kg.svg);
713
+ }
714
+ .flag-icon-kg.flag-icon-squared {
715
+ background-image: url(../flags/1x1/kg.svg);
716
+ }
717
+ .flag-icon-kh {
718
+ background-image: url(../flags/4x3/kh.svg);
719
+ }
720
+ .flag-icon-kh.flag-icon-squared {
721
+ background-image: url(../flags/1x1/kh.svg);
722
+ }
723
+ .flag-icon-ki {
724
+ background-image: url(../flags/4x3/ki.svg);
725
+ }
726
+ .flag-icon-ki.flag-icon-squared {
727
+ background-image: url(../flags/1x1/ki.svg);
728
+ }
729
+ .flag-icon-km {
730
+ background-image: url(../flags/4x3/km.svg);
731
+ }
732
+ .flag-icon-km.flag-icon-squared {
733
+ background-image: url(../flags/1x1/km.svg);
734
+ }
735
+ .flag-icon-kn {
736
+ background-image: url(../flags/4x3/kn.svg);
737
+ }
738
+ .flag-icon-kn.flag-icon-squared {
739
+ background-image: url(../flags/1x1/kn.svg);
740
+ }
741
+ .flag-icon-kp {
742
+ background-image: url(../flags/4x3/kp.svg);
743
+ }
744
+ .flag-icon-kp.flag-icon-squared {
745
+ background-image: url(../flags/1x1/kp.svg);
746
+ }
747
+ .flag-icon-kr {
748
+ background-image: url(../flags/4x3/kr.svg);
749
+ }
750
+ .flag-icon-kr.flag-icon-squared {
751
+ background-image: url(../flags/1x1/kr.svg);
752
+ }
753
+ .flag-icon-kw {
754
+ background-image: url(../flags/4x3/kw.svg);
755
+ }
756
+ .flag-icon-kw.flag-icon-squared {
757
+ background-image: url(../flags/1x1/kw.svg);
758
+ }
759
+ .flag-icon-ky {
760
+ background-image: url(../flags/4x3/ky.svg);
761
+ }
762
+ .flag-icon-ky.flag-icon-squared {
763
+ background-image: url(../flags/1x1/ky.svg);
764
+ }
765
+ .flag-icon-kz {
766
+ background-image: url(../flags/4x3/kz.svg);
767
+ }
768
+ .flag-icon-kz.flag-icon-squared {
769
+ background-image: url(../flags/1x1/kz.svg);
770
+ }
771
+ .flag-icon-la {
772
+ background-image: url(../flags/4x3/la.svg);
773
+ }
774
+ .flag-icon-la.flag-icon-squared {
775
+ background-image: url(../flags/1x1/la.svg);
776
+ }
777
+ .flag-icon-lb {
778
+ background-image: url(../flags/4x3/lb.svg);
779
+ }
780
+ .flag-icon-lb.flag-icon-squared {
781
+ background-image: url(../flags/1x1/lb.svg);
782
+ }
783
+ .flag-icon-lc {
784
+ background-image: url(../flags/4x3/lc.svg);
785
+ }
786
+ .flag-icon-lc.flag-icon-squared {
787
+ background-image: url(../flags/1x1/lc.svg);
788
+ }
789
+ .flag-icon-li {
790
+ background-image: url(../flags/4x3/li.svg);
791
+ }
792
+ .flag-icon-li.flag-icon-squared {
793
+ background-image: url(../flags/1x1/li.svg);
794
+ }
795
+ .flag-icon-lk {
796
+ background-image: url(../flags/4x3/lk.svg);
797
+ }
798
+ .flag-icon-lk.flag-icon-squared {
799
+ background-image: url(../flags/1x1/lk.svg);
800
+ }
801
+ .flag-icon-lr {
802
+ background-image: url(../flags/4x3/lr.svg);
803
+ }
804
+ .flag-icon-lr.flag-icon-squared {
805
+ background-image: url(../flags/1x1/lr.svg);
806
+ }
807
+ .flag-icon-ls {
808
+ background-image: url(../flags/4x3/ls.svg);
809
+ }
810
+ .flag-icon-ls.flag-icon-squared {
811
+ background-image: url(../flags/1x1/ls.svg);
812
+ }
813
+ .flag-icon-lt {
814
+ background-image: url(../flags/4x3/lt.svg);
815
+ }
816
+ .flag-icon-lt.flag-icon-squared {
817
+ background-image: url(../flags/1x1/lt.svg);
818
+ }
819
+ .flag-icon-lu {
820
+ background-image: url(../flags/4x3/lu.svg);
821
+ }
822
+ .flag-icon-lu.flag-icon-squared {
823
+ background-image: url(../flags/1x1/lu.svg);
824
+ }
825
+ .flag-icon-lv {
826
+ background-image: url(../flags/4x3/lv.svg);
827
+ }
828
+ .flag-icon-lv.flag-icon-squared {
829
+ background-image: url(../flags/1x1/lv.svg);
830
+ }
831
+ .flag-icon-ly {
832
+ background-image: url(../flags/4x3/ly.svg);
833
+ }
834
+ .flag-icon-ly.flag-icon-squared {
835
+ background-image: url(../flags/1x1/ly.svg);
836
+ }
837
+ .flag-icon-ma {
838
+ background-image: url(../flags/4x3/ma.svg);
839
+ }
840
+ .flag-icon-ma.flag-icon-squared {
841
+ background-image: url(../flags/1x1/ma.svg);
842
+ }
843
+ .flag-icon-mc {
844
+ background-image: url(../flags/4x3/mc.svg);
845
+ }
846
+ .flag-icon-mc.flag-icon-squared {
847
+ background-image: url(../flags/1x1/mc.svg);
848
+ }
849
+ .flag-icon-md {
850
+ background-image: url(../flags/4x3/md.svg);
851
+ }
852
+ .flag-icon-md.flag-icon-squared {
853
+ background-image: url(../flags/1x1/md.svg);
854
+ }
855
+ .flag-icon-me {
856
+ background-image: url(../flags/4x3/me.svg);
857
+ }
858
+ .flag-icon-me.flag-icon-squared {
859
+ background-image: url(../flags/1x1/me.svg);
860
+ }
861
+ .flag-icon-mf {
862
+ background-image: url(../flags/4x3/mf.svg);
863
+ }
864
+ .flag-icon-mf.flag-icon-squared {
865
+ background-image: url(../flags/1x1/mf.svg);
866
+ }
867
+ .flag-icon-mg {
868
+ background-image: url(../flags/4x3/mg.svg);
869
+ }
870
+ .flag-icon-mg.flag-icon-squared {
871
+ background-image: url(../flags/1x1/mg.svg);
872
+ }
873
+ .flag-icon-mh {
874
+ background-image: url(../flags/4x3/mh.svg);
875
+ }
876
+ .flag-icon-mh.flag-icon-squared {
877
+ background-image: url(../flags/1x1/mh.svg);
878
+ }
879
+ .flag-icon-mk {
880
+ background-image: url(../flags/4x3/mk.svg);
881
+ }
882
+ .flag-icon-mk.flag-icon-squared {
883
+ background-image: url(../flags/1x1/mk.svg);
884
+ }
885
+ .flag-icon-ml {
886
+ background-image: url(../flags/4x3/ml.svg);
887
+ }
888
+ .flag-icon-ml.flag-icon-squared {
889
+ background-image: url(../flags/1x1/ml.svg);
890
+ }
891
+ .flag-icon-mm {
892
+ background-image: url(../flags/4x3/mm.svg);
893
+ }
894
+ .flag-icon-mm.flag-icon-squared {
895
+ background-image: url(../flags/1x1/mm.svg);
896
+ }
897
+ .flag-icon-mn {
898
+ background-image: url(../flags/4x3/mn.svg);
899
+ }
900
+ .flag-icon-mn.flag-icon-squared {
901
+ background-image: url(../flags/1x1/mn.svg);
902
+ }
903
+ .flag-icon-mo {
904
+ background-image: url(../flags/4x3/mo.svg);
905
+ }
906
+ .flag-icon-mo.flag-icon-squared {
907
+ background-image: url(../flags/1x1/mo.svg);
908
+ }
909
+ .flag-icon-mp {
910
+ background-image: url(../flags/4x3/mp.svg);
911
+ }
912
+ .flag-icon-mp.flag-icon-squared {
913
+ background-image: url(../flags/1x1/mp.svg);
914
+ }
915
+ .flag-icon-mq {
916
+ background-image: url(../flags/4x3/mq.svg);
917
+ }
918
+ .flag-icon-mq.flag-icon-squared {
919
+ background-image: url(../flags/1x1/mq.svg);
920
+ }
921
+ .flag-icon-mr {
922
+ background-image: url(../flags/4x3/mr.svg);
923
+ }
924
+ .flag-icon-mr.flag-icon-squared {
925
+ background-image: url(../flags/1x1/mr.svg);
926
+ }
927
+ .flag-icon-ms {
928
+ background-image: url(../flags/4x3/ms.svg);
929
+ }
930
+ .flag-icon-ms.flag-icon-squared {
931
+ background-image: url(../flags/1x1/ms.svg);
932
+ }
933
+ .flag-icon-mt {
934
+ background-image: url(../flags/4x3/mt.svg);
935
+ }
936
+ .flag-icon-mt.flag-icon-squared {
937
+ background-image: url(../flags/1x1/mt.svg);
938
+ }
939
+ .flag-icon-mu {
940
+ background-image: url(../flags/4x3/mu.svg);
941
+ }
942
+ .flag-icon-mu.flag-icon-squared {
943
+ background-image: url(../flags/1x1/mu.svg);
944
+ }
945
+ .flag-icon-mv {
946
+ background-image: url(../flags/4x3/mv.svg);
947
+ }
948
+ .flag-icon-mv.flag-icon-squared {
949
+ background-image: url(../flags/1x1/mv.svg);
950
+ }
951
+ .flag-icon-mw {
952
+ background-image: url(../flags/4x3/mw.svg);
953
+ }
954
+ .flag-icon-mw.flag-icon-squared {
955
+ background-image: url(../flags/1x1/mw.svg);
956
+ }
957
+ .flag-icon-mx {
958
+ background-image: url(../flags/4x3/mx.svg);
959
+ }
960
+ .flag-icon-mx.flag-icon-squared {
961
+ background-image: url(../flags/1x1/mx.svg);
962
+ }
963
+ .flag-icon-my {
964
+ background-image: url(../flags/4x3/my.svg);
965
+ }
966
+ .flag-icon-my.flag-icon-squared {
967
+ background-image: url(../flags/1x1/my.svg);
968
+ }
969
+ .flag-icon-mz {
970
+ background-image: url(../flags/4x3/mz.svg);
971
+ }
972
+ .flag-icon-mz.flag-icon-squared {
973
+ background-image: url(../flags/1x1/mz.svg);
974
+ }
975
+ .flag-icon-na {
976
+ background-image: url(../flags/4x3/na.svg);
977
+ }
978
+ .flag-icon-na.flag-icon-squared {
979
+ background-image: url(../flags/1x1/na.svg);
980
+ }
981
+ .flag-icon-nc {
982
+ background-image: url(../flags/4x3/nc.svg);
983
+ }
984
+ .flag-icon-nc.flag-icon-squared {
985
+ background-image: url(../flags/1x1/nc.svg);
986
+ }
987
+ .flag-icon-ne {
988
+ background-image: url(../flags/4x3/ne.svg);
989
+ }
990
+ .flag-icon-ne.flag-icon-squared {
991
+ background-image: url(../flags/1x1/ne.svg);
992
+ }
993
+ .flag-icon-nf {
994
+ background-image: url(../flags/4x3/nf.svg);
995
+ }
996
+ .flag-icon-nf.flag-icon-squared {
997
+ background-image: url(../flags/1x1/nf.svg);
998
+ }
999
+ .flag-icon-ng {
1000
+ background-image: url(../flags/4x3/ng.svg);
1001
+ }
1002
+ .flag-icon-ng.flag-icon-squared {
1003
+ background-image: url(../flags/1x1/ng.svg);
1004
+ }
1005
+ .flag-icon-ni {
1006
+ background-image: url(../flags/4x3/ni.svg);
1007
+ }
1008
+ .flag-icon-ni.flag-icon-squared {
1009
+ background-image: url(../flags/1x1/ni.svg);
1010
+ }
1011
+ .flag-icon-nl {
1012
+ background-image: url(../flags/4x3/nl.svg);
1013
+ }
1014
+ .flag-icon-nl.flag-icon-squared {
1015
+ background-image: url(../flags/1x1/nl.svg);
1016
+ }
1017
+ .flag-icon-no {
1018
+ background-image: url(../flags/4x3/no.svg);
1019
+ }
1020
+ .flag-icon-no.flag-icon-squared {
1021
+ background-image: url(../flags/1x1/no.svg);
1022
+ }
1023
+ .flag-icon-np {
1024
+ background-image: url(../flags/4x3/np.svg);
1025
+ }
1026
+ .flag-icon-np.flag-icon-squared {
1027
+ background-image: url(../flags/1x1/np.svg);
1028
+ }
1029
+ .flag-icon-nr {
1030
+ background-image: url(../flags/4x3/nr.svg);
1031
+ }
1032
+ .flag-icon-nr.flag-icon-squared {
1033
+ background-image: url(../flags/1x1/nr.svg);
1034
+ }
1035
+ .flag-icon-nu {
1036
+ background-image: url(../flags/4x3/nu.svg);
1037
+ }
1038
+ .flag-icon-nu.flag-icon-squared {
1039
+ background-image: url(../flags/1x1/nu.svg);
1040
+ }
1041
+ .flag-icon-nz {
1042
+ background-image: url(../flags/4x3/nz.svg);
1043
+ }
1044
+ .flag-icon-nz.flag-icon-squared {
1045
+ background-image: url(../flags/1x1/nz.svg);
1046
+ }
1047
+ .flag-icon-om {
1048
+ background-image: url(../flags/4x3/om.svg);
1049
+ }
1050
+ .flag-icon-om.flag-icon-squared {
1051
+ background-image: url(../flags/1x1/om.svg);
1052
+ }
1053
+ .flag-icon-pa {
1054
+ background-image: url(../flags/4x3/pa.svg);
1055
+ }
1056
+ .flag-icon-pa.flag-icon-squared {
1057
+ background-image: url(../flags/1x1/pa.svg);
1058
+ }
1059
+ .flag-icon-pe {
1060
+ background-image: url(../flags/4x3/pe.svg);
1061
+ }
1062
+ .flag-icon-pe.flag-icon-squared {
1063
+ background-image: url(../flags/1x1/pe.svg);
1064
+ }
1065
+ .flag-icon-pf {
1066
+ background-image: url(../flags/4x3/pf.svg);
1067
+ }
1068
+ .flag-icon-pf.flag-icon-squared {
1069
+ background-image: url(../flags/1x1/pf.svg);
1070
+ }
1071
+ .flag-icon-pg {
1072
+ background-image: url(../flags/4x3/pg.svg);
1073
+ }
1074
+ .flag-icon-pg.flag-icon-squared {
1075
+ background-image: url(../flags/1x1/pg.svg);
1076
+ }
1077
+ .flag-icon-ph {
1078
+ background-image: url(../flags/4x3/ph.svg);
1079
+ }
1080
+ .flag-icon-ph.flag-icon-squared {
1081
+ background-image: url(../flags/1x1/ph.svg);
1082
+ }
1083
+ .flag-icon-pk {
1084
+ background-image: url(../flags/4x3/pk.svg);
1085
+ }
1086
+ .flag-icon-pk.flag-icon-squared {
1087
+ background-image: url(../flags/1x1/pk.svg);
1088
+ }
1089
+ .flag-icon-pl {
1090
+ background-image: url(../flags/4x3/pl.svg);
1091
+ }
1092
+ .flag-icon-pl.flag-icon-squared {
1093
+ background-image: url(../flags/1x1/pl.svg);
1094
+ }
1095
+ .flag-icon-pm {
1096
+ background-image: url(../flags/4x3/pm.svg);
1097
+ }
1098
+ .flag-icon-pm.flag-icon-squared {
1099
+ background-image: url(../flags/1x1/pm.svg);
1100
+ }
1101
+ .flag-icon-pn {
1102
+ background-image: url(../flags/4x3/pn.svg);
1103
+ }
1104
+ .flag-icon-pn.flag-icon-squared {
1105
+ background-image: url(../flags/1x1/pn.svg);
1106
+ }
1107
+ .flag-icon-pr {
1108
+ background-image: url(../flags/4x3/pr.svg);
1109
+ }
1110
+ .flag-icon-pr.flag-icon-squared {
1111
+ background-image: url(../flags/1x1/pr.svg);
1112
+ }
1113
+ .flag-icon-ps {
1114
+ background-image: url(../flags/4x3/ps.svg);
1115
+ }
1116
+ .flag-icon-ps.flag-icon-squared {
1117
+ background-image: url(../flags/1x1/ps.svg);
1118
+ }
1119
+ .flag-icon-pt {
1120
+ background-image: url(../flags/4x3/pt.svg);
1121
+ }
1122
+ .flag-icon-pt.flag-icon-squared {
1123
+ background-image: url(../flags/1x1/pt.svg);
1124
+ }
1125
+ .flag-icon-pw {
1126
+ background-image: url(../flags/4x3/pw.svg);
1127
+ }
1128
+ .flag-icon-pw.flag-icon-squared {
1129
+ background-image: url(../flags/1x1/pw.svg);
1130
+ }
1131
+ .flag-icon-py {
1132
+ background-image: url(../flags/4x3/py.svg);
1133
+ }
1134
+ .flag-icon-py.flag-icon-squared {
1135
+ background-image: url(../flags/1x1/py.svg);
1136
+ }
1137
+ .flag-icon-qa {
1138
+ background-image: url(../flags/4x3/qa.svg);
1139
+ }
1140
+ .flag-icon-qa.flag-icon-squared {
1141
+ background-image: url(../flags/1x1/qa.svg);
1142
+ }
1143
+ .flag-icon-re {
1144
+ background-image: url(../flags/4x3/re.svg);
1145
+ }
1146
+ .flag-icon-re.flag-icon-squared {
1147
+ background-image: url(../flags/1x1/re.svg);
1148
+ }
1149
+ .flag-icon-ro {
1150
+ background-image: url(../flags/4x3/ro.svg);
1151
+ }
1152
+ .flag-icon-ro.flag-icon-squared {
1153
+ background-image: url(../flags/1x1/ro.svg);
1154
+ }
1155
+ .flag-icon-rs {
1156
+ background-image: url(../flags/4x3/rs.svg);
1157
+ }
1158
+ .flag-icon-rs.flag-icon-squared {
1159
+ background-image: url(../flags/1x1/rs.svg);
1160
+ }
1161
+ .flag-icon-ru {
1162
+ background-image: url(../flags/4x3/ru.svg);
1163
+ }
1164
+ .flag-icon-ru.flag-icon-squared {
1165
+ background-image: url(../flags/1x1/ru.svg);
1166
+ }
1167
+ .flag-icon-rw {
1168
+ background-image: url(../flags/4x3/rw.svg);
1169
+ }
1170
+ .flag-icon-rw.flag-icon-squared {
1171
+ background-image: url(../flags/1x1/rw.svg);
1172
+ }
1173
+ .flag-icon-sa {
1174
+ background-image: url(../flags/4x3/sa.svg);
1175
+ }
1176
+ .flag-icon-sa.flag-icon-squared {
1177
+ background-image: url(../flags/1x1/sa.svg);
1178
+ }
1179
+ .flag-icon-sb {
1180
+ background-image: url(../flags/4x3/sb.svg);
1181
+ }
1182
+ .flag-icon-sb.flag-icon-squared {
1183
+ background-image: url(../flags/1x1/sb.svg);
1184
+ }
1185
+ .flag-icon-sc {
1186
+ background-image: url(../flags/4x3/sc.svg);
1187
+ }
1188
+ .flag-icon-sc.flag-icon-squared {
1189
+ background-image: url(../flags/1x1/sc.svg);
1190
+ }
1191
+ .flag-icon-sd {
1192
+ background-image: url(../flags/4x3/sd.svg);
1193
+ }
1194
+ .flag-icon-sd.flag-icon-squared {
1195
+ background-image: url(../flags/1x1/sd.svg);
1196
+ }
1197
+ .flag-icon-se {
1198
+ background-image: url(../flags/4x3/se.svg);
1199
+ }
1200
+ .flag-icon-se.flag-icon-squared {
1201
+ background-image: url(../flags/1x1/se.svg);
1202
+ }
1203
+ .flag-icon-sg {
1204
+ background-image: url(../flags/4x3/sg.svg);
1205
+ }
1206
+ .flag-icon-sg.flag-icon-squared {
1207
+ background-image: url(../flags/1x1/sg.svg);
1208
+ }
1209
+ .flag-icon-sh {
1210
+ background-image: url(../flags/4x3/sh.svg);
1211
+ }
1212
+ .flag-icon-sh.flag-icon-squared {
1213
+ background-image: url(../flags/1x1/sh.svg);
1214
+ }
1215
+ .flag-icon-si {
1216
+ background-image: url(../flags/4x3/si.svg);
1217
+ }
1218
+ .flag-icon-si.flag-icon-squared {
1219
+ background-image: url(../flags/1x1/si.svg);
1220
+ }
1221
+ .flag-icon-sj {
1222
+ background-image: url(../flags/4x3/sj.svg);
1223
+ }
1224
+ .flag-icon-sj.flag-icon-squared {
1225
+ background-image: url(../flags/1x1/sj.svg);
1226
+ }
1227
+ .flag-icon-sk {
1228
+ background-image: url(../flags/4x3/sk.svg);
1229
+ }
1230
+ .flag-icon-sk.flag-icon-squared {
1231
+ background-image: url(../flags/1x1/sk.svg);
1232
+ }
1233
+ .flag-icon-sl {
1234
+ background-image: url(../flags/4x3/sl.svg);
1235
+ }
1236
+ .flag-icon-sl.flag-icon-squared {
1237
+ background-image: url(../flags/1x1/sl.svg);
1238
+ }
1239
+ .flag-icon-sm {
1240
+ background-image: url(../flags/4x3/sm.svg);
1241
+ }
1242
+ .flag-icon-sm.flag-icon-squared {
1243
+ background-image: url(../flags/1x1/sm.svg);
1244
+ }
1245
+ .flag-icon-sn {
1246
+ background-image: url(../flags/4x3/sn.svg);
1247
+ }
1248
+ .flag-icon-sn.flag-icon-squared {
1249
+ background-image: url(../flags/1x1/sn.svg);
1250
+ }
1251
+ .flag-icon-so {
1252
+ background-image: url(../flags/4x3/so.svg);
1253
+ }
1254
+ .flag-icon-so.flag-icon-squared {
1255
+ background-image: url(../flags/1x1/so.svg);
1256
+ }
1257
+ .flag-icon-sr {
1258
+ background-image: url(../flags/4x3/sr.svg);
1259
+ }
1260
+ .flag-icon-sr.flag-icon-squared {
1261
+ background-image: url(../flags/1x1/sr.svg);
1262
+ }
1263
+ .flag-icon-ss {
1264
+ background-image: url(../flags/4x3/ss.svg);
1265
+ }
1266
+ .flag-icon-ss.flag-icon-squared {
1267
+ background-image: url(../flags/1x1/ss.svg);
1268
+ }
1269
+ .flag-icon-st {
1270
+ background-image: url(../flags/4x3/st.svg);
1271
+ }
1272
+ .flag-icon-st.flag-icon-squared {
1273
+ background-image: url(../flags/1x1/st.svg);
1274
+ }
1275
+ .flag-icon-sv {
1276
+ background-image: url(../flags/4x3/sv.svg);
1277
+ }
1278
+ .flag-icon-sv.flag-icon-squared {
1279
+ background-image: url(../flags/1x1/sv.svg);
1280
+ }
1281
+ .flag-icon-sx {
1282
+ background-image: url(../flags/4x3/sx.svg);
1283
+ }
1284
+ .flag-icon-sx.flag-icon-squared {
1285
+ background-image: url(../flags/1x1/sx.svg);
1286
+ }
1287
+ .flag-icon-sy {
1288
+ background-image: url(../flags/4x3/sy.svg);
1289
+ }
1290
+ .flag-icon-sy.flag-icon-squared {
1291
+ background-image: url(../flags/1x1/sy.svg);
1292
+ }
1293
+ .flag-icon-sz {
1294
+ background-image: url(../flags/4x3/sz.svg);
1295
+ }
1296
+ .flag-icon-sz.flag-icon-squared {
1297
+ background-image: url(../flags/1x1/sz.svg);
1298
+ }
1299
+ .flag-icon-tc {
1300
+ background-image: url(../flags/4x3/tc.svg);
1301
+ }
1302
+ .flag-icon-tc.flag-icon-squared {
1303
+ background-image: url(../flags/1x1/tc.svg);
1304
+ }
1305
+ .flag-icon-td {
1306
+ background-image: url(../flags/4x3/td.svg);
1307
+ }
1308
+ .flag-icon-td.flag-icon-squared {
1309
+ background-image: url(../flags/1x1/td.svg);
1310
+ }
1311
+ .flag-icon-tf {
1312
+ background-image: url(../flags/4x3/tf.svg);
1313
+ }
1314
+ .flag-icon-tf.flag-icon-squared {
1315
+ background-image: url(../flags/1x1/tf.svg);
1316
+ }
1317
+ .flag-icon-tg {
1318
+ background-image: url(../flags/4x3/tg.svg);
1319
+ }
1320
+ .flag-icon-tg.flag-icon-squared {
1321
+ background-image: url(../flags/1x1/tg.svg);
1322
+ }
1323
+ .flag-icon-th {
1324
+ background-image: url(../flags/4x3/th.svg);
1325
+ }
1326
+ .flag-icon-th.flag-icon-squared {
1327
+ background-image: url(../flags/1x1/th.svg);
1328
+ }
1329
+ .flag-icon-tj {
1330
+ background-image: url(../flags/4x3/tj.svg);
1331
+ }
1332
+ .flag-icon-tj.flag-icon-squared {
1333
+ background-image: url(../flags/1x1/tj.svg);
1334
+ }
1335
+ .flag-icon-tk {
1336
+ background-image: url(../flags/4x3/tk.svg);
1337
+ }
1338
+ .flag-icon-tk.flag-icon-squared {
1339
+ background-image: url(../flags/1x1/tk.svg);
1340
+ }
1341
+ .flag-icon-tl {
1342
+ background-image: url(../flags/4x3/tl.svg);
1343
+ }
1344
+ .flag-icon-tl.flag-icon-squared {
1345
+ background-image: url(../flags/1x1/tl.svg);
1346
+ }
1347
+ .flag-icon-tm {
1348
+ background-image: url(../flags/4x3/tm.svg);
1349
+ }
1350
+ .flag-icon-tm.flag-icon-squared {
1351
+ background-image: url(../flags/1x1/tm.svg);
1352
+ }
1353
+ .flag-icon-tn {
1354
+ background-image: url(../flags/4x3/tn.svg);
1355
+ }
1356
+ .flag-icon-tn.flag-icon-squared {
1357
+ background-image: url(../flags/1x1/tn.svg);
1358
+ }
1359
+ .flag-icon-to {
1360
+ background-image: url(../flags/4x3/to.svg);
1361
+ }
1362
+ .flag-icon-to.flag-icon-squared {
1363
+ background-image: url(../flags/1x1/to.svg);
1364
+ }
1365
+ .flag-icon-tr {
1366
+ background-image: url(../flags/4x3/tr.svg);
1367
+ }
1368
+ .flag-icon-tr.flag-icon-squared {
1369
+ background-image: url(../flags/1x1/tr.svg);
1370
+ }
1371
+ .flag-icon-tt {
1372
+ background-image: url(../flags/4x3/tt.svg);
1373
+ }
1374
+ .flag-icon-tt.flag-icon-squared {
1375
+ background-image: url(../flags/1x1/tt.svg);
1376
+ }
1377
+ .flag-icon-tv {
1378
+ background-image: url(../flags/4x3/tv.svg);
1379
+ }
1380
+ .flag-icon-tv.flag-icon-squared {
1381
+ background-image: url(../flags/1x1/tv.svg);
1382
+ }
1383
+ .flag-icon-tw {
1384
+ background-image: url(../flags/4x3/tw.svg);
1385
+ }
1386
+ .flag-icon-tw.flag-icon-squared {
1387
+ background-image: url(../flags/1x1/tw.svg);
1388
+ }
1389
+ .flag-icon-tz {
1390
+ background-image: url(../flags/4x3/tz.svg);
1391
+ }
1392
+ .flag-icon-tz.flag-icon-squared {
1393
+ background-image: url(../flags/1x1/tz.svg);
1394
+ }
1395
+ .flag-icon-ua {
1396
+ background-image: url(../flags/4x3/ua.svg);
1397
+ }
1398
+ .flag-icon-ua.flag-icon-squared {
1399
+ background-image: url(../flags/1x1/ua.svg);
1400
+ }
1401
+ .flag-icon-ug {
1402
+ background-image: url(../flags/4x3/ug.svg);
1403
+ }
1404
+ .flag-icon-ug.flag-icon-squared {
1405
+ background-image: url(../flags/1x1/ug.svg);
1406
+ }
1407
+ .flag-icon-um {
1408
+ background-image: url(../flags/4x3/um.svg);
1409
+ }
1410
+ .flag-icon-um.flag-icon-squared {
1411
+ background-image: url(../flags/1x1/um.svg);
1412
+ }
1413
+ .flag-icon-us {
1414
+ background-image: url(../flags/4x3/us.svg);
1415
+ }
1416
+ .flag-icon-us.flag-icon-squared {
1417
+ background-image: url(../flags/1x1/us.svg);
1418
+ }
1419
+ .flag-icon-uy {
1420
+ background-image: url(../flags/4x3/uy.svg);
1421
+ }
1422
+ .flag-icon-uy.flag-icon-squared {
1423
+ background-image: url(../flags/1x1/uy.svg);
1424
+ }
1425
+ .flag-icon-uz {
1426
+ background-image: url(../flags/4x3/uz.svg);
1427
+ }
1428
+ .flag-icon-uz.flag-icon-squared {
1429
+ background-image: url(../flags/1x1/uz.svg);
1430
+ }
1431
+ .flag-icon-va {
1432
+ background-image: url(../flags/4x3/va.svg);
1433
+ }
1434
+ .flag-icon-va.flag-icon-squared {
1435
+ background-image: url(../flags/1x1/va.svg);
1436
+ }
1437
+ .flag-icon-vc {
1438
+ background-image: url(../flags/4x3/vc.svg);
1439
+ }
1440
+ .flag-icon-vc.flag-icon-squared {
1441
+ background-image: url(../flags/1x1/vc.svg);
1442
+ }
1443
+ .flag-icon-ve {
1444
+ background-image: url(../flags/4x3/ve.svg);
1445
+ }
1446
+ .flag-icon-ve.flag-icon-squared {
1447
+ background-image: url(../flags/1x1/ve.svg);
1448
+ }
1449
+ .flag-icon-vg {
1450
+ background-image: url(../flags/4x3/vg.svg);
1451
+ }
1452
+ .flag-icon-vg.flag-icon-squared {
1453
+ background-image: url(../flags/1x1/vg.svg);
1454
+ }
1455
+ .flag-icon-vi {
1456
+ background-image: url(../flags/4x3/vi.svg);
1457
+ }
1458
+ .flag-icon-vi.flag-icon-squared {
1459
+ background-image: url(../flags/1x1/vi.svg);
1460
+ }
1461
+ .flag-icon-vn {
1462
+ background-image: url(../flags/4x3/vn.svg);
1463
+ }
1464
+ .flag-icon-vn.flag-icon-squared {
1465
+ background-image: url(../flags/1x1/vn.svg);
1466
+ }
1467
+ .flag-icon-vu {
1468
+ background-image: url(../flags/4x3/vu.svg);
1469
+ }
1470
+ .flag-icon-vu.flag-icon-squared {
1471
+ background-image: url(../flags/1x1/vu.svg);
1472
+ }
1473
+ .flag-icon-wf {
1474
+ background-image: url(../flags/4x3/wf.svg);
1475
+ }
1476
+ .flag-icon-wf.flag-icon-squared {
1477
+ background-image: url(../flags/1x1/wf.svg);
1478
+ }
1479
+ .flag-icon-ws {
1480
+ background-image: url(../flags/4x3/ws.svg);
1481
+ }
1482
+ .flag-icon-ws.flag-icon-squared {
1483
+ background-image: url(../flags/1x1/ws.svg);
1484
+ }
1485
+ .flag-icon-ye {
1486
+ background-image: url(../flags/4x3/ye.svg);
1487
+ }
1488
+ .flag-icon-ye.flag-icon-squared {
1489
+ background-image: url(../flags/1x1/ye.svg);
1490
+ }
1491
+ .flag-icon-yt {
1492
+ background-image: url(../flags/4x3/yt.svg);
1493
+ }
1494
+ .flag-icon-yt.flag-icon-squared {
1495
+ background-image: url(../flags/1x1/yt.svg);
1496
+ }
1497
+ .flag-icon-za {
1498
+ background-image: url(../flags/4x3/za.svg);
1499
+ }
1500
+ .flag-icon-za.flag-icon-squared {
1501
+ background-image: url(../flags/1x1/za.svg);
1502
+ }
1503
+ .flag-icon-zm {
1504
+ background-image: url(../flags/4x3/zm.svg);
1505
+ }
1506
+ .flag-icon-zm.flag-icon-squared {
1507
+ background-image: url(../flags/1x1/zm.svg);
1508
+ }
1509
+ .flag-icon-zw {
1510
+ background-image: url(../flags/4x3/zw.svg);
1511
+ }
1512
+ .flag-icon-zw.flag-icon-squared {
1513
+ background-image: url(../flags/1x1/zw.svg);
1514
+ }
skin/frontend/base/default/shopgo/geo/css/flag-icon.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .flag-icon{position:relative;display:inline-block;width:1.3333333333333333em;line-height:1em;background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon-ad{background-image:url(../flags/4x3/ad.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(../flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(../flags/4x3/ae.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(../flags/1x1/ae.svg)}.flag-icon-af{background-image:url(../flags/4x3/af.svg)}.flag-icon-af.flag-icon-squared{background-image:url(../flags/1x1/af.svg)}.flag-icon-ag{background-image:url(../flags/4x3/ag.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(../flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(../flags/4x3/ai.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(../flags/1x1/ai.svg)}.flag-icon-al{background-image:url(../flags/4x3/al.svg)}.flag-icon-al.flag-icon-squared{background-image:url(../flags/1x1/al.svg)}.flag-icon-am{background-image:url(../flags/4x3/am.svg)}.flag-icon-am.flag-icon-squared{background-image:url(../flags/1x1/am.svg)}.flag-icon-ao{background-image:url(../flags/4x3/ao.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(../flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(../flags/4x3/aq.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(../flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(../flags/4x3/ar.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(../flags/1x1/ar.svg)}.flag-icon-as{background-image:url(../flags/4x3/as.svg)}.flag-icon-as.flag-icon-squared{background-image:url(../flags/1x1/as.svg)}.flag-icon-at{background-image:url(../flags/4x3/at.svg)}.flag-icon-at.flag-icon-squared{background-image:url(../flags/1x1/at.svg)}.flag-icon-au{background-image:url(../flags/4x3/au.svg)}.flag-icon-au.flag-icon-squared{background-image:url(../flags/1x1/au.svg)}.flag-icon-aw{background-image:url(../flags/4x3/aw.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(../flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(../flags/4x3/ax.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(../flags/1x1/ax.svg)}.flag-icon-az{background-image:url(../flags/4x3/az.svg)}.flag-icon-az.flag-icon-squared{background-image:url(../flags/1x1/az.svg)}.flag-icon-ba{background-image:url(../flags/4x3/ba.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(../flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(../flags/4x3/bb.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(../flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(../flags/4x3/bd.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(../flags/1x1/bd.svg)}.flag-icon-be{background-image:url(../flags/4x3/be.svg)}.flag-icon-be.flag-icon-squared{background-image:url(../flags/1x1/be.svg)}.flag-icon-bf{background-image:url(../flags/4x3/bf.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(../flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(../flags/4x3/bg.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(../flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(../flags/4x3/bh.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(../flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(../flags/4x3/bi.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(../flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(../flags/4x3/bj.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(../flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(../flags/4x3/bl.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(../flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(../flags/4x3/bm.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(../flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(../flags/4x3/bn.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(../flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(../flags/4x3/bo.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(../flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(../flags/4x3/bq.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(../flags/1x1/bq.svg)}.flag-icon-br{background-image:url(../flags/4x3/br.svg)}.flag-icon-br.flag-icon-squared{background-image:url(../flags/1x1/br.svg)}.flag-icon-bs{background-image:url(../flags/4x3/bs.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(../flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(../flags/4x3/bt.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(../flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(../flags/4x3/bv.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(../flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(../flags/4x3/bw.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(../flags/1x1/bw.svg)}.flag-icon-by{background-image:url(../flags/4x3/by.svg)}.flag-icon-by.flag-icon-squared{background-image:url(../flags/1x1/by.svg)}.flag-icon-bz{background-image:url(../flags/4x3/bz.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(../flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(../flags/4x3/ca.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(../flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(../flags/4x3/cc.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(../flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(../flags/4x3/cd.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(../flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(../flags/4x3/cf.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(../flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(../flags/4x3/cg.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(../flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(../flags/4x3/ch.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(../flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(../flags/4x3/ci.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(../flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(../flags/4x3/ck.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(../flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(../flags/4x3/cl.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(../flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(../flags/4x3/cm.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(../flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(../flags/4x3/cn.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(../flags/1x1/cn.svg)}.flag-icon-co{background-image:url(../flags/4x3/co.svg)}.flag-icon-co.flag-icon-squared{background-image:url(../flags/1x1/co.svg)}.flag-icon-cr{background-image:url(../flags/4x3/cr.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(../flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(../flags/4x3/cu.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(../flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(../flags/4x3/cv.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(../flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(../flags/4x3/cw.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(../flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(../flags/4x3/cx.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(../flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(../flags/4x3/cy.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(../flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(../flags/4x3/cz.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(../flags/1x1/cz.svg)}.flag-icon-de{background-image:url(../flags/4x3/de.svg)}.flag-icon-de.flag-icon-squared{background-image:url(../flags/1x1/de.svg)}.flag-icon-dj{background-image:url(../flags/4x3/dj.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(../flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(../flags/4x3/dk.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(../flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(../flags/4x3/dm.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(../flags/1x1/dm.svg)}.flag-icon-do{background-image:url(../flags/4x3/do.svg)}.flag-icon-do.flag-icon-squared{background-image:url(../flags/1x1/do.svg)}.flag-icon-dz{background-image:url(../flags/4x3/dz.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(../flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(../flags/4x3/ec.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(../flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(../flags/4x3/ee.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(../flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(../flags/4x3/eg.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(../flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(../flags/4x3/eh.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(../flags/1x1/eh.svg)}.flag-icon-er{background-image:url(../flags/4x3/er.svg)}.flag-icon-er.flag-icon-squared{background-image:url(../flags/1x1/er.svg)}.flag-icon-es{background-image:url(../flags/4x3/es.svg)}.flag-icon-es.flag-icon-squared{background-image:url(../flags/1x1/es.svg)}.flag-icon-et{background-image:url(../flags/4x3/et.svg)}.flag-icon-et.flag-icon-squared{background-image:url(../flags/1x1/et.svg)}.flag-icon-fi{background-image:url(../flags/4x3/fi.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(../flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(../flags/4x3/fj.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(../flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(../flags/4x3/fk.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(../flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(../flags/4x3/fm.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(../flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(../flags/4x3/fo.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(../flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(../flags/4x3/fr.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(../flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(../flags/4x3/ga.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(../flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(../flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(../flags/4x3/gd.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(../flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(../flags/4x3/ge.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(../flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(../flags/4x3/gf.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(../flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(../flags/4x3/gg.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(../flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(../flags/4x3/gh.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(../flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(../flags/4x3/gi.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(../flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(../flags/4x3/gl.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(../flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(../flags/4x3/gm.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(../flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(../flags/4x3/gn.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(../flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(../flags/4x3/gp.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(../flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(../flags/4x3/gq.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(../flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(../flags/4x3/gr.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(../flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(../flags/4x3/gs.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(../flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(../flags/4x3/gt.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(../flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(../flags/4x3/gu.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(../flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(../flags/4x3/gw.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(../flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(../flags/4x3/gy.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(../flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(../flags/4x3/hk.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(../flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(../flags/4x3/hm.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(../flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(../flags/4x3/hn.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(../flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(../flags/4x3/hr.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(../flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(../flags/4x3/ht.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(../flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(../flags/4x3/hu.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(../flags/1x1/hu.svg)}.flag-icon-id{background-image:url(../flags/4x3/id.svg)}.flag-icon-id.flag-icon-squared{background-image:url(../flags/1x1/id.svg)}.flag-icon-ie{background-image:url(../flags/4x3/ie.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(../flags/1x1/ie.svg)}.flag-icon-il{background-image:url(../flags/4x3/il.svg)}.flag-icon-il.flag-icon-squared{background-image:url(../flags/1x1/il.svg)}.flag-icon-im{background-image:url(../flags/4x3/im.svg)}.flag-icon-im.flag-icon-squared{background-image:url(../flags/1x1/im.svg)}.flag-icon-in{background-image:url(../flags/4x3/in.svg)}.flag-icon-in.flag-icon-squared{background-image:url(../flags/1x1/in.svg)}.flag-icon-io{background-image:url(../flags/4x3/io.svg)}.flag-icon-io.flag-icon-squared{background-image:url(../flags/1x1/io.svg)}.flag-icon-iq{background-image:url(../flags/4x3/iq.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(../flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(../flags/4x3/ir.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(../flags/1x1/ir.svg)}.flag-icon-is{background-image:url(../flags/4x3/is.svg)}.flag-icon-is.flag-icon-squared{background-image:url(../flags/1x1/is.svg)}.flag-icon-it{background-image:url(../flags/4x3/it.svg)}.flag-icon-it.flag-icon-squared{background-image:url(../flags/1x1/it.svg)}.flag-icon-je{background-image:url(../flags/4x3/je.svg)}.flag-icon-je.flag-icon-squared{background-image:url(../flags/1x1/je.svg)}.flag-icon-jm{background-image:url(../flags/4x3/jm.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(../flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(../flags/4x3/jo.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(../flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(../flags/4x3/jp.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(../flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(../flags/4x3/ke.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(../flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(../flags/4x3/kg.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(../flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(../flags/4x3/kh.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(../flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(../flags/4x3/ki.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(../flags/1x1/ki.svg)}.flag-icon-km{background-image:url(../flags/4x3/km.svg)}.flag-icon-km.flag-icon-squared{background-image:url(../flags/1x1/km.svg)}.flag-icon-kn{background-image:url(../flags/4x3/kn.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(../flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(../flags/4x3/kp.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(../flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(../flags/4x3/kr.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(../flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(../flags/4x3/kw.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(../flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(../flags/4x3/ky.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(../flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(../flags/4x3/kz.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(../flags/1x1/kz.svg)}.flag-icon-la{background-image:url(../flags/4x3/la.svg)}.flag-icon-la.flag-icon-squared{background-image:url(../flags/1x1/la.svg)}.flag-icon-lb{background-image:url(../flags/4x3/lb.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(../flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(../flags/4x3/lc.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(../flags/1x1/lc.svg)}.flag-icon-li{background-image:url(../flags/4x3/li.svg)}.flag-icon-li.flag-icon-squared{background-image:url(../flags/1x1/li.svg)}.flag-icon-lk{background-image:url(../flags/4x3/lk.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(../flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(../flags/4x3/lr.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(../flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(../flags/4x3/ls.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(../flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(../flags/4x3/lt.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(../flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(../flags/4x3/lu.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(../flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(../flags/4x3/lv.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(../flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(../flags/4x3/ly.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(../flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(../flags/4x3/ma.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(../flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(../flags/4x3/mc.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(../flags/1x1/mc.svg)}.flag-icon-md{background-image:url(../flags/4x3/md.svg)}.flag-icon-md.flag-icon-squared{background-image:url(../flags/1x1/md.svg)}.flag-icon-me{background-image:url(../flags/4x3/me.svg)}.flag-icon-me.flag-icon-squared{background-image:url(../flags/1x1/me.svg)}.flag-icon-mf{background-image:url(../flags/4x3/mf.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(../flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(../flags/4x3/mg.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(../flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(../flags/4x3/mh.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(../flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(../flags/4x3/mk.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(../flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(../flags/4x3/ml.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(../flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(../flags/4x3/mm.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(../flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(../flags/4x3/mn.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(../flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(../flags/4x3/mo.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(../flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(../flags/4x3/mp.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(../flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(../flags/4x3/mq.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(../flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(../flags/4x3/mr.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(../flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(../flags/4x3/ms.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(../flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(../flags/4x3/mt.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(../flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(../flags/4x3/mu.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(../flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(../flags/4x3/mv.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(../flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(../flags/4x3/mw.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(../flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(../flags/4x3/mx.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(../flags/1x1/mx.svg)}.flag-icon-my{background-image:url(../flags/4x3/my.svg)}.flag-icon-my.flag-icon-squared{background-image:url(../flags/1x1/my.svg)}.flag-icon-mz{background-image:url(../flags/4x3/mz.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(../flags/1x1/mz.svg)}.flag-icon-na{background-image:url(../flags/4x3/na.svg)}.flag-icon-na.flag-icon-squared{background-image:url(../flags/1x1/na.svg)}.flag-icon-nc{background-image:url(../flags/4x3/nc.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(../flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(../flags/4x3/ne.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(../flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(../flags/4x3/nf.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(../flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(../flags/4x3/ng.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(../flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(../flags/4x3/ni.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(../flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(../flags/4x3/nl.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(../flags/1x1/nl.svg)}.flag-icon-no{background-image:url(../flags/4x3/no.svg)}.flag-icon-no.flag-icon-squared{background-image:url(../flags/1x1/no.svg)}.flag-icon-np{background-image:url(../flags/4x3/np.svg)}.flag-icon-np.flag-icon-squared{background-image:url(../flags/1x1/np.svg)}.flag-icon-nr{background-image:url(../flags/4x3/nr.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(../flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(../flags/4x3/nu.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(../flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(../flags/4x3/nz.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(../flags/1x1/nz.svg)}.flag-icon-om{background-image:url(../flags/4x3/om.svg)}.flag-icon-om.flag-icon-squared{background-image:url(../flags/1x1/om.svg)}.flag-icon-pa{background-image:url(../flags/4x3/pa.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(../flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(../flags/4x3/pe.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(../flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(../flags/4x3/pf.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(../flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(../flags/4x3/pg.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(../flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(../flags/4x3/ph.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(../flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(../flags/4x3/pk.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(../flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(../flags/4x3/pl.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(../flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(../flags/4x3/pm.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(../flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(../flags/4x3/pn.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(../flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(../flags/4x3/pr.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(../flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(../flags/4x3/ps.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(../flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(../flags/4x3/pt.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(../flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(../flags/4x3/pw.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(../flags/1x1/pw.svg)}.flag-icon-py{background-image:url(../flags/4x3/py.svg)}.flag-icon-py.flag-icon-squared{background-image:url(../flags/1x1/py.svg)}.flag-icon-qa{background-image:url(../flags/4x3/qa.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(../flags/1x1/qa.svg)}.flag-icon-re{background-image:url(../flags/4x3/re.svg)}.flag-icon-re.flag-icon-squared{background-image:url(../flags/1x1/re.svg)}.flag-icon-ro{background-image:url(../flags/4x3/ro.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(../flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(../flags/4x3/rs.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(../flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(../flags/4x3/ru.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(../flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(../flags/4x3/rw.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(../flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(../flags/4x3/sa.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(../flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(../flags/4x3/sb.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(../flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(../flags/4x3/sc.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(../flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(../flags/4x3/sd.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(../flags/1x1/sd.svg)}.flag-icon-se{background-image:url(../flags/4x3/se.svg)}.flag-icon-se.flag-icon-squared{background-image:url(../flags/1x1/se.svg)}.flag-icon-sg{background-image:url(../flags/4x3/sg.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(../flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(../flags/4x3/sh.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(../flags/1x1/sh.svg)}.flag-icon-si{background-image:url(../flags/4x3/si.svg)}.flag-icon-si.flag-icon-squared{background-image:url(../flags/1x1/si.svg)}.flag-icon-sj{background-image:url(../flags/4x3/sj.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(../flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(../flags/4x3/sk.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(../flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(../flags/4x3/sl.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(../flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(../flags/4x3/sm.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(../flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(../flags/4x3/sn.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(../flags/1x1/sn.svg)}.flag-icon-so{background-image:url(../flags/4x3/so.svg)}.flag-icon-so.flag-icon-squared{background-image:url(../flags/1x1/so.svg)}.flag-icon-sr{background-image:url(../flags/4x3/sr.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(../flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(../flags/4x3/ss.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(../flags/1x1/ss.svg)}.flag-icon-st{background-image:url(../flags/4x3/st.svg)}.flag-icon-st.flag-icon-squared{background-image:url(../flags/1x1/st.svg)}.flag-icon-sv{background-image:url(../flags/4x3/sv.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(../flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(../flags/4x3/sx.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(../flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(../flags/4x3/sy.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(../flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(../flags/4x3/sz.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(../flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(../flags/4x3/tc.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(../flags/1x1/tc.svg)}.flag-icon-td{background-image:url(../flags/4x3/td.svg)}.flag-icon-td.flag-icon-squared{background-image:url(../flags/1x1/td.svg)}.flag-icon-tf{background-image:url(../flags/4x3/tf.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(../flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(../flags/4x3/tg.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(../flags/1x1/tg.svg)}.flag-icon-th{background-image:url(../flags/4x3/th.svg)}.flag-icon-th.flag-icon-squared{background-image:url(../flags/1x1/th.svg)}.flag-icon-tj{background-image:url(../flags/4x3/tj.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(../flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(../flags/4x3/tk.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(../flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(../flags/4x3/tl.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(../flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(../flags/4x3/tm.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(../flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(../flags/4x3/tn.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(../flags/1x1/tn.svg)}.flag-icon-to{background-image:url(../flags/4x3/to.svg)}.flag-icon-to.flag-icon-squared{background-image:url(../flags/1x1/to.svg)}.flag-icon-tr{background-image:url(../flags/4x3/tr.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(../flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(../flags/4x3/tt.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(../flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(../flags/4x3/tv.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(../flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(../flags/4x3/tw.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(../flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(../flags/4x3/tz.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(../flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(../flags/4x3/ua.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(../flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(../flags/4x3/ug.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(../flags/1x1/ug.svg)}.flag-icon-um{background-image:url(../flags/4x3/um.svg)}.flag-icon-um.flag-icon-squared{background-image:url(../flags/1x1/um.svg)}.flag-icon-us{background-image:url(../flags/4x3/us.svg)}.flag-icon-us.flag-icon-squared{background-image:url(../flags/1x1/us.svg)}.flag-icon-uy{background-image:url(../flags/4x3/uy.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(../flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(../flags/4x3/uz.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(../flags/1x1/uz.svg)}.flag-icon-va{background-image:url(../flags/4x3/va.svg)}.flag-icon-va.flag-icon-squared{background-image:url(../flags/1x1/va.svg)}.flag-icon-vc{background-image:url(../flags/4x3/vc.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(../flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(../flags/4x3/ve.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(../flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(../flags/4x3/vg.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(../flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(../flags/4x3/vi.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(../flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(../flags/4x3/vn.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(../flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(../flags/4x3/vu.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(../flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(../flags/4x3/wf.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(../flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(../flags/4x3/ws.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(../flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(../flags/4x3/ye.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(../flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(../flags/4x3/yt.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(../flags/1x1/yt.svg)}.flag-icon-za{background-image:url(../flags/4x3/za.svg)}.flag-icon-za.flag-icon-squared{background-image:url(../flags/1x1/za.svg)}.flag-icon-zm{background-image:url(../flags/4x3/zm.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(../flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(../flags/4x3/zw.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(../flags/1x1/zw.svg)}
skin/frontend/base/default/shopgo/geo/css/style.css ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* The bouncing box */
2
+
3
+ #box{
4
+ /*background:url('../images/box_bg.jpg') repeat-x center top #fcfcfc;*/
5
+ background: #FFF;
6
+ height:35px;
7
+ padding:20px;
8
+ margin-top:-10px;
9
+ padding-top:30px;
10
+ width:400px;
11
+ border:1px solid #fcfcfc;
12
+ color:#494848;
13
+ text-shadow:1px 1px 0 white;
14
+ font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
15
+ z-index: 999;
16
+ }
17
+
18
+ #box p{
19
+ font-size:25px;
20
+ background:url('../images/truck.png') no-repeat 10px center;
21
+ background-size: 40px;
22
+ padding-left:28px;
23
+ }
24
+
25
+ #box p b{
26
+ font-size:52px;
27
+ display:block;
28
+ }
29
+
30
+ #box,
31
+ #main,
32
+ a.button{
33
+ -moz-border-radius:10px;
34
+ -webkit-border-radius:10px;
35
+ border-radius:10px;
36
+ }
skin/frontend/base/default/shopgo/geo/flags/1x1/ad.svg ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata128">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd" transform="matrix(.72249 0 0 1.0321 0 -16.449)" stroke-width="1pt">
13
+ <rect id="rect895" height="496.06" width="237.4" y="15.937" x="0" fill="#0000bd"/>
14
+ <rect id="rect896" height="496.06" width="237.4" y="15.937" x="471.26" fill="#cc1900"/>
15
+ <rect id="rect897" height="496.06" width="233.86" y="15.937" x="237.4" fill="#fff600"/>
16
+ </g>
17
+ <g id="g919" transform="matrix(1.0086 0 0 .99179 -96.834 -480.19)">
18
+ <g id="g853" stroke-width="1pt">
19
+ <path id="path738" d="m398.54 290.22c47.823 0.818 44.515-29.149 61.974-32.126 17.458-2.977 33.928 12.489 33.302 29.972 1.873 20.814-29.714 20.963-31.637 38.298-1.923 17.336 15.378 22.628 33.302 19.982s30.646-20.363 39.804-28.689c-13.321 7.493-24.218 4.778-25.21-8.558 0.673-17.497 18.103-23.847 26.345-17.96 6.476-5.298 6.09-7.423 13.209-6.246 4.828 2.944 6.143 2.861 8.999 7.418 3.717-2.355 5.269-3.54 12.204-0.597 4.306 1.767 7.181 4.961 9.841 9.808 3.146-2.486 8.086-3.413 13.762-0.197 3.61 1.837 8.108 7.182 8.72 12.995 8.451 1.696 11.381 3.654 14.034 7.953 15.765 21.775-2.435 58.473-1.432 77.205 1.004 18.731 16.651 19.981 16.651 19.981-14.717-9.42-0.201-15.9 6.745-16.55 22.252 2.292 18.508 35.135-5.18 29.366-18.978-5.18 38.921 3.281 37.525 62.637-1.396 61.021-32.815 49.01-32.815 49.01s26.838 10.109 21.646 30.09c-5.191 13.507-32.933 22.456-30.578-3.448-8.242 11.186-10.608 15.913-10.58 32.916-1.148 21.713 0.656 31.631 6.845 42.301 1.48-9.935 8.206-10.361 13.952-9.1 8.101 0.084 12.607 6.442 9.563 14.684 4.079-1.035 7.801 1.757 9.402 5.121 1.255 6.206 4.037 8.956-2.439 11.311 6.476 1.178 9.61 2.024 10.377 11.049 0.18 7.261-12.596 11.246-26.136 8.891 7.065 3.533 29.983 50.025 26.922 103.44-2.119 47.905-86.038 43.639-123.53 42.305-37.488-1.332-72.512 0.775-87.133 13.052 11.247 7.182-1.302 29.542-10.864 19.064 0 8.242-9.449 20.979-22.497 12.718 0.534 14.885-14.238 25.328-27.121 25.328s-27.655-10.443-27.121-25.328c-13.048 8.261-22.497-4.476-22.497-12.718-9.562 10.478-22.111-11.882-10.864-19.064-14.621-12.277-49.645-14.384-87.133-13.052-37.489 1.334-121.41 5.6-123.53-42.305-3.061-53.418 23.699-99.91 30.764-103.44-13.54 2.355-26.316-1.63-26.136-8.891 0.767-9.025 3.901-9.871 10.377-11.049-6.476-2.355-3.694-5.105-2.439-11.311 1.601-3.364 5.323-6.156 9.402-5.121-3.044-8.242 1.462-14.6 9.563-14.684 5.746-1.261 12.472-0.835 13.952 9.1 6.189-10.67 7.993-20.588 6.845-42.301 0.028-17.003-2.338-21.73-10.58-32.916 2.355 25.904-25.387 16.955-30.578 3.448-5.192-19.981 21.646-30.09 21.646-30.09s-31.419 12.011-32.815-49.01c-1.396-59.356 56.503-67.817 37.525-62.637-23.688 5.769-27.432-27.074-5.18-29.366 6.946 0.65 21.462 7.13 6.745 16.55 0 0 15.647-1.25 16.651-19.981 1.003-18.732-17.197-55.43-1.432-77.205 2.653-4.299 5.583-6.257 14.034-7.953 0.612-5.813 5.11-11.158 8.72-12.995 5.676-3.216 10.616-2.289 13.762 0.197 2.66-4.847 5.535-8.041 9.841-9.808 6.935-2.943 8.487-1.758 12.204 0.597 2.856-4.557 4.171-4.474 8.999-7.418 7.119-1.177 6.733 0.948 13.209 6.246 8.242-5.887 25.672 0.463 26.345 17.96-0.992 13.336-11.889 16.051-25.21 8.558 9.158 8.326 21.88 26.043 39.804 28.689s35.225-2.646 33.302-19.982c-1.923-17.335-33.51-17.484-31.637-38.298-0.626-17.483 15.844-32.949 33.302-29.972 17.459 2.977 14.151 32.944 62.182 32.126z" fill-rule="evenodd" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="#cba323"/>
20
+ <path id="path619" d="m356.44 346.62c-0.575 17.961-31.258 14.828-51.514 13.859-26.326-1.231-77.59-46.08-44.263-69.888" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
21
+ <path id="path625" d="m164.84 449.52c-16.484 17.662 28.691 13.497 9.419-9.419-7.87-8.82-41.21 18.839-41.21 49.452s10.597 44.742 16.484 45.919c5.887 1.178 15.307-3.532 15.307-8.241 0-5.887-4.71-15.307-11.774-14.13-11.775 0-5.888 10.597-0.001 10.597" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
22
+ <path id="path626" d="m163.39 451.39s-24.453 9.908-24.453 39.343c0 29.436 7.065 28.259 7.065 28.259" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
23
+ <path id="path627" d="m166.02 430.68s24.726-3.533 23.549 18.838c-1.178 22.371-9.42 23.549-22.371 22.371-12.952-1.177-5.887-16.483-5.887-16.483" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
24
+ <path id="path628" d="m156.6 543.71s18.839-1.178 17.661-21.194c-1.177-20.016-15.306-21.194-23.548-20.016-8.242 1.177-10.74 5.803-8.242 12.88" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
25
+ <path id="path630" d="m150.71 567.26s3.936-8.158 16.887-8.158c12.952 0 18.982 30.386 17.805 63.354-1.178 32.968-33.515 61.37-40.58 59.015-7.064-2.355-10.597-3.533-4.71-8.242" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
26
+ <path id="path633" d="m172.39 643.31-22.859 38.166" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
27
+ <path id="path634" d="m141.29 667.34c0 0.416 5.054-1.105 8.587 1.249 3.532 2.355 4.365 5.816 4.365 5.816" transform="matrix(.38925 0 0 .37394 195.85 536.34)" stroke="#000" fill="none"/>
28
+ <path id="path635" d="m144.82 650.86s4.517-1.819 10.404 0.536 5.695 7.662 5.695 7.662" transform="matrix(.35485 0 0 .26779 202.53 605.66)" stroke="#000" fill="none"/>
29
+ <path id="path636" d="m171.78 731.95c12.251 6.364 24.282-25.181 0.671-26.726-16.888-0.69-29.085 23.268-26.73 35.041 6.431 40.061 10.444 66.861 50.568 72.045 30.613 2.355 78.451-5.101 108.3-1.523 29.44 3.433 61.94 14.272 73.714 26.047 11.774 11.774 19.112 11.892 19.112 23.667 0 11.774-16.815 17.816-23.476 10.74" transform="matrix(.38925 0 0 .37394 195.83 537.04)" stroke="#000" fill="none"/>
30
+ <path id="path637" d="m369.84 876.92c4.305-2.914 14.556-20.425 4.722-30.815-15.194-15.401-26.165-21.479-33.658-23.977" transform="matrix(.38925 0 0 .37394 195.83 537.04)" stroke="#000" fill="none"/>
31
+ <path id="path638" d="m347.55 863.28c5.828-3.532 6.684-15.298 0.594-24.274-6.091-8.975-21.941-16.165-53.073-18.799-23.583-1.982-87.844 8.444-111.39 1.379-33.059-12.721-53.845-34.149-48.773-87.391 1.521-20.621 11.917-34.465 32.278-37.105 22.858-0.143 28.813 14.734 28.813 33.571 0 9.681-25.317 18.878-29.909 9.705-7.109-12.854-10.217-24.451 15.881-30.607" transform="matrix(.38925 0 0 .37394 195.83 537.04)" stroke="#000" fill="none"/>
32
+ <path id="path642" d="m337.41 844.59s9.765 5.685 7.41 10.395c-2.354 4.709-8.658 2.7-4.496-2.296" transform="matrix(.38925 0 0 .37394 195.83 537.04)" stroke="#000" fill="none"/>
33
+ <path id="path643" d="m238.95 291.4s-6.66 6.66-3.33 22.479 9.991 14.987 9.991 14.987" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
34
+ <path id="path644" d="m216.47 300.55c-0.833 1.665-9.706 11.858-4.71 22.681 4.995 10.824 8.956 12.977 8.956 12.977" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
35
+ <path id="path645" d="m193.99 313.87s-7.195 10.622-8.567 29.555 7.789 45 7.533 54.698c-0.581 20.609-24.012 30.839-24.012 30.839" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
36
+ <path id="path652" d="m159.85 543.66c1.665 0 34.135-29.972 34.135 76.597-2.498 61.61-38.298 67.438-38.298 67.438" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
37
+ <path id="path653" d="m162.49 689.71c13.148-3.336 40.425 10.99 30.613 35.324" transform="matrix(.38925 0 0 .37394 196.91 537.13)" stroke="#000" fill="none"/>
38
+ <path id="path654" d="m167.78 681.47c8.439 0.785 15.319 6.904 18.458 15.343" transform="matrix(.38925 0 0 .37394 196.12 536.47)" stroke="#000" fill="none"/>
39
+ <path id="path655" d="m148.2 477.06s9.991 14.154 24.977 14.154 19.982-15.819 19.982-15.819" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
40
+ <path id="path656" d="m146.53 484.55s9.158 16.652 24.977 17.484c15.819 0.833 21.647-10.823 21.647-10.823" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
41
+ <path id="path657" d="m179.84 509.52s11.657 4.996 11.657 19.15c0 14.153-10.824 10.823-10.824 10.823" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
42
+ <path id="path712" d="m356.44 346.62c-0.575 17.961-31.258 14.828-51.514 13.859-26.326-1.231-77.59-46.08-44.263-69.888" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
43
+ <path id="path713" d="m164.84 449.52c-16.484 17.662 28.691 13.497 9.419-9.419-7.87-8.82-41.21 18.839-41.21 49.452s10.597 44.742 16.484 45.919c5.887 1.178 15.307-3.532 15.307-8.241 0-5.887-4.71-15.307-11.774-14.13-11.775 0-5.888 10.597-0.001 10.597" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
44
+ <path id="path714" d="m163.39 451.39s-24.453 9.908-24.453 39.343c0 29.436 7.065 28.259 7.065 28.259" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
45
+ <path id="path715" d="m166.02 430.68s24.726-3.533 23.549 18.838c-1.178 22.371-9.42 23.549-22.371 22.371-12.952-1.177-5.887-16.483-5.887-16.483" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
46
+ <path id="path716" d="m156.6 543.71s18.839-1.178 17.661-21.194c-1.177-20.016-15.306-21.194-23.548-20.016-8.242 1.177-10.74 5.803-8.242 12.88" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
47
+ <path id="path717" d="m150.71 567.26s3.936-8.158 16.887-8.158c12.952 0 18.982 30.386 17.805 63.354-1.178 32.968-33.515 61.37-40.58 59.015-7.064-2.355-10.597-3.533-4.71-8.242" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
48
+ <path id="path718" d="m172.39 643.31-22.859 38.166" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
49
+ <path id="path719" d="m141.29 667.34c0 0.416 5.054-1.105 8.587 1.249 3.532 2.355 4.365 5.816 4.365 5.816" transform="matrix(-.38925 0 0 .37394 506.83 536.47)" stroke="#000" fill="none"/>
50
+ <path id="path720" d="m144.82 650.86s4.517-1.819 10.404 0.536 5.695 7.662 5.695 7.662" transform="matrix(-.35485 0 0 .26779 500.15 605.66)" stroke="#000" fill="none"/>
51
+ <path id="path721" d="m170.42 741.5c-2.354 0 15.451-19.877-0.688-23.897-20.284-3.872-28.744 16.55-26.389 28.323 5.072 28.746 16.897 64.033 52.945 66.388 30.613 2.355 78.451-5.101 108.3-1.523 29.44 3.433 61.94 14.272 73.714 26.047 11.774 11.774 19.112 11.892 19.112 23.667 0 11.774-16.815 17.816-23.476 10.74" transform="matrix(-.38925 0 0 .37394 505.26 537.04)" stroke="#000" fill="none"/>
52
+ <path id="path722" d="m369.84 876.92c4.305-2.914 14.556-20.425 4.722-30.815-15.194-15.401-26.165-21.479-33.658-23.977" transform="matrix(-.38925 0 0 .37394 505.26 537.04)" stroke="#000" fill="none"/>
53
+ <path id="path723" d="m347.55 863.28c5.828-3.532 6.684-15.298 0.594-24.274-6.091-8.975-21.941-16.165-53.073-18.799-23.583-1.982-87.844 8.444-111.39 1.379-43.929-18.378-53.505-42.635-52.509-81.734 1.521-20.621 12.257-36.587 32.618-39.227 22.858-0.143 26.774 11.906 26.774 30.744 0 9.68-9.013 25.716-21.334 23.362-12.322-3.188-21.92-25.013-1.106-36.669" transform="matrix(-.38925 0 0 .37394 505.26 537.04)" stroke="#000" fill="none"/>
54
+ <path id="path724" d="m337.41 844.59s9.765 5.685 7.41 10.395c-2.354 4.709-8.658 2.7-4.496-2.296" transform="matrix(-.38925 0 0 .37394 505.26 537.04)" stroke="#000" fill="none"/>
55
+ <path id="path725" d="m238.95 291.4s-6.66 6.66-3.33 22.479 9.991 14.987 9.991 14.987" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
56
+ <path id="path726" d="m216.47 300.55c-0.833 1.665-9.706 11.858-4.71 22.681 4.995 10.824 8.956 12.977 8.956 12.977" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
57
+ <path id="path727" d="m193.99 313.87s-7.195 10.622-8.567 29.555 7.789 45 7.533 54.698c-0.581 20.609-24.012 30.839-24.012 30.839" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
58
+ <path id="path730" d="m159.85 543.66c1.665 0 34.135-29.972 34.135 76.597-2.498 61.61-38.298 67.438-38.298 67.438" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
59
+ <path id="path731" d="m158.07 701.03c16.205-14.296 47.219 13.112 35.708 38.506" transform="matrix(-.38925 0 0 .37394 506.56 534.49)" stroke="#000" fill="none"/>
60
+ <path id="path732" d="m167.78 681.47c8.439 0.785 17.357 6.197 20.496 14.636" transform="matrix(-.38925 0 0 .37394 508.02 537.4)" stroke="#000" fill="none"/>
61
+ <path id="path733" d="m148.2 477.06s9.991 14.154 24.977 14.154 19.982-15.819 19.982-15.819" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
62
+ <path id="path734" d="m146.53 484.55s9.158 16.652 24.977 17.484c15.819 0.833 21.647-10.823 21.647-10.823" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
63
+ <path id="path735" d="m179.84 509.52s11.657 4.996 11.657 19.15c0 14.153-10.824 10.823-10.824 10.823" transform="matrix(-.38925 0 0 .37394 506.43 536.23)" stroke="#000" fill="none"/>
64
+ <path id="path741" d="m353.01 313.46c0.416-0.416-1.665-9.159 8.326-8.742 9.99 0.416 6.244 9.574 14.57 12.904 7.909 2.082 22.063 4.164 22.528 4.164s14.619-2.082 22.528-4.164c8.326-3.33 4.58-12.488 14.57-12.904 9.991-0.417 7.91 8.326 8.326 8.742" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
65
+ <path id="path744" d="m373.28 349.42c-0.294-4.121-1.249-9.55-6.871-9.966-10.525-0.345-18.856 20.605 4.444 20.753 17.055 0.111 17.198-32.355 0.804-32.831-23.549-0.667-26.788 13.389-26.402 16.143 5.957-50.397-33.246-40.206-31.373-59.77 0.207-10.606 10.849-11.822 22.479-9.857 17.459 2.799 14.151 30.967 62.078 30.198 47.927 0.769 44.619-27.399 62.078-30.198 11.63-1.965 22.272-0.749 22.479 9.857 1.873 19.564-37.33 9.373-31.373 59.77 0.386-2.754-2.853-16.81-26.402-16.143-16.394 0.476-16.251 32.942 0.804 32.831 23.3-0.148 14.969-21.098 4.444-20.753-5.622 0.416-6.577 5.845-6.871 9.966" transform="matrix(.38925 0 0 .37394 196.25 536.23)" stroke="#000" fill="none"/>
66
+ <path id="path814" d="m404.47 889.55v0.217h-4.155v-0.217h0.264c0.231 0 0.416-0.041 0.557-0.123 0.101-0.055 0.179-0.148 0.234-0.281 0.043-0.094 0.065-0.34 0.065-0.738v-5.227c0-0.406-0.022-0.66-0.065-0.762-0.043-0.101-0.131-0.189-0.264-0.263-0.129-0.079-0.304-0.118-0.527-0.118h-0.264v-0.216h4.155v0.216h-0.264c-0.23 0-0.416 0.041-0.557 0.123-0.101 0.055-0.181 0.149-0.24 0.282-0.043 0.093-0.064 0.34-0.064 0.738v5.227c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.133 0.074 0.31 0.111 0.533 0.111h0.264z" transform="matrix(1.0544 -.26437 .21258 1.3113 -201.97 -224.59)"/>
67
+ <path id="path815" d="m399.64 881.82v2.15h-0.211c-0.125-0.496-0.264-0.852-0.416-1.066-0.153-0.219-0.362-0.393-0.627-0.522-0.149-0.07-0.409-0.105-0.78-0.105h-0.591v6.129c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.132 0.074 0.312 0.111 0.539 0.111h0.263v0.217h-4.16v-0.217h0.264c0.23 0 0.416-0.041 0.557-0.123 0.101-0.055 0.181-0.148 0.24-0.281 0.043-0.094 0.064-0.34 0.064-0.738v-6.129h-0.574c-0.535 0-0.924 0.113-1.166 0.34-0.34 0.316-0.555 0.767-0.645 1.353h-0.222v-2.15h7.137z" transform="matrix(1.0667 -.17210 .13839 1.3265 -141.19 -274.74)"/>
68
+ <path id="path820" d="m370.04 882.28v3.263h0.229c0.351 0 0.638-0.052 0.861-0.158 0.222-0.105 0.41-0.283 0.562-0.533 0.157-0.25 0.258-0.588 0.305-1.014h0.205v3.99h-0.205c-0.074-0.753-0.277-1.25-0.609-1.488-0.328-0.242-0.702-0.363-1.119-0.363h-0.229v2.432c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.133 0.074 0.311 0.111 0.533 0.111h0.264v0.217h-4.154v-0.217h0.263c0.231 0 0.416-0.041 0.557-0.123 0.102-0.055 0.18-0.148 0.234-0.281 0.043-0.094 0.065-0.34 0.065-0.738v-5.227c0-0.406-0.022-0.66-0.065-0.762-0.043-0.101-0.13-0.189-0.263-0.263-0.129-0.079-0.305-0.118-0.528-0.118h-0.263v-0.216h6.703v2.279h-0.24c-0.055-0.535-0.196-0.932-0.422-1.19-0.223-0.257-0.547-0.439-0.973-0.544-0.234-0.059-0.668-0.088-1.301-0.088h-0.738z" transform="matrix(1.0721 -.10760 .086523 1.3333 -97.42 -305.95)"/>
69
+ <path id="path823" d="m354.64 881.82v2.15h-0.211c-0.125-0.496-0.264-0.852-0.416-1.066-0.153-0.219-0.362-0.393-0.627-0.522-0.149-0.07-0.409-0.105-0.78-0.105h-0.591v6.129c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.132 0.074 0.312 0.111 0.539 0.111h0.263v0.217h-4.16v-0.217h0.264c0.23 0 0.416-0.041 0.557-0.123 0.101-0.055 0.181-0.148 0.24-0.281 0.043-0.094 0.064-0.34 0.064-0.738v-6.129h-0.574c-0.535 0-0.924 0.113-1.166 0.34-0.34 0.316-0.555 0.767-0.645 1.353h-0.222v-2.15h7.137z" transform="matrix(1.0756 0 0 1.3376 -22.152 -348.78)"/>
70
+ <path id="path824" d="m346.8 889.55v0.217h-4.154v-0.217h0.263c0.231 0 0.416-0.041 0.557-0.123 0.101-0.055 0.18-0.148 0.234-0.281 0.043-0.094 0.065-0.34 0.065-0.738v-5.227c0-0.406-0.022-0.66-0.065-0.762-0.043-0.101-0.131-0.189-0.263-0.263-0.129-0.079-0.305-0.118-0.528-0.118h-0.263v-0.216h4.154v0.216h-0.264c-0.23 0-0.416 0.041-0.556 0.123-0.102 0.055-0.182 0.149-0.241 0.282-0.043 0.093-0.064 0.34-0.064 0.738v5.227c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.133 0.074 0.311 0.111 0.533 0.111h0.264z" transform="matrix(1.0756 0 0 1.3376 -22.555 -348.78)"/>
71
+ <path id="path825" d="m336.73 881.82 3.92 4.927v-3.416c0-0.476-0.069-0.798-0.206-0.966-0.187-0.227-0.502-0.336-0.943-0.329v-0.216h2.625v0.216c-0.336 0.043-0.562 0.1-0.68 0.17-0.113 0.067-0.203 0.178-0.269 0.334-0.063 0.153-0.094 0.416-0.094 0.791v6.616h-0.199l-5.373-6.616v5.051c0 0.457 0.103 0.766 0.31 0.926 0.211 0.16 0.452 0.24 0.721 0.24h0.188v0.217h-2.819v-0.217c0.438-0.004 0.742-0.094 0.914-0.269 0.172-0.176 0.258-0.475 0.258-0.897v-5.607l-0.17-0.211c-0.168-0.211-0.316-0.35-0.445-0.416-0.129-0.067-0.315-0.104-0.557-0.112v-0.216h2.819z" transform="matrix(1.0756 0 0 1.3376 -22.957 -348.78)"/>
72
+ <path id="path826" d="m333.61 881.82v0.216c-0.289 0.047-0.547 0.202-0.773 0.463-0.164 0.196-0.408 0.655-0.733 1.377l-2.736 6.071h-0.193l-2.725-6.317c-0.328-0.762-0.549-1.209-0.662-1.342-0.109-0.132-0.318-0.216-0.627-0.252v-0.216h3.809v0.216h-0.129c-0.344 0-0.578 0.043-0.703 0.129-0.09 0.059-0.135 0.145-0.135 0.258 0 0.07 0.015 0.154 0.047 0.252 0.031 0.094 0.136 0.35 0.316 0.768l1.693 3.955 1.571-3.522c0.187-0.426 0.303-0.711 0.345-0.855 0.043-0.145 0.065-0.268 0.065-0.369 0-0.118-0.031-0.221-0.094-0.311-0.062-0.09-0.154-0.158-0.275-0.205-0.168-0.066-0.391-0.1-0.668-0.1v-0.216h2.607z" transform="matrix(1.0747 .054651 -.043945 1.3365 15.894 -366.74)"/>
73
+ <path id="path827" d="m321.03 881.64 0.065 2.648h-0.241c-0.113-0.664-0.392-1.197-0.837-1.599-0.442-0.406-0.92-0.61-1.436-0.61-0.398 0-0.715 0.108-0.949 0.323-0.231 0.211-0.346 0.455-0.346 0.732 0 0.176 0.041 0.332 0.123 0.469 0.113 0.183 0.295 0.365 0.545 0.545 0.184 0.129 0.607 0.357 1.271 0.685 0.93 0.457 1.557 0.889 1.881 1.295 0.321 0.407 0.481 0.871 0.481 1.395 0 0.664-0.26 1.236-0.779 1.717-0.516 0.476-1.172 0.714-1.969 0.714-0.25 0-0.487-0.025-0.709-0.076-0.223-0.051-0.502-0.146-0.838-0.287-0.188-0.078-0.342-0.117-0.463-0.117-0.102 0-0.209 0.039-0.322 0.117-0.114 0.078-0.205 0.197-0.276 0.358h-0.216v-3h0.216c0.172 0.843 0.502 1.488 0.991 1.933 0.492 0.442 1.021 0.662 1.587 0.662 0.438 0 0.786-0.119 1.043-0.357 0.262-0.238 0.393-0.516 0.393-0.832 0-0.188-0.051-0.369-0.152-0.545-0.098-0.176-0.248-0.342-0.451-0.498-0.204-0.16-0.563-0.367-1.079-0.621-0.722-0.356-1.242-0.658-1.558-0.908-0.317-0.25-0.561-0.53-0.733-0.838-0.168-0.309-0.252-0.649-0.252-1.02 0-0.633 0.233-1.172 0.698-1.617s1.05-0.668 1.757-0.668c0.258 0 0.508 0.031 0.75 0.094 0.184 0.047 0.407 0.135 0.668 0.263 0.266 0.125 0.452 0.188 0.557 0.188 0.102 0 0.182-0.031 0.24-0.094 0.059-0.062 0.114-0.213 0.164-0.451h0.176z" transform="matrix(1.0737 .079582 -.063992 1.3353 32.323 -374.09)"/>
74
+ <path id="path828" d="m315.27 881.82v0.216c-0.289 0.047-0.546 0.202-0.773 0.463-0.164 0.196-0.408 0.655-0.732 1.377l-2.737 6.071h-0.193l-2.725-6.317c-0.328-0.762-0.549-1.209-0.662-1.342-0.109-0.132-0.318-0.216-0.627-0.252v-0.216h3.809v0.216h-0.129c-0.344 0-0.578 0.043-0.703 0.129-0.09 0.059-0.135 0.145-0.135 0.258 0 0.07 0.016 0.154 0.047 0.252 0.031 0.094 0.137 0.35 0.316 0.768l1.694 3.955 1.57-3.522c0.187-0.426 0.303-0.711 0.346-0.855 0.043-0.145 0.064-0.268 0.064-0.369 0-0.118-0.031-0.221-0.094-0.311-0.062-0.09-0.154-0.158-0.275-0.205-0.168-0.066-0.391-0.1-0.668-0.1v-0.216h2.607z" transform="matrix(1.0684 .15492 -.12457 1.3286 87.767 -392.06)"/>
75
+ <path id="path829" d="m306.3 881.82v2.15h-0.211c-0.125-0.496-0.264-0.852-0.416-1.066-0.152-0.219-0.361-0.393-0.627-0.522-0.148-0.07-0.408-0.105-0.779-0.105h-0.592v6.129c0 0.406 0.021 0.66 0.064 0.761 0.047 0.102 0.135 0.192 0.264 0.27 0.133 0.074 0.312 0.111 0.539 0.111h0.264v0.217h-4.16v-0.217h0.263c0.231 0 0.416-0.041 0.557-0.123 0.101-0.055 0.182-0.148 0.24-0.281 0.043-0.094 0.065-0.34 0.065-0.738v-6.129h-0.575c-0.535 0-0.923 0.113-1.166 0.34-0.34 0.316-0.554 0.767-0.644 1.353h-0.223v-2.15h7.137z" transform="matrix(1.0645 .19192 -.15432 1.3238 115.07 -398.65)"/>
76
+ <path id="path832" d="m289.79 889.55v0.217h-4.154v-0.217h0.264c0.23 0 0.416-0.041 0.556-0.123 0.102-0.055 0.18-0.148 0.235-0.281 0.042-0.094 0.064-0.34 0.064-0.738v-5.227c0-0.406-0.022-0.66-0.064-0.762-0.043-0.101-0.131-0.189-0.264-0.263-0.129-0.079-0.305-0.118-0.527-0.118h-0.264v-0.216h4.154v0.216h-0.264c-0.23 0-0.416 0.041-0.556 0.123-0.102 0.055-0.182 0.149-0.24 0.282-0.043 0.093-0.065 0.34-0.065 0.738v5.227c0 0.406 0.022 0.66 0.065 0.761 0.046 0.102 0.134 0.192 0.263 0.27 0.133 0.074 0.311 0.111 0.533 0.111h0.264z" transform="matrix(1.0454 .31493 -.25324 1.3 207.07 -413.52)"/>
77
+ <path id="path833" d="m285.27 881.82v0.216c-0.29 0.047-0.547 0.202-0.774 0.463-0.164 0.196-0.408 0.655-0.732 1.377l-2.737 6.071h-0.193l-2.725-6.317c-0.328-0.762-0.548-1.209-0.662-1.342-0.109-0.132-0.318-0.216-0.627-0.252v-0.216h3.809v0.216h-0.129c-0.344 0-0.578 0.043-0.703 0.129-0.09 0.059-0.135 0.145-0.135 0.258 0 0.07 0.016 0.154 0.047 0.252 0.031 0.094 0.137 0.35 0.316 0.768l1.694 3.955 1.57-3.522c0.188-0.426 0.303-0.711 0.346-0.855 0.043-0.145 0.064-0.268 0.064-0.369 0-0.118-0.031-0.221-0.094-0.311-0.062-0.09-0.154-0.158-0.275-0.205-0.168-0.066-0.391-0.1-0.668-0.1v-0.216h2.608z" transform="matrix(1.0402 .34045 -.27376 1.2936 226.33 -414.79)"/>
78
+ <path id="path836" d="m409.38 881.71c1.265-0.047 2.293 0.323 3.082 1.108 0.793 0.785 1.189 1.767 1.189 2.947 0 1.008-0.295 1.895-0.884 2.66-0.782 1.016-1.885 1.524-3.311 1.524-1.43 0-2.535-0.485-3.316-1.454-0.618-0.765-0.926-1.673-0.926-2.724 0-1.18 0.4-2.162 1.201-2.947 0.805-0.789 1.793-1.161 2.965-1.114zm0.07 0.375c-0.726 0-1.279 0.371-1.658 1.114-0.309 0.609-0.463 1.484-0.463 2.625 0 1.355 0.238 2.357 0.715 3.005 0.332 0.454 0.797 0.68 1.394 0.68 0.403 0 0.739-0.098 1.008-0.293 0.344-0.25 0.612-0.648 0.803-1.195 0.191-0.551 0.287-1.268 0.287-2.151 0-1.05-0.098-1.835-0.293-2.355-0.195-0.523-0.445-0.893-0.75-1.107-0.301-0.215-0.648-0.323-1.043-0.323z" transform="matrix(1.0667 -.17210 .13839 1.3265 -141.19 -275.24)"/>
79
+ <path id="path839" d="m378.71 881.71c1.266-0.047 2.293 0.323 3.082 1.108 0.793 0.785 1.189 1.767 1.189 2.947 0 1.008-0.294 1.895-0.884 2.66-0.782 1.016-1.885 1.524-3.311 1.524-1.43 0-2.535-0.485-3.316-1.454-0.617-0.765-0.926-1.673-0.926-2.724 0-1.18 0.4-2.162 1.201-2.947 0.805-0.789 1.793-1.161 2.965-1.114zm0.07 0.375c-0.726 0-1.279 0.371-1.658 1.114-0.308 0.609-0.463 1.484-0.463 2.625 0 1.355 0.239 2.357 0.715 3.005 0.332 0.454 0.797 0.68 1.395 0.68 0.402 0 0.738-0.098 1.007-0.293 0.344-0.25 0.612-0.648 0.803-1.195 0.192-0.551 0.287-1.268 0.287-2.151 0-1.05-0.097-1.835-0.293-2.355-0.195-0.523-0.445-0.893-0.75-1.107-0.3-0.215-0.648-0.323-1.043-0.323z" transform="matrix(1.0721 -.10760 .086523 1.3333 -97.42 -305.95)"/>
80
+ <path id="path842" d="m386.6 886.15v2.226c0 0.43 0.025 0.702 0.076 0.815 0.055 0.109 0.148 0.197 0.281 0.264 0.133 0.066 0.381 0.099 0.744 0.099v0.217h-4.066v-0.217c0.367 0 0.615-0.033 0.744-0.099 0.133-0.071 0.225-0.161 0.275-0.27 0.055-0.109 0.082-0.379 0.082-0.809v-5.156c0-0.43-0.027-0.699-0.082-0.808-0.05-0.114-0.142-0.204-0.275-0.27s-0.381-0.1-0.744-0.1v-0.216h3.691c0.961 0 1.664 0.066 2.11 0.199 0.445 0.133 0.808 0.379 1.09 0.738 0.281 0.356 0.421 0.774 0.421 1.254 0 0.586-0.211 1.07-0.632 1.453-0.27 0.242-0.647 0.424-1.131 0.545l1.91 2.69c0.25 0.347 0.428 0.564 0.533 0.65 0.16 0.121 0.346 0.187 0.557 0.199v0.217h-2.502l-2.561-3.621h-0.521zm0-3.897v3.481h0.334c0.543 0 0.949-0.049 1.218-0.147 0.27-0.101 0.481-0.281 0.633-0.539 0.157-0.261 0.235-0.601 0.235-1.019 0-0.606-0.143-1.053-0.428-1.342-0.281-0.289-0.736-0.434-1.365-0.434h-0.627z" transform="matrix(1.0667 -.17210 .13839 1.3265 -141.19 -275.24)"/>
81
+ <path id="path845" d="m417.27 886.15v2.226c0 0.43 0.025 0.702 0.076 0.815 0.054 0.109 0.148 0.197 0.281 0.264 0.133 0.066 0.381 0.099 0.744 0.099v0.217h-4.066v-0.217c0.367 0 0.615-0.033 0.744-0.099 0.133-0.071 0.224-0.161 0.275-0.27 0.055-0.109 0.082-0.379 0.082-0.809v-5.156c0-0.43-0.027-0.699-0.082-0.808-0.051-0.114-0.142-0.204-0.275-0.27s-0.381-0.1-0.744-0.1v-0.216h3.691c0.961 0 1.664 0.066 2.109 0.199 0.446 0.133 0.809 0.379 1.09 0.738 0.282 0.356 0.422 0.774 0.422 1.254 0 0.586-0.211 1.07-0.633 1.453-0.269 0.242-0.646 0.424-1.13 0.545l1.91 2.69c0.25 0.347 0.427 0.564 0.533 0.65 0.16 0.121 0.346 0.187 0.557 0.199v0.217h-2.502l-2.561-3.621h-0.521zm0-3.897v3.481h0.334c0.543 0 0.949-0.049 1.218-0.147 0.27-0.101 0.481-0.281 0.633-0.539 0.156-0.261 0.234-0.601 0.234-1.019 0-0.606-0.142-1.053-0.427-1.342-0.282-0.289-0.737-0.434-1.365-0.434h-0.627z" transform="matrix(1.0417 -.33296 .26773 1.2955 -245.66 -181.16)"/>
82
+ <path id="path848" d="m293.25 886.15v2.226c0 0.43 0.025 0.702 0.076 0.815 0.055 0.109 0.149 0.197 0.281 0.264 0.133 0.066 0.381 0.099 0.745 0.099v0.217h-4.067v-0.217c0.367 0 0.615-0.033 0.744-0.099 0.133-0.071 0.225-0.161 0.276-0.27 0.054-0.109 0.082-0.379 0.082-0.809v-5.156c0-0.43-0.028-0.699-0.082-0.808-0.051-0.114-0.143-0.204-0.276-0.27-0.132-0.066-0.381-0.1-0.744-0.1v-0.216h3.692c0.961 0 1.664 0.066 2.109 0.199s0.809 0.379 1.09 0.738c0.281 0.356 0.422 0.774 0.422 1.254 0 0.586-0.211 1.07-0.633 1.453-0.27 0.242-0.647 0.424-1.131 0.545l1.91 2.69c0.25 0.347 0.428 0.564 0.533 0.65 0.161 0.121 0.346 0.187 0.557 0.199v0.217h-2.502l-2.56-3.621h-0.522zm0-3.897v3.481h0.334c0.543 0 0.949-0.049 1.219-0.147 0.269-0.101 0.48-0.281 0.633-0.539 0.156-0.261 0.234-0.601 0.234-1.019 0-0.606-0.143-1.053-0.428-1.342-0.281-0.289-0.736-0.434-1.365-0.434h-0.627z" transform="matrix(1.0633 .20168 -.16217 1.3223 122.81 -400.27)"/>
83
+ <path id="path851" d="m360.07 887.51h-2.806l-0.334 0.774c-0.11 0.257-0.164 0.47-0.164 0.638 0 0.223 0.089 0.387 0.269 0.493 0.106 0.062 0.365 0.109 0.779 0.14v0.217h-2.642v-0.217c0.285-0.043 0.519-0.16 0.703-0.351 0.184-0.196 0.41-0.596 0.68-1.202l2.842-6.339h0.111l2.865 6.515c0.274 0.617 0.498 1.006 0.674 1.166 0.133 0.121 0.32 0.192 0.562 0.211v0.217h-3.843v-0.217h0.158c0.308 0 0.525-0.043 0.65-0.129 0.086-0.062 0.129-0.152 0.129-0.269 0-0.071-0.012-0.143-0.035-0.217-0.008-0.035-0.066-0.182-0.176-0.44l-0.422-0.99zm-0.199-0.433-1.183-2.737-1.219 2.737h2.402z" transform="matrix(1.0746 -.056381 .045336 1.3364 -62.366 -327.47)"/>
84
+ </g>
85
+ <g id="g658" fill-rule="evenodd" transform="matrix(.38925 0 0 .37394 196.25 536.23)">
86
+ <rect id="rect584" height="177.17" width="177.17" y="556.3" x="407.48" fill="#fff600"/>
87
+ <rect id="rect565" height="177.17" width="25.309" y="379.13" x="432.79" fill="#cc1900"/>
88
+ <rect id="rect566" height="177.17" width="25.309" y="379.13" x="483.41" fill="#cc1900"/>
89
+ <rect id="rect567" height="177.17" width="25.309" y="379.13" x="534.03" fill="#cc1900"/>
90
+ <rect id="rect570" height="177.17" width="25.309" y="379.13" x="407.48" fill="#fff600"/>
91
+ <rect id="rect571" height="177.17" width="25.309" y="379.13" x="458.1" fill="#fff600"/>
92
+ <rect id="rect572" height="177.17" width="25.309" y="379.13" x="508.72" fill="#fff600"/>
93
+ <rect id="rect573" height="177.17" width="25.309" y="379.13" x="559.34" fill="#fff600"/>
94
+ <rect id="rect574" height="159.45" width="19.685" y="574.02" x="271.65" fill="#cc1900"/>
95
+ <rect id="rect575" height="159.45" width="19.685" y="574.02" x="311.02" fill="#cc1900"/>
96
+ <rect id="rect576" height="159.45" width="19.685" y="574.02" x="350.39" fill="#cc1900"/>
97
+ <rect id="rect577" height="159.45" width="19.685" y="574.02" x="251.97" fill="#fff600"/>
98
+ <rect id="rect578" height="159.45" width="19.685" y="574.02" x="291.34" fill="#fff600"/>
99
+ <rect id="rect579" height="159.45" width="19.685" y="574.02" x="330.71" fill="#fff600"/>
100
+ <rect id="rect580" height="159.45" width="19.685" y="574.02" x="370.08" fill="#fff600"/>
101
+ <rect id="rect581" height="159.45" width="19.685" y="574.02" x="232.28" fill="#cc1900"/>
102
+ <rect id="rect582" height="159.45" width="19.685" y="574.02" x="212.6" fill="#fff600"/>
103
+ <rect id="rect583" height="177.17" width="177.17" y="379.13" x="212.6" fill="#cc1900"/>
104
+ <path id="path597" d="m274.92 206.71c8.913-4.302 8.549-19.089 8.549-31.313 0-24.449-19.843-44.292-44.292-44.292s-44.291 17.488-44.291 41.937l-17.717 11.213h26.52l-26.52 17.717h35.433l-248.03 318.9 17.717 17.717 248.03-318.9c6.549-8.42 0-17.716-9.158-24.793-10.805-8.349-8.559-10.64-8.559-21.579 0-15.936 11.906-24.494 26.575-24.494s26.575 11.905 26.575 26.575c0 7.335-1.502 16.184-7.787 18.788-9.93 7.787 7.787 25.503 16.955 12.525z" transform="matrix(.38555 .050804 -.045440 .34484 277.44 345.95)" stroke-width="1pt" fill="#fff600"/>
105
+ <path id="path564" d="m194.88 361.42v336.61c0 35.434 16.978 53.15 50.934 53.15h118.85c33.957 0 33.957 35.433 33.957 35.433s0-35.433 33.956-35.433h118.85c33.957 0 50.935-17.716 50.935-53.15v-336.61h-407.48zm17.716 17.717v177.16h177.17v-177.16h-177.17zm194.88 0v177.16h177.17v-177.16h-177.17zm-194.88 194.88v106.3c0 35.434 16.978 53.15 50.934 53.15h73.081 53.15v-159.45h-177.16zm372.05 0v106.3c0 35.434-16.977 53.15-50.934 53.15h-73.081-53.15v-159.45h177.16z" stroke="#000" stroke-width="1pt" fill="#cba323"/>
106
+ <path id="path585" d="m283.46 396.85-53.149 50.619 16.354 91.114h73.591l16.354-91.114-53.15-50.619z" transform="matrix(.66667 0 0 0.75 112.2 99.215)" fill="#fff"/>
107
+ <path id="path586" d="m283.46 406.97-44.291 40.495 17.717 80.99h26.574v-121.48zm8.859 0v121.48h26.575l17.716-80.99-44.291-40.495z" transform="matrix(.61539 0 0 0.7 124.02 126.14)" fill="#fff600"/>
108
+ <path id="path587" d="m212.6 201.97h-17.716s8.858 35.433 17.716 35.433c35.433 0 106.48-51.679 106.3-35.433 0 35.433-17.717 17.716-17.717 35.433 0 17.716 35.433 0 35.433-17.717 0-17.716 0-35.433-17.716-35.433-17.717 0-69.229 35.671-88.583 35.433-17.717 0-17.717-17.716-17.717-17.716z" transform="matrix(.5 0 0 .41421 203.74 419.49)" fill="#fffbff"/>
109
+ <path id="path588" d="m212.6 201.97h-17.716s8.858 35.433 17.716 35.433c35.433 0 106.48-51.679 106.3-35.433 0 35.433-17.717 17.716-17.717 35.433 0 17.716 35.433 0 35.433-17.717 0-17.716 0-35.433-17.716-35.433-17.717 0-69.229 35.671-88.583 35.433-17.717 0-17.717-17.716-17.717-17.716z" transform="matrix(-0.5 0 0 .41421 398.62 419.49)" fill="#fffbff"/>
110
+ <g id="g657" transform="matrix(.38048 0 0 .32170 515.51 448.82)">
111
+ <g id="g616" transform="translate(-2.5058 -84.936)">
112
+ <path id="path612" d="m70.866 574.02c0 35.433 28.704 36.668 17.717 53.149l-35.433 53.15h-17.716l17.716-53.15c5.9055-17.716 17.716-65.373 17.716-53.149z" transform="matrix(.97779 .20961 -.20961 .97779 72.52 -.075867)" stroke="#fff600" stroke-width="5" fill="#cc1900"/>
113
+ <path id="path607" d="m35.433 423.42c0 3.667 2.2422 31.888 0 35.067-2.2423 3.179-8.969-18.684-12.977-16.279-4.0083 2.405-7.6033 24.158-12.902 25.504-5.2983 1.35-12.3-17.71-18.412-17.71-6.1122 0-11.937 19.062-17.235 17.717-5.2984-1.346-10.071-23.099-14.079-25.504-4.0084-2.405-10.735 19.458-12.977 16.279-2.2422-3.179 0-31.4 0-35.067 0-14.669 19.842-26.575 44.291-26.575s44.291 11.906 44.291 26.575z" transform="matrix(.78240 0 0 .50048 24.647 401.29)" stroke="#fff600" stroke-width="7.9903" fill="#cc1900"/>
114
+ <path id="path605" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.71447 -.39551 .69966 .40388 -390.91 291.35)" stroke-width="1pt" fill="#008d00"/>
115
+ <path id="path602" d="m-70.866 414.57v53.15h53.15v-17.717h-35.433v-35.433h-17.716z" transform="matrix(.53461 .84510 -.84510 .53461 273.7 427.53)" stroke="#fff600" stroke-width="5" fill="#cc1900"/>
116
+ <path id="path599" d="m70.866 574.02c0 35.433 28.704 36.668 17.717 53.149l-35.433 53.15h-17.716l17.716-53.15c5.9055-17.716-17.716-35.433-70.866 0-12.224 0-70.866-8.963-70.866 0v53.15h-17.716v-53.15c0-6.941-35.433-53.149-35.433-70.866 0-12.224-53.15 0-53.15-17.716 0-8.859 35.433-17.717 35.433-35.433 0-17.717 35.433 0 53.15 0 0 17.716-17.717 35.433 17.716 35.433 24.449 0 177.17 0 177.17 17.716 0 17.717-17.717 5.493-17.717 17.717z" stroke="#fff600" stroke-width="5" fill="#cc1900"/>
117
+ <path id="path608" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.33850 -.70209 .65562 -.0045585 -354.02 632.49)" stroke-width="1pt" fill="#008d00"/>
118
+ <path id="path609" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.33850 -.70209 .65562 -.0045585 -212.29 632.49)" stroke-width="1pt" fill="#008d00"/>
119
+ <path id="path610" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(-.13112 -.76832 .53161 -.38374 -357.18 763.6)" stroke-width="1pt" fill="#008d00"/>
120
+ <path id="path613" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.31961 -.71089 .65527 -.022084 -282.41 624.63)" stroke-width="1pt" fill="#008d00"/>
121
+ <rect id="rect614" transform="rotate(-37.469)" height="17.717" width="53.15" y="354.1" x="-458.49" fill="#008d00"/>
122
+ <path id="path615" d="m-17.717 503.15c0 39.138-11.898 70.866-26.575 70.866s-26.575-31.728-26.575-70.866 11.898-70.866 26.575-70.866 26.575 31.728 26.575 70.866z" transform="matrix(.20249 0 0 .125 -127.38 519.98)" fill="#008d00"/>
123
+ </g>
124
+ <path id="path629" d="m47.995 681.85c34.086 0.02 34.086 12.901 19.835 12.901-19.835 0-67.83 4.38-67.83 3.28 0-1.103-16.484-14.203-16.484-14.203-1.2325-3.513 1.1774 14.128-1.2325 14.203-2.41 0.074-16.429-15.381-16.429-15.381s1.2877 15.232 0 15.307c-1.2877 0.074-17.661-9.42-17.661-9.42l-1.1774 8.242-15.306 9.42 15.306 10.597v8.242l15.306-8.242 1.1775 15.306 18.839-15.306s4.7648 16.299 2.3549 16.484c-2.41 0.185 16.484-16.484 16.484-16.484-1.178-1.05 54.051 0 87.405-1.05 33.354-1.048 32.746-51.937 17.716-53.15-15.031-1.213-58.304 3.33-58.304-0.203" transform="matrix(.51976 0 0 .74720 25.698 -30.033)" stroke="#fff600" stroke-width="5.0546" fill="#cc1900"/>
125
+ </g>
126
+ <g id="g671" transform="matrix(.38048 0 0 .32170 515.51 519.69)">
127
+ <g id="g672" transform="translate(-2.5058 -84.936)">
128
+ <path id="path673" d="m70.866 574.02c0 35.433 28.704 36.668 17.717 53.149l-35.433 53.15h-17.716l17.716-53.15c5.9055-17.716 17.716-65.373 17.716-53.149z" transform="matrix(.97779 .20961 -.20961 .97779 72.52 -.075867)" stroke="#fff600" stroke-width="5" fill="#cc1900"/>
129
+ <path id="path674" d="m35.433 423.42c0 3.667 2.2422 31.888 0 35.067-2.2423 3.179-8.969-18.684-12.977-16.279-4.0083 2.405-7.6033 24.158-12.902 25.504-5.2983 1.35-12.3-17.71-18.412-17.71-6.1122 0-11.937 19.062-17.235 17.717-5.2984-1.346-10.071-23.099-14.079-25.504-4.0084-2.405-10.735 19.458-12.977 16.279-2.2422-3.179 0-31.4 0-35.067 0-14.669 19.842-26.575 44.291-26.575s44.291 11.906 44.291 26.575z" transform="matrix(.78240 0 0 .50048 24.647 401.29)" stroke="#fff600" stroke-width="7.9903" fill="#cc1900"/>
130
+ <path id="path675" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.71447 -.39551 .69966 .40388 -390.91 291.35)" stroke-width="1pt" fill="#008d00"/>
131
+ <path id="path676" d="m-70.866 414.57v53.15h53.15v-17.717h-35.433v-35.433h-17.716z" transform="matrix(.53461 .84510 -.84510 .53461 273.7 427.53)" stroke="#fff600" stroke-width="5" fill="#cc1900"/>
132
+ <path id="path677" d="m70.866 574.02c0 35.433 28.704 36.668 17.717 53.149l-35.433 53.15h-17.716l17.716-53.15c5.9055-17.716-17.716-35.433-70.866 0-12.224 0-70.866-8.963-70.866 0v53.15h-17.716v-53.15c0-6.941-35.433-53.149-35.433-70.866 0-12.224-53.15 0-53.15-17.716 0-8.859 35.433-17.717 35.433-35.433 0-17.717 35.433 0 53.15 0 0 17.716-17.717 35.433 17.716 35.433 24.449 0 177.17 0 177.17 17.716 0 17.717-17.717 5.493-17.717 17.717z" stroke="#fff600" stroke-width="5" fill="#cc1900"/>
133
+ <path id="path678" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.33850 -.70209 .65562 -.0045585 -354.02 632.49)" stroke-width="1pt" fill="#008d00"/>
134
+ <path id="path679" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.33850 -.70209 .65562 -.0045585 -212.29 632.49)" stroke-width="1pt" fill="#008d00"/>
135
+ <path id="path680" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(-.13112 -.76832 .53161 -.38374 -357.18 763.6)" stroke-width="1pt" fill="#008d00"/>
136
+ <path id="path681" d="m-70.866 423.42c0 14.669-12.827 26.575-17.717 26.575-4.8898 0 0-11.906 0-26.575s-4.8898-26.575 0-26.575 17.717 11.906 17.717 26.575z" transform="matrix(.31961 -.71089 .65527 -.022084 -282.41 624.63)" stroke-width="1pt" fill="#008d00"/>
137
+ <rect id="rect682" transform="rotate(-37.469)" height="17.717" width="53.15" y="354.1" x="-458.49" fill="#008d00"/>
138
+ <path id="path683" d="m-17.717 503.15c0 39.138-11.898 70.866-26.575 70.866s-26.575-31.728-26.575-70.866 11.898-70.866 26.575-70.866 26.575 31.728 26.575 70.866z" transform="matrix(.20249 0 0 .125 -127.38 519.98)" fill="#008d00"/>
139
+ </g>
140
+ <path id="path684" d="m47.995 681.85c34.086 0.02 34.086 12.901 19.835 12.901-19.835 0-67.83 4.38-67.83 3.28 0-1.103-16.484-14.203-16.484-14.203-1.2325-3.513 1.1774 14.128-1.2325 14.203-2.41 0.074-16.429-15.381-16.429-15.381s1.2877 15.232 0 15.307c-1.2877 0.074-17.661-9.42-17.661-9.42l-1.1774 8.242-15.306 9.42 15.306 10.597v8.242l15.306-8.242 1.1775 15.306 18.839-15.306s4.7648 16.299 2.3549 16.484c-2.41 0.185 16.484-16.484 16.484-16.484-1.178-1.05 54.051 0 87.405-1.05 33.354-1.048 32.746-51.937 17.716-53.15-15.031-1.213-58.304 3.33-58.304-0.203" transform="matrix(.51976 0 0 .74720 25.698 -30.033)" stroke="#fff600" stroke-width="5.0546" fill="#cc1900"/>
141
+ </g>
142
+ </g>
143
+ </g>
144
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ae.svg ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <!--
4
+ On October 30, 2003, Brett Roper dedicated to the public domain the
5
+ work "SVG graphic of Australian Aboriginal Flag." Before making the dedication,
6
+ Brett Roper
7
+ represented that Brett Roper owned all copyrights in the
8
+ work. By making the dedication, Brett Roper made an overt act
9
+ of relinquishment in perpetuity of all present and future rights under
10
+ copyright law, whether vested or contingent, in "SVG graphic of United Arab
11
+ Emirates Flag."
12
+
13
+ Brett Roper understands that such relinquishment of all rights
14
+ includes the relinquishment of all rights to enforce (by lawsuit or
15
+ otherwise) those copyrights in the Work.
16
+
17
+ Brett Roper recognizes that, once placed in the public domain,
18
+ "SVG graphic of United Arab Emirates Flag" may be freely reproduced,
19
+ distributed, transmitted, used,
20
+ modified, built upon, or otherwise exploited by anyone for any
21
+ purpose, commercial or non-commercial, and in any way, including by
22
+ methods that have not yet been invented or conceived.
23
+ -->
24
+ <svg id="canada" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" fill="#28ff09">
25
+ <metadata id="metadata3112">
26
+ <rdf:RDF>
27
+ <cc:Work rdf:about="">
28
+ <dc:format>image/svg+xml</dc:format>
29
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
30
+ </cc:Work>
31
+ </rdf:RDF>
32
+ </metadata>
33
+ <defs id="defs3">
34
+ <clipPath id="clipPath4599" clipPathUnits="userSpaceOnUse">
35
+ <rect id="rect4601" height="512" width="512" y="0" x="0" fill="#808080"/>
36
+ </clipPath>
37
+ </defs>
38
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath4599)">
39
+ <rect id="rect9" height="512" width="192" y="-.000015259" x="0" fill="#f00"/>
40
+ <rect id="rect12" height="171.94" width="576" y="340.06" x="192" fill="#000"/>
41
+ <rect id="rect11" height="169.65" width="576" y="172.7" x="192" fill="#fff"/>
42
+ <rect id="rect10" height="172.7" width="576" y="-.000015259" x="192" fill="#009a00"/>
43
+ </g>
44
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/af.svg ADDED
@@ -0,0 +1,777 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!--
3
+
4
+ <rdf:RDF xmlns="http://web.resource.org/cc/"
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
7
+ <Work rdf:about="">
8
+ <dc:title>SVG graphic of Afghanistan's Flag</dc:title>
9
+ <dc:rights><Agent>
10
+ <dc:title>Andrew Duhan</dc:title>
11
+ </Agent></dc:rights>
12
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
13
+ </Work>
14
+
15
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
16
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
17
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
18
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
19
+ </License>
20
+
21
+ </rdf:RDF>
22
+
23
+ -->
24
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
25
+ <svg id="svg587" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
26
+ <metadata id="metadata3783">
27
+ <rdf:RDF>
28
+ <cc:Work rdf:about="">
29
+ <dc:format>image/svg+xml</dc:format>
30
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
31
+ </cc:Work>
32
+ </rdf:RDF>
33
+ </metadata>
34
+ <g id="flag" fill-rule="evenodd" transform="matrix(.81919 0 0 1.6384 0 -326.86)" stroke-width="1pt">
35
+ <rect id="rect590" height="312.5" width="625" y="199.5" x="0"/>
36
+ <rect id="rect591" height="312.5" width="208.34" y="199.5" x="416.67" fill="#090"/>
37
+ <rect id="rect592" height="312.5" width="208.34" y="199.5" x="208.34" fill="#bf0000"/>
38
+ </g>
39
+ <g id="g4603" transform="matrix(1.9463 0 0 1.9463 -350 -430.25)">
40
+ <path id="path1035" d="m384.5 357.31c-0.056 0.297 0.747 0.736 0.938 0.508 0.864-1.035 1.995-3.067 2.227-4.297 0.068-0.358-1.083-0.763-1.329-0.469-0.809 0.969-1.593 2.966-1.836 4.258z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
41
+ <path id="path1037" d="m276.43 420.33c-0.86048 3.0401-13.554-2.8657-14.971-5.9253 7.2632 3.8485 15.145 3.0436 14.971 5.9253z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
42
+ <path id="path1042" d="m236.3 358.23c0.63456 0.75517 1.7042 0.24913 0.72951-0.77292-0.79772-0.82583-0.53515-1.0864-1.0213-2.0926-0.48071-1.1242-0.45566-1.7445-1.0359-2.5477-0.51311-0.76202-1.2849 0.0154-0.76788 0.65672 0.64906 0.75844 0.46988 1.3178 0.86685 2.0515 0.7335 1.2556 0.55465 1.9148 1.2287 2.705z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
43
+ <path id="path1051" d="m253.37 378.84c2.042 1.004 3.592 3.512 3.694 5.555 0.173 2.351 0.512 4.336 1.568 6.007-1.681-0.468-2.486-3.147-2.725-5.713-0.242-2.656-1.673-3.808-2.537-5.849z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
44
+ <path id="path1052" d="m257.63 383.76c1.413 2.6083 3.389 3.6031 3.49 5.5387 0.17118 2.2274 0.34039 2.3411 0.94398 4.5316-1.6634-0.4434-2.0819-0.58836-2.5312-3.9214-0.27706-2.3421-2.1522-3.9944-1.9028-6.1489z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
45
+ <path id="path1070" stroke-linejoin="round" d="m290.64 397.78c2.162 1.771 3.565 3.793 4.219 6.406 0.682 2.434 1.641 4.375 3.048 6.563-2.292-1.563-3.733-3.689-4.454-6.251-0.633-2.518-1.38-4.4-2.813-6.718z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
46
+ <path id="path1072" stroke-linejoin="round" d="m331.11 397.78c-2.21 1.7814-3.6441 3.8153-4.3126 6.4437-0.69713 2.4483-1.6774 4.4007-3.1156 6.6016 2.3428-1.5722 3.8158-3.7107 4.5528-6.2878 0.64704-2.5328 1.4106-4.4259 2.8754-6.7575z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
47
+ <path id="path1073" stroke-linejoin="round" d="m328.39 397.78c-2.3694 1.8609-4.6029 3.9732-5.2714 6.6016-0.69713 2.4483-1.1183 4.3223-2.7159 6.7585 2.5023-1.5722 3.4959-3.9471 4.2329-6.5242 0.64704-2.5318 2.1302-4.4249 3.7545-6.836z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
48
+ <path id="path1075" stroke-linejoin="round" d="m301.61 407.89c0.794 1.497 1.706 3.776 3.359 3.359 0.026-1.146-1.784-1.94-3.359-3.359z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
49
+ <path id="path1076" stroke-linejoin="round" d="m304.08 408.4c3.2104 1.316 5.9828 0.991 6.3282 3.009-3.0118 0.325-4.1132-0.912-6.3282-3.009z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
50
+ <path id="path1077" stroke-linejoin="round" d="m319.82 408.09c-0.80485 1.4112-1.7293 3.5597-3.4049 3.1666-0.0264-1.0803 1.8084-1.8288 3.4049-3.1666z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
51
+ <path id="path1078" stroke-linejoin="round" d="m317.57 408.52c-3.2572 1.2488-6.0699 0.9404-6.4204 2.8554 3.0556 0.30841 4.1731-0.86543 6.4204-2.8554z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
52
+ <path id="path1082" d="m320.54 403.95c0.0637-0.457-0.24784-0.856-0.62208-0.976-0.72858-0.274-1.4542-0.497-2.1768-0.703-0.82114-0.195-1.281 0.394-1.284 0.781-0.004 0.644-0.0338 1.191 0 1.679 0.0448 0.608 0.16025 0.653 0.54444 0.743 0.61511 0.104 1.4034 0.21 2.0215 0.625 0.4897 0.302 0.96049 0.063 1.2053-0.468 0.15826-0.406 0.24485-1.2 0.31154-1.681z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
53
+ <path id="path1083" d="m311.69 403.95c-0.0569-0.457 0.18318-0.895 0.51752-1.015 0.65091-0.274 1.2991-0.341 1.983-0.313 0.75938-0.012 0.95056 0.16 0.95323 0.547 0.004 0.644 0.0302 1.269 0 1.757-0.04 0.608-0.0267 0.653-0.36991 0.743-0.54953 0.104-1.4868 0.132-2.039 0.547-0.4375 0.302-0.93634 0.063-0.96035-0.507 0.0107-0.43-0.0249-1.278-0.0845-1.759z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
54
+ <path id="path1084" d="m300.95 403.83c-0.064-0.457 0.249-0.856 0.625-0.976 0.732-0.274 1.461-0.497 2.187-0.703 0.825-0.195 1.287 0.394 1.29 0.781 0.004 0.644 0.034 1.191 0 1.679-0.045 0.608-0.161 0.653-0.547 0.743-0.618 0.104-1.41 0.21-2.031 0.625-0.492 0.302-0.965 0.063-1.211-0.468-0.159-0.406-0.246-1.2-0.313-1.681z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
55
+ <path id="path1085" d="m309.84 403.83c0.0572-0.457-0.18404-0.895-0.51995-1.015-0.65396-0.274-1.3052-0.341-1.9922-0.313-0.76295-0.012-0.95503 0.16-0.95771 0.547-0.004 0.644-0.0304 1.269 0 1.757 0.0402 0.608 0.0268 0.653 0.37165 0.743 0.55211 0.104 1.4937 0.132 2.0485 0.547 0.43955 0.302 0.94074 0.063 0.96486-0.507-0.0107-0.43 0.025-1.278 0.0849-1.759z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
56
+ <g id="g1194" transform="translate(.33148 198.84)">
57
+ <path id="path1188" d="m274.79 144.77c-1.033-1.659-2.27 2.301-6.519 5.249-1.978 1.346-3.356 4.933-3.369 7.293-0.065 1.621 0.18 3.238-0.001 4.806-0.114 0.992-1.148 3.194-0.441 3.757 1.87 1.39 4.291 4.546 5.414 5.635 0.971 0.851 1.812-4.393 2.541-6.74 0.781-2.515 0.431-5.521 2.597-7.845 1.535-1.569 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
58
+ <path id="path1145" d="m274.79 144.77c-1.033-1.659-2.27 2.301-6.519 5.249-1.978 1.346-3.356 4.933-3.369 7.293-0.065 1.621 0.18 3.238-0.001 4.806-0.114 0.992-1.148 3.194-0.441 3.757 1.87 1.39 4.291 4.546 5.414 5.635 0.971 0.851 1.812-4.393 2.541-6.74 0.781-2.515 0.431-5.521 2.597-7.845 1.535-1.569 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" fill="#fff"/>
59
+ <path id="path1146" d="m268.51 149.68c-0.405 2.809 1.159 3.744 2.635 4.288 1.528 0.543 2.781 2.182 3.426 3.665" stroke="#000" stroke-width=".25" fill="none"/>
60
+ <path id="path1147" d="m267.27 151.14c0.645 2.422 2.342 2.119 3.818 2.663 1.528 0.543 3.135 2.475 3.78 3.958" transform="translate(-2.5413 7.7896)" stroke="#000" stroke-width=".25" fill="none"/>
61
+ <path id="path1143" d="m273.36 143.06 0.774-0.497 14.86 25.027-0.773 0.497-14.861-25.027z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
62
+ <path id="path1193" d="m273.36 143.06 0.774-0.497 14.86 25.027-0.773 0.497-14.861-25.027z" fill-rule="evenodd" fill="#fff"/>
63
+ <path id="path1159" d="m274.96 142.07c0 0.94585-0.76676 1.7126-1.7126 1.7126-0.94585 0-1.7126-0.76676-1.7126-1.7126s0.76676-1.7126 1.7126-1.7126c0.94586 0 1.7126 0.76676 1.7126 1.7126z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
64
+ <path id="path1186" d="m274.96 142.07c0 0.94585-0.76676 1.7126-1.7126 1.7126-0.94585 0-1.7126-0.76676-1.7126-1.7126s0.76676-1.7126 1.7126-1.7126c0.94586 0 1.7126 0.76676 1.7126 1.7126z" fill-rule="evenodd" fill="#fff"/>
65
+ </g>
66
+ <g id="g1208" transform="translate(0,199.5)">
67
+ <path id="path1203" d="m274.79 144.77c-1.033-1.659-2.27 2.301-6.519 5.249-1.978 1.346-3.356 4.933-3.369 7.293-0.065 1.621 0.18 3.238-0.001 4.806-0.114 0.992-1.148 3.194-0.441 3.757 1.87 1.39 4.291 4.546 5.414 5.635 0.971 0.851 1.812-4.393 2.541-6.74 0.781-2.515 0.431-5.521 2.597-7.845 1.535-1.569 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke="#000" stroke-width=".49160" fill="#fff"/>
68
+ <path id="path1140" d="m274.79 144.77c-1.033-1.659-2.27 2.301-6.519 5.249-1.978 1.346-3.356 4.933-3.369 7.293-0.065 1.621 0.18 3.238-0.001 4.806-0.114 0.992-1.148 3.194-0.441 3.757 1.87 1.39 4.291 4.546 5.414 5.635 0.971 0.851 1.812-4.393 2.541-6.74 0.781-2.515 0.431-5.521 2.597-7.845 1.535-1.569 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke-width="1pt" fill="#fff"/>
69
+ <path id="path1138" d="m273.36 143.06 0.774-0.497 14.86 25.027-0.773 0.497-14.861-25.027z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke="#000" stroke-width=".49160" fill="#fff"/>
70
+ <path id="path1141" d="m268.43 149.76c-0.405 2.809 1.237 3.665 2.713 4.209 1.528 0.543 2.859 2.064 3.504 3.547" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke="#000" stroke-width=".25" fill="none"/>
71
+ <path id="path1142" d="m267.35 151.26c0.645 2.422 2.264 2.005 3.74 2.549 1.528 0.543 3.135 2.32 3.78 3.803" transform="matrix(-.99948 0 0 1.035 623.97 2.8373)" stroke="#000" stroke-width=".25" fill="none"/>
72
+ <path id="path1204" d="m273.36 143.06 0.774-0.497 14.86 25.027-0.773 0.497-14.861-25.027z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke-width="1pt" fill="#fff"/>
73
+ <path id="path1207" d="m274.96 142.07c0 0.94585-0.76676 1.7126-1.7126 1.7126-0.94585 0-1.7126-0.76676-1.7126-1.7126s0.76676-1.7126 1.7126-1.7126c0.94586 0 1.7126 0.76676 1.7126 1.7126z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke="#000" stroke-width=".49160" fill="#fff"/>
74
+ <path id="path1139" d="m274.96 142.07c0 0.94585-0.76676 1.7126-1.7126 1.7126-0.94585 0-1.7126-0.76676-1.7126-1.7126s0.76676-1.7126 1.7126-1.7126c0.94586 0 1.7126 0.76676 1.7126 1.7126z" fill-rule="evenodd" transform="matrix(-.99948 0 0 1.035 621.43 -5.225)" stroke-width="1pt" fill="#fff"/>
75
+ </g>
76
+ <g id="g1223" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
77
+ <rect id="rect1094" height="1.3811" width="6.0217" stroke="#000" y="121.3" x="287.99" stroke-width=".5"/>
78
+ <rect id="rect1095" height="11.538" width="6.0217" stroke="#000" y="123.91" x="287.99" stroke-width=".5"/>
79
+ <path id="path1096" d="m287.63 119.72 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" stroke="#000" stroke-width=".5"/>
80
+ <rect id="rect1097" height="1.3811" width="6.0217" stroke="#000" y="121.33" x="327.55" stroke-width=".5"/>
81
+ <rect id="rect1098" height="11.538" width="6.0217" stroke="#000" y="123.95" x="327.55" stroke-width=".5"/>
82
+ <path id="path1099" d="m287.63 119.72 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" transform="translate(39.556 .039082)" stroke="#000" stroke-width=".5"/>
83
+ <rect id="rect1217" height="1.3811" width="6.0217" y="121.3" x="287.99" stroke-width="1pt"/>
84
+ <rect id="rect1218" height="11.538" width="6.0217" y="123.91" x="287.99" stroke-width="1pt"/>
85
+ <path id="path1219" d="m287.63 119.72 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z"/>
86
+ <rect id="rect1220" height="1.3811" width="6.0217" y="121.33" x="327.55" stroke-width="1pt"/>
87
+ <rect id="rect1221" height="11.538" width="6.0217" y="123.95" x="327.55" stroke-width="1pt"/>
88
+ <path id="path1222" d="m287.63 119.72 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" transform="translate(39.556 .039082)"/>
89
+ </g>
90
+ <rect id="rect1236" fill-rule="evenodd" height="11.538" width="6.0217" y="323.45" x="327.55" stroke-width="1pt" fill="#fff"/>
91
+ <rect id="rect1237" fill-rule="evenodd" height="1.3811" width="6.0217" y="320.83" x="327.55" stroke-width="1pt" fill="#fff"/>
92
+ <path id="path1238" d="m327.19 319.26 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
93
+ <rect id="rect1239" fill-rule="evenodd" height="11.538" width="6.0217" y="323.41" x="287.99" stroke-width="1pt" fill="#fff"/>
94
+ <rect id="rect1240" fill-rule="evenodd" height="1.3811" width="6.0217" y="320.8" x="287.99" stroke-width="1pt" fill="#fff"/>
95
+ <path id="path1241" d="m287.63 319.22 6.68 0.039c0.261-2.265-2-4.712-3.32-4.687-1.305 0.063-3.412 2.474-3.36 4.648z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
96
+ <g id="g1244" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
97
+ <path id="path1105" d="m282.98 137.41 3.829 4.219 47.658 0.078 3.907-4.219-12.188-0.156-5.938-4.141-19.142-0.078-5.547 4.297h-12.579z" stroke="#000" stroke-width=".5"/>
98
+ <path id="path1243" d="m282.98 137.41 3.829 4.219 47.658 0.078 3.907-4.219-12.188-0.156-5.938-4.141-19.142-0.078-5.547 4.297h-12.579z"/>
99
+ </g>
100
+ <g id="g1248" transform="translate(0,199.5)">
101
+ <path id="path1100" d="m302.49 130.9 16.457-0.017c2.228-1.178 2.923-4.94 2.912-7.045-0.031-6.218-4.38-9.2-8.745-9.359-0.654-0.033-1.413-0.542-1.586-1.138-0.43-1.35-0.319-4.865-0.79-4.817-0.419-0.006-0.296 3.441-0.669 4.707-0.205 0.63-0.913 1.251-1.619 1.287-5.433 0.271-8.937 4.237-8.8 9.32 0.092 3.361 0.483 5.368 2.84 7.062z" stroke="#000" stroke-width=".5" fill="none"/>
102
+ <path id="path1247" d="m302.49 130.9 16.457-0.017c2.228-1.178 2.923-4.94 2.912-7.045-0.031-6.218-4.38-9.2-8.745-9.359-0.654-0.033-1.413-0.542-1.586-1.138-0.43-1.35-0.319-4.786-0.79-4.817-0.34 0.033-0.296 3.441-0.669 4.707-0.205 0.63-0.913 1.251-1.619 1.287-5.433 0.271-8.937 4.237-8.8 9.32 0.092 3.361 0.483 5.368 2.84 7.062z" fill-rule="evenodd" fill="#fff"/>
103
+ <path id="path1101" d="m301.46 125.42c0.415 2.049 1.402 1.735 1.329 0.743-0.243-3.165 0.013-6.282 2.812-8.36 0.887-0.65-0.104-1.25-0.859-0.937-2.38 1.001-3.826 5.59-3.282 8.554z" stroke="#000" stroke-width=".25" fill="none"/>
104
+ <path id="path1102" d="m302.08 125.07c0.415 2.049 2.11 1.96 1.798 0.626-0.635-2.555-0.534-6.282 1.718-7.891 0.889-0.647-0.104-1.25-0.859-0.937-2.38 1.001-3.201 5.238-2.657 8.202z" transform="translate(2.1486 1.6407)" stroke="#000" stroke-width=".25" fill="none"/>
105
+ <path id="path1103" d="m301.46 125.42c0.415 2.049 1.402 1.735 1.329 0.743-0.243-3.165 0.013-6.282 2.812-8.36 0.887-0.65-0.104-1.25-0.859-0.937-2.38 1.001-3.826 5.59-3.282 8.554z" transform="matrix(-1.0011 0 0 1 621.88 .078125)" stroke="#000" stroke-width=".25" fill="none"/>
106
+ <path id="path1104" d="m302.08 125.07c0.415 2.049 2.11 1.96 1.798 0.626-0.635-2.555-0.534-6.282 1.718-7.891 0.889-0.647-0.104-1.25-0.859-0.937-2.38 1.001-3.201 5.238-2.657 8.202z" transform="matrix(-1.0011 0 0 1 619.73 1.7188)" stroke="#000" stroke-width=".25" fill="none"/>
107
+ </g>
108
+ <g id="g1256" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
109
+ <path id="path1106" d="m275.4 191.24h70.707l-6.329-5.157h-58.05l-6.328 5.157z" stroke="#000" stroke-width=".5"/>
110
+ <path id="path1255" d="m275.4 191.24h70.707l-6.329-5.157h-58.05l-6.328 5.157z"/>
111
+ </g>
112
+ <g id="g1339" transform="translate(0,199.5)">
113
+ <g id="g1312" fill="#fff" fill-rule="evenodd">
114
+ <g id="g1299" stroke="#000" stroke-width=".5">
115
+ <rect id="rect1300" height="9.2973" width="6.7191" y="144.84" x="287.67"/>
116
+ <rect id="rect1301" height="1.9532" width="6.4847" y="159.45" x="288.06"/>
117
+ <rect id="rect1302" height="7.266" width="6.641" y="162.88" x="287.91"/>
118
+ <rect id="rect1303" height="4.0627" width="7.266" y="171.63" x="287.44"/>
119
+ <path id="path1304" d="m288.44 157.7h5.855l1.161-1.933h-8.066l1.05 1.933z" transform="translate(-.11047)"/>
120
+ <path id="path1305" d="m296.23 150.58 0.055-5.082h4.033c-1.584 1.307-3.057 2.891-4.088 5.082z"/>
121
+ <rect id="rect1306" transform="scale(-1,1)" height="9.2973" width="6.6057" y="144.84" x="-333.68"/>
122
+ <rect id="rect1307" transform="scale(-1,1)" height="1.9532" width="6.3752" y="159.45" x="-333.57"/>
123
+ <rect id="rect1308" transform="scale(-1,1)" height="7.266" width="6.4924" y="162.88" x="-333.69"/>
124
+ <rect id="rect1309" transform="scale(-1,1)" height="4.0627" width="7.1433" y="171.63" x="-334.11"/>
125
+ <path id="path1310" d="m288.44 157.7h5.855l1.161-1.933h-8.066l1.05 1.933z" transform="matrix(-.98312 0 0 1 616.61 0)"/>
126
+ <path id="path1311" d="m296.23 150.58 0.055-5.082h4.033c-1.584 1.307-3.057 2.891-4.088 5.082z" transform="matrix(-.98312 0 0 1 616.5 0)"/>
127
+ </g>
128
+ <g id="g1272">
129
+ <rect id="rect1273" height="9.2973" width="6.7191" y="144.84" x="287.67" stroke-width="1pt"/>
130
+ <rect id="rect1274" height="1.9532" width="6.4847" y="159.45" x="288.06" stroke-width="1pt"/>
131
+ <rect id="rect1275" height="7.266" width="6.641" y="162.88" x="287.91" stroke-width="1pt"/>
132
+ <rect id="rect1276" height="4.0627" width="7.266" y="171.63" x="287.44" stroke-width="1pt"/>
133
+ <path id="path1277" d="m288.44 157.7h5.855l1.161-1.933h-8.066l1.05 1.933z" transform="translate(-.11047)"/>
134
+ <path id="path1278" d="m296.23 150.58 0.055-5.082h4.033c-1.584 1.307-3.057 2.891-4.088 5.082z"/>
135
+ <rect id="rect1279" transform="scale(-1,1)" height="9.2973" width="6.6057" y="144.84" x="-333.68" stroke-width="1pt"/>
136
+ <rect id="rect1280" transform="scale(-1,1)" height="1.9532" width="6.3752" y="159.45" x="-333.57" stroke-width="1pt"/>
137
+ <rect id="rect1281" transform="scale(-1,1)" height="7.266" width="6.4924" y="162.88" x="-333.69" stroke-width="1pt"/>
138
+ <rect id="rect1282" transform="scale(-1,1)" height="4.0627" width="7.1433" y="171.63" x="-334.11" stroke-width="1pt"/>
139
+ <path id="path1283" d="m288.44 157.7h5.855l1.161-1.933h-8.066l1.05 1.933z" transform="matrix(-.98312 0 0 1 616.61 0)"/>
140
+ <path id="path1284" d="m296.23 150.58 0.055-5.082h4.033c-1.584 1.307-3.057 2.891-4.088 5.082z" transform="matrix(-.98312 0 0 1 616.5 0)"/>
141
+ </g>
142
+ </g>
143
+ <path id="path1119" d="m288.71 152.66c0.04 1.087 1.271 0.602 1.271 0.055 0-1.677 0.022-3.49-0.045-4.677-0.008-0.875 2.085-0.656 2.073-0.117 0.008 1.416 0.024 3.358 0.032 5.015-0.015 0.807 1.352 0.737 1.333 0-0.008-1.851-0.009-4.541 0-5.903 0.012-1.754-4.605-1.716-4.641-0.039 0.002 1.377-0.025 3.842-0.023 5.666z" stroke="#000" stroke-width=".25" fill="none"/>
144
+ <path id="path1120" d="m288.71 152.66c0.04 1.087 1.271 0.602 1.271 0.055 0-1.677 0.022-3.49-0.045-4.677-0.008-0.875 2.085-0.656 2.073-0.117 0.008 1.416 0.024 3.358 0.032 5.015-0.015 0.807 1.312 0.737 1.294 0-0.008-1.89 0.03-4.541 0.039-5.903 0.012-1.754-4.605-1.716-4.641-0.039 0.002 1.377-0.025 3.842-0.023 5.666z" transform="translate(39.533 .19529)" stroke="#000" stroke-width=".25" fill="none"/>
145
+ <g id="g1126" transform="translate(.11719)">
146
+ <rect id="rect1121" height="5.9378" width="4.7659" stroke="#000" y="163.74" x="288.61" stroke-width=".25" fill="none"/>
147
+ <rect id="rect1122" fill-rule="evenodd" height=".97662" width="1.6798" y="166.2" x="291.66" stroke-width="1pt"/>
148
+ <rect id="rect1123" fill-rule="evenodd" height=".97662" width="1.6407" y="166.2" x="288.73" stroke-width="1pt"/>
149
+ <rect id="rect1124" fill-rule="evenodd" height="2.422" width="1.2891" y="163.82" x="290.37" stroke-width="1pt"/>
150
+ <rect id="rect1125" fill-rule="evenodd" height="2.5783" width="1.2891" y="167.14" x="290.37" stroke-width="1pt"/>
151
+ </g>
152
+ <g id="g1132" transform="translate(39.494 -.039062)">
153
+ <rect id="rect1133" height="5.9378" width="4.7659" stroke="#000" y="163.74" x="288.61" stroke-width=".25" fill="none"/>
154
+ <rect id="rect1134" fill-rule="evenodd" height=".97662" width="1.6798" y="166.2" x="291.66" stroke-width="1pt"/>
155
+ <rect id="rect1135" fill-rule="evenodd" height=".97662" width="1.6407" y="166.2" x="288.73" stroke-width="1pt"/>
156
+ <rect id="rect1136" fill-rule="evenodd" height="2.422" width="1.2891" y="163.82" x="290.37" stroke-width="1pt"/>
157
+ <rect id="rect1137" fill-rule="evenodd" height="2.5783" width="1.2891" y="167.14" x="290.37" stroke-width="1pt"/>
158
+ </g>
159
+ </g>
160
+ <g id="g1498" transform="translate(0,199.5)">
161
+ <rect id="rect1162" fill-rule="evenodd" height="5.8988" width=".82037" stroke="#000" y="164.05" x="323.77" stroke-width=".5" fill="#fff"/>
162
+ <path id="path1381" d="m307.83 171.87 1.289 3.867h2.929l-2.343-3.868-1.875 0.001zm-1.64 3.867 0.742 3.828 3.437 0.039-1.25-3.868-2.929 0.001zm5.82 0.039 2.383 3.789h4.883l-3.828-3.829-3.438 0.04zm-28.83 8.672c2.591-2.409 4.245-4.466 4.258-7.422h6.328c0.013 1.654 0.612 2.643 1.524 2.578l6.407-0.039-0.039-3.789h-4.649l-0.001-20.666c-0.169-7.305 8.881-11.563 12.58-11.524l-21.994-0.039v-0.664h46.253l0.039 0.664-22.306 0.039c6.615 0.013 12.995 6.277 13.048 11.564v5.859h-0.86l-0.039-5.781c0-5.782-7.282-11.186-13.126-11.017-5.053 0.145-12.891 4.962-12.813 10.978v1.797l11.993 0.078-0.117 2.07 1.883 1.202 3.756 1.197-0.055 3.105 2.69 0.793 0.023 3.102 3.227 1.385v3.211l2.047 1.261-0.094 3.261 2.774 1.953h-6.563l4.102 4.571h-6.055l-3.009-4.571h-3.984l1.797 4.531-4.257-0.039-1.017-4.492h-5.195l0.039 4.843-18.595 0.001zm18.556-12.54v3.828h4.454l-0.9-3.828h-3.554z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
163
+ <path id="path1178" d="m307.83 171.87 1.289 3.867h2.929l-2.343-3.868-1.875 0.001zm-1.64 3.867 0.742 3.828 3.437 0.039-1.25-3.868-2.929 0.001zm5.82 0.039 2.383 3.789h4.883l-3.828-3.829-3.438 0.04zm-28.83 8.672c2.591-2.409 4.245-4.466 4.258-7.422h6.328c0.013 1.654 0.612 2.643 1.524 2.578l6.407-0.039-0.039-3.789h-4.649l-0.001-20.666c-0.169-7.305 8.881-11.563 12.58-11.524l-21.994-0.039v-0.664h46.253l0.039 0.664-22.306 0.039c6.615 0.013 12.995 6.277 13.048 11.564v5.859h-0.86l-0.039-5.781c0-5.782-7.282-11.186-13.126-11.017-5.053 0.145-12.891 4.962-12.813 10.978v1.797l11.993 0.078-0.117 2.07 1.883 1.202 3.756 1.197-0.055 3.105 2.69 0.793 0.023 3.102 3.227 1.385v3.211l2.047 1.261-0.094 3.261 2.774 1.953h-6.563l4.102 4.571h-6.055l-3.009-4.571h-3.984l1.797 4.531-4.257-0.039-1.017-4.492h-5.195l0.039 4.843-18.595 0.001zm18.556-12.54v3.828h4.454l-0.9-3.828h-3.554z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
164
+ <rect id="rect1179" height="6.3675" width="2.7736" stroke="#000" y="165.15" x="301.97" stroke-width=".24760" fill="none"/>
165
+ <path id="path1180" d="m298.05 171.73h2.707l-0.017-4.594c-0.035-1.997 1.793-4.01 2.668-4.077 0.97-0.036 2.4 1.885 2.448 3.92l0.039 4.766 2.872-0.006v-11.829l-10.717 0.056v11.764z" transform="matrix(1 0 0 1.0198 0 -3.1686)" stroke="#000" stroke-width=".25" fill="none"/>
166
+ <rect id="rect1181" height="2.6174" width="3.3596" stroke="#000" y="174.76" x="319.47" stroke-width=".24673" fill="none"/>
167
+ <rect id="rect1182" height="2.6174" width="3.3596" stroke="#000" y="170.26" x="317.48" stroke-width=".24673" fill="none"/>
168
+ <rect id="rect1183" height="2.6174" width="3.3596" stroke="#000" y="165.77" x="314.24" stroke-width=".24673" fill="none"/>
169
+ <rect id="rect1184" height="2.6174" width="3.3596" stroke="#000" y="161.98" x="311.46" stroke-width=".24673" fill="none"/>
170
+ <path id="path1185" d="m309.24 171.98 3.437 0.117 6.133 5.43v-3.203l-2.07-1.484v-2.54l-3.008-1.718v-2.735l-2.93-0.976v-3.712l-1.485-1.211-0.077 12.032z" stroke="#000" stroke-width=".25" fill="none"/>
171
+ <rect id="rect1382" fill-rule="evenodd" height="5.8988" width=".82037" y="164.05" x="323.77" stroke-width="1pt" fill="#fff"/>
172
+ </g>
173
+ <g id="g1550" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
174
+ <path id="path912" d="m273.06 107.63c0.298 4.66-1.148 7.218-3.616 6.829-0.68-2.585 0.867-4.319 3.616-6.829z" transform="translate(-9.0952 -3.3232)"/>
175
+ <path id="path913" d="m267.46 119.35c-2.194-1.116-0.611-9.637 0.231-13.209 0.623 4.601 1.665 11.141-0.231 13.209z" transform="translate(-8.9203 -4.7225)"/>
176
+ <path id="path914" d="m267.72 119c3.688 1.283 6.608-2.689 7.595-7.289-3.044 4.201-7.998 4.206-7.595 7.289z" transform="translate(-8.3956 -3.9646)"/>
177
+ <path id="path915" d="m264.63 123.47c-2.884-0.762-1.147-9.802-0.623-13.418 0.634 3.735 2.622 12.181 0.623 13.418z" transform="translate(-8.1041 -4.1395)"/>
178
+ <path id="path916" d="m265.44 122.96c0.161-3.118 3.269-2.217 5.414-3.881-0.35 1.558-1.669 4.319-5.414 3.881z" transform="translate(-7.9292 -3.9063)"/>
179
+ <path id="path917" d="m262.26 128.01c-2.858-0.771-1.14-10.5-1.302-14.506 0.838 3.461 3.491 13.568 1.302 14.506z" transform="translate(-8.279 -4.7808)"/>
180
+ <path id="path918" d="m263.25 127.06c2.341 0.761 5.442-0.76 5.686-3.548-2.016 1.368-5.235 0.322-5.686 3.548z" transform="translate(-7.9292 -4.2561)"/>
181
+ <path id="path919" d="m262.34 128.34c-2.733 0.218-1.51-8.068-1.508-15.785 1.004 7.213 3.739 13.816 1.508 15.785z" transform="translate(-10.494 -.81623)"/>
182
+ <path id="path920" d="m263.29 127.15c1.846 0.926 5.153-0.554 6.097-3.672-3.335 1.45-5.565 0.033-6.097 3.672z" transform="translate(-10.494)"/>
183
+ </g>
184
+ <g id="g1560" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
185
+ <path id="path1561" d="m273.06 107.63c0.298 4.66-1.148 7.218-3.616 6.829-0.68-2.585 0.867-4.319 3.616-6.829z" transform="translate(-9.0952 -3.3232)"/>
186
+ <path id="path1562" d="m267.46 119.35c-2.194-1.116-0.611-9.637 0.231-13.209 0.623 4.601 1.665 11.141-0.231 13.209z" transform="translate(-8.9203 -4.7225)"/>
187
+ <path id="path1563" d="m267.72 119c3.688 1.283 6.608-2.689 7.595-7.289-3.044 4.201-7.998 4.206-7.595 7.289z" transform="translate(-8.3956 -3.9646)"/>
188
+ <path id="path1564" d="m264.63 123.47c-2.884-0.762-1.147-9.802-0.623-13.418 0.634 3.735 2.622 12.181 0.623 13.418z" transform="translate(-8.1041 -4.1395)"/>
189
+ <path id="path1565" d="m265.44 122.96c0.161-3.118 3.269-2.217 5.414-3.881-0.35 1.558-1.669 4.319-5.414 3.881z" transform="translate(-7.9292 -3.9063)"/>
190
+ <path id="path1566" d="m262.26 128.01c-2.858-0.771-1.14-10.5-1.302-14.506 0.838 3.461 3.491 13.568 1.302 14.506z" transform="translate(-8.279 -4.7808)"/>
191
+ <path id="path1567" d="m263.25 127.06c2.341 0.761 5.442-0.76 5.686-3.548-2.016 1.368-5.235 0.322-5.686 3.548z" transform="translate(-7.9292 -4.2561)"/>
192
+ <path id="path1568" d="m262.34 128.34c-2.733 0.218-1.51-8.068-1.508-15.785 1.004 7.213 3.739 13.816 1.508 15.785z" transform="translate(-10.494 -.81623)"/>
193
+ <path id="path1569" d="m263.29 127.15c1.846 0.926 5.153-0.554 6.097-3.672-3.335 1.45-5.565 0.033-6.097 3.672z" transform="translate(-10.494)"/>
194
+ </g>
195
+ <g id="g1570" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
196
+ <path id="path884" d="m274.25 108.62c-0.486 4.042-2.138 6.394-4.606 6.005-0.68-2.585 1.321-4.237 4.606-6.005z"/>
197
+ <path id="path885" d="m267.72 119c4.1 0.582 5.577-2.565 8.337-6.588-3.868 2.799-8.493 3.381-8.337 6.588z"/>
198
+ <path id="path886" d="m266.56 118.53c-2.235-2.682-0.075-6.05 1.633-8.921-0.367 4.271 1.088 6.647-1.633 8.921z"/>
199
+ <path id="path887" d="m265.57 122.96c-0.252-2.623 4.217-3.206 6.238-4.664-0.68 1.516-1.71 5.597-6.238 4.664z"/>
200
+ <path id="path888" d="m264.63 123.02c-3.09-0.35-1.807-5.597 0.408-8.513-0.933 4.024 1.632 6.822-0.408 8.513z"/>
201
+ <path id="path889" d="m262.3 127.39c-3.517-1.555-1.263-5.966 0.059-8.57-0.564 3.42 2.254 6.024-0.059 8.57z"/>
202
+ <path id="path890" d="m263 126.98c1.846 2.41 5.442-0.719 6.18-4.373-3.129 2.605-5.441 2.177-6.18 4.373z"/>
203
+ </g>
204
+ <g id="g1588" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
205
+ <path id="path1589" d="m274.25 108.62c-0.486 4.042-2.138 6.394-4.606 6.005-0.68-2.585 1.321-4.237 4.606-6.005z"/>
206
+ <path id="path1590" d="m267.72 119c4.1 0.582 5.577-2.565 8.337-6.588-3.868 2.799-8.493 3.381-8.337 6.588z"/>
207
+ <path id="path1591" d="m266.56 118.53c-2.235-2.682-0.075-6.05 1.633-8.921-0.367 4.271 1.088 6.647-1.633 8.921z"/>
208
+ <path id="path1592" d="m265.57 122.96c-0.252-2.623 4.217-3.206 6.238-4.664-0.68 1.516-1.71 5.597-6.238 4.664z"/>
209
+ <path id="path1593" d="m264.63 123.02c-3.09-0.35-1.807-5.597 0.408-8.513-0.933 4.024 1.632 6.822-0.408 8.513z"/>
210
+ <path id="path1594" d="m262.3 127.39c-3.517-1.555-1.263-5.966 0.059-8.57-0.564 3.42 2.254 6.024-0.059 8.57z"/>
211
+ <path id="path1595" d="m263 126.98c1.846 2.41 5.442-0.719 6.18-4.373-3.129 2.605-5.441 2.177-6.18 4.373z"/>
212
+ </g>
213
+ <g id="g1596" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
214
+ <path id="path891" d="m347.66 109.02c0.467 2.1 0.584 6.24 4.315 5.423 0.544-3.848-2.585-4.023-4.315-5.423z"/>
215
+ <path id="path892" d="m354.01 118.94c-0.135-3.965-4.411-3.091-8.103-6.356 1.011 3.44 4.586 7.638 8.103 6.356z"/>
216
+ <path id="path893" d="m354.89 118.47c2.507-1.73 0.583-5.5-1.749-8.804 0.875 3.596-1.049 6.899 1.749 8.804z"/>
217
+ <path id="path894" d="m355.99 122.96c-4.042 0.311-4.761-1.71-6.355-4.314 2.76 1.788 6.452 0.661 6.355 4.314z"/>
218
+ <path id="path895" d="m356.99 123.08c-1.925-1.575 0.466-4.956-0.35-8.337 1.516 2.137 3.848 7.249 0.35 8.337z"/>
219
+ <path id="path896" d="m358.68 127.27c-4.042 0.952-5.344-1.185-6.355-4.78 3.284 3.012 5.111 1.593 6.355 4.78z"/>
220
+ <path id="path897" d="m359.26 127.22c2.818-0.039 1.555-5.616 0.116-8.162 0.389 3.071-2.079 6.607-0.116 8.162z"/>
221
+ </g>
222
+ <g id="g1604" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
223
+ <path id="path1605" d="m347.66 109.02c0.467 2.1 0.584 6.24 4.315 5.423 0.544-3.848-2.585-4.023-4.315-5.423z"/>
224
+ <path id="path1606" d="m354.01 118.94c-0.135-3.965-4.411-3.091-8.103-6.356 1.011 3.44 4.586 7.638 8.103 6.356z"/>
225
+ <path id="path1607" d="m354.89 118.47c2.507-1.73 0.583-5.5-1.749-8.804 0.875 3.596-1.049 6.899 1.749 8.804z"/>
226
+ <path id="path1608" d="m355.99 122.96c-4.042 0.311-4.761-1.71-6.355-4.314 2.76 1.788 6.452 0.661 6.355 4.314z"/>
227
+ <path id="path1609" d="m356.99 123.08c-1.925-1.575 0.466-4.956-0.35-8.337 1.516 2.137 3.848 7.249 0.35 8.337z"/>
228
+ <path id="path1610" d="m358.68 127.27c-4.042 0.952-5.344-1.185-6.355-4.78 3.284 3.012 5.111 1.593 6.355 4.78z"/>
229
+ <path id="path1611" d="m359.26 127.22c2.818-0.039 1.555-5.616 0.116-8.162 0.389 3.071-2.079 6.607-0.116 8.162z"/>
230
+ </g>
231
+ <g id="g1612" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
232
+ <path id="path923" d="m348.2 108.2c0.506 2.334-0.471 6.943 3.26 6.907 1.56-2.637-1.765-5.117-3.26-6.907z" transform="translate(9.3361 -3.867)"/>
233
+ <path id="path924" d="m354.3 119.33c2.351-1.612 0.232-6.906-0.499-12.866-0.57 5.315-1.83 11.118 0.499 12.866z" transform="translate(8.8388 -4.5852)"/>
234
+ <path id="path925" d="m353.7 119.13c0.295-2.91-4.293-3.559-7.438-7.41 0.815 3.088 3.14 7.599 7.438 7.41z" transform="translate(8.1759 -3.9775)"/>
235
+ <path id="path926" d="m356.67 124.33c-2.472-2.239 0.465-8.667 0.587-13.65 0.383 4.598 2.403 12.835-0.587 13.65z" transform="translate(8.3417 -4.6404)"/>
236
+ <path id="path927" d="m355.21 122.69c-3.613 0.232-4.566-2.414-4.988-3.924 1.94 1.398 5.007 0.739 4.988 3.924z" transform="translate(8.3969 -3.646)"/>
237
+ <path id="path928" d="m358.95 128.11c2.778-0.117 1.75-10.655 1.365-13.982-0.275 3.54-3.172 12.701-1.365 13.982z" transform="translate(8.2864 -5.0823)"/>
238
+ <path id="path929" d="m358.28 127.04c-2.401 0.366-4.836-1.029-5.495-3.413 2.073 0.902 5.501 0.187 5.495 3.413z" transform="translate(7.734 -4.1984)"/>
239
+ <path id="path930" d="m358.75 127.96c2.974 1.211 1.907-12.53 1.522-15.701-0.275 4.048-3.797 13.99-1.522 15.701z" transform="translate(10.717 -.55242)"/>
240
+ <path id="path931" d="m358.44 127.35c-2.988 0.444-5.188-1.38-6.043-3.881 3.05 1.137 5.424 0.733 6.043 3.881z" transform="translate(10.33 .055256)"/>
241
+ </g>
242
+ <g id="g2151" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
243
+ <path id="path1058" d="m366.62 143.7c0.368-3.589-2.381-10.115-0.43-13.594 0.266-0.478-0.584-1.747-1.133-0.977-0.858 1.229-1.74 4.731-2.109 3.438-0.391-1.406-0.451-3.893-1.719-4.376-0.809-0.283-1.953-0.468-1.641 0.782 0.31 1.202 1.004 2.862 0.235 2.969-0.446 0.065-1.731-1.636-2.813-2.422-0.872-0.701-2.173 0.396-0.898 1.445 4.144 3.379 8.159 4.9 10.508 12.735z" stroke="#000" stroke-width=".5"/>
244
+ <path id="path2150" d="m366.62 143.7c0.368-3.589-2.381-10.115-0.43-13.594 0.266-0.478-0.584-1.747-1.133-0.977-0.858 1.229-1.74 4.731-2.109 3.438-0.391-1.406-0.451-3.893-1.719-4.376-0.809-0.283-1.953-0.468-1.641 0.782 0.31 1.202 1.004 2.862 0.235 2.969-0.446 0.065-1.731-1.636-2.813-2.422-0.872-0.701-2.173 0.396-0.898 1.445 4.144 3.379 8.159 4.9 10.508 12.735z"/>
245
+ </g>
246
+ <g id="g1622" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
247
+ <path id="path1623" d="m348.2 108.2c0.506 2.334-0.471 6.943 3.26 6.907 1.56-2.637-1.765-5.117-3.26-6.907z" transform="translate(9.3361 -3.867)"/>
248
+ <path id="path1624" d="m354.3 119.33c2.351-1.612 0.232-6.906-0.499-12.866-0.57 5.315-1.83 11.118 0.499 12.866z" transform="translate(8.8388 -4.5852)"/>
249
+ <path id="path1625" d="m353.7 119.13c0.295-2.91-4.293-3.559-7.438-7.41 0.815 3.088 3.14 7.599 7.438 7.41z" transform="translate(8.1759 -3.9775)"/>
250
+ <path id="path1626" d="m356.67 124.33c-2.472-2.239 0.465-8.667 0.587-13.65 0.383 4.598 2.403 12.835-0.587 13.65z" transform="translate(8.3417 -4.6404)"/>
251
+ <path id="path1627" d="m355.21 122.69c-3.613 0.232-4.566-2.414-4.988-3.924 1.94 1.398 5.007 0.739 4.988 3.924z" transform="translate(8.3969 -3.646)"/>
252
+ <path id="path1628" d="m358.95 128.11c2.778-0.117 1.75-10.655 1.365-13.982-0.275 3.54-3.172 12.701-1.365 13.982z" transform="translate(8.2864 -5.0823)"/>
253
+ <path id="path1629" d="m358.28 127.04c-2.401 0.366-4.836-1.029-5.495-3.413 2.073 0.902 5.501 0.187 5.495 3.413z" transform="translate(7.734 -4.1984)"/>
254
+ <path id="path1630" d="m358.75 127.96c2.974 1.211 1.907-12.53 1.522-15.701-0.275 4.048-3.797 13.99-1.522 15.701z" transform="translate(10.717 -.55242)"/>
255
+ <path id="path1631" d="m358.44 127.35c-2.988 0.444-5.188-1.38-6.043-3.881 3.05 1.137 5.424 0.733 6.043 3.881z" transform="translate(10.33 .055256)"/>
256
+ </g>
257
+ <g id="g2131" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
258
+ <path id="path1064" d="m244.38 141.09c-1.017-1.062-0.723-1.468 0.781-1.485 1.193-0.075 3.557 0.731 4.454 0.078 0.822-0.597 0.495-3.129 0.86-4.297 0.159-0.651 0.615-1.673 1.64-0.078 3.032 4.859 6.819 10.692 8.438 16.407 0.885 3.203 0.443 8.359-2.969 11.094l-2.422-7.032c-1.151-3.343-7.347-11.365-10.782-14.687z" transform="matrix(-.99523 0 0 1 620.24 .22098)" stroke="#000" stroke-width=".50120"/>
259
+ <path id="path2130" d="m244.38 141.09c-1.017-1.062-0.723-1.468 0.781-1.485 1.193-0.075 3.557 0.731 4.454 0.078 0.822-0.597 0.495-3.129 0.86-4.297 0.159-0.651 0.615-1.673 1.64-0.078 3.032 4.859 6.819 10.692 8.438 16.407 0.885 3.203 0.443 8.359-2.969 11.094l-2.422-7.032c-1.151-3.343-7.347-11.365-10.782-14.687z" transform="matrix(-.99523 0 0 1 620.24 .22098)"/>
260
+ </g>
261
+ <g id="g1632" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
262
+ <path id="path932" d="m371.62 145.11c-1.36 4.373-2.177 7.957-0.214 8.379 2.098-0.364 1.186-4.589 0.214-8.379z" transform="translate(8.7836 -12.54)"/>
263
+ <path id="path933" d="m368.78 157.36c2.237 1.188 4.648-4.514 4.147-9.005-1.127 3.849-4.921 6.226-4.147 9.005z" transform="translate(11.484 -12.516)"/>
264
+ <path id="path934" d="m370.43 156.77c0.347-3.109-0.93-3.027-2.603-5.998 0.177 3.356 1.013 6.17 2.603 5.998z" transform="translate(9.0046 -12.043)"/>
265
+ <path id="path935" d="m369.11 156.76c2.611 0.741 5.603-5.475 5.491-10.069-1.087 5.085-6.754 7.117-5.491 10.069z" transform="translate(11.064 -7.4739)"/>
266
+ <path id="path936" d="m372.09 156.03c1.047-2.409-1.089-2.115-2.506-6.432-0.469 4.468 0.212 6.507 2.506 6.432z" transform="translate(7.2311 -6.8602)"/>
267
+ <path id="path937" d="m369.29 155.78c3.388 0.583 5.135-6.897 6.818-10.479-3.332 4.696-7.324 7.311-6.818 10.479z" transform="translate(10.788 -1.9228)"/>
268
+ <path id="path938" d="m372.36 155.49c0.99-2.758-1.809-2.604-3.283-6.726 0.234 5.228 0.913 7.114 3.283 6.726z" transform="translate(6.9304 -1.8892)"/>
269
+ <path id="path939" d="m369.7 156.6c2.142 0.155 5.994-5.827 6.077-9.522-1.83 4.069-7.574 6.765-6.077 9.522z" transform="translate(10.567 1.7516)"/>
270
+ <path id="path940" d="m372.16 155.96c0.891-2.877-1.597-2.896-2.701-6.119-0.078 4.859 0.68 6.507 2.701 6.119z" transform="translate(6.5129 1.7025)"/>
271
+ <path id="path941" d="m368.74 155.82c3.778 0.661 4.745-4.319 6.974-9.385-2.199 4.032-7.167 6.295-6.974 9.385z" transform="translate(10.014 7.0266)"/>
272
+ <path id="path942" d="m372.44 155.37c1.225-2.602-1.613-2.604-3.127-6.492-0.078 5.501 0.874 7.114 3.127 6.492z" transform="translate(6.0465 6.784)"/>
273
+ </g>
274
+ <g id="g1644" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
275
+ <path id="path1645" d="m371.62 145.11c-1.36 4.373-2.177 7.957-0.214 8.379 2.098-0.364 1.186-4.589 0.214-8.379z" transform="translate(8.7836 -12.54)"/>
276
+ <path id="path1646" d="m368.78 157.36c2.237 1.188 4.648-4.514 4.147-9.005-1.127 3.849-4.921 6.226-4.147 9.005z" transform="translate(11.484 -12.516)"/>
277
+ <path id="path1647" d="m370.43 156.77c0.347-3.109-0.93-3.027-2.603-5.998 0.177 3.356 1.013 6.17 2.603 5.998z" transform="translate(9.0046 -12.043)"/>
278
+ <path id="path1648" d="m369.11 156.76c2.611 0.741 5.603-5.475 5.491-10.069-1.087 5.085-6.754 7.117-5.491 10.069z" transform="translate(11.064 -7.4739)"/>
279
+ <path id="path1649" d="m372.09 156.03c1.047-2.409-1.089-2.115-2.506-6.432-0.469 4.468 0.212 6.507 2.506 6.432z" transform="translate(7.2311 -6.8602)"/>
280
+ <path id="path1650" d="m369.29 155.78c3.388 0.583 5.135-6.897 6.818-10.479-3.332 4.696-7.324 7.311-6.818 10.479z" transform="translate(10.788 -1.9228)"/>
281
+ <path id="path1651" d="m372.36 155.49c0.99-2.758-1.809-2.604-3.283-6.726 0.234 5.228 0.913 7.114 3.283 6.726z" transform="translate(6.9304 -1.8892)"/>
282
+ <path id="path1652" d="m369.7 156.6c2.142 0.155 5.994-5.827 6.077-9.522-1.83 4.069-7.574 6.765-6.077 9.522z" transform="translate(10.567 1.7516)"/>
283
+ <path id="path1653" d="m372.16 155.96c0.891-2.877-1.597-2.896-2.701-6.119-0.078 4.859 0.68 6.507 2.701 6.119z" transform="translate(6.5129 1.7025)"/>
284
+ <path id="path1654" d="m368.74 155.82c3.778 0.661 4.745-4.319 6.974-9.385-2.199 4.032-7.167 6.295-6.974 9.385z" transform="translate(10.014 7.0266)"/>
285
+ <path id="path1655" d="m372.44 155.37c1.225-2.602-1.613-2.604-3.127-6.492-0.078 5.501 0.874 7.114 3.127 6.492z" transform="translate(6.0465 6.784)"/>
286
+ </g>
287
+ <g id="g2127" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
288
+ <path id="path1068" d="m256.81 166.87c3.334 0.016 3.985-4.687 3.985-5.937-1.641 0.312-4.611 3.281-3.985 5.937z" transform="matrix(-.99526 0 0 1 620.35 .078125)" stroke="#000" stroke-width=".50119"/>
289
+ <path id="path2126" d="m256.81 166.87c3.334 0.016 3.985-4.687 3.985-5.937-1.641 0.312-4.611 3.281-3.985 5.937z" transform="matrix(-.99526 0 0 1 620.35 .078125)"/>
290
+ </g>
291
+ <g id="g1656" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
292
+ <path id="path905" d="m371.39 145.58c-1.36 4.373-1.904 6.472-0.058 7.871 2.41-1.341 1.03-4.081 0.058-7.871z"/>
293
+ <path id="path906" d="m370.63 157.01c1.011-3.226-1.477-4.003-2.798-7.638-0.136 4.801 0.544 8.318 2.798 7.638z"/>
294
+ <path id="path907" d="m369.64 157.24c1.769 0.68 3.945-3.42 2.741-7.521-1.244 3.693-4.296 4.586-2.741 7.521z" transform="translate(1.9823 .46642)"/>
295
+ <path id="path908" d="m371.97 156.31c1.711-2.643-1.011-2.779-2.389-6.471-0.078 4.859 0.368 6.859 2.389 6.471z" transform="translate(-2.2155 5.0723)"/>
296
+ <path id="path909" d="m372.44 155.61c1.303-2.992-1.535-2.604-3.205-6.296-0.078 5.501 0.835 6.684 3.205 6.296z" transform="translate(-2.6819 10.32)"/>
297
+ <path id="path910" d="m369.7 156.6c1.478 0.038 4.353-2.546 3.499-5.772-1.244 2.702-4.762 2.429-3.499 5.772z" transform="translate(1.341 4.9557)"/>
298
+ <path id="path911" d="m369.29 155.78c2.411 0.505 4.237-3.186 3.966-5.713-1.886 2.352-4.472 2.545-3.966 5.713z" transform="translate(1.341 9.6782)"/>
299
+ </g>
300
+ <g id="g1664" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
301
+ <path id="path1665" d="m371.39 145.58c-1.36 4.373-1.904 6.472-0.058 7.871 2.41-1.341 1.03-4.081 0.058-7.871z"/>
302
+ <path id="path1666" d="m370.63 157.01c1.011-3.226-1.477-4.003-2.798-7.638-0.136 4.801 0.544 8.318 2.798 7.638z"/>
303
+ <path id="path1667" d="m369.64 157.24c1.769 0.68 3.945-3.42 2.741-7.521-1.244 3.693-4.296 4.586-2.741 7.521z" transform="translate(1.9823 .46642)"/>
304
+ <path id="path1668" d="m371.97 156.31c1.711-2.643-1.011-2.779-2.389-6.471-0.078 4.859 0.368 6.859 2.389 6.471z" transform="translate(-2.2155 5.0723)"/>
305
+ <path id="path1669" d="m372.44 155.61c1.303-2.992-1.535-2.604-3.205-6.296-0.078 5.501 0.835 6.684 3.205 6.296z" transform="translate(-2.6819 10.32)"/>
306
+ <path id="path1670" d="m369.7 156.6c1.478 0.038 4.353-2.546 3.499-5.772-1.244 2.702-4.762 2.429-3.499 5.772z" transform="translate(1.341 4.9557)"/>
307
+ <path id="path1671" d="m369.29 155.78c2.411 0.505 4.237-3.186 3.966-5.713-1.886 2.352-4.472 2.545-3.966 5.713z" transform="translate(1.341 9.6782)"/>
308
+ </g>
309
+ <g id="g2122" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
310
+ <path id="path1065" d="m235.63 159.06c-0.297-0.385-1.15 0.01-0.937 0.938 0.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.201 4.271 19.61 5.39 2.977 0.599 5.47 2.084 7.423 4.454-0.808-3.099-1.457-5.395-2.5-8.203-1.014-2.468-3.701-5.168-6.484-5.313-5.169-0.186-11.859-0.626-16.72-2.735-2.509-1.048-4.011-2.464-5.625-4.453z" transform="matrix(-.99523 0 0 1 620.24 .22098)" stroke="#000" stroke-width=".50120"/>
311
+ <path id="path2121" d="m235.63 159.06c-0.297-0.385-1.15 0.01-0.937 0.938 0.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.201 4.271 19.61 5.39 2.977 0.599 5.47 2.084 7.423 4.454-0.808-3.099-1.457-5.395-2.5-8.203-1.014-2.468-3.701-5.168-6.484-5.313-5.169-0.186-11.859-0.626-16.72-2.735-2.509-1.048-4.011-2.464-5.625-4.453z" transform="matrix(-.99523 0 0 1 620.24 .22098)"/>
312
+ </g>
313
+ <g id="g1682" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
314
+ <path id="path955" d="m370.55 157.24c0.543-2.172-0.149-2.871 0.444-6.272-3.26 4.372-2.034 6.444-0.444 6.272z" transform="translate(7.9109 17.254)"/>
315
+ <path id="path956" d="m368.43 157.47c2.159 0.602 7.773-4.318 7.937-7.989-1.518 2.638-9.101 5.484-7.937 7.989z" transform="translate(10.39 17.563)"/>
316
+ <path id="path957" d="m370.95 156.62c1.477-0.807 1.06-4.224-0.279-5.377-0.274 3.335-2.288 5.296 0.279 5.377z" transform="translate(4.3404 21.656)"/>
317
+ <path id="path958" d="m369.11 156.76c2.611 0.819 5.564-3.912 7.718-5.967-2.455 2.116-9.879 3.132-7.718 5.967z" transform="translate(7.7044 22.448)"/>
318
+ <path id="path959" d="m371.46 157.09c1.828-1.198 0.122-3.561-0.006-8.229-1.836 3.374-2.21 7.991 0.006 8.229z" transform="translate(1.7623 24.468)"/>
319
+ <g id="g1672">
320
+ <path id="path960" d="m368.68 156.56c0.932 1.249 7.83-3.053 9.554-6.241-5.892 4.382-11.09 3.797-9.554 6.241z" transform="translate(4.8919 26.198)"/>
321
+ <path id="path961" d="m371.89 155.65c1.693-1.234-1.457-4.479-2.111-8.835 0.039 5.306-0.688 9.34 2.111 8.835z" transform="translate(.99281 31.002)"/>
322
+ <path id="path962" d="m369.17 155.47c0.849 1.365 6.112-2.248 8.381-6.181-3.489 3.055-9.356 3.873-8.381 6.181z" transform="translate(5.5532 29.718)"/>
323
+ <path id="path963" d="m371.66 157.32c1.907-0.338 1.645-5.161 0.19-9.088-1.641 4.742-2.367 9.554-0.19 9.088z" transform="translate(-2.3153 33.812)"/>
324
+ <path id="path964" d="m369.34 155.97c0.658 0.78 8.416-4.656 8.304-6.866-2.455 3.522-10.66 4.226-8.304 6.866z" transform="translate(4.7853 32.533)"/>
325
+ <path id="path965" d="m370.95 156.43c2.631-1.079 1.394-5.339 1.912-9.93-2.071 4.486-4.517 8.989-1.912 9.93z" transform="translate(-5.8286 39.206)"/>
326
+ <path id="path966" d="m368.39 155.47c0.419 1.443 6.737-1.233 9.787-5.635-3.684 2.86-10.839 3.249-9.787 5.635z" transform="translate(1.6547 36.48)"/>
327
+ <path id="path967" d="m369.07 156.36c1.361 2.264 9.197-1.882 10.335-5.772-2.533 3.366-11.285 2.858-10.335 5.772z" transform="translate(-3.1054 39.955)"/>
328
+ <path id="path968" d="m361.57 154.61c1.439 0.155 4.783-2.585 5.725-4.014-2.689 1.334-6.324 3.171-5.725 4.014z" transform="translate(7.9884 43.47)"/>
329
+ </g>
330
+ </g>
331
+ <g id="g1714" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
332
+ <path id="path969" d="m369.98 156.85c1.712 0.248 3.951-2.895 2.456-6.08-0.743 3.179-5.726 5.492-2.456 6.08z" transform="translate(-12.222 24.39)"/>
333
+ <path id="path970" d="m369.11 156.76c1.322 0.741 4.666-2.818 4.241-5.147-1.869 2.976-5.621 3.835-4.241 5.147z" transform="translate(-7.6863 22.604)"/>
334
+ <path id="path971" d="m368.72 156.91c1.284 1.249 7.596-5.163 9.476-8.077-5.462 4.655-11.051 5.828-9.476 8.077z" transform="translate(-11.202 27.682)"/>
335
+ <path id="path972" d="m369.05 155.59c1.005 1.521 5.213-3.068 7.873-6.884-3.372 3.328-9.083 4.85-7.873 6.884z" transform="translate(-13.041 32.843)"/>
336
+ <path id="path974" d="m371.93 155.65c1.029-2.718-0.676-3.151-1.447-6.53-1.523 1.868-1.352 7.035 1.447 6.53z" transform="translate(-15.492 29.127)"/>
337
+ <path id="path975" d="m371.89 155.65c2.045-0.57-1.262-4.049-1.955-6.53-0.312 4.564-0.258 6.84 1.955 6.53z" transform="translate(-17.132 32.877)"/>
338
+ <path id="path976" d="m371.69 155.57c1.888-0.687-1.067-2.409-1.369-6.218-0.938 1.4-1.43 6.723 1.369 6.218z" transform="translate(-18.929 36.236)"/>
339
+ <path id="path977" d="m371.38 156.97c1.203-0.651 0.708-3.756-1.139-4.166-0.43 2.436-0.374 4.202 1.139 4.166z" transform="translate(-21.441 35.64)"/>
340
+ </g>
341
+ <g id="g1723" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
342
+ <path id="path1724" d="m369.98 156.85c1.712 0.248 3.951-2.895 2.456-6.08-0.743 3.179-5.726 5.492-2.456 6.08z" transform="translate(-12.222 24.39)"/>
343
+ <path id="path1725" d="m369.11 156.76c1.322 0.741 4.666-2.818 4.241-5.147-1.869 2.976-5.621 3.835-4.241 5.147z" transform="translate(-7.6863 22.604)"/>
344
+ <path id="path1726" d="m368.72 156.91c1.284 1.249 7.596-5.163 9.476-8.077-5.462 4.655-11.051 5.828-9.476 8.077z" transform="translate(-11.202 27.682)"/>
345
+ <path id="path1727" d="m369.05 155.59c1.005 1.521 5.213-3.068 7.873-6.884-3.372 3.328-9.083 4.85-7.873 6.884z" transform="translate(-13.041 32.843)"/>
346
+ <path id="path1728" d="m371.93 155.65c1.029-2.718-0.676-3.151-1.447-6.53-1.523 1.868-1.352 7.035 1.447 6.53z" transform="translate(-15.492 29.127)"/>
347
+ <path id="path1729" d="m371.89 155.65c2.045-0.57-1.262-4.049-1.955-6.53-0.312 4.564-0.258 6.84 1.955 6.53z" transform="translate(-17.132 32.877)"/>
348
+ <path id="path1730" d="m371.69 155.57c1.888-0.687-1.067-2.409-1.369-6.218-0.938 1.4-1.43 6.723 1.369 6.218z" transform="translate(-18.929 36.236)"/>
349
+ <path id="path1731" d="m371.38 156.97c1.203-0.651 0.708-3.756-1.139-4.166-0.43 2.436-0.374 4.202 1.139 4.166z" transform="translate(-21.441 35.64)"/>
350
+ </g>
351
+ <g id="g1698" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
352
+ <path id="path1699" d="m370.55 157.24c0.543-2.172-0.149-2.871 0.444-6.272-3.26 4.372-2.034 6.444-0.444 6.272z" transform="translate(7.9109 17.254)"/>
353
+ <path id="path1700" d="m368.43 157.47c2.159 0.602 7.773-4.318 7.937-7.989-1.518 2.638-9.101 5.484-7.937 7.989z" transform="translate(10.39 17.563)"/>
354
+ <path id="path1701" d="m370.95 156.62c1.477-0.807 1.06-4.224-0.279-5.377-0.274 3.335-2.288 5.296 0.279 5.377z" transform="translate(4.3404 21.656)"/>
355
+ <path id="path1702" d="m369.11 156.76c2.611 0.819 5.564-3.912 7.718-5.967-2.455 2.116-9.879 3.132-7.718 5.967z" transform="translate(7.7044 22.448)"/>
356
+ <path id="path1703" d="m371.46 157.09c1.828-1.198 0.122-3.561-0.006-8.229-1.836 3.374-2.21 7.991 0.006 8.229z" transform="translate(1.7623 24.468)"/>
357
+ <g id="g1704">
358
+ <path id="path1705" d="m368.68 156.56c0.932 1.249 7.83-3.053 9.554-6.241-5.892 4.382-11.09 3.797-9.554 6.241z" transform="translate(4.8919 26.198)"/>
359
+ <path id="path1706" d="m371.89 155.65c1.693-1.234-1.457-4.479-2.111-8.835 0.039 5.306-0.688 9.34 2.111 8.835z" transform="translate(.99281 31.002)"/>
360
+ <path id="path1707" d="m369.17 155.47c0.849 1.365 6.112-2.248 8.381-6.181-3.489 3.055-9.356 3.873-8.381 6.181z" transform="translate(5.5532 29.718)"/>
361
+ <path id="path1708" d="m371.66 157.32c1.907-0.338 1.645-5.161 0.19-9.088-1.641 4.742-2.367 9.554-0.19 9.088z" transform="translate(-2.3153 33.812)"/>
362
+ <path id="path1709" d="m369.34 155.97c0.658 0.78 8.416-4.656 8.304-6.866-2.455 3.522-10.66 4.226-8.304 6.866z" transform="translate(4.7853 32.533)"/>
363
+ <path id="path1710" d="m370.95 156.43c2.631-1.079 1.394-5.339 1.912-9.93-2.071 4.486-4.517 8.989-1.912 9.93z" transform="translate(-5.8286 39.206)"/>
364
+ <path id="path1711" d="m368.39 155.47c0.419 1.443 6.737-1.233 9.787-5.635-3.684 2.86-10.839 3.249-9.787 5.635z" transform="translate(1.6547 36.48)"/>
365
+ <path id="path1712" d="m369.07 156.36c1.361 2.264 9.197-1.882 10.335-5.772-2.533 3.366-11.285 2.858-10.335 5.772z" transform="translate(-3.1054 39.955)"/>
366
+ <path id="path1713" d="m361.57 154.61c1.439 0.155 4.783-2.585 5.725-4.014-2.689 1.334-6.324 3.171-5.725 4.014z" transform="translate(7.9884 43.47)"/>
367
+ </g>
368
+ </g>
369
+ <g id="g2099" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
370
+ <path id="path1066" d="m235.83 159.52c-0.377-0.307-0.876-0.76-0.704 0.176 1.409 7.41 1.855 9.483 8.349 12.044 6.602 2.508 8.968 1.631 14.589 1.533 3.034-0.111 6.567 1.404 8.671 3.618 0.98 1.03 1.687 1.441 1.294 0.128-0.394-1.312-0.777-3.015-1.396-4.379-1.348-3.002-4.834-5.866-8.321-7.011-4.879-1.717-10.139-0.854-15.164-2.164-2.621-0.724-5.138-2.183-7.318-3.945z" transform="matrix(-.87627 -.47410 -.47184 .88047 655.69 169.53)" stroke="#000" stroke-width=".50120"/>
371
+ <path id="path2098" d="m235.83 159.52c-0.377-0.307-0.876-0.76-0.704 0.176 1.409 7.41 1.855 9.483 8.349 12.044 6.602 2.508 8.968 1.631 14.589 1.533 3.034-0.111 6.567 1.404 8.671 3.618 0.98 1.03 1.687 1.441 1.294 0.128-0.394-1.312-0.777-3.015-1.396-4.379-1.348-3.002-4.834-5.866-8.321-7.011-4.879-1.717-10.139-0.854-15.164-2.164-2.621-0.724-5.138-2.183-7.318-3.945z" transform="matrix(-.87627 -.47410 -.47184 .88047 655.69 169.53)"/>
372
+ </g>
373
+ <g id="g2065" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
374
+ <path id="path1081" d="m287.66 208.42c0.884 0.11 1.444 1.822 1.879 0.663 0.738-1.877 0.221-3.37-0.608-3.205-0.979 0.261-2.635 2.456-1.271 2.542z" transform="matrix(-.98830 0 0 1 618.22 .055237)" stroke="#000" stroke-width=".50295"/>
375
+ <path id="path2064" d="m287.66 208.42c0.884 0.11 1.444 1.822 1.879 0.663 0.738-1.877 0.221-3.37-0.608-3.205-0.979 0.261-2.635 2.456-1.271 2.542z" transform="matrix(-.98830 0 0 1 618.22 .055237)"/>
376
+ </g>
377
+ <g id="g1732" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
378
+ <path id="path987" d="m369.07 156.68c1.688 1.918 3.817-0.083 5.178-1.663-2.116-0.851-4.775-1.09-5.178 1.663z" transform="matrix(.82834 -.56023 .56023 .82834 -50.002 277.82)"/>
379
+ <path id="path988" d="m369.88 155.77c0.653 1.911 5.234-0.649 5.86-3.498-3.194 2.378-6.81 0.584-5.86 3.498z" transform="matrix(.99375 .11161 -.11161 .99375 -7.6867 7.2933)"/>
380
+ <path id="path989" d="m369.35 155.59c0.743 2.113 3.186-0.632 6.119-2.388-3.037 0.256-6.895 0.359-6.119 2.388z" transform="matrix(.48134 -.87653 .87653 .48134 26.604 452.13)"/>
381
+ <path id="path990" d="m369.72 156.65c1.037 2.192 4.134-1.586 6.415-3.811-2.863 0.884-7.437 1.73-6.415 3.811z" transform="matrix(.53651 -.84390 .84390 .53651 7.4196 434.51)"/>
382
+ <path id="path991" d="m369.99 156.72c1.361 2.264 4.656-2.483 6.614-5.157-3.228 2.134-8.079 2.995-6.614 5.157z" transform="matrix(.90884 .41716 -.41716 .90884 68.522 -90.128)"/>
383
+ <path id="path992" d="m369.99 156.72c1.361 2.264 4.656-2.483 6.614-5.157-3.228 2.134-8.079 2.995-6.614 5.157z" transform="matrix(.90884 .41716 -.41716 .90884 65.787 -86.456)"/>
384
+ <path id="path993" d="m370.24 156.74c1.172 1.967 4.482-2.131 6.763-4.356-2.863 0.884-7.938 2.326-6.763 4.356z" transform="matrix(.53651 -.84390 .84390 .53651 4.4898 438.57)"/>
385
+ <path id="path994" d="m370.48 156.11c1.361 2.264 4.413-1.984 6.218-4.803-3.166 2.363-7.683 2.641-6.218 4.803z" transform="matrix(.90884 .41716 -.41716 .90884 61.842 -83.019)"/>
386
+ </g>
387
+ <g id="g1741" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
388
+ <path id="path1742" d="m369.07 156.68c1.688 1.918 3.817-0.083 5.178-1.663-2.116-0.851-4.775-1.09-5.178 1.663z" transform="matrix(.82834 -.56023 .56023 .82834 -50.002 277.82)"/>
389
+ <path id="path1743" d="m369.88 155.77c0.653 1.911 5.234-0.649 5.86-3.498-3.194 2.378-6.81 0.584-5.86 3.498z" transform="matrix(.99375 .11161 -.11161 .99375 -7.6867 7.2933)"/>
390
+ <path id="path1744" d="m369.35 155.59c0.743 2.113 3.186-0.632 6.119-2.388-3.037 0.256-6.895 0.359-6.119 2.388z" transform="matrix(.48134 -.87653 .87653 .48134 26.604 452.13)"/>
391
+ <path id="path1745" d="m369.72 156.65c1.037 2.192 4.134-1.586 6.415-3.811-2.863 0.884-7.437 1.73-6.415 3.811z" transform="matrix(.53651 -.84390 .84390 .53651 7.4196 434.51)"/>
392
+ <path id="path1746" d="m369.99 156.72c1.361 2.264 4.656-2.483 6.614-5.157-3.228 2.134-8.079 2.995-6.614 5.157z" transform="matrix(.90884 .41716 -.41716 .90884 68.522 -90.128)"/>
393
+ <path id="path1747" d="m369.99 156.72c1.361 2.264 4.656-2.483 6.614-5.157-3.228 2.134-8.079 2.995-6.614 5.157z" transform="matrix(.90884 .41716 -.41716 .90884 65.787 -86.456)"/>
394
+ <path id="path1748" d="m370.24 156.74c1.172 1.967 4.482-2.131 6.763-4.356-2.863 0.884-7.938 2.326-6.763 4.356z" transform="matrix(.53651 -.84390 .84390 .53651 4.4898 438.57)"/>
395
+ <path id="path1749" d="m370.48 156.11c1.361 2.264 4.413-1.984 6.218-4.803-3.166 2.363-7.683 2.641-6.218 4.803z" transform="matrix(.90884 .41716 -.41716 .90884 61.842 -83.019)"/>
396
+ </g>
397
+ <g id="g1750" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
398
+ <path id="path978" d="m369.07 156.68c1.361 2.263 6.384-1.648 9.124-3.663-3.939 1.217-10.074 0.749-9.124 3.663z" transform="translate(-10.066 52.329)"/>
399
+ <path id="path979" d="m369.28 156.37c1.361 2.264 8.564-2.689 9.028-4.913-3.08 2.902-10.243 2.972-9.028 4.913z" transform="matrix(.93771 .34742 -.34742 .93771 61.925 -63.565)"/>
400
+ <path id="path980" d="m369.02 156.34c0.734 1.246 6.626-1.513 9.316-3.687-3.171 1.645-10.727 1.777-9.316 3.687z" transform="matrix(.93771 .34742 -.34742 .93771 58.168 -61.466)"/>
401
+ <path id="path981" d="m369.07 156.36c0.474 1.218 7.802-0.699 9.444-3.567-4.491 2.466-11.007 0.797-9.444 3.567z" transform="matrix(.93771 .34742 -.34742 .93771 54.743 -59.808)"/>
402
+ <path id="path982" d="m369.61 155.58c0.357 1.803 7.914-1.407 10.013-3.154-4.247 1.211-10.571 0.511-10.013 3.154z" transform="matrix(.93771 .34742 -.34742 .93771 48.003 -58.041)"/>
403
+ <path id="path983" d="m369.84 156.21c0.943 2.325 8.486-2.48 11.315-4.831-4.94 1.877-12.584 2.587-11.315 4.831z" transform="matrix(.90337 -.42886 .42886 .90337 -60.675 232.1)"/>
404
+ <path id="path984" d="m370.05 156.48c1.361 2.264 5.479-1.701 8.171-4.767-3.344 2.159-9.121 1.853-8.171 4.767z" transform="matrix(.90337 -.42886 .42886 .90337 -55.593 230.66)"/>
405
+ <path id="path985" d="m369.77 156.44c1.361 2.264 4.556-1.577 6.334-4.083-2.48 1.705-7.284 1.169-6.334 4.083z" transform="matrix(.90337 -.42886 .42886 .90337 -51.063 229.12)"/>
406
+ <path id="path986" d="m369.35 155.59c1.361 2.264 5.597-0.218 6.735-4.108-2.533 3.366-7.685 1.194-6.735 4.108z" transform="matrix(.90337 -.42886 .42886 .90337 -46.201 227.13)"/>
407
+ <path id="path1038" d="m369.18 156.24c1.084 2.76 12.483-2.413 14.394-5.864-3.662 3.095-15.455 2.674-14.394 5.864z" transform="translate(-23.348 64.439)"/>
408
+ </g>
409
+ <g id="g1761" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
410
+ <path id="path1762" d="m369.07 156.68c1.361 2.263 6.384-1.648 9.124-3.663-3.939 1.217-10.074 0.749-9.124 3.663z" transform="translate(-10.066 52.329)"/>
411
+ <path id="path1763" d="m369.28 156.37c1.361 2.264 8.564-2.689 9.028-4.913-3.08 2.902-10.243 2.972-9.028 4.913z" transform="matrix(.93771 .34742 -.34742 .93771 61.925 -63.565)"/>
412
+ <path id="path1764" d="m369.02 156.34c0.734 1.246 6.626-1.513 9.316-3.687-3.171 1.645-10.727 1.777-9.316 3.687z" transform="matrix(.93771 .34742 -.34742 .93771 58.168 -61.466)"/>
413
+ <path id="path1765" d="m369.07 156.36c0.474 1.218 7.802-0.699 9.444-3.567-4.491 2.466-11.007 0.797-9.444 3.567z" transform="matrix(.93771 .34742 -.34742 .93771 54.743 -59.808)"/>
414
+ <path id="path1766" d="m369.61 155.58c0.357 1.803 7.914-1.407 10.013-3.154-4.247 1.211-10.571 0.511-10.013 3.154z" transform="matrix(.93771 .34742 -.34742 .93771 48.003 -58.041)"/>
415
+ <path id="path1767" d="m369.84 156.21c0.943 2.325 8.486-2.48 11.315-4.831-4.94 1.877-12.584 2.587-11.315 4.831z" transform="matrix(.90337 -.42886 .42886 .90337 -60.675 232.1)"/>
416
+ <path id="path1768" d="m370.05 156.48c1.361 2.264 5.479-1.701 8.171-4.767-3.344 2.159-9.121 1.853-8.171 4.767z" transform="matrix(.90337 -.42886 .42886 .90337 -55.593 230.66)"/>
417
+ <path id="path1769" d="m369.77 156.44c1.361 2.264 4.556-1.577 6.334-4.083-2.48 1.705-7.284 1.169-6.334 4.083z" transform="matrix(.90337 -.42886 .42886 .90337 -51.063 229.12)"/>
418
+ <path id="path1770" d="m369.35 155.59c1.361 2.264 5.597-0.218 6.735-4.108-2.533 3.366-7.685 1.194-6.735 4.108z" transform="matrix(.90337 -.42886 .42886 .90337 -46.201 227.13)"/>
419
+ <path id="path1771" d="m369.18 156.24c1.084 2.76 12.483-2.413 14.394-5.864-3.662 3.095-15.455 2.674-14.394 5.864z" transform="translate(-23.348 64.439)"/>
420
+ </g>
421
+ <g id="g2048" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)">
422
+ <path id="path1060" d="m366.62 143.7c0.368-3.589-2.381-10.115-0.43-13.594 0.266-0.478-0.584-1.747-1.133-0.977-0.858 1.229-1.74 4.731-2.109 3.438-0.391-1.406-0.451-3.893-1.719-4.376-0.809-0.283-1.953-0.468-1.641 0.782 0.31 1.202 1.004 2.862 0.235 2.969-0.446 0.065-1.731-1.636-2.813-2.422-0.872-0.701-2.173 0.396-0.898 1.445 4.144 3.379 8.159 4.9 10.508 12.735z" transform="matrix(-.98188 0 0 1 614.94 .23438)" stroke="#000" stroke-width=".5"/>
423
+ <path id="path2023" d="m366.62 143.7c0.368-3.589-2.381-10.115-0.43-13.594 0.266-0.478-0.584-1.747-1.133-0.977-0.858 1.229-1.74 4.731-2.109 3.438-0.391-1.406-0.451-3.893-1.719-4.376-0.809-0.283-1.953-0.468-1.641 0.782 0.31 1.202 1.004 2.862 0.235 2.969-0.446 0.065-1.731-1.636-2.813-2.422-0.872-0.701-2.173 0.396-0.898 1.445 4.144 3.379 8.159 4.9 10.508 12.735z" transform="matrix(-.98188 0 0 1 614.94 .23438)" stroke-width="1pt"/>
424
+ </g>
425
+ <g id="g1944" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
426
+ <path id="path1063" d="m235.83 159.52c-0.377-0.307-0.876-0.76-0.704 0.176 1.409 7.41 1.855 9.483 8.349 12.044 6.602 2.508 8.968 1.631 14.589 1.533 3.034-0.111 6.567 1.404 8.671 3.618 0.98 1.03 1.687 1.441 1.294 0.128-0.394-1.312-0.777-3.015-1.396-4.379-1.348-3.002-4.834-5.866-8.321-7.011-4.879-1.717-10.139-0.854-15.164-2.164-2.621-0.724-5.138-2.183-7.318-3.945z" transform="matrix(.88047 -.47410 .47410 .88047 -35.615 169.31)" stroke="#000" stroke-width=".5"/>
427
+ <path id="path1943" d="m235.83 159.52c-0.377-0.307-0.876-0.76-0.704 0.176 1.409 7.41 1.855 9.483 8.349 12.044 6.602 2.508 8.968 1.631 14.589 1.533 3.034-0.111 6.567 1.404 8.671 3.618 0.98 1.03 1.687 1.441 1.294 0.128-0.394-1.312-0.777-3.015-1.396-4.379-1.348-3.002-4.834-5.866-8.321-7.011-4.879-1.717-10.139-0.854-15.164-2.164-2.621-0.724-5.138-2.183-7.318-3.945z" transform="matrix(.88047 -.47410 .47410 .88047 -35.615 169.31)"/>
428
+ </g>
429
+ <g id="g2061" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
430
+ <path id="path1080" d="m287.66 208.42c0.884 0.11 1.444 1.822 1.879 0.663 0.738-1.877 0.221-3.37-0.608-3.205-0.979 0.261-2.635 2.456-1.271 2.542z" stroke="#000" stroke-width=".5"/>
431
+ <path id="path2060" d="m287.66 208.42c0.884 0.11 1.444 1.822 1.879 0.663 0.738-1.877 0.221-3.37-0.608-3.205-0.979 0.261-2.635 2.456-1.271 2.542z"/>
432
+ </g>
433
+ <g id="g1772" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
434
+ <path id="path1017" d="m249.9 157.09c1.728 1.711 4.718-3.155 3.941-6.49-1.033 3.678-5.223 5.02-3.941 6.49z" transform="matrix(0.849 -.52839 .52839 0.849 -9.4802 208.69)"/>
435
+ <path id="path1018" d="m250.19 157.5c-2.085 1.745-3.69-5.558-3.041-8.224 1.03 4.254 4.665 6.769 3.041 8.224z" transform="matrix(.59662 -.80252 .80252 .59662 9.1043 316.78)"/>
436
+ <path id="path1019" d="m250.18 157.07c-2.021 1.7-3.633-4.676-2.984-7.342 1.233 4.066 4.608 5.887 2.984 7.342z" transform="matrix(.57031 -.82143 .82143 .57031 10.079 322.01)"/>
437
+ <path id="path1020" d="m250.12 156.81c1.728 1.711 4.523-3.507 3.639-6.448-1.144 3.931-4.921 4.978-3.639 6.448z" transform="matrix(0.849 -.52839 .52839 0.849 -12.293 205.49)"/>
438
+ <path id="path1021" d="m250.52 157.06c1.728 1.711 3.26-3.326 2.841-5.979-1.717 3.299-4.068 4.865-2.841 5.979z" transform="matrix(0.849 -.52839 .52839 0.849 -15.262 201.89)"/>
439
+ <path id="path1022" d="m250.37 157.56c-2.085 1.745-3.109-3.375-2.065-6.363 1.21 4.034 3.689 4.908 2.065 6.363z" transform="matrix(.57031 -.82143 .82143 .57031 6.9544 318.65)"/>
440
+ <path id="path1023" d="m250.33 156.62c1.52 1.162 3.868-1.273 2.834-4.049-1.623 0.795-4.329 2.684-2.834 4.049z" transform="matrix(.29048 -.95688 .95688 .29048 55.276 394.83)"/>
441
+ <path id="path1033" d="m250.98 156.86c-2.085 1.745-5.07-4.533-4.027-7.978 1.914 3.937 5.651 6.523 4.027 7.978z" transform="matrix(.59662 -.80252 .80252 .59662 13.91 320.87)"/>
442
+ </g>
443
+ <g id="g1996" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
444
+ <g id="g1948" stroke="#000" stroke-width=".5">
445
+ <path id="path1061" d="m244.38 141.09c-1.017-1.062-0.723-1.468 0.781-1.485 1.193-0.075 3.557 0.731 4.454 0.078 0.822-0.597 0.495-3.129 0.86-4.297 0.159-0.651 0.615-1.673 1.64-0.078 3.032 4.859 6.819 10.692 8.438 16.407 0.885 3.203 0.052 8.203-2.891 11.563 0.104-2.865-0.964-4.792-2.266-7.188-1.608-3.149-7.581-11.678-11.016-15z"/>
446
+ <path id="path1067" d="m256.88 166.64c3.334 0.016 3.907-4.453 3.907-5.703-1.641 0.312-4.532 3.047-3.907 5.703z"/>
447
+ </g>
448
+ <g id="g1951">
449
+ <path id="path1952" d="m244.38 141.09c-1.017-1.062-0.723-1.468 0.781-1.485 1.193-0.075 3.557 0.731 4.454 0.078 0.822-0.597 0.495-3.129 0.86-4.297 0.159-0.651 0.615-1.673 1.64-0.078 3.032 4.859 6.819 10.692 8.438 16.407 0.885 3.203 0.052 8.203-2.891 11.563 0.104-2.865-0.964-4.792-2.266-7.188-1.608-3.149-7.581-11.678-11.016-15z"/>
450
+ <path id="path1953" d="m256.88 166.64c3.334 0.016 3.907-4.453 3.907-5.703-1.641 0.312-4.532 3.047-3.907 5.703z"/>
451
+ </g>
452
+ </g>
453
+ <g id="g1781" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
454
+ <path id="path1782" d="m249.9 157.09c1.728 1.711 4.718-3.155 3.941-6.49-1.033 3.678-5.223 5.02-3.941 6.49z" transform="matrix(0.849 -.52839 .52839 0.849 -9.4802 208.69)"/>
455
+ <path id="path1783" d="m250.19 157.5c-2.085 1.745-3.69-5.558-3.041-8.224 1.03 4.254 4.665 6.769 3.041 8.224z" transform="matrix(.59662 -.80252 .80252 .59662 9.1043 316.78)"/>
456
+ <path id="path1784" d="m250.18 157.07c-2.021 1.7-3.633-4.676-2.984-7.342 1.233 4.066 4.608 5.887 2.984 7.342z" transform="matrix(.57031 -.82143 .82143 .57031 10.079 322.01)"/>
457
+ <path id="path1785" d="m250.12 156.81c1.728 1.711 4.523-3.507 3.639-6.448-1.144 3.931-4.921 4.978-3.639 6.448z" transform="matrix(0.849 -.52839 .52839 0.849 -12.293 205.49)"/>
458
+ <path id="path1786" d="m250.52 157.06c1.728 1.711 3.26-3.326 2.841-5.979-1.717 3.299-4.068 4.865-2.841 5.979z" transform="matrix(0.849 -.52839 .52839 0.849 -15.262 201.89)"/>
459
+ <path id="path1787" d="m250.37 157.56c-2.085 1.745-3.109-3.375-2.065-6.363 1.21 4.034 3.689 4.908 2.065 6.363z" transform="matrix(.57031 -.82143 .82143 .57031 6.9544 318.65)"/>
460
+ <path id="path1788" d="m250.33 156.62c1.52 1.162 3.868-1.273 2.834-4.049-1.623 0.795-4.329 2.684-2.834 4.049z" transform="matrix(.29048 -.95688 .95688 .29048 55.276 394.83)"/>
461
+ <path id="path1789" d="m250.98 156.86c-2.085 1.745-5.07-4.533-4.027-7.978 1.914 3.937 5.651 6.523 4.027 7.978z" transform="matrix(.59662 -.80252 .80252 .59662 13.91 320.87)"/>
462
+ </g>
463
+ <g id="g1790" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
464
+ <path id="path1024" d="m250.86 158.12c-2.085 1.745-3.885-6.069-2.841-9.057 1.21 4.034 4.465 7.602 2.841 9.057z" transform="matrix(.57031 -.82143 .82143 .57031 -10.503 324.07)"/>
465
+ <path id="path1025" d="m250.38 156.93c1.52 1.162 3.351-2.708 3.264-5.322-1.623 0.795-4.759 3.957-3.264 5.322z" transform="matrix(.29048 -.95688 .95688 .29048 44.117 403.34)"/>
466
+ <path id="path1026" d="m250.88 157.68c-1.905 1.525-5.456-5.931-4.824-8.965 2.958 6.483 6.406 7.587 4.824 8.965z" transform="matrix(.57031 -.82143 .82143 .57031 -5.1125 327.37)"/>
467
+ <path id="path1027" d="m250.19 157.5c-1.851 1.583-3.841-6.002-3.478-9.025 1.462 4.19 4.77 7.93 3.478 9.025z" transform="matrix(.32122 -0.947 0.947 .32122 41.784 399.18)"/>
468
+ <path id="path1028" d="m250.38 157.68c-1.641 1.471-3.924-5.396-3.996-9.096 1.537 4.412 5.62 7.641 3.996 9.096z" transform="matrix(.32122 -0.947 0.947 .32122 45.209 400.95)"/>
469
+ <path id="path1029" d="m250.19 157.5c-2.085 1.745-3.875-5.679-3.226-8.345 1.497 4.196 4.85 6.89 3.226 8.345z" transform="matrix(.20456 -.97885 .97885 .20456 74.876 428.26)"/>
470
+ <path id="path1030" d="m249.96 156.68c-2.641 1.126-1.795-3.311-3.205-6.705 2.557 3.211 5.062 5.525 3.205 6.705z" transform="matrix(.98729 -.15894 .15894 .98729 -.40534 96.513)"/>
471
+ <path id="path1031" d="m250.18 157.07c-2.298 1.458-2.921-4.918-4.199-8.645 2.433 3.744 6.293 7.464 4.199 8.645z" transform="matrix(.98729 -.15894 .15894 .98729 3.6274 97.783)"/>
472
+ <path id="path1032" d="m250.41 157.35c-2.021 1.7-5.694-6.867-6.833-11.206 2.219 3.592 8.457 9.751 6.833 11.206z" transform="matrix(.98729 -.15894 .15894 .98729 9.0413 99.275)"/>
473
+ </g>
474
+ <g id="g1800" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
475
+ <path id="path1801" d="m250.86 158.12c-2.085 1.745-3.885-6.069-2.841-9.057 1.21 4.034 4.465 7.602 2.841 9.057z" transform="matrix(.57031 -.82143 .82143 .57031 -10.503 324.07)"/>
476
+ <path id="path1802" d="m250.38 156.93c1.52 1.162 3.351-2.708 3.264-5.322-1.623 0.795-4.759 3.957-3.264 5.322z" transform="matrix(.29048 -.95688 .95688 .29048 44.117 403.34)"/>
477
+ <path id="path1803" d="m250.88 157.68c-1.905 1.525-5.456-5.931-4.824-8.965 2.958 6.483 6.406 7.587 4.824 8.965z" transform="matrix(.57031 -.82143 .82143 .57031 -5.1125 327.37)"/>
478
+ <path id="path1804" d="m250.19 157.5c-1.851 1.583-3.841-6.002-3.478-9.025 1.462 4.19 4.77 7.93 3.478 9.025z" transform="matrix(.32122 -0.947 0.947 .32122 41.784 399.18)"/>
479
+ <path id="path1805" d="m250.38 157.68c-1.641 1.471-3.924-5.396-3.996-9.096 1.537 4.412 5.62 7.641 3.996 9.096z" transform="matrix(.32122 -0.947 0.947 .32122 45.209 400.95)"/>
480
+ <path id="path1806" d="m250.19 157.5c-2.085 1.745-3.875-5.679-3.226-8.345 1.497 4.196 4.85 6.89 3.226 8.345z" transform="matrix(.20456 -.97885 .97885 .20456 74.876 428.26)"/>
481
+ <path id="path1807" d="m249.96 156.68c-2.641 1.126-1.795-3.311-3.205-6.705 2.557 3.211 5.062 5.525 3.205 6.705z" transform="matrix(.98729 -.15894 .15894 .98729 -.40534 96.513)"/>
482
+ <path id="path1808" d="m250.18 157.07c-2.298 1.458-2.921-4.918-4.199-8.645 2.433 3.744 6.293 7.464 4.199 8.645z" transform="matrix(.98729 -.15894 .15894 .98729 3.6274 97.783)"/>
483
+ <path id="path1809" d="m250.41 157.35c-2.021 1.7-5.694-6.867-6.833-11.206 2.219 3.592 8.457 9.751 6.833 11.206z" transform="matrix(.98729 -.15894 .15894 .98729 9.0413 99.275)"/>
484
+ </g>
485
+ <path id="path1820" d="m276.43 420.33c-0.86048 3.0401-13.554-2.8657-14.971-5.9253 7.2632 3.8485 15.145 3.0436 14.971 5.9253z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
486
+ <g id="g2003" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
487
+ <path id="path1062" d="m235.63 159.06c-0.297-0.385-1.15 0.01-0.937 0.938 0.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.201 4.271 19.61 5.39 2.977 0.599 5.47 2.084 7.423 4.454-0.808-3.099-1.457-5.395-2.5-8.203-1.014-2.468-3.701-5.168-6.484-5.313-5.169-0.186-11.859-0.626-16.72-2.735-2.509-1.048-4.011-2.464-5.625-4.453z" stroke="#000" stroke-width=".5"/>
488
+ <path id="path1947" d="m235.63 159.06c-0.297-0.385-1.15 0.01-0.937 0.938 0.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.201 4.271 19.61 5.39 2.977 0.599 5.47 2.084 7.423 4.454-0.808-3.099-1.457-5.395-2.5-8.203-1.014-2.468-3.701-5.168-6.484-5.313-5.169-0.186-11.859-0.626-16.72-2.735-2.509-1.048-4.011-2.464-5.625-4.453z"/>
489
+ </g>
490
+ <g id="g1821" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
491
+ <path id="path1008" d="m250.53 156.52c1.172 1.65 4.227-1.871 3.541-6.402-1.294 3.717-4.678 3.992-3.541 6.402z" transform="matrix(.94971 -.31314 .31314 .94971 -21.681 114.37)"/>
492
+ <path id="path1009" d="m250.32 156.17c1.924 1.363 3.843-2.203 3.432-5.697-0.838 3.332-5.085 4.105-3.432 5.697z" transform="matrix(.94971 -.31314 .31314 .94971 -19.806 118.59)"/>
493
+ <path id="path1010" d="m250.33 156.62c1.728 1.711 3.772-1.857 3.223-5.188-1.033 3.678-4.505 3.718-3.223 5.188z" transform="matrix(.94971 -.31314 .31314 .94971 -18.244 121.33)"/>
494
+ <path id="path1011" d="m250.32 157.35c-2.085 1.745-3.833-4.965-3.184-7.631 1.03 4.254 4.808 6.176 3.184 7.631z" transform="matrix(.85194 -.52363 .52363 .85194 -28.011 188.95)"/>
495
+ <path id="path1013" d="m250.2 157.55c-2.185 1.683-4.069-7.266-3.58-10.717 1.03 4.254 5.128 9.536 3.58 10.717z" transform="matrix(.85194 -.52363 .52363 .85194 -30.277 184.77)"/>
496
+ <path id="path1014" d="m250.32 157.35c-2.369 1.983-4.106-8.251-4.307-11.623 1.184 4.303 6.051 10.196 4.307 11.623z" transform="matrix(.85194 -.52363 .52363 .85194 -31.527 181.14)"/>
497
+ <path id="path1015" d="m250.82 156.4c1.377 2.03 2.221-1.098 4.058-5.093-3.21 1.222-5.195 2.683-4.058 5.093z" transform="matrix(.39304 -.91952 .91952 .39304 21.518 350.38)"/>
498
+ <path id="path1016" d="m251.34 156.64c1.45 0.511 1.093-1.551 2.704-4.982-1.901 0.408-4.048 4.274-2.704 4.982z" transform="matrix(.39304 -.91952 .91952 .39304 17.026 348.82)"/>
499
+ <path id="path1055" d="m251.93 155.26c1.01 1.145 2.712-1.137 1.918-3.973-1.185 2.394-2.754 2.65-1.918 3.973z" transform="matrix(.94971 -.31314 .31314 .94971 -16.369 123.44)"/>
500
+ </g>
501
+ <g id="g1831" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
502
+ <path id="path1832" d="m250.53 156.52c1.172 1.65 4.227-1.871 3.541-6.402-1.294 3.717-4.678 3.992-3.541 6.402z" transform="matrix(.94971 -.31314 .31314 .94971 -21.681 114.37)"/>
503
+ <path id="path1833" d="m250.32 156.17c1.924 1.363 3.843-2.203 3.432-5.697-0.838 3.332-5.085 4.105-3.432 5.697z" transform="matrix(.94971 -.31314 .31314 .94971 -19.806 118.59)"/>
504
+ <path id="path1834" d="m250.33 156.62c1.728 1.711 3.772-1.857 3.223-5.188-1.033 3.678-4.505 3.718-3.223 5.188z" transform="matrix(.94971 -.31314 .31314 .94971 -18.244 121.33)"/>
505
+ <path id="path1835" d="m250.32 157.35c-2.085 1.745-3.833-4.965-3.184-7.631 1.03 4.254 4.808 6.176 3.184 7.631z" transform="matrix(.85194 -.52363 .52363 .85194 -28.011 188.95)"/>
506
+ <path id="path1836" d="m250.2 157.55c-2.185 1.683-4.069-7.266-3.58-10.717 1.03 4.254 5.128 9.536 3.58 10.717z" transform="matrix(.85194 -.52363 .52363 .85194 -30.277 184.77)"/>
507
+ <path id="path1837" d="m250.32 157.35c-2.369 1.983-4.106-8.251-4.307-11.623 1.184 4.303 6.051 10.196 4.307 11.623z" transform="matrix(.85194 -.52363 .52363 .85194 -31.527 181.14)"/>
508
+ <path id="path1838" d="m250.82 156.4c1.377 2.03 2.221-1.098 4.058-5.093-3.21 1.222-5.195 2.683-4.058 5.093z" transform="matrix(.39304 -.91952 .91952 .39304 21.518 350.38)"/>
509
+ <path id="path1839" d="m251.34 156.64c1.45 0.511 1.093-1.551 2.704-4.982-1.901 0.408-4.048 4.274-2.704 4.982z" transform="matrix(.39304 -.91952 .91952 .39304 17.026 348.82)"/>
510
+ <path id="path1840" d="m251.93 155.26c1.01 1.145 2.712-1.137 1.918-3.973-1.185 2.394-2.754 2.65-1.918 3.973z" transform="matrix(.94971 -.31314 .31314 .94971 -16.369 123.44)"/>
511
+ </g>
512
+ <g id="g1878" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
513
+ <path id="path995" d="m250.84 158.3c-3.215 0.553-4.94-7.294-5.05-10.29 1.147 3.834 6.165 8.875 5.05 10.29z" transform="matrix(.93241 -.36139 .36139 .93241 -48.214 118.01)"/>
514
+ <path id="path996" d="m250.7 157.48c-2.064 1.041-4.923-5.067-5.648-7.882 1.618 3.053 7.29 5.54 5.648 7.882z" transform="matrix(.93241 -.36139 .36139 .93241 -45.401 122.62)"/>
515
+ <path id="path997" d="m250.66 157.78c-1.663 1.73-4.962-6.484-5.072-9.48 1.099 4.067 6.931 7.345 5.072 9.48z" transform="matrix(.85194 -.52363 .52363 .85194 -48.246 179.19)"/>
516
+ <path id="path998" d="m250.35 157.83c-2.04 1.224-4.229-6.261-3.983-9.313 1.396 4.478 5.839 8.003 3.983 9.313z" transform="matrix(.85194 -.52363 .52363 .85194 -49.105 181.53)"/>
517
+ <path id="path1002" d="m251.31 157.15c2.336-1.256 1.88-2.356 1.566-5.653-1.666 2.73-3.097 3.567-1.566 5.653z" transform="matrix(.94971 -.31314 .31314 .94971 -44.025 104.06)"/>
518
+ <path id="path1003" d="m251.1 157.04c3.098 1.175 1.246-3.677 1.562-7.135-0.934 3.752-2.965 6.283-1.562 7.135z" transform="matrix(.94971 -.31314 .31314 .94971 -41.369 107.73)"/>
519
+ <path id="path1004" d="m250.97 156.67c2.341 0.226 2.729-3.064 2.29-7.348-0.983 4.148-3.943 5.756-2.29 7.348z" transform="matrix(.94971 -.31314 .31314 .94971 -39.025 111.25)"/>
520
+ <g id="g1862">
521
+ <path id="path999" d="m250.61 157.71c-2.085 1.745-4.517-6.761-4.218-9.23 1.36 4.09 5.727 7.888 4.218 9.23z" transform="matrix(.85194 -.52363 .52363 .85194 -48.48 184.74)"/>
522
+ <path id="path1000" d="m250.87 157.73c-2.185 1.685-5.272-6.352-5.564-9.873 1.813 4.919 7.334 7.959 5.564 9.873z" transform="matrix(.85194 -.52363 .52363 .85194 -44.808 188.88)"/>
523
+ <path id="path1001" d="m251.18 157.37c-2.816 2.488-5.904-6.145-6.25-9.653 2.057 5.343 8.086 7.779 6.25 9.653z" transform="matrix(.85194 -.52363 .52363 .85194 -40.902 193.41)"/>
524
+ <path id="path1005" d="m250.66 156.36c1.53 1.563 4.001-3.426 4.179-7.465-1.316 4.038-6.018 5.812-4.179 7.465z" transform="matrix(.94971 -.31314 .31314 .94971 -38.244 116.72)"/>
525
+ <path id="path1006" d="m250.88 157.58c1.999 1.389 3.157-4.485 2.47-8.769-1.441 3.545-4.212 6.449-2.47 8.769z" transform="matrix(.94971 -.31314 .31314 .94971 -35.509 120)"/>
526
+ <path id="path1007" d="m251.41 156.98c2.43 0.955 2.367-4.582 1.25-8.061-0.86 3.777-3.185 6.952-1.25 8.061z" transform="matrix(.94971 -.31314 .31314 .94971 -31.681 124.84)"/>
527
+ <path id="path1056" d="m247.98 153.48c-1.363 0.721-1.71-2.375-3.453-5.55 2.024 2.113 4.394 4.684 3.453 5.55z" transform="matrix(.85194 -.52363 .52363 .85194 -39.964 196.53)"/>
528
+ </g>
529
+ </g>
530
+ <g id="g1894" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
531
+ <path id="path1895" d="m250.84 158.3c-3.215 0.553-4.94-7.294-5.05-10.29 1.147 3.834 6.165 8.875 5.05 10.29z" transform="matrix(.93241 -.36139 .36139 .93241 -48.214 118.01)"/>
532
+ <path id="path1896" d="m250.7 157.48c-2.064 1.041-4.923-5.067-5.648-7.882 1.618 3.053 7.29 5.54 5.648 7.882z" transform="matrix(.93241 -.36139 .36139 .93241 -45.401 122.62)"/>
533
+ <path id="path1897" d="m250.66 157.78c-1.663 1.73-4.962-6.484-5.072-9.48 1.099 4.067 6.931 7.345 5.072 9.48z" transform="matrix(.85194 -.52363 .52363 .85194 -48.246 179.19)"/>
534
+ <path id="path1898" d="m250.35 157.83c-2.04 1.224-4.229-6.261-3.983-9.313 1.396 4.478 5.839 8.003 3.983 9.313z" transform="matrix(.85194 -.52363 .52363 .85194 -49.105 181.53)"/>
535
+ <path id="path1899" d="m251.31 157.15c2.336-1.256 1.88-2.356 1.566-5.653-1.666 2.73-3.097 3.567-1.566 5.653z" transform="matrix(.94971 -.31314 .31314 .94971 -44.025 104.06)"/>
536
+ <path id="path1900" d="m251.1 157.04c3.098 1.175 1.246-3.677 1.562-7.135-0.934 3.752-2.965 6.283-1.562 7.135z" transform="matrix(.94971 -.31314 .31314 .94971 -41.369 107.73)"/>
537
+ <path id="path1901" d="m250.97 156.67c2.341 0.226 2.729-3.064 2.29-7.348-0.983 4.148-3.943 5.756-2.29 7.348z" transform="matrix(.94971 -.31314 .31314 .94971 -39.025 111.25)"/>
538
+ <g id="g1902">
539
+ <path id="path1903" d="m250.61 157.71c-2.085 1.745-4.517-6.761-4.218-9.23 1.36 4.09 5.727 7.888 4.218 9.23z" transform="matrix(.85194 -.52363 .52363 .85194 -48.48 184.74)"/>
540
+ <path id="path1904" d="m250.87 157.73c-2.185 1.685-5.272-6.352-5.564-9.873 1.813 4.919 7.334 7.959 5.564 9.873z" transform="matrix(.85194 -.52363 .52363 .85194 -44.808 188.88)"/>
541
+ <path id="path1905" d="m251.18 157.37c-2.816 2.488-5.904-6.145-6.25-9.653 2.057 5.343 8.086 7.779 6.25 9.653z" transform="matrix(.85194 -.52363 .52363 .85194 -40.902 193.41)"/>
542
+ <path id="path1906" d="m250.66 156.36c1.53 1.563 4.001-3.426 4.179-7.465-1.316 4.038-6.018 5.812-4.179 7.465z" transform="matrix(.94971 -.31314 .31314 .94971 -38.244 116.72)"/>
543
+ <path id="path1907" d="m250.88 157.58c1.999 1.389 3.157-4.485 2.47-8.769-1.441 3.545-4.212 6.449-2.47 8.769z" transform="matrix(.94971 -.31314 .31314 .94971 -35.509 120)"/>
544
+ <path id="path1908" d="m251.41 156.98c2.43 0.955 2.367-4.582 1.25-8.061-0.86 3.777-3.185 6.952-1.25 8.061z" transform="matrix(.94971 -.31314 .31314 .94971 -31.681 124.84)"/>
545
+ <path id="path1909" d="m247.98 153.48c-1.363 0.721-1.71-2.375-3.453-5.55 2.024 2.113 4.394 4.684 3.453 5.55z" transform="matrix(.85194 -.52363 .52363 .85194 -39.964 196.53)"/>
546
+ </g>
547
+ </g>
548
+ <g id="g1534" stroke-linejoin="round" fill-rule="evenodd" transform="translate(-.11049 199.5)" stroke="#000" stroke-width=".5" fill="#fff">
549
+ <path id="path898" d="m250.28 153.28c2.433-1.8 0.577-5.167 0-8.369-0.783 3.037-2.844 7.022 0 8.369z"/>
550
+ <path id="path899" d="m250.2 157.78c-3.655-0.439-3.105-5.166-3.215-8.162 1.099 4.067 4.095 4.754 3.215 8.162z"/>
551
+ <path id="path900" d="m250.78 157.16c3.092-0.179 2.928-3.697 3.093-7.256-1.567 3.271-3.423 3.779-3.093 7.256z"/>
552
+ <path id="path901" d="m250.66 161.53c-2.405 0.192-3.655-2.171-4.205-5.854 2.281 3.394 4.356 2.336 4.205 5.854z"/>
553
+ <path id="path902" d="m251.52 161.24c3.092 0.398 2.598-3.202 2.474-5.855-0.948 2.529-3.463 3.326-2.474 5.855z"/>
554
+ <path id="path903" d="m246.7 159.72c0.247 2.35 1.732 6.39 4.123 5.483 0.989-2.886-2.103-3.463-4.123-5.483z"/>
555
+ <path id="path904" d="m251.56 165.45c-1.072-2.061 2.432-3.093 3.174-5.772 0.426 3.834 0.069 6.349-3.174 5.772z"/>
556
+ </g>
557
+ <g id="g1542" fill-rule="evenodd" transform="translate(-.11049 199.5)" fill="#fff">
558
+ <path id="path1543" d="m250.28 153.28c2.433-1.8 0.577-5.167 0-8.369-0.783 3.037-2.844 7.022 0 8.369z"/>
559
+ <path id="path1544" d="m250.2 157.78c-3.655-0.439-3.105-5.166-3.215-8.162 1.099 4.067 4.095 4.754 3.215 8.162z"/>
560
+ <path id="path1545" d="m250.78 157.16c3.092-0.179 2.928-3.697 3.093-7.256-1.567 3.271-3.423 3.779-3.093 7.256z"/>
561
+ <path id="path1546" d="m250.66 161.53c-2.405 0.192-3.655-2.171-4.205-5.854 2.281 3.394 4.356 2.336 4.205 5.854z"/>
562
+ <path id="path1547" d="m251.52 161.24c3.092 0.398 2.598-3.202 2.474-5.855-0.948 2.529-3.463 3.326-2.474 5.855z"/>
563
+ <path id="path1548" d="m246.7 159.72c0.247 2.35 1.732 6.39 4.123 5.483 0.989-2.886-2.103-3.463-4.123-5.483z"/>
564
+ <path id="path1549" d="m251.56 165.45c-1.072-2.061 2.432-3.093 3.174-5.772 0.426 3.834 0.069 6.349-3.174 5.772z"/>
565
+ </g>
566
+ <g id="g1510" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0 199.39)" stroke="#000" stroke-width=".5" fill="#fff">
567
+ <path id="path943" d="m250.28 153.28c1.925-2.073 0.225-5.362-0.352-8.564-0.783 3.037-2.14 7.061 0.352 8.564z" transform="translate(-8.8046 -12.153)"/>
568
+ <path id="path944" d="m250.9 158.01c-3.381 0.343-4.199-6.533-4.543-9.49 1.099 4.067 4.993 5.926 4.543 9.49z" transform="translate(-9.4866 -13.021)"/>
569
+ <path id="path945" d="m250.86 157.08c2.389-1.234 1.834-3.892 2.585-5.889-1.606 2.451-3.071 2.802-2.585 5.889z" transform="translate(-8.7426 -12.153)"/>
570
+ <path id="path946" d="m251.06 158.17c-3.537 0.303-5.644-7.315-5.754-10.311 1.099 4.067 6.166 6.278 5.754 10.311z" transform="translate(-9.6106 -8.7426)"/>
571
+ <path id="path947" d="m250.74 157c3.326-0.765 2.928-2.916 2.429-6.397-1.059 3.506-2.915 2.763-2.429 6.397z" transform="translate(-8.6185 -7.6885)"/>
572
+ <path id="path948" d="m250.89 161.45c-3.889 0.66-3.616-5.492-6.704-9.955 2.671 3.315 7.48 7.492 6.704 9.955z" transform="translate(-9.4866 -7.6265)"/>
573
+ <path id="path949" d="m251.52 161.24c2.936 0.085 3.223-4.335 3.06-6.128-0.675 1.786-4.127 3.482-3.06 6.128z" transform="translate(-9.2386 -7.6265)"/>
574
+ <path id="path951" d="m244.63 155.97c1.458 4.733 3.529 9.476 6.076 9.116 1.223-2.691-2.416-3.034-6.076-9.116z" transform="translate(-9.3006 -6.8824)"/>
575
+ <path id="path952" d="m251.56 165.45c-1.072-2.061 2.432-3.093 3.174-5.772 0.426 3.834 0.069 6.349-3.174 5.772z" transform="translate(-9.2386 -7.9365)"/>
576
+ <path id="path953" d="m245.14 156.79c2.082 4.264 3.021 9.164 5.88 8.452 1.067-3.316-3.157-4.01-5.88-8.452z" transform="translate(-8.8046 -2.2942)"/>
577
+ <path id="path954" d="m251.48 165.49c-1.228-2.256 2.276-3.054 3.135-6.163 0.465 4.069 0.03 6.974-3.135 6.163z" transform="translate(-8.6806 -3.3482)"/>
578
+ </g>
579
+ <g id="g1522" fill-rule="evenodd" transform="translate(0 199.39)" fill="#fff">
580
+ <path id="path1523" d="m250.28 153.28c1.925-2.073 0.225-5.362-0.352-8.564-0.783 3.037-2.14 7.061 0.352 8.564z" transform="translate(-8.8046 -12.153)"/>
581
+ <path id="path1524" d="m250.9 158.01c-3.381 0.343-4.199-6.533-4.543-9.49 1.099 4.067 4.993 5.926 4.543 9.49z" transform="translate(-9.4866 -13.021)"/>
582
+ <path id="path1525" d="m250.86 157.08c2.389-1.234 1.834-3.892 2.585-5.889-1.606 2.451-3.071 2.802-2.585 5.889z" transform="translate(-8.7426 -12.153)"/>
583
+ <path id="path1526" d="m251.06 158.17c-3.537 0.303-5.644-7.315-5.754-10.311 1.099 4.067 6.166 6.278 5.754 10.311z" transform="translate(-9.6106 -8.7426)"/>
584
+ <path id="path1527" d="m250.74 157c3.326-0.765 2.928-2.916 2.429-6.397-1.059 3.506-2.915 2.763-2.429 6.397z" transform="translate(-8.6185 -7.6885)"/>
585
+ <path id="path1528" d="m250.89 161.45c-3.889 0.66-3.616-5.492-6.704-9.955 2.671 3.315 7.48 7.492 6.704 9.955z" transform="translate(-9.4866 -7.6265)"/>
586
+ <path id="path1529" d="m251.52 161.24c2.936 0.085 3.223-4.335 3.06-6.128-0.675 1.786-4.127 3.482-3.06 6.128z" transform="translate(-9.2386 -7.6265)"/>
587
+ <path id="path1530" d="m244.63 155.97c1.458 4.733 3.529 9.476 6.076 9.116 1.223-2.691-2.416-3.034-6.076-9.116z" transform="translate(-9.3006 -6.8824)"/>
588
+ <path id="path1531" d="m251.56 165.45c-1.072-2.061 2.432-3.093 3.174-5.772 0.426 3.834 0.069 6.349-3.174 5.772z" transform="translate(-9.2386 -7.9365)"/>
589
+ <path id="path1532" d="m245.14 156.79c2.082 4.264 3.021 9.164 5.88 8.452 1.067-3.316-3.157-4.01-5.88-8.452z" transform="translate(-8.8046 -2.2942)"/>
590
+ <path id="path1533" d="m251.48 165.49c-1.228-2.256 2.276-3.054 3.135-6.163 0.465 4.069 0.03 6.974-3.135 6.163z" transform="translate(-8.6806 -3.3482)"/>
591
+ </g>
592
+ <path id="path922" d="m248.8 332.67c2.052 0.555 4.204-1.749 3.458-5.197-2.345 0.584-3.421 2.713-3.458 5.197z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
593
+ <path id="path1039" d="m242.23 330.94c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
594
+ <path id="path2012" d="m248.8 332.67c2.052 0.555 4.204-1.749 3.458-5.197-2.345 0.584-3.421 2.713-3.458 5.197z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
595
+ <path id="path2013" d="m242.23 330.94c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
596
+ <path id="path2015" d="m249.33 327.25c-0.19451 1.515-1.4768 1.6524-1.1041-0.48729 0.31079-1.7368 0.36404-3.0424 0-4.4544-0.49878-1.7696-0.33252-4.7823 0.0424-6.0396 0.37817-1.3276 1.6311-0.54977 1.1041 0.48885-0.58029 1.2042-0.61071 3.7094-0.2119 4.8792 0.52487 1.7274 0.38251 4.0202 0.16952 5.6132z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
597
+ <path id="path2022" d="m258.88 342.39c-0.79276 1.1662-2.0564 0.48933-1.3404-1.383 0.60459-1.2963 0.66944-2.9027 1.3428-3.8506 0.94174-1.4369 2.537-2.6344 3.4425-3.5034 0.93559-0.9258 1.7123-0.0336 0.85439 0.75965-1.0418 1.0424-2.172 2.3399-2.8001 3.3226-1.1714 1.9092-0.65572 3.4324-1.4991 4.6548z" fill-rule="evenodd" stroke="#000" stroke-width="0.5" fill="#fff"/>
598
+ <g id="g2031" fill-rule="evenodd" fill="#fff" transform="translate(-3.594 199.42)">
599
+ <path id="path2021" d="m242.54 131.62c0.179 0.97 1.484 0.926 1.141-0.444-0.286-1.112-0.933-2.181-0.598-3.085 0.459-1.133 0.571-3.079 0.226-3.884-0.348-0.85-1.47-0.28-0.985 0.385 0.534 0.771 0.114 2.925-0.253 3.674-0.483 1.106 0.273 2.334 0.469 3.354z" transform="matrix(-1.2604 -.50286 -.58469 1.2951 647.61 96.354)" stroke="#000" stroke-width=".36026"/>
600
+ <path id="path2027" d="m242.54 131.62c0.179 0.97 1.484 0.926 1.141-0.444-0.286-1.112-0.933-2.181-0.598-3.085 0.459-1.133 0.571-3.079 0.226-3.884-0.348-0.85-1.47-0.28-0.985 0.385 0.534 0.771 0.114 2.925-0.253 3.674-0.483 1.106 0.273 2.334 0.469 3.354z" transform="matrix(-1.2604 -.50286 -.58469 1.2951 647.61 96.354)" stroke-width="1pt"/>
601
+ </g>
602
+ <path id="path2034" d="m258.88 342.39c-0.79276 1.1662-2.0564 0.48933-1.3404-1.383 0.60459-1.2963 0.66944-2.9027 1.3428-3.8506 0.94174-1.4369 2.537-2.6344 3.4425-3.5034 0.93559-0.9258 1.7123-0.0336 0.85439 0.75965-1.0418 1.0424-2.172 2.3399-2.8001 3.3226-1.1714 1.9092-0.65572 3.4324-1.4991 4.6548z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
603
+ <g id="g2044" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)">
604
+ <path id="path2043" d="m242.23 131.78c-0.094 0.784 1.231 0.974 1.172-0.163-0.06-1.187-1.824-2.273-0.742-4.08 0.569-0.884 0.579-2.504 0.234-3.365-0.303-0.854-1.579-0.296-1.094 0.369 0.534 0.771-0.1 2.25-0.508 2.994-1.225 2.166 1.01 3.221 0.938 4.245z" transform="matrix(1 0 0 2.0999 3.4767 -139.85)" stroke="#000" stroke-width=".34504"/>
605
+ <path id="path2014" d="m242.23 131.78c-0.094 0.784 1.231 0.974 1.172-0.163-0.06-1.187-1.824-2.273-0.742-4.08 0.569-0.884 0.579-2.504 0.234-3.365-0.303-0.854-1.579-0.296-1.094 0.369 0.534 0.771-0.1 2.25-0.508 2.994-1.225 2.166 1.01 3.221 0.938 4.245z" transform="matrix(1 0 0 2.0999 3.4767 -139.85)"/>
606
+ </g>
607
+ <path id="path2047" d="m249.33 327.25c-0.19451 1.515-1.4768 1.6524-1.1041-0.48729 0.31079-1.7368 0.36404-3.0424 0-4.4544-0.49878-1.7696-0.33252-4.7823 0.0424-6.0396 0.37817-1.3276 1.6311-0.54977 1.1041 0.48885-0.58029 1.2042-0.61071 3.7094-0.2119 4.8792 0.52487 1.7274 0.38251 4.0202 0.16952 5.6132z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
608
+ <path id="path2051" d="m236.3 358.23c0.63456 0.75517 1.7042 0.24913 0.72951-0.77292-0.79772-0.82583-0.53515-1.0864-1.0213-2.0926-0.48071-1.1242-0.45566-1.7445-1.0359-2.5477-0.51311-0.76202-1.2849 0.0154-0.76788 0.65672 0.64906 0.75844 0.46988 1.3178 0.86685 2.0515 0.7335 1.2556 0.55465 1.9148 1.2287 2.705z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
609
+ <path id="path2052" d="m253.37 378.84c2.042 1.004 3.592 3.512 3.694 5.555 0.173 2.351 0.512 4.336 1.568 6.007-1.681-0.468-2.486-3.147-2.725-5.713-0.242-2.656-1.673-3.808-2.537-5.849z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
610
+ <path id="path2053" d="m257.63 383.76c1.413 2.6083 3.389 3.6031 3.49 5.5387 0.17118 2.2274 0.34039 2.3411 0.94398 4.5316-1.6634-0.4434-2.0819-0.58836-2.5312-3.9214-0.27706-2.3421-2.1522-3.9944-1.9028-6.1489z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
611
+ <path id="path1093" d="m334.74 427.43c0.039 0.989 0.157 1.784 0.743 2.578-3.412-1.367-8.229-0.635-11.524 0.899-1.47 0.702-3.248-0.802-1.524-2.227 2.452-1.987 8.125-0.86 12.305-1.25zm-48.136-0.052c0.048 0.932-0.06 1.786-0.403 2.6 3.709-1.536 7.691-0.26 11.438 1.251 2.576 1.065 2.784-0.779 2.329-1.417-0.782-1.132-2.295-2.375-4.209-2.402-1.274-0.018-6.179-0.062-9.155-0.032zm3.131-18.116c-1.035-0.446-2.237-0.017-3.315 1.118-3.622 3.549-7.872 7.007-11.302 9.697-1.28 1.112-2.588 3.107 2.872 5.101 0.198 0.075 4.178 1.55 6.7 1.644 1.03-0.029 1.027 1.509 0.836 1.919-0.435 0.819-0.12 1.132-0.999 1.92-0.916 0.773 0.098 1.774 0.818 1.094 3.074-2.669 8.059-0.961 12.863 0.601 1.135 0.314 3.212 0.226 3.194-1.34 0.02-1.706 1.256-2.912 2.012-2.956 1.961 0.34 11.651 0.448 14.636 0.085 1.74-0.226 1.845 2.384 2.776 3.413 0.642 0.682 3.113 0.863 4.807 0.115 3.349-1.556 8.452-1.556 10.532-0.069 0.855 0.651 1.53 0.123 1.044-0.538-0.626-0.904-0.612-1.323-0.923-2.037-0.781-1.589-0.158-1.978 0.661-2.093 9.253-1.193 12.206-4.35 9.377-6.924-3.653-3.204-7.72-6.425-11.224-10.211-0.95-1.004-1.578-1.407-3.555-0.585-6.045 2.753-13.718 4.76-21.227 4.907-6.987 0.06-16.594-3.172-20.583-4.861z" fill-rule="evenodd" fill-opacity=".18493" stroke="#000" stroke-width=".5"/>
612
+ <path id="path2056" d="m334.74 427.43c0.039 0.989 0.157 1.784 0.743 2.578-3.412-1.367-8.229-0.635-11.524 0.899-1.47 0.702-3.248-0.802-1.524-2.227 2.452-1.987 8.125-0.86 12.305-1.25zm-48.136-0.052c0.048 0.932-0.06 1.786-0.403 2.6 3.709-1.536 7.691-0.26 11.438 1.251 2.576 1.065 2.784-0.779 2.329-1.417-0.782-1.132-2.295-2.375-4.209-2.402-1.274-0.018-6.179-0.062-9.155-0.032zm3.131-18.116c-1.035-0.446-2.237-0.017-3.315 1.118-3.622 3.549-7.872 7.007-11.302 9.697-1.28 1.112-2.588 3.107 2.872 5.101 0.198 0.075 4.178 1.55 6.7 1.644 1.03-0.029 1.027 1.509 0.836 1.919-0.435 0.819-0.12 1.132-0.999 1.92-0.916 0.773 0.098 1.774 0.818 1.094 3.074-2.669 8.059-0.961 12.863 0.601 1.135 0.314 3.212 0.226 3.194-1.34 0.02-1.706 1.256-2.912 2.012-2.956 1.961 0.34 11.651 0.448 14.636 0.085 1.74-0.226 1.845 2.384 2.776 3.413 0.642 0.682 3.113 0.863 4.807 0.115 3.349-1.556 8.452-1.556 10.532-0.069 0.855 0.651 1.53 0.123 1.044-0.538-0.626-0.904-0.612-1.323-0.923-2.037-0.781-1.589-0.158-1.978 0.661-2.093 9.253-1.193 12.206-4.35 9.377-6.924-3.653-3.204-7.72-6.425-11.224-10.211-0.95-1.004-1.578-1.407-3.555-0.585-6.045 2.753-13.718 4.76-21.227 4.907-6.987 0.06-16.594-3.172-20.583-4.861z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
613
+ <g id="g2095" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)">
614
+ <path id="path973" d="m368.23 155.51c0.419 1.443 6.19-1.194 9.123-6.963-3.841 4.188-10.058 4.147-9.123 6.963z" transform="translate(-14.439 36.636)" stroke="#000" stroke-width=".5"/>
615
+ <path id="path2094" d="m368.23 155.51c0.419 1.443 6.19-1.194 9.123-6.963-3.841 4.188-10.058 4.147-9.123 6.963z" transform="translate(-14.439 36.636)" stroke-width="1pt"/>
616
+ </g>
617
+ <g id="g2091" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)">
618
+ <path id="path1054" d="m253.45 178.87c1.695 2.578 3.958 4.444 4.06 6.487 0.173 2.351 0.344 2.471 0.954 4.783-1.681-0.468-2.104-0.621-2.558-4.139-0.28-2.472-2.708-4.857-2.456-7.131z" transform="matrix(-1.0366 0 0 .94744 626.13 13.902)" stroke="#000" stroke-width=".50454"/>
619
+ <path id="path2090" d="m253.45 178.87c1.695 2.578 3.958 4.444 4.06 6.487 0.173 2.351 0.344 2.471 0.954 4.783-1.681-0.468-2.104-0.621-2.558-4.139-0.28-2.472-2.708-4.857-2.456-7.131z" transform="matrix(-1.0366 0 0 .94744 626.13 13.902)" stroke-width="1pt"/>
620
+ </g>
621
+ <g id="g2087" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)">
622
+ <path id="path1053" d="m254.38 180.28c2.042 1.004 2.506 2.667 2.587 4.726 0.04 2.384 0.617 4.226 1.673 5.897-2.103 0.305-2.486-3.147-2.725-5.713-0.242-2.656-0.671-2.869-1.535-4.91z" transform="matrix(-1.0476 0 0 1 632.74 -.27458)" stroke="#000" stroke-width=".48851"/>
623
+ <path id="path2086" d="m254.38 180.28c2.042 1.004 2.506 2.667 2.587 4.726 0.04 2.384 0.617 4.226 1.673 5.897-2.103 0.305-2.486-3.147-2.725-5.713-0.242-2.656-0.671-2.869-1.535-4.91z" transform="matrix(-1.0476 0 0 1 632.74 -.27458)" stroke-width="1pt"/>
624
+ </g>
625
+ <g id="g2135" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
626
+ <path id="path1045" d="m242.23 131.44c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" transform="matrix(1.0696 0 0 1.5618 113.14 -77.646)" stroke="#000" stroke-width=".38685"/>
627
+ <path id="path2134" d="m242.23 131.44c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" transform="matrix(1.0696 0 0 1.5618 113.14 -77.646)"/>
628
+ </g>
629
+ <g id="g2139" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
630
+ <path id="path1044" d="m242.23 131.78c-0.094 0.784 1.231 0.974 1.172-0.163-0.06-1.187-1.824-2.273-0.742-4.08 0.569-0.884 0.579-2.504 0.234-3.365-0.303-0.854-1.579-0.296-1.094 0.369 0.534 0.771-0.1 2.25-0.508 2.994-1.225 2.166 1.01 3.221 0.938 4.245z" transform="matrix(-.98429 0 0 2.0999 614.23 -139.96)" stroke="#000" stroke-width=".34779"/>
631
+ <path id="path2138" d="m242.23 131.78c-0.094 0.784 1.231 0.974 1.172-0.163-0.06-1.187-1.824-2.273-0.742-4.08 0.569-0.884 0.579-2.504 0.234-3.365-0.303-0.854-1.579-0.296-1.094 0.369 0.534 0.771-0.1 2.25-0.508 2.994-1.225 2.166 1.01 3.221 0.938 4.245z" transform="matrix(-.98429 0 0 2.0999 614.23 -139.96)"/>
632
+ </g>
633
+ <g id="g2143" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
634
+ <path id="path1043" d="m242.23 131.44c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" transform="matrix(-.98429 0 0 1 617.65 -.11047)" stroke="#000" stroke-width=".50397"/>
635
+ <path id="path2142" d="m242.23 131.44c0.179 0.97 1.359 1.058 1.016-0.312-0.286-1.112-0.335-1.948 0-2.852 0.459-1.133 0.306-3.062-0.039-3.867-0.348-0.85-1.501-0.352-1.016 0.313 0.534 0.771 0.562 2.375 0.195 3.124-0.483 1.106-0.352 2.574-0.156 3.594z" transform="matrix(-.98429 0 0 1 617.65 -.11047)"/>
636
+ </g>
637
+ <g id="g2147" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
638
+ <path id="path1057" d="m357.77 126.77c-1.008 1.557-5.555-1.226-4.714-2.894 0.869-0.972 5.751 1.078 4.714 2.894z" transform="matrix(.82827 .56032 -.56032 .82827 146.81 -172.24)" stroke="#000" stroke-width=".5"/>
639
+ <path id="path2146" d="m357.77 126.77c-1.008 1.557-5.555-1.226-4.714-2.894 0.869-0.972 5.751 1.078 4.714 2.894z" transform="matrix(.82827 .56032 -.56032 .82827 146.81 -172.24)"/>
640
+ </g>
641
+ <g id="g2155" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
642
+ <path id="path1047" d="m242.22 131.74c0.179 0.97 1.234 0.857 1.321-0.555-0.013-1.006 0.431-2.074 0.266-2.87-0.197-1.186-0.906-2.386-1.251-3.191-0.348-0.85-1.141-0.469-0.805 0.274 0.384 0.954 0.75 2.098 0.874 2.905 0.208 1.555-0.601 2.417-0.405 3.437z" transform="matrix(1.2161 -.50286 .56418 1.2951 -6.3705 94.028)" stroke="#000" stroke-width=".36675"/>
643
+ <path id="path2154" d="m242.22 131.74c0.179 0.97 1.234 0.857 1.321-0.555-0.013-1.006 0.431-2.074 0.266-2.87-0.197-1.186-0.906-2.386-1.251-3.191-0.348-0.85-1.141-0.469-0.805 0.274 0.384 0.954 0.75 2.098 0.874 2.905 0.208 1.555-0.601 2.417-0.405 3.437z" transform="matrix(1.2161 -.50286 .56418 1.2951 -6.3705 94.028)"/>
644
+ </g>
645
+ <g id="g2160" fill-rule="evenodd" transform="translate(0,199.5)" fill="#fff">
646
+ <path id="path1046" d="m242.54 131.62c0.179 0.97 1.484 0.926 1.141-0.444-0.286-1.112-0.933-2.181-0.598-3.085 0.459-1.133 0.571-3.079 0.226-3.884-0.348-0.85-1.47-0.28-0.985 0.385 0.534 0.771 0.114 2.925-0.253 3.674-0.483 1.106 0.273 2.334 0.469 3.354z" transform="matrix(1.2161 -.50286 .56418 1.2951 -8.7924 95.591)" stroke="#000" stroke-width=".36675"/>
647
+ <path id="path2159" d="m242.54 131.62c0.179 0.97 1.484 0.926 1.141-0.444-0.286-1.112-0.933-2.181-0.598-3.085 0.459-1.133 0.571-3.079 0.226-3.884-0.348-0.85-1.47-0.28-0.985 0.385 0.534 0.771 0.114 2.925-0.253 3.674-0.483 1.106 0.273 2.334 0.469 3.354z" transform="matrix(1.2161 -.50286 .56418 1.2951 -8.7924 95.591)"/>
648
+ </g>
649
+ <path id="path1071" stroke-linejoin="round" d="m293.29 397.78c2.318 1.85 4.503 3.95 5.157 6.563 0.682 2.434 1.094 4.297 2.657 6.719-2.448-1.563-3.42-3.924-4.141-6.486-0.633-2.517-2.084-4.399-3.673-6.796z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
650
+ <path id="path2163" d="m293.29 397.78c2.318 1.85 4.503 3.95 5.157 6.563 0.682 2.434 1.094 4.297 2.657 6.719-2.448-1.563-3.42-3.924-4.141-6.486-0.633-2.517-2.084-4.399-3.673-6.796z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
651
+ <path id="path2167" d="m290.64 397.78c2.162 1.771 3.565 3.793 4.219 6.406 0.682 2.434 1.641 4.375 3.048 6.563-2.292-1.563-3.733-3.689-4.454-6.251-0.633-2.518-1.38-4.4-2.813-6.718z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
652
+ <path id="path2168" d="m331.11 397.78c-2.21 1.7814-3.6441 3.8153-4.3126 6.4437-0.69713 2.4483-1.6774 4.4007-3.1156 6.6016 2.3428-1.5722 3.8158-3.7107 4.5528-6.2878 0.64704-2.5328 1.4106-4.4259 2.8754-6.7575z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
653
+ <path id="path2169" d="m328.39 397.78c-2.3694 1.8609-4.6029 3.9732-5.2714 6.6016-0.69713 2.4483-1.1183 4.3223-2.7159 6.7585 2.5023-1.5722 3.4959-3.9471 4.2329-6.5242 0.64704-2.5318 2.1302-4.4249 3.7545-6.836z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
654
+ <path id="path2170" d="m320.54 403.95c0.0637-0.457-0.24784-0.856-0.62208-0.976-0.72858-0.274-1.4542-0.497-2.1768-0.703-0.82114-0.195-1.281 0.394-1.284 0.781-0.004 0.644-0.0338 1.191 0 1.679 0.0448 0.608 0.16025 0.653 0.54444 0.743 0.61511 0.104 1.4034 0.21 2.0215 0.625 0.4897 0.302 0.96049 0.063 1.2053-0.468 0.15826-0.406 0.24485-1.2 0.31154-1.681z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
655
+ <path id="path2171" d="m311.69 403.95c-0.0569-0.457 0.18318-0.895 0.51752-1.015 0.65091-0.274 1.2991-0.341 1.983-0.313 0.75938-0.012 0.95056 0.16 0.95323 0.547 0.004 0.644 0.0302 1.269 0 1.757-0.04 0.608-0.0267 0.653-0.36991 0.743-0.54953 0.104-1.4868 0.132-2.039 0.547-0.4375 0.302-0.93634 0.063-0.96035-0.507 0.0107-0.43-0.0249-1.278-0.0845-1.759z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
656
+ <path id="path2172" d="m300.95 403.83c-0.064-0.457 0.249-0.856 0.625-0.976 0.732-0.274 1.461-0.497 2.187-0.703 0.825-0.195 1.287 0.394 1.29 0.781 0.004 0.644 0.034 1.191 0 1.679-0.045 0.608-0.161 0.653-0.547 0.743-0.618 0.104-1.41 0.21-2.031 0.625-0.492 0.302-0.965 0.063-1.211-0.468-0.159-0.406-0.246-1.2-0.313-1.681z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
657
+ <path id="path2173" d="m309.84 403.83c0.0572-0.457-0.18404-0.895-0.51995-1.015-0.65396-0.274-1.3052-0.341-1.9922-0.313-0.76295-0.012-0.95503 0.16-0.95771 0.547-0.004 0.644-0.0304 1.269 0 1.757 0.0402 0.608 0.0268 0.653 0.37165 0.743 0.55211 0.104 1.4937 0.132 2.0485 0.547 0.43955 0.302 0.94074 0.063 0.96486-0.507-0.0107-0.43 0.025-1.278 0.0849-1.759z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
658
+ <path id="path2174" d="m301.61 407.89c0.794 1.497 1.706 3.776 3.359 3.359 0.026-1.146-1.784-1.94-3.359-3.359z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
659
+ <path id="path2175" d="m304.08 408.4c3.2104 1.316 5.9828 0.991 6.3282 3.009-3.0118 0.325-4.1132-0.912-6.3282-3.009z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
660
+ <path id="path2176" d="m319.82 408.09c-0.80485 1.4112-1.7293 3.5597-3.4049 3.1666-0.0264-1.0803 1.8084-1.8288 3.4049-3.1666z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
661
+ <path id="path2177" d="m317.57 408.52c-3.2572 1.2488-6.0699 0.9404-6.4204 2.8554 3.0556 0.30841 4.1731-0.86543 6.4204-2.8554z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
662
+ <path id="path2178" d="m327.18 376.52 6.993 0.001c0.026 2.643 1.575 5.482 3.75 7.109h-13.4c2.097-1.901 2.67-4.154 2.657-7.11z" fill-rule="evenodd" fill-opacity=".53425" stroke="#000" stroke-width=".5" fill="#fff"/>
663
+ <path id="path2179" d="m327.18 376.52 6.993 0.001c0.026 2.643 1.575 5.482 3.75 7.109h-13.4c2.097-1.901 2.67-4.154 2.657-7.11z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
664
+ <path id="path2183" d="m277.29 419.26c-0.385 0.294-0.359 1.176 0.39 1.484 6.985 2.506 13.728 7.137 33.128 6.954 19.586-0.185 26.469-4.704 32.737-6.797 0.835-0.318 1.621-0.965 0.547-1.875-3.522-2.879-7.329-5.193-9.845-8.751-0.446-0.64-1.665-0.277-2.422 0-7.476 2.626-14.383 4.466-21.564 4.453-7.012-0.013-14.321-1.944-20.9-4.648-0.63-0.269-1.662 0.034-2.149 0.507-3.053 3.041-6.373 5.992-9.922 8.673z" stroke="#000" stroke-width=".25" fill="none"/>
665
+ <path id="path2184" d="m286.7 414.45c-0.841-0.542-1.22 0.163-0.625 0.899 0.772 0.847 2.021 1.357 3.32 1.719 0.758 0.211 2.323-0.055 3.126 0.039 0.625 0.078 0.978 1.339 2.11 1.289 1.142-0.049 1.875-3.086 1.914-4.61 0.052-1.01-1.344-0.365-1.211 0.04 0.366 1.004-0.304 3.244-1.016 3.242-0.524-0.032-1.086-1.118-1.875-1.25-0.617-0.102-1.553 0.072-2.188 0.078-1.857 0.018-2.657-0.908-3.555-1.446z" fill-rule="evenodd" stroke-width="1pt"/>
666
+ <path id="path2185" d="m288.27 413.63c0.991 0.495 1.857-0.391 2.423 0.235 1.446 1.641 3.306-0.786 1.133-0.703-0.879 0.034-1.016-0.665-2.54-0.509-0.811 0.104-1.49 0.701-1.016 0.977z" fill-rule="evenodd" stroke-width="1pt"/>
667
+ <path id="path2186" d="m288.5 420.82c-0.783-0.342-1.046 0.402-0.586 0.86 0.646 0.59 3.329 0.825 3.985 0.352 1.085-0.823 0.292-2.985-0.195-3.595-0.304-0.371-1.22-0.399-0.86 0.587 0.149 0.457 0.815 1.594 0.273 2.109-0.496 0.474-1.868-0.001-2.617-0.313z" fill-rule="evenodd" stroke-width="1pt"/>
668
+ <path id="path2187" d="m294.52 421.48c0.172-0.441-0.292-1.201-1.095-0.313-0.663 0.7-0.125 3.651 1.993 4.18 2.07 0.508 3.621-0.236 3.906-1.367 0.197-0.753-0.937-1.407-0.351-2.071 0.489-0.519 1.433 0.006 1.836-0.82 0.236-0.463 0.255-1.412-1.016-2.032-0.551-0.277-1.505 0.355-1.485 0.821 0.03 0.641 1.023 0.223 0.664 0.781-0.262 0.425-1.435 0.248-1.796 1.25-0.216 0.637 1.328 1.813 0.508 2.11-0.732 0.253-1.686 0.417-2.657-0.117-0.6-0.318-0.855-1.634-0.507-2.422z" fill-rule="evenodd" stroke-width="1pt"/>
669
+ <path id="path2188" d="m287.06 417.42c-0.492 0.072-1.171 0.43-1.21 1.016-0.03 0.47 0.357 1.284 1.016 0.741 0.68-0.528 0.158-0.778 0.312-0.586 0.339 0.339-0.158 0.367-0.781 1.212-0.434 0.641-1.361 0.538-1.836 0.312-0.82-0.423-0.513-0.694-1.407-1.094-0.893-0.439-1.434 0.591-0.586 1.055 0.937 0.537 2.472 1.61 3.985 0.821 0.899-0.508 1.953-0.971 1.914-2.11-0.051-0.74-0.38-1.511-1.407-1.367z" fill-rule="evenodd" stroke-width="1pt"/>
670
+ <path id="path2192" d="m335.65 417.03c-0.691-0.494-0.268-1.39 0.743-1.055 0.86 0.318 2.288 1.331 2.382 2.657 0.107 1.45-2.23 2.511-3.124 2.462-1.531-0.124-1.258-1.338-0.118-1.251 0.884 0.064 1.97-0.251 2.032-1.172 0.052-0.799-1.417-1.264-1.915-1.641z" fill-rule="evenodd" stroke-width="1pt"/>
671
+ <path id="path2193" d="m330.61 413.48c-0.893-0.901 0.976-1.875 1.523-0.781 0.721 1.391 1.579 2.76 2.227 4.297 0.516 1.261-0.161 1.432-0.586 0.742-0.711-1.2-1.788-2.806-3.164-4.258z" fill-rule="evenodd" stroke-width="1pt"/>
672
+ <path id="path2194" d="m326.24 416.17c0.961-0.418 0.937 0.781 0.586 1.016-0.635 0.353-1.485-0.586-0.586-1.016z" fill-rule="evenodd" stroke-width="1pt"/>
673
+ <path id="path2195" d="m329.09 415.12c0.961-0.418 0.937 0.781 0.586 1.016-0.635 0.353-1.485-0.586-0.586-1.016z" fill-rule="evenodd" stroke-width="1pt"/>
674
+ <path id="path2196" d="m299.28 416.8c-1.442-0.921 0.293-2.295 1.289-1.25 1.427 1.457 2.791 4.65 3.868 5.86 1.024 1.189 0.199-3.224 0.508-4.532 0.211-0.727 0.779-0.625 0.781 0.078 0.005 1.798-0.272 5.456 0.195 5.743 0.874 0.497 0.716 1.308 1.445 1.172 0.782-0.186 0.665-0.391 1.368-0.43 0.697 0 0.721 0.699 1.524 0.586 0.512-0.067 0.666-0.647 1.288-0.665 0.567-0.048 0.323 1.204-0.038 1.407-0.589 0.331-2.423-0.36-2.969-0.312-0.65 0.017-1.82 0.62-2.54 0.351-0.879-0.314-0.684-1.428-1.289-1.25-0.685 0.158-0.556 1.405-2.187 1.797-0.764 0.174-1.021-0.512-0.625-0.977 0.709-0.758 2.137-1.363 1.914-2.07-0.661-1.97-2.658-4.343-4.532-5.508z" fill-rule="evenodd" stroke-width="1pt"/>
675
+ <path id="path2197" d="m311.82 417.07c0.693 2.28 0.659 5.312 1.055 7.384 0.195 0.815 0.975 0.089 0.899-0.547-0.307-2.225-0.442-4.956-1.016-7.071-0.238-0.732-1.203-0.59-0.938 0.234z" fill-rule="evenodd" stroke-width="1pt"/>
676
+ <path id="path2198" d="m313.74 417.66c-0.183-0.951 0.727-1.04 0.86-0.47 0.469 1.835 0.409 6.034 1.328 6.173 1.586 0.181 3.81-0.147 5.782-0.547 0.97-0.193 1.169-0.895 1.133-1.173-0.186-1.128 0.867-1.039 1.133 0.157 0.143 0.624-0.14 1.743-1.328 1.992-2.321 0.448-5.516 1.139-7.345 0.742-1.602-0.339-1.08-4.475-1.563-6.874z" fill-rule="evenodd" stroke-width="1pt"/>
677
+ <path id="path2199" d="m316.32 419.3c0.04-1.203 0.943-1.38 0.937-0.352 0.025 2.461 2.906 1.822 3.517 0.899 0.451-0.72 0.121-1.03-0.313-1.836-0.54-1.043 0.603-1.337 1.094-0.43 0.367 0.649 0.622 2.718-0.039 3.243-0.915 0.725-3.388 1.081-4.454 0.273-0.566-0.39-0.786-1.138-0.742-1.797z" fill-rule="evenodd" stroke-width="1pt"/>
678
+ <path id="path2200" d="m315.07 416.09c0.128 0.771 2.226 0.508 2.148-0.078-0.072-0.504-2.265-0.391-2.148 0.078z" fill-rule="evenodd" stroke-width="1pt"/>
679
+ <path id="path2201" d="m317.8 416.72c0.082 0.777 1.44 0.548 1.367-0.039-0.072-0.621-1.445-0.743-1.367 0.039z" fill-rule="evenodd" stroke-width="1pt"/>
680
+ <path id="path2202" d="m321.9 415.78c-0.689-0.952 0.652-1.012 1.094-0.312 1.144 1.71 1.898 4.467 3.008 6.328 0.472 0.858 1.063 0.091 1.133-0.117 0.074-0.221-0.359-0.56-0.39-1.328-0.055-0.597 1.166-1.339 2.031-0.781 0.809 0.545 0.147 1.028 0.547 1.328 0.381 0.286 1.343 0.106 1.485-0.078 0.427-0.671-0.155-0.278-0.743-0.665-0.68-0.487-0.272-2.597 1.133-1.719 0.836 0.484 1.082 2.031 0.781 2.891-0.266 0.797-1.665 1.068-2.422 0.899-0.853-0.26-1.542-1.286-1.367-1.016 0.422 0.693-0.104 1.377-0.508 1.641-0.997 0.626-1.694 0.954-2.422-0.078-1.29-1.932-2-5.191-3.36-6.993z" fill-rule="evenodd" stroke-width="1pt"/>
681
+ <path id="path2789" d="m285.49 283.37c-0.057-1.1542 1.732-1.2423 1.527 0.3449-0.262 1.9774 3.732 6.9829 4.063 10.07 0.222 2.0698-1.216 3.8816-2.64 5.0092-1.746 1.3525-4.431 1.1665-5.687 0.3906-0.76-0.6117-1.453-2.7066-0.884-3.5358 0.201-0.2791 1.111 3.0746 3.115 3.0615 2.727-0.0176 4.936-2.0661 5.017-3.8931 0.14-3.1821-4.461-8.2114-4.511-11.447z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
682
+ <path id="path2791" d="m293.48 291.23c0.451-0.3223 1.171 1.0848 0.663 1.4364-0.423 0.2817-1.249-1.0458-0.663-1.4364z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
683
+ <path id="path2792" d="m294.68 288.38c-0.228 0.1106-0.681-0.0465-0.546-0.24 0.638-0.9115 1.998-2.2835 2.984-2.7624 0.303-0.1472 0.833 0.3876 0.65 0.6496-0.59 0.843-2.026 1.8373-3.088 2.3528z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
684
+ <path id="path2793" d="m305.23 280.01c0.253-0.5281 1.772-1.1251 2.159-1.4822 0.358-0.3665 0.529 0.3101 0.376 0.6295-0.253 0.5278-1.564 1.4192-2.139 1.4431-0.309 0.0129-0.549-0.2714-0.396-0.5904z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
685
+ <path id="path2794" d="m308.83 280.18c0.329-0.927 1.39-2.3322 2.12-2.7948 0.375-0.2372 1.048-0.0506 0.922 0.3047-0.279 0.7865-1.577 2.1607-2.45 2.8081-0.265 0.2358-0.668-0.1032-0.592-0.318z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
686
+ <path id="path2795" d="m305.74 282.5c-0.22 0.1101-0.101 0.5787 0.111 0.6495 0.451 0.1502 1.272 0.1795 1.644-0.0257 0.54-0.3328 0.294-2.3808-0.429-1.2868-0.485 0.6749-0.839 0.4581-1.326 0.663z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
687
+ <path id="path2797" d="m299.64 287.2c-1.103-0.859 0.297-2.0625 1.45-1.2222 2.246 1.6943-3.351 8.1851-6.396 11.219-0.557 0.5942-1.046-0.9024-0.332-1.5469 2.183-1.8517 4.227-4.0641 5.648-6.3496 0.274-0.44 0.536-1.3885-0.37-2.1004z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
688
+ <path id="path2798" d="m312.42 281.62c0.137-0.8221-1.33 0.0172-1.357-1.0726-0.014-0.5768 1.603-0.9815 2.279-0.318 1.142 1.1585 0.288 3.1126-1.611 3.2356-1.583 0.0699-4.224 2.2476-3.822 2.7054 0.457 0.5653 4.562 0.9386 6.949 0.5648 1.478-0.2074 1.168 1.1145-0.346 1.2935-1.463 0.1686-2.655 0.0123-4.022 0.442-1.609 0.4597-2.311 2.6194-3.205 3.4254-0.199 0.1401-0.736-0.7081-0.532-1.0269 0.644-1.0072 1.671-2.5488 2.801-2.9901 0.713-0.2888-1.966-0.3799-2.821-0.6239-0.678-0.2044-0.481-1.066-0.221-1.5469 0.345-0.7493 2.87-3.278 3.888-3.2367 0.956 0.0404 1.925-0.2379 2.02-0.8516z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
689
+ <path id="path2799" d="m316.68 281.84c0.475-0.419 0.718-1.1201 1.216-1.5469 0.273-0.2734 0.709 0.0542 0.636 0.7143-0.061 0.5197-0.759 0.9676-1.228 1.3583-0.382 0.2861-0.826-0.3318-0.624-0.5257z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
690
+ <path id="path2800" d="m322.09 279.91c0.707-0.0781 0.883 1.2868 0.11 1.5078-0.469 0.1563-0.879-1.4273-0.11-1.5078z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
691
+ <path id="path2801" d="m320.31 284.13c-0.011 1.175 0.569 1.0669 1.676 1.0268 1.074-0.0404 2.019 0.0277 2.015-1.0335-0.005-1.1-0.609-2.0623-0.786-1.3137-0.156 0.7032-0.28 1.8545-0.689 1.3528-0.386-0.4311-0.233-0.5256-0.897 0.1819-0.368 0.3899-0.41-0.189-0.631-0.5525-0.154-0.2153-0.687 0.1739-0.688 0.3382z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
692
+ <path id="path2802" d="m312.59 290.13c-0.264 1.555-0.022 3.7323 0.774 3.7569 0.984 0.032 3.02-3.3998 3.984-5.1799 0.578-0.9934 1.571-1.1671 1.157-0.1306-0.627 1.5992-0.571 5.0205-0.02 6.0259 0.296 0.5415 2.481-0.4966 2.834-1.2679 0.642-1.4018 0.12-3.9859 0.345-5.5639 0.109-1.036 1.057-1.2525 1.007-0.2923-0.094 1.718-0.257 4.8677-0.136 6.2982 0.072 0.8223 2.423 2.0358 2.801-0.4543 0.199-1.5674 1.006-3.113-0.039-4.8495-0.648-1.0857 0.951-0.9497 1.813 0.5335 0.603 1.0094-0.508 2.6799-0.469 3.9711 0.1 1.9865-1.445 3.1151-2.566 3.1386-1.002 0.0202-1.655-1.2106-2.476-1.2278-0.911-0.0581-1.847 1.4172-2.6 1.365-2.918-0.1994-1.373-4.4646-2.262-4.5169-0.989-0.0582-2.155 4.1804-3.373 4.0292-1.201-0.1442-2.444-3.4545-1.944-4.8551 0.452-1.3031 1.304-1.6085 1.17-0.7802z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
693
+ <path id="path2803" d="m326.72 283.4c-1.424-0.8686 0.09-3.1274 0.786-2.3338 1.344 1.6096 2.699 5.4302 3.646 5.7458 0.6 0.2001 0.572-2.824 0.995-4.1988 0.273-1.0156 1.501-0.6841 1.266 0.6172-0.08 0.4345-1.604 5.3752-1.487 5.5705 1.056 2.1111 2.101 4.2534 2.762 6.5192 0.273 0.9766-0.9 0.3189-1.04 0.1161-0.749-1.1196-2.06-5.4009-2.06-5.2056-0.603 3.0118-0.745 3.9007-1.385 6.4601-0.195 0.8203-1.402 0.6709-1.13-0.7734 0.262-1.1872 1.988-7.0253 1.891-7.1945-1.357-2.3954-2.598-4.2902-4.244-5.3228z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
694
+ <path id="path2804" d="m329.29 297.29c-0.397-0.045-1.013 0.8831 0.964 1.2478 2.642 0.4782 5.534-0.4116 6.42-3.0023 1.015-3.0859 1.686-6.0073 2.216-7.1097 0.662-1.2847 1.509-1.1809 0.884-3.0559-0.441-1.3496-1.264-0.9424-1.437-0.221-0.462 1.967-2.215 8.3307-2.762 9.5026-1.032 2.1385-3.112 2.9845-6.285 2.6385z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
695
+ <path id="path2805" d="m334.58 287.14c-0.283-0.6072-0.943-0.1372-0.825 0.5268 0.07 0.6002 0.557 0.9265 1.046 0.9096 0.579-0.02 1.804 0.0194 1.807-0.942 0.002-0.6754-0.529-1.2397-0.923-0.4944-0.377 0.6748-0.862 0.6041-1.105 0z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
696
+ <path id="path2806" d="m335.24 284.6c-0.203 0.1409-0.021 0.892 0.221 0.8839 0.863-0.0288 2.086-0.3041 2.741-0.76 0.192-0.1334 0.112-0.5873-0.161-0.5782-0.832 0.0277-2.156 0.006-2.801 0.4543z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
697
+ <path id="path2807" d="m342.57 286.49c0.625-0.9766 2.349-1.0761 1.729 0.3181-0.439 0.9606-4.731 9.2537-5.317 10.308-0.639 1.1859-1.162 0.5987-0.708-0.3248 0.611-1.1884 4.1-10.013 4.296-10.302z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
698
+ <path id="path2808" d="m336.11 298.84c-0.183-0.66-1.207-1.6359-1.092 0.1295 0.204 3.2048 4.607 2.1918 5.94 1.0528 1.21-1.0724 0.16 3.618 1.768 4.12 0.886 0.284 2.554-0.925 3.374-1.989 2.274-2.9506 3.721-7.1804 5.908-10.094 0.826-1.1391-0.452-1.9522-0.969-1.0458-1.902 3.1891-4.264 9.6975-6.844 11.388-2.103 1.346-1.48-1.733-1.553-2.658-0.092-0.6786-0.919-1.677-2.022-0.7604-0.771 0.6024-1.969 1.0924-3.054 0.9944-0.629-0.035-1.16-0.024-1.456-1.1373z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
699
+ <path id="path2809" d="m343.97 292.89c0.023-0.1809-0.931-0.263-0.884 0.663 0.033 0.6855 0.853 0.8716 0.994 0.7735 1.29-0.9382-0.274-0.4703-0.11-1.4365z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
700
+ <path id="path2810" d="m342.09 296.64c-0.254 0.0594-0.487 0.8703 0.111 0.9163 0.547 0.039 2.69-0.191 3.282-0.1563 0.383-0.0144 0.529-0.7466-0.292-0.7076-0.996 0.0499-2.305-0.1997-3.101-0.0524z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
701
+ <path id="path2813" d="m356.28 295.69c0.879-3.2938 3.008 0.5081 1.133 2.3831-2.895 2.8355-3.767 8.2485-8.36 9.0635-1.238 0.266-3.417-0.557-4.063-1.016-0.252-0.179 0.163-1.355 0.937-0.781 1.119 0.874 3.43 1.071 4.65 0.078 2.61-2.562 4.735-5.9547 5.703-9.7276z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
702
+ <path id="path2815" d="m308.56 303.01c-0.207 0.238-0.84 0.199-0.897 0.533-0.249 1.239 0 1.867-0.273 3.06-0.261 1.142-1.054 1.185-1 0.254 0.072-1.207 1.067-2.911 0.364-3.028-0.468-0.11-0.829-0.736-0.345-1.045 0.914-0.634 1.405-0.537 2.033-0.346 0.219 0.067 0.275 0.389 0.118 0.572z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
703
+ <path id="path2816" d="m307.92 301.39c-1.212 1.06-2.336 1.493-3.451 2.833-0.456 0.549-0.443 1.314-0.715 2.014-0.273 0.743-1.151 0.889-1.423 0.734-0.455-0.299-0.389-1.677-0.897-0.935-0.431 0.683-0.709 1.624-1.346 1.612-0.576-0.012-1.663-1.19-1.112-1.247 1.885-0.193 1.862-1.702 2.568-1.801 0.792-0.106 0.844 1.246 1.333 0.975 0.384-0.197 0.565-1.772 0.982-2.197 1.278-1.306 2.289-1.996 3.593-2.956 0.66-0.526 1.131 0.423 0.468 0.968z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
704
+ <path id="path2817" d="m312.34 305.45c-0.97 0.196-0.805 1.443-0.52 1.598 0.47 0.219 1.197 0.311 1.469-1.123 0.127-0.589 0.242 2.928 1.533 1.573 0.743-0.821 2.584 0.149 3.355-0.884 0.552-0.688 0.722-1.168 0.292-2.184-0.125-0.309-0.881-0.157-0.838 0.593 0.038 0.632-0.448 1.412-1.08 1.279-0.307-0.056 0.173-1.546-0.135-1.95-0.17-0.222-0.428-0.198-0.597 0.032-0.237 0.322 0.238 1.75-0.541 1.938-0.983 0.227-0.468-0.955-0.884-1.171-1.338-0.675-1.467 0.175-2.054 0.299z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
705
+ <path id="path2818" d="m319.91 303.05c0.711-0.2 0.489-0.201 1.608-1.117 0.436-0.33 0.522 0.636 0.476 1.018-0.081 0.649-0.852 0.191-1.091 0.762-0.35 0.742-0.208 2.468-0.325 3.171-0.08 0.361-0.659 0.33-0.714 0.045-0.166-0.857 0.117-1.696 0.09-2.768-0.009-0.364-0.53-0.935-0.044-1.111z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
706
+ <path id="path2819" d="m316.57 299.19c-0.172 0.7756-0.159 1.4146-0.159 1.9466 0.039 0.43 0.825 0.153 0.822 0.098-0.039-0.681 0.116-1.623-0.085-1.8856-0.109-0.1417-0.538-0.3054-0.578-0.159z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
707
+ <path id="path3162" d="m285.49 283.37c-0.057-1.1542 1.732-1.2423 1.527 0.3449-0.262 1.9774 3.732 6.9829 4.063 10.07 0.222 2.0698-1.216 3.8816-2.64 5.0092-1.746 1.3525-4.431 1.1665-5.687 0.3906-0.76-0.6117-1.453-2.7066-0.884-3.5358 0.201-0.2791 1.111 3.0746 3.115 3.0615 2.727-0.0176 4.936-2.0661 5.017-3.8931 0.14-3.1821-4.461-8.2114-4.511-11.447z" fill-rule="evenodd" fill="#fff"/>
708
+ <path id="path3143" d="m290.24 282.7c0.34 0.0162 1.272 1.2239 1.211 1.6016-0.042 0.1781-0.997-0.0265-1.289-0.2734-0.216-0.1828-0.129-1.338 0.078-1.3282zm-4.494 8.7491c-0.852 0.4647 0.135 1.382 0.773 0.9944 2.395-1.5507 5.989-3.1796 6.74-6.2514 0.241-1.0404 1.208-2.6352 2.126-2.9911 0.887-0.3439 2.175 1.6048 3.016 0.0714 0.493-0.8765 2.221 0.5752 2.638-0.3627 0.508-1.1328 0.266-1.7565 0.287-2.8416-0.037-0.7108-0.58-0.9231-0.974 0.2277-0.205 0.5211 0.036 1.0472-0.131 1.3192-0.127 0.2068-0.523 0.4069-0.753 0.2344-0.212-0.159-0.065-0.603-0.573-0.7992-0.197-0.0987-0.513-0.1808-0.65 0.0714-0.603 1.0754-0.937 2.0781-1.781 0.9354-0.752-0.9844-1.133-2.686-1.684-0.3572-0.198 0.8219-1.447 2.0146-2.184 2.0146-0.92 0-0.689-2.4224-2.71-2.0537-1.039 0.2216-0.967 2.2096-0.812 2.9444 0.255 1.0212 3.291 0.2877 3.14 0.9553-0.519 2.3197-3.739 4.5247-6.468 5.8887z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
709
+ <g id="g3144" stroke-linejoin="round" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
710
+ <path id="path2781" d="m266.74 103c-0.129 0.388 0.387 1.442 0.922 1.52 0.525 0.039 0.793-1.138 0.624-1.52-0.125-0.281-1.454-0.275-1.546 0z"/>
711
+ <path id="path2782" d="m269.52 107.09c-0.337-0.363-1.33 0.611-0.527 1.3 0.451 0.365 2.103 0.895 2.555 0.124 0.612-0.992-0.603-4.594-0.065-5.07 0.42-0.372 2.367 2.406 3.328 2.606 2.258 0.313 1.716-3.866 4.149-3.582 1.658 0.221 1.84-1.851 1.609-3.1447-0.185-1.2414-2.195-3.0334-3.119-3.835-1.216-1.0123-1.758 0.7463-0.995 1.326 0.982 0.7864 2.709 2.3749 2.984 3.4257 0.13 0.496-1.2 1.482-1.69 1.215-1.131-0.617-2.183-3.2629-3.172-3.8673-0.337-0.2058-1.166 0.2593-0.767 1.0849 0.449 0.8845 2.432 2.2544 2.548 3.1984 0.105 0.861-0.884 2.723-1.533 2.723-0.714 0-2.534-2.25-3.102-3.309-0.284-0.507-1.268-0.458-1.371 0.242-0.163 1.051 0.152 3.275 0.403 4.653 0.199 1.305-0.735 1.371-1.235 0.91z"/>
712
+ <path id="path2783" d="m266.11 99.915c-0.284 0.3211 0.663 0.9491 0.851 0.7861 0.365-0.316 1.782-1.9314 1.509-2.496-0.243-0.5035-2.192-1.6061-2.509-1.0602-0.588 0.9448 1.837 1.3681 1.457 1.6451-0.187 0.1073-0.854 0.568-1.308 1.125z"/>
713
+ <path id="path2784" d="m269.61 92.835s0.609 2.0836 1.105 1.2155c0.401-0.6016-1.105-1.2155-1.105-1.2155z"/>
714
+ <path id="path2785" d="m270.6 96.15c-0.223 0.1219-0.851 0.6194-0.442 0.884 0.647 0.3827 2.407 0.6857 2.027-0.5659-0.231-0.7372 2.654 0.0205 1.951-1.9755-0.184-0.5524-1.054-1.3496-1.482-1.4622-0.272-0.0716-1.196 0.4352-0.618 0.7144 0.422 0.2185 1.695 0.9665 1.222 1.4564-0.537 0.5125-0.911-0.23-1.579-0.1104-0.336 0.0639-0.117 1.0201-0.306 1.2802-0.106 0.1451-0.591-0.3201-0.773-0.221z"/>
715
+ <path id="path2786" d="m275.18 88.227c-0.364 0.1819-1.016 1.1688-1.04 1.6251-0.013 0.2435 0.254 0.5782 0.462 0.4743 0.382-0.1908 0.972-1.1249 0.994-1.5536 0.014-0.2711-0.19-0.6586-0.416-0.5458z"/>
716
+ <path id="path2787" d="m277.56 87.974c-0.703-0.8594 0.746-2.1353 1.398-0.4152 0.394 1.0791 4.594 6.6063 5.453 8.4813 0.608 1.269-0.022 1.7933-0.774 0.884-2.127-2.7138-3.872-6.0965-6.077-8.9501z"/>
717
+ <path id="path2788" d="m281.87 88.084c0.749-0.8114 2.278-2.4687 1.866-3.3929-0.316-0.7949-1.245-0.7159-1.404-0.5325-0.909 1.085 0.646 0.8127 0.422 1.1832-0.463 0.8692-0.924 1.3477-1.163 2.1831-0.056 0.1959 0.144 0.7053 0.279 0.5591z"/>
718
+ </g>
719
+ <g id="g3153" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)">
720
+ <path id="path3154" d="m266.74 103c-0.129 0.388 0.387 1.442 0.922 1.52 0.525 0.039 0.793-1.138 0.624-1.52-0.125-0.281-1.454-0.275-1.546 0z"/>
721
+ <path id="path3155" d="m269.52 107.09c-0.337-0.363-1.33 0.611-0.527 1.3 0.451 0.365 2.103 0.895 2.555 0.124 0.612-0.992-0.603-4.594-0.065-5.07 0.42-0.372 2.367 2.406 3.328 2.606 2.258 0.313 1.716-3.866 4.149-3.582 1.658 0.221 1.84-1.851 1.609-3.1447-0.185-1.2414-2.195-3.0334-3.119-3.835-1.216-1.0123-1.758 0.7463-0.995 1.326 0.982 0.7864 2.709 2.3749 2.984 3.4257 0.13 0.496-1.2 1.482-1.69 1.215-1.131-0.617-2.183-3.2629-3.172-3.8673-0.337-0.2058-1.166 0.2593-0.767 1.0849 0.449 0.8845 2.432 2.2544 2.548 3.1984 0.105 0.861-0.884 2.723-1.533 2.723-0.714 0-2.534-2.25-3.102-3.309-0.284-0.507-1.268-0.458-1.371 0.242-0.163 1.051 0.152 3.275 0.403 4.653 0.199 1.305-0.735 1.371-1.235 0.91z"/>
722
+ <path id="path3156" d="m266.11 99.915c-0.284 0.3211 0.663 0.9491 0.851 0.7861 0.365-0.316 1.782-1.9314 1.509-2.496-0.243-0.5035-2.192-1.6061-2.509-1.0602-0.588 0.9448 1.837 1.3681 1.457 1.6451-0.187 0.1073-0.854 0.568-1.308 1.125z"/>
723
+ <path id="path3157" d="m269.61 92.835s0.609 2.0836 1.105 1.2155c0.401-0.6016-1.105-1.2155-1.105-1.2155z"/>
724
+ <path id="path3158" d="m270.6 96.15c-0.223 0.1219-0.851 0.6194-0.442 0.884 0.647 0.3827 2.407 0.6857 2.027-0.5659-0.231-0.7372 2.654 0.0205 1.951-1.9755-0.184-0.5524-1.054-1.3496-1.482-1.4622-0.272-0.0716-1.196 0.4352-0.618 0.7144 0.422 0.2185 1.695 0.9665 1.222 1.4564-0.537 0.5125-0.911-0.23-1.579-0.1104-0.336 0.0639-0.117 1.0201-0.306 1.2802-0.106 0.1451-0.591-0.3201-0.773-0.221z"/>
725
+ <path id="path3159" d="m275.18 88.227c-0.364 0.1819-1.016 1.1688-1.04 1.6251-0.013 0.2435 0.254 0.5782 0.462 0.4743 0.382-0.1908 0.972-1.1249 0.994-1.5536 0.014-0.2711-0.19-0.6586-0.416-0.5458z"/>
726
+ <path id="path3160" d="m277.56 87.974c-0.703-0.8594 0.746-2.1353 1.398-0.4152 0.394 1.0791 4.594 6.6063 5.453 8.4813 0.608 1.269-0.022 1.7933-0.774 0.884-2.127-2.7138-3.872-6.0965-6.077-8.9501z"/>
727
+ <path id="path3161" d="m281.87 88.084c0.749-0.8114 2.278-2.4687 1.866-3.3929-0.316-0.7949-1.245-0.7159-1.404-0.5325-0.909 1.085 0.646 0.8127 0.422 1.1832-0.463 0.8692-0.924 1.3477-1.163 2.1831-0.056 0.1959 0.144 0.7053 0.279 0.5591z"/>
728
+ </g>
729
+ <path id="path3181" d="m336.11 298.84c-0.183-0.66-1.207-1.6359-1.092 0.1295 0.204 3.2048 4.607 2.1918 5.94 1.0528 1.21-1.0724 0.16 3.618 1.768 4.12 0.886 0.284 2.554-0.925 3.374-1.989 2.274-2.9506 3.721-7.1804 5.908-10.094 0.826-1.1391-0.452-1.9522-0.969-1.0458-1.902 3.1891-4.264 9.6975-6.844 11.388-2.103 1.346-1.48-1.733-1.553-2.658-0.092-0.6786-0.919-1.677-2.022-0.7604-0.771 0.6024-1.969 1.0924-3.054 0.9944-0.629-0.035-1.16-0.024-1.456-1.1373z" fill-rule="evenodd" fill="#fff"/>
730
+ <path id="path3163" d="m293.48 291.23c0.451-0.3223 1.171 1.0848 0.663 1.4364-0.423 0.2817-1.249-1.0458-0.663-1.4364z" fill-rule="evenodd" fill="#fff"/>
731
+ <path id="path2811" d="m346.98 290.3c-0.538-0.4358 0.529-2.5481 1.251-1.7189 1.982 2.2936 2.903 9.7404 3.476 15.314 0 0-0.891 0.743-0.898 0.625 0-2.969-1.193-12.052-3.829-14.22z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
732
+ <path id="path3164" d="m294.68 288.38c-0.228 0.1106-0.681-0.0465-0.546-0.24 0.638-0.9115 1.998-2.2835 2.984-2.7624 0.303-0.1472 0.833 0.3876 0.65 0.6496-0.59 0.843-2.026 1.8373-3.088 2.3528z" fill-rule="evenodd" fill="#fff"/>
733
+ <path id="path3188" d="m346.98 290.3c-0.538-0.4358 0.529-2.5481 1.251-1.7189 1.982 2.2936 2.903 9.7404 3.476 15.314 0 0-0.891 0.743-0.898 0.625 0-2.969-1.193-12.052-3.829-14.22z" fill-rule="evenodd" fill="#fff"/>
734
+ <path id="path2812" d="m348.2 303.31c0.358-0.997 5.118-8.986 5.743-10.744 0.32-0.8476 1.686 1.4537 0.352 2.6955-1.172 1.0547-4.63 6.7253-5.275 8.7123-0.297 0.897-1.198 0.47-0.82-0.664z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
735
+ <path id="path3171" d="m312.42 281.62c0.137-0.8221-1.33 0.0172-1.357-1.0726-0.014-0.5768 1.603-0.9815 2.279-0.318 1.142 1.1585 0.288 3.1126-1.611 3.2356-1.583 0.0699-4.224 2.2476-3.822 2.7054 0.457 0.5653 4.562 0.9386 6.949 0.5648 1.478-0.2074 1.168 1.1145-0.346 1.2935-1.463 0.1686-2.655 0.0123-4.022 0.442-1.609 0.4597-2.311 2.6194-3.205 3.4254-0.199 0.1401-0.736-0.7081-0.532-1.0269 0.644-1.0072 1.671-2.5488 2.801-2.9901 0.713-0.2888-1.966-0.3799-2.821-0.6239-0.678-0.2044-0.481-1.066-0.221-1.5469 0.345-0.7493 2.87-3.278 3.888-3.2367 0.956 0.0404 1.925-0.2379 2.02-0.8516z" fill-rule="evenodd" fill="#fff"/>
736
+ <path id="path3166" d="m299.64 287.2c-1.103-0.859 0.297-2.0625 1.45-1.2222 2.246 1.6943-3.351 8.1851-6.396 11.219-0.557 0.5942-1.046-0.9024-0.332-1.5469 2.183-1.8517 4.227-4.0641 5.648-6.3496 0.274-0.44 0.536-1.3885-0.37-2.1004z" fill-rule="evenodd" fill="#fff"/>
737
+ <path id="path2796" d="m302.54 283.05c-0.641-1.4736 0.962-2.019 1.202-0.9687 1.114 4.8406 3.781 8.5056 5.811 11.797 0.611 1.029 0.121 1.6422-1.365 0.6953-1.029-0.7055-2.074-3.2782-2.58-3.3796-0.916-0.1705-3.108 4.1793-7.592 2.9377-1.16-0.3241-1.083-3.7735-1.105-5.2971-0.049-0.7143 0.74-0.903 0.767 0.0714 0.041 1.4047-0.002 4.3227 1.795 4.4209 1.465 0.0819 4.71-1.9893 5.394-3.6084 0.609-1.6647-1.634-4.9734-2.327-6.6688z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
738
+ <path id="path3167" d="m290.24 282.7c0.34 0.0162 1.272 1.2239 1.211 1.6016-0.042 0.1781-0.997-0.0265-1.289-0.2734-0.216-0.1828-0.129-1.338 0.078-1.3282zm-4.494 8.7491c-0.852 0.4647 0.135 1.382 0.773 0.9944 2.395-1.5507 5.989-3.1796 6.74-6.2514 0.241-1.0404 1.208-2.6352 2.126-2.9911 0.887-0.3439 2.175 1.6048 3.016 0.0714 0.493-0.8765 2.221 0.5752 2.638-0.3627 0.508-1.1328 0.266-1.7565 0.287-2.8416-0.037-0.7108-0.58-0.9231-0.974 0.2277-0.205 0.5211 0.036 1.0472-0.131 1.3192-0.127 0.2068-0.523 0.4069-0.753 0.2344-0.212-0.159-0.065-0.603-0.573-0.7992-0.197-0.0987-0.513-0.1808-0.65 0.0714-0.603 1.0754-0.937 2.0781-1.781 0.9354-0.752-0.9844-1.133-2.686-1.684-0.3572-0.198 0.8219-1.447 2.0146-2.184 2.0146-0.92 0-0.689-2.4224-2.71-2.0537-1.039 0.2216-0.967 2.2096-0.812 2.9444 0.255 1.0212 3.291 0.2877 3.14 0.9553-0.519 2.3197-3.739 4.5247-6.468 5.8887z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
739
+ <path id="path3165" d="m302.54 283.05c-0.641-1.4736 0.962-2.019 1.202-0.9687 1.114 4.8406 3.781 8.5056 5.811 11.797 0.611 1.029 0.121 1.6422-1.365 0.6953-1.029-0.7055-2.074-3.2782-2.58-3.3796-0.916-0.1705-3.108 4.1793-7.592 2.9377-1.16-0.3241-1.083-3.7735-1.105-5.2971-0.049-0.7143 0.74-0.903 0.767 0.0714 0.041 1.4047-0.002 4.3227 1.795 4.4209 1.465 0.0819 4.71-1.9893 5.394-3.6084 0.609-1.6647-1.634-4.9734-2.327-6.6688z" fill-rule="evenodd" fill="#fff"/>
740
+ <path id="path3168" d="m305.23 280.01c0.253-0.5281 1.772-1.1251 2.159-1.4822 0.358-0.3665 0.529 0.3101 0.376 0.6295-0.253 0.5278-1.564 1.4192-2.139 1.4431-0.309 0.0129-0.549-0.2714-0.396-0.5904z" fill-rule="evenodd" fill="#fff"/>
741
+ <path id="path3169" d="m308.83 280.18c0.329-0.927 1.39-2.3322 2.12-2.7948 0.375-0.2372 1.048-0.0506 0.922 0.3047-0.279 0.7865-1.577 2.1607-2.45 2.8081-0.265 0.2358-0.668-0.1032-0.592-0.318z" fill-rule="evenodd" fill="#fff"/>
742
+ <path id="path3170" d="m305.74 282.5c-0.22 0.1101-0.101 0.5787 0.111 0.6495 0.451 0.1502 1.272 0.1795 1.644-0.0257 0.54-0.3328 0.294-2.3808-0.429-1.2868-0.485 0.6749-0.839 0.4581-1.326 0.663z" fill-rule="evenodd" fill="#fff"/>
743
+ <path id="path3172" d="m316.68 281.84c0.475-0.419 0.718-1.1201 1.216-1.5469 0.273-0.2734 0.709 0.0542 0.636 0.7143-0.061 0.5197-0.759 0.9676-1.228 1.3583-0.382 0.2861-0.826-0.3318-0.624-0.5257z" fill-rule="evenodd" fill="#fff"/>
744
+ <path id="path3173" d="m322.09 279.91c0.707-0.0781 0.883 1.2868 0.11 1.5078-0.469 0.1563-0.879-1.4273-0.11-1.5078z" fill-rule="evenodd" fill="#fff"/>
745
+ <path id="path3174" d="m320.31 284.13c-0.011 1.175 0.569 1.0669 1.676 1.0268 1.074-0.0404 2.019 0.0277 2.015-1.0335-0.005-1.1-0.609-2.0623-0.786-1.3137-0.156 0.7032-0.28 1.8545-0.689 1.3528-0.386-0.4311-0.233-0.5256-0.897 0.1819-0.368 0.3899-0.41-0.189-0.631-0.5525-0.154-0.2153-0.687 0.1739-0.688 0.3382z" fill-rule="evenodd" fill="#fff"/>
746
+ <path id="path3175" d="m312.59 290.13c-0.264 1.555-0.022 3.7323 0.774 3.7569 0.984 0.032 3.02-3.3998 3.984-5.1799 0.578-0.9934 1.571-1.1671 1.157-0.1306-0.627 1.5992-0.571 5.0205-0.02 6.0259 0.296 0.5415 2.481-0.4966 2.834-1.2679 0.642-1.4018 0.12-3.9859 0.345-5.5639 0.109-1.036 1.057-1.2525 1.007-0.2923-0.094 1.718-0.257 4.8677-0.136 6.2982 0.072 0.8223 2.423 2.0358 2.801-0.4543 0.199-1.5674 1.006-3.113-0.039-4.8495-0.648-1.0857 0.951-0.9497 1.813 0.5335 0.603 1.0094-0.508 2.6799-0.469 3.9711 0.1 1.9865-1.445 3.1151-2.566 3.1386-1.002 0.0202-1.655-1.2106-2.476-1.2278-0.911-0.0581-1.847 1.4172-2.6 1.365-2.918-0.1994-1.373-4.4646-2.262-4.5169-0.989-0.0582-2.155 4.1804-3.373 4.0292-1.201-0.1442-2.444-3.4545-1.944-4.8551 0.452-1.3031 1.304-1.6085 1.17-0.7802z" fill-rule="evenodd" fill="#fff"/>
747
+ <path id="path3176" d="m326.72 283.4c-1.424-0.8686 0.09-3.1274 0.786-2.3338 1.344 1.6096 2.699 5.4302 3.646 5.7458 0.6 0.2001 0.572-2.824 0.995-4.1988 0.273-1.0156 1.501-0.6841 1.266 0.6172-0.08 0.4345-1.604 5.3752-1.487 5.5705 1.056 2.1111 2.101 4.2534 2.762 6.5192 0.273 0.9766-0.9 0.3189-1.04 0.1161-0.749-1.1196-2.06-5.4009-2.06-5.2056-0.603 3.0118-0.745 3.9007-1.385 6.4601-0.195 0.8203-1.402 0.6709-1.13-0.7734 0.262-1.1872 1.988-7.0253 1.891-7.1945-1.357-2.3954-2.598-4.2902-4.244-5.3228z" fill-rule="evenodd" fill="#fff"/>
748
+ <path id="path3177" d="m329.29 297.29c-0.397-0.045-1.013 0.8831 0.964 1.2478 2.642 0.4782 5.534-0.4116 6.42-3.0023 1.015-3.0859 1.686-6.0073 2.216-7.1097 0.662-1.2847 1.509-1.1809 0.884-3.0559-0.441-1.3496-1.264-0.9424-1.437-0.221-0.462 1.967-2.215 8.3307-2.762 9.5026-1.032 2.1385-3.112 2.9845-6.285 2.6385z" fill-rule="evenodd" fill="#fff"/>
749
+ <path id="path3178" d="m334.58 287.14c-0.283-0.6072-0.943-0.1372-0.825 0.5268 0.07 0.6002 0.557 0.9265 1.046 0.9096 0.579-0.02 1.804 0.0194 1.807-0.942 0.002-0.6754-0.529-1.2397-0.923-0.4944-0.377 0.6748-0.862 0.6041-1.105 0z" fill-rule="evenodd" fill="#fff"/>
750
+ <path id="path3179" d="m335.24 284.6c-0.203 0.1409-0.021 0.892 0.221 0.8839 0.863-0.0288 2.086-0.3041 2.741-0.76 0.192-0.1334 0.112-0.5873-0.161-0.5782-0.832 0.0277-2.156 0.006-2.801 0.4543z" fill-rule="evenodd" fill="#fff"/>
751
+ <path id="path3180" d="m342.57 286.49c0.625-0.9766 2.349-1.0761 1.729 0.3181-0.439 0.9606-4.731 9.2537-5.317 10.308-0.639 1.1859-1.162 0.5987-0.708-0.3248 0.611-1.1884 4.1-10.013 4.296-10.302z" fill-rule="evenodd" fill="#fff"/>
752
+ <path id="path3182" d="m343.97 292.89c0.023-0.1809-0.931-0.263-0.884 0.663 0.033 0.6855 0.853 0.8716 0.994 0.7735 1.29-0.9382-0.274-0.4703-0.11-1.4365z" fill-rule="evenodd" fill="#fff"/>
753
+ <path id="path3191" d="m348.2 303.31c0.358-0.997 5.118-8.986 5.743-10.744 0.32-0.8476 1.686 1.4537 0.352 2.6955-1.172 1.0547-4.63 6.7253-5.275 8.7123-0.297 0.897-1.198 0.47-0.82-0.664z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
754
+ <path id="path3183" d="m342.09 296.64c-0.254 0.0594-0.487 0.8703 0.111 0.9163 0.547 0.039 2.69-0.191 3.282-0.1563 0.383-0.0144 0.529-0.7466-0.292-0.7076-0.996 0.0499-2.305-0.1997-3.101-0.0524z" fill-rule="evenodd" fill="#fff"/>
755
+ <path id="path3189" d="m348.2 303.31c0.358-0.997 5.118-8.986 5.743-10.744 0.32-0.8476 1.686 1.4537 0.352 2.6955-1.172 1.0547-4.63 6.7253-5.275 8.7123-0.297 0.897-1.198 0.47-0.82-0.664z" fill-rule="evenodd" fill="#fff"/>
756
+ <path id="path3192" d="m356.28 295.69c0.879-3.2938 3.008 0.5081 1.133 2.3831-2.895 2.8355-3.767 8.2485-8.36 9.0635-1.238 0.266-3.417-0.557-4.063-1.016-0.252-0.179 0.163-1.355 0.937-0.781 1.119 0.874 3.43 1.071 4.65 0.078 2.61-2.562 4.735-5.9547 5.703-9.7276z" fill-rule="evenodd" stroke="#000" stroke-width=".5" fill="#fff"/>
757
+ <path id="path3190" d="m356.28 295.69c0.879-3.2938 3.008 0.5081 1.133 2.3831-2.895 2.8355-3.767 8.2485-8.36 9.0635-1.238 0.266-3.417-0.557-4.063-1.016-0.252-0.179 0.163-1.355 0.937-0.781 1.119 0.874 3.43 1.071 4.65 0.078 2.61-2.562 4.735-5.9547 5.703-9.7276z" fill-rule="evenodd" fill="#fff"/>
758
+ <path id="path3194" d="m312.34 305.45c-0.97 0.196-0.805 1.443-0.52 1.598 0.47 0.219 1.197 0.311 1.469-1.123 0.127-0.589 0.242 2.928 1.533 1.573 0.743-0.821 2.584 0.149 3.355-0.884 0.552-0.688 0.722-1.168 0.292-2.184-0.125-0.309-0.881-0.157-0.838 0.593 0.038 0.632-0.448 1.412-1.08 1.279-0.307-0.056 0.173-1.546-0.135-1.95-0.17-0.222-0.428-0.198-0.597 0.032-0.237 0.322 0.238 1.75-0.541 1.938-0.983 0.227-0.468-0.955-0.884-1.171-1.338-0.675-1.467 0.175-2.054 0.299z" fill-rule="evenodd" fill="#fff"/>
759
+ <path id="path3195" d="m319.91 303.05c0.711-0.2 0.489-0.201 1.608-1.117 0.436-0.33 0.522 0.636 0.476 1.018-0.081 0.649-0.852 0.191-1.091 0.762-0.35 0.742-0.208 2.468-0.325 3.171-0.08 0.361-0.659 0.33-0.714 0.045-0.166-0.857 0.117-1.696 0.09-2.768-0.009-0.364-0.53-0.935-0.044-1.111z" fill-rule="evenodd" fill="#fff"/>
760
+ <path id="path3196" d="m316.57 299.19c-0.172 0.7756-0.159 1.4146-0.159 1.9466 0.039 0.43 0.825 0.153 0.822 0.098-0.039-0.681 0.116-1.623-0.085-1.8856-0.109-0.1417-0.538-0.3054-0.578-0.159z" fill-rule="evenodd" fill="#fff"/>
761
+ <path id="path3197" d="m307.92 301.39c-1.212 1.06-2.336 1.493-3.451 2.833-0.456 0.549-0.443 1.314-0.715 2.014-0.273 0.743-1.151 0.889-1.423 0.734-0.455-0.299-0.389-1.677-0.897-0.935-0.431 0.683-0.709 1.624-1.346 1.612-0.576-0.012-1.663-1.19-1.112-1.247 1.885-0.193 1.862-1.702 2.568-1.801 0.792-0.106 0.844 1.246 1.333 0.975 0.384-0.197 0.565-1.772 0.982-2.197 1.278-1.306 2.289-1.996 3.593-2.956 0.66-0.526 1.131 0.423 0.468 0.968z" fill-rule="evenodd" fill="#fff"/>
762
+ <path id="path3193" d="m308.56 303.01c-0.207 0.238-0.84 0.199-0.897 0.533-0.249 1.239 0 1.867-0.273 3.06-0.261 1.142-1.054 1.185-1 0.254 0.072-1.207 1.067-2.911 0.364-3.028-0.468-0.11-0.829-0.736-0.345-1.045 0.914-0.634 1.405-0.537 2.033-0.346 0.219 0.067 0.275 0.389 0.118 0.572z" fill-rule="evenodd" fill="#fff"/>
763
+ <g id="g3205" fill-rule="evenodd" transform="translate(0,199.5)" stroke="#000" stroke-width=".5" fill="#fff">
764
+ <path id="path3198" d="m302.18 200.08c0.419 0.931 1.031 0.89 0.939-0.001-0.178-1.141-0.523-2.718-0.718-4.088-0.111-1.16-1.31-0.936-0.994 0.276 0.4 1.308 0.316 2.743 0.773 3.813z"/>
765
+ <path id="path3201" d="m305.77 200.14c-0.005 0.472 0.726 0.429 0.719 0.056-0.076-1.187-0.166-2.791 0.165-3.37 0.258-0.452 1.299-0.133 2.265-0.221 0.385-0.057 0.305-1.116-0.497-1.049-0.946 0.085-3.44-0.222-3.591 0.662-0.217 1.59 0.983-0.095 0.939 3.922z"/>
766
+ <path id="path3203" d="m313.01 195.55c0.605 0.436 0.521 1.003-0.221 0.828-0.884-0.221-1.48-0.15-1.468 0.335 0.013 0.477 0.386 0.57 0.929 1.099 0.52 0.545-0.319 0.456-0.962 1.572-0.548 0.924 0.57 1.046 1.888 0.696 0.336-0.096 0.777 0.482-0.055 0.957-0.586 0.313-2.219 0.696-2.625-0.489-0.771-2.05 1.291-2.334 0.422-2.88-0.474-0.286-0.645-0.717-0.559-1.289 0.184-1.32 2.15-1.145 2.651-0.829z"/>
767
+ <path id="path3204" d="m315.73 200.07c0.795-1.451 1.343-2.538 1.565-3.77 0.193-1.112 0.992-1.219 1.16-0.276 0.216 1.252 0.933 2.493 1.803 3.63 0.51 0.705-0.516 1.326-0.919 0.777-0.739-0.938-0.77-2.245-1.206-2.236-0.503 0.01-1.074 1.457-1.611 2.525-0.156 0.31-1.109-0.001-0.792-0.65z"/>
768
+ </g>
769
+ <g id="g3210" fill-rule="evenodd" fill="#fff" transform="translate(0,199.5)">
770
+ <path id="path3211" d="m302.18 200.08c0.419 0.931 1.031 0.89 0.939-0.001-0.178-1.141-0.523-2.718-0.718-4.088-0.111-1.16-1.31-0.936-0.994 0.276 0.4 1.308 0.316 2.743 0.773 3.813z"/>
771
+ <path id="path3212" d="m305.77 200.14c-0.005 0.472 0.726 0.429 0.719 0.056-0.076-1.187-0.166-2.791 0.165-3.37 0.258-0.452 1.299-0.133 2.265-0.221 0.385-0.057 0.305-1.116-0.497-1.049-0.946 0.085-3.44-0.222-3.591 0.662-0.217 1.59 0.983-0.095 0.939 3.922z"/>
772
+ <path id="path3213" d="m313.01 195.55c0.605 0.436 0.521 1.003-0.221 0.828-0.884-0.221-1.48-0.15-1.468 0.335 0.013 0.477 0.386 0.57 0.929 1.099 0.52 0.545-0.319 0.456-0.962 1.572-0.548 0.924 0.57 1.046 1.888 0.696 0.336-0.096 0.777 0.482-0.055 0.957-0.586 0.313-2.219 0.696-2.625-0.489-0.771-2.05 1.291-2.334 0.422-2.88-0.474-0.286-0.645-0.717-0.559-1.289 0.184-1.32 2.15-1.145 2.651-0.829z"/>
773
+ <path id="path3214" d="m315.73 200.07c0.795-1.451 1.343-2.538 1.565-3.77 0.193-1.112 0.992-1.219 1.16-0.276 0.216 1.252 0.933 2.493 1.803 3.63 0.51 0.705-0.516 1.326-0.919 0.777-0.739-0.938-0.77-2.245-1.206-2.236-0.503 0.01-1.074 1.457-1.611 2.525-0.156 0.31-1.109-0.001-0.792-0.65z"/>
774
+ </g>
775
+ <path id="path1912" d="m384.5 357.31c-0.056 0.297 0.747 0.736 0.938 0.508 0.864-1.035 1.995-3.067 2.227-4.297 0.068-0.358-1.083-0.763-1.329-0.469-0.809 0.969-1.593 2.966-1.836 4.258z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
776
+ </g>
777
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ag.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3794">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs550">
13
+ <clipPath id="clipPath5279" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect5281" height="464.86" width="464.86" y="47.6" x="108.95" fill="#25ff01"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" clip-path="url(#clipPath5279)" fill-rule="evenodd" transform="matrix(1.1014 0 0 1.1014 -120 -52.427)">
18
+ <rect id="rect556" height="464.4" width="693" y="47.6" x="0" stroke-width="1pt" fill="#fff"/>
19
+ <rect id="rect1050" height="196.2" width="690.83" y="48.161" x="1.5302" stroke-width="1pt"/>
20
+ <rect id="rect1049" height="103.35" width="458.52" y="232.12" x="128.29" stroke-width="1pt" fill="#0061ff"/>
21
+ <path id="path1047" d="m692.53 49.191v463.27h-345.67l345.67-463.27z" fill="#e20000"/>
22
+ <path id="path1048" d="m1.1886 49.191v463.27h345.67l-345.67-463.27z" fill="#e20000"/>
23
+ <path id="path1051" d="m508.78 232.22-69.285-17.58 58.944-44.467-72.387 10.341 37.228-63.08-64.115 37.228 11.375-73.422-43.432 57.91-17.58-67.217-19.648 69.285-43.433-58.944 12.409 75.491-64.114-39.297 37.228 63.08-70.319-11.375 57.91 43.433-72.388 18.614h321.61z" fill="#ffd600"/>
24
+ </g>
25
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ai.svg ADDED
@@ -0,0 +1,791 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata4564">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs1346">
13
+ <clipPath id="clipPath6870" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect6872" fill-opacity="0.67" height="512" width="512" y="0" x="0"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" clip-path="url(#clipPath6870)">
18
+ <g id="g4539" transform="translate(-2)">
19
+ <rect id="rect1310" fill-rule="evenodd" height="256.07" width="429.52" y=".44916" x="-165.86" stroke-width="1pt" fill="#fff"/>
20
+ <path id="path549" d="m-165.86 0.44988-0.0179 19.219 102.5 63.221 38.565 1.3414-141.05-83.781z" fill="#c00"/>
21
+ <path id="path551" d="m-121.97 0.44988 124.26 77.916v-77.916h-124.26z" fill="#006"/>
22
+ <path id="path552" d="m18.866 0.44988v99.468h-184.73v56.839h184.73v99.468h56.839v-99.468h184.73v-56.839h-184.73v-99.468h-56.839z" fill="#c00"/>
23
+ <path id="path554" d="m92.283 0.44988v73.417l121.57-72.848-121.57-0.56912z" fill="#006"/>
24
+ <path id="path555" d="m96.12 81.871 34.19-0.33 132.82-80.522-35.24 0.6889-131.77 80.163z" fill="#c00"/>
25
+ <path id="path556" d="m261.78 22.495-101.46 60.395 100.11 0.44974v89.995h-85.258l84.47 54.942 1.2386 27.948-45.116-0.64654-123.48-72.77v73.417h-89.995v-73.417l-115.83 73.22-52.315 0.19657v255.78h852.58v-511.55l-424.04-0.46m-428.54 28.869l-0.4499 53.121 89.757 1.3497-89.307-54.471z" fill="#006"/>
26
+ <path id="path700" d="m-165.86 173.33v54.471l85.258-53.902-85.258-0.56863z" fill="#006"/>
27
+ <path id="path701" d="m162.45 175.58-35.543-0.33108 133.97 80.072-0.881-18.319-97.55-61.422zm-295.02 81.091 125.62-79.172-32.994 0.26265-125.92 78.791" fill="#c00"/>
28
+ </g>
29
+ <g id="g5283" transform="matrix(2.1655 0 0 2.1655 -213.91 -525.81)">
30
+ <path id="path557" d="m269 356 1 1-1-1z" fill="#49497d"/>
31
+ <path id="path558" d="m270 356 1 1-1-1z" fill="#0e0e6e"/>
32
+ <path id="path559" d="m267 357 1 1-1-1z" fill="#262678"/>
33
+ <path id="path560" d="m268 357 1 1-1-1z" fill="#808067"/>
34
+ <path id="path562" d="m271 357 1 1-1-1z" fill="#58587b"/>
35
+ <path id="path563" d="m234 358 1 1-1-1z" fill="#0e0e6e"/>
36
+ <path id="path564" d="m265 358 1 1-1-1z" fill="#1b1b74"/>
37
+ <path id="path565" d="m266 358 1 1-1-1z" fill="#6e6c70"/>
38
+ <path id="path567" d="m235.76 359.81c0 25.838-2.978 54.955 16.28 75.19 3.962 4.163 11.499 13.656 17.96 13.292 6.764-0.381 15.462-10.39 19.331-15.292 16.764-22.052 14.099-48.355 14.669-73.95-7.57 3.3996-11.34 4.5196-17.96 4.4998-4.903 0.5039-12.467-2.7917-16.99-4.9474-2.956 1.9739-7.244 4.3279-14.95 4.5922-8.9 0.3915-11.72-1.1167-18.34-3.3848z" fill="#cc3"/>
39
+ <path id="path568" d="m272 358 1 1-1-1z" fill="#99994e"/>
40
+ <path id="path569" d="m273 358 1 1-1-1z" fill="#49497d"/>
41
+ <path id="path570" d="m304 358 1 1-1-1z" fill="#0e0e6e"/>
42
+ <path id="path572" d="m235 359 1 1-1-1z" fill="#a4a43d"/>
43
+ <path id="path573" d="m236 359 1 1-1-1z" fill="#6e6c70"/>
44
+ <path id="path574" d="m237 359 1 1-1-1z" fill="#3a3a7c"/>
45
+ <path id="path575" d="m263 359 1 1-1-1z" fill="#1b1b74"/>
46
+ <path id="path576" d="m264 359 1 1-1-1z" fill="#6e6c70"/>
47
+ <path id="path577" d="m265 359 1 1-1-1z" fill="#a4a43d"/>
48
+ <path id="path578" d="m269 359 1 1-1-1z" fill="#d0d045"/>
49
+ <path id="path579" d="m273 359 1 1-1-1z" fill="#a4a43d"/>
50
+ <path id="path580" d="m274 359 1 1-1-1z" fill="#8d8d5b"/>
51
+ <path id="path581" d="m275 359 1 1-1-1z" fill="#3a3a7c"/>
52
+ <path id="path582" d="m301 359 1 1-1-1z" fill="#262678"/>
53
+ <path id="path583" d="m302 359 1 1-1-1z" fill="#53527c"/>
54
+ <path id="path584" d="m303 359 1 1-1-1z" fill="#8d8d5b"/>
55
+ <path id="path586" d="m239 360 1 1-1-1z" fill="#737370"/>
56
+ <path id="path587" d="m240 360 1 1-1-1z" fill="#53527c"/>
57
+ <path id="path588" d="m241 360 1 1-1-1z" fill="#1b1b74"/>
58
+ <path id="path589" d="m261 360 1 1-1-1z" fill="#262678"/>
59
+ <path id="path590" d="m262 360 1 1-1-1z" fill="#6e6c70"/>
60
+ <path id="path591" d="m263 360 1 1-1-1z" fill="#a4a43d"/>
61
+ <path id="path592" d="m268 360 1 1-1-1z" fill="#e5e59d"/>
62
+ <path id="path593" d="m237.81 362.62c-0.538 13.573-0.125 28.857 1.997 43.38 2.346 7.587 2.032 11.755 5.518 16.302l48.798-0.38c2.94-4.784 5.121-12.038 5.402-14.922 2.725-14.667 2.79-30.853 2.855-45.33-4.907 2.6083-11.333 4.4568-17.57 3.6458-5-0.3813-9.62-1.5225-15-4.5633-4.667 2.7961-6.294 4.0724-14 4.3989-6 0.2959-10.86 0.7818-18-2.5316z" fill="#fff"/>
63
+ <path id="path594" d="m270 360 1 1-1-1z" fill="#f2f1d7"/>
64
+ <path id="path595" d="m271 360 1 1-1-1z" fill="#d9d868"/>
65
+ <path id="path596" d="m275 360 1 1-1-1z" fill="#a4a43d"/>
66
+ <path id="path597" d="m276 360 1 1-1-1z" fill="#99994e"/>
67
+ <path id="path598" d="m277 360 1 1-1-1z" fill="#49497d"/>
68
+ <path id="path599" d="m278 360 1 1-1-1z" fill="#0e0e6e"/>
69
+ <path id="path600" d="m298 360 1 1-1-1z" fill="#3a3a7c"/>
70
+ <path id="path601" d="m299 360 1 1-1-1z" fill="#667"/>
71
+ <path id="path602" d="m300 360 1 1-1-1z" fill="#99994e"/>
72
+ <path id="path603" d="m301 360 1 1-1-1m-60 1 1 1-1-1z" fill="#a4a43d"/>
73
+ <path id="path604" d="m242 361 1 1-1-1z" fill="#99994e"/>
74
+ <path id="path605" d="m243 361 1 1-1-1z" fill="#6e6c70"/>
75
+ <path id="path606" d="m244 361 1 1-1-1z" fill="#49497d"/>
76
+ <path id="path607" d="m245 361 1 1-1-1m13 0 1 1-1-1z" fill="#1b1b74"/>
77
+ <path id="path608" d="m259 361 1 1-1-1z" fill="#53527c"/>
78
+ <path id="path609" d="m260 361 1 1-1-1z" fill="#8d8d5b"/>
79
+ <path id="path610" d="m261 361 1 1-1-1z" fill="#a4a43d"/>
80
+ <path id="path611" d="m266 361 1 1-1-1z" fill="#e5e59d"/>
81
+ <path id="path612" d="m267 361 1 1-1-1z" fill="#fbfaf2"/>
82
+ <path id="path613" d="m272 361 1 1-1-1z" fill="#f2f1d2"/>
83
+ <path id="path614" d="m273 361 1 1-1-1z" fill="#d9d868"/>
84
+ <path id="path615" d="m278 361 1 1-1-1z" fill="#a4a43d"/>
85
+ <path id="path616" d="m279 361 1 1-1-1z" fill="#6e6c70"/>
86
+ <path id="path617" d="m280 361 1 1-1-1z" fill="#3a3a7c"/>
87
+ <path id="path618" d="m293 361 1 1-1-1z" fill="#0e0e6e"/>
88
+ <path id="path619" d="m294 361 1 1-1-1z" fill="#32327b"/>
89
+ <path id="path620" d="m295 361 1 1-1-1z" fill="#58587b"/>
90
+ <path id="path621" d="m296 361 1 1-1-1z" fill="#808067"/>
91
+ <path id="path622" d="m297.67 361.33 0.666 0.3334-0.666-0.3334z" fill="#a4a43d"/>
92
+ <path id="path624" d="m237 362 1 1-1-1z" fill="#dddc7a"/>
93
+ <path id="path625" d="m238 362 1 1-1-1z" fill="#d0d045"/>
94
+ <path id="path626" d="m245.67 362.33 0.666 0.3334-0.666-0.3334z" fill="#a4a43d"/>
95
+ <path id="path627" d="m247 362 1 1-1-1z" fill="#808067"/>
96
+ <path id="path628" d="m248 362 1 1-1-1z" fill="#667"/>
97
+ <path id="path629" d="m249 362 1 1-1-1z" fill="#58587b"/>
98
+ <path id="path630" d="m250 362 1 1-1-1z" fill="#49497d"/>
99
+ <path id="path634" d="m256 362 1 1-1-1z" fill="#737370"/>
100
+ <path id="path635" d="m257 362 1 1-1-1z" fill="#99994e"/>
101
+ <path id="path636" d="m258 362 1 1-1-1z" fill="#a4a43d"/>
102
+ <path id="path637" d="m264 362 1 1-1-1z" fill="#e5e59d"/>
103
+ <path id="path638" d="m265 362 1 1-1-1z" fill="#fbfaf2"/>
104
+ <path id="path639" d="m274 362 1 1-1-1z" fill="#f2f1d2"/>
105
+ <path id="path640" d="m275 362 1 1-1-1z" fill="#d9d868"/>
106
+ <path id="path641" d="m280.67 362.33 0.666 0.3334-0.666-0.3334z" fill="#a4a43d"/>
107
+ <path id="path642" d="m282 362 1 1-1-1z" fill="#808067"/>
108
+ <path id="path643" d="m283 362 1 1-1-1z" fill="#667"/>
109
+ <path id="path644" d="m284 362 1 1-1-1z" fill="#58587b"/>
110
+ <path id="path645" d="m285 362 1 1-1-1z" fill="#3a3a7c"/>
111
+ <path id="path647" d="m289.67 362.33 0.666 0.3334-0.666-0.3334z" fill="#58587b"/>
112
+ <path id="path648" d="m291 362 1 1-1-1z" fill="#737370"/>
113
+ <path id="path649" d="m292 362 1 1-1-1z" fill="#99994e"/>
114
+ <path id="path650" d="m293 362 1 1-1-1z" fill="#a4a43d"/>
115
+ <path id="path651" d="m301 362 1 1-1-1z" fill="#dddc7a"/>
116
+ <path id="path652" d="m302 362 1 1-1-1z" fill="#d0d045"/>
117
+ <path id="path654" d="m239 363 1 1-1-1z" fill="#f2f1d7"/>
118
+ <path id="path655" d="m240 363 1 1-1-1z" fill="#e0dea1"/>
119
+ <path id="path656" d="m241 363 1 1-1-1z" fill="#dddc7a"/>
120
+ <path id="path657" d="m261 363 1 1-1-1z" fill="#d9d868"/>
121
+ <path id="path658" d="m262 363 1 1-1-1z" fill="#e5e3af"/>
122
+ <path id="path659" d="m276 363 1 1-1-1z" fill="#f6f6e4"/>
123
+ <path id="path660" d="m277 363 1 1-1-1z" fill="#e1e18c"/>
124
+ <path id="path661" d="m297 363 1 1-1-1z" fill="#d4d456"/>
125
+ <path id="path662" d="m298 363 1 1-1-1z" fill="#e1e18c"/>
126
+ <path id="path663" d="m299 363 1 1-1-1z" fill="#eeedc1"/>
127
+ <path id="path665" d="m243 364 1 1-1-1z" fill="#f2f1d2"/>
128
+ <path id="path666" d="m244 364 1 1-1-1z" fill="#e0dea1"/>
129
+ <path id="path667" d="m245 364 1 1-1-1z" fill="#dddc7a"/>
130
+ <path id="path668" d="m246 364 1 1-1-1z" fill="#d0d045"/>
131
+ <path id="path669" d="m258 364 1 1-1-1z" fill="#dddc7a"/>
132
+ <path id="path670" d="m259 364 1 1-1-1z" fill="#e5e3af"/>
133
+ <path id="path671" d="m260 364 1 1-1-1z" fill="#f6f6e4"/>
134
+ <path id="path672" d="m279 364 1 1-1-1z" fill="#eeedc1"/>
135
+ <path id="path673" d="m280 364 1 1-1-1z" fill="#e1e18c"/>
136
+ <path id="path674" d="m281 364 1 1-1-1z" fill="#d4d456"/>
137
+ <path id="path675" d="m293 364 1 1-1-1z" fill="#d9d868"/>
138
+ <path id="path676" d="m294 364 1 1-1-1z" fill="#e1e18c"/>
139
+ <path id="path677" d="m295 364 1 1-1-1z" fill="#eeedc1"/>
140
+ <path id="path678" d="m296 364 1 1-1-1z" fill="#f6f6e4"/>
141
+ <path id="path679" d="m248 365 1 1-1-1z" fill="#f2f1d7"/>
142
+ <path id="path680" d="m249 365 1 1-1-1z" fill="#f2f1d2"/>
143
+ <path id="path681" d="m250 365 1 1-1-1z" fill="#eeedc1"/>
144
+ <path id="path683" d="m254.67 365.33 0.666 0.3334-0.666-0.3334z" fill="#f2f1d2"/>
145
+ <path id="path684" d="m256 365 1 1-1-1z" fill="#fbfaf2"/>
146
+ <path id="path685" d="m261 365 2 2v-2h-2z" fill="#fef8f1"/>
147
+ <path id="path686" d="m283 365 1 1-1-1z" fill="#f2f1d7"/>
148
+ <path id="path687" d="m284 365 1 1-1-1z" fill="#f2f1d2"/>
149
+ <path id="path688" d="m285 365 1 1-1-1z" fill="#e5e3af"/>
150
+ <path id="path689" d="m286.67 365.33 0.666 0.3334-0.666-0.3334z" fill="#e5e59d"/>
151
+ <path id="path690" d="m288 365 1 1-1-1z" fill="#e0dea1"/>
152
+ <path id="path691" d="m289.67 365.33 0.666 0.3334-0.666-0.3334z" fill="#f2f1d2"/>
153
+ <path id="path692" d="m291 365 1 1-1-1z" fill="#fbfaf2"/>
154
+ <path id="path693" d="m259 366 1 1-1-1z" fill="#fef8f1"/>
155
+ <path id="path694" d="m260 366 1 1-1-1z" fill="#fbbe66"/>
156
+ <path id="path696" d="m259 367 1 1-1-1z" fill="#fbc477"/>
157
+ <path id="path697" d="m261 367 1 1-1-1z" fill="#fcb144"/>
158
+ <path id="path698" d="m259 368 1 1-1-1z" fill="#fe9f11"/>
159
+ <path id="path699" d="m261 368 1 1-1-1z" fill="#fea522"/>
160
+ <path id="path702" d="m258 369 1 1-1-1m4 0 1 1-1-1z" fill="#fae3c9"/>
161
+ <path id="path703" d="m267 369 1 1-1-1z" fill="#fbead6"/>
162
+ <path id="path704" d="m268 369 1 1-1-1z" fill="#f9d6aa"/>
163
+ <path id="path706" d="m272 369 1 1-1-1z" fill="#fae3c9"/>
164
+ <path id="path707" d="m273 369 1 1-1-1z" fill="#fef8f1"/>
165
+ <path id="path708" d="m258 370 1 1-1-1z" fill="#f9d099"/>
166
+ <path id="path709" d="m262 370 1 1-1-1z" fill="#fdab33"/>
167
+ <path id="path710" d="m264 370 1 1-1-1z" fill="#fcf1e4"/>
168
+ <path id="path711" d="m265 370 1 1-1-1z" fill="#fbc477"/>
169
+ <path id="path712" d="m266 370 1 1-1-1z" fill="#fea522"/>
170
+ <path id="path713" d="m274 370 1 1-1-1z" fill="#fcb755"/>
171
+ <path id="path714" d="m275 370 1 1-1-1z" fill="#f9d6aa"/>
172
+ <path id="path715" d="m258 371 1 1-1-1z" fill="#faca88"/>
173
+ <path id="path716" d="m263 371 1 1-1-1m13 0 1 1-1-1z" fill="#fea522"/>
174
+ <path id="path717" d="m277 371 1 1-1-1z" fill="#f8dcbb"/>
175
+ <path id="path718" d="m237 372 1 1-1-1z" fill="#f6f6e4"/>
176
+ <path id="path719" d="m258 372 1 1-1-1z" fill="#fbc477"/>
177
+ <path id="path720" d="m278 372 1 1-1-1z" fill="#fbbe66"/>
178
+ <path id="path721" d="m279 372 1 1-1-1z" fill="#f8dcbb"/>
179
+ <path id="path722" d="m258 373 1 1-1-1z" fill="#faca88"/>
180
+ <path id="path723" d="m281 373 1 1-1-1z" fill="#fcb755"/>
181
+ <path id="path724" d="m282 373 1 1-1-1z" fill="#f8dcbb"/>
182
+ <path id="path725" d="m257 374 1 1-1-1z" fill="#fef8f1"/>
183
+ <path id="path726" d="m258 374 1 1-1-1z" fill="#fe9f11"/>
184
+ <path id="path727" d="m286 374 1 1-1-1z" fill="#fdab33"/>
185
+ <path id="path728" d="m287 374 1 1-1-1z" fill="#fcb144"/>
186
+ <path id="path729" d="m288 374 1 1-1-1z" fill="#fbc477"/>
187
+ <path id="path730" d="m289 374 2 2-2-2z" fill="#f9d6aa"/>
188
+ <path id="path731" d="m290 374 1 1-1-1z" fill="#fef8f1"/>
189
+ <path id="path732" d="m257 375 1 1-1-1z" fill="#fcb144"/>
190
+ <path id="path733" d="m271 375 1 1-1-1z" fill="#fdab33"/>
191
+ <path id="path734" d="m272 375 1 1-1-1z" fill="#fbc477"/>
192
+ <path id="path736" d="m276 375 1 1-1-1z" fill="#fbc477"/>
193
+ <path id="path737" d="m277 375 1 1-1-1z" fill="#fea522"/>
194
+ <path id="path738" d="m256 376 1 1-1-1z" fill="#fae3c9"/>
195
+ <path id="path739" d="m269 376 1 1-1-1z" fill="#fcb144"/>
196
+ <path id="path740" d="m270 376 1 1-1-1z" fill="#fae3c9"/>
197
+ <path id="path742" d="m278 376 1 1-1-1z" fill="#f8dcbb"/>
198
+ <path id="path743" d="m279 376 1 1-1-1z" fill="#fdab33"/>
199
+ <path id="path744" d="m285 376 1 1-1-1z" fill="#fe9f11"/>
200
+ <path id="path745" d="m286 376 1 1-1-1z" fill="#fcb755"/>
201
+ <path id="path746" d="m287 376 1 1-1-1z" fill="#f9d099"/>
202
+ <path id="path747" d="m288 376 1 1-1-1z" fill="#fbead6"/>
203
+ <path id="path748" d="m256 377 1 1-1-1z" fill="#fcb144"/>
204
+ <path id="path749" d="m268 377 1 1-1-1z" fill="#fbbe66"/>
205
+ <path id="path750" d="m280 377 1 1-1-1z" fill="#f9d099"/>
206
+ <path id="path751" d="m284 377 1 1-1-1z" fill="#fbead6"/>
207
+ <path id="path752" d="m255 378 1 1-1-1z" fill="#fcf1e4"/>
208
+ <path id="path753" d="m267 378 1 1-1-1z" fill="#fbbe66"/>
209
+ <path id="path754" d="m281 378 1 1-1-1z" fill="#f9d099"/>
210
+ <path id="path755" d="m284 378 1 1-1-1z" fill="#fae3c9"/>
211
+ <path id="path756" d="m255 379 1 1-1-1z" fill="#fbc477"/>
212
+ <path id="path757" d="m266 379 1 1-1-1m16 0 1 1-1-1z" fill="#fcb144"/>
213
+ <path id="path758" d="m284 379 1 1-1-1z" fill="#fbbe66"/>
214
+ <path id="path759" d="m237 380 1 1-1-1z" fill="#f6f6e4"/>
215
+ <path id="path760" d="m255 380 1 1-1-1z" fill="#fea522"/>
216
+ <path id="path761" d="m266 380 1 1-1-1z" fill="#fbead6"/>
217
+ <path id="path762" d="m282 380 1 1-1-1z" fill="#fcf1e4"/>
218
+ <path id="path763" d="m285 380 1 1-1-1z" fill="#fef8f1"/>
219
+ <path id="path765" d="m254 381 1 1-1-1z" fill="#fcf1e4"/>
220
+ <path id="path766" d="m265 381 1 1-1-1z" fill="#fbbe66"/>
221
+ <path id="path767" d="m283 381 1 1-1-1z" fill="#faca88"/>
222
+ <path id="path768" d="m285 381 1 1-1-1z" fill="#f9d099"/>
223
+ <path id="path769" d="m254 382 1 1-1-1z" fill="#f9d6aa"/>
224
+ <path id="path770" d="m265 382 1 1-1-1z" fill="#fcf1e4"/>
225
+ <path id="path771" d="m270 382 1 1-1-1z" fill="#fae3c9"/>
226
+ <path id="path772" d="m271 382 1 1-1-1z" fill="#fea522"/>
227
+ <path id="path773" d="m272 382 1 1-1-1z" fill="#fcb144"/>
228
+ <path id="path774" d="m273 382 1 1-1-1z" fill="#f9d6aa"/>
229
+ <path id="path775" d="m283 382 1 1-1-1z" fill="#fef8f1"/>
230
+ <path id="path776" d="m284 382 1 1-1-1z" fill="#fea522"/>
231
+ <path id="path777" d="m285 382 1 1-1-1z" fill="#fdab33"/>
232
+ <path id="path778" d="m254 383-1 3 1-3z" fill="#faca88"/>
233
+ <path id="path779" d="m264 383 1 1-1-1z" fill="#fea522"/>
234
+ <path id="path780" d="m265 383 1 1-1-1z" fill="#fef8f1"/>
235
+ <path id="path781" d="m270 383 1 1-1-1z" fill="#f9d099"/>
236
+ <path id="path783" d="m274 383 1 1-1-1z" fill="#fdab33"/>
237
+ <path id="path784" d="m275 383 1 1-1-1z" fill="#fae3c9"/>
238
+ <path id="path785" d="m284 383 1 1-1-1z" fill="#f8dcbb"/>
239
+ <path id="path786" d="m285 383 1 1-1-1z" fill="#f90"/>
240
+ <path id="path787" d="m286.33 383.67 0.334 0.6666-0.334-0.6666z" fill="#fbead6"/>
241
+ <path id="path788" d="m266 384 1 1-1-1z" fill="#fea522"/>
242
+ <path id="path789" d="m267 384 1 1-1-1z" fill="#fbbe66"/>
243
+ <path id="path790" d="m268 384 1 1-1-1z" fill="#faca88"/>
244
+ <path id="path791" d="m269 384 1 1-1-1z" fill="#fcb144"/>
245
+ <path id="path792" d="m270 384 1 1-1-1z" fill="#fae3c9"/>
246
+ <path id="path793" d="m271 384 1 1-1-1z" fill="#fe9f11"/>
247
+ <path id="path794" d="m276 384 1 1-1-1z" fill="#fdab33"/>
248
+ <path id="path795" d="m277 384 1 1-1-1z" fill="#fbc477"/>
249
+ <path id="path796" d="m278 384 1 1-1-1z" fill="#faca88"/>
250
+ <path id="path797" d="m279 384 1 1-1-1z" fill="#f9d6aa"/>
251
+ <path id="path798" d="m280.67 384.33 0.666 0.3334-0.666-0.3334z" fill="#fae3c9"/>
252
+ <path id="path799" d="m282 384 1 1-1-1z" fill="#fef8f1"/>
253
+ <path id="path800" d="m285 384 1 1-1-1z" fill="#fbc477"/>
254
+ <path id="path801" d="m242 385 1 1-1-1z" fill="#fef8f1"/>
255
+ <path id="path802" d="m243 385 1 1-1-1z" fill="#fcf1e4"/>
256
+ <path id="path804" d="m269 385 1 1-1-1z" fill="#fcb755"/>
257
+ <path id="path806" d="m271 385 1 1-1-1z" fill="#fbead6"/>
258
+ <path id="path807" d="m272 385 1 1-1-1z" fill="#fea522"/>
259
+ <path id="path808" d="m280 385 1 1-1-1z" fill="#fe9f11"/>
260
+ <path id="path809" d="m281 385-1 2 1-2z" fill="#fcb144"/>
261
+ <path id="path810" d="m283 385 1 1-1-1z" fill="#fe9f11"/>
262
+ <path id="path811" d="m284 385 1 1-1-1z" fill="#fbbe66"/>
263
+ <path id="path812" d="m285 385 1 1-1-1z" fill="#fcf1e4"/>
264
+ <path id="path813" d="m242 386 1 1-1-1z" fill="#fae3c9"/>
265
+ <path id="path814" d="m243 386 2 2-2-2z" fill="#fe9f11"/>
266
+ <path id="path815" d="m244 386 1 1-1-1z" fill="#fbead6"/>
267
+ <path id="path817" d="m253 386 1 1-1-1z" fill="#fbead6"/>
268
+ <path id="path818" d="m254 386 1 1-1-1z" fill="#fae3c9"/>
269
+ <path id="path819" d="m263 386 1 1-1-1z" fill="#fe9f11"/>
270
+ <path id="path820" d="m264 386 1 1-1-1z" fill="#fbc477"/>
271
+ <path id="path821" d="m265 386 1 1-1-1z" fill="#fea522"/>
272
+ <path id="path822" d="m268 386 1 1-1-1z" fill="#fbc477"/>
273
+ <path id="path823" d="m269 386 1 1-1-1z" fill="#fef8f1"/>
274
+ <path id="path824" d="m273 386 1 1-1-1z" fill="#fbc477"/>
275
+ <path id="path825" d="m281 386 1 1-1-1z" fill="#fff"/>
276
+ <path id="path826" d="m282 386 1 1-1-1z" fill="#fdab33"/>
277
+ <path id="path827" d="m286 386 1 1-1-1z" fill="#fbc477"/>
278
+ <path id="path828" d="m242 387 1 1-1-1z" fill="#fef8f1"/>
279
+ <path id="path830" d="m245 387 1 1-1-1z" fill="#fbead6"/>
280
+ <path id="path831" d="m250 387 1 1-1-1z" fill="#f9d6aa"/>
281
+ <path id="path833" d="m255 387 1 1-1-1z" fill="#fe9f11"/>
282
+ <path id="path834" d="m256.67 387.33 0.666 0.3334-0.666-0.3334z" fill="#f9d6aa"/>
283
+ <path id="path835" d="m263 387 1 1-1-1z" fill="#f8dcbb"/>
284
+ <path id="path836" d="m266 387 1 1-1-1z" fill="#fcf1e4"/>
285
+ <path id="path837" d="m274 387 1 1-1-1z" fill="#f9d6aa"/>
286
+ <path id="path838" d="m281 387 1 1-1-1z" fill="#fdab33"/>
287
+ <path id="path839" d="m287 387 1 1-1-1z" fill="#fcb755"/>
288
+ <path id="path840" d="m288 387 1 1-1-1z" fill="#fef8f1"/>
289
+ <path id="path841" d="m234 388 1 1-1-1z" fill="#53527c"/>
290
+ <path id="path842" d="m243 388 1 1-1-1z" fill="#fcb755"/>
291
+ <path id="path843" d="m245 388 1 1-1-1z" fill="#fea522"/>
292
+ <path id="path845" d="m249 388 1 1-1-1z" fill="#fbead6"/>
293
+ <path id="path846" d="m251 388 1 1-1-1z" fill="#fe9f11"/>
294
+ <path id="path847" d="m252 388 1 1-1-1z" fill="#fcf1e4"/>
295
+ <path id="path848" d="m255 388 1 1-1-1z" fill="#fbbe66"/>
296
+ <path id="path849" d="m256 388 1 1-1-1z" fill="#fbc477"/>
297
+ <path id="path850" d="m257 388 1 1-1-1z" fill="#fbbe66"/>
298
+ <path id="path851" d="m262 388 1 1-1-1z" fill="#fea522"/>
299
+ <path id="path852" d="m275 388 1 1-1-1z" fill="#f9d6aa"/>
300
+ <path id="path853" d="m288 388 1 1-1-1z" fill="#fcb144"/>
301
+ <path id="path854" d="m304 388 1 1-1-1z" fill="#8d8d5b"/>
302
+ <path id="path856" d="m237 389 1 1-1-1z" fill="#e5e3af"/>
303
+ <path id="path857" d="m243 389 1 1-1-1z" fill="#f8dcbb"/>
304
+ <path id="path858" d="m246 389 1 1-1-1z" fill="#fdab33"/>
305
+ <path id="path859" d="m249 389 1 1-1-1z" fill="#fe9f11"/>
306
+ <path id="path860" d="m251 389 1 1-1-1z" fill="#faca88"/>
307
+ <path id="path861" d="m255 389 1 1-1-1z" fill="#fcf1e4"/>
308
+ <path id="path862" d="m262 389 1 1-1-1m14 0 1 1-1-1z" fill="#f9d099"/>
309
+ <path id="path863" d="m289 389 1 1-1-1z" fill="#fbbe66"/>
310
+ <path id="path866" d="m244 390 1 1-1-1z" fill="#fea522"/>
311
+ <path id="path867" d="m247 390 1 1-1-1z" fill="#fdab33"/>
312
+ <path id="path868" d="m248 390 1 1-1-1z" fill="#fea522"/>
313
+ <path id="path869" d="m250 390 1 1-1-1z" fill="#fe9f11"/>
314
+ <path id="path870" d="m251 390 1 1-1-1z" fill="#fef8f1"/>
315
+ <path id="path871" d="m256 390 1 1-1-1z" fill="#fbbe66"/>
316
+ <path id="path872" d="m262 390 1 1-1-1z" fill="#fef8f1"/>
317
+ <path id="path873" d="m277 390 1 1-1-1z" fill="#fbbe66"/>
318
+ <path id="path874" d="m290 390 1 1-1-1z" fill="#f9d099"/>
319
+ <path id="path875" d="m244 391 1 1-1-1z" fill="#f9d6aa"/>
320
+ <path id="path876" d="m250 391 1 1-1-1z" fill="#f9d099"/>
321
+ <path id="path877" d="m256 391 1 1-1-1z" fill="#fcf1e4"/>
322
+ <path id="path878" d="m261 391 1 1-1-1m17 0 1 1-1-1z" fill="#fdab33"/>
323
+ <path id="path879" d="m291 391 1 1-1-1z" fill="#fbead6"/>
324
+ <path id="path881" d="m245 392 1 1-1-1z" fill="#fea522"/>
325
+ <path id="path882" d="m249 392 1 1-1-1z" fill="#fe9f11"/>
326
+ <path id="path883" d="m257 392 1 1-1-1z" fill="#fcb144"/>
327
+ <path id="path884" d="m261 392 1 1-1-1z" fill="#faca88"/>
328
+ <path id="path885" d="m278 392 1 1-1-1z" fill="#f8dcbb"/>
329
+ <path id="path886" d="m291 392 1 1-1-1z" fill="#fcb144"/>
330
+ <path id="path888" d="m237 393 1 1-1-1z" fill="#d3d079"/>
331
+ <path id="path889" d="m245 393 1 1-1-1z" fill="#faca88"/>
332
+ <path id="path891" d="m257 393 1 1-1-1z" fill="#faca88"/>
333
+ <path id="path892" d="m261 393 1 1-1-1m17 0 1 1-1-1z" fill="#fae3c9"/>
334
+ <path id="path893" d="m292 393 1 1-1-1z" fill="#f8dcbb"/>
335
+ <path id="path894" d="m301 393 1 1-1-1z" fill="#f2f1d7"/>
336
+ <path id="path895" d="m304.33 393.67 0.334 0.6666-0.334-0.6666z" fill="#58587b"/>
337
+ <path id="path896" d="m237.33 394.67 0.334 0.6666-0.334-0.6666z" fill="#d9d868"/>
338
+ <path id="path897" d="m245 394 1 1-1-1z" fill="#f8dcbb"/>
339
+ <path id="path899" d="m277 394 1 1-1-1z" fill="#f9d6aa"/>
340
+ <path id="path900" d="m278 394 1 1-1-1z" fill="#fe9f11"/>
341
+ <path id="path901" d="m292 394 1 1-1-1z" fill="#fcb144"/>
342
+ <path id="path902" d="m301.33 394.67 0.334 0.6666-0.334-0.6666z" fill="#f2f1d2"/>
343
+ <path id="path903" d="m245 395 1 1-1-1z" fill="#fcf1e4"/>
344
+ <path id="path904" d="m276 395 1 1-1-1z" fill="#fef8f1"/>
345
+ <path id="path905" d="m277 395 1 1-1-1z" fill="#fe9f11"/>
346
+ <path id="path906" d="m280 395-1 2 1-2z" fill="#fdab33"/>
347
+ <path id="path907" d="m281 395 1 1-1-1z" fill="#fcb755"/>
348
+ <path id="path908" d="m293 395 1 1-1-1z" fill="#fea522"/>
349
+ <path id="path909" d="m294 395 1 1-1-1z" fill="#f9d099"/>
350
+ <path id="path910" d="m304 395 1 1-1-1z" fill="#53527c"/>
351
+ <path id="path911" d="m235.33 396.67 0.334 0.666-0.334-0.666z" fill="#808067"/>
352
+ <path id="path912" d="m246 396 1 1-1-1m3 0 1 1-1-1z" fill="#fea522"/>
353
+ <path id="path913" d="m260 396 1 1-1-1z" fill="#fe9f11"/>
354
+ <path id="path914" d="m276 396 1 1-1-1z" fill="#fae3c9"/>
355
+ <path id="path915" d="m280 396 1 1-1-1z" fill="#fef8f1"/>
356
+ <path id="path917" d="m282 396 1 1-1-1z" fill="#fcb144"/>
357
+ <path id="path918" d="m295 396 1 1-1-1z" fill="#fcb755"/>
358
+ <path id="path919" d="m296 396 2 2-2-2z" fill="#fef8f1"/>
359
+ <path id="path920" d="m301.33 396.67 0.334 0.666-0.334-0.666z" fill="#e5e59d"/>
360
+ <path id="path921" d="m304.33 396.67 0.334 0.666-0.334-0.666z" fill="#32327b"/>
361
+ <path id="path922" d="m246.33 397.67 0.334 0.666-0.334-0.666z" fill="#fcb755"/>
362
+ <path id="path923" d="m250 397 1 1-1-1z" fill="#fef8f1"/>
363
+ <path id="path924" d="m260 397 1 1-1-1z" fill="#fbbe66"/>
364
+ <path id="path925" d="m276 397 1 1-1-1z" fill="#fbead6"/>
365
+ <path id="path926" d="m278 397 1 1-1-1z" fill="#fe9f11"/>
366
+ <path id="path927" d="m279 397 1 1-1-1z" fill="#fcf1e4"/>
367
+ <path id="path928" d="m282 397 1 1-1-1z" fill="#fbead6"/>
368
+ <path id="path929" d="m296 397 1 1-1-1z" fill="#fdab33"/>
369
+ <path id="path931" d="m235 398 1 1-1-1z" fill="#667"/>
370
+ <path id="path932" d="m238 398 1 1-1-1z" fill="#f6f6e4"/>
371
+ <path id="path933" d="m250 398 1 1-1-1z" fill="#f9d6aa"/>
372
+ <path id="path934" d="m258 398 1 1-1-1z" fill="#fdab33"/>
373
+ <path id="path935" d="m259 398 1 1-1-1z" fill="#fe9f11"/>
374
+ <path id="path936" d="m260 398 1 1-1-1z" fill="#fcf1e4"/>
375
+ <path id="path937" d="m277 398 1 1-1-1z" fill="#fea522"/>
376
+ <path id="path938" d="m278 398 1 1-1-1m5 0 1 1-1-1z" fill="#faca88"/>
377
+ <path id="path939" d="m297 398 1 1-1-1z" fill="#fcb144"/>
378
+ <path id="path940" d="m301 398 1 1-1-1z" fill="#dddc7a"/>
379
+ <path id="path941" d="m235 399 1 1-1-1z" fill="#58587b"/>
380
+ <path id="path942" d="m238 399 1 1-1-1z" fill="#f2f1d2"/>
381
+ <path id="path943" d="m246.33 399.67 0.334 0.666-0.334-0.666z" fill="#fcb144"/>
382
+ <path id="path944" d="m250 399 1 1-1-1z" fill="#fea522"/>
383
+ <path id="path945" d="m260 399 1 1-1-1z" fill="#fef8f1"/>
384
+ <path id="path946" d="m261 399 1 1-1-1z" fill="#fea522"/>
385
+ <path id="path947" d="m263 399 1 1-1-1z" fill="#fcb144"/>
386
+ <path id="path948" d="m264 399 1 1-1-1z" fill="#fbead6"/>
387
+ <path id="path949" d="m277 399 1 1-1-1z" fill="#f8dcbb"/>
388
+ <path id="path950" d="m278 399 1 1-1-1z" fill="#fcf1e4"/>
389
+ <path id="path951" d="m283 399 1 1-1-1z" fill="#fef8f1"/>
390
+ <path id="path952" d="m284 399 1 1-1-1z" fill="#fe9f11"/>
391
+ <path id="path953" d="m298 399 1 1-1-1z" fill="#fbead6"/>
392
+ <path id="path954" d="m301 399 1 1-1-1z" fill="#d9d868"/>
393
+ <path id="path955" d="m235 400 1 1-1-1z" fill="#3a3a7c"/>
394
+ <path id="path956" d="m238 400 1 1-1-1z" fill="#e5e3af"/>
395
+ <path id="path957" d="m251 400 1 1-1-1z" fill="#faca88"/>
396
+ <path id="path958" d="m261 400 1 1-1-1z" fill="#fbead6"/>
397
+ <path id="path959" d="m264 400 1 1-1-1z" fill="#fe9f11"/>
398
+ <path id="path960" d="m265 400 1 1-1-1z" fill="#fcf1e4"/>
399
+ <path id="path961" d="m276 400 1 1-1-1z" fill="#fbead6"/>
400
+ <path id="path962" d="m277 400 1 1-1-1z" fill="#fae3c9"/>
401
+ <path id="path963" d="m278 400 1 1-1-1z" fill="#fbead6"/>
402
+ <path id="path964" d="m284 400 1 1-1-1m8 0 1 1-1-1z" fill="#fbbe66"/>
403
+ <path id="path965" d="m293 400 1 1-1-1z" fill="#fcf1e4"/>
404
+ <path id="path966" d="m294 400 1 1-1-1z" fill="#fef8f1"/>
405
+ <path id="path967" d="m295 400 1 1-1-1z" fill="#f8dcbb"/>
406
+ <path id="path968" d="m296 400 1 1-1-1z" fill="#fcb755"/>
407
+ <path id="path969" d="m298 400 1 1-1-1z" fill="#fae3c9"/>
408
+ <path id="path970" d="m303 400 1 1-1-1z" fill="#808067"/>
409
+ <path id="path971" d="m235 401 1 1-1-1z" fill="#32327b"/>
410
+ <path id="path972" d="m236.33 401.67 0.334 0.666-0.334-0.666z" fill="#a4a43d"/>
411
+ <path id="path973" d="m238 401 1 1-1-1z" fill="#e5e59d"/>
412
+ <path id="path974" d="m246 401 1 1-1-1z" fill="#fbc477"/>
413
+ <path id="path975" d="m252 401 1 1-1-1z" fill="#f9d6aa"/>
414
+ <path id="path976" d="m262 401 1 1-1-1z" fill="#fbbe66"/>
415
+ <path id="path977" d="m265 401 1 1-1-1z" fill="#f9d099"/>
416
+ <path id="path978" d="m274 401 1 1-1-1z" fill="#fae3c9"/>
417
+ <path id="path979" d="m275 401 1 1-1-1z" fill="#fcb144"/>
418
+ <path id="path980" d="m279 401 1 1-1-1z" fill="#fae3c9"/>
419
+ <path id="path981" d="m284 401 1 1-1-1z" fill="#f8dcbb"/>
420
+ <path id="path982" d="m292 401 1 1-1-1z" fill="#f9d099"/>
421
+ <path id="path983" d="m297 401 1 1-1-1z" fill="#fbc477"/>
422
+ <path id="path984" d="m298 401 1 1-1-1z" fill="#fbead6"/>
423
+ <path id="path985" d="m303 401 1 1-1-1z" fill="#737370"/>
424
+ <path id="path986" d="m238 402 1 1-1-1z" fill="#d9d868"/>
425
+ <path id="path987" d="m246 402 1 1-1-1z" fill="#f9d099"/>
426
+ <path id="path988" d="m253 402 1 1-1-1m9 0 1 1-1-1z" fill="#f9d6aa"/>
427
+ <path id="path989" d="m265 402 1 1-1-1z" fill="#fbc477"/>
428
+ <path id="path990" d="m270 402 1 1-1-1z" fill="#fef8f1"/>
429
+ <path id="path991" d="m271 402 1 1-1-1z" fill="#f8dcbb"/>
430
+ <path id="path992" d="m272 402 1 1-1-1z" fill="#fbc477"/>
431
+ <path id="path993" d="m273 402 1 1-1-1z" fill="#fea522"/>
432
+ <path id="path994" d="m279 402 1 1-1-1z" fill="#fbead6"/>
433
+ <path id="path996" d="m300 402 1 1-1-1z" fill="#f2f1d2"/>
434
+ <path id="path997" d="m303 402 1 1-1-1z" fill="#58587b"/>
435
+ <path id="path998" d="m236 403 1 1-1-1z" fill="#99994e"/>
436
+ <path id="path999" d="m238 403 1 1-1-1z" fill="#d0d045"/>
437
+ <path id="path1001" d="m254 403 1 1-1-1z" fill="#fcb144"/>
438
+ <path id="path1002" d="m255 403 1 1-1-1z" fill="#fae3c9"/>
439
+ <path id="path1003" d="m262 403 1 1-1-1z" fill="#fef8f1"/>
440
+ <path id="path1004" d="m266 403 1 1-1-1z" fill="#fcb755"/>
441
+ <path id="path1005" d="m267 403 1 1-1-1z" fill="#fbc477"/>
442
+ <path id="path1006" d="m268 403 1 1-1-1z" fill="#fcb144"/>
443
+ <path id="path1007" d="m269 403 1 1-1-1z" fill="#fea522"/>
444
+ <path id="path1008" d="m277 403 1 1-1-1z" fill="#fe9f11"/>
445
+ <path id="path1009" d="m278 403 1 1-1-1z" fill="#f9d6aa"/>
446
+ <path id="path1010" d="m292 403 1 1-1-1z" fill="#fef8f1"/>
447
+ <path id="path1011" d="m300 403 1 1-1-1z" fill="#e0dea1"/>
448
+ <path id="path1012" d="m303 403 1 1-1-1z" fill="#3a3a7c"/>
449
+ <path id="path1013" d="m236 404 1 1-1-1z" fill="#737370"/>
450
+ <path id="path1014" d="m239 404 1 1-1-1z" fill="#fbfaf2"/>
451
+ <path id="path1015" d="m247 404 1 1-1-1z" fill="#fea522"/>
452
+ <path id="path1016" d="m256 404 1 1-1-1z" fill="#fe9f11"/>
453
+ <path id="path1017" d="m257 404 1 1-1-1z" fill="#fcb144"/>
454
+ <path id="path1018" d="m258 404 1 1-1-1z" fill="#fbc477"/>
455
+ <path id="path1019" d="m259 404 1 1-1-1z" fill="#faca88"/>
456
+ <path id="path1020" d="m260 404 1 1-1-1z" fill="#fbc477"/>
457
+ <path id="path1021" d="m261 404 1 1-1-1z" fill="#fcb144"/>
458
+ <path id="path1022" d="m262 404 1 1-1-1z" fill="#fdab33"/>
459
+ <path id="path1023" d="m276 404 1 1-1-1z" fill="#fbc477"/>
460
+ <path id="path1024" d="m277 404 1 1-1-1z" fill="#fef8f1"/>
461
+ <path id="path1025" d="m291 404 1 1-1-1z" fill="#fdab33"/>
462
+ <path id="path1026" d="m300 404 1 1-1-1z" fill="#e1e18c"/>
463
+ <path id="path1027" d="m302.33 404.67 0.334 0.666-0.334-0.666z" fill="#a4a43d"/>
464
+ <path id="path1028" d="m303 404 1 1-1-1z" fill="#262678"/>
465
+ <path id="path1029" d="m236 405 1 1-1-1z" fill="#58587b"/>
466
+ <path id="path1030" d="m239 405 1 1-1-1z" fill="#f2f1d2"/>
467
+ <path id="path1031" d="m247 405 1 1-1-1z" fill="#faca88"/>
468
+ <path id="path1032" d="m274 405 1 1-1-1z" fill="#fe9f11"/>
469
+ <path id="path1033" d="m275 405 1 1-1-1z" fill="#fbead6"/>
470
+ <path id="path1034" d="m284 405 1 1-1-1z" fill="#fbc477"/>
471
+ <path id="path1035" d="m291 405 1 1-1-1z" fill="#faca88"/>
472
+ <path id="path1036" d="m300 405 1 1-1-1z" fill="#d4d456"/>
473
+ <path id="path1037" d="m236 406 1 1-1-1z" fill="#32327b"/>
474
+ <path id="path1038" d="m239 406 1 1-1-1z" fill="#e5e59d"/>
475
+ <path id="path1039" d="m247 406 1 1-1-1z" fill="#fef8f1"/>
476
+ <path id="path1040" d="m248 406 1 1-1-1z" fill="#fe9f11"/>
477
+ <path id="path1041" d="m274 406 1 1-1-1z" fill="#fbead6"/>
478
+ <path id="path1042" d="m284 406 1 1-1-1z" fill="#fea522"/>
479
+ <path id="path1043" d="m291 406 1 1-1-1z" fill="#fcf1e4"/>
480
+ <path id="path1044" d="m302 406 1 1-1-1z" fill="#808067"/>
481
+ <path id="path1045" d="m236 407 1 1-1-1z" fill="#0e0e6e"/>
482
+ <path id="path1046" d="m237 407 1 1-1-1z" fill="#a4a43d"/>
483
+ <path id="path1047" d="m239 407 1 1-1-1z" fill="#d9d868"/>
484
+ <path id="path1048" d="m248 407 1 1-1-1z" fill="#f8dcbb"/>
485
+ <path id="path1050" d="m283 407 1 1-1-1z" fill="#f9d6aa"/>
486
+ <path id="path1051" d="m290 407 1 1-1-1z" fill="#faca88"/>
487
+ <path id="path1052" d="m299 407 1 1-1-1z" fill="#f2f1d2"/>
488
+ <path id="path1053" d="m302 407 1 1-1-1z" fill="#58587b"/>
489
+ <path id="path1054" d="m237 408 1 1-1-1z" fill="#8d8d5b"/>
490
+ <path id="path1055" d="m249 408 1 1-1-1z" fill="#f9d6aa"/>
491
+ <path id="path1056" d="m269 408 1 1-1-1z" fill="#fdab33"/>
492
+ <path id="path1057" d="m270 408 1 1-1-1z" fill="#fff"/>
493
+ <path id="path1058" d="m271.67 408.33 0.666 0.334-0.666-0.334z" fill="#fcb144"/>
494
+ <path id="path1059" d="m282 408-1 2 1-2z" fill="#fef8f1"/>
495
+ <path id="path1060" d="m283 408 1 1-1-1z" fill="#fe9f11"/>
496
+ <path id="path1061" d="m289 408-1 2 1-2z" fill="#fdab33"/>
497
+ <path id="path1062" d="m299 408 1 1-1-1z" fill="#e5e59d"/>
498
+ <path id="path1063" d="m302 408 1 1-1-1z" fill="#3a3a7c"/>
499
+ <path id="path1064" d="m237 409 1 1-1-1z" fill="#667"/>
500
+ <path id="path1065" d="m240 409 1 1-1-1z" fill="#f2f1d2"/>
501
+ <path id="path1066" d="m250 409 1 1-1-1z" fill="#f9d6aa"/>
502
+ <path id="path1067" d="m269 409 1 1-1-1z" fill="#fe9f11"/>
503
+ <path id="path1068" d="m270 409 1 1-1-1z" fill="#faca88"/>
504
+ <path id="path1069" d="m271 409 1 1-1-1z" fill="#fea522"/>
505
+ <path id="path1070" d="m272 409 1 1-1-1z" fill="#fcf1e4"/>
506
+ <path id="path1071" d="m282 409 1 1-1-1z" fill="#fdab33"/>
507
+ <path id="path1072" d="m289 409 1 1-1-1z" fill="#fef8f1"/>
508
+ <path id="path1073" d="m299 409 1 1-1-1z" fill="#d9d868"/>
509
+ <path id="path1074" d="m301 409 1 1-1-1z" fill="#a4a43d"/>
510
+ <path id="path1075" d="m302 409 1 1-1-1z" fill="#0e0e6e"/>
511
+ <path id="path1076" d="m237 410 1 1-1-1z" fill="#3a3a7c"/>
512
+ <path id="path1077" d="m240 410 1 1-1-1z" fill="#e5e59d"/>
513
+ <path id="path1078" d="m251 410 2 2-2-2z" fill="#fae3c9"/>
514
+ <path id="path1079" d="m252 410 1 1-1-1z" fill="#fe9f11"/>
515
+ <path id="path1080" d="m271 410 1 1-1-1z" fill="#f8dcbb"/>
516
+ <path id="path1081" d="m280 410 1 1-1-1z" fill="#fcf1e4"/>
517
+ <path id="path1082" d="m281 410 1 1-1-1z" fill="#fdab33"/>
518
+ <path id="path1083" d="m287 410 1 1-1-1z" fill="#fcb144"/>
519
+ <path id="path1084" d="m288 410 1 1-1-1z" fill="#fef8f1"/>
520
+ <path id="path1085" d="m298 410 1 1-1-1z" fill="#fbfaf2"/>
521
+ <path id="path1086" d="m301 410 1 1-1-1z" fill="#8d8d5b"/>
522
+ <path id="path1087" d="m237 411 1 1-1-1z" fill="#0e0e6e"/>
523
+ <path id="path1088" d="m238 411 1 1-1-1z" fill="#a4a43d"/>
524
+ <path id="path1089" d="m240 411 1 1-1-1z" fill="#d4d456"/>
525
+ <path id="path1090" d="m270 411 1 1-1-1z" fill="#f9d6aa"/>
526
+ <path id="path1091" d="m279 411 1 1-1-1z" fill="#f9d099"/>
527
+ <path id="path1092" d="m280 411 1 1-1-1z" fill="#fe9f11"/>
528
+ <path id="path1093" d="m286 411 1 1-1-1z" fill="#faca88"/>
529
+ <path id="path1094" d="m298 411 1 1-1-1z" fill="#eeedc1"/>
530
+ <path id="path1095" d="m301 411 1 1-1-1z" fill="#58587b"/>
531
+ <path id="path1096" d="m238 412 1 1-1-1z" fill="#737370"/>
532
+ <path id="path1097" d="m241 412 1 1-1-1z" fill="#f6f6e4"/>
533
+ <path id="path1098" d="m252 412 1 1-1-1z" fill="#fbbe66"/>
534
+ <path id="path1099" d="m268 412 1 1-1-1z" fill="#fcb144"/>
535
+ <path id="path1100" d="m269.33 412.67 0.334 0.666-0.334-0.666z" fill="#f8dcbb"/>
536
+ <path id="path1102" d="m277 412 1 1-1-1z" fill="#fbbe66"/>
537
+ <path id="path1103" d="m278 412 1 1-1-1z" fill="#fe9f11"/>
538
+ <path id="path1104" d="m284 412 1 1-1-1z" fill="#fbc477"/>
539
+ <path id="path1105" d="m285 412 1 1-1-1z" fill="#fcf1e4"/>
540
+ <path id="path1106" d="m298 412 1 1-1-1z" fill="#d3d079"/>
541
+ <path id="path1107" d="m300 412 1 1-1-1z" fill="#a4a43d"/>
542
+ <path id="path1108" d="m301 412 1 1-1-1z" fill="#262678"/>
543
+ <path id="path1109" d="m238 413 1 1-1-1z" fill="#49497d"/>
544
+ <path id="path1110" d="m241 413 1 1-1-1z" fill="#e0dea1"/>
545
+ <path id="path1111" d="m251 413 1 1-1-1z" fill="#fae3c9"/>
546
+ <path id="path1112" d="m265 413 1 1-1-1z" fill="#fdab33"/>
547
+ <path id="path1113" d="m266 413 1 1-1-1z" fill="#fbc477"/>
548
+ <path id="path1114" d="m267 413 1 1-1-1z" fill="#fbead6"/>
549
+ <path id="path1115" d="m270 413 1 1-1-1z" fill="#fcb144"/>
550
+ <path id="path1116" d="m283 413 1 1-1-1z" fill="#f9d6aa"/>
551
+ <path id="path1117" d="m300 413 1 1-1-1z" fill="#99994e"/>
552
+ <path id="path1118" d="m238 414 1 1-1-1z" fill="#0e0e6e"/>
553
+ <path id="path1119" d="m239 414 1 1-1-1z" fill="#a4a43d"/>
554
+ <path id="path1120" d="m241 414 1 1-1-1z" fill="#d4d456"/>
555
+ <path id="path1122" d="m250 414 1 1-1-1z" fill="#f9d099"/>
556
+ <path id="path1123" d="m251 414 1 1-1-1m5 0 1 1-1-1z" fill="#fe9f11"/>
557
+ <path id="path1124" d="m257 414 1 1-1-1z" fill="#f9d6aa"/>
558
+ <path id="path1125" d="m258 414 1 1-1-1z" fill="#f9d099"/>
559
+ <path id="path1127" d="m262 414 1 1-1-1z" fill="#f9d6aa"/>
560
+ <path id="path1128" d="m263 414 1 1-1-1z" fill="#fae3c9"/>
561
+ <path id="path1129" d="m264 414 1 1-1-1z" fill="#fef8f1"/>
562
+ <path id="path1130" d="m272 414 1 1-1-1z" fill="#fbead6"/>
563
+ <path id="path1131" d="m273 414 1 1-1-1z" fill="#fae3c9"/>
564
+ <path id="path1132" d="m274 414 1 1-1-1z" fill="#faca88"/>
565
+ <path id="path1133" d="m275 414 1 1-1-1z" fill="#fbc477"/>
566
+ <path id="path1134" d="m276 414 1 1-1-1z" fill="#fdab33"/>
567
+ <path id="path1135" d="m281 414 1 1-1-1z" fill="#fe9f11"/>
568
+ <path id="path1136" d="m282 414 1 1-1-1z" fill="#f9d6aa"/>
569
+ <path id="path1137" d="m297 414 1 1-1-1z" fill="#e5e3af"/>
570
+ <path id="path1138" d="m300 414 1 1-1-1z" fill="#667"/>
571
+ <path id="path1139" d="m239 415 1 1-1-1z" fill="#737370"/>
572
+ <path id="path1140" d="m242 415 1 1-1-1z" fill="#f2f1d7"/>
573
+ <path id="path1141" d="m249 415 1 1-1-1z" fill="#fea522"/>
574
+ <path id="path1142" d="m254 415 1 1-1-1z" fill="#fe9f11"/>
575
+ <path id="path1143" d="m255 415 1 1-1-1z" fill="#fbbe66"/>
576
+ <path id="path1144" d="m256 415 1 1-1-1z" fill="#fcf1e4"/>
577
+ <path id="path1145" d="m280 415 1 1-1-1z" fill="#fea522"/>
578
+ <path id="path1146" d="m281 415 1 1-1-1z" fill="#fbead6"/>
579
+ <path id="path1147" d="m297 415 1 1-1-1z" fill="#dddc7a"/>
580
+ <path id="path1148" d="m299 415 1 1-1-1z" fill="#a4a43d"/>
581
+ <path id="path1149" d="m300 415 1 1-1-1z" fill="#262678"/>
582
+ <path id="path1150" d="m239 416 1 1-1-1z" fill="#49497d"/>
583
+ <path id="path1151" d="m240.33 416.67 0.334 0.666-0.334-0.666z" fill="#a4a43d"/>
584
+ <path id="path1152" d="m242 416 1 1-1-1z" fill="#d3d079"/>
585
+ <path id="path1153" d="m250 416 1 1-1-1z" fill="#f9d099"/>
586
+ <path id="path1154" d="m251 416 1 1-1-1z" fill="#fcb144"/>
587
+ <path id="path1155" d="m252 416 1 1-1-1z" fill="#faca88"/>
588
+ <path id="path1156" d="m253 416 1 1-1-1z" fill="#f8dcbb"/>
589
+ <path id="path1157" d="m254 416 1 1-1-1z" fill="#fef8f1"/>
590
+ <path id="path1158" d="m276 416 1 1-1-1z" fill="#f8dcbb"/>
591
+ <path id="path1159" d="m280 416 1 1-1-1z" fill="#fcf1e4"/>
592
+ <path id="path1160" d="m296 416 1 1-1-1z" fill="#f6f6e4"/>
593
+ <path id="path1161" d="m299 416 1 1-1-1z" fill="#8d8d5b"/>
594
+ <path id="path1162" d="m243 417 1 1-1-1z" fill="#fbfaf2"/>
595
+ <path id="path1163" d="m276 417 1 1-1-1z" fill="#fbbe66"/>
596
+ <path id="path1164" d="m279 417 1 1-1-1z" fill="#faca88"/>
597
+ <path id="path1165" d="m296 417 1 1-1-1z" fill="#e1e18c"/>
598
+ <path id="path1166" d="m299 417 1 1-1-1z" fill="#49497d"/>
599
+ <path id="path1167" d="m240 418 1 1-1-1z" fill="#58587b"/>
600
+ <path id="path1168" d="m243 418 1 1-1-1z" fill="#e5e59d"/>
601
+ <path id="path1169" d="m276 418 1 1-1-1z" fill="#fe9f11"/>
602
+ <path id="path1170" d="m278 418 1 1-1-1z" fill="#fdab33"/>
603
+ <path id="path1171" d="m295 418 1 1-1-1z" fill="#fbfaf2"/>
604
+ <path id="path1172" d="m298 418 1 1-1-1z" fill="#a4a43d"/>
605
+ <path id="path1173" d="m299 418 1 1-1-1z" fill="#0e0e6e"/>
606
+ <path id="path1174" d="m240 419 1 1-1-1z" fill="#1b1b74"/>
607
+ <path id="path1175" d="m241 419 1 1-1-1z" fill="#a4a43d"/>
608
+ <path id="path1176" d="m243 419 1 1-1-1z" fill="#d0d045"/>
609
+ <path id="path1177" d="m275 419 1 1-1-1z" fill="#fbead6"/>
610
+ <path id="path1178" d="m277 419 1 1-1-1z" fill="#fe9f11"/>
611
+ <path id="path1179" d="m278 419 1 1-1-1z" fill="#fbead6"/>
612
+ <path id="path1180" d="m295 419 1 1-1-1z" fill="#e5e59d"/>
613
+ <path id="path1181" d="m298 419 1 1-1-1z" fill="#667"/>
614
+ <path id="path1182" d="m241 420 1 1-1-1z" fill="#6e6c70"/>
615
+ <path id="path1183" d="m244 420 1 1-1-1z" fill="#e5e3af"/>
616
+ <path id="path1184" d="m275.33 420.67 0.334 0.666-0.334-0.666z" fill="#faca88"/>
617
+ <path id="path1185" d="m277 420 1 1-1-1z" fill="#fae3c9"/>
618
+ <path id="path1186" d="m294 420 1 1-1-1z" fill="#fbfaf2"/>
619
+ <path id="path1187" d="m297 420 1 1-1-1z" fill="#a4a43d"/>
620
+ <path id="path1188" d="m298 420 1 1-1-1m-57 1 1 1-1-1z" fill="#1b1b74"/>
621
+ <path id="path1189" d="m242 421 1 1-1-1z" fill="#a4a43d"/>
622
+ <path id="path1190" d="m244 421 1 1-1-1z" fill="#d0d045"/>
623
+ <path id="path1191" d="m245 421 1 1-1-1z" fill="#fbfaf2"/>
624
+ <path id="path1192" d="m276 421 1 1-1-1z" fill="#f9d6aa"/>
625
+ <path id="path1193" d="m294 421 1 1-1-1z" fill="#e5e59d"/>
626
+ <path id="path1194" d="m297 421 1 1-1-1m-55 1 1 1-1-1z" fill="#6e6c70"/>
627
+ <path id="path1195" d="m245 422 1 1-1-1z" fill="#8cbf84"/>
628
+ <path id="path1196" d="m245.43 422c3.473 7.309 15.757 24.553 25.14 24.217 9.113-0.326 19.404-17.151 23.43-24.217h-48.57z" fill="#0cf"/>
629
+ <path id="path1197" d="m296 422 1 1-1-1z" fill="#a4a43d"/>
630
+ <path id="path1198" d="m297 422 1 1-1-1m-55 1 1 1-1-1z" fill="#1b1b74"/>
631
+ <path id="path1199" d="m243 423 1 1-1-1z" fill="#a4a43d"/>
632
+ <path id="path1200" d="m245 423 1 1-1-1z" fill="#adb333"/>
633
+ <path id="path1201" d="m246 423 1 1-1-1z" fill="#1ac5b5"/>
634
+ <path id="path1202" d="m293 423 1 1-1-1z" fill="#68b070"/>
635
+ <path id="path1203" d="m296 423 1 1-1-1z" fill="#667"/>
636
+ <path id="path1204" d="m243 424 1 1-1-1z" fill="#58587b"/>
637
+ <path id="path1205" d="m246 424 1 1-1-1z" fill="#7fb15c"/>
638
+ <path id="path1206" d="m292 424 1 1-1-1z" fill="#27c2aa"/>
639
+ <path id="path1207" d="m295 424-1 2 1-2z" fill="#a4a43d"/>
640
+ <path id="path1208" d="m296 424 1 1-1-1m-53 1 1 1-1-1z" fill="#0e0e6e"/>
641
+ <path id="path1209" d="m244 425 2 2-2-2z" fill="#a4a43d"/>
642
+ <path id="path1210" d="m247 425 1 1-1-1z" fill="#34be9e"/>
643
+ <path id="path1211" d="m292 425 1 1-1-1z" fill="#96b247"/>
644
+ <path id="path1212" d="m295 425 1 1-1-1z" fill="#53527c"/>
645
+ <path id="path1213" d="m244 426 1 1-1-1z" fill="#3a3a7c"/>
646
+ <path id="path1214" d="m247 426 1 1-1-1z" fill="#a2b23d"/>
647
+ <path id="path1215" d="m248 426 1 1-1-1z" fill="#0dc9c1"/>
648
+ <path id="path1216" d="m291 426 1 1-1-1z" fill="#5bb47c"/>
649
+ <path id="path1217" d="m294 426 1 1-1-1z" fill="#8d8d5b"/>
650
+ <path id="path1218" d="m245 427 1 1-1-1z" fill="#737370"/>
651
+ <path id="path1219" d="m248 427 1 1-1-1z" fill="#74b166"/>
652
+ <path id="path1220" d="m290 427 1 1-1-1z" fill="#27c2aa"/>
653
+ <path id="path1221" d="m293 427-1 2 1-2z" fill="#a4a43d"/>
654
+ <path id="path1222" d="m294 427 1 1-1-1z" fill="#262678"/>
655
+ <path id="path1223" d="m245 428 1 1-1-1z" fill="#0e0e6e"/>
656
+ <path id="path1224" d="m246 428 2 2-2-2z" fill="#a4a43d"/>
657
+ <path id="path1225" d="m249 428 1 1-1-1z" fill="#42bb92"/>
658
+ <path id="path1226" d="m289 428 1 1-1-1z" fill="#0dc9c1"/>
659
+ <path id="path1227" d="m290 428 1 1-1-1z" fill="#96b247"/>
660
+ <path id="path1228" d="m293 428 1 1-1-1z" fill="#58587b"/>
661
+ <path id="path1229" d="m246 429 1 1-1-1z" fill="#3a3a7c"/>
662
+ <path id="path1230" d="m249 429 1 1-1-1z" fill="#adb333"/>
663
+ <path id="path1231" d="m250 429 1 1-1-1z" fill="#27c2aa"/>
664
+ <path id="path1232" d="m289 429 1 1-1-1z" fill="#74b166"/>
665
+ <path id="path1233" d="m292 429 1 1-1-1z" fill="#8d8d5b"/>
666
+ <path id="path1234" d="m247 430 1 1-1-1z" fill="#6e6c70"/>
667
+ <path id="path1235" d="m250 430 1 1-1-1z" fill="#96b247"/>
668
+ <path id="path1236" d="m251 430 1 1-1-1z" fill="#0dc9c1"/>
669
+ <path id="path1237" d="m288 430 1 1-1-1z" fill="#42bb92"/>
670
+ <path id="path1238" d="m291 430-2 3 2-3z" fill="#a4a43d"/>
671
+ <path id="path1239" d="m292 430 1 1-1-1z" fill="#1b1b74"/>
672
+ <path id="path1240" d="m247 431 1 1-1-1z" fill="#0e0e6e"/>
673
+ <path id="path1241" d="m248 431 1 1-1-1z" fill="#8d8d5b"/>
674
+ <path id="path1242" d="m251 431 1 1-1-1z" fill="#7fb15c"/>
675
+ <path id="path1243" d="m287 431 1 1-1-1z" fill="#34be9e"/>
676
+ <path id="path1244" d="m291 431 1 1-1-1z" fill="#3a3a7c"/>
677
+ <path id="path1245" d="m248 432 1 1-1-1z" fill="#1b1b74"/>
678
+ <path id="path1246" d="m249 432 11 11-11-11z" fill="#a4a43d"/>
679
+ <path id="path1247" d="m252 432 1 1-1-1z" fill="#74b166"/>
680
+ <path id="path1248" d="m286 432 1 1-1-1z" fill="#27c2aa"/>
681
+ <path id="path1249" d="m287 432 1 1-1-1z" fill="#adb333"/>
682
+ <path id="path1250" d="m290 432 1 1-1-1z" fill="#667"/>
683
+ <path id="path1251" d="m249 433 1 1-1-1z" fill="#32327b"/>
684
+ <path id="path1252" d="m253 433 1 1-1-1z" fill="#42bb92"/>
685
+ <path id="path1253" d="m285 433-4 5 4-5z" fill="#0dc9c1"/>
686
+ <path id="path1254" d="m286 433 1 1-1-1z" fill="#adb333"/>
687
+ <path id="path1255" d="m289 433 1 1-1-1z" fill="#737370"/>
688
+ <path id="path1256" d="m250 434 1 1-1-1z" fill="#49497d"/>
689
+ <path id="path1257" d="m254 434 1 1-1-1z" fill="#42bb92"/>
690
+ <path id="path1258" d="m285 434 1 1-1-1z" fill="#96b247"/>
691
+ <path id="path1259" d="m288 434-1 2 1-2z" fill="#8d8d5b"/>
692
+ <path id="path1260" d="m289 434 1 1-1-1z" fill="#0e0e6e"/>
693
+ <path id="path1261" d="m251 435 1 1-1-1z" fill="#53527c"/>
694
+ <path id="path1262" d="m255 435 1 1-1-1z" fill="#42bb92"/>
695
+ <path id="path1263" d="m284 435 1 1-1-1z" fill="#96b247"/>
696
+ <path id="path1264" d="m288 435 1 1-1-1z" fill="#0e0e6e"/>
697
+ <path id="path1265" d="m252 436 1 1-1-1z" fill="#6e6c70"/>
698
+ <path id="path1266" d="m256 436 1 1-1-1z" fill="#42bb92"/>
699
+ <path id="path1267" d="m283 436 1 1-1-1z" fill="#96b247"/>
700
+ <path id="path1268" d="m286 436-2 3 2-3z" fill="#a4a43d"/>
701
+ <path id="path1269" d="m287 436 1 1-1-1z" fill="#262678"/>
702
+ <path id="path1270" d="m253 437 1 1-1-1z" fill="#6e6c70"/>
703
+ <path id="path1271" d="m257 437 1 1-1-1z" fill="#42bb92"/>
704
+ <path id="path1272" d="m282 437 1 1-1-1z" fill="#96b247"/>
705
+ <path id="path1273" d="m286 437 1 1-1-1z" fill="#262678"/>
706
+ <path id="path1274" d="m254 438 1 1-1-1z" fill="#6e6c70"/>
707
+ <path id="path1275" d="m258 438 1 1-1-1z" fill="#68b070"/>
708
+ <path id="path1276" d="m280 438 1 1-1-1z" fill="#27c2aa"/>
709
+ <path id="path1277" d="m281 438 1 1-1-1z" fill="#adb333"/>
710
+ <path id="path1278" d="m285 438 1 1-1-1z" fill="#262678"/>
711
+ <path id="path1279" d="m255 439 1 1-1-1z" fill="#667"/>
712
+ <path id="path1280" d="m259 439 1 1-1-1z" fill="#74b166"/>
713
+ <path id="path1281" d="m279 439 1 1-1-1z" fill="#34be9e"/>
714
+ <path id="path1282" d="m280 439 1 1-1-1z" fill="#adb333"/>
715
+ <path id="path1283" d="m283 439-1 2 1-2z" fill="#8d8d5b"/>
716
+ <path id="path1284" d="m284 439 1 1-1-1z" fill="#262678"/>
717
+ <path id="path1285" d="m256 440 1 1-1-1z" fill="#49497d"/>
718
+ <path id="path1286" d="m260 440 1 1-1-1z" fill="#96b247"/>
719
+ <path id="path1287" d="m261 440 1 1-1-1z" fill="#0dc9c1"/>
720
+ <path id="path1288" d="m278 440 1 1-1-1z" fill="#42bb92"/>
721
+ <path id="path1289" d="m283 440 1 1-1-1z" fill="#0e0e6e"/>
722
+ <path id="path1290" d="m257 441 1 1-1-1z" fill="#49497d"/>
723
+ <path id="path1291" d="m261 441 1 1-1-1z" fill="#a2b23d"/>
724
+ <path id="path1292" d="m262 441 1 1-1-1z" fill="#27c2aa"/>
725
+ <path id="path1293" d="m277 441 1 1-1-1z" fill="#74b166"/>
726
+ <path id="path1294" d="m280 441-3 4 3-4z" fill="#a4a43d"/>
727
+ <path id="path1295" d="m281 441 1 1-1-1z" fill="#808067"/>
728
+ <path id="path1296" d="m282 441 1 1-1-1z" fill="#0e0e6e"/>
729
+ <path id="path1297" d="m258 442 1 1-1-1z" fill="#262678"/>
730
+ <path id="path1298" d="m262 442 1 1-1-1z" fill="#adb333"/>
731
+ <path id="path1299" d="m263 442 1 1-1-1z" fill="#42bb92"/>
732
+ <path id="path1300" d="m275 442 1 1-1-1z" fill="#0dc9c1"/>
733
+ <path id="path1301" d="m276 442 1 1-1-1z" fill="#96b247"/>
734
+ <path id="path1302" d="m280 442 1 1-1-1z" fill="#6e6c70"/>
735
+ <path id="path1303" d="m259 443 1 1-1-1z" fill="#1b1b74"/>
736
+ <path id="path1304" d="m260 443 1 1-1-1z" fill="#8d8d5b"/>
737
+ <path id="path1305" d="m264 443 1 1-1-1z" fill="#74b166"/>
738
+ <path id="path1306" d="m265 443 1 1-1-1z" fill="#0dc9c1"/>
739
+ <path id="path1307" d="m274 443 1 1-1-1z" fill="#34be9e"/>
740
+ <path id="path1308" d="m275 443 1 1-1-1z" fill="#adb333"/>
741
+ <path id="path1309" d="m279 443 1 1-1-1z" fill="#49497d"/>
742
+ <path id="path1310" d="m260 444 1 1-1-1z" fill="#0e0e6e"/>
743
+ <path id="path1311" d="m261 444 1 1-1-1z" fill="#6e6c70"/>
744
+ <path id="path1312" d="m262 444 2 2-2-2z" fill="#a4a43d"/>
745
+ <path id="path1313" d="m265 444 1 1-1-1z" fill="#96b247"/>
746
+ <path id="path1314" d="m266 444 1 1-1-1z" fill="#27c2aa"/>
747
+ <path id="path1315" d="m273 444 1 1-1-1z" fill="#68b070"/>
748
+ <path id="path1316" d="m278 444 1 1-1-1z" fill="#32327b"/>
749
+ <path id="path1317" d="m262 445 1 1-1-1z" fill="#49497d"/>
750
+ <path id="path1318" d="m267 445 1 1-1-1z" fill="#5bb47c"/>
751
+ <path id="path1319" d="m271 445 1 1-1-1z" fill="#27c2aa"/>
752
+ <path id="path1320" d="m272 445 1 1-1-1z" fill="#96b247"/>
753
+ <path id="path1321" d="m275 445-1 2 1-2z" fill="#a4a43d"/>
754
+ <path id="path1322" d="m276 445 1 1-1-1z" fill="#808067"/>
755
+ <path id="path1323" d="m277 445 1 1-1-1z" fill="#0e0e6e"/>
756
+ <path id="path1324" d="m263 446 1 1-1-1z" fill="#262678"/>
757
+ <path id="path1325" d="m264 446 1 1-1-1z" fill="#8d8d5b"/>
758
+ <path id="path1326" d="m268 446 1 1-1-1z" fill="#8bb252"/>
759
+ <path id="path1327" d="m269 446 1 1-1-1z" fill="#1ac5b5"/>
760
+ <path id="path1328" d="m270 446 1 1-1-1z" fill="#5bb47c"/>
761
+ <path id="path1329" d="m275 446 1 1-1-1z" fill="#58587b"/>
762
+ <path id="path1330" d="m264 447 1 1-1-1z" fill="#0e0e6e"/>
763
+ <path id="path1331" d="m265 447 1 1-1-1z" fill="#667"/>
764
+ <path id="path1332" d="m266 447 1 1-1-1z" fill="#a4a43d"/>
765
+ <path id="path1333" d="m273 447 1 1-1-1z" fill="#99994e"/>
766
+ <path id="path1334" d="m274 447 1 1-1-1m-8 1 1 1-1-1z" fill="#32327b"/>
767
+ <path id="path1335" d="m267 448 1 1-1-1z" fill="#99994e"/>
768
+ <path id="path1336" d="m271 448 1 1-1-1z" fill="#a4a43d"/>
769
+ <path id="path1337" d="m272 448 1 1-1-1z" fill="#667"/>
770
+ <path id="path1338" d="m273 448 1 1-1-1m-6 1 1 1-1-1z" fill="#0e0e6e"/>
771
+ <path id="path1339" d="m268 449 1 1-1-1z" fill="#667"/>
772
+ <path id="path1340" d="m269 449 1 1-1-1z" fill="#a4a43d"/>
773
+ <path id="path1341" d="m270 449 1 1-1-1z" fill="#99994e"/>
774
+ <path id="path1342" d="m271 449 1 1-1-1z" fill="#32327b"/>
775
+ <path id="path1343" d="m269 450 1 1-1-1z" fill="#262678"/>
776
+ <path id="path1344" d="m270 450 1 1-1-1z" fill="#0e0e6e"/>
777
+ <g id="g1349" transform="translate(0,296)">
778
+ <path id="path782" d="m271 87c1.543 3.6293 6.49 7.637 7.85 9.6011-1.731 1.964-2.077 1.7501-1.85 5.3989 3.01-3.1493 3.064-3.4776 5-3 4.241 4.232 0.759 13.321-2.746 15.297-3.504 2.108-2.868-0.073-8.12 2.569 2.408 2.059 5.198-0.302 7.478 0.329 1.239 1.47-0.589 4.149 0.374 6.672 2.015-0.194 1.773-4.262 2.242-5.737 1.472-5.404 10.322-9.173 10.772-14.13 1.866-0.876 3.731-0.274 6 1-1.13-4.644-4.868-4.594-5.87-6.0444-2.385-3.6446-4.499-7.8024-9.593-8.881-3.867-0.8188-3.578 0.2463-6.056-1.444-1.54-1.202-6.23-3.474-5.48-1.631z" fill="#f90"/>
779
+ <path id="path1348" d="m267.04 122.1c0 0.44513-0.36084 0.80597-0.80597 0.80597-0.44512 0-0.80597-0.36084-0.80597-0.80597 0-0.44512 0.36085-0.80597 0.80597-0.80597 0.44513 0 0.80597 0.36085 0.80597 0.80597z" fill-rule="evenodd" transform="translate(15.078 -30.977)" fill="#fff"/>
780
+ </g>
781
+ <g id="g1352" transform="matrix(-.46716 -.88417 .88417 -.46716 308.31 678.65)">
782
+ <path id="path1353" d="m271 87c1.543 3.6293 6.49 7.637 7.85 9.6011-1.731 1.964-2.077 1.7501-1.85 5.3989 3.01-3.1493 3.064-3.4776 5-3 4.241 4.232 0.759 13.321-2.746 15.297-3.504 2.108-2.868-0.073-8.12 2.569 2.408 2.059 5.198-0.302 7.478 0.329 1.239 1.47-0.589 4.149 0.374 6.672 2.015-0.194 1.773-4.262 2.242-5.737 1.472-5.404 10.322-9.173 10.772-14.13 1.866-0.876 3.731-0.274 6 1-1.13-4.644-4.868-4.594-5.87-6.0444-2.385-3.6446-4.499-7.8024-9.593-8.881-3.867-0.8188-3.578 0.2463-6.056-1.444-1.54-1.202-6.23-3.474-5.48-1.631z" fill="#f90"/>
783
+ <path id="path1354" d="m267.04 122.1c0 0.44513-0.36084 0.80597-0.80597 0.80597-0.44512 0-0.80597-0.36084-0.80597-0.80597 0-0.44512 0.36085-0.80597 0.80597-0.80597 0.44513 0 0.80597 0.36085 0.80597 0.80597z" fill-rule="evenodd" transform="translate(15.078 -30.977)" fill="#fff"/>
784
+ </g>
785
+ <g id="g1355" transform="matrix(-.51504 .85717 -.85717 -.51504 493 213.06)">
786
+ <path id="path1356" d="m271 87c1.543 3.6293 6.49 7.637 7.85 9.6011-1.731 1.964-2.077 1.7501-1.85 5.3989 3.01-3.1493 3.064-3.4776 5-3 4.241 4.232 0.759 13.321-2.746 15.297-3.504 2.108-2.868-0.073-8.12 2.569 2.408 2.059 5.198-0.302 7.478 0.329 1.239 1.47-0.589 4.149 0.374 6.672 2.015-0.194 1.773-4.262 2.242-5.737 1.472-5.404 10.322-9.173 10.772-14.13 1.866-0.876 3.731-0.274 6 1-1.13-4.644-4.868-4.594-5.87-6.0444-2.385-3.6446-4.499-7.8024-9.593-8.881-3.867-0.8188-3.578 0.2463-6.056-1.444-1.54-1.202-6.23-3.474-5.48-1.631z" fill="#f90"/>
787
+ <path id="path1357" d="m267.04 122.1c0 0.44513-0.36084 0.80597-0.80597 0.80597-0.44512 0-0.80597-0.36084-0.80597-0.80597 0-0.44512 0.36085-0.80597 0.80597-0.80597 0.44513 0 0.80597 0.36085 0.80597 0.80597z" fill-rule="evenodd" transform="translate(15.078 -30.977)" fill="#fff"/>
788
+ </g>
789
+ </g>
790
+ </g>
791
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/al.svg ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata4578">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag">
13
+ <rect id="rect1066" fill-rule="evenodd" height="512" width="512" y=".000015259" x="0" stroke-width="1pt" fill="#de2110"/>
14
+ <path id="path552" d="m167.48 127.3c7.3531-0.71781 8.8466-0.62179 14.246 0.77593-6.9344 3.1727-15.133 1.5873-20.218-2.92-7.6843-6.9767-25.985-19.041-19.441-8.7612 33.953 37.625 63.195 12.186 80.978 33.851 6.0574 7.3787 11.407 17.285 8.2196 27.014-1.0894 3.3299-5.0264 11.164-9.7861 9.1726-6.2324-2.6071 1.1811-23.087-3.3558-29.751-10.301-15.129-28.965-11.082-44.279-12.717-4.4431 12.048-15.146 10.233-24.986 4.1548-12.562-7.7574-12.184-26.836-23.411-33.137-11.699-6.5661-9.7923 15.425-7.9078 20.65 8.1665 22.642 32.212 31.105 54.221 27.079-16.289 25.222-42.107-16.327-54.895-6.151-8.1146 6.457 6.2181 18.204 11.183 20.899 13.737 7.457 30.243 3.7115 43.712-2.2501-7.6906 8.3527-21.841 13.478-33.328 11.783-5.9329-0.8755-17.819-8.3311-23.224-3.3624-8.3442 7.6712 12.027 16.769 16.974 17.846 16.677 3.628 28.488-5.1718 41.661-13.768-8.2717 8.2671-17.102 19.587-29.162 22.061-7.5218 1.5433-24.122-6.1331-28.982 1.8356-5.8119 9.5288 9.5982 15.558 16.484 14.962 16.314-1.4104 31.462-14.537 43.744-24.278-8.4404 11.973-21.468 24.643-35.412 30.053-7.3187 2.8394-19.901-1.5544-25.411 4.8218-8.4883 9.8227 10.2 15.62 17.079 13.947 20.078-4.8841 30.789-26.854 49.993-34.241-13.025 11.997-26.823 30.583-41.848 39.476-7.4652 4.4202-19.64-0.99569-25.543 5.5242-13.345 14.737 20.089 17.887 29.534 10.08 15.821-13.075 23.405-31.819 42.023-42.581-12.417 16.887-28.144 42.104-43.937 55.736-7.5189 6.4886-24.027 0.79572-28.789 8.0113-9.5655 14.492 21.284 16.981 28.974 11.859 25.246-16.81 26.625-55.773 58.333-65.191-8.9841 19.243-17.949 45.291-39.578 52.076 3.2454 9.7757 14.719 10.63 22.093 3.5037 12.654-12.225 10.042-40.057 32.066-40.998l-15.883 22.263c0.84363 9.0945 17.143-3.1037 22.132-11.848h2.083c-8.6779 20.701-23.997 32.26-43.744 41.661 0.38744 12.342-7.8697 18.699-18.747 22.913-5.8533-10.761-21.451-18.766-29.162-6.2491 6.1199 0.82488 11.588 1.9747 12.498 8.3321-9.7044-3.5037-17.363-5.1638-20.83 6.2491 11.37-1.8664 15.254-1.4519 17.185 3.5162-7.7714 8.9508-6.5043 22.565 7.8114 23.888-3.9932-2.885-6.6844-4.7951-4.491-8.6571 3.1745-4.216 6.9323 0.05 8.7737-2.4621 3.437-5.0159 0.34162-3.2641 4.7243-1.2456 3.5911 2.5705 9.432-8.1863 17.747 9.9569 10.001-7.1948 0.37911-18.566-3.8411-27.079l31.245-6.2491 35.412-33.328 2.083 2.083c-11.446 18.01-27.919 33.472-49.993 35.412 7.3885 13.4 21.884 6.4907 33.328 2.083-4.9764 9.709-17.895 9.7632-22.232 17.797-8.8925 16.479 28.26-0.50826 30.564-1.1332-2.9683 10.457-14.671 12.552-17.712 21.416-2.3622 6.8823 7.2802 7.5635 11.375 5.5659 7.903-3.8578 13.069-14.329 18.835-20.732-2.6996 12.498 2.4142 22.393-11.35 36.845l21.116 25.971 24.105-26.002c-13.306-11.513-5.1347-24.978-7.701-37.463 5.6367 6.6094 7.5552 17.458 15.564 21.382 3.7349 1.8289 11.444 1.8872 10.507-4.264-1.3269-8.7092-14.123-13.184-16.829-22.718 2.6663 0.88113 38.682 17.772 30.398 1.1332-3.9265-7.8843-17.214-8.3321-22.066-17.797 11.575 4.4577 23.459 10.078 33.328 0-18.345-6.3741-45.633-17.231-47.91-39.578l36.005 31.002 30.652 10.659v2.083c-7.4697 7.7822-11.794 13.211-5.5992 22.718l7.6176 2.2809c-4.8826-5.3826-3.2537-8.1613 0-10.288 5.5117-2.6267 8.8279 2.4726 10.961-2.7892 0.9686-2.5538 1.3081-3.7557 1.7997-0.6374 0.54367 5.5221 8.1946 1.2748 10.869 1.9955 4.1848 4.1223-2.0414 8.2446-2.735 11.717 11.836-4.1473 14.073-11.409 10.415-22.913 0.78114-4.3619 3.5162-6.4449 6.2491-6.2491 3.1037 0.3687 5.5554 1.3894 8.3321 2.083-4.064-10.615-11.236-10.213-20.83-6.2491 0.86862-6.3574 4.014-9.4611 10.415-8.3321-4.8097-14.433-22.203-2.8475-27.079 6.2491-11.328-3.7578-22.172-9.8944-18.747-22.913-19.141-9.1112-36.957-20.397-43.744-41.661h2.083c4.9889 8.7446 20.964 14.758 19.853 6.6407l-13.604-17.056c29.296 1.2582 17.627 54.513 54.159 43.744v-4.1661c-21.022-11.709-29.658-32.914-39.578-54.159 31.181 9.2632 32.212 47.937 56.436 64.826 7.7468 5.4013 40.352 3.9536 30.766-11.494-4.3119-6.949-21.507-1.933-28.794-8.0113-15.823-13.198-31.737-38.862-43.827-55.736 19.135 12.16 28.294 36.653 47.912 46.477 8.2842 4.1494 27.921 3.5307 25.103-10.765-2.0039-10.174-18.32-4.5014-25.073-7.3968-15.154-6.497-31.629-29.188-43.775-40.813 18.187 7.9878 28.971 28.335 47.91 34.051 6.9698 2.1039 24.969-1.0311 19.983-12.319-3.5432-8.0197-19.406-3.6961-26.232-6.1543-15.008-5.4044-26.542-19.207-37.495-30.159 14.7 8.4552 27.996 22.758 45.827 24.278 6.8844 0.58679 24.746-7.5831 15.367-16.296-6.1012-5.6673-18.437 0.6572-25.782-0.17685-11.832-1.3436-21.78-11.777-29.162-20.303 17.206 10.57 70.611 15.073 61.254-7.0302-6.4949-5.404-13.592 4.0082-26.367 4.3629-13.386 0.0308-26.661-3.1443-37.62-11.589 13.956 4.712 29.973 9.7123 44.362 2.9712 5.1159-2.3961 23.43-17.57 11.594-22.778-9.2278-4.0607-18.739 9.0149-26.144 12.323-9.1778 4.1-19.887 1.1117-29.162-1.1734v-2.083c19.024-1.0099 37.915-2.0914 50.432-18.831 4.1098-5.4975 14.823-28.012 2.8558-31.679-4.7764-1.4637-8.4779 3.3045-10.467 6.8886-5.845 10.536-31.91 52.379-42.821 22.791-15.346 1.6379-33.935-2.3999-44.281 12.717-4.591 6.7084 2.4996 27.293-3.6953 29.751-17.506 6.9432-5.8137-31.311-1.5706-36.186 18.864-21.685 69.871-3.0156 78.709-33.361 0.96028-8.047-10.509 6.353-15.908 9.8436-5.8491 3.604-13.275 3.8392-19.503 2.6546 6.6074-3.461 11.913-2.3653 16.079-3.0596-3.9098-6.87-12.877-5.9983-15.169-9.8036-2.9912-5.4013-14.921-6.9756-21.699-5.9054-12.892 2.8488-17.852 6.694-41.702 0.0213l10.415 12.498-14.927 6.2374 6.5949 4.1777-12.498 8.3321c2.083 0.69428 7.0427 0.69823 6.7094 2.6584l-10.069 17.125c-2.0893-3.5897-8.9612-12.989-9.9298-16.595-0.48534-1.6094 2.4205-2.3607 6.3512-3.0725l-11.809-8.4473 7.6322-4.4589-15.964-5.9562 8.3321-12.498c-13.283 8.8612-24.686-3.5243-40.065 0.0979-6.5574 1.4906-11.852 8.792-18.027 7.5737-5.2076-0.89071-11.278 2.2053-14.929 8.9926z"/>
15
+ <path id="path1069" d="m132.34 331.3c0.651 0.3125 1.848 0.1562 2.03 0.8593-1.224 0.4428-2.682 0.4949-3.906 0.3908 0.573-1.3021 1.225-0.8074 1.876-1.2501z" fill-rule="evenodd" stroke-width="0" fill="#de2110"/>
16
+ <path id="path1075" d="m188.2 331.53c-0.65 0.3125-1.847 0.1562-2.029 0.8593 1.224 0.4428 2.682 0.4949 3.905 0.3908-0.572-1.3021-1.225-0.8074-1.876-1.2501z" fill-rule="evenodd" stroke-width="0" fill="#de2110"/>
17
+ </g>
18
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/am.svg ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 0.5160635 3.096381">
3
+ <metadata id="metadata14">
4
+ <rdf:RDF>
5
+ <cc:Work rdf:about="">
6
+ <dc:format>image/svg+xml</dc:format>
7
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
8
+ </cc:Work>
9
+ </rdf:RDF>
10
+ </metadata>
11
+ <g id="flag">
12
+ <path id="path4" d="m-1.2902 0h3.0964v1.0321h-3.0964z" fill="#f00"/>
13
+ <path id="path6" d="m-1.2902 1.0321h3.0964v1.0321h-3.0964z" fill="#00f"/>
14
+ <path id="path8" d="m-1.2902 2.0643h3.0964v1.0321h-3.0964z" fill="#ffa500"/>
15
+ </g>
16
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ao.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg820" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3028">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag">
13
+ <g id="g3332" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.68808 0 0 1.0168 0 -16.204)">
14
+ <rect id="rect918" height="255.53" width="744.09" y="15.937" x="0" fill="#f00"/>
15
+ <rect id="rect919" height="255.53" width="744.09" y="263.97" x="0"/>
16
+ </g>
17
+ <g id="g3311" transform="translate(-113.16 4.8627)">
18
+ <path id="path824" d="m341.83-135.75c165.22 43.304 58.989 255.64-71.216 167.26-2.939 4.5148-5.877 9.0297-8.817 13.545 76.628 54.658 152.57 10.66 173.9-46.358 22.297-58.788-7.521-141.48-92.511-150.03-0.451 5.192-0.904 10.384-1.355 15.576z" fill-rule="evenodd" transform="translate(0 279.06)" stroke-width="1pt" fill="#ffec00"/>
19
+ <rect id="rect825" fill-rule="evenodd" transform="matrix(.90642 .42239 -.42345 .90592 0 279.06)" height="23.949" width="23.972" y="-77.07" x="276.34" stroke-width="1pt" fill="#ffec00"/>
20
+ <rect id="rect826" fill-rule="evenodd" transform="translate(0 279.06)" height="23.942" width="23.979" y="-52.576" x="432.1" stroke-width="1pt" fill="#ffec00"/>
21
+ <rect id="rect827" fill-rule="evenodd" transform="matrix(.93193 -.36263 .36360 .93156 0 279.06)" height="23.947" width="23.974" y="67.214" x="424.9" stroke-width="1pt" fill="#ffec00"/>
22
+ <rect id="rect828" fill-rule="evenodd" transform="matrix(.71094 -.70325 .70434 .70986 0 279.06)" height="23.961" width="23.961" y="191.67" x="365.04" stroke-width="1pt" fill="#ffec00"/>
23
+ <rect id="rect829" fill-rule="evenodd" transform="matrix(.93575 .35267 -.35362 .93539 0 279.06)" height="23.947" width="23.974" y="-280" x="287.71" stroke-width="1pt" fill="#ffec00"/>
24
+ <rect id="rect830" fill-rule="evenodd" transform="matrix(.92874 .37073 -.37172 .92835 0 279.06)" height="23.947" width="23.974" y="-172.06" x="393.33" stroke-width="1pt" fill="#ffec00"/>
25
+ <rect id="rect831" fill-rule="evenodd" transform="matrix(.92012 -.39163 .39265 .91969 0 279.06)" height="23.948" width="23.973" y="192.4" x="308.48" stroke-width="1pt" fill="#ffec00"/>
26
+ <rect id="rect832" fill-rule="evenodd" transform="translate(0 279.06)" height="23.942" width="23.979" y="58.906" x="319.88" stroke-width="1pt" fill="#ffec00"/>
27
+ <path id="path739" d="m361.17-57.03-20.351-15.006-20.244 14.469 8.034-22.918-20.347-14.957 24.447-0.171 8.568-22.551 7.782 22.703 24.702-0.2416-19.587 15.232 6.996 23.441z" fill-rule="evenodd" transform="translate(0 279.06)" stroke-width="1pt" fill="#ffec00"/>
28
+ <path id="path878" d="m449.19 62.453c-1.211 0.4184-6.229 12.389-9.675 18.248 1.797 0.5092 2.559 0.5965 3.625 1.0254 13.655 4.8007 20.384 9.1807 26.186 17.505 2.888 2.7911 7.032 2.9311 10.198 0.6972 0 0 2.795-1.1156 6.429-5.0223 2.969-4.5195 2.195-8.1095-1.383-11.16-10.944-7.9507-22.9-13.901-35.38-21.294z" fill-rule="evenodd" transform="translate(0 279.06)" stroke-width="1pt" fill="#fe0"/>
29
+ <path id="path879" d="m199.62 154.99c0 1.0448-0.847 1.8918-1.8918 1.8918s-1.8918-0.847-1.8918-1.8918 0.847-1.8918 1.8918-1.8918 1.8918 0.847 1.8918 1.8918z" fill-rule="evenodd" transform="matrix(2.2895 0 0 2.286 21.377 13.672)" stroke-width="1pt"/>
30
+ <path id="path880" d="m199.62 154.99c0 1.0448-0.847 1.8918-1.8918 1.8918s-1.8918-0.847-1.8918-1.8918 0.847-1.8918 1.8918-1.8918 1.8918 0.847 1.8918 1.8918z" fill-rule="evenodd" transform="scale(2.2895 2.286)" stroke-width="1pt"/>
31
+ <path id="path881" d="m199.62 154.99c0 1.0448-0.847 1.8918-1.8918 1.8918s-1.8918-0.847-1.8918-1.8918 0.847-1.8918 1.8918-1.8918 1.8918 0.847 1.8918 1.8918z" fill-rule="evenodd" transform="matrix(2.2895 0 0 2.286 10.898 6.9754)" stroke-width="1pt"/>
32
+ <path id="path882" d="m437.63 79.744c-42.57-24.273-87.31-50.521-129.88-74.796-18.751-11.636-19.683-33.385-7.17-49.876 1.302-2.3363 2.836-1.7579 3.514-0.5234 1.463 8.0284 5.969 16.324 11.37 21.495 44.693 28.383 87.732 55.804 131.71 85.613-3.448 5.7676-6.104 12.322-9.55 18.087z" fill-rule="evenodd" transform="translate(0 279.06)" stroke-width="1pt" fill="#fe0"/>
33
+ <rect id="rect892" fill-rule="evenodd" transform="matrix(.74495 .66712 -.66826 .74393 0 279.06)" height="23.959" width="23.963" y="-257.7" x="319.65" stroke-width="1pt" fill="#ffec00"/>
34
+ <path id="path893" d="m444.7 64.898-124.96-75.522" transform="translate(0 279.06)" stroke="#000" stroke-width="2.2878pt" fill="none"/>
35
+ <path id="path894" d="m429.27 47.47-42.24-27.279" transform="translate(0 279.06)" stroke="#000" stroke-width="2.2878pt" fill="none"/>
36
+ <path id="path895" d="m405.24 62.878-42.75-24.756" transform="translate(0 279.06)" stroke="#000" stroke-width="2.2878pt" fill="none"/>
37
+ </g>
38
+ </g>
39
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/aq.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg562" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3039">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs564">
13
+ <clipPath id="clipPath5207" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect5209" fill-opacity="0.67" height="512" width="512" y="0" x="0"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" clip-path="url(#clipPath5207)">
18
+ <rect id="rect561" fill-rule="evenodd" height="512" width="512" y="-.0000057220" x="0" stroke-width="1pt" fill="#3a7dce"/>
19
+ <path id="selection_to_path" d="m95.839 237.9c-3.701-7.5702-3.701-7.5702-3.701-15.14-1.851 0-2.198 0.35573-3.2682 0.0579-1.0702-0.29504-1.4748 6.9801-4.9457 5.56-0.57803-0.70959 2.4875-5.9718-0.83828-8.1594-1.0702-0.7124 0.26025-5.0288-0.20272-6.9213 0 0-4.2215 2.2464-7.403-5.6767-1.5624-2.0709-3.702 1.8916-3.702 1.8916s0.92503 2.4248-0.75153 3.0167c-2.3715-1.7749-4.1074-0.84405-7.1144-3.2828-3.008-2.4397 0.63647-5.2332-5.09-7.3032 3.702-9.4618 3.702-7.5702 12.956-11.354-5.5529-3.7851-5.5529-3.7851-9.254-9.4628-5.5529-1.8926-7.4039-3.7842-12.957-7.5693-7.403-9.47-11.105-28.39-11.105-41.64 4.6854-4.4359 11.105 15.14 20.36 20.816l12.956 5.6777c7.403 3.7851 9.254 7.5693 14.807 11.354l16.658 5.6777c7.403 5.6767 11.105 13.247 16.658 15.14 6.015 0 7.1738-3.5424 9.1024-3.7627 10.881-0.57048 16.434-2.0037 18.603-5.3453 2.1971-2.661 7.4605 1.5378 22.267-4.139l-1.8501-7.5702s3.933-3.3117 9.254-1.8926c-0.14428-3.4593-0.49219-12.685 4.7494-16.847-3.1833-3.4144-1.0474-5.8616-1.0474-5.8616s2.9504-2.8981 3.2965-4.4359c-1.5606-8.3386 1.3542-8.4675 2.008-10.921 0.65291-2.4528-2.5176-1.6124-1.6236-4.9942 0.89215-3.3827 6.2542-4.1857 6.972-6.9717 0.72048-2.7861-1.5286-4.1838-1.399-4.8486 1.157-2.661 0.17442-8.9301 0-11.355 9.9489-2.7204 13.188-11 16.658-7.5698 1.851-11.355 3.702-15.14 14.807-15.14 1.5624-3.489-4.0499-6.4462-1.851-7.5698 3.702-0.47309 6.5355-0.2365 10.876 5.5001 1.3697 1.8179 1.6181-2.6613 3.0061-3.1345 1.388-0.47309 4.7101-0.48047 5.2041-2.7204 0.52233-2.3065 1.2739-5.3225 3.1248-9.1073 1.5615-3.0752 2.776 1.1828 4.164 7.2149 7.8094 0.2956 25.45 2.07 32.853 4.1397 5.5529 1.4786 9.2549-1.4786 14.576-2.07 3.933 4.0214 7.635 1.0055 9.717 9.5805 2.9395 4.627 7.75 0.41408 8.7919 1.7742 6.1894 17.446 27.474 5.6773 29.093 5.9731 2.7176 0 6.0378 7.8005 8.1774 7.6066 3.4773-0.59877 2.4929-3.0233 5.5301-2.0476-0.81088 6.5643 5.9584 14.134 5.9584 19.042 0 0 1.6474 0.82817 3.1742-0.62836 1.525-1.4556 2.9276-5.1964 4.2864-5.1078 3.239 0.47318 4.5512 0.89838 8.2842 1.5655 10.036 3.5059 15.148 4.2968 19.046 6.0932 1.8135 3.393 3.5705 5.1305 7.2459 4.4966 3.0372 2.0858 0.82185 4.8178 2.6153 4.9952 3.702-1.8926 4.9165-3.9625 8.6175-2.07 3.702 1.8926 7.4039 5.6777 9.2549 9.4628 0 1.8916-1.851 9.4618 0 20.816 0.92503 3.7851 1.3734 6.7859 5.3502 13.277-1.0565 6.6683 5.0032 17.889 5.0032 20.728 0 3.7842-2.9504 5.7365-4.8014 9.5207 7.4039 5.6777 0 15.14-3.701 20.817 27.763 5.6777 14.807 17.032 37.017 11.354-5.5529 13.247-3.5869 12.184 1.966 25.43-11.106 7.5702-0.23012 9.8755-7.6331 19.337-0.46298 0.59195 4.3941 8.221 11.22 8.221-1.851 15.14-7.4039 9.4618-5.5529 32.172-14.576-0.29504-8.6769 16.973-18.509 15.14 0.57803 10.822 5.6105 11.769 3.702 22.709-7.403 1.8926-7.403 1.8926-11.105 7.5702l-5.5529-1.8926c-1.851 9.4618-5.552 11.354 0 20.817 0 0-7.172 0.23622-9.254 0-0.17441 3.2529 3.1815 4.1399 3.702 7.5693-0.28947 1.3604-10.528 7.3331-18.509 7.5702-2.082 4.6721 5.552 9.6402 5.09 12.005-8.6769 1.7142-12.494 12.596-12.494 12.596s4.4535 1.8337 3.702 3.7851c-2.3706-1.7749-3.702-1.8926-7.403-1.8926-1.851 0.47337-6.362-0.11578-10.688 7.348-4.7475 1.6012-6.9884 1.0224-10.59 5.8915-1.5944-4.6385-3.8873 0.0439-6.6916 1.8431-2.8016 1.802-6.5757 6.2808-7.0825 6.0904 0.11597-1.3025 1.7359-6.0334 1.7359-6.0334l-9.2549 1.8926s-0.41274 0.0411-1.1396 0.11671c-0.72779 0.0738-0.53329-5.5236-2.2875-5.321-1.7533 0.20447-6.7711 7.0399-8.4814 7.2537-1.7076 0.21381-2.2482-2.1745-3.7202-1.9663-1.4711 0.20821-4.3403 7.2098-5.3822 7.3956-1.0419 0.18581-5.1749-4.2557-8.717-3.6357-18.22 6.5656-21.113-12.95-23.947-1.9504-3.817-2.0709-3.1559-0.86925-7.035 0.16993-2.4747 0.65263-2.7002-3.3454-4.9009-3.2837-4.4033 0.12698-4.1722 4.3855-6.5729 3.1138-1.9651-8.8718-13.824-7.2752-14.98-11.059-0.94055-3.9476 5.1374-3.9289 7.1035-6.6029 1.5031-3.8589-1.5697-5.3238 4.5293-9.0464 7.9491-5.4975 3.3796-7.5712 4.7731-11.703 2.4929-5.9652 2.5075-7.4218 0.42553-12.685 0 0-6.1894-17.032-7.4039-17.032-3.701-1.0635-3.701 6.2677-9.1389 8.2798-11.105 3.7842-30.711-9.5814-34.125-9.5814-3.1221 0.0598-17.587 3.5022-17.041-3.872-2.1624 7.1697-10.115 1.6844-10.605 1.6844-7.4039 0-4.5704 5.8551-9.5453 5.6179-2.2564-0.76841-25.044-2.1288-25.044-2.1288v3.7851l-14.807-7.5702-12.956-3.7842c-11.105-3.7851-5.552-13.248-24.061-7.5702v-11.354h-9.254c3.701-22.71 0-11.354-1.851-32.172l-7.4039 1.8926c-7.403-10.231 10.295-8.2798-5.552-15.14 0 0 0.28856-11.297-3.702-7.5702-0.80998 0.47338 1.851 5.6777 1.851 5.6777-14.807-1.8926-18.509-5.6777-18.509-20.817 0 0 12.204 1.7749 11.105 0-1.735-2.8384-3.9905-21.29-3.586-22.531-0.1735-2.4845 11.337-8.7522 9.1097-14.727 1.4172-0.5322 5.5812-0.59008 5.5812-0.59008" fill="#fff"/>
20
+ <path id="path556" stroke-linejoin="round" d="m595.51 313.51c-0.592 1.332-0.487 2.662 0.125 3.612 1.099-1.648 0.171-2.408-0.125-3.612z" stroke="#fff" stroke-linecap="round" stroke-width="2.0269pt" fill="none"/>
21
+ <path id="path557" stroke-linejoin="round" d="m119.51 164.09s-3.104-0.38-2.407 2.344c1.014-2.091 2.344-2.217 2.407-2.344z" stroke="#fff" stroke-width="2.5336" fill="none"/>
22
+ <path id="path558" stroke-linejoin="round" d="m120.21 157.76c-1.71 0.064-3.801-0.253-3.104 2.47 1.014-2.09 3.041-2.343 3.104-2.47z" stroke="#fff" stroke-width="2.5336" fill="none"/>
23
+ <path id="path559" stroke-linejoin="round" d="m131.89 194.05s2.661-0.19 1.964 2.534c-1.014-2.091-1.9-2.407-1.964-2.534z" stroke="#fff" stroke-width="2.5336" fill="none"/>
24
+ </g>
25
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ar.svg ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3188">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd" transform="matrix(.75530 0 0 1.1329 -28.678 -260.35)" stroke-width="1pt">
13
+ <rect id="rect552" height="151.05" width="677.88" y="229.8" x="37.969" fill="#00c4ff"/>
14
+ <rect id="rect554" height="151.05" width="677.88" y="380.23" x="37.969" fill="#fff"/>
15
+ <rect id="rect555" height="151.05" width="677.88" y="530.67" x="37.969" fill="#00c4ff"/>
16
+ </g>
17
+ <g id="g904" transform="matrix(1.2386 0 0 1.2386 -158.39 -42.014)">
18
+ <path id="path598" d="m382.49 221.33c0 14.564-11.864 26.37-26.499 26.37s-26.499-11.806-26.499-26.37 11.864-26.37 26.499-26.37 26.499 11.806 26.499 26.37z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(1.0193 0 0 1.0038 -26.198 18.075)" stroke="#000" stroke-width=".625" fill="#ffd600"/>
19
+ <path id="path561" d="m364.43 195.28c-4.34-1.049-8.785 0.422-10.185 0.318-1.925 0-6.79-1.68-10.185 0" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".5" fill="none"/>
20
+ <path id="path562" d="m338.71 200.49c4.305-3.01 9.115 1.086 10.394 0.315 3.492-2.294 6.736-1.868 10.08 0.21 2.155 1.272 5.914-3.71 10.289 0.315" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".5" fill="none"/>
21
+ <path id="path564" d="m333.88 205.63c2.275-1.855 9.694-1.925 17.324 2.414 1.155-0.28 1.89-1.084 0.945-2.204-5.74-1.995-12.424-4.515-18.584-2.625-1.68 1.19-1.26 1.96 0.315 2.415z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".5" fill="#efc000"/>
22
+ <path id="path565" d="m333.88 205.63c2.275-1.855 9.694-1.925 17.324 2.414 1.155-0.28 1.89-1.084 0.945-2.204-5.74-1.995-12.424-4.515-18.584-2.625-1.68 1.19-1.26 1.96 0.315 2.415z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78705 0 0 .76270 614.99 72.384)" stroke="#000" stroke-width=".5" fill="#efc000"/>
23
+ <path id="path569" stroke-linejoin="round" d="m330.84 211.83c7.525-4.83 17.464-2.31 21.629 0.315-6.09-1.155-6.195-1.68-10.605-1.785-3.115 0.106-7.699-0.21-11.024 1.47z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="#f0bf00"/>
24
+ <path id="path570" d="m348.06 211.3c-3.675 7.665-10.079 7.77-14.594-0.42" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="none"/>
25
+ <path id="path571" d="m345.54 212.88c0 0.92779-1.6453 1.6799-3.6748 1.6799s-3.6748-0.75212-3.6748-1.6799c0-0.92779 1.6453-1.6799 3.6748-1.6799s3.6748 0.75212 3.6748 1.6799z" fill-rule="evenodd" fill-opacity=".36803" transform="matrix(.85295 .12338 -.92423 1.011 231.88 -22.52)"/>
26
+ <path id="path572" d="m344.07 212.56c0 0.23194-0.32906 0.41997-0.73497 0.41997s-0.73497-0.18803-0.73497-0.41997c0-0.23195 0.32906-0.41998 0.73497-0.41998s0.73497 0.18803 0.73497 0.41998z" fill-rule="evenodd" transform="matrix(1.0476 -.34283 .38138 .94175 -115.92 151.91)" fill="#ffd700"/>
27
+ <path id="path573" d="m349.18 224.5c-4.239 7.127 1.537 2.1 2.475 4.164 1.65 1.913 3.301 1.462 4.276 0 0.976-1.651 7.127 3.113 2.926-3.938" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="none"/>
28
+ <path id="path574" stroke-linejoin="round" d="m341.64 236.31c3.638-0.413 9.753-3.188 11.929-0.9 1.875-2.063 8.477 0.6 12.715 0.9-3.076 1.875-9.302 0.6-12.265 2.588-2.889-1.763-9.266-0.15-12.379-2.588z" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-linecap="round" stroke-width=".625" fill="none"/>
29
+ <path id="path575" stroke-linejoin="round" d="m347.5 239.58c5.514 2.251 6.752 1.913 12.716 0.225-1.238 3.264-4.398 3.951-6.19 3.826-1.857-0.121-4.388 0.113-6.526-4.051z" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="none"/>
30
+ <path id="path599" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
31
+ <path id="path600" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 64.243 72.907)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
32
+ <path id="path605" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" transform="matrix(-.56256 -.53340 -.55044 .54515 657.14 309.12)" stroke="#000" stroke-width=".625" fill="none"/>
33
+ <path id="path607" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" transform="matrix(.55074 .54486 -.56226 .53369 265.32 -69.993)" stroke="#000" stroke-width=".625" fill="none"/>
34
+ <path id="path609" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" transform="matrix(-.0045306 -.76268 -.78704 .0043904 511.37 509.69)" stroke="#000" stroke-width=".625" fill="none"/>
35
+ <path id="path612" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" transform="matrix(-.72199 -.30364 -.31333 .69965 656.38 192.05)" stroke="#000" stroke-width=".625" fill="none"/>
36
+ <path id="path613" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" transform="matrix(-.56065 -.53529 -.55238 .54330 651.5 306.4)" stroke="#000" stroke-width=".625" fill="none"/>
37
+ <path id="path616" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" transform="matrix(-.30753 -.70206 -.72448 .29802 602.06 417.74)" stroke="#000" stroke-width=".625" fill="none"/>
38
+ <path id="path617" d="m349.18 224.5c-4.239 7.127 1.537 2.1 2.475 4.164 1.65 1.913 3.301 1.462 4.276 0 0.976-1.651 7.127 3.113 2.926-3.938" stroke-opacity=".081784" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="none"/>
39
+ <path id="path618" stroke-linejoin="round" d="m341.64 236.31c3.638-0.413 9.753-3.188 11.929-0.9 1.875-2.063 8.477 0.6 12.715 0.9-3.076 1.875-9.302 0.6-12.265 2.588-2.889-1.763-9.266-0.15-12.379-2.588z" stroke-opacity=".081784" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-linecap="round" stroke-width=".625" fill="#f0bf00"/>
40
+ <path id="path619" stroke-linejoin="round" d="m347.5 239.58c5.514 2.251 6.752 1.913 12.716 0.225-1.238 3.264-4.398 3.951-6.19 3.826-1.857-0.121-4.388 0.113-6.526-4.051z" stroke-opacity=".081784" fill-rule="evenodd" transform="matrix(.78705 0 0 .76270 57.458 72.384)" stroke="#000" stroke-width=".625" fill="#f0bf00"/>
41
+ <path id="path630" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.56256 -.53340 -.55044 .54515 657.14 309.12)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
42
+ <path id="path632" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.55074 .54486 -.56226 .53369 265.32 -69.993)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
43
+ <path id="path634" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.0045306 -.76268 -.78704 .0043904 511.37 509.69)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
44
+ <path id="path637" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.72199 -.30364 -.31333 .69965 656.38 192.05)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
45
+ <path id="path638" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.56065 -.53529 -.55238 .54330 651.5 306.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
46
+ <path id="path641" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.30753 -.70206 -.72448 .29802 602.06 417.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
47
+ <path id="path602" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(0 -.76270 .78705 0 164.06 504.41)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
48
+ <path id="path604" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78705 0 0 .76270 616.04 72.778)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
49
+ <path id="path606" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.56256 -.53340 .55044 .54515 16.584 309.51)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
50
+ <path id="path608" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.55074 .54486 .56226 .53369 408.41 -69.796)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
51
+ <path id="path610" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.0045306 -.76268 .78704 .0043904 162.13 509.69)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
52
+ <path id="path611" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.72199 -.30364 .31333 .69965 17.304 192.45)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
53
+ <path id="path614" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.56065 -.53529 .55238 .54330 21.69 306.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
54
+ <path id="path615" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.30753 -.70206 .72448 .29802 71.779 417.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
55
+ <path id="path631" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.56256 -.53340 .55044 .54515 16.584 309.51)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
56
+ <path id="path633" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.55074 .54486 .56226 .53369 408.41 -69.796)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
57
+ <path id="path635" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.0045306 -.76268 .78704 .0043904 162.13 509.69)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
58
+ <path id="path636" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.72199 -.30364 .31333 .69965 17.304 192.45)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
59
+ <path id="path639" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.56065 -.53529 .55238 .54330 21.69 306.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
60
+ <path id="path640" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.30753 -.70206 .72448 .29802 71.779 417.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
61
+ <path id="path686" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(0 .76270 -.78705 0 509.35 -23.965)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
62
+ <path id="path687" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.78705 0 0 -.76270 57.38 407.66)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
63
+ <path id="path688" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.56256 .53340 -.55044 -.54515 656.83 170.93)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
64
+ <path id="path689" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.55074 -.54486 -.56226 -.53369 265.01 550.24)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
65
+ <path id="path690" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.0045306 .76268 -.78704 -.0043904 511.29 -29.254)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
66
+ <path id="path691" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.72199 .30364 -.31333 -.69965 656.11 288)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
67
+ <path id="path692" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.56065 .53529 -.55238 -.54330 651.73 174.04)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
68
+ <path id="path693" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.30753 .70206 -.72448 -.29802 601.64 62.696)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
69
+ <path id="path694" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.56256 .53340 -.55044 -.54515 656.83 170.93)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
70
+ <path id="path695" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.55074 -.54486 -.56226 -.53369 265.01 550.24)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
71
+ <path id="path696" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.0045306 .76268 -.78704 -.0043904 511.29 -29.254)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
72
+ <path id="path697" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.72199 .30364 -.31333 -.69965 656.11 288)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
73
+ <path id="path698" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.56065 .53529 -.55238 -.54330 651.73 174.04)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
74
+ <path id="path699" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.30753 .70206 -.72448 -.29802 601.64 62.696)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
75
+ <path id="path701" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78705 0 0 -.76270 609.13 407.52)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
76
+ <path id="path702" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(0 .76270 .78705 0 163.72 -30.464)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
77
+ <path id="path703" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.55044 -.54515 .56256 -.53340 408.01 550.44)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
78
+ <path id="path704" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(.56226 .53369 .55074 -.54486 16.589 170.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
79
+ <path id="path705" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78704 -.0043904 .0045306 -.76268 614.58 409.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
80
+ <path id="path706" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.31333 -.69965 .72199 -.30364 287.2 549.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
81
+ <path id="path707" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.55238 -.54330 .56065 -.53529 404.79 545.49)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
82
+ <path id="path708" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.72448 -.29802 .30753 -.70206 519.7 496.95)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
83
+ <path id="path709" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.55044 -.54515 .56256 -.53340 408.01 550.44)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
84
+ <path id="path710" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(.56226 .53369 .55074 -.54486 16.589 170.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
85
+ <path id="path711" stroke-linejoin="round" d="m343.17 258.06c-3.977 10.41 0.379 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.821 24.589 4.931 0.228-0.852-7.376 9.012-21.455 4.575-6.595-1.196-10.769 3.625-23.707 0.449-1.107-6.622-2.031-7.249-0.391z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.78704 -.0043904 .0045306 -.76268 614.58 409.4)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
86
+ <path id="path712" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.31333 -.69965 .72199 -.30364 287.2 549.74)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
87
+ <path id="path713" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.55238 -.54330 .56065 -.53529 404.79 545.49)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
88
+ <path id="path714" stroke-linejoin="round" d="m342.97 258.16c-1.528 11.683-0.62 47.577 3.037 46.141 4.049 1.305 4.583-35.163 4.212-45.946-0.052-1.194-7.036-1.938-7.249-0.195z" stroke-opacity=".14870" fill-rule="evenodd" transform="matrix(-.72448 -.29802 .30753 -.70206 519.7 496.95)" stroke="#000" stroke-width=".625" fill="#ffd700"/>
89
+ <path id="path555" d="m105.48 235.29" stroke-opacity=".078067" transform="matrix(.78705 0 0 .76270 57.865 72.976)" stroke="#000" stroke-width="1pt" fill="none"/>
90
+ <path id="path577" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(.78705 0 0 .76270 57.865 72.976)" stroke="#000" stroke-width="1pt" fill="none"/>
91
+ <path id="path578" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(.78705 0 0 .76270 57.245 74.52)" stroke="#000" stroke-width="1pt" fill="none"/>
92
+ <path id="path579" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(.87138 0 0 .76270 29.308 75.979)" stroke="#000" stroke-width="1pt" fill="none"/>
93
+ <path id="path580" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(.87137 0 0 .76270 28.514 77.353)" stroke="#000" stroke-width="1pt" fill="none"/>
94
+ <path id="path581" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.04 0 0 .76270 -27.004 78.812)" stroke="#000" stroke-width="1pt" fill="none"/>
95
+ <path id="path582" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.1524 0 0 .76270 -63.806 80.271)" stroke="#000" stroke-width="1pt" fill="none"/>
96
+ <path id="path583" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.0962 0 0 .76270 -45.89 81.901)" stroke="#000" stroke-width="1pt" fill="none"/>
97
+ <path id="path584" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.0681 0 0 .76270 -36.489 83.532)" stroke="#000" stroke-width="1pt" fill="none"/>
98
+ <path id="path585" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.0962 0 0 .76270 -45.713 85.077)" stroke="#000" stroke-width="1pt" fill="none"/>
99
+ <path id="path586" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.3773 0 0 .76270 -137.06 86.879)" stroke="#000" stroke-width="1pt" fill="none"/>
100
+ <path id="path587" d="m328.14 202.55h-3.151" stroke-opacity="0.171" transform="matrix(1.1805 0 0 .76270 -72.849 88.939)" stroke="#000" stroke-width="1pt" fill="none"/>
101
+ <path id="path588" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.76 90.398)" stroke="#000" stroke-width="1pt" fill="none"/>
102
+ <path id="path589" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.14 92.372)" stroke="#000" stroke-width="1pt" fill="none"/>
103
+ <path id="path590" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.052 94.089)" stroke="#000" stroke-width="1pt" fill="none"/>
104
+ <path id="path591" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -70.989 95.977)" stroke="#000" stroke-width="1pt" fill="none"/>
105
+ <path id="path592" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -69.926 97.522)" stroke="#000" stroke-width="1pt" fill="none"/>
106
+ <path id="path593" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -68.952 99.324)" stroke="#000" stroke-width="1pt" fill="none"/>
107
+ <path id="path594" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -67.8 101.04)" stroke="#000" stroke-width="1pt" fill="none"/>
108
+ <path id="path595" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -67.003 102.67)" stroke="#000" stroke-width="1pt" fill="none"/>
109
+ <path id="path596" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -65.321 104.65)" stroke="#000" stroke-width="1pt" fill="none"/>
110
+ <path id="path597" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(.75892 0 0 .76270 73.738 106.45)" stroke="#000" stroke-width="1pt" fill="none"/>
111
+ <path id="path620" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.76 90.398)" stroke="#000" stroke-width="1pt" fill="none"/>
112
+ <path id="path621" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.14 92.372)" stroke="#000" stroke-width="1pt" fill="none"/>
113
+ <path id="path622" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -72.052 94.089)" stroke="#000" stroke-width="1pt" fill="none"/>
114
+ <path id="path623" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -70.989 95.977)" stroke="#000" stroke-width="1pt" fill="none"/>
115
+ <path id="path624" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -69.926 97.522)" stroke="#000" stroke-width="1pt" fill="none"/>
116
+ <path id="path625" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -68.952 99.324)" stroke="#000" stroke-width="1pt" fill="none"/>
117
+ <path id="path626" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -67.8 101.04)" stroke="#000" stroke-width="1pt" fill="none"/>
118
+ <path id="path627" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -67.003 102.67)" stroke="#000" stroke-width="1pt" fill="none"/>
119
+ <path id="path628" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(1.1805 0 0 .76270 -65.321 104.65)" stroke="#000" stroke-width="1pt" fill="none"/>
120
+ <path id="path629" d="m328.14 202.55h-3.151" stroke-opacity=".078067" transform="matrix(.75892 0 0 .76270 74.123 106.3)" stroke="#000" stroke-width="1pt" fill="none"/>
121
+ <path id="path749" d="m105.48 235.29" stroke-opacity=".078067" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.78705 0 0 .76270 615.44 72.581)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
122
+ <path id="path750" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.78705 0 0 .76270 615.44 72.581)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
123
+ <path id="path751" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.78705 0 0 .76270 616.06 74.126)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
124
+ <path id="path752" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.87138 0 0 .76270 643.99 75.585)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
125
+ <path id="path753" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.87137 0 0 .76270 644.79 76.958)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
126
+ <path id="path754" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.04 0 0 .76270 700.31 78.417)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
127
+ <path id="path755" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1524 0 0 .76270 737.11 79.876)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
128
+ <path id="path756" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.0962 0 0 .76270 719.19 81.507)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
129
+ <path id="path757" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.0681 0 0 .76270 709.79 83.138)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
130
+ <path id="path758" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.0962 0 0 .76270 719.02 84.683)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
131
+ <path id="path759" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.3773 0 0 .76270 810.36 86.485)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
132
+ <path id="path760" d="m328.14 202.55h-3.151" stroke-opacity=".13383" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 746.15 88.545)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
133
+ <path id="path761" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 746.06 90.004)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
134
+ <path id="path762" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 745.44 91.978)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
135
+ <path id="path763" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 745.35 93.694)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
136
+ <path id="path764" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 744.29 95.583)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
137
+ <path id="path765" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 743.23 97.128)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
138
+ <path id="path766" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 742.25 98.93)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
139
+ <path id="path767" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 741.1 100.65)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
140
+ <path id="path768" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 740.31 102.28)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
141
+ <path id="path769" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-1.1805 0 0 .76270 738.62 104.25)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
142
+ <path id="path770" d="m328.14 202.55h-3.151" stroke-opacity=".063197" fill-rule="evenodd" fill-opacity=".86667" transform="matrix(-.75892 0 0 .76270 599.56 106.05)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
143
+ <path id="path771" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 746.06 90.004)" stroke="#000" stroke-width="1pt" fill="none"/>
144
+ <path id="path772" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 745.44 91.978)" stroke="#000" stroke-width="1pt" fill="none"/>
145
+ <path id="path773" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 745.35 93.694)" stroke="#000" stroke-width="1pt" fill="none"/>
146
+ <path id="path774" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 744.29 95.583)" stroke="#000" stroke-width="1pt" fill="none"/>
147
+ <path id="path775" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 743.23 97.128)" stroke="#000" stroke-width="1pt" fill="none"/>
148
+ <path id="path776" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 742.25 98.93)" stroke="#000" stroke-width="1pt" fill="none"/>
149
+ <path id="path777" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 741.1 100.65)" stroke="#000" stroke-width="1pt" fill="none"/>
150
+ <path id="path778" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 740.31 102.28)" stroke="#000" stroke-width="1pt" fill="none"/>
151
+ <path id="path779" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-1.1805 0 0 .76270 738.62 104.25)" stroke="#000" stroke-width="1pt" fill="none"/>
152
+ <path id="path780" d="m328.14 202.55h-3.151" stroke-opacity=".063197" transform="matrix(-.75892 0 0 .76270 599.56 106.05)" stroke="#000" stroke-width="1pt" fill="none"/>
153
+ <path id="path781" stroke-linejoin="round" d="m330.84 211.83c7.525-4.83 17.464-2.31 21.629 0.315-6.09-1.155-6.195-1.68-10.605-1.785-3.115 0.106-7.699-0.21-11.024 1.47z" stroke-opacity=".38662" fill-rule="evenodd" transform="matrix(-.78705 0 0 .76270 615.8 72.187)" stroke="#000" stroke-width=".625" fill="#f0bf00"/>
154
+ <path id="path782" d="m348.06 211.3c-3.675 7.665-10.079 7.77-14.594-0.42" stroke-opacity=".38662" transform="matrix(.78705 0 0 .76270 78.009 71.99)" stroke="#000" stroke-width=".625" fill="none"/>
155
+ <path id="path783" d="m345.54 212.88c0 0.92779-1.6453 1.6799-3.6748 1.6799s-3.6748-0.75212-3.6748-1.6799c0-0.92779 1.6453-1.6799 3.6748-1.6799s3.6748 0.75212 3.6748 1.6799z" fill-rule="evenodd" fill-opacity=".36803" transform="matrix(.88114 .11814 -.95479 .96802 249.18 -11.902)"/>
156
+ <path id="path784" d="m344.07 212.56c0 0.23194-0.32906 0.41997-0.73497 0.41997s-0.73497-0.18803-0.73497-0.41997c0-0.23195 0.32906-0.41998 0.73497-0.41998s0.73497 0.18803 0.73497 0.41998z" fill-rule="evenodd" transform="matrix(1.0476 -.34283 .38138 .94175 -95.366 151.52)" fill="#ffd700"/>
157
+ </g>
158
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/as.svg ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3293">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs550">
13
+ <clipPath id="clipPath3440" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3442" height="496.06" width="496.06" y="15.937" x="496.06" fill="#808080"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" clip-path="url(#clipPath3440)" transform="matrix(1.0321 0 0 1.0321 -512 -16.449)">
18
+ <rect id="rect877" height="496.06" width="992.13" y="15.937" x="0" stroke-width="1pt" fill="#006"/>
19
+ <path id="path1241" d="m-0.000023438 263.97 992.13 248.03v-496.06l-992.13 248.03z" fill-rule="evenodd" stroke-width="1pt" fill="#bd1021"/>
20
+ <path id="path1244" d="m992.13 42.512v442.91l-885.83-221.46 885.83-221.46z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
21
+ <g id="g1279" stroke="#000" transform="matrix(1.3649 0 0 1.3649 645.58 82.001)">
22
+ <path id="path1211" stroke-linejoin="round" d="m131.81 174.07s-4.538-3.713 0.825-9.695c-2.888-2.475-0.206-7.219-0.206-7.219s-4.951-1.857 0.206-9.489c-3.713-2.475-2.063-8.045-2.063-8.045s-12.17-4.538-0.618-8.869c-9.489 4.125-18.359-5.57-18.359-5.57l-13.82 0.413c-2.344-11.48-20.565-1.51-7.019-34.443-3.507-0.619-7.426-1.65-11.345 1.238-3.92 2.887-15.058 9.075-21.659 2.887s4.331-15.058 4.538-15.264c0.206-0.206 14.645-7.632 16.708-12.582-0.206-3.714-4.744-6.601-0.619-14.646 4.744-7.632 33.826-14.852 47.036-17.327 6.394-2.8878 9.282-8.4572 9.282-8.4572l1.444 5.3631s29.291-8.6635 30.735-12.789 0.619 3.7129 0.619 3.7129c11.551-1.0314 26.196-10.932 28.259-6.3945 9.695-1.8564 28.26-10.107 28.26-10.107s6.394-0.20618 1.856 6.8071c2.888 4.538-0.825 8.4572-1.031 8.4572-0.207 0 1.237 4.538-2.476 7.0133 1.239 3.9192-2.269 7.0133-2.269 7.0133s1.651 4.7443-4.95 7.2196c0.619 4.1255-3.713 4.9506-3.713 4.9506s0.619 4.3318-2.269 6.1882c0 3.3004-3.3 4.9506-3.3 4.9506s2.062 1.2376-0.826 3.3004c-2.887 2.0627-32.797 20.421-32.797 20.215 0-0.2062 21.865 3.9192 23.309 4.7443s17.946 11.758 17.946 11.758l-16.709 20.627s-18.564-2.062-19.389-1.031 3.919 1.444 4.95 3.094c1.032 1.65 2.682 5.57 5.982 5.157 3.301-0.413-6.188 5.982-12.376 6.601 0 2.269 7.838 2.475 9.901 0.619 2.063-1.857-4.951 5.363-5.776 6.394s9.283-1.444 9.283-1.444-1.651 6.807-10.52 8.87c3.506 5.776 2.062 9.489 1.856 9.489s-5.776-5.776-11.139-4.745c1.444 5.57 5.776 10.726 7.014 11.552 1.237 0.825-9.695 0.618-11.139-2.476s-2.682 7.426 1.237 10.727c-4.537 0.206-8.457-2.476-8.457-2.476s-2.681 6.188-0.825 9.283c1.857 3.094-6.394-6.189-6.394-6.189l-15.677 6.601-3.507-5.982z" fill-rule="evenodd" stroke-width="1.25" fill="#9c3900"/>
23
+ <path id="path1173" d="m10.652 161.79c0.3674 0 22.774-0.368 33.06-6.245 5.1426 8.081 12.122 13.591 12.122 13.591l3.306-11.754s8.0812 0.367 8.8159 2.204c-1.102 2.203-1.4693 5.142-1.4693 5.142s5.5099 0.368 5.8772 1.102c0.3673 0.735-1.4693 6.979-1.4693 6.979l23.509 5.51s1.8366-9.183 3.6732-8.081c1.8367 1.102 9.9182 12.489 21.305 13.224s12.122-9.551 12.122-9.551l2.571 1.47s4.775-10.285 5.51-10.285 1.837 1.469 8.081 1.469c1.837 2.204 2.572 7.346 2.572 7.346s-6.98 6.98-4.776 12.49 2.572 4.04 2.572 4.04l50.691 12.122s2.572 4.041-1.836 6.245c0 0.367-51.059-11.755-51.059-11.755s-4.776 5.51-8.449 4.408-1.102 2.204-1.102 2.204l55.099 4.408s4.041 5.143 1.102 6.612c-3.673 0.367-59.507-3.673-59.507-3.673s-3.306 6.979-6.979 1.102c-2.571 4.04-5.51-1.102-5.51-1.102s-4.775 3.673-5.51-0.368c-4.041 2.939-6.612-1.836-6.612-1.836l-23.509-1.47-1.4693 2.204s4.0406 1.102-2.204 3.674c-6.2446 2.571 37.467 1.469 38.569 1.836 1.102 0.368-2.938 3.674-2.938 3.674s22.407 1.469 26.447-3.306c4.041-4.776-1.469 6.244-1.469 6.244s17.632-0.734 17.632-1.469-0.368 5.51-12.489 4.775c7.346 4.776 16.529 7.714 16.529 7.714s-9.183 2.204-19.835-0.367c1.836 4.775 9.918 9.183 9.918 9.183s-5.878 5.143-19.102-7.347c3.674 6.612 0.735 9.184 0.368 8.449-0.368-0.735-6.612-9.918-21.305-13.224 9.183 5.877 5.142 8.449 5.142 8.449s-4.775-8.449-12.489 0c-2.939-7.714-14.326-12.122-28.284-12.857-4.4079-5.142-6.9793-3.673-17.264-6.612-5.8772-6.611-14.326-13.958-14.326-13.958s0.3673-9.918 10.285-8.816c1.102 3.306 1.102 2.204 1.102 2.204s11.02-4.041 14.326 1.469c4.7752-8.449 11.387-1.263 12.489 1.675 3.1647 0.464 19.101 0.896 19.101 0.896s-1.837-3.306-0.735-2.938c1.102 0.367 9.918-3.306 9.551-4.408-0.368-1.102-0.735-4.775 0.734-4.408 1.47 0.367-12.489-1.837-20.203 4.041-2.5713-2.572-0.7346-9.551-0.7346-9.551l-22.774-4.775-1.102 5.877s-6.6119 1.102-6.2446-0.367c0.3673-1.47-1.4693 5.142-1.4693 5.142s-8.8159-2.204-8.8159-2.571 2.5713-13.224 2.5713-12.857c0 0.368-7.3466 0.735-17.632 8.449-2.9386-9.183-26.08-21.305-26.08-21.672z" fill-rule="evenodd" stroke-width="1pt" fill="#ffc221"/>
24
+ <path id="path1174" d="m66.487 165.1-4.7753 21.305" stroke-width="1pt" fill="none"/>
25
+ <path id="path1175" d="m70.894 173.18-1.4693 6.979" stroke-width="1pt" fill="none"/>
26
+ <path id="path1176" d="m94.404 178.69-2.204 6.612" stroke-width="1pt" fill="none"/>
27
+ <path id="path1177" d="m135.18 223.5c-0.367 0-11.754 1.469-13.224 1.102-1.469-0.367 17.999 5.877 17.999 8.448" stroke-width="1pt" fill="none"/>
28
+ <path id="path1179" d="m114.61 226.08s-11.388-7.346-13.224-6.612c-1.8368 0.735 11.387-0.367 12.489-1.469" stroke-width="1pt" fill="none"/>
29
+ <path id="path1180" d="m91.098 217.63s-11.754 0.367-12.856-0.735 11.387 8.081 13.591 7.347" stroke-width="1pt" fill="none"/>
30
+ <path id="path1181" d="m68.323 212.48c-0.3673 0-8.0813-2.938-11.387-3.674 2.9386 2.939 5.1426 6.98 12.489 8.449" stroke-width="1pt" fill="none"/>
31
+ <path id="path1182" d="m71.262 207.71c-0.3673-0.735-14.693-5.143-14.693-7.347 3.306 1.102 8.0812 2.571 12.489 1.469" stroke-width="1pt" fill="none"/>
32
+ <path id="path1183" d="m147.3 190.81-1.469 6.611" stroke-width="1pt" fill="none"/>
33
+ <path id="path1184" d="m39.304 131.67s-15.428 13.223 0 20.937c0.7346-5.143 1.8367-5.877 1.8367-5.877s12.856 4.775 20.57-6.612c-3.306-4.775-9.1832-2.938-9.1832-2.938s-12.122-0.001-13.224-5.51z" fill-rule="evenodd" stroke-width="1pt" fill="#ffc221"/>
34
+ <path id="path1185" d="m52.161 137.55-10.652 9.183" stroke-width="1pt" fill="none"/>
35
+ <path id="path1186" d="m84.969 201.33s2.4554 2.707 0.2514 6.013" stroke-width="1pt" fill="none"/>
36
+ <path id="path1187" d="m136.65 204.04-4.04 0.368" stroke-width="1pt" fill="none"/>
37
+ <path id="path1188" d="m103.59 201.83 7.346 1.102" stroke-width="1pt" fill="none"/>
38
+ <path id="path1189" d="m123.35 182.94s0.206 7.426-5.982 7.22c-6.188-0.207-4.126 0.206-4.126 0.206" stroke-width="1pt" fill="none"/>
39
+ <path id="path1190" d="m128.1 181.7s2.475 0.825 1.857 2.682c-0.619 1.856 0.618 7.219-6.601 12.376-7.633 1.65-6.807-6.394-6.807-6.394" stroke-width="1pt" fill="none"/>
40
+ <path id="path1191" d="m130.78 183.97s4.538-2.681 5.157 1.651c0.618 4.331-3.713 12.376-6.807 13.614-3.095 1.237-6.601-0.207-6.189-2.269" stroke-width="1pt" fill="none"/>
41
+ <path id="path1192" d="m136.35 185.83s4.126-3.301 5.363 1.031c1.238 4.332-3.3 14.027-5.157 14.233" stroke-width="1pt" fill="none"/>
42
+ <path id="path1193" d="m142.12 186.86s2.063-1.031 3.506 0.206" stroke-width="1pt" fill="none"/>
43
+ <path id="path1194" d="m135.52 201.71c-0.825 0.206-4.332 0.412-5.569-2.269" stroke-width="1pt" fill="none"/>
44
+ <path id="path1195" d="m116.96 194.49c-0.206 0-4.331 0.207-4.331 0.207" stroke-width="1pt" fill="none"/>
45
+ <path id="path1196" d="m132.84 210.79-0.412-6.807-1.65-2.269-2.888 2.888s-0.413 6.807-1.65 7.426" stroke-width="1pt" fill="none"/>
46
+ <path id="path1197" d="m127.89 204.39c-0.206-0.412-2.269-4.331-2.269-4.331l-3.507 4.331s-0.412 6.189-1.65 6.808" stroke-width="1pt" fill="none"/>
47
+ <path id="path1198" d="m122.11 204.18c0-0.206-1.444-4.125-1.444-4.125s-4.125 2.269-4.538 3.919c-0.412 1.65-0.619 6.188-1.65 6.601" stroke-width="1pt" fill="none"/>
48
+ <path id="path1199" d="m116.13 203.15s0.413-3.713-0.825-3.713c-1.237 0-6.807 5.157-7.013 9.695" stroke-width="1pt" fill="none"/>
49
+ <path id="path1200" stroke-linejoin="round" d="m39.811 131.78s2.0627-2.063 2.6816-4.538c0.6188-2.475-0.8251-5.157 1.6502-7.426 2.4752-2.269 35.066-16.089 37.748-18.771 2.6816-2.6814 7.6321-8.4571 8.251-9.6947 0.6188-1.2377 2.4753 6.1882-3.0941 9.4887 5.9819-1.6506 9.9011-3.5068 12.376-2.6817-2.4757 3.5067-9.076 9.2827-12.17 9.2827 7.2196-2.682 13.82-4.951 15.677-3.507 1.856 1.444-8.87 8.664-13.202 9.076 7.2196-1.856 16.915-4.744 18.152-1.65-3.919 1.238-2.682 2.268-10.726 6.807-1.0313 0.826-6.1882 1.031-6.1882 1.031 6.1882-0.619 14.645-3.094 15.47 1.444-4.95 1.856-6.8066 4.332-10.932 5.363-4.1255 1.032-13.614 2.888-19.39 5.157-5.7756 2.269-14.233 8.87-14.233 8.87s-18.358 0.619-18.358 0.412c0-0.206-3.5066-8.457-3.7129-8.663z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
50
+ <path id="path1201" d="m48.474 130.34s0.2063-4.125 2.0627-5.569c1.8565-1.444 11.139-4.951 13.202-8.045 2.0627-3.094-3.0941 5.363-2.269 7.632" stroke-width="1pt" fill="none"/>
51
+ <path id="path1202" d="m52.187 124.15s4.5381 1.651 3.5067 5.157" stroke-width="1pt" fill="none"/>
52
+ <path id="path1203" d="m57.344 126.01c0 2.1645-1.7547 3.9192-3.9192 3.9192s-3.9192-1.7547-3.9192-3.9192 1.7547-3.9192 3.9192-3.9192 3.9192 1.7547 3.9192 3.9192z" transform="matrix(.86842 0 0 .86842 7.7514 17.095)" stroke-width="1pt" fill="none"/>
53
+ <path id="path1205" d="m197.2 119.2 35.685 6.807s3.92-4.538 1.857-7.013c5.363-1.237 3.919-8.251 3.919-8.251s6.188-2.681 1.031-8.87c3.508-3.5065-0.825-6.188-0.825-6.188s1.444-6.1882-3.094-6.807c1.238-4.9505-7.838-6.6008-7.838-6.6008s-18.771 5.1569-31.973 5.5694c4.332 4.3318-1.65 7.0133-1.65 7.0133s3.507 2.4753 2.475 4.538c-1.031 2.0631 0.619 4.3321-3.919 5.7761 5.982 2.682-0.619 7.219-0.619 7.219s6.601 4.538 4.951 6.807z" fill-rule="evenodd" stroke-width="1pt" fill="#fff"/>
54
+ <path id="path1206" d="m193.69 111.57s31.56 3.713 33.004 3.713 7.013 1.857 8.045 3.713" stroke-width="1pt" fill="none"/>
55
+ <path id="path1207" d="m195.34 109.71 43.936 1.031" stroke-width="1pt" fill="none"/>
56
+ <path id="path1208" d="m195.55 108.68s41.667-2.475 44.555-6.807" stroke-width="1pt" fill="none"/>
57
+ <path id="path1209" d="m196.78 99.604s41.874-4.538 42.287-3.9192" stroke-width="1pt" fill="none"/>
58
+ <path id="path1210" d="m195.34 94.447s40.636-6.3945 41.048-5.3631" stroke-width="1pt" fill="none"/>
59
+ <path id="path1212" d="m79.416 68.251s12.789 14.027 11.551 23.515" stroke-width="1pt" fill="none"/>
60
+ <path id="path1213" d="m90.142 84.34s4.1254 5.9819 5.7756 6.6007 16.09 1.4439 16.915 7.6321c0.825 3.9192-3.094 2.6812-2.475 5.5692 1.031 3.713 10.726 8.457 21.246 2.888" stroke-width="1pt" fill="none"/>
61
+ <path id="path1214" d="m121.91 109.92s8.663 12.789 21.452-1.031" stroke-width="1pt" fill="none"/>
62
+ <path id="path1215" d="m136.76 114.46s10.52 5.569 19.183-8.87" stroke-width="1pt" fill="none"/>
63
+ <path id="path1216" d="m144.8 115.69s5.157 4.332 15.884-1.443" stroke-width="1pt" fill="none"/>
64
+ <path id="path1217" d="m175.54 108.47s15.883 3.3 16.915 4.332" stroke-width="1pt" fill="none"/>
65
+ <path id="path1218" d="m181.52 104.97c0.206 0 11.139 0.413 11.139 0.413" stroke-width="1pt" fill="none"/>
66
+ <path id="path1219" d="m174.71 98.779s18.977-1.2376 21.453 2.6819" stroke-width="1pt" fill="none"/>
67
+ <path id="path1220" d="m166.46 92.797s26.61 1.0313 27.847 2.4753" stroke-width="1pt" fill="none"/>
68
+ <path id="path1221" d="m172.44 120.02s4.538-1.237 5.157-0.618" stroke-width="1pt" fill="none"/>
69
+ <path id="path1222" d="m162.13 131.16s5.982 5.157 13.615 2.888" stroke-width="1pt" fill="none"/>
70
+ <path id="path1223" d="m165.43 139.83s6.807 3.094 14.852 1.237" stroke-width="1pt" fill="none"/>
71
+ <path id="path1224" d="m167.7 144.98s6.807 4.538 11.345 3.712" stroke-width="1pt" fill="none"/>
72
+ <path id="path1225" d="m164.61 147.67s4.744 3.507 4.95 5.363" stroke-width="1pt" fill="none"/>
73
+ <path id="path1226" d="m158.01 151.79s1.444 7.425 6.601 10.107" stroke-width="1pt" fill="none"/>
74
+ <path id="path1227" d="m154.5 155.09s-2.269 9.695 3.507 15.677" stroke-width="1pt" fill="none"/>
75
+ <path id="path1228" d="m148.52 162.72c0 0.206-0.412 4.538-0.206 4.951" stroke-width="1pt" fill="none"/>
76
+ <path id="path1229" d="m111.39 125.18 11.139-0.619s4.125-1.65 1.237-4.331" stroke-width="1pt" fill="none"/>
77
+ <path id="path1230" d="m125.21 122.71c0.207 0 10.52 0.825 13.202 3.919 2.681 3.094 5.982 9.282 7.838 10.314 1.857 1.031 2.269-0.413 2.269-0.413" stroke-width="1pt" fill="none"/>
78
+ <path id="path1231" d="m143.98 134.88s-5.569 9.489-1.237 12.377" stroke-width="1pt" fill="none"/>
79
+ <path id="path1232" d="m140.88 145.4s-4.95 6.601-1.031 9.901" stroke-width="1pt" fill="none"/>
80
+ <path id="path1233" d="m138.82 154.47s-3.919 6.395 0.826 10.726" stroke-width="1pt" fill="none"/>
81
+ <path id="path1235" d="m137.09 137.51c-0.266 0.266-4.791 3.46-6.388 2.662" stroke-width="1pt" fill="none"/>
82
+ <path id="path1236" d="m132.3 147.62s1.863 1.863 3.46 1.597" stroke-width="1pt" fill="none"/>
83
+ <path id="path1237" d="m132.52 157.3 2.973 2.039" stroke-width="1pt" fill="none"/>
84
+ <path id="path1238" d="m132.92 164.71 2.572 1.552" stroke-width="1pt" fill="none"/>
85
+ <path id="path1246" d="m86.33 63.544s5.4228 2.8199 9.761 0c4.3387-2.8198 25.162-13.448 30.585-15.184 5.422-1.7353 8.459-11.713 9.544-16.051" stroke-width="1pt" fill="none"/>
86
+ <path id="path1247" d="m132.1 44.022 30.368-8.8933s4.989-4.1213 5.206-11.713" stroke-width="1pt" fill="none"/>
87
+ <path id="path1248" d="m165.5 31.658s30.367-3.0367 30.367-14.316" stroke-width="1pt" fill="none"/>
88
+ <path id="path1249" d="m191.1 25.15s31.886-8.6764 34.923-11.93" stroke-width="1pt" fill="none"/>
89
+ <path id="path1250" d="m102.16 70.485s19.305-9.9779 22.342-11.062c3.036-1.0846 9.977-9.761-0.434-9.761" stroke-width="1pt" fill="none"/>
90
+ <path id="path1251" d="m111.49 74.389c0.217 0 15.834-10.195 21.04-11.496 2.82-3.9043 1.302-8.0256-3.47-7.158" stroke-width="1pt" fill="none"/>
91
+ <path id="path1252" d="m133.83 60.29c0.434-0.2169 8.46-0.4338 5.64 5.8566-4.12 3.0367-21.908 11.93-21.908 11.93" stroke-width="1pt" fill="none"/>
92
+ <path id="path1253" d="m129.71 53.566 33.84-11.28s2.82-5.8566-1.301-6.7242" stroke-width="1pt" fill="none"/>
93
+ <path id="path1254" d="m190.45 25.367c0 0.2169 4.339 2.6029 1.736 6.5073-4.772 2.8199-27.331 8.2426-27.331 8.2426" stroke-width="1pt" fill="none"/>
94
+ <path id="path1255" d="m224.72 21.897-31.886 8.8934" stroke-width="1pt" fill="none"/>
95
+ <path id="path1256" d="m222.33 29.055-27.764 8.4595" stroke-width="1pt" fill="none"/>
96
+ <path id="path1257" d="m219.95 35.996-24.511 7.375" stroke-width="1pt" fill="none"/>
97
+ <path id="path1258" d="m215.39 42.937c-0.651 0-18.22 5.4228-18.22 5.4228" stroke-width="1pt" fill="none"/>
98
+ <path id="path1259" d="m211.49 48.36-11.28 4.5551" stroke-width="1pt" fill="none"/>
99
+ <path id="path1260" d="m208.67 54.433c-0.434 0-9.761 4.1213-9.761 4.1213" stroke-width="1pt" fill="none"/>
100
+ <path id="path1261" d="m205.85 59.422-8.676 4.1212" stroke-width="1pt" fill="none"/>
101
+ <path id="path1262" d="m190.88 68.75s1.085 0.4338 0.868 1.7353" stroke-width="1pt" fill="none"/>
102
+ <path id="path1263" d="m168.97 80.68s3.688 1.3014 0.217 4.772c-1.735 2.386-6.724 1.7354-9.761 6.0735" stroke-width="1pt" fill="none"/>
103
+ <path id="path1264" d="m192.62 32.092s4.556 1.0845 1.085 6.9411c-9.111 3.4706-27.548 9.1102-27.548 9.1102s-0.867 1.5184-3.253 2.8199c-2.386 1.3014-28.632 8.6764-28.632 8.6764" stroke-width="1pt" fill="none"/>
104
+ <path id="path1265" d="m194.14 38.816s4.989 2.1691 0 5.8566c-5.64 3.2536-25.379 9.3271-25.379 9.3271s-0.217 1.7352-1.084 2.386c-0.868 0.6507-26.897 9.3272-26.897 9.3272" stroke-width="1pt" fill="none"/>
105
+ <path id="path1266" d="m195.44 44.672s5.206 1.5184 0.651 5.8565c-5.423 3.2537-22.776 9.1103-22.776 9.1103s-1.735 2.169-4.555 3.0367c-2.82 0.8676-20.823 8.2426-20.823 8.2426" stroke-width="1pt" fill="none"/>
106
+ <path id="path1267" d="m196.74 50.529c1.519 0.6507 5.64 1.3015 0.651 5.2059-5.856 2.6029-20.172 8.2426-20.172 8.2426l-1.302 2.386-22.775 9.7609" stroke-width="1pt" fill="none"/>
107
+ <path id="path1268" d="m198.04 56.386s2.169 2.603-2.603 5.6397c-5.206 2.8198-16.485 7.158-16.485 7.158" stroke-width="1pt" fill="none"/>
108
+ <path id="path1269" d="m195.44 62.459s2.386 1.5184-0.65 3.6875c-3.471 1.7353-17.136 8.8933-17.136 8.8933l-8.894 5.8566" stroke-width="1pt" fill="none"/>
109
+ <path id="path1270" d="m164.2 42.503c0 0.2169 3.688 3.2537 2.386 6.7242 3.254 2.386 2.603 4.989 2.603 4.989s4.555 2.6029 3.905 6.2904c4.555 1.0846 4.338 3.6875 4.338 3.6875l-1.519 2.386s4.555-0.2169 0.651 5.6397c2.386 1.3015 1.302 2.8198 1.302 2.8198" stroke-width="1pt" fill="none"/>
110
+ <path id="path1271" d="m176.56 72.437c-0.651 0-15.834 5.6397-19.739 9.1102" stroke-width="1pt" fill="none"/>
111
+ <path id="path1272" d="m139.91 65.713s4.555-0.2169 3.905 4.772c5.206-1.7353 4.121 3.2536 4.121 3.2536s6.073-2.386 4.989 5.2059c3.904-0.8676 3.253 3.0367 3.253 3.0367s3.471-0.2169 3.471 1.7353c2.386-2.1691 4.989-1.0845 4.989-1.0845s1.735-2.3861 4.121-1.7353" stroke-width="1pt" fill="none"/>
112
+ <path id="path1273" d="m144.03 70.268c0 0.434-20.39 11.713-20.39 11.713" stroke-width="1pt" fill="none"/>
113
+ <path id="path1274" d="m147.93 73.955-15.401 9.544" stroke-width="1pt" fill="none"/>
114
+ <path id="path1275" d="m153.14 78.727c0 0.2169-13.449 8.0257-13.449 8.0257" stroke-width="1pt" fill="none"/>
115
+ <path id="path1276" d="m156.18 81.764s-9.544 7.8088-11.713 7.375" stroke-width="1pt" fill="none"/>
116
+ <path id="path1277" d="m159.43 84.15s-5.423 4.1214-9.978 6.0735" stroke-width="1pt" fill="none"/>
117
+ <path id="path1278" d="m165.07 82.415s1.735 2.1691-9.11 7.8087" stroke-width="1pt" fill="none"/>
118
+ </g>
119
+ </g>
120
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/at.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata8">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd">
13
+ <rect id="rect149" transform="scale(-1)" height="512" width="512" y="-512" x="-512" fill="#fff"/>
14
+ <rect id="rect148" transform="scale(-1)" height="170.67" width="512" y="-512" x="-512" fill="#df0000"/>
15
+ <rect id="rect585" transform="scale(-1)" height="170.67" width="512" y="-170.8" x="-512" fill="#df0000"/>
16
+ </g>
17
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/au.svg ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3003">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" stroke-width="1pt">
13
+ <rect id="rect124" height="512" width="512" y="-.000031471" x="0" fill="#006"/>
14
+ <g id="g584" transform="scale(5.7614 8.3333)">
15
+ <path id="path146" fill="#fff" d="m0 0v3.3541l53.292 26.646h6.708v-3.354l-53.292-26.646h-6.708zm60 0v3.354l-53.292 26.646h-6.708v-3.354l53.292-26.646h6.708z"/>
16
+ <path id="path136" fill="#fff" d="m25 0v30h10v-30h-10zm-25 10v10h60v-10h-60z"/>
17
+ <path id="path141" fill="#c00" d="m0 12v6h60v-6h-60zm27-12v30h6v-30h-6z"/>
18
+ <path id="path150" fill="#c00" d="m0 30 20-10h4.472l-20 10h-4.472zm0-30 20 10h-4.472l-15.528-7.7639v-2.2361zm35.528 10 20-10h4.472l-20 10h-4.472zm24.472 20-20-10h4.472l15.528 7.764v2.236z"/>
19
+ </g>
20
+ <polygon id="polygon589" fill-rule="evenodd" transform="matrix(7.6727 0 0 7.6727 -121.31 66.42)" points="22.964 39.389 28.264 41.396 30 36 30 36 31.736 41.396 37.036 39.389 33.9 44.11 38.774 47.003 33.127 47.494 33.905 53.109 30 49 26.095 53.109 26.873 47.494 21.226 47.003 26.1 44.11" fill="#fff"/>
21
+ <g id="g596" fill-rule="evenodd" transform="matrix(6.9999 0 0 6.9999 -255.43 119.74)" fill="#fff">
22
+ <polygon id="polygon590" points="94.178 50.954 91.489 51.188 91.86 53.861 90 51.905 88.14 53.861 88.511 51.188 85.822 50.954 88.143 49.576 86.649 47.328 89.174 48.284 90 45.714 90 45.714 90.826 48.284 93.351 47.328 91.857 49.576"/>
23
+ <polygon id="polygon592" points="94.178 10.954 91.489 11.188 91.86 13.861 90 11.905 88.14 13.861 88.511 11.188 85.822 10.954 88.143 9.5762 86.649 7.3279 89.174 8.2839 90 5.7143 90 5.7143 90.826 8.2839 93.351 7.3279 91.857 9.5762"/>
24
+ <polygon id="polygon593" points="79.178 27.204 76.489 27.438 76.86 30.111 75 28.155 73.14 30.111 73.511 27.438 70.822 27.204 73.143 25.826 71.649 23.578 74.174 24.534 75 21.964 75 21.964 75.826 24.534 78.351 23.578 76.857 25.826"/>
25
+ <polygon id="polygon594" points="107.51 23.204 104.82 23.438 105.19 26.111 103.33 24.155 101.47 26.111 101.84 23.438 99.155 23.204 101.48 21.826 99.983 19.578 102.51 20.534 103.33 17.964 103.33 17.964 104.16 20.534 106.68 19.578 105.19 21.826"/>
26
+ <polygon id="polygon595" points="96 33.611 94.53 34.522 94.943 32.843 93.622 31.728 95.347 31.601 96 30 96 30 96.653 31.601 98.378 31.728 97.057 32.843 97.47 34.522"/>
27
+ </g>
28
+ </g>
29
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/aw.svg ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg1358" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3195">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs1558">
13
+ <clipPath id="clipPath3640" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3642" height="512" width="512" y="-2.8422e-14" x="0" fill="#808080"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" clip-path="url(#clipPath3640)">
18
+ <g id="g3442" transform="matrix(2.3704 0 0 2.3704 0 .00015214)">
19
+ <path id="path1359" fill="#39c" d="m0-0.000064185v216h324v-216h-324z"/>
20
+ <path id="path1553" fill="#ff0" d="m0 144v12h324v-12h-324z"/>
21
+ <path id="path1555" fill="#ff0" d="m0 168v12h324v-12h-324z"/>
22
+ </g>
23
+ <g id="g3256" transform="matrix(2.3804 0 0 2.3804 7.8063 -.49821)">
24
+ <path id="path1360" fill="#9cc" d="m48 12 1 1-1-1z"/>
25
+ <path id="path1362" fill="#9cc" d="m47 14 1 1-1-1m2 0 1 1-1-1z"/>
26
+ <path id="path1363" fill="#ccf" d="m47 15 1 1-1-1m2 0 1 1-1-1z"/>
27
+ <path id="path1364" fill="#6cc" d="m46 17 1 1-1-1z"/>
28
+ <path id="path1365" fill="#c66" d="m48 17 1 1-1-1z"/>
29
+ <path id="path1366" fill="#6cc" d="m50 17 1 1-1-1z"/>
30
+ <path id="path1367" fill="#ccf" d="m46 18 1 1-1-1z"/>
31
+ <path id="path1369" fill="#ccf" d="m50 18 1 1-1-1z"/>
32
+ <path id="path1370" fill="#fcc" d="m47 19 1 1-1-1m2 0 1 1-1-1z"/>
33
+ <path id="path1371" fill="#6cc" d="m45 20 1 1-1-1z"/>
34
+ <path id="path1372" d="m47.835 14.032-7.01 26.574-26.652 7.238 26.575 6.936 7.087 26.574 7.086-26.574 26.575-7.087-26.575-7.087-7.086-26.574z" stroke="#fff" stroke-width="1.25" fill="#c00"/>
35
+ <path id="path1373" fill="#6cc" d="m51 20 1 1-1-1z"/>
36
+ <path id="path1374" fill="#9cf" d="m45 21 1 1-1-1m6 0 1 1-1-1z"/>
37
+ <path id="path1375" fill="#fcc" d="m46 22 1 1-1-1m4 0 1 1-1-1z"/>
38
+ <path id="path1376" fill="#69c" d="m44 23 1 1-1-1z"/>
39
+ <path id="path1377" fill="#c33" d="m46.333 23.667 0.3334 0.6666-0.3334-0.6666m4 0 0.3334 0.6666-0.3334-0.6666z"/>
40
+ <path id="path1378" fill="#69c" d="m52 23 1 1-1-1z"/>
41
+ <path id="path1379" fill="#9cf" d="m44 24 1 1-1-1m8 0 1 1-1-1z"/>
42
+ <path id="path1380" fill="#fcc" d="m45 25 1 1-1-1m6 0 1 1-1-1z"/>
43
+ <path id="path1381" fill="#69c" d="m43 26 1 1-1-1z"/>
44
+ <path id="path1383" fill="#69c" d="m53 26 1 1-1-1z"/>
45
+ <path id="path1384" fill="#9cc" d="m43 27 1 1-1-1m10 0 1 1-1-1z"/>
46
+ <path id="path1385" fill="#cff" d="m43 28 1 1-1-1m10 0 1 1-1-1z"/>
47
+ <path id="path1386" fill="#69c" d="m42 29 1 1-1-1z"/>
48
+ <path id="path1387" fill="#fcc" d="m44 29 1 1-1-1m8 0 1 1-1-1z"/>
49
+ <path id="path1388" fill="#69c" d="m54 29 1 1-1-1z"/>
50
+ <path id="path1389" fill="#9cc" d="m42 30 1 1-1-1z"/>
51
+ <path id="path1390" fill="#c33" d="m44.333 30.667 0.3334 0.6666-0.3334-0.6666m8 0 0.3334 0.6666-0.3334-0.6666z"/>
52
+ <path id="path1391" fill="#9cc" d="m54 30 1 1-1-1z"/>
53
+ <path id="path1392" fill="#cff" d="m42 31 1 1-1-1m12 0 1 1-1-1z"/>
54
+ <path id="path1393" fill="#fcc" d="m43 32 1 1-1-1m10 0 1 1-1-1z"/>
55
+ <path id="path1394" fill="#9cc" d="m41 33 1 1-1-1z"/>
56
+ <path id="path1395" fill="#c33" d="m43.333 33.667 0.3334 0.6666-0.3334-0.6666m10 0 0.3334 0.6666-0.3334-0.6666z"/>
57
+ <path id="path1396" fill="#9cc" d="m55 33 1 1-1-1z"/>
58
+ <path id="path1397" fill="#ccf" d="m41 34 1 1-1-1m14 0 1 1-1-1z"/>
59
+ <path id="path1398" fill="#fcc" d="m42 35 1 1-1-1m12 0 1 1-1-1z"/>
60
+ <path id="path1399" fill="#9cc" d="m40 36 1 1-1-1z"/>
61
+ <path id="path1400" fill="#c33" d="m42.333 36.667 0.3334 0.6666-0.3334-0.6666m12 0 0.3334 0.6666-0.3334-0.6666z"/>
62
+ <path id="path1401" fill="#9cc" d="m56 36 1 1-1-1z"/>
63
+ <path id="path1402" fill="#ccf" d="m40 37 1 1-1-1m16 0 1 1-1-1z"/>
64
+ <path id="path1403" fill="#fcc" d="m41 38 1 1-1-1m14 0 1 1-1-1z"/>
65
+ <path id="path1404" fill="#9cc" d="m39 39 1 1-1-1z"/>
66
+ <path id="path1405" fill="#c33" d="m41 39 1 1-1-1m14 0 1 1-1-1z"/>
67
+ <path id="path1406" fill="#9cc" d="m57 39 1 1-1-1m-21 1 1 1-1-1z"/>
68
+ <path id="path1407" fill="#ccf" d="m37 40 1 1-1-1m22 0 1 1-1-1z"/>
69
+ <path id="path1408" fill="#9cc" d="m60 40 1 1-1-1m-27 1 1 1-1-1z"/>
70
+ <path id="path1409" fill="#ccf" d="m34 41 1 1-1-1z"/>
71
+ <path id="path1410" fill="#fcc" d="m38 41 1 1-1-1z"/>
72
+ <path id="path1411" fill="#c33" d="m39 41 1 1-1-1m18 0 1 1-1-1z"/>
73
+ <path id="path1412" fill="#fcc" d="m58 41 1 1-1-1z"/>
74
+ <path id="path1413" fill="#ccf" d="m62 41 1 1-1-1z"/>
75
+ <path id="path1414" fill="#9cc" d="m63 41 1 1-1-1z"/>
76
+ <path id="path1415" fill="#69c" d="m29 42 1 1-1-1z"/>
77
+ <path id="path1416" fill="#9cc" d="m30 42 1 1-1-1z"/>
78
+ <path id="path1417" fill="#cff" d="m31 42 1 1-1-1z"/>
79
+ <path id="path1418" fill="#fcc" d="m35 42 1 1-1-1z"/>
80
+ <path id="path1419" fill="#c33" d="m36.667 42.333 0.6666 0.3334-0.6666-0.3334m23 0 0.6666 0.3334-0.6666-0.3334z"/>
81
+ <path id="path1420" fill="#fcc" d="m61 42 1 1-1-1z"/>
82
+ <path id="path1421" fill="#cff" d="m65 42 1 1-1-1z"/>
83
+ <path id="path1422" fill="#9cc" d="m66 42 1 1-1-1z"/>
84
+ <path id="path1423" fill="#69c" d="m67 42 1 1-1-1m-41 1 1 1-1-1z"/>
85
+ <path id="path1424" fill="#9cc" d="m27 43 1 1-1-1z"/>
86
+ <path id="path1425" fill="#cff" d="m28 43 1 1-1-1z"/>
87
+ <path id="path1426" fill="#fcc" d="m32 43 1 1-1-1z"/>
88
+ <path id="path1427" fill="#c33" d="m33.667 43.333 0.6666 0.3334-0.6666-0.3334m29 0 0.6666 0.3334-0.6666-0.3334z"/>
89
+ <path id="path1428" fill="#fcc" d="m64 43 1 1-1-1z"/>
90
+ <path id="path1429" fill="#cff" d="m68 43 1 1-1-1z"/>
91
+ <path id="path1430" fill="#9cc" d="m69 43 1 1-1-1z"/>
92
+ <path id="path1431" fill="#69c" d="m70 43 1 1-1-1m-47 1 1 1-1-1z"/>
93
+ <path id="path1432" fill="#9cf" d="m24 44 1 1-1-1z"/>
94
+ <path id="path1433" fill="#fcc" d="m29 44 1 1-1-1z"/>
95
+ <path id="path1434" fill="#c33" d="m30.667 44.333 0.6666 0.3334-0.6666-0.3334m35 0 0.6666 0.3334-0.6666-0.3334z"/>
96
+ <path id="path1435" fill="#fcc" d="m67 44 1 1-1-1z"/>
97
+ <path id="path1436" fill="#9cf" d="m72 44 1 1-1-1z"/>
98
+ <path id="path1437" fill="#69c" d="m73 44 1 1-1-1z"/>
99
+ <path id="path1438" fill="#6cc" d="m20 45 1 1-1-1z"/>
100
+ <path id="path1439" fill="#9cf" d="m21 45 1 1-1-1z"/>
101
+ <path id="path1440" fill="#fcc" d="m25 45 1 1-1-1z"/>
102
+ <path id="path1442" fill="#fcc" d="m71 45 1 1-1-1z"/>
103
+ <path id="path1443" fill="#9cf" d="m75 45 1 1-1-1z"/>
104
+ <path id="path1444" fill="#6cc" d="m76 45 1 1-1-1m-59 1 1 1-1-1z"/>
105
+ <path id="path1445" fill="#ccf" d="m18 46 1 1-1-1z"/>
106
+ <path id="path1446" fill="#fcc" d="m22 46 1 1-1-1z"/>
107
+ <path id="path1447" fill="#c33" d="m23.667 46.333 0.6666 0.3334-0.6666-0.3334m49 0 0.6666 0.3334-0.6666-0.3334z"/>
108
+ <path id="path1448" fill="#fcc" d="m74 46 1 1-1-1z"/>
109
+ <path id="path1449" fill="#ccf" d="m78 46 1 1-1-1z"/>
110
+ <path id="path1450" fill="#6cc" d="m79 46 1 1-1-1z"/>
111
+ <path id="path1451" fill="#9cc" d="m14 47 1 1-1-1z"/>
112
+ <path id="path1452" fill="#ccf" d="m15 47 1 1-1-1z"/>
113
+ <path id="path1453" fill="#fcc" d="m19 47 1 1-1-1z"/>
114
+ <path id="path1455" fill="#fcc" d="m77 47 1 1-1-1z"/>
115
+ <path id="path1456" fill="#ccf" d="m81 47 1 1-1-1z"/>
116
+ <path id="path1457" fill="#9cc" d="m82 47 1 1-1-1m-70 1 1 1-1-1z"/>
117
+ <path id="path1458" fill="#c66" d="m17 48 1 1-1-1z"/>
118
+ <path id="path1460" fill="#c66" d="m79 48 1 1-1-1z"/>
119
+ <path id="path1461" fill="#9cc" d="m84 48 1 1-1-1m-70 1 1 1-1-1z"/>
120
+ <path id="path1462" fill="#ccf" d="m15 49 1 1-1-1z"/>
121
+ <path id="path1463" fill="#fcc" d="m19 49 1 1-1-1m58 0 1 1-1-1z"/>
122
+ <path id="path1464" fill="#ccf" d="m81 49 1 1-1-1z"/>
123
+ <path id="path1465" fill="#9cc" d="m82 49 1 1-1-1z"/>
124
+ <path id="path1466" fill="#6cc" d="m17 50 1 1-1-1z"/>
125
+ <path id="path1467" fill="#ccf" d="m18 50 1 1-1-1z"/>
126
+ <path id="path1468" fill="#fcc" d="m22 50 1 1-1-1z"/>
127
+ <path id="path1469" fill="#c33" d="m23.667 50.333 0.6666 0.3334-0.6666-0.3334m49 0 0.6666 0.3334-0.6666-0.3334z"/>
128
+ <path id="path1470" fill="#fcc" d="m74 50 1 1-1-1z"/>
129
+ <path id="path1471" fill="#ccf" d="m78 50 1 1-1-1z"/>
130
+ <path id="path1472" fill="#6cc" d="m79 50 1 1-1-1m-59 1 1 1-1-1z"/>
131
+ <path id="path1473" fill="#9cf" d="m21 51 1 1-1-1z"/>
132
+ <path id="path1474" fill="#fcc" d="m25 51 1 1-1-1z"/>
133
+ <path id="path1476" fill="#fcc" d="m71 51 1 1-1-1z"/>
134
+ <path id="path1477" fill="#9cf" d="m75 51 1 1-1-1z"/>
135
+ <path id="path1478" fill="#6cc" d="m76 51 1 1-1-1z"/>
136
+ <path id="path1479" fill="#69c" d="m23 52 1 1-1-1z"/>
137
+ <path id="path1480" fill="#9cf" d="m24 52 1 1-1-1z"/>
138
+ <path id="path1481" fill="#fcc" d="m29 52 1 1-1-1z"/>
139
+ <path id="path1482" fill="#c33" d="m30.667 52.333 0.6666 0.3334-0.6666-0.3334m35 0 0.6666 0.3334-0.6666-0.3334z"/>
140
+ <path id="path1483" fill="#fcc" d="m67 52 1 1-1-1z"/>
141
+ <path id="path1484" fill="#9cf" d="m72 52 1 1-1-1z"/>
142
+ <path id="path1485" fill="#69c" d="m73 52 1 1-1-1m-47 1 1 1-1-1z"/>
143
+ <path id="path1486" fill="#9cc" d="m27 53 1 1-1-1z"/>
144
+ <path id="path1487" fill="#cff" d="m28 53 1 1-1-1z"/>
145
+ <path id="path1488" fill="#fcc" d="m32 53 1 1-1-1z"/>
146
+ <path id="path1489" fill="#c33" d="m33.667 53.333 0.6666 0.3334-0.6666-0.3334m29 0 0.6666 0.3334-0.6666-0.3334z"/>
147
+ <path id="path1490" fill="#fcc" d="m64 53 1 1-1-1z"/>
148
+ <path id="path1491" fill="#cff" d="m68 53 1 1-1-1z"/>
149
+ <path id="path1492" fill="#9cc" d="m69 53 1 1-1-1z"/>
150
+ <path id="path1493" fill="#69c" d="m70 53 1 1-1-1m-41 1 1 1-1-1z"/>
151
+ <path id="path1494" fill="#9cc" d="m30 54 1 1-1-1z"/>
152
+ <path id="path1495" fill="#cff" d="m31 54 1 1-1-1z"/>
153
+ <path id="path1496" fill="#fcc" d="m35 54 1 1-1-1z"/>
154
+ <path id="path1497" fill="#c33" d="m36.667 54.333 0.6666 0.3334-0.6666-0.3334m23 0 0.6666 0.3334-0.6666-0.3334z"/>
155
+ <path id="path1498" fill="#fcc" d="m61 54 1 1-1-1z"/>
156
+ <path id="path1499" fill="#cff" d="m65 54 1 1-1-1z"/>
157
+ <path id="path1500" fill="#9cc" d="m66 54 1 1-1-1z"/>
158
+ <path id="path1501" fill="#69c" d="m67 54 1 1-1-1z"/>
159
+ <path id="path1502" fill="#9cc" d="m33 55 1 1-1-1z"/>
160
+ <path id="path1503" fill="#ccf" d="m34 55 1 1-1-1z"/>
161
+ <path id="path1504" fill="#fcc" d="m38 55 1 1-1-1z"/>
162
+ <path id="path1505" fill="#c33" d="m39 55 1 1-1-1m18 0 1 1-1-1z"/>
163
+ <path id="path1506" fill="#fcc" d="m58 55 1 1-1-1z"/>
164
+ <path id="path1507" fill="#ccf" d="m62 55 1 1-1-1z"/>
165
+ <path id="path1508" fill="#9cc" d="m63 55 1 1-1-1m-27 1 1 1-1-1z"/>
166
+ <path id="path1509" fill="#ccf" d="m37 56 1 1-1-1m22 0 1 1-1-1z"/>
167
+ <path id="path1510" fill="#9cc" d="m60 56 1 1-1-1m-21 1 1 1-1-1z"/>
168
+ <path id="path1511" fill="#c33" d="m41 57 1 1-1-1m14 0 1 1-1-1z"/>
169
+ <path id="path1512" fill="#9cc" d="m57 57 1 1-1-1z"/>
170
+ <path id="path1513" fill="#fcc" d="m41 58 1 1-1-1m14 0 1 1-1-1z"/>
171
+ <path id="path1514" fill="#ccf" d="m40 59 1 1-1-1z"/>
172
+ <path id="path1515" fill="#c33" d="m42.333 59.667 0.3334 0.6666-0.3334-0.6666m12 0 0.3334 0.6666-0.3334-0.6666z"/>
173
+ <path id="path1516" fill="#ccf" d="m56 59 1 1-1-1z"/>
174
+ <path id="path1517" fill="#9cc" d="m40 60 1 1-1-1m16 0 1 1-1-1z"/>
175
+ <path id="path1518" fill="#fcc" d="m42 61 1 1-1-1m12 0 1 1-1-1z"/>
176
+ <path id="path1519" fill="#ccf" d="m41 62 1 1-1-1z"/>
177
+ <path id="path1520" fill="#c33" d="m43.333 62.667 0.3334 0.6666-0.3334-0.6666m10 0 0.3334 0.6666-0.3334-0.6666z"/>
178
+ <path id="path1521" fill="#ccf" d="m55 62 1 1-1-1z"/>
179
+ <path id="path1522" fill="#9cc" d="m41 63 1 1-1-1m14 0 1 1-1-1z"/>
180
+ <path id="path1523" fill="#fcc" d="m43 64 1 1-1-1m10 0 1 1-1-1z"/>
181
+ <path id="path1524" fill="#cff" d="m42 65 1 1-1-1z"/>
182
+ <path id="path1525" fill="#c33" d="m44.333 65.667 0.3334 0.6666-0.3334-0.6666m8 0 0.3334 0.6666-0.3334-0.6666z"/>
183
+ <path id="path1526" fill="#cff" d="m54 65 1 1-1-1z"/>
184
+ <path id="path1527" fill="#9cc" d="m42 66 1 1-1-1m12 0 1 1-1-1z"/>
185
+ <path id="path1528" fill="#69c" d="m42 67 1 1-1-1z"/>
186
+ <path id="path1529" fill="#fcc" d="m44 67 1 1-1-1m8 0 1 1-1-1z"/>
187
+ <path id="path1530" fill="#69c" d="m54 67 1 1-1-1z"/>
188
+ <path id="path1531" fill="#cff" d="m43 68 1 1-1-1z"/>
189
+ <path id="path1533" fill="#cff" d="m53 68 1 1-1-1z"/>
190
+ <path id="path1534" fill="#9cc" d="m43 69 1 1-1-1m10 0 1 1-1-1z"/>
191
+ <path id="path1535" fill="#69c" d="m43 70 1 1-1-1m10 0 1 1-1-1z"/>
192
+ <path id="path1536" fill="#fcc" d="m45 71 1 1-1-1m6 0 1 1-1-1z"/>
193
+ <path id="path1537" fill="#9cf" d="m44 72 1 1-1-1z"/>
194
+ <path id="path1538" fill="#c33" d="m46.333 72.667 0.3334 0.6666-0.3334-0.6666m4 0 0.3334 0.6666-0.3334-0.6666z"/>
195
+ <path id="path1539" fill="#9cf" d="m52 72 1 1-1-1z"/>
196
+ <path id="path1540" fill="#69c" d="m44 73 1 1-1-1m8 0 1 1-1-1z"/>
197
+ <path id="path1541" fill="#fcc" d="m46 74 1 1-1-1m4 0 1 1-1-1z"/>
198
+ <path id="path1542" fill="#9cf" d="m45 75 1 1-1-1z"/>
199
+ <path id="path1544" fill="#9cf" d="m51 75 1 1-1-1z"/>
200
+ <path id="path1545" fill="#6cc" d="m45 76 1 1-1-1m6 0 1 1-1-1z"/>
201
+ <path id="path1546" fill="#fcc" d="m47 77 1 1-1-1m2 0 1 1-1-1z"/>
202
+ <path id="path1547" fill="#ccf" d="m46 78 1 1-1-1m4 0 1 1-1-1z"/>
203
+ <path id="path1548" fill="#6cc" d="m46 79 1 1-1-1z"/>
204
+ <path id="path1549" fill="#c66" d="m48 79 1 1-1-1z"/>
205
+ <path id="path1550" fill="#6cc" d="m50 79 1 1-1-1z"/>
206
+ <path id="path1551" fill="#ccf" d="m47 81 1 1-1-1m2 0 1 1-1-1z"/>
207
+ <path id="path1552" fill="#9cc" d="m47 82 1 1-1-1m2 0 1 1-1-1m-1 2 1 1-1-1z"/>
208
+ </g>
209
+ </g>
210
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ax.svg ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg id="Flag of Ã…land" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
3
+ <metadata id="metadata21">
4
+ <rdf:RDF>
5
+ <cc:Work rdf:about="">
6
+ <dc:format>image/svg+xml</dc:format>
7
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
8
+ </cc:Work>
9
+ </rdf:RDF>
10
+ </metadata>
11
+ <defs id="defs19">
12
+ <clipPath id="clipPath3032" clipPathUnits="userSpaceOnUse">
13
+ <rect id="rect3034" fill-opacity="0.67" height="850" width="850" y="-.0000016602" x="166.02"/>
14
+ </clipPath>
15
+ </defs>
16
+ <g id="flag" clip-path="url(#clipPath3032)" transform="matrix(.60235 0 0 .60235 -100 0.000001)">
17
+ <rect id="rect3" height="850" width="1300" y="0" x="0" fill="#0053a5"/>
18
+ <g id="g5" fill="#ffce00">
19
+ <rect id="rect7" width="250" y="0" x="400" height="850"/>
20
+ <rect id="rect9" y="300" width="1300" x="0" height="250"/>
21
+ </g>
22
+ <g id="g11" fill="#d21034">
23
+ <rect id="rect13" width="100" y="0" x="475" height="850"/>
24
+ <rect id="rect15" y="375" width="1300" x="0" height="100"/>
25
+ </g>
26
+ </g>
27
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/az.svg ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <!-- /Creative Commons Public Domain -->
4
+ <!--
5
+ <rdf:RDF xmlns="http://web.resource.org/cc/"
6
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
8
+ <Work rdf:about="">
9
+ <dc:title>New Zealand, Australia, United Kingdom, United States,
10
+ Bosnia and Herzegovina, Azerbaijan, Armenia, Bahamas, Belgium, Benin,
11
+ Bulgaria, Estonia, Finland, Gabon, Gambia, Germany, Greece, Greenland,
12
+ Guinea, Honduras, Israel, Jamaica, Jordan, and Romania Flags</dc:title>
13
+ <dc:rights><Agent>
14
+ <dc:title>Daniel McRae</dc:title>
15
+ </Agent></dc:rights>
16
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
17
+ </Work>
18
+
19
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
20
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
21
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
22
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
23
+ </License>
24
+ </rdf:RDF>
25
+ -->
26
+ <svg id="svg618" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.0" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
27
+ <metadata id="metadata3211">
28
+ <rdf:RDF>
29
+ <cc:Work rdf:about="">
30
+ <dc:format>image/svg+xml</dc:format>
31
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
32
+ </cc:Work>
33
+ </rdf:RDF>
34
+ </metadata>
35
+ <g id="flag" stroke-width="1pt">
36
+ <g id="g646" fill-rule="evenodd" transform="matrix(4.2667 0 0 8.5333 0 -.00002)">
37
+ <rect id="rect622" height="20" width="120" y="20" x="0" fill="#c33"/>
38
+ <rect id="rect621" height="20" width="120" y="0" x="0" fill="#09c"/>
39
+ <rect id="rect623" height="20" width="120" y="40" x="0" fill="#093"/>
40
+ </g>
41
+ <g id="g575" transform="matrix(8.3333 0 0 8.3333 -238.75 6.1292)">
42
+ <g id="g638">
43
+ <path id="path637" fill="#fff" d="m66 30c0.004 4.968-4.0248 9-8.9928 9-4.968 0.008-9.003-4.018-9.007-8.986-0.012-4.968 4.01-9.006 8.978-9.014 4.968-0.0158 9.0096 4.0033 9.0215 8.9713v0.0287z"/>
44
+ <path id="path636" fill="#c33" d="m66.5 30c0.0033 4.0848-3.3093 7.4-7.3941 7.4-4.0848 0.0065-7.4026-3.3034-7.4059-7.3882-0.0098-4.0848 3.2975-7.4053 7.3823-7.4118 4.0848-0.013 7.4079 3.2916 7.4177 7.3764v0.0236z"/>
45
+ </g>
46
+ <polygon id="polygon574" fill-rule="evenodd" points="63.464 33.536 64.69 30.957 62 30 64.69 29.043 63.464 26.464 66.043 27.69 67 25 67 25 67.957 27.69 70.536 26.464 69.31 29.043 72 30 69.31 30.957 70.536 33.536 67.957 32.31 67 35 66.043 32.31" fill="#fff"/>
47
+ </g>
48
+ </g>
49
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ba.svg ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <!-- /Creative Commons Public Domain -->
4
+ <!--
5
+ <rdf:RDF xmlns="http://web.resource.org/cc/"
6
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
8
+ <Work rdf:about="">
9
+ <dc:title>New Zealand, Australia, United Kingdom, United States,
10
+ Bosnia and Herzegovina, Azerbaijan, Armenia, Bahamas, Belgium, Benin,
11
+ Bulgaria, Estonia, Finland, Gabon, Gambia, Germany, Greece, Greenland,
12
+ Guinea, Honduras, Israel, Jamaica, Jordan, and Romania Flags</dc:title>
13
+ <dc:rights><Agent>
14
+ <dc:title>Daniel McRae</dc:title>
15
+ </Agent></dc:rights>
16
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
17
+ </Work>
18
+
19
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
20
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
21
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
22
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
23
+ </License>
24
+ </rdf:RDF>
25
+ -->
26
+ <svg id="svg609" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 512 512" width="512" version="1.0" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
27
+ <metadata id="metadata3231">
28
+ <rdf:RDF>
29
+ <cc:Work rdf:about="">
30
+ <dc:format>image/svg+xml</dc:format>
31
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
32
+ </cc:Work>
33
+ </rdf:RDF>
34
+ </metadata>
35
+ <defs id="defs611">
36
+ <clipPath id="clipPath5084" clipPathUnits="userSpaceOnUse">
37
+ <rect id="rect5086" fill-opacity="0.67" height="512" width="512" y="0" x="0"/>
38
+ </clipPath>
39
+ </defs>
40
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath5084)">
41
+ <rect id="rect614" height="512" width="512" y=".000015259" x="0" fill="#009"/>
42
+ <path id="path615" d="m77 0.0064678 436.91 436.91v-436.91h-436.91z" fill="#fc0"/>
43
+ <g id="g629" fill="#fff" transform="matrix(.43691 0 0 .43691 -93.246 54.433)">
44
+ <polygon id="polygon621" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/>
45
+ <polygon id="polygon622" transform="translate(125,125)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/>
46
+ <polygon id="polygon616" transform="translate(250,250)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/>
47
+ <polygon id="polygon623" transform="translate(375,375)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/>
48
+ <polygon id="polygon624" transform="translate(500,500)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/>
49
+ <polygon id="polygon625" transform="translate(625,625)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/>
50
+ <polygon id="polygon626" transform="translate(750,750)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/>
51
+ <polygon id="polygon627" transform="translate(875,875)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/>
52
+ <polygon id="polygon628" transform="translate(1e3 1e3)" points="304.67 -43.357 326 -109 326 -109 347.33 -43.357 416.35 -43.357 360.51 -2.7868 381.84 62.857 326 22.287 270.16 62.857 291.49 -2.7868 235.65 -43.357"/>
53
+ </g>
54
+ </g>
55
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bb.svg ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg797" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3241">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.68808 0 0 1.0321 0 -16.449)">
13
+ <rect id="rect807" height="496.06" width="248.03" y="15.937" x="0" fill="#00009d"/>
14
+ <rect id="rect808" height="496.06" width="248.03" y="15.937" x="496.06" fill="#00009d"/>
15
+ <rect id="rect809" height="496.06" width="248.03" y="15.937" x="248.03" fill="#ffd400"/>
16
+ </g>
17
+ <g id="g3688" fill-rule="evenodd" transform="matrix(1.1455 0 0 1.1455 -171.81 -39.547)">
18
+ <path id="path803" d="m372.32 365.16c7.962 0.556 3.563-0.361 11.525 0.195l0.555-47.217h30.553c-0.181-56.391 21.723-103.92 47.86-144.21 1.571-2.021 0.544-2.89-1.199-2.443-19.726 3.081-40.02 13.437-53.922 27.813-1.622 1.991 0.233 2.301 1.15 2.183 7.613-2.282 6.113 6.244 5.561 9.665-7.803 24.929-14.613 49.084-17.113 77.769-0.003 1.995-0.317 3.446-1.263 3.542-3.518 0.185-6.959 0.135-10.516 0.125-1.297 0.012-1.58-1.421-1.666-2.777 0.185-28.886-0.072-57.771 0.113-86.657 0.089-1.906 6.991-9.644 8.114-9.674 3.535-0.091 5.025-0.004 8.978-0.071 1.03-0.008 1.251-3.18 0.073-3.334-2.407 0-6.873-0.22-9.28-0.22-1.14 0.044-17.29-12.273-17.327-14.804-0.185-3.888-0.076-7.703-0.261-11.591 0.212-0.957-4.509-1.177-4.444 0.073v10.809c-0.809 5.15 2.324 175.08 2.509 190.82z"/>
19
+ <path id="path806" d="m371.9 365.16c-7.962 0.556-3.563-0.361-11.525 0.195l-0.555-47.217h-30.553c0.181-56.391-21.723-103.92-47.86-144.21-1.571-2.021-0.544-2.89 1.199-2.443 19.726 3.081 40.02 13.437 53.922 27.813 1.622 1.991-0.233 2.301-1.15 2.183-7.613-2.282-6.113 6.244-5.561 9.665 7.803 24.929 14.613 49.084 17.113 77.769 0.003 1.995 0.317 3.446 1.263 3.542 3.518 0.185 6.959 0.135 10.516 0.125 1.297 0.012 1.58-1.421 1.666-2.777-0.185-28.886 0.072-57.771-0.113-86.657-0.089-1.906-6.991-9.644-8.114-9.674-3.535-0.091-5.025-0.004-8.978-0.071-1.03-0.008-1.251-3.18-0.073-3.334 2.407 0 6.873-0.22 9.28-0.22 1.14 0.044 17.29-12.273 17.327-14.804 0.185-3.888 0.076-7.703 0.261-11.591-0.212-0.957 4.509-1.177 4.444 0.073v10.809c0.809 5.15-2.324 175.08-2.509 190.82z"/>
20
+ </g>
21
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bd.svg ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata8">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" stroke-width="1pt" fill-rule="evenodd">
13
+ <rect id="rect149" height="512" width="512" y="-2.8422e-14" x="0" fill="#0a5c12"/>
14
+ <ellipse id="path307" d="m 702.74689,360.69897 c 0,128.11608 -103.8586,231.97468 -231.97467,231.97468 -128.11608,0 -231.97467,-103.8586 -231.97467,-231.97468 0,-128.11607 103.85859,-231.97467 231.97467,-231.97467 128.11607,0 231.97467,103.8586 231.97467,231.97467 z" cx="470.77" cy="360.7" rx="231.97" transform="matrix(.58102 0 0 .58102 -57.648 46.551)" ry="231.97" fill="#fc000f"/>
15
+ </g>
16
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/be.svg ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <!-- /Creative Commons Public Domain -->
4
+ <!--
5
+ <rdf:RDF xmlns="http://web.resource.org/cc/"
6
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
8
+ <Work rdf:about="">
9
+ <dc:title>New Zealand, Australia, United Kingdom, United States,
10
+ Bosnia and Herzegovina, Azerbaijan, Armenia, Bahamas, Belgium, Benin,
11
+ Bulgaria, Estonia, Finland, Gabon, Gambia, Germany, Greece, Greenland,
12
+ Guinea, Honduras, Israel, Jamaica, Jordan, and Romania Flags</dc:title>
13
+ <dc:rights><Agent>
14
+ <dc:title>Daniel McRae</dc:title>
15
+ </Agent></dc:rights>
16
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
17
+ </Work>
18
+
19
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
20
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
21
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
22
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
23
+ </License>
24
+ </rdf:RDF>
25
+ -->
26
+ <svg id="svg554" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
27
+ <metadata id="metadata2991">
28
+ <rdf:RDF>
29
+ <cc:Work rdf:about="">
30
+ <dc:format>image/svg+xml</dc:format>
31
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
32
+ </cc:Work>
33
+ </rdf:RDF>
34
+ </metadata>
35
+ <g id="flag" fill-rule="evenodd" transform="matrix(.87574 0 0 1.0105 0 -5.3627)" stroke-width="1pt">
36
+ <rect id="rect558" width="194.88" y="5.3071" x="0" height="506.69"/>
37
+ <rect id="rect559" width="194.88" y="5.3071" x="194.88" height="506.69" fill="#ffd90c"/>
38
+ <rect id="rect560" width="194.88" y="5.3071" x="389.76" height="506.69" fill="#f31830"/>
39
+ </g>
40
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bf.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata2999">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd" transform="matrix(.48138 0 0 .72185 .067529 142.41)">
13
+ <rect id="rect149" transform="scale(-1)" height="708.66" width="1063" y="-511.38" x="-1063.6" fill="#de0000"/>
14
+ <rect id="rect148" transform="scale(-1)" height="354.33" width="1063" y="-512" x="-1063" fill="#35a100"/>
15
+ </g>
16
+ <polygon id="polygon136" fill-rule="evenodd" transform="matrix(1.4452 0 0 1.36 -516.33 -217.18)" points="626.44 324.23 569.1 365.81 591.04 433.16 591.04 433.16 533.77 391.48 476.5 433.15 498.45 365.81 441.12 324.21 511.95 324.28 533.78 256.9 555.61 324.28" stroke-width="1pt" fill="#fff300"/>
17
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bg.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg626" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3008">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd" transform="scale(5.6889 8.5333)" stroke-width="1pt">
13
+ <rect id="rect629" height="20" width="90" y="40" x="0" fill="#de2110"/>
14
+ <rect id="rect631" height="20" width="90" y="0" x="0" fill="#fff"/>
15
+ <rect id="rect632" height="20" width="90" y="20" x="0" fill="#319400"/>
16
+ </g>
17
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bh.svg ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3016">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs380">
13
+ <clipPath id="clipPath3054" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3056" height="708.66" width="708.66" y="-196.66" x="119.03" fill="#808080"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath3054)" transform="matrix(.72249 0 0 .72249 -86 142.09)" stroke-width="1pt">
18
+ <rect id="rect171" height="708.66" width="1063" y="-196.66" x="0" fill="#e10011"/>
19
+ <path id="path193" d="m216.66 511.66-216.66 0.34v-708.66l215.64 0.11276 139.14 44.743-138.12 43.614 138.12 44.968-138.12 43.615 138.12 44.968-138.12 43.614 138.12 44.968-138.12 43.615 138.12 44.969-138.12 43.614 138.12 44.969-138.12 43.614 138.12 44.968-138.12 43.615 138.12 44.968-138.12 43.615" fill="#fff"/>
20
+ </g>
21
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bi.svg ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3031">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs550">
13
+ <clipPath id="clipPath3072" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3074" height="175" width="175" y="337" x="60.84" fill="#808080"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" clip-path="url(#clipPath3072)" fill-rule="evenodd" transform="matrix(2.9257 0 0 2.9257 -178 -985.97)">
18
+ <path id="path551" d="m0.000019073 337 146.56 87.5-146.56 87.5z" stroke-width="1pt" fill="#00cf00"/>
19
+ <path id="path552" d="m293.12 337-146.56 87.5 146.56 87.5z" stroke-width="1pt" fill="#00cf00"/>
20
+ <path id="path556" d="m0.000019073 337 146.56 87.5 146.56-87.5z" stroke-width="1pt" fill="#f00"/>
21
+ <path id="path557" d="m0.000019073 512 146.56-87.5 146.56 87.5z" stroke-width="1pt" fill="#f00"/>
22
+ <path id="path558" d="m293.12 337h-27.31l-265.81 158.7v16.305h27.31l265.81-158.7z" stroke-width="1pt" fill="#fff"/>
23
+ <path id="path571" d="m196.84 88.136c0 27.948-22.656 50.604-50.604 50.604s-50.604-22.656-50.604-50.604 22.656-50.604 50.604-50.604 50.604 22.656 50.604 50.604z" transform="translate(.32784 336.36)" fill="#fff"/>
24
+ <path id="path566" d="m0.000019073 337v16.305l265.81 158.7h27.31v-16.305l-265.81-158.7z" stroke-width="1pt" fill="#fff"/>
25
+ <polygon id="polygon576" d="m 134.28087,105.86726 -6.57603,0.1131 -3.40832,5.62497 -3.38596,-5.63845 -6.57553,-0.13921 3.19007,-5.75156 -3.16721,-5.764175 6.57603,-0.1131 3.40832,-5.624968 3.38596,5.638455 6.57553,0.139209 -3.19007,5.751559 z" transform="translate(22.243 299.54)" stroke="#00de00" points="134.28 105.87 127.7 105.98 124.3 111.6 120.91 105.97 114.34 105.83 117.52 100.08 114.36 94.312 120.93 94.199 124.34 88.574 127.73 94.212 134.3 94.352 131.11 100.1" stroke-width="1pt" fill="#f00"/>
26
+ <polygon id="polygon577" d="m 134.28087,105.86726 -6.57603,0.1131 -3.40832,5.62497 -3.38596,-5.63845 -6.57553,-0.13921 3.19007,-5.75156 -3.16721,-5.764175 6.57603,-0.1131 3.40832,-5.624968 3.38596,5.638455 6.57553,0.139209 -3.19007,5.751559 z" transform="translate(.19924 337.7)" stroke="#00de00" points="134.28 105.87 127.7 105.98 124.3 111.6 120.91 105.97 114.34 105.83 117.52 100.08 114.36 94.312 120.93 94.199 124.34 88.574 127.73 94.212 134.3 94.352 131.11 100.1" stroke-width="1pt" fill="#f00"/>
27
+ <polygon id="polygon578" d="m 134.28087,105.86726 -6.57603,0.1131 -3.40832,5.62497 -3.38596,-5.63845 -6.57553,-0.13921 3.19007,-5.75156 -3.16721,-5.764175 6.57603,-0.1131 3.40832,-5.624968 3.38596,5.638455 6.57553,0.139209 -3.19007,5.751559 z" transform="translate(44.827 337.7)" stroke="#00de00" points="134.28 105.87 127.7 105.98 124.3 111.6 120.91 105.97 114.34 105.83 117.52 100.08 114.36 94.312 120.93 94.199 124.34 88.574 127.73 94.212 134.3 94.352 131.11 100.1" stroke-width="1pt" fill="#f00"/>
28
+ </g>
29
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bj.svg ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <!-- /Creative Commons Public Domain -->
4
+ <!--
5
+ <rdf:RDF xmlns="http://web.resource.org/cc/"
6
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
8
+ <Work rdf:about="">
9
+ <dc:title>New Zealand, Australia, United Kingdom, United States,
10
+ Bosnia and Herzegovina, Azerbaijan, Armenia, Bahamas, Belgium, Benin,
11
+ Bulgaria, Estonia, Finland, Gabon, Gambia, Germany, Greece, Greenland,
12
+ Guinea, Honduras, Israel, Jamaica, Jordan, and Romania Flags</dc:title>
13
+ <dc:rights><Agent>
14
+ <dc:title>Daniel McRae</dc:title>
15
+ </Agent></dc:rights>
16
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
17
+ </Work>
18
+
19
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
20
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
21
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
22
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
23
+ </License>
24
+ </rdf:RDF>
25
+ -->
26
+ <svg id="svg598" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
27
+ <metadata id="metadata9">
28
+ <rdf:RDF>
29
+ <cc:Work rdf:about="">
30
+ <dc:format>image/svg+xml</dc:format>
31
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
32
+ </cc:Work>
33
+ </rdf:RDF>
34
+ </metadata>
35
+ <defs id="defs600">
36
+ <clipPath id="clipPath3483" clipPathUnits="userSpaceOnUse">
37
+ <rect id="rect3485" height="666" width="666" y="-154" x="67.641" fill="#808080"/>
38
+ </clipPath>
39
+ </defs>
40
+ <g id="flag" clip-path="url(#clipPath3483)" transform="matrix(.76877 0 0 .76877 -52 118.39)">
41
+ <g id="g605" fill-rule="evenodd" stroke-width="1pt" transform="matrix(8.325,0,0,8.325,0,-154)">
42
+ <rect id="rect602" height="80" width="40" y="0" x="0" fill="#319400"/>
43
+ <rect id="rect603" height="40" width="80" y="0" x="40" fill="#ffd600"/>
44
+ <rect id="rect604" height="40" width="80" y="40" x="40" fill="#de2110"/>
45
+ </g>
46
+ </g>
47
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bl.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3176">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.48166 0 0 .72249 0 7.4219e-7)">
13
+ <rect id="rect171" height="708.66" width="1063" y="0" x="0" fill="#fff"/>
14
+ <rect id="rect403" height="708.66" width="354.33" y="0" x="0" fill="#00267f"/>
15
+ <rect id="rect135" height="708.66" width="354.33" y="0" x="708.66" fill="#f31830"/>
16
+ </g>
17
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bm.svg ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:title>Bermuda</dc:title>
8
+ <dc:description/>
9
+ <dc:subject>
10
+ <rdf:Bag>
11
+ <rdf:li/>
12
+ <rdf:li>caribbean</rdf:li>
13
+ <rdf:li>america</rdf:li>
14
+ <rdf:li>flag</rdf:li>
15
+ <rdf:li>sign</rdf:li>
16
+ </rdf:Bag>
17
+ </dc:subject>
18
+ <dc:publisher>
19
+ <cc:Agent rdf:about="http://www.openclipart.org">
20
+ <dc:title>Caleb Moore</dc:title>
21
+ </cc:Agent>
22
+ </dc:publisher>
23
+ <dc:creator>
24
+ <cc:Agent>
25
+ <dc:title>Caleb Moore</dc:title>
26
+ </cc:Agent>
27
+ </dc:creator>
28
+ <dc:rights>
29
+ <cc:Agent>
30
+ <dc:title>Caleb Moore</dc:title>
31
+ </cc:Agent>
32
+ </dc:rights>
33
+ <dc:date/>
34
+ <dc:format>image/svg+xml</dc:format>
35
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
36
+ <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
37
+ <dc:language>en</dc:language>
38
+ </cc:Work>
39
+ <cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
40
+ <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
41
+ <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
42
+ <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
43
+ </cc:License>
44
+ </rdf:RDF>
45
+ </metadata>
46
+ <g id="flag">
47
+ <rect id="rect2414" height="512" width="512" y="0" x="0" stroke-width="1pt" fill="#c00"/>
48
+ <rect id="rect124" height="256" width="512" y="9.5367e-7" x="0" stroke-width="1pt" fill="#006"/>
49
+ <g id="g584" stroke-width="1pt" transform="scale(8.5333)">
50
+ <path id="path146" fill="#fff" d="m0 0v3.3541l53.292 26.646h6.708v-3.354l-53.292-26.646h-6.708zm60 0v3.354l-53.292 26.646h-6.708v-3.354l53.292-26.646h6.708z"/>
51
+ <path id="path136" fill="#fff" d="m25 0v30h10v-30h-10zm-25 10v10h60v-10h-60z"/>
52
+ <path id="path141" fill="#c00" d="m0 12v6h60v-6h-60zm27-12v30h6v-30h-6z"/>
53
+ <path id="path150" fill="#c00" d="m0 30 20-10h4.472l-20 10h-4.472zm0-30 20 10h-4.472l-15.528-7.7639v-2.2361zm35.528 10 20-10h4.472l-20 10h-4.472zm24.472 20-20-10h4.472l15.528 7.764v2.236z"/>
54
+ </g>
55
+ <g id="g1798" transform="matrix(.16872 0 0 .13815 986.16 438.1)">
56
+ <path id="path1797" d="m-1576.8 1353.5c17.72 2.98 674.45-205.79 673.23-531.49v-1594.5h-1346.5v1594.5c-1.22 325.7 673.23 531.49 673.23 531.49z" fill-rule="evenodd" transform="translate(-2078.9 -953.42)" fill="#fff"/>
57
+ <path id="path1760" d="m-903.54 822.05c1.22 325.7-655.51 534.47-673.23 531.49 0 0-674.45-205.79-673.23-531.49 7.16-10.536 9.96-14.595 10.43-27.844 2.29-6.875 1.64-15.152 1.64-23.02v-23.021c-1.73-5.202-1.64-13.795-1.64-21.376-0.22-5.804-1.64-15.454-1.64-16.443 1.28 9.471 3.02 14.092 6.57 1.644 2.51-6.278 3.92-11.441 6.58-19.732 0.29-8.094 1.64-14.587 1.64-23.02 0-7.972 0.38-15.559 1.65-21.377 2.53-2.073 4.74-5.722 8.22-3.288-0.31 8.369-2.27 12.789-3.29 21.376v23.02 23.021c0.16 5.439 0.91 9.983 3.29 13.155 0.29-8.095 1.64-14.587 1.64-23.021 1.9-5.689 3.07-13.139 6.58-18.088 1.99-7.394 5.22-13.502 8.22-21.376 2.51-7.807 5.04-13.192 6.58-19.732 3.63-4.077 7.64-11.014 11.51-14.799 8.45-5.43 5.95 2.76 3.29 9.866v23.021c5.8 1.657 2.09-2.335 6.58-6.577 1.58-6.083 5.31-14.346 8.22-19.732 2.92-4.739 6.7-9.218 9.86-14.799 3.42-2.102 12.53-8.07 13.16-8.222-3.65 3.824-6.79 9.365-9.87 14.799-1.26 5.818-1.64 13.405-1.64 21.376 0.6 15.793 3.82 3.08 6.58-3.288 3.35-2.744 1.82-4.597 8.22-4.933 9.69-6.53 6.58 0.646 4.93 8.221-1.31 7.351-1.64 14.841-1.64 23.021 0 8.924 1.54 12.746 1.64 21.376 0 7.582-0.09 16.175 1.65 21.376 1.17 8.881 3.58 12.586 6.57 19.732 2.51 7.252 5.42 11.873 8.22 18.088 6.44 7.893 3.29 0.717 3.29-8.222v-23.02-23.021c3.02-5.157 3.89-11.445 8.22-16.443 1.65-6.019 4.65-10.675 8.23-14.799 2.45-3.909 6.16-8.807 8.22-13.155v23.021c0 8.179 0.33 15.67 1.64 23.02 2.26 7.619 3.93 12.286 4.94 19.732 4.29 2.78 5.91 6.903 9.86 9.866 1.99-7.598 3.29-14.388 3.29-23.02v-23.021c1.37-7.684 2.92-14.073 4.93-19.732 2.22-6.977 3.68 1.805 4.94 4.933 2.84 6.012 5.79 9.158 9.86 16.443 4.83 3.451 6.08 8.786 9.87 13.155 0.87 4.034 1.29 13.115 3.29 16.443 1.77-8.002 4.74-12.822 6.57-21.376 4.93-4.831 7.83-8.229 13.16-11.51 8.36-1.611 12.2-3.916 19.73-4.933 10.41 0 8.54 1.064 1.64 6.577-2.61 4.246-6.36 10.867-9.86 14.799-1.02 7.514-2.97 11.212-3.29 19.732 0.6 8.429 3.02 15.088 4.93 21.376 4.12-4.611 8.7-14.515 11.51-19.732 4.41-5.036 6.44-12.481 9.87-16.443 3.54-4.289 8.13-7 14.8-8.222 4.08-3.065 8.89-3.288 16.44-3.288 15.09 4.827 31.93 3.435 47.69 4.933 12.19 0 19.9-2.238 31.24-4.933 12.34-2.539 25.39-2.794 37.82-4.933 12.52 0 26.39-1.114 37.82 1.644h32.88c11.89 0 23.53-0.245 34.53-1.644 13.27 0 26.77 0.605 39.47-1.645 14.64 0 28.33-1.158 42.75-1.644 19.75 0 38.05-2.356 57.55-3.288 14.92-0.634 26.89-5.416 41.11-8.222 9.53-2.169 20.71-1.644 31.24-1.644 12.48 0 22.46 2.218 34.53 3.288 10.27 0 19.68 0.851 29.6 1.645h29.6 34.53 37.82c12.08 0 23.18 0.743 34.53 1.644 10.31 0 19.66 0.83 29.6 1.644h26.31c7.22 0.86 16.21 1.021 23.02 3.289 9.55 0 17.27 1.321 26.31 1.644 8.51 0.516 15.72 1.644 24.66 1.644 8.26 0.295 15.31 1.911 23.02 3.289 6.98 0.943 12.59 2.733 18.09 4.933 4.64 2.197 12.24 5.279 16.44 8.222 9.13 0 13.09-1.725 19.74-3.289 4.58-3.537 9.64-3.654 9.86-6.577-5.07 4.519-9.44 5.577-11.51 13.154-1.03 2.565-4.34 12.035 0 9.866 6.04-3.525 10.35-7.542 13.16-13.154 4.7-6.623 6.86-10.678 11.51-16.444 3.44-6.616 9.21-10.764 13.15-14.798 4.6-6.759 7.28-10.169 3.29 1.644-1.41 7.913-2.72 14.015-3.29 21.376-0.94 6.975-2.73 12.587-4.93 18.088 0 5.08-0.42 10.399 1.64 13.154 7.59-2.167 15-6.207 19.73-9.866 6.51-1.774 11.97-5.252 18.09-9.866 8.1-2.025 13.33-2.289 14.8-4.933-4.43 4.523-8.65 8.448-13.15 11.511-2.19 4.612-5.98 7.345-4.94 11.51 5.11-1.111 14.94-1.69 19.73-3.289 7.71-2.667 11.16-4.304 19.74-6.577 14.765 0.192 2.498 2.24-4.94 6.577-4.46 3.036-9.07 7.542-14.8 11.511-3.67 6.82-6.16 12.168-9.86 16.443-1.93 7.157-4.59 12.247-8.22 16.443-1.46 6.188-3.54 11.659-4.94 18.088-1.42 10.552-5.32 13.111 6.58 8.221 5.1-5.562 10.03-10.196 13.16-14.799 3.03-4.728 7.17-10.545 11.51-14.799 2.26-6.386 5.81-8.91 9.86-16.443 3.661-3.837 8.797-9.617 13.157-14.799 3.764-3.59 8.946-7.383 14.798-9.866 9.013-3.004 7.87-8.779 4.933 1.645-3.466 4.196-5.575 9.794-6.577 16.443-3.571 14.821 0.355 9.164 6.577 4.933 5.341-4.412 3.347-7.48 11.511-9.866 1.801-1.517 10.546-6.293 8.221-1.644-1.116 7.408-3.903 10.798-6.577 16.443-3.615 6.524-6.483 11.714-8.222 18.087-2.909 3.88-5.027 8.337 0 6.578 8.471-1.883 11.08-4.921 16.444-8.222 3.201-7.303 6.352-9.631 9.866-14.799-2.013 8.052-4.9 13.579-6.578 19.732-3.786 4.369-5.751 9.307-8.221 16.443-3.603 7.016-4.821 10.371-4.933 19.732-2.215 7.477-5.063 12.895-1.645 19.732 5.209-5.417 9.865-8.835 13.155-16.443 3.386-4.099 5.154-10.395 6.577-16.443 1.567-6.658 3.942-10.753 4.933-18.088 2.292-6.875 1.645-15.153 1.645-23.021v-23.02c-0.094-7.859-2.588-14.365 0-19.732 5.006 5.109 6.258 9.691 9.866 16.443 2.11 8.442 5.844 13.214 6.577 21.376 3.342 4.915 3.839 10.934 6.577 18.088 0.577 8.072 2.097 15.085 0 21.376-0.496 5.291-3.066 9.066 0 13.155 5.308-4.385 5.538-10.919 6.577 3.289 0 7.198 0.252 14.07 0.836 21.266z" fill-rule="evenodd" fill-opacity=".99608" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="#007a0f"/>
58
+ <path id="path1761" d="m-2178.7 685.68c-0.62 4.245-1.64 17.061-1.64 26.309 0 8.38 0.75 14.816 1.64 21.376 0.55 5.919 1.88 6.805 0 11.51" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
59
+ <path id="path1762" d="m-2154.1 672.52c0.63 4.245 1.65 17.062 1.65 26.309 0 8.736-1.08 14.023-1.65 21.377-0.29 8.079-1.64 12.433-1.64 21.376v6.577" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
60
+ <path id="path1763" d="m-2172.2 759.67c1.55 0 0.93 4.205 1.64 9.866 0.95 6.998 2.51 12.974 4.93 18.088 0.35 9.411 2.15 11.425 8.23 14.799 5.87 5.788 8.03 9.685 11.51 14.799 4.19 0.741 4.91 1.85 6.57 4.933" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
61
+ <path id="path1764" d="m-2229.7 809h1.64c8.48 1.413 20.16 1.238 26.31 3.289 6.33 1.469 13.95 4.538 18.09 8.221 6.65 7.382 9.26 12.74 18.08 16.444 7.4 4.315 14.86 5.888 23.03 8.221 7.59 3.202 12.6 5.624 18.08 8.222 7.81 3.994 14.04 8.476 23.02 9.866h23.02c7.7 0 12.64 0.26 16.45-3.289l-16.45 3.289c7.7 0 12.64 0.26 16.45-3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
62
+ <path id="path1765" d="m-2200.1 927.39h29.6 23.02c3.39 7.075 6.48 9.284 13.16 11.51 5.33 3.905 12.28 6.004 19.73 6.577h3.29" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
63
+ <path id="path1766" d="m-2185.3 955.35c4.47-0.919 17.27-4.287 26.31-4.933 9.62 0 14.8 2.073 19.73 6.577 5.04 3.425 7.99 6.602 14.8 9.866 7.27 2.511 14.62 3.289 23.02 3.289 0.78 2.319 0.48 1.644 3.29 1.644" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
64
+ <path id="path1767" d="m-2163.9 988.23h29.6c5.9 2.794 10.77 3.151 13.15 9.865 6.82 5.741 9.83 9.501 19.73 9.871 3.81 1.97 11.83 1.64 18.09 1.64" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
65
+ <path id="path1768" d="m-2085 1045.8h29.59c9.66 0.98 16.51 0.28 21.38 6.58 5.42 7.8 9.97 6.08 16.44 9.87 5.7 0 9.45 1.18 14.8 1.64" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
66
+ <path id="path1769" d="m-2014.3 1091.8c4.25 0.62 17.06 1.64 26.31 1.64 9.08 1.23 9.76 3.39 14.8 9.87 2.74 9.6 7.48 8.92 18.09 9.86 7.2 0 12.97-0.53 18.09-1.64" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
67
+ <path id="path1770" d="m-2149.1 762.96c0.55 0.548 1.09 1.096 1.64 1.644-3.73-3.731-1.93-2.363 1.65 6.578 0.62 8.063 2.05 12.855 4.93 19.732 3.91 5.609 7.18 10.979 9.87 16.443 2.92 6.68 6.81 11.845 11.51 16.443 0.69 2.087 1.2 2.593 3.28 3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
68
+ <path id="path1771" d="m-2114.6 769.54c0.84 0 5.23 5.086 8.22 9.866 5.7 4.074 10.23 9.203 14.8 14.799 5.13 3.386 11.11 7.55 18.09 11.51 7.98 2.764 10.74 5.003 18.08 8.222 3.87 3.348 10.82 5.812 16.45 8.222 2.42 0 1.25-0.388 3.29 1.644" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
69
+ <path id="path1772" d="m-2076.8 753.1c-1.8 0 0 4.239 0 9.866 2.75 6.088 7.01 12.119 11.51 18.088 5.21 3.442 10.49 10.505 14.8 16.443 2.65 4.223 5.7 7.31 11.51 9.866" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
70
+ <path id="path1773" d="m-2037.3 739.94c0.06 5.876 1.62 16.938 3.29 26.31 2.86 6.823 4.98 11.276 6.58 18.087 1.03 6.853 3.62 12.832 8.22 18.088 3.77 4.78 10.23 9.499 16.44 11.51 6.35 2.719 10.81 4.826 19.73 4.933 6.56-0.886 13-1.644 21.38-1.644h13.16" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
71
+ <path id="path1774" d="m-1999.5 753.1c0.14 5.279-1.4 10.768 4.93 14.799 2.13 6.659 6.84 14.364 11.51 21.376 4.17 5.286 9.96 9.137 18.09 9.866 5.77 1.339 14.5 2.639 21.38 4.933 6.24 4.06 12.78 10.903 21.37 13.155l-21.37-13.155c6.24 4.06 12.78 10.903 21.37 13.155" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
72
+ <path id="path1775" d="m-1984.7 753.1c4.35 5.551 16.15 17.799 24.67 26.309 5.88 4.862 11.94 8.736 18.08 11.511 7.52 1.163 15.81 4.454 21.38 6.577 3.59 1.537 4.61 3.012 9.86 3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
73
+ <path id="path1776" d="m-1961.7 733.36c0.55 0.548 1.1 1.096 1.65 1.645-4.68-4.672-2.25-2.142 8.22 6.577 6.14 4.954 8.58 6.281 9.86 14.799 3.02 2.854 3.99 7.924 8.22 4.933-0.52-9.732-5.03-13.119 3.29-8.222 3.03 6.332 6.75 11.464 11.51 14.799 3 3.173 6.52 4.743 13.16 4.933" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
74
+ <path id="path1777" d="m-1790.7 955.35c4.13 0.516 21.43 0.566 29.6 3.289 7.35 1.312 14.84 1.644 23.02 1.644 8.32-0.308 13.02-2.784 21.38 0 9.59 0.738 10.67 3.031 18.08 9.866 6.11 4.141 8.73 8.81 13.16 16.443 1.94 1.254 14.26 8.828 4.93 3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
75
+ <path id="path1778" d="m-1798.9 915.88c5.51 2.905 18.24 10.319 24.66 14.799 8.63 1.917 11.11 4.661 19.74 6.577 8.8-0.104 14.34-2.338 21.37-3.288 5.52-1.84 14.39-2.331 21.38 0 7.45 2.581 12.13 4.848 18.09 8.221 3.26 4.078 13.55 11.503 3.28 3.289-2.74-3.837-3.83-4.385-8.22-6.577" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
76
+ <path id="path1779" d="m-1764.4 912.6c6.03 0.172 21.04 2.167 31.24 3.288 6.88 2.293 15.55 2.755 23.02 3.289 8.66 1.546 15.09 2.11 21.38 6.577 4.43 2.981 10.56 8.747 14.8 13.155 9.3 4.031 3.64 2.989-3.29-3.289" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
77
+ <path id="path1780" d="m-1739.7 897.8c6.48 0 16.65 1.448 26.31 3.288 3.82 4.619 9.98 5.905 18.09 8.222 5.73 1.4 9.92 4.725 16.44 8.222" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
78
+ <path id="path1781" d="m-1616.4 1021.1l1.64-1.64c-3.62 3.62-2.4 1.79 6.58 0 9.97-2.69 19.28-3.77 29.6-1.65 8.04 0 15.89 0.14 23.02-1.64 3.3-2.48 7.45-1.31 9.86-4.94 4.74-0.83 4.58-4.61 4.94 0" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
79
+ <path id="path1782" d="m-1611.4 1047.4c8.69-0.44 26.41-1.55 36.18-8.22 6.37-1.94 12.67-5.53 19.73-6.58 8.38 0 15.17-1.08 23.02-1.64 9.47-0.51 17.94-1.65 27.95-1.65h24.67c8.29 0 15.43 0.74 23.02 1.65 6.47 1.13 14.19 4.91 18.09 8.22 5.84 1.27 12.44 1.88 18.08 0" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
80
+ <path id="path1783" d="m-1442.1 1193.8c0.55-0.54 1.09-1.09 1.64-1.64-3.38 3.38-2.34 1.99 4.93-1.64 9.8 0 18.97-0.48 27.96-1.65 8.59 0.28 17.5 1.19 23.02 4.93 7.66 2.47 15.09 3.36 21.37 6.58 8.01 2.96 13.02 4.97 21.38 6.58 4.48 2.24 15.13 1.73 21.38 3.29 8.04 0 15.89 0.13 23.02-1.65 8.55-1.83 13.37-4.8 21.37-6.57 5.35-5.16 12-8.15 19.74-9.87 3.18-3.85 7.65-8.33 11.51-11.51l-11.51 11.51c3.18-3.85 7.65-8.33 11.51-11.51" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
81
+ <path id="path1784" d="m-1220.1 787.63c6.1-0.419 18.58-2.761 26.31-6.577 6.46-1.821 14.22-5.025 18.09-8.222 6.51-1.777 10.7-4.02 18.09-6.577 6.89-4.925 14.68-9.035 18.08-13.155 9.14-4.185 11.31-6.836 14.8-14.799 1.86-2.481 0.95-4.152 3.29-4.933" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
82
+ <path id="path1785" d="m-1083.6 733.36c-0.84 0-5.23 5.086-8.22 9.866-5.65 5.273-11.05 12.922-14.8 19.732-4.39 2.986-8.99 7.951-14.8 11.51-7.43 6.356-13 10.315-21.38 14.799-6.2 4.134-11.79 6.457-19.73 8.222-7.7 2.667-11.15 4.304-19.73 6.577" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
83
+ <path id="path1786" d="m-1049.1 738.3c-0.55 0.548-1.1 1.096-1.64 1.644 4.12-4.126 2.12-2.248-4.94 6.578-5.63 5.145-11.9 12.179-14.8 16.443-4.66 3.108-12.7 11.297-18.08 14.799-7.3 6.078-14.09 8.026-19.73 13.155-8.1 3.121-13.17 6.542-21.38 9.866-4.69 2.222-11.82 3.87-16.44 6.577h-4.94" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
84
+ <path id="path1787" d="m-1059 797.49c-0.54 0.548-1.09 1.096-1.64 1.644 3.9-3.904 2.04-2.309-3.29 6.577-5.89 4.086-8.52 7.957-14.8 11.511 0 2.192 0.55 1.644-1.64 1.644" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
85
+ <path id="path1788" d="m-988.24 769.54c0 0.482-3.036 4.807-4.933 9.866-4.54 4.633-6.777 11.236-11.508 16.444-3.62 7.555-6.47 9.195-13.16 16.443-4.38 2.814-11.43 7.306-14.8 11.51-6.74 2.956-11 6.373-18.08 8.222" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
86
+ <path id="path1789" d="m-1044.2 845.18c6.05-2.192 16.37-7.738 23.02-11.51 5.59-3.013 12.12-7.204 16.45-9.866 2.19-6.174 7.129-9.368 14.797-13.155 3.301-4.854 8.089-7.802 13.154-13.154 5.008-2.754 6.664-6.426 9.866-9.866" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
87
+ <path id="path1790" d="m-1047.4 853.4c6.91-0.059 19.93-0.149 27.95-4.933 8.64-2.708 11.64-6.043 19.731-8.222 4.512-3.159 11.571-6.276 16.443-9.866l-16.443 9.866c4.512-3.159 11.571-6.276 16.443-9.866" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
88
+ <path id="path1791" d="m-919.18 812.29c-3.606 5.99-11.343 19.205-19.732 24.665-3.205 3.879-11.489 7.529-16.444 11.51-5.166 2.447-12.761 5.717-19.732 9.866-7.788 1.669-13.168 3.716-19.731 6.577" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
89
+ <path id="path1792" d="m-1050.7 897.8c5.66-2.389 16.06-8.195 24.66-11.511 4.1-2.047 8.2-1.644 13.16-1.644" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
90
+ <path id="path1793" d="m-1012.9 907.66c0.57 0 4.97-4.13 9.86-6.578 6.454-4.053 13.696-8.155 19.734-11.51 6.845-1.786 14.331-6.823 23.02-8.222 4.438 2.219 14.728 2.814 21.377 3.289h9.866" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
91
+ <path id="path1794" d="m-991.53 920.82c7.102-0.182 17.88-0.319 24.665-4.933 5.422-0.929 10.272-2.506 13.155-4.933" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
92
+ <path id="path1795" d="m-1108.3 998.1c1.36 0.072 9.17 1.584 13.15 3.291 5.72 2.86 8.51 6.15 14.8 9.86 5.45 4.78 12.54 6.27 21.37 6.58h23.03c9.67-0.55 14.08-2.96 23.02-3.29 7.71 0 13.062-1.08 18.084-3.29" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
93
+ <path id="path1796" d="m-1126.4 1017.8c6.77 0.18 10.95 1.22 18.09 4.93 8.07 7.02 13.64 11.21 23.02 13.16 7.35 0.56 12.64 1.64 21.37 1.64 8.05 0 15.9-0.13 23.02 1.65 6.36 0.18 8.03 1.64 14.8 1.64" transform="translate(-2078.9 -953.42)" stroke="#002b00" stroke-width="11.125" fill="none"/>
94
+ <g id="g1693" transform="translate(-4255.5 -962.73)">
95
+ <path id="path876" d="m74.995 82.955c-1.044 0-2.2898 0.0795-2.9067-0.2906-1.1795-0.216-1.9897-0.6952-2.6161-1.4534-1.0782-0.7478-1.4231-1.4412-2.3254-2.3254-0.2902-1.064-0.8215-1.887-1.4534-2.6161 0.0198-1.6461 0.3092-2.2353 0.872-3.1975 1.3743-0.4757 1.9177-0.8599 3.4881-1.1627 0.7562-0.5141 1.9578-1.0248 2.9068-1.4534-0.436-0.7378-0.8948-1.1826 0-2.0347 0.7358-0.7016 1.5742-1.2554 2.9068-1.4534 1.4797 0.1345 1.8216 0.6959 2.6161 1.4534 1.4223 0 2.8095-0.0243 4.0694 0.2907 1.1716 0.3195 1.9089 0.7216 3.1975 1.4534 1.1806 0.3935 1.7265 0.784 2.3254 2.0347 0.9351 0.9091 0.316 1.5134 0.2907 2.9068-0.162 1.9201-0.7909 1.79-1.7441 2.6161 1.3159 0.6736 2.3169 0.8178 3.7788 0.872h4.0695 4.0695c1.3645-0.3722 1.5475-0.8172 2.0345-2.0347 0.368-0.9191 0.881-2.1164 1.163-3.1975 0.644-0.7437 0.98-1.6941 1.744-2.3254 0.524-1.095 1.197-1.946 2.035-2.6161 0.818-1.1858 1.522-1.7054 2.616-2.3254 0.903-1.0584 1.703-1.4032 0-1.4534-1.389 0.2439-1.977 0.9201-3.488 1.1627-0.292-0.7303-0.235-1.6686 0.29-2.3254 0.383-1.4451 1.13-2.2463 1.454-3.4882 0.678-0.7826 0.905-1.8443 1.453-3.1974-0.097-1.267-0.339-2.3743-0.581-3.4881-0.406-1.0138-0.582-1.9066-0.582-3.4881 0.292-1.2376 0.568-1.9835 1.454-2.6161 0.537-0.9661 1.133-1.4637 2.325-2.0348 0.583-0.8165 1.396-1.2793 2.326-1.7441 0.653-0.7904 1.42-1.2405 2.034-2.3253 0.362-1.0203 0.71-1.9968 0.872-3.1975 0.407-0.8129 0.538-2.5405 0.582-3.7788-0.019-1.5433-0.195-2.3781-0.872-3.1974-0.361-0.903-0.642-2.141-1.163-2.9068 0-1.5815 0.176-2.4743 0.581-3.4881 0.31-1.5488 0.291-1.9473 0.291-1.1627v-0.2907c1.662 0.9784 2.116 1.3811 4.07 1.4534 0.815 0 1.34-0.0824 2.034-0.2907 1.652 0.1785 2.271 0.1844 2.326-1.7441 0.258-1.0351 0.49 0.3546 0.581 0.8721 0.643 1.286 0.694 0.4684 1.453-0.2907 0.477-1.4285 1.011-0.6004 2.035-0.2907 0.116-0.3486 0.493-0.4933 0.872-0.872 0.218 1.0901 0.539 1.9987 1.454 2.3254 1.467-0.2686 1.544-0.8517 1.744-2.3254 1.039-0.215 1.121-0.5439 1.162 0.872 0.767 0.1585 1.378 0.4926 2.035 0 0.258-0.6456 0.555-1.2068 0.872-1.744 0.378 1.7023 0.513 1.9675 2.326 2.0347 0.586-0.5544 0.837-0.8715 0.872-2.0347 0.658 0.7969 1.49 1.3262 2.906 1.4533 1.171 0.1098 1.016 0.5428 2.326 0.5814 0.332 0.7024 0.483 1.9553 1.162 2.6161 1 0.6424 2.352 0.8685 2.907 0.5814 0-0.8088-0.109-1.6346 0.291-2.0348 1.138-0.3794 2.128-0.0887 3.197 0.2907 1.474 0.402 1.454 0.7521 1.454 2.6161-0.101 1.4043-0.272 2.7618-0.872 3.4881-0.236 1.0858-0.265 2.5925-0.872 3.7788-0.502 1.6242 0.431 1.7131 0.581 3.4881 0.234 0.9819-0.273 2.281-0.291 3.7788 0.02 1.6126-0.006 2.4112 1.163 2.9068 0.671 0.9887 1.494 1.477 2.325 2.3254 0.986 1.1285 1.43 1.6323 2.035 2.6161 1.053 1.2058 1.206 1.7172 2.035 2.9067 0.485 0.9697 0.936 1.6729 1.453 2.9068 0.35 1.048 0.235 2.4108 0 3.4881-0.931 0.7342-1.396 1.5923-1.453 3.1975-0.41 0.8201-0.499 2.4157-0.581 3.4881 0.284 1.2088 0.875 2.0061 1.453 2.9068 0.606 0.7573 1.603 1.5433 2.325 2.0347 0.636 0.7333 1.079 1.6279 1.744 2.3254 0.383 1.2586 0.852 1.8234 0.872 3.4882 0.243 1.1137 0.484 2.221 0.582 3.4881 0.676 0.6388 0.594 0.872 2.035 0.872 0.894 0.5232 1.992 0.5814 3.488 0.5814 1.3 0.1 2.234 0.2906 3.778 0.2906 1.184 0 2.42-0.0062 3.198-0.2906 0.607-0.9522 0.951-2.5798 1.453-3.4881 0.098-1.267 0.34-2.3744 0.582-3.4882 0.685-0.7185 1.191-1.4616 2.034-2.0347 1.202-0.617 1.964-0.8156 3.489-0.872 1.408 0.399 2.375 0.7773 3.197-0.2907 1.128-0.3078 1.833-0.5814 3.488-0.5814 1.722-0.4304 2.179-0.1983 2.907 0.8721 0.238 1.0938 0.47 2.3493 0.872 3.1974 0.661 0.4494 1.693 1.1808 2.325 1.7441 0.408 0.8605 0.582 1.4738 0.582 2.9068 0.523 0.8729 0.122 1.8907 0 2.9067-0.684 0.7169-1.21 1.517-2.035 2.3254-0.354 0.4321-0.776 0.7525-1.453 0.8721l0.581 0.5813-10.17 10.172-106.09-0.872-4.945-12.208z" fill-rule="evenodd" fill-opacity=".99608" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="#d40f0f"/>
96
+ <path id="path877" d="m129.93 29.47c0.096 0.0969 0.193 0.1937 0.29 0.2906-0.73-0.73-0.373-0.3936 0.872 1.1628v4.0695c0 1.6547 0.274 2.3596 0.582 3.4881 0.397 0.3253 0.474 0.8374 0.872 1.1627" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
97
+ <path id="path878" d="m138.65 29.761v0.2907c0-0.8558 0.05-0.3737-0.872 1.1627-0.586 1.3446-0.581 2.1522-0.291 3.4882 0.307 0.9196 0.291 2.4385 0.291 3.7788-0.155 0.4652-0.136 0.1161-0.291 0.5813" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
98
+ <path id="path879" d="m144.76 37.318h-0.291c0.856 0 0.374-0.0496-1.162 0.8721-1.293 0.8124-1.789 1.2411-3.198 1.4534-0.947 0.9283-1.503 1.1423-3.197 1.1627-0.137 0.4099-0.085 0.2907-0.582 0.2907" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
99
+ <path id="path880" d="m137.78 42.551v0.2907c0.383-0.1439 1.727-0.5149 2.325-0.5814 0.728-0.6016 1.907-0.8382 2.616-1.4534 1.116-0.1439 0.758-0.5438 2.035-0.5814l-2.035 0.5814c1.116-0.1439 0.758-0.5438 2.035-0.5814" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
100
+ <path id="path881" d="m142.14 43.713c0.496 0 2.54 0.0847 3.488 0.2907h1.453" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
101
+ <path id="path882" d="m108.42 50.399h0.291c-0.785 0-0.382 0.0182 1.163-0.2907 1.301-0.1001 2.38-0.3316 3.779-0.5814 1.553-0.3885 2.17-0.3921 3.197-1.4534 1.164-0.7763 1.548-1.4547 1.744-2.9068 0.202-0.9283 0.326-2.0299 0.872-2.616" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
102
+ <path id="path883" d="m121.21 46.33v0.2907 1.1627c0 1.4955 0.058 2.5936 0.582 3.4881 0.597 1.2485 0.973 1.7946 2.034 2.3255 0.963 0.3849 1.945 0.7777 2.907 1.1627h0.872" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
103
+ <path id="path884" d="m128.48 53.306h0.291 1.163c2.154 0 4.021 0.2317 6.104 0.2907h4.069c1.431-0.0512 2.579-0.2907 4.07-0.2907h2.906" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
104
+ <path id="path885" d="m121.79 43.423h0.29 1.163c1.203-0.401 2.817-0.3575 4.069-0.5812 0.517 0.2783 0.875 0.6237 1.454 0.8719" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
105
+ <path id="path886" d="m122.96 39.353h0.291c-0.784 0-0.387-0.0194 1.163 0.2907 0.718 0.6222 1.426 0.9835 2.616 1.1627" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
106
+ <path id="path887" d="m123.83 36.446h0.291c-0.784 0-0.387-0.0194 1.163 0.2907 0.748 0.7635 1.947 1.4771 2.616 2.3254 0.636 0.3761 1.017 0.8296 1.744 1.1627" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
107
+ <path id="path888" d="m115.69 53.887v0.2907c0-0.8556-0.049-0.3737 0.872 1.1627 0.097 1.3553 0.211 2.9173 0.872 3.7788 0.192 1.414 0.234 1.7996-0.29 2.9068-0.452 1.0163-1.033 2.319-1.744 2.9068-0.581 0.8535-1.443 1.206-2.035 2.0347-0.758 0.5305-1.529 1.5823-2.035 2.3254-1.113 1.2406-1.359 1.9594-2.325 2.6161-0.374 1.1208-0.909 1.664-1.454 2.9068-0.872 1.0285-1.513 2.0237-2.034 3.1975-0.408 0.951-0.465 2.5563-0.872 3.7787v0.8721" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
108
+ <path id="path889" d="m112.49 80.048v-0.2906-1.1627c0-1.4661 0.131-2.7281 0.291-4.0695 0.445-1.0387 0.877-2.2025 1.162-3.4881 0.598-0.8793 0.852-1.7804 1.454-2.9068 0.31-1.1364 0.889-2.0175 1.744-2.6161 0.364-1.0919 0.827-1.7343 1.453-2.9067 0.457-0.9308 1.373-2.0699 1.744-3.4882 0.444-0.5273 0.606-1.393 0.872-2.3254" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
109
+ <path id="path890" d="m123.83 58.247v0.2906c0-0.8123 0.036-0.3805-0.581 1.1628-0.447 1.2458-1.14 2.2858-1.453 3.4881-0.605 1.3014-1.014 2.7017-1.454 4.0695-0.232 1.2993-0.29 2.6235-0.29 4.0695v4.0694c0 1.4873-0.274 2.603-0.291 4.0696-0.371 0.7414-0.51 1.5245-0.291 1.744" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
110
+ <path id="path891" d="m127.03 59.41c-0.275 0-0.166 0.7432-0.291 1.7441-0.105 1.3707-0.291 2.4173-0.291 4.0694-0.295 1.3789-0.704 2.5414-0.872 3.7788-0.409 1.3821-0.813 2.1414-0.872 3.7788 0.595 0.8749 1.348 1.5016 1.744 2.9068 0.47 0.9567 1.018 1.9385 1.454 3.1975 0 1.5776 0.272 2.2533 0.29 3.7788 0 0.7171-0.056 1.166 0.291 1.744" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
111
+ <path id="path892" d="m132.84 61.445v0.2907c0-0.8124 0.036-0.3805-0.581 1.1627-0.92 1.2459-1.503 2.334-2.035 3.1975-0.442 1.376-0.943 2.6887-0.581 4.0695 0.095 1.3318 0.345 2.9114 0.872 3.7787 0.053 1.4283 0.291 2.1979 0.291 3.7789 0.1 1.2999 0.29 2.2345 0.29 3.7787 0 1.1834-0.006 2.42-0.29 3.1975-0.547 0.2342-0.407 0.4974-1.163 0.5814" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
112
+ <path id="path893" d="m129.06 54.468c-0.366 0 0.169 0.7776 0.29 1.7441 0.402 0.6695 0.291 2.0896 0.291 3.1974" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
113
+ <path id="path894" d="m134.29 55.34h0.29c-0.911 0-0.366-0.0603 1.163 1.1628 0.217 0.9987 0.436 2.1212 0.581 3.1974" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
114
+ <path id="path895" d="m140.4 54.468v0.2907 1.1627c0.299 1.3942 0.581 2.4822 0.581 4.0694l-0.581-4.0694c0.299 1.3942 0.581 2.4822 0.581 4.0694" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
115
+ <path id="path896" d="m143.88 54.759h0.291c-0.856 0-0.374-0.0497 1.162 0.872v0.8721" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
116
+ <path id="path897" d="m142.14 61.735h-0.291c0.911 0 0.352-0.0759-0.872 1.4534-0.459 0.9185-1.003 1.6661-1.453 2.6161-0.533 0.9866-0.737 1.4874-0.872 2.6161" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
117
+ <path id="path898" d="m137.2 62.317c-0.168 0-0.508 0.9079-1.162 1.4534-0.259 1.1899-0.563 1.9558-0.582 3.4881 0 1.8849 0.351 2.2033 1.163 3.4881 0.682 0.7872 1.055 1.5065 1.163 2.9068v4.0695 4.0694c-0.201 1.3352-0.573 1.9872-1.454 2.6161-1.115 0.7264-1.256 0.1844-2.034-0.872-0.272-0.8971-0.653-1.3159-0.872-2.3254" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
118
+ <path id="path899" d="m144.76 61.735v0.2907c0-0.7848 0.019-0.3854-0.291 1.1627-0.529 1.3091-1.299 2.5824-1.744 3.4881-0.405 1.0138-0.581 1.9067-0.581 3.4882 0.244 1.364 0.529 2.6104 0.581 4.0694 0 1.5952-0.395 2.5304-0.581 3.7789-0.57 1.0813-1.069 2.4401-1.744 3.1974-0.155 0.465-0.136 0.1162-0.291 0.5813" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
119
+ <path id="path900" d="m148.24 58.538v0.2907c0-0.8126 0.036-0.3805-0.581 1.1627-0.103 1.4462-0.419 2.5734-0.582 3.7789-0.384 0.8974-1.056 2.5954-1.453 3.4881-0.601 0.9773-0.872 1.447-0.872 3.1974 0.601 1.03 1.523 1.9438 2.616 2.3254 0.447 0.9438 0.641 2.0004 1.163 3.1975 0.102 1.4326 0.415 2.6691 0.581 4.0694v1.1628" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
120
+ <path id="path901" d="m151.44 60.863l-0.291 0.2907c0.64-0.6401 0.317-0.4247 0 1.1627 0 1.4825-0.192 2.6825-0.291 4.0694-0.518 1.0375-0.995 2.2467-1.162 3.4882 0.252 1.3813 0.907 1.6865 2.034 2.3254 0.676 0.6446 1.656 1.1997 2.616 1.744 1.086 0.6331 1.831 1.3509 2.617 2.3255 0.866 1.0739 1.409 1.3101 2.034 2.6161 0.167 1.2347 0.555 2.4024 0.291 3.4881 0 0.3878 0.097 0.2907-0.291 0.2907" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
121
+ <path id="path902" d="m153.48 54.178h0.291c-0.911 0-0.35-0.0742 0.872 1.4534 0.315 1.2599 0.291 2.6472 0.291 4.0695 0.556 0.8181 0.773 1.9069 0.872 3.1974 0.306 0.9196 0.29 2.4386 0.29 3.7788-0.097 1.1337-0.459 1.8347 0 2.9068 1.263 0.7639 2.139 1.6084 2.907 2.3254 1.069 0.5343 1.492 1.0015 2.326 2.0347 0.529 0.9338 1.14 1.92 1.744 2.6162 0.232 1.2993 0.29 2.6235 0.29 4.0694 0 1.7069 0.053 2.545-0.872 3.4882-0.44 0-0.927 0.0783-0.29 0.2906" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
122
+ <path id="path903" d="m149.41 42.26v0.2907 1.1626c0.205 1.3806 0.858 2.2958 1.744 3.1975 0.543 0.7988 1.236 1.4916 2.035 2.0348 1.122 0.3811 1.53 0.5813 2.906 0.5813" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
123
+ <path id="path904" d="m152.9 50.98h0.291c-0.785 0-0.388-0.0193 1.162 0.2907 0.983 0.4916 1.475 1.1653 2.326 1.7441 0.246 0.9035 0.598 2.3654 1.163 3.1975 0.207 1.1615 0.38 2.2511 0.872 2.9067" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
124
+ <path id="path905" d="m127.9 44.295v0.2907 1.1627c0.835 0.7242 1.55 0.872 3.197 0.872 1.3 0.1 2.235 0.2907 3.779 0.2907h4.07c1.553 0 1.869 0.0232 2.325-1.4534 0.596-0.8093-0.194-1.0887-0.581-1.7441l0.581 1.7441c0.596-0.8093-0.194-1.0887-0.581-1.7441" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
125
+ <path id="path906" d="m166.56 84.699h0.291c-0.912 0-0.367-0.0603 1.162 1.1627 0.18 0.8696 0.548 1.3271 0.872 2.0347" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
126
+ <path id="path994" d="m83.424 73.072h-0.2907c0.8557 0 0.3734-0.0497-1.1627 0.872-0.8552 0.5986-1.4342 1.4798-1.7441 2.6162-1.0144 0.6762-0.4414 1.1251 0.872 1.1627 1.7394-0.021 2.1943-0.1947 3.1975-1.1627 0.7046-0.5285 1.1501-1.3776 0.5813-2.3255l-0.581 2.325c0.7046-0.5285 1.1501-1.3776-0.872-3.4882z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/>
127
+ <path id="path907" d="m171.21 85.571v0.2906c0-0.7845-0.019-0.3859 0.29 1.1627 0.155 0.36 0.263 0.6595 0.582 0.872" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
128
+ <path id="path908" d="m174.12 85.28v0.2907 1.1627c0.509 0.6898 0.963 1.5077 1.454 2.0347" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
129
+ <path id="path909" d="m177.02 86.152v0.2907c0-0.8556-0.05-0.3739 0.872 1.1626 0.123 0.3689 0.213 0.4584 0.582 0.5814" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
130
+ <path id="path910" d="m86.912 84.99v0.2907 1.1627c-0.2167 1.0832-0.8977 1.8281-1.4534 2.3254l1.4534-2.3254c-0.2167 1.0832-0.8977 1.8281-1.4534 2.3254" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
131
+ <path id="path911" d="m90.11 85.862v0.2907 1.1627c-0.4179 0.597-0.6574 0.9462-1.1627 1.1627" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
132
+ <path id="path912" d="m92.726 85.28v0.2907 1.1627c-0.0713 0.7128-0.3885 1.1011-0.5813 1.744" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
133
+ <path id="path913" d="m96.505 84.699h0.2907c-0.0774 0.1934 0 1.2975 0 2.0348-0.3143 0.5835-0.7759 0.6899-1.1627 1.1626" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
134
+ <path id="path914" d="m116.56 25.982h-0.29c0.101 0.2714 0.407 1.6278 0.581 2.0347 0.804 0.5745 1.226 1.4832 1.744 2.3254 0.724-0.8356 0.872-1.5498 0.872-3.1974-0.386-1.1166-1.559-1.0043-2.907-1.1627z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" fill="#2b2b2b"/>
135
+ <path id="path915" d="m150.57 27.145c-0.085 0-0.85 0.5366-1.744 0.872-0.216 1.5944-0.12 1.7672 0.581 2.9068 1.388-0.1069 1.419-0.4193 1.744-1.7441 0.642-0.8565 0.191-0.6616-0.581-2.0347z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" fill="#2b2b2b"/>
136
+ <path id="path916" d="m144.18 31.505h-0.291-0.872c-1.55-0.2768-2.404-0.3673-3.488 0.5814-0.334 1.2472-0.515 2.2568 0.291 2.9068 0.989 0.2419 1.575 0.6459 2.616 0.872 0.561-0.9116 1.018-1.5745 1.744-2.6161 0.671-0.2238 0.192-0.7208 0-1.7441v1.7441c0.671-0.2238 0.192-0.7208 0-1.7441" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
137
+ <path id="path917" d="m129.35 31.505c-0.097-0.0969-0.194-0.1938-0.29-0.2907 0.659 0.6594 0.419 0.3421-1.163-0.2906-1.34 0-2.859-0.0159-3.779 0.2906-0.365 0.7302 0.441 1.2773 1.163 1.7441 0.799 0.5432 1.491 1.236 2.034 2.0348 0.808 0.5936 0.984 1.4263 2.035 1.744 0.47-0.9918 0.877-1.7119 1.163-3.1974-0.183-0.5477-0.664-1.1482-1.163-2.0348z" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
138
+ <path id="path951" d="m78.192 71.618c-0.336 0-2.424-0.0187-3.1975 0.2906-0.8025 1.2483-0.6344 1.9359 0.2907 2.6161 0.2427 1.6108 0.778 1.6785 2.6161 1.7441 0.7719 0.5789 1.5061 0.3705 1.7441-0.5814 0.4973-0.8288 0.2569-1.7372-0.2907-2.3254 0-0.9111 0.0605-0.215-1.1627-1.744z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/>
139
+ <path id="path952" d="m72.088 77.141h-0.2907c0.8125 0 0.3265-0.0895-0.2907 1.4534 0 0.8981-0.0745 1.8385 0.2907 2.3254 1.044 0 2.2898 0.0795 2.9068-0.2907 0.4795-1.2787 0.5529-2.2379-0.5814-2.616-0.3844-0.5766-0.989-0.5685-2.0347-0.8721z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/>
140
+ <path id="path953" d="m83.134 80.629h-0.2907-1.1627c-0.6136 0.5299-1.3657 1.1699-1.7441 2.0348 1.2169 0.3318 1.5751 0.9937 2.3255 1.744 1.896-0.0228 2.1633-0.1129 2.3254-2.0347 0-1.1355 0.0424-0.4476-1.4534-1.7441z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/>
141
+ <path id="path954" d="m182.25 82.083h-0.29-1.163c-1.363 0.4409-1.622 0.9112-1.744 2.6161 0.853 0.5153 1.938 1.1144 3.197 1.4534 0.91 0.5322 2.122 0.7463 3.489 0.2907 0.566-0.9203 1.031-1.1697 1.162-2.6161-0.996-0.3033-2.545-0.9005-3.197-1.4534l3.197 1.4534c-0.996-0.3033-2.545-0.9005-4.651-1.7441z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/>
142
+ <path id="path955" d="m185.16 75.107h-0.291c0.912 0 0.352-0.076-0.872 1.4534-0.308 1.4199-0.059 1.9562 0.582 3.1974 1.287 0.6343 1.416 1.6088 2.616 2.0347 0.558 0.5583 0.291-0.7515 0.291-1.4534 0.247-1.5386 0.753-1.9498 0.872-3.4881-0.267-1.0887-0.616-1.6838-1.744-2.0347l1.744 2.0347c-0.267-1.0887-0.616-1.6838-3.198-1.744z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/>
143
+ <path id="path956" d="m191.85 75.979h-0.291c0.911 0 0.351-0.0758-0.872 1.4534-0.562 0.9263-0.581 2.3284-0.581 3.7788 0.48 1.2957 1.187 0.4955 1.744-0.2907 0.985-0.6703 1.391-0.9404 1.453-2.6161 0-1.3725 0.016-0.7579-1.453-2.3254z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/>
144
+ <path id="path957" d="m195.92 80.048h-0.29c0.784 0 0.387-0.0193-1.163 0.2907-0.965 1.1057-1.697 1.675-2.035 3.1975 1.363 0.2962 2.249 0.0918 3.779-0.2907 0.624-1.3625 0.692-1.0972-0.291-3.1975z" fill-rule="evenodd" transform="matrix(7.6403 0 0 8.9872 -395.54 -872.9)" stroke="#000" stroke-width="1pt"/>
145
+ <path id="path997" d="m127.74 32.473h-0.103-0.411c-0.202 0.2699-0.089 0.5578 0.103 0.8222 0.106 0.3527 0.062 0.4882 0.411 0.6166 0.249 0.2973 0.591 0.448 1.028 0.5138 0.709-0.0645 0.437-0.2459 0.308-0.7194-0.239-0.2758-0.232-0.5654-0.617-0.7193-0.111-0.1675-0.434-0.321-0.719-0.5139z" fill-rule="evenodd" transform="matrix(10.1 0 0 11.729 -711.28 -965.51)" stroke-width="1pt"/>
146
+ <path id="path998" d="m141.51 32.679c-0.081 0.0171-0.525 0.2038-0.719 0.3083-0.33 0.392-0.451 0.5184-0.309 0.9249 0.341 0.1364 0.726 0.2478 1.234 0.3083 0.503-0.0969 0.486-0.3399 0.514-0.8222-0.109-0.2544-0.365-0.4103-0.72-0.7193z" fill-rule="evenodd" transform="matrix(10.81 0 0 14.39 -842.28 -1054.2)" stroke-width="1pt"/>
147
+ <path id="path1371" d="m38.66-669.61v0.29 1.163c0.3308 1.406 0.3675 1.883 2.0347 2.035h4.0695 4.0695 4.0695c1.2785-0.12 1.1627-0.407 1.1627-1.744 0.1913-0.298-0.1467-1.228-0.5814-1.744-1.1495 0.408-1.4334 1.465-2.9068 1.744-1.6749 0-2.4619 0.018-3.1974-0.872-0.8359-0.541-0.9197-1.612-1.7441-0.582-0.9386 0.567-1.8147 0.872-3.4881 0.872-1.7759 0-1.8023-0.196-3.4881-1.162z" fill-rule="evenodd" transform="matrix(8.4681 0 0 10.301 240.03 6456.7)" stroke-width="1pt"/>
148
+ <path id="path1372" d="m42.73-676.01h0.2907c-0.9108 0-0.3681-0.062 1.1627 1.163 0.1229 0.696 0.2907 0.847 0.2907 1.744" transform="matrix(8.4681 0 0 10.301 238.56 6449.1)" stroke="#2b2b2b" stroke-width="1.1095" fill="none"/>
149
+ <path id="path1373" d="m42.439-673.68h-0.2907c0.0841 0.21 0.1473 1.314 0.2907 1.744 1.4528 0 0.7726-0.244 0-1.744z" fill-rule="evenodd" transform="matrix(21.986 0 0 13.678 -336.34 8719.8)" stroke-width="1.1095"/>
150
+ <path id="path1375" d="m49.415-673.97h-0.2906c0.8125 0 0.3801-0.036-1.1628 0.581-0.5569 0.786-1.3769 1.166-0.2906 2.035 1.2062 0.068 1.8146 0.29 3.1974 0.29v-2.034 2.034c0-0.678 0-1.356-1.4534-2.906z" fill-rule="evenodd" transform="matrix(5.3102 0 0 7.9857 382.26 4894.3)" stroke-width="1.5914"/>
151
+ <path id="path1376" d="m48.834-675.72h-0.2907c0.7844 0 0.3874-0.02-1.1627 0.29-0.3037 0.514-0.7368 1.051-1.1627 1.454" transform="matrix(8.4681 0 0 10.301 237.82 6449.1)" stroke="#2b2b2b" stroke-width="1.1095" fill="none"/>
152
+ </g>
153
+ <g id="g1626" stroke="#2b2b2b" stroke-width="1pt" transform="translate(-4255.5 -962.73)">
154
+ <path id="path918" d="m81.971 123.07c-0.6383 0-3.0226 0.044-4.3602-0.29-1.6347 0.06-1.956 0.533-3.1974 0.872-1.4283-0.053-2.1979-0.291-3.7788-0.291-1.1364-0.613-1.9319-1.105-3.4881-1.163-1.1597-0.156-2.2974-0.29-3.7788-0.29-1.6946 0.02-2.3073 0.525-3.4882 1.162-0.5413 0.796-1.2353 1.542-2.0347 2.326-0.6396 0.94-1.1996 1.342-2.3254 2.325-0.6169 0.907-1.2597 1.361-1.7441 2.907 0 1.34-0.0158 2.859 0.2907 3.779 0.1905 1.409 0.5356 2.117 0.5814 3.778 0 1.527-0.1013 2.769-0.5814 4.07-0.3207 1.443-0.8731 2.345-1.4534 3.779-0.3049 0.915-0.4908 2.511-0.5813 3.779 0.2133 1.214 0.7992 2.39 1.1627 3.778 0.3514 1.406 0.6363 2.617 1.1627 3.488 0.3387 1.121 0.8429 1.017 0.872 2.616 0 1.578 0.2723 2.254 0.2907 3.779 0.434 0.868 0.6407 2.289 0.872 3.488 0.6913 0.84 0.8647 1.729 2.0348 2.326 0.2498-1.399 0.4812-2.477 0.5813-3.779 0.1679-0.94 0.2197-2.595 0.5814-3.197 0.3173 1.163 0.8453 1.743 1.1627 2.906 0.5559 0.673 1.0347 1.98 1.4533 2.907 0.597 0.163 0.5814-0.055 0.5814-1.163 0.3422-1.026 0.5343-2.213 0.872-3.488v-1.162c0.7189 0.828 1.2109 1.966 1.7441 2.906 0.5462 0.804 1.1071 1.63 2.0347 2.326 1.3979 0.329 1.1627 0.002 1.1627-1.454v-4.069c0.0606 1.635 0.5335 1.956 0.8721 3.197 0.682 0.682 1.0047 1.269 2.3254 1.454 0.5743-0.933 1.1736-1.425 1.744-2.616 0-1.603 0.1256-2.526 0.5814-3.488 0.8656-1.074 1.2522-1.46 2.3254-2.326 1.1324-1.01 2.2106-2.012 3.4881-2.616 0.7152-1.031 1.5618-1.705 2.6161-2.616 1.1817-1.095 2.1776-2.384 2.9068-3.779 0.8468-0.847 1.6221-2.283 2.0347-3.779 0.7745-1.214 1.026-2.623 1.1627-4.36 0.6214-1.418 1.1567-2.802 1.4534-4.36 0-1.563-0.1253-2.846-0.2906-4.069-0.7201-1.21-1.1969-2.684-1.7441-3.489-0.3433-1.076-1.1643-2.38-1.4534-3.488-0.7454-1.395-0.6723-1.87-2.6161-2.034-0.9137 0-0.7837-0.113-2.0347-0.582z" fill-rule="evenodd" fill-opacity=".99608" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="#d40f0f"/>
155
+ <path id="path919" d="m55.519 129.46v0.291c0-0.785-0.019-0.386 0.2907 1.162 0.1567 1.16 0.2906 2.298 0.2906 3.779 0 1.482 0.134 2.619 0.2907 3.779 0.1447 1.206 0.4033 1.857 1.4534 2.616" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/>
156
+ <path id="path920" d="m58.426 136.44c0.205 0 0.313 0.895 0.872 1.454 0.2939 1.078 0.82 2.19 1.4534 3.488 0.2863 1.485 0.6928 2.205 1.1627 3.197 0.2728 0.682 0.3765 1.567 0.872 2.035v-4.069-4.07c-0.2657-1.488-0.5699-2.419-0.872-3.779v-1.744" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/>
157
+ <path id="path921" d="m63.949 137.31c0.0545 0.6 0.4479 2.522 0.872 3.489 0.3881 1.018 0.8516 2.212 1.4534 2.906 0.1228 0.696 0.4168 1.044 0.8721 1.744 1.0033-0.809 1.76-1.455 2.0347-2.906 0.4401-1.027 0.7723-2.192 0.872-3.489 0.1033-1.446 0.4185-2.573 0.5814-3.778 0-1.524-0.0016-2.636-0.5814-3.488l0.5814 3.488c0-1.524-0.0016-2.636-0.5814-3.488" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/>
158
+ <path id="path922" d="m71.506 139.35v0.291c0-0.785-0.0189-0.386 0.2907 1.163 0.2093 0.962 0.2907 2.156 0.2907 3.488-0.3157 0.21-0.4347 0.82-0.5814 1.162" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/>
159
+ <path id="path923" d="m74.123 134.99v0.291 1.162c0 1.271 0.1204 2.957-0.2907 3.779 0 1.482-0.1339 2.619-0.2907 3.779 0.3837 1.918 0.7069-0.112 0.8721-0.872 0.349-0.916 0.7158-2.434 1.1627-3.198 0.1807-1.517 0.5265-2.299 0.5813-3.778 0.2944-1.178 0.2907-2.443 0.2907-3.779" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/>
160
+ <path id="path924" d="m78.192 128.88c0.1012 0 0.8787 0.73 1.744 1.163 0.202 1.34 0.6846 1.809 0.8721 3.197v1.453" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/>
161
+ <path id="path925" d="m77.901 126.85c0.3731 0.156 1.7289 1.101 2.3254 1.453 0.7974 0.08 1.0787 0.116 1.1627 0.872" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/>
162
+ <path id="path926" d="m77.611 125.1h0.2907 1.1627c0.6964 0.077 0.6348 0.291 1.4534 0.291" transform="matrix(7.3319 0 0 9.2267 -349.45 -896)" fill="none"/>
163
+ </g>
164
+ <g id="g983" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1852.4)" stroke="#2b2b2b" stroke-width="1pt" fill="#d30f0f">
165
+ <path id="path927" d="m186.32 126.27h-0.291-1.163c-1.3 0.238-1.723 0.858-2.325 1.744l2.325-1.744c-1.3 0.238-1.723 0.858-2.325 1.744"/>
166
+ <path id="path928" d="m186.9 124.52c-0.097-0.097-0.194-0.194-0.29-0.291 0.64 0.64 0.424 0.317-1.163 0-0.972-0.201-1.063-0.201-2.035 0"/>
167
+ <path id="path929" d="m184.29 122.49h0.291 1.163c1.759 0.141 3.182 0.56 4.941 0.581 1.466 0 2.728-0.131 4.069-0.29 0.823-0.412 2.509-0.291 3.779-0.291 1.655 0 2.413 0.177 3.779 0.581 0.994 0.259 2.576 0.772 3.488 1.163 0.958 0.453 1.866 0.78 2.907 1.453 1.113 0.755 1.392 1.239 1.453 2.907-0.155 1.15-0.344 2.453-0.581 3.779 0.102 1.433 0.415 2.669 0.581 4.069 0.315 1.26 0.291 2.648 0.291 4.07-0.223 1.077-0.694 0.997-1.163 2.035 0.819 0.54 1.822 1.584 2.326 2.325 0.243 1.364 0.529 2.611 0.581 4.069 0 1.631-0.038 2.532-0.581 3.779-0.379 1.406-0.832 1.999-1.163 3.488-0.249 1.145-0.729 2.315-1.163 3.198-0.481 0.707-0.812 2.278-1.162 3.197-0.182 1.384-0.627 2.701-1.163 3.488-0.296 1.085-0.443 1.898-1.453 2.326-0.865-0.216-0.582-0.776-0.582-1.744 0.207-1.159 0.326-2.016 0-2.907-0.951-0.224-1.015 0.454-1.453 1.744-0.617 0.663-0.654 1.518-1.454 2.035-0.992 1.201-1.342 0.777-2.034-0.872 0-1.545-0.191-2.479-0.291-3.779-0.156-1.876-0.337 1.047-0.581 1.453-0.329 1.48-0.835 1.993-1.163 3.198-1.195 0.437-1.654 0.426-1.744-1.163 0.232-1.299 0.291-2.623 0.291-4.069-0.73-0.842-0.783-0.179-1.163 0.581-0.064 1.721-0.497 1.928-1.163 2.907-0.971 0.574-0.747 0.582-1.163-0.872-0.462-1.102-0.803-1.518-1.744-2.035-0.835-0.724-1.549-0.872-3.197-0.872-1.519-0.056-2.259-0.552-3.488-0.872-1.16-0.332-2.288-0.587-2.907-1.163-0.552-0.812-1.348-1.857-2.035-3.197-0.749-1.368-1.105-2.227-1.162-3.779-0.25-1.396-0.414-2.935-0.582-4.36-0.329-1.977-0.816-4.129-1.162-6.104-0.501-1.557-0.988-2.929-1.163-4.651-0.578-1.277-0.896-2.666-1.163-4.07 0-1.34-0.016-2.859 0.291-3.778 0.554-1.075 1.189-1.801 1.744-2.617 0.818-1.014 1.358-1.754 2.616-2.616 0.649-0.775 1.93-1.303 2.907-1.744 0.657-0.281 1.104-0.366 2.325-0.581z"/>
168
+ <path id="path930" d="m187.2 129.46v0.291c0-0.856 0.083-0.341-1.453 0.581-0.794 0.756-1.504 1.015-2.326 2.035-0.186 0.435-0.557 0.791 0 1.163"/>
169
+ <path id="path931" d="m186.9 132.66v0.29c0-0.784-0.019-0.386 0.291 1.163 0.051 1.377 0.291 2 0.291 3.488-0.535 0.891-0.221 2.137 0.29 3.198 0.456 1.269 1.035 2.151 1.454 3.197 0.62 0.207 0.29-0.223 0.29-1.163-0.376-1.129-0.224-2.592 0-4.069v-3.488"/>
170
+ <path id="path932" d="m194.75 132.08h-0.29c0.812 0 0.326-0.089-0.291 1.454v4.069c-0.306 0.92-0.291 2.439-0.291 3.779-0.309 1.425-0.515 1.846 1.163 2.325 0.438 0.677 1.016 1.068 1.454 1.744 0.552-1.363 1.137-2.596 1.453-4.069 0.465-0.84 0.654-2.561 0.872-3.779 0.479-0.582 1.085-1.656 1.453-2.325"/>
171
+ <path id="path933" d="m202.31 132.37v0.291c0-0.785-0.019-0.386 0.291 1.162 0.022 1.271 0.29 2.194 0.29 3.488-0.572 0.843-0.653 2.029-1.162 3.198-0.509 1.379-0.853 2.446-0.872 4.069 0 0.976-0.26 2.032 0.581 1.454 0.598-1.287 1.107-2.683 1.453-4.07 0.639-1.262 0.993-2.224 1.454-3.197 0.152-1.278 0.18-2.867 0.581-4.07l-0.581 4.07c0.152-1.278 0.18-2.867 0.581-4.07"/>
172
+ <path id="path934" d="m209.29 130.34c-0.097 0.097-0.193 0.194-0.29 0.291 0.573-0.573 0.324-0.424 0 0.872 0 1.336 0.15 3.187-0.291 4.069-0.206 1.73-0.456 2.275-1.453 3.488-0.202 0.505-0.58 1.259-0.872 1.454"/>
173
+ <path id="path935" d="m192.72 140.22v0.291c0-0.785 0.019-0.386-0.291 1.163-0.555 0.64-1.384 1.872-1.744 2.906-0.239 0.08-0.79 0.291-0.291 0.291"/>
174
+ <path id="path936" d="m191.85 143.42h0.29c-0.812 0-0.327-0.091 0.291 1.453 0.233 0.932 0.639 0.812 0.872 1.744"/>
175
+ </g>
176
+ <path id="path945" d="m77.32 201.26c-0.2746 0-0.1655 0.743-0.2906 1.744v4.07c0.1885 1.439 0.6832 2.802 1.4534 3.488 0.463 0.463 1.4428 1.204 2.0347 1.744 0-1.544 0.1907-2.479 0.2907-3.779 0.4864-0.831 0.6366-2.133 1.1627-2.907 0.1282-1.667 0.7295-1.681 1.1627-3.197 0.4971-0.723-0.534-0.786-1.4534-0.872-1.0854-0.255-2.1038-0.617-2.9068-1.163l2.9068 1.163c-1.0854-0.255-2.1038-0.617-4.3602-0.291z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/>
177
+ <path id="path946" d="m92.435 200.68h-0.2906c0.8555 0 0.3411-0.084-0.5814 1.453 0 1.41 0.0671 2.751 0.2907 3.779 0.6 0.726 0.8121 1.919 1.1627 2.907 0.5201 0.32 0.844-0.467 1.1627-1.163 0.5886-1.454 1.2496-2.135 1.4534-3.488 0.3194-1.171 0.8676-1.652 1.1627-2.907-0.6177-1.29-0.9441-1.849-2.6161-2.034-0.7302 0.73-0.1798 0.202-1.7441 1.453z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/>
178
+ <path id="path947" d="m168.59 200.39h0.29c-0.157 0.421-0.29 1.73-0.29 2.616-0.217 1.216-0.45 2.289 0 3.489 0.834 0.367 1.373 0.644 1.744 1.453 0.679 0.572 0.829 0.87 0.872-0.581 0.63-1.388 0.928-1.736 1.744-2.907 0.577-0.987 0.801-1.656 0.581-3.198-0.751-1.522-1.176-1.701-2.907-2.034-1.823 0-1.797 1.361-2.325 2.616" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/>
179
+ <path id="path948" d="m182.84 202.13h-0.291c0.233 0.608 0.581 1.864 0.581 2.907 0.232 1.299 0.291 2.624 0.291 4.07-0.173 1.155-0.465 1.162 0.872 1.162 0.544-1.295 0.973-2.269 1.744-2.906 0.372-1.222 0.815-1.956 0.872-3.489 0-1.2 0.09-2.727-0.29-3.488-2.109 0-2.041 0.291-3.779 1.744z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/>
180
+ <path id="path949" d="m195.63 195.74h-0.291c0.812 0 0.38-0.035-1.163 0.582-0.72 0.943-1.826 1.415-1.453 2.907 1.453 0.49 2.267 0.848 2.907 1.744 0.925 0.508 1.596 0.891 2.034 1.744 0.531 0.353 0.84 0.906 1.163 1.453-0.174-1.463-0.479-2.444-0.581-3.779-0.02-1.646-0.31-2.235-0.872-3.197-0.118-1.055-0.425-0.815-1.744-1.454z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/>
181
+ <path id="path950" d="m197.66 189.92h-0.29c0.855 0 0.373-0.05-1.163 0.872-0.651 1.176-0.667 2.169-0.291 3.197 1.424 0.212 1.995 0.83 2.616 1.744 0.867 0.867 1.468 1.452 2.326 2.035-0.622-1.059-1.178-2.025-1.454-3.197-0.048-1.293-0.259-2.233-0.581-3.198l0.581 3.198c-0.048-1.293-0.259-2.233-1.744-4.651z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/>
182
+ <path id="path944" d="m69.472 195.74c-0.0976 0-0.9313 0.537-1.4534 1.163-1.4139 0.78-2.1749 1.229-2.3254 2.907-0.051 1.377-0.2907 2-0.2907 3.488 0.4117 0.412 0.0747 1.669 0.5813 1.163 0.8863-0.975 1.3419-1.861 2.3255-2.616 0.6587-0.628 1.8806-1.288 2.9067-1.744 1.6261-0.473 1.4994-0.313 0.5814-1.744-0.5172-0.876-1.1991-1.351-2.3254-2.617z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/>
183
+ <path id="path943" d="m67.437 190.22h-0.2906c0.8557 0 0.3734-0.05-1.1628 0.872-0.7275 0.909-1.626 1.173-2.0347 2.325-0.6768 0.819-0.8534 1.654-0.872 3.197 0.0268 0.941 0.1811 1.826 0.5813 2.326 0.3882-1.094 0.8609-1.739 2.0348-2.326 0.7221-0.467 0.9188-1.093 1.744-1.453 0.5985-0.256 1.2608-0.101 1.4534-0.872-0.1909-1.782-0.7281-2.304-1.4534-4.069z" fill-opacity=".99608" fill-rule="evenodd" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#000" stroke-width="1pt" fill="#000f0f"/>
184
+ <path id="path937" d="m89.819 181.2v0.29c0-0.855 0.0498-0.374-0.8721 1.163-1.0138 0.405-1.9066 0.581-3.4881 0.581-0.8806 0.661-1.4568 0.457-2.0347 1.744-0.7788 0.817-1.136 1.269-2.3255 1.745-1.3401 0-2.8593 0.015-3.7788-0.291-0.9757-0.527-2.3712-0.92-3.4881-1.163-1.5775 0.019-2.3665 0.391-3.4881 0.872-1.2009 0.283-1.9544 0.653-2.6161 1.454-0.7817 0.312-0.7816 0.779-0.872 1.744 0.4149 0.691 0.0367 1.069 0.872 1.162 0.465 0.569 0.5814 0.589 0.5814 1.744 0.312 1.249 0.2692 2.821 0.5813 4.07 0.6697 1.595 1.1763 1.722 2.3254 2.616 0.9972 0.472 1.71 0.929 2.9068 1.453 1.0703 0.55 2.3573 0.627 3.4881 0.872 0.9292 1.097 1.5245 1.532 2.9068 2.035 1.4261-0.215 1.6487-0.82 2.9068-1.163 0.491-0.491 1.2548-0.089 1.744-0.872 0.4266-0.823 0.6157-2.682 1.1627-3.488 0.6379-1.294 1.5127-1.95 2.9068-2.325 0.7653-0.574 1.6491-0.645 2.6161-0.291-0.064 1.726-0.6156 1.797-0.872 3.198-0.4984 0.922-0.8181 1.737-0.2907 2.616 1.2152 0.405 2.6786 0.29 4.0695 0.29 1.8761-0.316 2.0122-0.745 2.0347-2.616-0.2769-1.177-0.6968-1.901-0.872-3.197 0-0.898-0.0746-1.839 0.2906-2.326 0.6075 0.223 2.0087 0.359 2.6161 0.582 0.4973 0.994 0.9199 1.252 2.0349 0.872 0.353-0.55 0.893-0.953 1.163-1.454 0.294 0.8 0.865 1.516 1.453 1.163 0.613-1.28 1.039-1.684 2.325-2.035 1.231-0.267 2.04-0.629 2.907-1.162 0.88-0.542 1.427-1.245 2.326-1.744 0.616-0.962 1.241-1.601 1.453-3.198 0-1.711-0.346-2.841-0.581-4.36-0.648-1.017-0.967-2.114-2.035-2.907-0.847-0.508-2.038-0.124-3.198 0-1.3-0.1-2.234-0.29-3.778-0.29-1.491 0-2.639 0.239-4.0699 0.29h-4.0694c-1.6869 0-2.571 0.236-3.7788 0.872-0.8557 0-0.241-0.083-1.1627 1.454z" fill-rule="evenodd" fill-opacity=".99608" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="#d40f0f"/>
185
+ <path id="path938" d="m157.55 191.67c0.499 0.125 1.824 0.771 2.907 0.872 1.127 0.059 0.872 0.365 0.872 1.453 0.417 0.239 0.822 0.911 1.453 1.163 0.232-0.43 0.702-1.099 1.163-1.453 0.269 0.627 0.575 1.305 1.453 1.744 0.737-1.398 0.674-1.721 2.616-1.744 1.222 1.159 0.858 2.235 0 3.197-0.428 1.239-0.61 2.314-0.872 3.779 0.569 0.705 1.325 0.581 2.616 0.581 0.872-0.522 2.009-0.274 2.616 0.291 1.745-0.087 1.681-0.317 1.744-2.035v-4.069c0.643-0.643 1.335-0.816 2.035-0.291 0.726 0.6 1.075 1.992 1.744 2.907 0.099 1.278 0.257 2.453 0.872 3.197 0.656 1.369 0.87 1.68 2.616 1.744 1.522-0.018 2.365-0.228 3.779-0.581 1.301-0.238 1.724-0.859 2.326-1.744 1.439-0.387 1.842-0.811 3.488-0.872 1.497-0.333 1.958-0.87 2.906-1.453 0.626-0.723 0.904-1.807 1.454-2.617 0.435-1.086 0.963-1.585 1.163-2.906 0.119-1.548 0.746-1.911 1.162-3.198 0.258-1.029-0.256-1.678-1.162-2.325-0.746-0.647-1.834-0.805-2.907-1.163h-4.07-4.069c-1.483 0-2.683-0.191-4.07-0.291-1.172-0.676-1.724-1.124-2.616-2.034-1.261-0.188-2.458-0.898-3.488-1.454-0.821-1.018-1.632-1.195-2.325-2.034-1.183-0.502-1.789-1.153-3.198-1.744-1.199-0.641-1.873-0.971-3.488-1.163-1.387-0.099-2.587-0.291-4.069-0.291-1.675 0-2.583 0.491-3.779 0.872-1.009 1.066-1.767 1.154-2.035 2.616-0.411 0.823-0.291 2.508-0.291 3.779 0.292 1.363 0.874 2.669 1.163 3.779 0.115 1.224 0.291 1.869 0.291 3.488z" fill-rule="evenodd" fill-opacity=".99608" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="#d40f0f"/>
186
+ <path id="path939" d="m82.843 189.92c-0.6326-0.093-2.8467-0.291-4.3601-0.291-1.1659 0.254-2.0764 0.529-3.4882 0.582-1.0692 0.251-2.1821 0.564-2.9067 1.162-0.9763 0.092-1.2811 0.403-2.3255 0.582" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
187
+ <path id="path940" d="m83.134 192.54h-0.2907c0.8557 0 0.3734-0.05-1.1627 0.872-1.1538 1.008-1.9572 1.514-2.6161 2.907-0.789 0.657-1.01 1.241-2.0347 1.453-0.608 0.646-1.2172 1.217-1.7441 1.744" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
188
+ <path id="path941" d="m181.09 193.41h0.29c-0.812 0-0.38-0.036 1.163 0.581 1.216 1.062 1.267 1.595 2.907 1.744 1.532 0.558 1.696 0.89 2.325 2.326 0.212 0.493 0.291 0.915 0.291 1.744" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
189
+ <path id="path942" d="m181.67 189.63c0.468 0.18 2.119 1.062 3.197 1.163 1.16 0.157 2.298 0.291 3.779 0.291 1.369 0.185 2.076 0.618 3.488 1.162h2.326" transform="matrix(7.3319 0 0 9.2267 -4606.2 -1868.5)" stroke="#2b2b2b" stroke-width="1pt" fill="none"/>
190
+ <g id="g1211" transform="matrix(.89560 0 0 .96835 -4129.7 -983.53)">
191
+ <path id="path575" d="m520.83-116.93c-1.257 33.442-9.085 53.149-35.434 53.149-17.716 0-35.764-15.68-35.433-35.433 0.332-19.753 22.568-20.962 37.859-19.339 5.425-16.094-20.142-33.81-91.008-33.81-70.164-0.924-124.67 73.273-216.75 70.866-92.078-2.407-132.95-114.03-115.44-141.73-6.861 24.66-22.32 39.976-29.182 64.637-6.861 24.66 24.578 59.012 17.716 83.672-6.861 24.66-52.021 39.629-58.882 64.289s-5.1233 58.664-11.984 83.324c0-17.717 31.404-59.727 73.414-59.727 35.433 0 152.45-27.033 159.45 265.75 0 230.52-140.57 239.62-185.51 223.26-0.11 27.793 15.589 114.18 87.422 202.59 77.143 88.58 166.25 100.95 183.74 99.72-8.221-24.66-42.01-53.15-10.087-53.47 21.226 0.32 27.953 46.05 27.953 46.05s34.536-26.24 46.041-13.16c11.109 20.58-35.051 38.3-35.051 38.3s23.432 55.77 53.15 88.58c35.434 46.82 86.746 62.39 106.3 63.02 9.501 0.31 27.872 7.8 27.211 25.57-1.315 35.376-1.273 52.466-18.419 53.146h127.47c-17.146-0.68-17.104-17.77-18.419-53.146-0.661-17.77 17.71-25.26 27.211-25.57 19.554-0.63 70.866-16.2 106.3-63.02 29.718-32.81 53.15-88.58 53.15-88.58s-46.16-17.72-35.051-38.3c11.505-13.08 46.041 13.16 46.041 13.16s6.727-45.73 27.953-46.05c31.923 0.32-1.866 28.81-10.087 53.47 17.494 1.23 106.6-11.14 183.75-99.72 71.83-88.41 87.53-174.8 87.42-202.59-44.95 16.356-185.52 7.256-185.52-223.26 6.996-292.78 124.02-265.75 159.45-265.75 42.01 0 73.42 42.01 73.42 59.727 0 4.4171 4.05-25.159-3.67-52.074-7.72-26.914-46.31-46.305-56.6-84.4-10.29-38.094 7.72-94.892 0-124.02-7.72-29.123-22.06-35.433-22.06-35.433 17.5 27.695-23.37 139.32-115.45 141.73-92.082 2.4075-146.59-71.79-216.75-70.866-70.866 0-96.433 17.716-91.008 33.81 15.291-1.623 37.527-0.414 37.859 19.339 0.331 19.753-17.717 35.433-35.433 35.433-26.349 0-34.177-19.708-35.434-53.149h-81.601z" fill-rule="evenodd" transform="matrix(1 0 0 .92685 0 76.981)" stroke-width="1.25" fill="#0068bd"/>
192
+ <g id="g671" stroke="#000" transform="matrix(1 0 0 .92685 0 76.981)">
193
+ <path id="path619" d="m215.15 278.72c0 230.52-140.57 239.62-185.51 223.26-0.11 27.793 15.589 114.18 87.422 202.59 77.143 88.58 166.25 100.95 183.74 99.72-8.221-24.66-42.01-53.15-10.087-53.47 21.226 0.32 27.953 46.05 27.953 46.05s34.536-26.24 46.041-13.16c11.109 20.58-35.051 38.3-35.051 38.3s23.432 55.77 53.15 88.58c35.434 46.82 86.746 62.39 106.3 63.02 9.501 0.31 27.872 7.8 27.211 25.57-1.315 35.376-1.273 52.466-18.419 53.146h127.47c-17.146-0.68-17.104-17.77-18.419-53.146-0.661-17.77 17.71-25.26 27.211-25.57 19.554-0.63 70.866-16.2 106.3-63.02 29.718-32.81 53.15-88.58 53.15-88.58s-46.16-17.72-35.051-38.3c11.505-13.08 46.041 13.16 46.041 13.16s6.727-45.73 27.953-46.05c31.923 0.32-1.866 28.81-10.087 53.47 17.494 1.23 106.6-11.14 183.75-99.72 71.83-88.41 87.53-174.8 87.42-202.59-44.95 16.356-176.21 16.558-176.21-213.96-2.107-9.149-2.776-27.288-4.275-35.824-1.499-8.535-35.472 26.766-38.855 26.587-11.423-0.359-46.732-32.686-71.856-37.071-11.852-1.893-50.628 33.305-60.175 33.994-12.495 0.726-28.51-35.973-55.13-32.205-19.595 3.103-35.643 36.54-40.445 31.758-12.349-12.298-25.95-20.022-41.7-22.942-23.548-2.04-36.935 16.411-49.59 31.592-0.443-12.395-17.165-24.791-36.213-23.234-13.7-139.99-122.91-282.93-131.79-287.41-6.593-2.6371-4.078 13.602-6.117 20.403-16.619-4.5614-33.238-9.1227-49.858-13.684-3.181 8.0845-1.712 16.169-9.545 24.254-19.861-14.947-30.421-43.847-45.631-44.842-5.423 17.81-1.544 54.223-2.316 81.335-12.574-8.3649-25.149-16.73-37.724-25.095-1.01 8.8471-2.02 17.694-3.031 26.541-1.214 10.631-51.204-28.6-61.016-28.856-9.811-0.2551-21.479 27.453-30.295 27.304-8.817-0.1491 56.995 42.98 73.293 238.09z" fill-rule="evenodd" stroke-width="1.25" fill="#e8e1cb"/>
194
+ <path id="path620" d="m199.99 175.68s23.255-32.556 51.16-27.905c27.905 4.65 58.135 106.97 58.135 106.97" stroke-width="1pt" fill="none"/>
195
+ <path id="path621" d="m279.05 40.803c0 4.6508 18.603 79.065 34.881 102.32 16.278 23.254 53.485 41.857 72.088 69.762 18.604 27.906 27.905 104.64 27.905 104.64" stroke-width="1pt" fill="none"/>
196
+ <path id="path622" d="m320.91 5.9218s6.977 37.207 18.604 65.112 39.532 37.206 53.484 60.461c13.953 23.254 23.255 69.762 23.255 69.762" stroke-width="1pt" fill="none"/>
197
+ <path id="path623" d="m211.61 336.13s32.555-4.651 60.46 32.556c27.906 37.207 32.556 86.04 32.556 86.04" stroke-width="1pt" fill="none"/>
198
+ <path id="path624" d="m813.9 284.97s20.929-2.326 34.881 13.952c13.953 16.278 11.627 27.905 9.302 27.905" stroke-width="1pt" fill="none"/>
199
+ <path id="path625" d="m811.57 308.23s18.603 0 25.579 4.651c6.977 4.651 9.302 27.905 9.302 27.905" stroke-width="1pt" fill="none"/>
200
+ <path id="path626" d="m799.95 331.48c2.325 0 16.278-13.952 25.579-9.302 9.302 4.651 11.627 30.231 11.627 30.231" stroke-width="1pt" fill="none"/>
201
+ <path id="path627" d="m788.32 343.11s16.278-2.325 25.58 4.651 6.976 18.603 6.976 18.603" stroke-width="1pt" fill="none"/>
202
+ <path id="path628" d="m741.81 343.11c2.325 0 30.23 9.302 41.858 20.929 11.627 11.627 9.301 37.207 9.301 37.207" stroke-width="1pt" fill="none"/>
203
+ <path id="path629" d="m874.36 357.06s6.976-4.651 23.254 9.301c16.278 13.953 18.604 30.231 18.604 30.231" stroke-width="1pt" fill="none"/>
204
+ <path id="path630" d="m872.03 382.64s18.603 2.326 27.905 9.302c9.301 6.976 23.254 23.254 23.254 23.254" stroke-width="1pt" fill="none"/>
205
+ <path id="path631" d="m865.06 412.87s23.255-9.302 32.556-4.651c9.302 4.651 25.58 18.603 25.58 18.603" stroke-width="1pt" fill="none"/>
206
+ </g>
207
+ <g id="g986" stroke-width="1pt" transform="matrix(.54483 -.22219 .23288 .49056 695.97 290.53)">
208
+ <path id="path745" d="m-301.18-134.65v442.91h17.716v-442.91l-8.858-35.433-8.858 35.433z" fill-rule="evenodd" transform="translate(-248.03 -.00041199)" stroke="#000" fill="#b03f00"/>
209
+ <path id="path743" d="m-301.18-134.65v407.48h17.716v-407.48l-8.858-35.433-8.858 35.433z" fill-rule="evenodd" transform="translate(35.433 -.00041199)" stroke="#000" fill="#b03f00"/>
210
+ <g id="g866" stroke="#000" fill="none">
211
+ <path id="path822" d="m-283.46-99.213 17.717 336.61" transform="matrix(1 0 0 1.1905 35.433 18.898)"/>
212
+ <path id="path824" d="m-318.9-99.212 53.151 336.61" transform="matrix(1 0 0 1.1905 70.867 18.897)"/>
213
+ <path id="path826" d="m-354.33-99.212 88.584 336.61" transform="matrix(1 0 0 1.1905 106.3 18.897)"/>
214
+ <path id="path828" d="m-389.76-99.212 124.01 336.61" transform="matrix(1 0 0 1.1905 141.73 18.897)"/>
215
+ <path id="path830" d="m-283.46-99.213 17.717 336.61" transform="matrix(-1 0 0 1.1905 -549.21 18.898)"/>
216
+ <path id="path832" d="m-318.9-99.212 53.151 336.61" transform="matrix(-1 0 0 1.1905 -584.65 18.897)"/>
217
+ <path id="path834" d="m-354.33-99.212 88.584 336.61" transform="matrix(-1 0 0 1.1905 -620.08 18.897)"/>
218
+ <path id="path836" d="m-389.76-99.212 124.01 336.61" transform="matrix(-1 0 0 1.1905 -655.51 18.897)"/>
219
+ <path id="path838" d="m-407.48-99.212 177.16 354.33" transform="matrix(-1 0 0 1.1905 -673.23 18.897)"/>
220
+ <path id="path839" d="m-407.48-99.212 177.16 354.33" transform="matrix(1 0 0 1.1905 159.45 18.897)"/>
221
+ <path id="path840" d="m-407.48 184.25h301.18" transform="matrix(1 0 0 1.1905 0 18.898)"/>
222
+ <path id="path841" d="m-124.02 148.82h-265.75" transform="matrix(1 0 0 1.1905 0 18.898)"/>
223
+ <path id="path842" d="m-372.05 113.39h230.32" transform="matrix(1 0 0 1.1905 0 18.898)"/>
224
+ <path id="path843" d="m-159.45 77.953h-194.88" transform="matrix(1 0 0 1.1905 0 18.898)"/>
225
+ <path id="path844" d="m-336.61 42.52c0 0.5813 159.45 0 159.45 0" transform="matrix(1 0 0 1.1905 0 18.898)"/>
226
+ <path id="path845" d="m-194.88 7.0866h-124.02" transform="matrix(1 0 0 1.1905 0 18.898)"/>
227
+ <path id="path846" d="m-301.18-28.346c0.581 0 89.343 0.0344 88.583 0" transform="matrix(1 0 0 1.1905 0 18.898)"/>
228
+ <path id="path847" d="m-283.46-63.78h53.15" transform="matrix(1 0 0 1.1905 0 18.898)"/>
229
+ <path id="path848" d="m-283.46-99.213 17.717 336.61" transform="matrix(1 0 0 1.1905 -248.03 39.989)"/>
230
+ <path id="path849" d="m-318.9-99.212 53.151 336.61" transform="matrix(1 0 0 1.1905 -212.6 39.988)"/>
231
+ <path id="path850" d="m-354.33-99.212 88.584 336.61" transform="matrix(1 0 0 1.1905 -177.16 39.988)"/>
232
+ <path id="path851" d="m-389.76-99.212 124.01 336.61" transform="matrix(1 0 0 1.1905 -141.73 39.988)"/>
233
+ <path id="path852" d="m-283.46-99.213 17.717 336.61" transform="matrix(-1 0 0 1.1905 -832.68 39.989)"/>
234
+ <path id="path853" d="m-318.9-99.212 53.151 336.61" transform="matrix(-1 0 0 1.1905 -868.11 39.988)"/>
235
+ <path id="path854" d="m-354.33-99.212 88.584 336.61" transform="matrix(-1 0 0 1.1905 -903.54 39.988)"/>
236
+ <path id="path855" d="m-389.76-99.212 124.01 336.61" transform="matrix(-1 0 0 1.1905 -938.98 39.988)"/>
237
+ <path id="path856" d="m-407.48-99.212 177.16 354.33" transform="matrix(-1 0 0 1.1905 -956.69 39.989)"/>
238
+ <path id="path857" d="m-407.48-99.212 177.16 354.33" transform="matrix(1 0 0 1.1905 -124.02 39.989)"/>
239
+ <path id="path858" d="m-407.48 184.25h301.18" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/>
240
+ <path id="path859" d="m-124.02 148.82h-265.75" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/>
241
+ <path id="path860" d="m-372.05 113.39h230.32" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/>
242
+ <path id="path861" d="m-159.45 77.953h-194.88" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/>
243
+ <path id="path862" d="m-336.61 42.52c0 0.5813 159.45 0 159.45 0" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/>
244
+ <path id="path863" d="m-194.88 7.0866h-124.02" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/>
245
+ <path id="path864" d="m-301.18-28.346c0.581 0 89.343 0.0344 88.583 0" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/>
246
+ <path id="path865" d="m-283.46-63.78h53.15" transform="matrix(1 0 0 1.1905 -283.46 39.989)"/>
247
+ </g>
248
+ <g id="g955" fill-rule="evenodd" stroke="#000" fill="#b03f00">
249
+ <path id="path685" d="m-407.48 237.4h372.05v53.149l17.717 17.717h-17.717v35.433h17.717l-17.717 17.716 53.15 70.866-106.3 212.6h-566.93v-283.46h88.583v-70.866h53.149l106.3-53.149z"/>
250
+ <path id="path686" d="m-566.93 361.42h531.5"/>
251
+ <path id="path687" d="m-566.93 361.42h531.5" transform="translate(.000030994 -17.716)"/>
252
+ <path id="path688" d="m-566.93 361.42h531.5" transform="translate(-.00011444 -53.15)"/>
253
+ <path id="path689" d="m-566.93 361.42h531.5" transform="matrix(.9 0 0 1 -3.5433 -70.866)"/>
254
+ <path id="path690" d="m-35.433 361.42l-141.73 283.46"/>
255
+ <path id="path691" d="m-407.48 272.84h230.32"/>
256
+ <path id="path692" d="m-442.91 255.12c34.35 1.539 407.48 0 407.48 0"/>
257
+ <path id="path693" d="m-53.15 255.12-17.716 35.433"/>
258
+ <path id="path694" d="m-70.866 308.27s-17.717 35.433-17.717 35.433"/>
259
+ <path id="path695" d="m-230.32 308.27-17.716 35.433"/>
260
+ <path id="path696" d="m-212.6 308.27-17.717 35.433"/>
261
+ <path id="path697" d="m-53.15 396.85h-88.582l17.716-35.433"/>
262
+ <path id="path699" d="m-70.866 432.28h-88.583l18.761-36.853-1.044 1.42"/>
263
+ <path id="path700" d="m-88.583 467.72h-88.582l17.716-35.434"/>
264
+ <path id="path701" d="m-106.3 503.15h-88.583l17.717-35.433"/>
265
+ <path id="path702" d="m-124.02 538.58h-88.582l17.716-35.433"/>
266
+ <path id="path703" d="m-124.02 538.58h-88.582l17.716-35.433" transform="translate(-17.716 35.433)"/>
267
+ <path id="path704" d="m-53.15 396.85 70.866 35.433"/>
268
+ <path id="path706" d="m-88.583 467.72 70.866 35.433"/>
269
+ <path id="path707" d="m-160.45 433.8-495.32-1.16"/>
270
+ <path id="path708" d="m-175.57 468.68c-1.162 1.162-480.2-2.326-480.2-2.326"/>
271
+ <path id="path709" d="m-212.6 538.58c-35.433 0-442.91 0-442.01 1.023"/>
272
+ <path id="path710" d="m-212.6 539.61s-442.91-1.023-442.01 0" transform="matrix(.96196 0 0 1 -25.804 34.41)"/>
273
+ <path id="path711" d="m-124.02 538.58h-88.582l17.716-35.433" transform="translate(-35.434 70.866)"/>
274
+ <path id="path712" d="m-124.02 538.58h-88.582l17.716-35.433" transform="translate(-53.15 106.3)"/>
275
+ <path id="path714" d="m-442.91 379.13-17.717 17.716v35.433h70.866l17.717-17.716" transform="matrix(1 0 0 .66666 -53.15 126.38)"/>
276
+ <path id="path716" d="m-442.91 379.13-17.717 17.716v35.433h70.866l17.717-17.716" transform="matrix(1 0 0 .66666 70.866 126.38)"/>
277
+ <path id="path718" d="m-442.91 379.13-17.717 17.716v35.433h70.866l17.717-17.716" transform="matrix(1 0 0 .66666 -53.15 232.68)"/>
278
+ <path id="path720" d="m-442.91 379.13-17.717 17.716v35.433h70.866l17.717-17.716" transform="matrix(1 0 0 .66666 70.866 232.68)"/>
279
+ </g>
280
+ <rect id="rect713" fill-rule="evenodd" height="23.622" width="70.866" y="379.13" x="-496.06"/>
281
+ <rect id="rect715" fill-rule="evenodd" height="23.622" width="70.866" y="379.13" x="-372.05"/>
282
+ <rect id="rect717" fill-rule="evenodd" height="23.622" width="70.866" y="485.43" x="-496.06"/>
283
+ <rect id="rect719" fill-rule="evenodd" height="23.622" width="70.866" y="485.43" x="-372.05"/>
284
+ <rect id="rect744" fill-rule="evenodd" height="17.717" width="88.583" stroke="#000" y="-99.213" x="-301.18" fill="#b03f00"/>
285
+ <rect id="rect746" fill-rule="evenodd" height="17.717" width="88.583" stroke="#000" y="-99.213" x="-584.65" fill="#b03f00"/>
286
+ <g id="g747" stroke="#000" fill="none">
287
+ <path id="path721" d="m-407.48 237.4v-17.717h372.05v17.717"/>
288
+ <path id="path722" d="m-389.76 219.68v17.717"/>
289
+ <path id="path723" d="m-389.76 219.68v17.717" transform="translate(17.717 .000045776)"/>
290
+ <path id="path724" d="m-389.76 219.68v17.717" transform="translate(35.433 -.00056458)"/>
291
+ <path id="path725" d="m-389.76 219.68v17.717" transform="translate(53.15 -.00048828)"/>
292
+ <path id="path726" d="m-389.76 219.68v17.717" transform="translate(70.866 .00057983)"/>
293
+ <path id="path727" d="m-389.76 219.68v17.717" transform="translate(88.583 .00065613)"/>
294
+ <path id="path728" d="m-389.76 219.68v17.717" transform="translate(106.3 .000045776)"/>
295
+ <path id="path729" d="m-389.76 219.68v17.717" transform="translate(124.02 .00012207)"/>
296
+ <path id="path730" d="m-389.76 219.68v17.717" transform="translate(141.73 .00057983)"/>
297
+ <path id="path731" d="m-389.76 219.68v17.717" transform="translate(159.45 .00065613)"/>
298
+ <path id="path732" d="m-389.76 219.68v17.717" transform="translate(177.17 .000045776)"/>
299
+ <path id="path733" d="m-389.76 219.68v17.717" transform="translate(194.88 .00012207)"/>
300
+ <path id="path734" d="m-389.76 219.68v17.717" transform="translate(212.6 .00057983)"/>
301
+ <path id="path735" d="m-389.76 219.68v17.717" transform="translate(230.32 .00065613)"/>
302
+ <path id="path736" d="m-389.76 219.68v17.717" transform="translate(248.03 .000045776)"/>
303
+ <path id="path737" d="m-389.76 219.68v17.717" transform="translate(265.75 .00012207)"/>
304
+ <path id="path738" d="m-389.76 219.68v17.717" transform="translate(283.46 -.00056458)"/>
305
+ <path id="path739" d="m-389.76 219.68v17.717" transform="translate(301.18 -.00048828)"/>
306
+ <path id="path740" d="m-389.76 219.68v17.717" transform="translate(318.9 -.0010986)"/>
307
+ <path id="path741" d="m-389.76 219.68v17.717" transform="translate(336.61 -.0010223)"/>
308
+ </g>
309
+ </g>
310
+ <g id="g632" stroke="#000" transform="matrix(1 0 0 .92685 0 76.981)">
311
+ <path id="path576" d="m32.92 551.31c-0.11 27.793 12.3 64.848 84.133 153.26 77.143 88.58 166.25 100.95 183.74 99.72-8.221-24.66-42.01-53.15-10.087-53.47 21.226 0.32 27.953 46.05 27.953 46.05s34.536-26.24 46.041-13.16c11.109 20.58-35.051 38.3-35.051 38.3s23.432 55.77 53.15 88.58c35.434 46.82 86.746 62.39 106.3 63.02 9.501 0.31 27.872 7.8 27.211 25.57-1.315 35.376-1.273 52.466-18.419 53.146h127.47c-17.146-0.68-17.104-17.77-18.419-53.146-0.661-17.77 17.71-25.26 27.211-25.57 19.554-0.63 70.866-16.2 106.3-63.02 29.718-32.81 53.15-88.58 53.15-88.58s-46.16-17.72-35.051-38.3c11.505-13.08 46.041 13.16 46.041 13.16s6.727-45.73 27.953-46.05c31.923 0.32-1.866 28.81-10.087 53.47 17.494 1.23 106.6-11.14 183.75-99.72 71.83-88.41 87.53-151.78 87.42-179.57-2.81 1.021-59.78-13.779-69.48-4.288-12.98-10.24-38.09-20.589-57.601-20.965-22.8-0.377-43.289 9.219-50.318 25.712-13.606-19.682-53.266-29.558-61.641-28.272-27.333 4.704-44.374 41.317-35.418 87.337-20.641-19.754-27.998-21.696-51.111-21.76-50.423-0.121-55.381 89.819-129.14 89.282-58.401-0.444-83.079-31.417-100.29-53.799 22.249-19.092 20.85-26.544 6.129-45.765-16.689-18.061-42.762-16.443-60.658 1.805-17.897-17.717-18.059-28.043-35.776-53.15-17.315-24.538-29.608-26.967-61-26.84-31.391 0.128-55.464 1.804-67.577 34.691-15.402 8.593-37.213 26.565-54.089 23.02-10.298-28.042-43.228-60.617-70.99-61s-72.792 56.438-82.747 82.923c-17.683-37.06-36.276-42.13-51.789-42.9-15.512-0.77-21.083 24.88-27.181 40.31z" fill-rule="evenodd" stroke-width="1.25" fill="#00c8ff"/>
312
+ <path id="path582" d="m167.72 490s16.443 9.866 36.175 39.464 3.289 42.752 3.289 42.752" stroke-width="1pt" fill="none"/>
313
+ <path id="path583" d="m184.16 506.45s32.886 3.289 46.041 26.31c13.155 23.02 6.577 49.329 6.577 49.329" stroke-width="1pt" fill="none"/>
314
+ <path id="path584" d="m220.34 631.42s23.021-55.907 65.773-32.887c42.752 23.021 39.464 59.196 36.175 59.196h-3.289v3.289" stroke-width="1pt" fill="none"/>
315
+ <path id="path585" d="m263.09 687.32s23.021-9.866 49.33 0 9.866 32.886 9.866 32.886" stroke-width="1pt" fill="none"/>
316
+ <path id="path586" d="m259.8 700.48s26.309-6.577 42.752 3.289 3.289 26.309 3.289 26.309" stroke-width="1pt" fill="none"/>
317
+ <path id="path587" d="m200.61 710.34s3.289 26.309 19.732 42.753c16.443 16.443 46.041 23.02 46.041 23.02" stroke-width="1pt" fill="none"/>
318
+ <path id="path588" d="m361.75 723.5c32.886 16.443 39.463 46.041 39.463 46.041" stroke-width="1pt" fill="none"/>
319
+ <path id="path589" d="m374.9 710.34c49.33 0 46.041 29.598 46.041 29.598" stroke-width="1pt" fill="none"/>
320
+ <path id="path590" d="m302.56 552.49s29.598-23.02 69.062 0c39.463 23.021 16.443 52.619 16.443 52.619" stroke-width="1pt" fill="none"/>
321
+ <path id="path591" d="m322.29 513.02s39.464-26.309 72.35 0c32.887 26.309 23.021 46.041 23.021 46.041" stroke-width="1pt" fill="none"/>
322
+ <path id="path592" d="m437.39 529.47s9.865 16.443 19.731 32.886c9.866 16.444 26.31 13.155 26.31 13.155" stroke-width="1pt" fill="none"/>
323
+ <path id="path593" d="m526.18 647.86s23.02 32.887 75.639 39.464c52.618 6.577 98.659-13.155 98.659-13.155" stroke-width="1pt" fill="none"/>
324
+ <path id="path594" d="m526.18 690.61s29.598 29.598 69.061 29.598c39.464 0 95.371-16.443 95.371-16.443" stroke-width="1pt" fill="none"/>
325
+ <path id="path595" d="m526.18 720.21s16.443 26.309 75.639 26.309c59.195 0 85.504-13.154 85.504-13.154" stroke-width="1pt" fill="none"/>
326
+ <path id="path596" d="m522.89 759.67s6.578 13.155 36.175 19.732c29.598 6.577 59.196-9.866 59.196-9.866" stroke-width="1pt" fill="none"/>
327
+ <path id="path597" d="m618.26 785.98s19.732 26.309 46.041 26.309 0-39.463 19.732-46.041c19.732-6.577 49.329 0 49.329 0" stroke-width="1pt" fill="none"/>
328
+ <path id="path598" d="m605.11 825.45s19.732 26.309 49.33 19.732c29.598-6.578 65.773-55.907 65.773-55.907l23.02-16.443" stroke-width="1pt" fill="none"/>
329
+ <path id="path599" d="m388.06 887.93s3.288-16.443 39.464-9.866c36.175 6.577 0 55.907 39.463 55.907 39.464 0 75.639-23.02 98.66-26.309 23.02-3.289 65.772 23.02 88.793 29.598 23.02 6.577 65.773-26.309 65.773-26.309" stroke-width="1pt" fill="none"/>
330
+ <path id="path600" d="m568.94 956.99c3.289 0 13.155-6.578 36.175-3.289 23.021 3.289 49.33 3.289 49.33 3.289" stroke-width="1pt" fill="none"/>
331
+ <path id="path601" d="m559.07 989.88s16.444-6.577 29.598-6.577c13.155 0 9.866 19.729 9.866 19.729" stroke-width="1pt" fill="none"/>
332
+ <path id="path602" d="m483.43 624.84c-3.289 0 16.443 0 26.309 3.288 9.866 3.289 13.154 26.309 13.154 26.309" stroke-width="1pt" fill="none"/>
333
+ <path id="path603" d="m480.14 647.86s13.154-6.577 26.309 0 6.577 29.598 6.577 29.598" stroke-width="1pt" fill="none"/>
334
+ <path id="path604" d="m470.28 674.17c0-3.288 19.732-9.866 26.309-6.577s6.577 32.886 6.577 32.886" stroke-width="1pt" fill="none"/>
335
+ <path id="path605" d="m463.7 710.34s16.443-13.154 26.309-13.154 6.577 23.02 6.577 23.02" stroke-width="1pt" fill="none"/>
336
+ <path id="path606" d="m460.41 739.94 23.021-13.154 9.865 19.731" stroke-width="1pt" fill="none"/>
337
+ <path id="path607" d="m746.52 588.66s13.155-3.289 32.886 0c19.732 3.288 26.31 26.309 26.31 26.309" stroke-width="1pt" fill="none"/>
338
+ <path id="path608" d="m753.1 614.97c0-3.289 19.732-3.289 26.309 0 6.578 3.288 16.444 19.732 16.444 19.732" stroke-width="1pt" fill="none"/>
339
+ <path id="path609" d="m789.27 684.03c-3.288 0 3.289 13.155 6.578 29.598 3.288 16.443-13.155 32.886-13.155 32.886" stroke-width="1pt" fill="none"/>
340
+ <path id="path610" d="m855.05 670.88c-3.288 0 19.732 23.02 23.021 42.752 3.288 19.732-16.444 39.464-16.444 39.464" stroke-width="1pt" fill="none"/>
341
+ <path id="path611" d="m871.49 661.01s23.021 32.886 23.021 49.329c0 16.444-16.443 42.753-16.443 42.753" stroke-width="1pt" fill="none"/>
342
+ <path id="path612" d="m894.51 637.99s9.866 13.155 13.154 29.598c3.289 16.443-6.577 42.752-6.577 42.752" stroke-width="1pt" fill="none"/>
343
+ <path id="path613" d="m924.11 677.46s16.443 19.732 9.866 36.175c-6.578 16.443-19.732 29.598-19.732 29.598" stroke-width="1pt" fill="none"/>
344
+ <path id="path614" d="m950.42 687.32c-3.289 3.288 6.577 23.02 3.288 32.886-3.288 9.866-19.731 26.309-19.731 26.309" stroke-width="1pt" fill="none"/>
345
+ <path id="path615" d="m957 634.7c0 3.288 23.021 23.02 23.021 46.041 0 23.02-13.155 46.041-13.155 46.041" stroke-width="1pt" fill="none"/>
346
+ <path id="path616" d="m920.82 598.53s16.443 3.289 19.732 19.732c3.289 16.444-9.866 32.887-9.866 32.887" transform="translate(-55.085 -38.642)" stroke-width="1pt" fill="none"/>
347
+ <path id="path617" d="m927.4 568.93s26.309 29.597 32.887 39.463c6.577 9.866-3.289 32.887-3.289 32.887" transform="translate(-55.085 -38.642)" stroke-width="1pt" fill="none"/>
348
+ <path id="path618" d="m920.82 565.64c3.289 3.289 32.886 3.289 46.041 19.732s6.577 46.041 6.577 46.041" transform="translate(-55.085 -38.642)" stroke-width="1pt" fill="none"/>
349
+ </g>
350
+ <path id="path1052" d="m503.45 7.0847c5.813-4.6508 24.417-15.115 59.298-13.953 34.881 1.1627 59.299 17.441 59.299 17.441l-2.326-45.346s-23.254-11.627-54.647-11.627-58.136 6.9762-58.136 6.9762l-3.488 46.509z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="#ffd400"/>
351
+ <g id="g577" fill-rule="evenodd" transform="matrix(1 0 0 .92685 0 76.981)" stroke="#000" stroke-width="1.25" fill="#ffd400">
352
+ <path id="path551" d="m148.7 515.65c0 17.668 2.547 28.856 20.264 28.856 17.716 0 24.239-17.836 24.664-30.5 0.538-15.992 3.489-40.366 38.921-40.366 17.717 0 128.01-11.771 131.3 248.03 3.288 259.8-184.24 206.72-184.24 206.72s-20.175 88.581 90.067 232.5c84.663 104.07 205.54 106.88 205.54 106.88s18.724 41.77 56.289 95.64c54.318 77.9 124.02 61 124.02 78.72 0 17.71-17.545 9.92-17.717 25.93 0.172 19.42 9.363 27.9 26.509 27.22s17.104-17.77 18.419-53.15c0.661-17.77-17.71-25.26-27.211-25.57-19.554-0.63-70.866-16.2-106.3-63.02-29.718-32.81-53.15-88.58-53.15-88.58s46.16-17.72 35.051-38.3c-11.505-13.08-46.041 13.16-46.041 13.16s-6.727-45.73-27.953-46.05c-31.923 0.32 1.866 28.81 10.087 53.47-17.494 1.23-106.6-11.14-183.74-99.72-71.832-88.41-87.531-174.8-87.421-202.59 44.945 16.356 185.51 7.256 185.51-223.26-7.02-292.78-124.04-265.75-159.47-265.75-42.01 0-73.414 42.01-73.414 59.727z" transform="translate(-166.41 -442.96)"/>
353
+ <path id="path556" d="m148.7 515.65c0 17.668 2.547 28.856 20.264 28.856 17.716 0 24.239-17.836 24.664-30.5 0.538-15.992 3.489-40.366 38.921-40.366 17.717 0 128.01-11.771 131.3 248.03 3.288 259.8-184.24 206.72-184.24 206.72s-20.175 88.581 90.067 232.5c84.663 104.07 205.54 106.88 205.54 106.88s18.724 41.77 56.289 95.64c54.318 77.9 124.02 61 124.02 78.72 0 17.71-17.545 9.92-17.717 25.93 0.172 19.42 9.363 27.9 26.509 27.22s17.104-17.77 18.419-53.15c0.661-17.77-17.71-25.26-27.211-25.57-19.554-0.63-70.866-16.2-106.3-63.02-29.718-32.81-53.15-88.58-53.15-88.58s46.16-17.72 35.051-38.3c-11.505-13.08-46.041 13.16-46.041 13.16s-6.727-45.73-27.953-46.05c-31.923 0.32 1.866 28.81 10.087 53.47-17.494 1.23-106.6-11.14-183.74-99.72-71.832-88.41-87.531-174.8-87.421-202.59 44.945 16.356 185.51 7.256 185.51-223.26-7.02-292.78-124.04-265.75-159.47-265.75-42.01 0-73.414 42.01-73.414 59.727z" transform="matrix(-1 0 0 1 1289.7 -442.96)"/>
354
+ <path id="path557" d="m238.56-187.8c26.42 0 22.65 26.716 17.717 42.978-4.933 16.261-35.433 27.888-63.117 10.172 7.642 26.836 27.684 106.3 109.4 108.34 95.371-2.0366 103.64-71.797 209.37-72.35 105.73-0.5527 124.84 15.498 123.44 52.597-1.257 33.442-9.085 53.15-35.434 53.15-17.716 0-35.764-15.68-35.433-35.433 0.332-19.753 22.568-20.962 37.859-19.34 5.425-16.094-20.142-33.81-91.008-33.81-70.164-0.9237-124.67 73.274-216.75 70.866-92.082-2.4075-132.95-114.04-115.45-141.73 18.525-33.809 31.256-35.433 59.401-35.433z" transform="matrix(-1 0 0 1 1237.8 -70.866)"/>
355
+ <path id="path554" d="m238.56-187.8c26.42 0 22.65 26.716 17.717 42.978-4.933 16.261-35.433 27.888-63.117 10.172 7.642 26.836 27.684 106.3 109.4 108.34 95.371-2.0366 103.64-71.797 209.37-72.35 105.73-0.5527 124.84 15.498 123.44 52.597-1.257 33.442-9.085 53.15-35.434 53.15-17.716 0-35.764-15.68-35.433-35.433 0.332-19.753 22.568-20.962 37.859-19.34 5.425-16.094-20.142-33.81-91.008-33.81-70.164-0.9237-124.67 73.274-216.75 70.866-92.082-2.4075-132.95-114.04-115.45-141.73 18.525-33.809 31.256-35.433 59.401-35.433z" transform="translate(-114.54 -70.866)"/>
356
+ </g>
357
+ </g>
358
+ <path id="path1756" d="m-1576.8 1353.5c17.72 2.98 674.45-205.79 673.23-531.49v-1594.5h-1346.5v1594.5c-1.22 325.7 673.23 531.49 673.23 531.49z" transform="translate(-2078.9 -953.42)" stroke="#000" stroke-width="11.125" fill="none"/>
359
+ </g>
360
+ </g>
361
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bn.svg ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- /Creative Commons Public Domain -->
3
+ <!--
4
+
5
+ <rdf:RDF xmlns="http://web.resource.org/cc/"
6
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
8
+ <Work rdf:about="">
9
+ <dc:title>SVG graphic of Brunei Darussalam flag</dc:title>
10
+ <dc:rights><Agent>
11
+ <dc:title>Gustav Broberg</dc:title>
12
+ </Agent></dc:rights>
13
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
14
+ </Work>
15
+
16
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
17
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
18
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
19
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
20
+ </License>
21
+ </rdf:RDF>
22
+ -->
23
+ <!-- Created with Inkscape ("http://www.inkscape.org/") -->
24
+ <svg id="svg647" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" docbase="." height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
25
+ <metadata id="metadata3116">
26
+ <rdf:RDF>
27
+ <cc:Work rdf:about="">
28
+ <dc:format>image/svg+xml</dc:format>
29
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
30
+ </cc:Work>
31
+ </rdf:RDF>
32
+ </metadata>
33
+ <defs id="defs649">
34
+ <clipPath id="clipPath3811" clipPathUnits="userSpaceOnUse">
35
+ <rect id="rect3813" height="512" width="512" y="0" x="6" fill="#808080"/>
36
+ </clipPath>
37
+ </defs>
38
+ <namedview id="base" gridspacingy="9.72mm" snaptogrid="false" snaptoguides="false" showgrid="false" gridoriginx="0mm"/>
39
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath3811)" transform="translate(-6)">
40
+ <g id="g3706" stroke-width="1pt" transform="matrix(1.0321 0 0 1.0321 -214.76 -16.45)">
41
+ <path id="path1456" d="m-0.12207 50.188 0.12207 117.99 992.13 206.02v-117.14l-992.25-206.87z" nodetypes="ccccc" fill="#fff"/>
42
+ <path id="path654" d="m0 270.84v241.16h992.13v-34.441l-992.13-206.72z" nodetypes="ccccc" fill="#fdd114"/>
43
+ <path id="path656" d="m992.13 257.09v-241.16h-992.13v34.441l992.13 206.72z" nodetypes="ccccc" fill="#fdd114"/>
44
+ <path id="path658" d="m0 167.56v103.35l992.45 206.65-0.32-103.36-992.13-206.64z" nodetypes="ccccc"/>
45
+ </g>
46
+ <g id="g1129" transform="translate(-223.83 4.9618)">
47
+ <rect id="rect694" transform="matrix(.93978 0 0 .93988 233.07 -374.06)" height="25.46" width="9.5389" stroke="#000" y="617.61" x="274.57" stroke-width="1.5623" fill="#cf1126"/>
48
+ <path id="path611" d="m415.12 645.68c-0.241-33.566 1.125-65.845 3.766-75.002s6.556-11.06 11.416-15.608c-11.512-1.043-24.218 8.647-30.06 21.408-3.707-14.398-10.639-24.156-16.739-29.056-6.099 4.9-13.292 14.808-16.568 29.183-6.01-10.712-16.555-22.588-29.028-21.254 4.434 4.62 8.481 6.332 11.178 15.285s4.044 41.016 3.075 74.6" transform="matrix(.42824 0 0 .48940 331.28 -46.419)" stroke="#000" stroke-width="3.2074" nodetypes="cscccccsc" fill="#cf1126"/>
49
+ <path id="path610" d="m414.44 641.96c-0.241-33.565 1.37-62.22 3.677-71.327 2.309-9.106 5.993-10.806 11.258-14.746-11.512-1.043-22.481 1.756-28.902 17.355-3.592-14.5-10.639-21.623-16.739-26.523-6.099 4.9-13.292 12.274-16.568 26.649-7.053-15.474-16.903-18.94-29.376-17.606 5.186 4.316 9.262 5.927 11.8 14.855s2.859 37.315 1.89 70.899" transform="matrix(.46698 0 0 .58735 316.32 -66.37)" stroke="#000" stroke-width="2.8036" nodetypes="cscccccsc" fill="#cf1126"/>
50
+ <path id="path609" d="m417.5 590.83c-0.312-7.812 0.76-18.303 2.535-22.357 1.776-4.055 4.254-7.016 6.754-10.453-10.722-1.546-21.625-0.757-27.414 14.968-3.75-14.375-9.375-21.875-15.475-26.775-6.099 4.9-11.396 12.4-15.146 26.775-5.789-15.725-16.745-16.678-27.796-14.968 2.5 3.437 5.074 6.398 6.945 10.453 1.871 4.054 3.039 14.545 2.726 22.357" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="cscccccsc" fill="#cf1126"/>
51
+ <path id="path689" d="m378.95 610.77v32.211h11.369v-32.211h-11.369z" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-width="2.5" fill="#cf1126"/>
52
+ <path id="path660" opacity="0.99" stroke-linejoin="bevel" d="m457.89 1168.7c2.813 1.88 14.035 3.85 34.376 0.31 35.513-6.22 35.216-41.25 90.529-25-2.5-5-11.25-20.31-32.813-20.93 2.188-7.19 3.75-17.81-0.312-24.38-4.167 9.27-10.618 13.58-15.296 16.61-1.441-0.78-9.8-7.61-10.706-17.9-1.256-20.4-11.211-24-12.268-23.46-6.39-0.18-44.87 60.65-127.27 61.05-81.189 0.39-121.82-60.51-126.41-61.05-1.057-0.54-11.012 3.06-12.268 23.46-0.906 10.29-9.363 16.82-10.784 17.73-4.658-2.9-11.051-7.17-15.218-16.44-4.062 6.57-2.5 17.19-0.312 24.38-21.563 0.62-30.313 15.93-32.813 20.93 55.313-16.25 55.424 18.78 90.937 25 20.341 3.54 30.886 1.88 33.699 0.01" transform="matrix(.5873 0 0 .58735 269.69 -293.16)" stroke="#000" stroke-width="2.5" fill="#cf1126"/>
53
+ <path id="path661" opacity="0.99" stroke-linejoin="bevel" d="m286.28 1151.2c-19.265-0.77-56.848-30.07-51.514-36.1 1.693-1.71 9.973 0.05 24.308 10.08 21.275 14.5 39.529 60.22 124.88 59.87 86.98-0.35 104.83-45.37 126.1-59.87 14.335-10.03 23.279-11.63 24.288-9.67 5.12 5.78-32.499 35.01-51.764 35.78" transform="matrix(.5873 0 0 .58735 269.69 -293.16)" stroke="#000" stroke-width="2.5" fill="#cf1126"/>
54
+ <path id="path590" d="m259.2 399.54c-76.11 80.185-35.168 264.36 123.02 267.02 159.04 1.782 205.43-184.26 126.41-267.37m-234.02 3.103c-40.49 68.178 1.604 187.64 109.88 187.64 109.17 0 149.18-120.33 109.08-188.05" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="cccccc" fill="#cf1126"/>
55
+ <path id="path596" d="m512.19 379.9c3.25 0.722 6.215 4.078 5.021 7.527-1.326 4.112-6.221 5.111-8.071 4.811-1.99-1.194-0.797-2.918 5.306-3.582 3.979-1.459 0.355-4.15-2.653-5.439-1.635-0.701-1.129-3.656 0.397-3.317z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccccss" fill="#fdd114"/>
56
+ <path id="path597" d="m502.11 378.84c1.511-1.719 2.739 3.55 3.075 7.204 0.44 3.567 0.486 7.967-0.952 8.185-0.877 0.147-0.141-4.096-1.047-7.989-1.183-4.507-1.693-6.644-1.076-7.4z" stroke="#cf1126" stroke-width=".22025" nodetypes="cssss" fill="#fdd114"/>
57
+ <path id="path598" d="m498.64 385.34c3.794 3.677-2.633 14.328-16.694 9.685-0.796-1.459 5.584-0.016 10.081-0.796 8.558-1.351 4.886-10.52 6.613-8.889z" stroke="#cb4f46" stroke-width=".22025" nodetypes="ccss" fill="#fdd114"/>
58
+ <path id="path599" d="m491.76 378.04c1.512-1.719 0.631 3.723 0.946 7.379 0.308 3.435-0.076 7.616-1.706 7.075-0.883-0.426 0.564-4.284-0.342-7.911-0.971-4.558-0.045-5.389 1.102-6.543z" stroke="#cf1126" stroke-width=".22025" nodetypes="cssss" fill="#fdd114"/>
59
+ <path id="path600" d="m482.11 376.58c2.683-0.017 1.964 0.736 1.773 7.903-0.21 8.032-6.993 8.931-8.605 6.727-1.355-1.729-0.858-2.249-6.92-1.67-1.356-0.683-1.304-2.136-5.733-1.764-1.145 0.211-1.107-1.961-3.173-3.259-3.602-2.152-4.801 1.587-11.669-2.37-0.429-0.24-3.216-2.006-2.707-5.497 0.531-4.411-3.492 0.539-7.913-1.386-0.855-0.382-3.446-1.46-5.732-3.466-3.227-2.775 0.152-3.336 4.512-0.507 2.692 1.707 6.646-2.221 6.753-6.152 0.241-4.16-1.829-5.254 1.379-5.151 1.789 0.053 1.364 7.269-1.676 10.463-4.068 4.397-1.323 3.549 0.13 3.328 1.515-0.379 8.407-8.919 9.556-8.186 1.79 1.216-5.373 6.676-3.769 11.844 0.766 2.304 5.036 4.511 8.551 4.868 4.133 0.688 4.145-4.924 5.82-3.861 2.318 1.521-4.43 4.385 2.655 6.474 1.565 0.469 2.469-3.516 3.395-3.343 2.223 0.363-1.453 4.654 2.522 5.336 2.771 0.461 2.012-4.007 3.73-3.735 1.988-0.127 0.122 7.147 5.633 6.405 2.323-0.304-1.311-12.985 1.488-13.001z" stroke="#cf1126" stroke-width=".22025" nodetypes="csscsssssssssssssssssssss" fill="#fdd114"/>
60
+ <path id="path601" d="m432.16 367.14c1.596-0.341 4.331-1.823 4.445-4.217 0.228-2.621-3.419-3.533-7.75-2.849-2.279 0.342-6.153-1.14-8.433-3.078-2.279-2.849-2.279-6.039-5.014-4.672-2.051 0.911 2.849 6.154 5.242 7.408 2.394 1.254 6.269 1.14 6.496 2.963 0.228 1.824-0.912 4.673 5.014 4.445z" stroke="#cf1126" stroke-width=".22025" nodetypes="cccccccc" fill="#fdd114"/>
61
+ <path id="path604" d="m529.14 379.37c-0.88 0.426-1.594 8.39 3.379 8.562 6.247 0.223 9.388-2.945 10.953-4.071 2.599-1.975 7.283-5.923 5.115-9.327-1.085-1.236-1.684 2.274-2.935 4.328-1.702 3.012-7.529 6.586-11.992 6.099-5.467-0.336-3.407-5.876-4.52-5.591z" stroke="#cf1126" stroke-width=".22025" nodetypes="csscsss" fill="#fdd114"/>
62
+ <path id="path605" d="m541.98 375.68c-1.271-0.961 2.826-2.534 3.25-4.021 0.425-1.487-1.81-2.888-0.567-4.517 1.303-2.145 1.374 4.043 3.03 4.221 4.586 0.478 1.312 3.44-0.418 2.868-1.958-0.584-4.528 2.172-5.295 1.449z" stroke="#cf1126" stroke-width=".22025" nodetypes="csssss" fill="#fdd114"/>
63
+ <path id="path606" d="m538.43 366.31c-0.295 2.066 0.959 2.582 1.329 1.402 0.442-2.214-0.813-3.247-1.329-1.402z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccc" fill="#fdd114"/>
64
+ <path id="path607" d="m541.75 364.17c-0.738 0.058-0.841 2.621 0.12 2.692 1.037 0.082 0.558 1.831 1.429 1.808 1.036-0.027 1.115-2.934-0.057-2.961-1.09-0.027-0.833-1.527-1.492-1.539z" stroke="#cf1126" stroke-width=".22025" nodetypes="cssss" fill="#fdd114"/>
65
+ <path id="path608" d="m550.05 363.68c-0.877 1.11-2.542-4.277 3.06-5.048 2.663 0.235 4.934 4.621 4.699 8.85-0.089 1.564-0.156 5.091-1.017 6.814-0.706 1.645-3.29 7.05-4.543 6.58-1.253-0.471 0.328-2.734 2.428-5.875 1.698-2.572 2.35-9.712 1.488-10.965s-1.729 3.133-3.524 4.073c-1.494 0.783-3.054-1.482-3.289-2.578-0.186-1.3 0.998-2.1 1.8-0.555 0.64 1.161 2.607-1.143 2.561-2.789 0.052-2.662-1.713-0.551-3.663 1.493z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccsccscsssss" fill="#fdd114"/>
66
+ <path id="path614" d="m562.12 351.66c-0.705 1.019-3.132 3.29-3.602 4.23s-0.549 2.584 0.234 4.151c0.784 1.566 2.428 4.072 2.115 6.344-0.314 2.271-1.88 6.97-1.018 6.579 0.861-0.392 2.976-5.013 2.506-8.538-0.47-3.524-2.115-5.482-1.802-6.657 0.313-1.174 2.271-3.367 2.663-4.855 0.392-1.489-0.235-5.483-0.783-5.796s-2.506 0.392-1.88 1.723c0.627 1.332 1.958 0.548 1.567 2.819z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccccccccccc" fill="#fdd114"/>
67
+ <path id="path615" d="m565.34 353.48c-0.88 0.801-0.442 5.164 0.767 3.606 1.099-1.518-0.063-4.319-0.767-3.606z" stroke="#cf1126" stroke-width=".20734" nodetypes="css" fill="#fdd114"/>
68
+ <path id="path616" d="m542.32 385.88c-0.412 1.91 1.469 2.514 1.986 1.423 0.618-2.046-1.264-3.128-1.986-1.423z" stroke="#cf1126" stroke-width=".25044" nodetypes="ccc" fill="#fdd114"/>
69
+ <path id="path620" d="m545.2 384.26c-0.611 1.567 2.115 1.704 2.881 0.809 0.916-1.679-1.811-2.208-2.881-0.809z" stroke="#cf1126" stroke-width=".27617" nodetypes="ccc" fill="#fdd114"/>
70
+ <path id="path603" d="m431.82 361.67c-1.458-0.652-1.367 2.279-0.683 3.077 0.683 0.798 4.659-1.248 0.683-3.077z" stroke="#cf1126" stroke-width=".22025" nodetypes="ccs" fill="#cf1126"/>
71
+ <path id="path676" d="m385.65 680.28c-24.945 4.993-42.073 19.615-34.043 24.588 4.917 3.278 28.013-5.728 32.886-13.373 8.861 13.523 32.9 18.624 38.706 15.592" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" nodetypes="cscc" fill="#cf1126"/>
72
+ <path id="path696" d="m256.27 672.28c4.14 6.398 25.59 21.827 41.019 22.956 15.43 1.129 50.427 8.279 57.201 5.268 6.774-3.01 25.966-16.182 30.858-13.924 4.893 2.258 33.493 18.064 44.03 17.687 10.537-0.376 78.651-19.568 80.909-23.331 2.258-3.764-13.548-13.548-23.708-13.548-10.161 0-230.31 5.269-230.31 4.892z" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke-width="1pt" fill="#cf1126"/>
73
+ <path id="path675" d="m316.2 703.33c0.124 3.846 3.081 6.627 10.173 6.7 11.91 0.248 32.057-5.385 44.091-18.907" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/>
74
+ <path id="path674" d="m280.47 697.62c-0.62 3.226 4.715 7.444 15.136 7.568s46.772-4.342 58.434-16.5" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/>
75
+ <path id="path673" d="m255.86 687.85c-5.583 7.195 12.204 9.774 22.873 9.649 10.67-0.124 38.206-0.266 50.539-9.446" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/>
76
+ <path id="path672" d="m236.37 675.78c-5.335 7.072 12.591 13.283 34.426 12.787 20.098-0.496 40.569-7.444 40.569-7.444" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/>
77
+ <path id="path680" d="m452.48 703.33c-0.124 3.846-3.081 6.627-10.173 6.7-11.91 0.248-32.057-5.385-44.091-18.907" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/>
78
+ <path id="path679" d="m488.21 697.62c0.62 3.226-4.715 7.444-15.136 7.568s-46.772-4.342-58.434-16.5" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/>
79
+ <path id="path678" d="m512.66 688c5.583 7.196-12.048 9.618-22.717 9.493-10.67-0.124-38.206-0.266-50.539-9.446" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/>
80
+ <path id="path677" d="m532.37 675.66c5.335 7.072-12.651 13.404-34.486 12.908-20.098-0.496-40.569-7.444-40.569-7.444" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/>
81
+ <path id="path681" d="m279.21 675.12c-27.735 4.005-40.51 1.964-46.045-0.682-6.915-3.043-18.757-12.309-1.265-12.646 11.59-0.226 17.431 0.659 30.607 0.59 33.705-0.422 82.36-27.036 97.11-27.145 13.701-0.101 17.336 6.233 25.147 6.362 7.998 0.093 10.587-6.463 24.288-6.362 14.75 0.109 63.405 26.723 97.11 27.145 13.176 0.069 19.017-0.816 30.607-0.59 17.492 0.337 5.65 9.603-1.265 12.646-5.535 2.646-18.31 4.687-46.045 0.682" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" stroke="#000" stroke-linecap="round" stroke-width="2.5" fill="#cf1126"/>
82
+ <path id="path618" d="m383.55 280.29c-13.048 0.655-31.007-1.574-36.774 12.977-8.783 16.647-6.306 35.518-2.36 35.916 7.065 0.779 7.737-18.847 10.749-18.876 3.149-0.036 3.146 17.041 9.307 16.91 4.588-0.131 7.472-17.172 8.914-17.041s4.457 16.385 10.26 16.385c6.197 0 8.818-16.254 10.26-16.385s4.326 16.91 8.914 17.041c6.161 0.131 6.158-16.946 9.307-16.91 3.012 0.029 4.339 19.524 11.404 18.745 3.946-0.398 5.899-19.138-2.884-35.785-5.767-14.551-24.119-12.322-37.097-12.977z" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="ccccccccccccc" fill="#cf1126"/>
83
+ <path id="path619" d="m352.22 286.25c3.504 5.887 30.835 5.747 32.377 5.747s25.369 0.28 30.975-5.466" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="ccc" fill="#cf1126"/>
84
+ <path id="path628" d="m378.62 224.86v58.032s0.314 3.24 5.124 3.345 5.541-2.718 5.541-3.137l-0.209-58.345" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="ccccc" fill="#cf1126"/>
85
+ <path id="path625" d="m384.25 231.59c21.864-1.121 28.383 11.774 34.55 14.577s8.97 3.924 17.38 3.363c8.409-0.56-14.577 14.017-14.577 14.577l8.41 15.137c-7.849 1.121-22.713-6.125-28.592-10.091-6.65-3.927-14.016-1.682-16.819-2.243l-0.352-35.32z" transform="matrix(.5873 0 0 .58735 270.1 -25.419)" stroke="#000" stroke-width="2.5" nodetypes="cccccscc" fill="#cf1126"/>
86
+ <path id="path690" d="m313.4 264.67c0 4.333-3.893 7.849-8.689 7.849-4.797 0-8.69-3.516-8.69-7.849 0-4.332 3.893-7.848 8.69-7.848 4.796 0 8.689 3.516 8.689 7.848z" transform="matrix(.85253 0 0 .90201 235.71 -138.5)" stroke="#000" stroke-width="1.6744" fill="#cf1126"/>
87
+ <g id="g796" transform="matrix(.5873 0 0 .58735 269.69 -202.36)" stroke="#cf1126" stroke-width=".375" fill="#fdd114">
88
+ <path id="path621" d="m249.32 508.25c-1.666 2.331-3.103-3.799-8.827 0.499-3.228 2.759-4.521 6.987-4.498 15.822 0.02 7.491 4.331 12.492 6.83 11.992 3.83-0.5 1.831-9.66 5.995-11.325 5.996-2.832 14.49 1.498 15.989 6.994s-2.832 11.492-7.495 10.826c-2.665-0.999 1.499-4.829 1.832-6.495 0.333-1.665 0.832-7.162-3.165-8.66-3.997-1.499-3.33 3.997-3.497 5.496-0.166 1.499-2.998 6.162-6.162 5.995-3.164-0.166-8.193-0.149-13.158-5.495-2.632-2.743-5.829-10.16-2.997-19.487 2.831-9.326 7.661-10.159 10.326-10.326 2.664-0.166 9.493 1.499 8.827 4.164z" transform="translate(0 295.17)" nodetypes="cssccccccccsccc"/>
89
+ <path id="path622" d="m242.49 547.06c-2.779-1.485 1.045-6.896-6.162-4.996-2.9 0.808 4.33 9.16 7.494 9.494 3.498-0.334 2.523-2.604-1.332-4.498z" transform="translate(0 295.17)" nodetypes="cscs"/>
90
+ <path id="path623" d="m250.15 551.56c1.498 6.828 2.917 6.249 3.164 9.659 0.124 4.356-7.329 2.498-8.328 4.496-0.999 1.999-2.331 7.162 2.498 7.495 4.83 0.333 11.762-1.523 13.157 1.832 3.761 9.443 11.782 8.074 15.522 6.605 4.23-1.693 14.185-10.664 16.455-11.435 3.38-1.238-3.164-3.664-6.994-0.333-0.999 1-9.327 9.494-13.657 9.66-3.163 0.352-8.063-7.666-7.828-10.492 0.333-1.999 7.62-0.35 8.661-4.497 0.775-2.963 0.832-6.163-1.499-6.329-2.332-0.167-13.324 1.332-13.657-0.333-1.999-4.83 1.999-6.828 0.5-8.161-1.666-0.666-7.828-1.665-7.994 1.833z" transform="translate(0 295.17)" nodetypes="csccssscssscccc"/>
91
+ <path id="path638" d="m287.18 578.04c-3.524 3.691-12.801 9.6-12.801 13.774 0 2.366 2.589 6.075 4.73 6.957 3.196 1.259 8.098 0.944 11.827-1.948 4.217-3.426 6.114-6.899 4.314-7.513-6.378-1.823-6.539 6.968-9.601 7.235-2.925 0.243-7.374-4.453-1.53-10.297 5.843-5.843 13.914-11.687 13.635-13.357-0.278-1.669-8.045 2.6-10.574 5.149z" transform="translate(0 295.17)" nodetypes="csssssccs"/>
92
+ <path id="path639" d="m259.35 585.69c-0.261 2.351 5.983 2.365 7.096 0.278 0.834-1.53-6.818-2.643-7.096-0.278z" transform="translate(12.662 312)" nodetypes="ccs"/>
93
+ <path id="path640" d="m273.84 583.06c-3.524 3.691 0.417 7.887 3.109 11.326 1.491 1.837 4.915 3.627 7.056 4.509 3.196 1.259 9.566 0.822 13.295-2.07 4.217-3.426 4.55-9.443 1.989-9.471-6.619-0.074-2.011 8.804-5.073 9.071-2.925 0.243-11.126-1.606-15.115-10.053-2.279-4.979 4.202-5.931 3.232-8.094-0.988-2.324-5.964 2.233-8.493 4.782z" transform="translate(19.201 316.18)" nodetypes="cssssssss"/>
94
+ <path id="path641" d="m259.35 585.69c-0.261 2.351 5.983 2.365 7.096 0.278 0.834-1.53-6.818-2.643-7.096-0.278z" transform="matrix(.74604 -.66590 .66590 .74604 -273.27 634.66)" nodetypes="ccs"/>
95
+ <path id="path642" d="m319.56 621.31c-0.19 2.708 0.612 6.364-2.57 6.487-3.182 0.122-7.221-4.162-10.403-4.039-3.182 0.122-4.529 2.57-4.162 3.917 0.367 1.346 5.875 2.937 15.299 2.325s7.343 5.14 13.952 4.65c6.609-0.489 7.588-2.692 7.099-4.16-0.49-1.469-6.119-0.49-8.2-0.857-2.081-0.368-5.752-3.672-6.242-6.487-0.489-2.815-0.489-7.667 1.958-7.71 4.529-0.079 2.437 4.115 2.61 5.587 0.153 1.303 1.634 2.654 3.632 0.287 2.653-3.141 1.224-8.078-1.346-9.791s-11.148 3.2-11.627 9.791z" transform="translate(0 295.17)" nodetypes="cccccccccssscs"/>
96
+ <path id="path643" d="m342.93 621.8c-0.482 4.853-3.955 5.206-3.549 6.976 0.502 2.034 1.759 2.672 2.57 7.71 0.459 2.484 3.549 3.537 7.466 3.305 3.201-0.088 5.389-4.424 7.465-4.284 2.935 0.157 0.49 6.801 7.344 6.732 5.507-0.052 6.854-4.774 8.812-4.896 1.958-0.123 1.713 5.507 6.242 5.507 4.528 0 6.486-5.14 8.567-5.262 2.203 0.122 2.203 5.507 8.934 5.14 6.732-0.368 11.75-1.346 13.341-2.692 1.591-1.347 2.325-5.753 4.528-5.998 2.203-0.244 5.63 4.161 8.69 4.161s9.423-7.709 11.381-7.832c1.959-0.122 3.55 4.773 7.956 4.773 6.854-0.122 7.655-9.033 10.847-9.454 5.754-0.56 5.981-2.907 6.287-3.519 0.612-1.714-0.044-9.749-1.351-13.418-0.635-1.936-7.95-18.281-11.254-18.648-3.305-0.367-2.326 4.406-0.368 7.221 1.959 2.815 11.994 15.91 10.648 19.704-1.346 3.795-8.445-1.591-14.075-1.591-7.833 0-12.592 15.836-18.114 16.4-2.425 0.26-5.017-2.08-4.16-3.794 1.591-2.447 3.426-8.322-2.693-7.465-6.119 0.856-12.361 3.671-11.382 6.976 0.979 3.304 4.651 6.609 0.612 7.955s-11.015 1.714-14.442 0.612c-3.427-1.101-1.347-8.812-3.427-8.812-2.325 0-2.447 9.057-5.752 9.302-3.304 0.244-6.242-1.102-6.976-3.672-0.735-2.57 1.224-5.752-0.979-6.119-2.203-0.368-4.407 10.158-7.711 9.913s-3.427-0.979-5.385-3.06c-1.958-2.08 1.713-9.179-1.591-9.791-3.305-0.612-6.61 10.526-8.812 10.404-2.204-0.123-5.508-0.245-6.487-2.448-0.49-1.102-0.353-7.993-0.243-10.787-0.061-1.322-3.182-0.741-2.939 0.751z" transform="translate(0 295.17)" nodetypes="cssssscccccccccscsccccsccccccsccsscscss"/>
97
+ <path id="path644" d="m454.18 591.81c6.031 9.131 11.463 21.479 14.809 22.152 2.228 0.327-6.977-16.521-10.036-20.316-2.57-3.916-9.961-9.795-4.773-1.836z" transform="translate(0 295.17)" nodetypes="cscs"/>
98
+ <path id="path645" d="m342.16 613.74c-1.144 2.287-0.735 4.493 1.225 4.166s4.492-4.166 3.839-4.901-3.512-1.388-5.064 0.735z" transform="matrix(.78722 0 0 .96873 73.021 314.67)"/>
99
+ <path id="path646" d="m471.9 595.86c-0.021 4.951 3.485 10.551 10.009 10.198 6.525-0.352 13.679-7.568 14.208-14.974s-8.612-12.843-10.904-11.256c-2.293 1.587 0.86 7.11 6.716 7.451 2.508 0.152 1.689 5.056-3.116 8.936-5.035 3.98-12.489 3.904-14.312 1.158-1.41-3.88-2.694-3.907-2.601-1.513z" transform="translate(0 295.17)" nodetypes="ccccsscs"/>
100
+ <path id="path647" d="m475.83 580.86c-0.954 1.961 1.035 6.481 3.192 6.281 2.187-0.214-2.492-7.579-3.192-6.281z" transform="translate(0 295.17)" nodetypes="css"/>
101
+ <path id="path648" d="m494.98 577.35c1.27 2.937 2.78 7.414 5.457 7.414 2.678 0 4.84 0.721 4.84 2.986s-6.98 9.806-7.208 12.357c-0.389 4.348 2.78 4.119 4.325 1.75 1.544-2.368 5.721-13.507 6.59-16.579 0.378-2.428 3.38-6.992 3.501-11.742-0.192-5.352 4.736-1.026 7.105-0.82 2.17 0.095 4.531-3.913 4.84-6.796 0.309-2.884-2.266-3.398-2.266-5.972 0-1.442 2.754-6.076 2.883-9.165 0.307-2.732-5.354-10.606-7.722-10.503-1.957 0.103-0.309 2.986 0.824 4.222 1.132 1.236 4.015 3.81 2.986 6.075-1.854 4.428-10.916 5.561-11.327 10.298-0.412 3.398 0.411 14.107-2.369 14.107s-5.056-6.69-9.37-6.694c-4.838-0.129-4.092 6.825-3.089 9.062z" transform="translate(0 295.17)" nodetypes="cccscsssssscccccss"/>
102
+ <path id="path651" d="m502.09 536.68c0.133 1.907 4.119 10.194 6.487 10.194 3.398 0-1.545-3.912-1.236-5.354s5.177-3.614 3.192-4.119c-3.55-1.087-8.619-3.242-8.443-0.721z" transform="translate(0 295.17)" nodetypes="cssss"/>
103
+ <path id="path652" d="m501.78 525.97c0.721 2.677 11.738 6.693 16.475 8.032s10.503 7.002 12.666 5.148c2.162-1.853-14.519-8.443-16.99-9.37s-12.666-6.487-12.151-3.81z" transform="translate(0 295.17)" nodetypes="ccccc"/>
104
+ <path id="path718" d="m535.04 543.27c4.119 0.102 1.853-8.033 0.823-9.989-1.029-1.957-2.574 3.707-2.368 5.355 0.206 1.647 0.309 4.531 1.545 4.634z" transform="translate(0 295.17)" nodetypes="cccc"/>
105
+ <path id="path655" d="m511.05 502.8c-0.035 1.843 11.379 0.535 16.682 1.956 2.288 0.641 10.091 4.839 11.532 3.81 1.648-2.163-10.606-6.796-17.608-6.796-2.267 0.034-10.566-1.143-10.606 1.03z" transform="translate(0 295.17)" nodetypes="cscss"/>
106
+ <path id="path720" d="m508.06 508.05c-2.043 2.187 6.884 4.633 14.828 4.942 7.913 0.309 13.041 5.063 12.357 8.547-1.133 5.87-11.018 2.059-9.782 5.252 0.72 2.471 5.067 1.564 5.56 4.222 0.341 2.678 3.131 3.149 2.982-0.152-0.016-2.627 6.131-6.954 5.977-8.189-0.309-2.471-4.016-11.121-13.49-12.048-9.473-0.926-15.824-5.491-18.432-2.574z" transform="translate(0 295.17)" nodetypes="csscsssss"/>
107
+ </g>
108
+ <path id="path629" d="m419.37 303.33c-0.746-0.431-3.405 1.959-2.451 2.492 1.81 1.025 3.585-1.858 2.451-2.492z" stroke="#cf1126" stroke-width=".073416" nodetypes="css" fill="#cf1126"/>
109
+ <path id="path634" d="m425.08 300.49c-1.291-0.161-1.915 2.58-0.835 2.743 2.744 0.379 3.285-2.447 0.835-2.743z" stroke="#cf1126" stroke-width=".073416" nodetypes="css" fill="#cf1126"/>
110
+ <path id="path649" d="m564.26 308.18c-0.611-0.003-2.54 0.847-1.874 2.178 0.665 1.33 2.574 1.362 3.447 0.605 0.778-0.737 0.602-2.77-1.573-2.783z" stroke="#cf1126" stroke-width=".073416" nodetypes="csss" fill="#cf1126"/>
111
+ <path id="path650" d="m571.82 302.37c0.195 1.463 1.265 1.226 2.116 0.907 0.968-0.423 1.25-1.703 0.303-2.177-0.988-0.494-2.619 0.226-2.419 1.27z" stroke="#cf1126" stroke-width=".073416" nodetypes="csss" fill="#cf1126"/>
112
+ <path id="path657" d="m528.12 336.58c-1.303 2.878-0.181 5.693 1.897 5.151s4.157-4.519 2.621-5.784-3.653-1.279-4.518 0.633z" stroke="#cf1126" stroke-width=".073416" nodetypes="cccs" fill="#cf1126"/>
113
+ <g id="g919" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" fill="#cf1126">
114
+ <path id="path697" d="m140.72 708.26c-8.256-0.75-27.018-4.503-27.769-0.75-0.75 3.752 10.132 47.657 15.761 53.285 5.628 5.629 31.896 17.637 34.523 16.136 2.626-1.501-5.254-28.894-8.256-33.772-3.002-4.879-12.008-22.515-11.257-23.266 0.75-0.75-3.378-11.633-3.002-11.633z" transform="translate(.75050 -.000030518)" stroke-width="1pt" nodetypes="ccccccc"/>
115
+ <path id="path632" d="m124.24 411.54c2.012-10.563 14.294 2.08 13.078 15.841-0.599 4.669 2.012 9.812 4.527 12.327" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccc"/>
116
+ <path id="path633" d="m134.8 412.04-0.461 0.614c6.16-10.424 12.116 4.416 13.036 21.518" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccc"/>
117
+ <path id="path631" d="m113.62 410.41c-0.356-8.536 13.509-10.988 12.651 19.87 6.045 3.912 13.16 18.85 13.515 24.186 4.537 1.067 12.093 6.646 13.933 11.27" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cccc"/>
118
+ <path id="path630" d="m147.62 581.4c0.648-23.495 1.018-73.806-1.442-79.264-4.326-10.103-26.09-21.818-32.722-37.702-6.639-16.804-12.299-55.134-9.604-59.754 3.529-6.659 15.295 8.181 12.094 24.542 14.228 16.717 11.237 26.675 13.871 28.81 8.774 6.757 22.171 11.382 24.541 17.428 4.877 10.817-1.066-15.295-4.979-20.63-3.912-5.335-10.67-17.072-6.046-19.917 4.623-2.846 12.804 4.624 13.871 6.758s12.093 14.227 15.294 17.072c5.691 4.268 20.064 13.809 19.778 21.988-0.015 13.222 1.159 100.21 1.159 100.21" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cssscssccccsc"/>
119
+ <path id="path581" d="m144.97 612.37s-0.09 9.457-0.089 9.635c4.104 4.996 21.234 5.552 25.068 5.531 3.752-0.11 19.87 0.178 23.617-5.977 0.089-0.178 0.232-8.033 0.232-10.192" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccscc"/>
120
+ <path id="path637" d="m144.2 585.22c-4.745 1.055-5.985 6.852-2.637 11.073 2.715 3.424 13.973 7.381 26.891 7.646 12.917 0.262 30.054-4.219 30.844-11.337 0.264-7.118-6.421-6.684-5.63-6.42" transform="translate(.70755 308.41)" stroke="#000" stroke-width="2.5" nodetypes="csccc"/>
121
+ <path id="path636" d="m144.2 585.31c-4.745 1.055-5.632 7.03-2.284 11.251 2.715 3.424 14.147 8.172 27.065 8.436 12.917 0.263 29.263-5.009 30.053-12.127 0.264-7.118-4.652-6.505-5.009-6.327" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="csccc"/>
122
+ <path id="path635" d="m171.09 592.6c17.135 0.264 28.208-8.172 28.208-12.653 0-4.482-5.536-4.746-8.964-3.428-3.427 1.318-8.699 4.665-19.771 4.745-11.334 0.345-21.354-7.908-24.781-7.645-3.427 0.264-6.112 3.98-5.009 7.909 1.357 3.897 13.445 11.599 30.317 11.072z" transform="translate(.70755 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cccscsc"/>
123
+ </g>
124
+ <g id="g929" transform="matrix(.5873 0 0 .58735 269.69 -198.82)" fill="#cf1126">
125
+ <path id="path869" d="m140.72 708.26c-8.256-0.75-27.018-4.503-27.769-0.75-0.75 3.752 10.132 47.657 15.761 53.285 5.628 5.629 31.896 17.637 34.523 16.136 2.626-1.501-5.254-28.894-8.256-33.772-3.002-4.879-12.008-22.515-11.257-23.266 0.75-0.75-3.378-11.633-3.002-11.633z" transform="matrix(-1 0 0 1 770.08 -.000061035)" stroke-width="1pt" nodetypes="ccccccc"/>
126
+ <path id="path870" d="m124.24 411.54c2.012-10.563 14.294 2.08 13.078 15.841-0.599 4.669 2.012 9.812 4.527 12.327" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccc"/>
127
+ <path id="path871" d="m134.8 412.04-0.461 0.614c6.16-10.424 12.116 4.416 13.036 21.518" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccc"/>
128
+ <path id="path872" d="m113.62 410.41c-0.356-8.536 13.509-10.988 12.651 19.87 6.045 3.912 13.16 18.85 13.515 24.186 4.537 1.067 12.093 6.646 13.933 11.27" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cccc"/>
129
+ <path id="path873" d="m147.62 581.4c0.648-23.495 1.018-73.806-1.442-79.264-4.326-10.103-26.09-21.818-32.722-37.702-6.639-16.804-12.299-55.134-9.604-59.754 3.529-6.659 15.295 8.181 12.094 24.542 14.228 16.717 11.237 26.675 13.871 28.81 8.774 6.757 22.171 11.382 24.541 17.428 4.877 10.817-1.066-15.295-4.979-20.63-3.912-5.335-10.67-17.072-6.046-19.917 4.623-2.846 12.804 4.624 13.871 6.758s12.093 14.227 15.294 17.072c5.691 4.268 20.064 13.809 19.778 21.988-0.015 13.222 1.159 100.21 1.159 100.21" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cssscssccccsc"/>
130
+ <path id="path874" d="m144.97 612.37s-0.09 9.457-0.089 9.635c4.104 4.996 21.234 5.552 25.068 5.531 3.752-0.11 19.87 0.178 23.617-5.977 0.089-0.178 0.232-8.033 0.232-10.192" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="ccscc"/>
131
+ <path id="path876" d="m144.2 585.22c-4.745 1.055-5.985 6.852-2.637 11.073 2.715 3.424 13.973 7.381 26.891 7.646 12.917 0.262 30.054-4.219 30.844-11.337 0.264-7.118-6.421-6.684-5.63-6.42" transform="matrix(-1 0 0 1 770.13 308.41)" stroke="#000" stroke-width="2.5" nodetypes="csccc"/>
132
+ <path id="path877" d="m144.2 585.31c-4.745 1.055-5.632 7.03-2.284 11.251 2.715 3.424 14.147 8.172 27.065 8.436 12.917 0.263 29.263-5.009 30.053-12.127 0.264-7.118-4.652-6.505-5.009-6.327" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="csccc"/>
133
+ <path id="path878" d="m171.09 592.6c17.135 0.264 28.208-8.172 28.208-12.653 0-4.482-5.536-4.746-8.964-3.428-3.427 1.318-8.699 4.665-19.771 4.745-11.334 0.345-21.354-7.908-24.781-7.645-3.427 0.264-6.112 3.98-5.009 7.909 1.357 3.897 13.445 11.599 30.317 11.072z" transform="matrix(-1 0 0 1 770.13 295.23)" stroke="#000" stroke-width="2.5" nodetypes="cccscsc"/>
134
+ </g>
135
+ </g>
136
+ </g>
137
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bo.svg ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <!--
4
+ On October 30, 2003, Brett Roper dedicated to the public domain the
5
+ work "SVG graphic of Bolivian Flag." Before making the dedication,
6
+ Brett Roper
7
+ represented that Brett Roper owned all copyrights in the
8
+ work. By making the dedication, Brett Roper made an overt act
9
+ of relinquishment in perpetuity of all present and future rights under
10
+ copyright law, whether vested or contingent, in "SVG graphic of Bolivian Flag."
11
+
12
+ Brett Roper understands that such relinquishment of all rights
13
+ includes the relinquishment of all rights to enforce (by lawsuit or
14
+ otherwise) those copyrights in the Work.
15
+
16
+ Brett Roper recognizes that, once placed in the public domain,
17
+ "SVG graphic of Bolivian Flag" may be freely reproduced,
18
+ distributed, transmitted, used,
19
+ modified, built upon, or otherwise exploited by anyone for any
20
+ purpose, commercial or non-commercial, and in any way, including by
21
+ methods that have not yet been invented or conceived.
22
+ -->
23
+ <svg id="canada" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" fill="#28ff09">
24
+ <metadata id="metadata3124">
25
+ <rdf:RDF>
26
+ <cc:Work rdf:about="">
27
+ <dc:format>image/svg+xml</dc:format>
28
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
29
+ </cc:Work>
30
+ </rdf:RDF>
31
+ </metadata>
32
+ <g id="flag" fill-rule="evenodd">
33
+ <rect id="rect558" height="167.36" width="512" y="344.64" x="0" fill="#009a00"/>
34
+ <rect id="rect556" height="175" width="512" y="-2.1316e-14" x="0" fill="#f00"/>
35
+ <rect id="rect557" height="169.65" width="512" y="175" x="0" fill="#ff0"/>
36
+ </g>
37
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bq.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg id="svg3112" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 5.12 5.12">
3
+ <metadata id="metadata3124">
4
+ <rdf:RDF>
5
+ <cc:Work rdf:about="">
6
+ <dc:format>image/svg+xml</dc:format>
7
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
8
+ <dc:title/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="g3126" transform="matrix(.56889 0 0 .85333 0 .75093)">
13
+ <rect id="rect3114" height="6" width="9" y="-.88" x="0" fill="#21468b"/>
14
+ <rect id="rect3116" height="4" width="9" y="-.88" x="0" fill="#fff"/>
15
+ <rect id="rect3118" height="2" width="9" y="-.88" x="0" fill="#ae1c28"/>
16
+ </g>
17
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/br.svg ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3194">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" stroke-width="1pt">
13
+ <rect id="rect552" fill-rule="evenodd" height="512" width="512" y="0" x="0" fill="#229e45"/>
14
+ <g id="g3551" transform="matrix(.74806 0 0 .74806 65.576 64.496)">
15
+ <path id="path554" d="m261.72 455.71 307.29-199.44-309.15-199.98-308.3 200.46 310.16 198.96z" fill-rule="evenodd" fill="#f8e509"/>
16
+ <path id="path557" d="m293.25 149.98c0 41.878-34.418 75.827-76.874 75.827-42.457 0-76.874-33.949-76.874-75.827s34.418-75.827 76.874-75.827c42.457 0 76.874 33.949 76.874 75.827z" fill-rule="evenodd" transform="matrix(1.6911 0 0 1.7117 -100.3 -.71516)" fill="#2b49a3"/>
17
+ <polygon id="polygon559" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -132.89 162.78)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
18
+ <polygon id="polygon560" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -45.771 184.84)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
19
+ <polygon id="polygon561" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.3448 0 0 1.3716 -34.894 172.87)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
20
+ <polygon id="polygon562" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.3204 0 0 1.3467 58.669 162.88)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
21
+ <polygon id="polygon563" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -84.912 110.55)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
22
+ <polygon id="polygon564" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -192.18 70.278)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
23
+ <polygon id="polygon565" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -179.28 123.85)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
24
+ <polygon id="polygon566" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.3751 0 0 1.4025 -3.9188 70.499)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
25
+ <polygon id="polygon567" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.083 0 0 1.1046 55.481 137.43)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
26
+ <polygon id="polygon568" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -79.913 190.38)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
27
+ <polygon id="polygon569" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.84693 0 0 .79301 167.62 231.47)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
28
+ <polygon id="polygon570" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -79.913 190.38)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
29
+ <polygon id="polygon571" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -79.913 190.38)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
30
+ <polygon id="polygon572" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -37.226 190.37)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
31
+ <polygon id="polygon573" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 -42.53 204.57)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
32
+ <polygon id="polygon574" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 46.108 178.72)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
33
+ <polygon id="polygon575" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 20.098 178.71)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
34
+ <polygon id="polygon576" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.65125 0 0 .66422 38.233 212.26)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
35
+ <polygon id="polygon577" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0393 0 0 1.06 120.35 213.95)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
36
+ <polygon id="polygon578" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.86091 0 0 .88028 139.46 236.14)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
37
+ <polygon id="polygon579" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.80183 0 0 .81855 163.18 242.54)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
38
+ <polygon id="polygon580" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.77230 0 0 .78768 199.27 220.26)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
39
+ <polygon id="polygon581" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.0086 0 0 .97287 105.45 240.62)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
40
+ <polygon id="polygon582" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.91998 0 0 .97287 125.85 252.28)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
41
+ <polygon id="polygon583" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.77230 0 0 .78768 139.93 245.86)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
42
+ <polygon id="polygon584" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.77230 0 0 .78768 121.49 245.86)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
43
+ <polygon id="polygon585" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.77230 0 0 .78768 90.179 218.48)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
44
+ <polygon id="polygon586" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(.65415 0 0 .66718 120.67 287.26)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
45
+ <polygon id="polygon587" d="m 228.54263,107.67979 -2.58769,-1.46504 -2.67388,1.30112 0.5937,-2.91377 -2.06371,-2.14093 2.95462,-0.33577 1.39843,-2.624291 1.23236,2.706261 2.92799,0.51903 -2.19299,2.00832 z" fill-rule="evenodd" transform="matrix(1.5567 0 0 1.5877 -132.89 97.877)" points="228.54 107.68 225.96 106.22 223.28 107.52 223.88 104.6 221.81 102.46 224.77 102.12 226.16 99.501 227.4 102.21 230.32 102.73 228.13 104.74" fill="#ffffef"/>
46
+ <path id="path726" d="m387.05 302.7c1.9812-5.1813 4.537-12.995 5.8942-20.167-69.048-60.656-146.02-91.728-243.28-85.335-3.4867 6.6859-6.2778 13.683-8.6308 21.256 115.24-10.994 199.71 40.026 246.02 84.246z" stroke-opacity=".50314" fill-rule="evenodd" fill="#fff"/>
47
+ <path id="path790" d="m356.01 268.6 2.4671 1.3471c-0.38704 0.87468-0.49104 1.6398-0.31543 2.292 0.18244 0.659 0.63597 1.2324 1.3589 1.722 0.76726 0.52378 1.4527 0.75315 2.0562 0.69153 0.6104-0.0616 1.0656-0.31153 1.3606-0.74801 0.18584-0.27901 0.26257-0.57342 0.22847-0.87981-0.0273-0.3064-0.19608-0.6727-0.50468-1.0955-0.21313-0.28585-0.73316-0.89008-1.5584-1.811-1.0605-1.1828-1.6931-2.1807-1.8977-2.9938-0.28303-1.1434-0.11083-2.1824 0.52003-3.1187 0.40749-0.60252 0.9548-1.051 1.6436-1.3437 0.69905-0.29441 1.4612-0.36117 2.283-0.20198 0.82692 0.1609 1.6965 0.54945 2.6001 1.1657 1.48 1.0048 2.3734 2.0866 2.6786 3.2437 0.31201 1.1605 0.12105 2.2971-0.57459 3.4097l-2.4501-1.5114c0.30691-0.67783 0.38193-1.2632 0.22166-1.7562-0.15005-0.49468-0.56095-0.96882-1.2327-1.4241-0.69053-0.469-1.3282-0.69495-1.9113-0.67612-0.3768 0.012-0.66665 0.17117-0.87296 0.47757-0.18926 0.28071-0.23188 0.6008-0.13129 0.96026 0.13129 0.45702 0.6803 1.2153 1.6556 2.2766 0.97185 1.0595 1.6351 1.9256 1.988 2.5966 0.36146 0.66928 0.52515 1.3659 0.49105 2.0883-0.0239 0.72062-0.28986 1.4549-0.79283 2.203-0.45694 0.67954-1.0724 1.1845-1.8465 1.5217-0.77408 0.33721-1.601 0.41937-2.4842 0.24306-0.87808-0.17972-1.8295-0.61792-2.8525-1.3146-1.4902-1.0099-2.404-2.1328-2.7382-3.3635-0.32906-1.2358-0.12787-2.571 0.6104-4.0002z" stroke-opacity=".50196" fill="#309e3a"/>
48
+ <path id="path791" d="m344.31 260.92 2.52 1.2444c-0.35124 0.88837-0.42455 1.6586-0.22336 2.3022 0.21142 0.65044 0.68371 1.2067 1.4271 1.6672 0.78942 0.49126 1.4816 0.69324 2.0818 0.60765 0.6104-0.0873 1.0554-0.35261 1.3299-0.80107 0.17732-0.28585 0.2404-0.58369 0.19437-0.88837-0.0392-0.30639-0.22336-0.66585-0.55072-1.0766-0.22335-0.2773-0.76384-0.85756-1.6283-1.7459-1.1066-1.14-1.7783-2.1122-2.0153-2.915-0.32906-1.1314-0.19778-2.1756 0.39215-3.1375 0.38534-0.61792 0.91389-1.0869 1.5891-1.407 0.68882-0.3218 1.4476-0.42107 2.2745-0.29612 0.83375 0.13009 1.7169 0.4827 2.6445 1.0612 1.5209 0.94314 2.4552 1.989 2.8064 3.1324 0.35805 1.1485 0.21312 2.2902-0.43478 3.4302l-2.5115-1.4122c0.27963-0.6881 0.33248-1.2752 0.15175-1.7613-0.1705-0.48954-0.60016-0.94657-1.2873-1.3745-0.71099-0.44162-1.3572-0.64017-1.9369-0.59738-0.3768 0.0257-0.65984 0.19856-0.85421 0.51351-0.17561 0.28756-0.20801 0.60594-0.0921 0.96197 0.14834 0.45189 0.72804 1.1879 1.7442 2.2098 1.0128 1.0185 1.7118 1.8572 2.0903 2.5128 0.38875 0.65387 0.57971 1.3437 0.57459 2.066 0.007 0.72234-0.23188 1.4652-0.70246 2.2355-0.42966 0.69324-1.0281 1.2256-1.7851 1.5953-0.76044 0.36802-1.5857 0.4827-2.474 0.34234-0.88149-0.14378-1.8499-0.54603-2.9019-1.1982-1.5277-0.9517-2.4859-2.0352-2.8695-3.2522-0.38192-1.2222-0.23358-2.5624 0.44672-4.0191z" stroke-opacity=".50196" fill="#309e3a"/>
49
+ <path id="path792" d="m329.83 257.04 7.4168-12.196 9.0076 5.5202-1.2549 2.0643-6.5523-4.0173-1.647 2.7028 6.0988 3.7383-1.2498 2.054-6.0988-3.7366-2.017 3.319 6.7859 4.1594-1.2515 2.0557-9.2377-5.664z" stroke-opacity=".50196" fill="#309e3a"/>
50
+ <path id="path795" d="m308.74 239.72 1.0997-2.1413 5.5055 2.85-2.595 5.058c-0.80476 0.24306-1.8158 0.30126-3.04 0.17289-1.2123-0.1318-2.3393-0.46558-3.381-1.0048-1.3231-0.68468-2.3342-1.5559-3.0332-2.6206-0.69565-1.0698-1.0281-2.2474-0.99232-3.5381 0.0392-1.2975 0.36999-2.5538 0.99573-3.7726 0.67688-1.3231 1.5601-2.3536 2.641-3.0982 1.0759-0.74117 2.2915-1.1109 3.6368-1.1109 1.0281-0.003 2.1449 0.31153 3.3538 0.93287 1.572 0.81477 2.6274 1.7802 3.1645 2.8996 0.54901 1.1177 0.64961 2.3245 0.30349 3.6236l-2.7809-0.83702c0.14151-0.71548 0.058-1.3813-0.25405-1.9941-0.30179-0.61792-0.82181-1.116-1.5567-1.4977-1.1185-0.57855-2.1875-0.68296-3.2156-0.31153-1.0196 0.36973-1.8874 1.253-2.6036 2.6514-0.77578 1.508-1.0247 2.8123-0.74509 3.9146 0.28304 1.0938 0.96333 1.9222 2.0477 2.4837 0.53366 0.27558 1.1219 0.44847 1.763 0.51693 0.65132 0.0668 1.2447 0.0496 1.7868-0.0514l0.82693-1.6124-2.9275-1.5131z" stroke-opacity=".50196" fill="#309e3a"/>
51
+ <path id="path804" d="m216.76 216.91 2.0733-14.135 4.2523 0.6299 1.1441 10.017 3.9352-9.2688 4.2676 0.6299-2.0716 14.137-2.6411-0.39026 1.6334-11.128-4.4279 10.715-2.7365-0.40567-1.156-11.539-1.6317 11.126-2.6411-0.38856z" stroke-opacity=".50196" fill="#309e3a"/>
52
+ <path id="path805" d="m202.38 215.24 1.3299-14.229 10.506 0.99278-0.22165 2.4066-7.647-0.72062-0.29667 3.1546 7.1133 0.66927-0.22336 2.3981-7.115-0.67099-0.35976 3.8718 7.9129 0.74459-0.22165 2.3998-10.777-1.0168z" stroke-opacity=".50196" fill="#309e3a"/>
53
+ <g id="g812" transform="matrix(1.397 -.89423 .89074 1.4025 -199.05 128.1)" stroke-opacity=".50196">
54
+ <path id="path810" d="m154.79 154.48c0.49-0.725 1.01-1.26 1.56-1.605 0.406-0.253 0.847-0.429 1.319-0.529 0.476-0.098 0.928-0.103 1.356-0.016 0.57 0.112 1.145 0.364 1.724 0.755 1.048 0.71 1.666 1.602 1.853 2.676 0.192 1.078-0.105 2.196-0.888 3.354-0.777 1.148-1.698 1.837-2.763 2.064-1.062 0.225-2.116-0.016-3.16-0.723-1.059-0.716-1.681-1.607-1.87-2.673-0.187-1.07 0.103-2.171 0.869-3.303z" fill="#309e3a"/>
55
+ <path id="path811" d="m156.31 155.43c-0.545 0.805-0.773 1.543-0.683 2.212 0.091 0.666 0.424 1.193 0.997 1.58 0.572 0.387 1.181 0.499 1.824 0.336 0.649-0.165 1.252-0.66 1.811-1.485 0.551-0.815 0.783-1.545 0.696-2.189-0.085-0.642-0.423-1.163-1.015-1.564-0.592-0.4-1.207-0.519-1.846-0.357-0.636 0.159-1.231 0.648-1.784 1.467z" fill="#f7ffff"/>
56
+ </g>
57
+ <g id="g815" transform="matrix(1.383 -.91592 .91234 1.3884 -199.32 133.77)" stroke-opacity=".50196">
58
+ <path id="path808" d="m160.44 163.42 4.814-7.115 3.023 2.046c0.761 0.515 1.269 0.952 1.524 1.314 0.261 0.36 0.384 0.774 0.37 1.241s-0.163 0.91-0.448 1.331c-0.361 0.534-0.817 0.869-1.367 1.006-0.548 0.134-1.165 0.035-1.851-0.297 0.188 0.391 0.31 0.764 0.363 1.116 0.058 0.354 0.07 0.924 0.039 1.71l-0.07 1.975-1.718-1.162 0.009-2.251c0.006-0.802-0.012-1.321-0.051-1.555-0.038-0.238-0.115-0.434-0.232-0.589-0.115-0.157-0.337-0.348-0.668-0.571l-0.29-0.197-2.01 2.97-1.437-0.972z" fill="#309e3a"/>
59
+ <path id="path809" d="m164.66 160.29 1.063 0.719c0.689 0.467 1.139 0.729 1.35 0.787 0.211 0.057 0.413 0.048 0.606-0.029s0.362-0.222 0.507-0.435c0.162-0.24 0.228-0.476 0.196-0.709-0.025-0.234-0.141-0.45-0.348-0.646-0.106-0.095-0.45-0.34-1.032-0.734l-1.121-0.758-1.221 1.805z" fill="#fff"/>
60
+ </g>
61
+ <g id="g818" transform="matrix(1.4175 -.86112 .85776 1.4231 -194.72 119.26)" stroke-opacity=".50196">
62
+ <path id="path806" d="m172.42 161.16 2.626 1.776c0.592 0.401 1.012 0.751 1.261 1.052 0.334 0.405 0.544 0.866 0.629 1.381 0.086 0.515 0.052 1.053-0.101 1.615-0.152 0.558-0.452 1.17-0.903 1.836-0.396 0.586-0.811 1.041-1.243 1.367-0.529 0.397-1.065 0.644-1.613 0.741-0.412 0.075-0.877 0.036-1.393-0.115-0.385-0.114-0.843-0.351-1.374-0.71l-2.702-1.828 4.813-7.115z" fill="#309e3a"/>
63
+ <path id="path807" d="m173.05 163.33-3.188 4.713 1.073 0.725c0.4 0.272 0.706 0.445 0.914 0.52 0.272 0.099 0.532 0.131 0.778 0.095 0.25-0.034 0.53-0.177 0.841-0.429 0.314-0.254 0.657-0.656 1.029-1.206s0.609-1.006 0.712-1.366c0.102-0.36 0.121-0.681 0.058-0.965-0.063-0.283-0.209-0.544-0.438-0.784-0.17-0.181-0.548-0.47-1.134-0.866l-0.645-0.437z" fill="#fff"/>
64
+ </g>
65
+ <g id="g824" transform="matrix(1.5511 -.58458 .58229 1.5572 -164.55 46.058)" stroke-opacity=".50196">
66
+ <path id="path800" d="m200.75 190.69 4.813-7.115 2.306 1.56c0.873 0.591 1.419 1.012 1.636 1.263 0.335 0.382 0.519 0.846 0.551 1.391 0.034 0.542-0.141 1.096-0.524 1.662-0.295 0.437-0.622 0.751-0.983 0.941-0.359 0.191-0.72 0.288-1.082 0.294-0.357 0.004-0.68-0.052-0.97-0.168-0.388-0.164-0.908-0.466-1.558-0.906l-0.936-0.634-1.816 2.684-1.437-0.972z" fill="#309e3a"/>
67
+ <path id="path801" d="m206.19 185.75-1.366 2.019 0.786 0.532c0.567 0.383 0.97 0.602 1.211 0.656 0.242 0.055 0.469 0.039 0.683-0.047 0.217-0.084 0.397-0.231 0.539-0.442 0.175-0.259 0.244-0.523 0.206-0.794-0.039-0.272-0.16-0.507-0.364-0.706-0.15-0.149-0.483-0.398-1.001-0.748l-0.694-0.47z" fill="#fff"/>
68
+ </g>
69
+ <g id="g827" transform="matrix(1.6028 -.42116 .41952 1.6091 -143.19 2.8883)" stroke-opacity=".50196">
70
+ <path id="path798" d="m207.39 195.18 4.813-7.114 3.024 2.046c0.761 0.514 1.269 0.952 1.524 1.313 0.261 0.361 0.384 0.774 0.37 1.241s-0.163 0.911-0.448 1.331c-0.361 0.534-0.817 0.869-1.367 1.006-0.548 0.134-1.165 0.035-1.851-0.296 0.188 0.391 0.31 0.763 0.363 1.115 0.058 0.355 0.07 0.925 0.039 1.71l-0.07 1.976-1.718-1.162 0.009-2.251c0.005-0.803-0.012-1.321-0.051-1.556-0.038-0.237-0.115-0.433-0.232-0.588-0.115-0.158-0.337-0.348-0.668-0.572l-0.29-0.197-2.01 2.971-1.437-0.973z" fill="#309e3a"/>
71
+ <path id="path799" d="m211.6 192.05 1.063 0.719c0.689 0.466 1.138 0.728 1.349 0.785 0.211 0.058 0.413 0.049 0.607-0.028 0.193-0.076 0.362-0.222 0.506-0.435 0.162-0.24 0.228-0.476 0.197-0.709-0.025-0.234-0.142-0.449-0.348-0.646-0.106-0.095-0.45-0.339-1.032-0.733l-1.121-0.759-1.221 1.806z" fill="#fff"/>
72
+ </g>
73
+ <g id="g830" transform="matrix(1.5864 -.47997 .47809 1.5926 -149.72 20.414)" stroke-opacity=".50196">
74
+ <path id="path796" d="m216.64 196.32c0.491-0.725 1.011-1.26 1.559-1.605 0.408-0.253 0.847-0.43 1.321-0.529 0.476-0.098 0.928-0.103 1.355-0.017 0.571 0.112 1.145 0.364 1.724 0.756 1.049 0.709 1.666 1.601 1.854 2.676 0.191 1.077-0.105 2.195-0.889 3.353-0.777 1.149-1.698 1.837-2.762 2.065-1.062 0.225-2.116-0.017-3.161-0.724-1.058-0.715-1.681-1.606-1.87-2.672-0.187-1.07 0.103-2.171 0.869-3.303z" fill="#309e3a"/>
75
+ <path id="path797" d="m218.16 197.28c-0.545 0.805-0.773 1.542-0.683 2.212 0.092 0.665 0.424 1.192 0.997 1.58 0.573 0.387 1.18 0.499 1.824 0.335 0.649-0.164 1.253-0.659 1.811-1.484 0.552-0.816 0.784-1.545 0.696-2.19-0.084-0.641-0.423-1.163-1.015-1.563-0.592-0.401-1.207-0.52-1.845-0.357-0.636 0.159-1.231 0.648-1.785 1.467z" fill="#fff"/>
76
+ </g>
77
+ <g id="g833" transform="matrix(1.6454 -.19485 .19409 1.6519 -103.71 -53.916)" stroke-opacity=".50196">
78
+ <path id="path793" d="m230.03 210.5 4.813-7.115 3.024 2.046c0.76 0.515 1.268 0.952 1.524 1.314 0.26 0.36 0.384 0.774 0.37 1.241s-0.164 0.91-0.448 1.331c-0.361 0.534-0.817 0.869-1.368 1.006-0.548 0.134-1.164 0.035-1.85-0.297 0.188 0.391 0.309 0.764 0.363 1.116 0.057 0.355 0.07 0.924 0.039 1.71l-0.071 1.975-1.717-1.162 0.008-2.25c0.005-0.804-0.011-1.322-0.051-1.556-0.037-0.237-0.115-0.434-0.232-0.589-0.114-0.157-0.337-0.348-0.667-0.571l-0.291-0.197-2.009 2.97-1.437-0.972z" fill="#309e3a"/>
79
+ <path id="path794" d="m234.24 207.36 1.063 0.719c0.689 0.467 1.139 0.728 1.35 0.786 0.21 0.058 0.413 0.048 0.607-0.028 0.193-0.077 0.361-0.222 0.506-0.436 0.162-0.239 0.227-0.475 0.197-0.708-0.026-0.234-0.142-0.45-0.348-0.646-0.106-0.095-0.45-0.34-1.033-0.734l-1.12-0.758-1.222 1.805z" fill="#fff"/>
80
+ </g>
81
+ <g id="g836" transform="matrix(1.6568 0 0 1.6633 -60.955 -99.344)" stroke-opacity=".50196">
82
+ <path id="path788" d="m259.17 225.1c0.49-0.725 1.01-1.26 1.56-1.605 0.407-0.253 0.847-0.429 1.32-0.529 0.477-0.097 0.928-0.103 1.355-0.017 0.571 0.113 1.146 0.365 1.725 0.757 1.048 0.709 1.666 1.601 1.854 2.676 0.191 1.077-0.106 2.194-0.89 3.353-0.777 1.148-1.697 1.837-2.761 2.065-1.063 0.224-2.116-0.017-3.162-0.724-1.057-0.716-1.681-1.607-1.87-2.673-0.187-1.07 0.103-2.171 0.869-3.303z" fill="#309e3a"/>
83
+ <path id="path789" d="m260.69 226.05c-0.545 0.806-0.773 1.543-0.684 2.212 0.093 0.666 0.425 1.192 0.997 1.58 0.573 0.387 1.181 0.499 1.825 0.336 0.649-0.165 1.253-0.659 1.811-1.485 0.551-0.815 0.783-1.545 0.695-2.189-0.085-0.642-0.423-1.163-1.015-1.564s-1.207-0.52-1.845-0.357c-0.636 0.159-1.23 0.649-1.784 1.467z" fill="#fff"/>
84
+ </g>
85
+ <path id="path872" d="m241.76 219.84 2.2915-10.031 7.4083 1.7083-0.38534 1.6946-5.3895-1.241-0.51321 2.2235 5.0195 1.1571-0.38874 1.6877-5.0127-1.1537-0.62574 2.7284 5.5805 1.2855-0.38533 1.6912-7.5992-1.7511z" stroke-opacity=".50196" fill="#309e3a"/>
86
+ </g>
87
+ </g>
88
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bs.svg ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3209">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs380">
13
+ <clipPath id="clipPath5015" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect5017" fill-opacity="0.67" height="480.31" width="480.31" y="26.364" x="56.618"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath5015)" transform="matrix(1.066 0 0 1.0671 -60.354 -28.133)">
18
+ <rect id="rect149" transform="scale(-1)" height="478.54" width="980.62" y="-506.18" x="-990.01" fill="#fff"/>
19
+ <rect id="rect601" transform="scale(-1)" height="201.32" width="980.62" y="-370.57" x="-990.01" fill="#ffe900"/>
20
+ <rect id="rect148" transform="scale(-1)" height="159.51" width="980.62" y="-506.18" x="-990.01" fill="#08ced6"/>
21
+ <rect id="rect585" transform="scale(-1)" height="159.51" width="980.62" y="-187.29" x="-990.01" fill="#08ced6"/>
22
+ <path id="path570" d="m8.9252 25.872c2.1773 0 392.37 236.97 392.37 236.97l-393.46 242.54 1.0852-479.51z"/>
23
+ </g>
24
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bt.svg ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg754" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3416">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag">
13
+ <path id="path761" d="m-0.000099 0.00001v512l512-512-512 0.00001z" fill-rule="evenodd" stroke-width="1pt" fill="#ffca00"/>
14
+ <path id="path760" d="m-0.000099 512h512v-512l-512 512z" fill-rule="evenodd" stroke-width="1pt" fill="#ff6500"/>
15
+ <g id="g762" stroke="#000" transform="matrix(.22932 0 0 .22932 -115.23 14.488)">
16
+ <path id="path692" stroke-linejoin="round" d="m1256.1 1461.6s-69.12-2.38-97.72 32.57c-28.6 34.96-138.73 132.97-147.77 139.84-4.1 2.75-92.166 20.65-92.166 20.65 43.241-43.16 91.606-58.93 131.28-134.52-19.8 37.93-34.94 54.53-58.098 75.39-20.13-9.37-72.357 31.26-116.08 50.39 0.794-1.59 47.948-39.71 73.513-88.36-14.566 12.71-47.824 44.67-62.39 57.38-34.636 3.3-50.328 41.68-63.56 46.87-81.129 26.37-57.093 10.31-75.477 27.81-7.416 14.51-23.258 26.08-32.92 27.04-76.119 7.53-78.319 32.53-117.24 46.85-24.871 7.27-40.67 0.24-54.82-9.54 19.068-6.88 42.809-5.24 57.204-20.65 0 0 69.714-83.06 133.47-92.16 36.547-6.36 42.109-27.81 42.109-27.81s-108.05 30.19-126.32 46.08c-17.173 4.89-46.429 9.11-72.299 6.36 47.802-17.59 77.381-41.76 90.572-56.41 7.559-8.39 52.437-8.74 52.437-8.74s75.477-32.58 77.066-32.58 57.203-32.57 57.203-32.57-66.737 17.48-68.326 17.48-77.954 3.17-77.954 2.38c20.341-26.04 93.651-27.85 104.17-34.16 24.549-24.55 100.9-15.1 104.08-18.28 3.178-3.17-80.244-28.6-115.2-21.45-34.957 7.15-88.188-36.54-88.188-36.54s73.093-11.13 96.928-0.8 109.64 32.58 114.41 28.6c4.767-3.97 98.874-37.34 109.64-25.42-9.27-19.82-20.97-19.29-20.66-36.55 17.48 0.8 34.96 1.59 52.44 2.39 0 0 27.01-35.76 26.21-37.34-24.52-8.99-30.06-33.86-30.06-33.86 31.43 5.24 41.98 1.28 41.98 2.08 0 0.79 27.81-30.99 27.81-30.99l19.07-30.19 14.3-65.15c-28.89 15.62-84.22-0.79-83.42-1.59 60.14-21.09 78.33-51.65 105.66-53.23-11.71-59.36 23.04-79.45 23.04-78.65 0 0.79 23.84-51.65 23.84-51.65s-25.47-8.57-73.1 0c45.14-53.576 116.8-34.159 116.8-34.159 14.78-47.507 60.38-30.191 60.38-31.78-11.61-25.87 23.23-38.998 45.87-38.217-3.25-19.279-23.91-39.634-31.85-55.789 37.86 24.335 77.3 14.888 97.21 50.309 11.92 1.324 23.83 2.648 35.75 3.972 0 0 39.72 7.151 40.52 7.151 0.79 0 41.31 3.972 41.31 3.972 7.11-20.135-17.98-17.57-11.92-66.737 48.39 24.041 45.06 71.836 83.42 99.045 30.24-2.083 39.37 8.503 54.3 22.257 17.42-3.695 38.7 4.031 49.78 21.706-0.53-18.737 4.86-45.175 28.61-11.92l43.69-1.59s-57.4-83.619-108.05-36.543c14.81-51.104 66.74-46.08 66.74-46.08s-13.5-23.394-12.71-49.259c-27.72-11.085-36.55-57.998-37.34-57.203-0.8 0.794-47.22 9.201-68.33 64.354-39.59-43.029 14.05-96.465 17.21-105.97 5.45-20.355 10.9-40.71 16.36-61.065-4.28-20.053-2.62-30.001 15.69-45.893-12.21-12.641-6.59-24.688 7.94-32.574-4.91-8.644-0.9-17.289 1.33-25.933l194.1-11.095 43.72 60.068 7.15 32.575-16.69 42.902 50.06 59.587 18.27 19.068 38.13 22.246s35.76 15.095 36.55 15.89c0.8 0.794 42.9 11.123 44.49 11.917 1.59 0.795 34.96 19.863 40.52 21.452s108.05 0 108.05 0l57.21-4.767-0.8 93.75c-10.06 2.383-20.13 4.767-30.19 7.15-13.01 11.181-16.78 17.715-39.03 33.54-30.81 8.63-53.13 6.98-53.92 6.98-0.8 0-30.99-7.95-31.78-8.74-0.8-0.79-34.17-11.123-34.17-11.123l-52.43-12.712c-21.57-3.389-30.19 11.123-31.78 13.507-1.59 2.383-10.33 105.67-10.33 105.67s-18.28 46.87-18.28 47.67c0 0.79-16.94 31.33-30.19 42.11-2.46 12.63-4.44 26.1-34.95 48.46-6.47 20.21-1.23 39.69 20.65 43.7 10.59 4.24 21.19 8.47 31.78 12.71 15.89 3.71 31.78 7.41 47.67 11.12 17.48 3.71 34.96 7.42 52.44 11.13l-37.34 81.83-92.16-15.1s-61.18-15.89-61.97-15.89c-0.8 0-67.54-35.75-67.54-35.75s-21.45-48.46-21.45-49.26c0-0.79-19.07-40.52-18.27-42.9 0.79-2.38 0.79-25.42 0.79-26.22 0-0.79-64.35-13.5-64.35-13.5l-67.53-7.15-73.89-19.87-56.41-16.68-36.55-12.71-40.52-3.18s-53.23 7.94-53.23 8.74c0 0.79-46.87 13.5-46.87 14.3 0 0.79-30.19 70.71-30.19 70.71l-14.3 54.02 22.24 41.32 7.95 115.2-20.66 42.9 14.3 31.78 28.6 46.88 16.69 32.57-104.11 33-13.48-53.66s-35.75-88.18-34.95-88.98c0.79-0.79 1.58-29.4 1.58-30.19z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
17
+ <path id="path697" stroke-linejoin="round" d="m1361.4 1334.8c21.64 6.49 22.04-36.04 39.31-51.89 13.71-57.35 87.87-55.35 111.38-16.87-78.63-5.92-48.37 38.26-72.56 57.38 61.85-29.22 118.8-24.14 131.63 16.87-24.86 47.26-48.09 91.25-72.95 138.5-39.61 19.78-57.45-7.28-100.88-32.17-10.12-1.69-20.24-3.38-30.37-5.07-1.12-34.31-4.43-72.43-5.56-106.75z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
18
+ <path id="path698" stroke-linejoin="round" d="m1409.8 1600.8s105.8-3.31 106.18 47.61c9.67 29.26 40.31 27.01-6.61 104.28 1.88-99.39-61.87-101.81-106.58-99.51 55.77 7.81 65.7 91.28 41.24 123.17-63.17-2.26-116.01-15.98-179.18-18.24-22.07-24.39-48.16-81.44 36.94-121.87 36.01-11.82 72.01-23.63 108.01-35.44z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
19
+ <path id="path696" stroke-linejoin="round" d="m2118 1319c10.12-3.94 20.25-7.87 30.37-11.81 0 0 93.36-113.4 165.39-50.63-49.44 7.44-89.72 67.14-89.72 67.14 26.8-19.96 127.48-13.66 116.64 74.71-107.79 31.91-110.83 88.45-104.55 155.74-71.75-1.21-150.91-38.34-154.23-153.6 9.56-27.56 26.54-53.99 36.1-81.55z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
20
+ <path id="path688" stroke-linejoin="round" d="m2504.2 838.76c0 39.052-31.658 70.71-70.71 70.71s-70.71-31.658-70.71-70.71 31.658-70.71 70.71-70.71 70.71 31.658 70.71 70.71z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
21
+ <path id="path699" stroke-linejoin="round" d="m2334.7 967.46c26.03 20.071 57.02 27.401 114.19 34.021 30.11-17.68 85.69-16.962 89.97-56.232 30.02-10.715 36.69-46.91 11.86-56.917-1.06-10.617 0.63-51.827-45.53-52.78 6.2 15.326 11.73 57.38 11.73 57.38-24.06-2.831-40.5 38.816-40.5 37.128 0-0.843 13.26-66.026-50.98-68.006 22.1 36.947-6.4 66.319-6.4 66.319-6.76-8.438-6.79-23.247-19.2-27.792-31.9-13.428-37.97-52.335-36.61-73.195-16.73 14.128-29.2 28.254-28.58 46.982 0.25 30.795-1.26 60.527 0.05 93.092z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
22
+ <path id="path685" d="m2428.6 591.3c54.41-7.579 103.13-21.793 135.2-45.663 10.35-7.706 97.69 6.9 142.66-19.956-68.16-3.929-113.31-13.621-125.45-9.604-38.18 11.144-127.12 35.847-134.09 32.703-0.61 6.301-11.43 33.754-18.32 42.52z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
23
+ <path id="path686" stroke-linejoin="round" d="m2447.1 548.28c38.92-9.108 47.83-28.003 70.82-41.798 35.19-14.076 54.74-14.59 89.83-50.862-91.25 12.431-101.49 15.636-101.49 15.636-18.92 11.51-44.96 29.185-65.44 56.007 6.2 6.595 5.83 13.395 6.28 21.017z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
24
+ <path id="path687" stroke-linejoin="round" d="m2440.6 527.02c0-0.376 35.61-39.959 35.92-56.898 1.56-5.689 18.18-15.08 24.43-37.332 4.06-60.689 9.7-62.018 9.7-62.018 28.59-16.06 22.5-50.869 35.78-76.929 0 0-41.96 46.853-65.4 72.542-6.25 13.5-7.89 48.11-8.27 48.11-6.62 15.625-23.71 17.662-36.83 43.6-7.39 19.673-1.23 37.685-12.37 63.295 7.6 0.136 11.7 2.004 17.04 5.63z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
25
+ <path id="path689" stroke-linejoin="round" d="m2355.7 1458.5c0 52.654-42.685 95.339-95.339 95.339s-95.339-42.685-95.339-95.339 42.685-95.339 95.339-95.339 95.339 42.685 95.339 95.339z" fill-rule="evenodd" transform="translate(6.356 2.3834)" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
26
+ <path id="path690" stroke-linejoin="round" d="m1429.3 1777.8c0 44.756-36.282 81.038-81.038 81.038s-81.038-36.282-81.038-81.038 36.282-81.038 81.038-81.038 81.038 36.282 81.038 81.038z" fill-rule="evenodd" transform="matrix(1.0686 0 0 1.0686 -88.555 -116.45)" stroke-linecap="round" stroke-width="3.5092" fill="#fff"/>
27
+ <path id="path691" stroke-linejoin="round" d="m1595.3 1405.2c0 41.246-33.436 74.682-74.682 74.682s-74.682-33.436-74.682-74.682 33.436-74.682 74.682-74.682 74.682 33.436 74.682 74.682z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
28
+ <path id="path693" stroke-linejoin="round" d="m1254.2 1492c-27.02 1.59-54.52 10.96-53.72 11.76 0.79 0.79 29.4 15.89 25.42 20.66-3.97 4.76-42.34 47.48-39.95 47.48 28.81 8.3 66.97-9.35 66.97-9.35s-15.57 25.07-18.15 32.76c25.68-13.83 49.77 4.24 55.61-9.59l-36.18-93.72z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
29
+ <path id="path694" stroke-linejoin="round" d="m1821.2 1243.9c-16.33 10.06-71.25-1.25-71.25-1.25 16.18 16.76 26.43 28.72 63.75 32.5-26.66 12.09-44.02 29.25-75.21 39.63 48.79 20.87 81.46-13.38 81.46-12.13s9.47 22.34 2.05 52.38c19.3-5.08 23.84-24.77 38.27-20.65-12.08-28.75-26.98-61.73-39.07-90.48z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
30
+ <path id="path695" stroke-linejoin="round" d="m2127.2 992.12c-1.38 9.062-3.14 25.302-40.33 44.132 24.33 10.56 65-12.5 65-11.25s-33.06 58.9 23.75 83.75c-1.51-44.49 6.25-80 6.25-80s20.89 28.73 36.25 62.5c24.54-26.38-8.75-76.25-8.75-76.25-27.09-6.25-56.01-16.632-82.17-22.882z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
31
+ <path id="path700" stroke-linejoin="round" d="m2162.2 730.77s73.55 49.986 73.87 56.673c0.31 6.686-6.69 34.386-30.56 46.802 57.3 6.686 63.35-29.291 63.35-29.291s-11.78 40.753-2.23 52.852c31.52-19.422 30.57-50.305 30.57-50.305s21.01 31.838 16.24 49.031c6.68-3.502 42.98-41.39 10.18-59.856 7.64-24.834 10.51-40.436-17.19-51.579-2.97-14.964 4.88-19.739 7.32-29.609 0 0-27.38-8.279-30.56 15.282-2.55 4.776-88.02-50.242-88.97-50.561-0.29 1.447-32.02 50.88-32.02 50.561z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
32
+ <path id="path701" stroke-linejoin="round" d="m2181.9 700.66s68.11 36.161 72.57 44.758" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
33
+ <path id="path725" stroke-linejoin="round" d="m2420 521.25c-9.03 0-45-11.25-68.75 6.25-10.85-17.431-22.5-31.092-56.9-23.75 0.31-15.574-5.86-13.572-14.09-18.467-8.67-18.892-22.55-27.253-49.37-15.283-23.36-24.029-61.11-25.085-87.62-6.493-40.07-11.889-93.11 1.976-192.34 0.864-6.86-0.216-41.09 12.061-19.68 40.629-41.21-25.479-58.48 21.386-17.5 28.75 10 10 21.25 31.25 21.25 31.25s-71.64-51.222-111 6.062c-12.76 57.943 48.74 16.458 79.33 38.313 18.33 16.25 35.84 33.125 54.17 49.375 30.42-6.25 56.41-6.441 86.82-8.031-27.5 7.917-50.57 5.114-78.07 13.031 6.62 9.11 17.66 12.161 41.52 11.25l-50.76 17.733c31.09 24.052 70.33 8.256 100.26 12.5-18.98 28.438-58 58.508-107.27 44.767 21.21 33.789 63.39 29.467 106.38-14.364 35.99 6.27 59.32 10.681 105.29-4.869 2.22-2.911 36.07-53.285 34.63-57.597 6.16 1.848 99.32 35.224 104.95 45.58 0.71-12.845 18.55-26.057-90-56.25-20.46-16.642 52.5-37.5 52.5-37.5l-1.25 30c20.53-12.524 21.62-17.536 26.25-25 7.5-5 23.75 10 23.75 10l0.91 26.437c9.04-3.285 14.09-3.937 20.34-12.687s18.24 10.447 18.24 10.447c18.68 1.848 50.25-6.975 65.94-33.092-7.1-26.527-3.73-33.919 10.39-39.215 23.16-37.736 28.47-70.435-8.32-70.64z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
34
+ <path id="path702" stroke-linejoin="round" d="m2283.1 731.41s-11.47 14.327-9.24 42.027" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
35
+ <path id="path733" stroke-linejoin="round" d="m1951.6 703.32s29.36 44.742 39.38 47.538c10.02 2.797 79.23 73.173 82.96 76.202 4.43 1.864 43.11 0.932 43.11 0.932-28.43-24.546-52.2-50.49-78.3-75.735 0 0-40.08-19.808-40.31-20.274s-21.44-28.896-21.44-28.896c-6.76-2.175-13.98-5.516-20.27-10.72l-5.13 10.953z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
36
+ <path id="path703" stroke-linejoin="round" d="m2236 787.76c13.05-3.184 31.2 7.641 32.47 16.874 7.01-4.139 22.61-4.139 28.34 1.274 2.55-3.821 14.01-14.009 25.79-9.552" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
37
+ <path id="path704" stroke-linejoin="round" d="m2283.5 731.41s9.54 7.641 22.28 3.821" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
38
+ <path id="path708" stroke-linejoin="round" d="m2439.2 767.65c15.8-2.256 145.15-77.834 176.72 17.672-10.9-80.842-70.31-79.338-70.31-79.338s-2.63-38.728-57.15-32.336c35.73 26.32 5.64 47.377 3.01 51.137-9.28-24.942-13.29-37.851-41.74-48.881 11.41 43.867-12.53 49.758-18.8 70.689-12.65-9.024-22.31-25.568-29.7-37.976-10.03 29.078-1.25 46.499 10.15 61.665 10.03-2.507 19.3-3.133 27.82-2.632z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
39
+ <path id="path709" stroke-linejoin="round" d="m2418.2 631.43c4.98 9.123 25.97 35.34-10.86 85.328-11.62-16.167-17.87-26.099-17.87-26.099s-31.39 20.417-27.81 90.534c-11.75-28.156-29.2-63.668 7.01-117.01-26.14 42.071-34.65 46.728-54.65 46.141 30.62-21.836 37.33-45.471 37.92-45.471 5.59 1.875 40.14 0.091 66.26-33.426z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
40
+ <path id="path711" d="m2394.7 517.66c6.87 25.625-12.01 43.389-26.53 57.073 31.52 61.785-69.66 56.809-33.17-0.829" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
41
+ <path id="path712" d="m2296 583.03s-7.46 9.537-1.24 22.806" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
42
+ <path id="path713" d="m2253.1 583.68c9.04 2.226 16.56 13.913 1.95 22.68-5.85 3.478-35.21-10.158-50.37 18.505" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
43
+ <path id="path716" d="m1976.8 526.2c-11.87-0.973-17.7 5.058-3.5 18.873" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
44
+ <path id="path717" d="m1988.1 485.53c-13.82-6.031-20.23 8.367-3.7 19.847" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
45
+ <path id="path718" d="m2027.8 486.7c-12.06-10.896-22.57 8.756-3.3 16.149" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
46
+ <path id="path719" d="m2087.9 486.7c-12.64-10.702-16.93 4.864-13.03 10.117" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
47
+ <path id="path720" d="m2162.5 650c0 32.447-26.303 58.75-58.75 58.75s-58.75-26.303-58.75-58.75 26.303-58.75 58.75-58.75 58.75 26.303 58.75 58.75z" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
48
+ <path id="path721" stroke-linejoin="round" d="m2159.1 669.27c-1.6-3.4-37.7-39.13-49.1-34.27-9.33 0.404-37.88 62.68-36.63 65.18 29.55 20.842 75.1 2.453 85.7-30.906z" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
49
+ <path id="path722" stroke-linejoin="round" d="m2139.9 650.49c-4.45-2.882-7.86-5.502-11.79 0.262-3.93 5.765-25.41 57.907-25.41 57.907" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
50
+ <path id="path723" stroke-linejoin="round" d="m2206.8 532.71c-39.3-22.01-112.24 10.617-63.76 33.413-41.4-12.578-39.57 23.058-39.57 23.058" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
51
+ <path id="path724" stroke-linejoin="round" d="m2122.6 495.8c15.58-23.139 37.09-31.06 51.17-2.055 18.75 25 54 6.303 54 6.303" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
52
+ <path id="path727" d="m2015.6 515s-17.5 8.125-1.24 20.625" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
53
+ <path id="path728" d="m2104.4 504.38s-16.88 2.5-11.26 20.625" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
54
+ <path id="path729" d="m2085.6 535.62c-0.62 0-17.5 0.625-11.87 18.75" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
55
+ <path id="path730" d="m2066.2 566.25c-0.63 0.625-21.25-8.75-10.63 17.5" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
56
+ <path id="path736" stroke-linejoin="round" d="m2144 463.74c-73.31-44.68-151.03-134.67-257.7-100.37 108.24 19.194 174.32 79.291 176.52 97.855 39.96-3.145 50.97-2.202 81.18 2.518z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
57
+ <path id="path738" stroke-linejoin="round" d="m2037.3 461.86c-9.75-11.957-46.57-78.347-121.45-77.088 57.26 29.262 91.56 69.222 94.71 79.29 10.69-0.629 18.24-1.573 26.74-2.202z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
58
+ <path id="path739" d="m1973.1 464.69s8.5-62.3 20.77-69.852c12.27-7.551-40.9-16.991-40.27 37.758-44.69-36.499-86.84-30.206-93.77-27.689-6.92 2.517-105.09-2.203-116.73 19.823 72.37-1.573 93.13 3.146 99.74 10.383 44.37-11.327 69.54-4.72 99.12 30.521 13.53-2.518 31.14-0.001 31.14-0.944z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
59
+ <path id="path740" stroke-linejoin="round" d="m1903.3 497.41c-17.93-17.62-32.85-28.578-86.68-33.082-7.86-0.999-28.59-5.379-41.38-9.709 34.23-23.711 138.13 9.754 149.77 25.172-3.46 10.697 0.76 17.858 6.42 24.78-9.6-5.74-18.03-8.055-28.13-7.161z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
60
+ <path id="path741" d="m1940.4 466.65s-26.8-24.535-47.42-24.123c11.96 7.216 25.57 27.834 33.81 35.257 5.78-6.598 4.33-6.185 13.61-11.134z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
61
+ <path id="path742" stroke-linejoin="round" d="m1885.9 443.76c-1.03 0.413-45.15 27.628 4.54 63.916-3.3 23.298 24.32 26.597 24.32 26.597s20.42 30.928 20.42 30.721c-43.88-29.201-80.88-22.098-94.52-10.137-26.6-38.968-71.66-45.326-88.15-50.067-20.62-4.536-77.74-9.279-81.65 42.472-54.85-53.813 31.96-76.904 46.8-75.256 14.84-2.68 98.14 13.403 103.5 23.918-4.74-49.277 40-75.462 64.74-52.164z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
62
+ <path id="path746" stroke-linejoin="round" d="m2050.1 623.06s-146.4-27.286-194.15 5.248c-47.75 32.533-54.04 80.808-123.31 88.154-69.26 7.347-76.61 20.465-102.32 56.147 38.31-12.069 121.22-38.305 178.41-26.762 23.61-26.469 36.73-38.83 34.63-39.354 17.84-58.77 142.2-81.334 200.97-60.344 1.05-14.693 7.35-21.514 5.77-23.089z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
63
+ <path id="path747" stroke-linejoin="round" d="m1828.7 601.02-218.82 6.296c-19.94 6.297-44.07 22.564-47.75 27.286-3.67 4.723 9.45-51.423 38.31-48.8 37.25 3.673 139.05-0.524 139.05-0.524 30.96-11.544 64.55-23.089 85.01-15.218-7.35 18.366 4.2 30.96 4.2 30.96z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
64
+ <path id="path750" d="m2227.9 536.93s-60.49-18.392-44.62 43.664c24.36 30.928 59.38-14.96 58.89-19.587" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
65
+ <path id="path745" stroke-linejoin="round" d="m2063 607.01c-13.36-21.891-96.84-51.575-125.42-41.557 45.83 21.521 111.32 43.227 115.21 55.1 5.38-9.647 9.84-13.357 10.21-13.543z" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
66
+ <path id="path726" d="m2344.2 531.21s-50.46 13.786-69.21 2.536-65.25-27.912-44.74-63.835" fill-rule="evenodd" fill-opacity=".30043" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
67
+ <path id="path753" stroke-linejoin="round" d="m1832.9 545.86s-128.03-3.174-149.19 35.182c83.32-19.311 144.69-16.665 144.69-16.665l11.64-10.581-7.14-7.936z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
68
+ <path id="path755" d="m2066.4 516.01s-29.59 0.897-15.24 21.525" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
69
+ <path id="path757" stroke-linejoin="round" d="m2335.3 898.76s42.82-1.416 47.78-7.078" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
70
+ <path id="path762" stroke-linejoin="round" d="m2516.8 893.45s18.04 12.74 33.97-5.308" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
71
+ <path id="path763" stroke-linejoin="round" d="m2434 896.28s12.03 22.648 42.82 12.739" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
72
+ <path id="path764" stroke-linejoin="round" d="m2365.4 944.41s-9.2 23.002 36.1 20.879c11.68 7.078 3.53 29.726 3.53 29.726" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
73
+ <path id="path765" stroke-linejoin="round" d="m2425.9 836.47s25.48-1.415 30.08 9.909" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
74
+ <path id="path766" stroke-linejoin="round" d="m2435.4 804.27s8.5 0.708 11.33 10.97c2.83 10.263 13.09 4.954 19.11 0.354" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
75
+ <path id="path770" stroke-linejoin="round" d="m2318.2 1460.3c-22.24-21.1-70.14-21.67-47.33 30.8 7.98-23.96 22.81-33.08 47.33-30.8z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
76
+ <path id="path771" stroke-linejoin="round" d="m2309.1 1491.6c-6.27-4.56-9.7 4.56-7.99 6.27" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
77
+ <path id="path772" stroke-linejoin="round" d="m2325 1337.6s-34.22-3.99-20.53 35.93" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
78
+ <path id="path773" stroke-linejoin="round" d="m2223.5 1247.6s-4.57 40.49 27.37 45.05" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
79
+ <path id="path775" stroke-linejoin="round" d="m2176.8 1497.3c0-0.57-29.65-13.12-38.78 27.37" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
80
+ <path id="path776" stroke-linejoin="round" d="m2148.8 1308s0 34.21 15.4 46.76" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
81
+ <path id="path777" stroke-linejoin="round" d="m2136.3 1393c-0.57 0-49.61 19.39-49.61 45.05" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
82
+ <path id="path778" stroke-linejoin="round" d="m1344.1 1786.3c0-0.57 31.52-33.24 38.4 3.44-0.58 13.75-7.46 26.94-7.46 26.94" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
83
+ <path id="path779" stroke-linejoin="round" d="m1372.1 1794.3s-17.77-1.15-20.06 9.74" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
84
+ <path id="path780" stroke-linejoin="round" d="m1449.5 1695.7c0-0.57-40.13-12.61-45.86 18.34" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
85
+ <path id="path781" stroke-linejoin="round" d="m1243.2 1717s33.24-19.49 51.58 1.72" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
86
+ <path id="path782" stroke-linejoin="round" d="m1516.4 1649.5c0-0.57-30.75-0.21-35.33 20.42" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
87
+ <path id="path672" stroke-linejoin="round" d="m1961.8 764.63c-3.65 3.606-3.16 3.805-6.93 4.693-3.66 1.351-7.27 1.543-11.58 1.543-2.96-0.987-6.35-3.261-9.26-6.174-2.75-3.291-4.11-5.865-5.4-9.261 0-2.377-1.01-5.875-1.62-7.306 1.22 2.439 3.51 6.328 4.71 8.85 1.31 4.102 2.61 8.855 3.85 13.12 1.03 4.784 1.55 9.281 1.55 14.663-0.78 5.903-2.37 11.132-4.63 14.663-3.19 1.701-4.97 2.576-9.26 3.087-4.65 0-6.14-0.813-10.04-2.316-1.8-2.337-5.52-6.332-7.71-9.261-1.12-4.333-2.06-7.794-2.32-12.347-1.88-2.707-2.77-5.094-4.63-7.718-0.84-3.09-2.24-4.627-3.09-7.717-0.96-2.421-3.09-4.933-4.14-7.158" stroke-linecap="round" stroke-width="3.75" fill="none"/>
88
+ <path id="path783" stroke-linejoin="round" d="m1403.4 1653s-22.36 17.66-18.63 32.95" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
89
+ <path id="path784" stroke-linejoin="round" d="m1524.7 1386.2s-35.94 8.72-17.97 40.3" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
90
+ <path id="path785" stroke-linejoin="round" d="m1524.2 1402.6s-7.63 25.59 4.9 34.85" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
91
+ <path id="path786" stroke-linejoin="round" d="m1544.3 1404.2c0.55 1.64-4.9 27.23-12.52 31.59" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
92
+ <path id="path787" stroke-linejoin="round" d="m1503.5 1305.6s-1.63 21.78 8.17 25.6" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
93
+ <path id="path788" stroke-linejoin="round" d="m1438.1 1240.8s-8.71 25.6 23.96 34.31" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
94
+ <path id="path789" stroke-linejoin="round" d="m1378.2 1325.2c0 1.09 8.71 41.38 26.14 40.29" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
95
+ <path id="path790" stroke-linejoin="round" d="m1445.7 1404.7s-44.65-25.05-49.01 40.84" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
96
+ <path id="path749" d="m2218.7 542.09c4.37-4.14 19.56-9.091 23.7 13.801 4.14 22.891-26.69 20.184-26.93 16.531-8.28-3.409-8.7-21.321 3.23-30.332z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75"/>
97
+ <path id="path751" d="m2283.7 489.36s-39.58-4.827-35.92 28.292c23.13 20.457 40.72 0.23 44.61-10.973 1.94-8.036 1.3-14.883-8.69-17.319z" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75"/>
98
+ <path id="path794" stroke-linejoin="round" d="m1739.2 603.9s4.76 35.663-23.77 27.341c-28.53-8.321 43.98 17.832-11.89 28.531-11.59 16.234-9.51 19.02-9.51 19.02s30.46-3.072 11.52 37.016c-7.14 21.398 10.71-46.801 67.84-11.97-26.15-25.529-7.33-25.191 28.82-23.857-50.14-8.194-47.55-54.685 26.15-32.097-0.1-6.931-13.6-27.629 10.7-39.229 47.55-13.077-98.67-2.378-99.86-4.755z" stroke-linecap="round" stroke-width="3.75" fill="none"/>
99
+ <path id="path795" stroke-linejoin="round" d="m1727.7 632.7c7.74 3.69 38.37 61.993 59.4-29.889-9.22-2.214-47.6 1.107-47.6 1.107 0.86 14.022-1.6 23.247-11.8 28.782z" stroke-width="3.75" fill="none"/>
100
+ <path id="path643" stroke-linejoin="round" d="m1717.4 656.32c-1.75 4.241-4.38 11.265-5.72 15.636 0 2.95 0.01 6.131 0.52 8.339 0.4 3.648 1.57 6.269 3.12 9.382 1.48 2.093 1.71 2.619 4.17 3.127 1.99 1.145 10.37 1.171 13.03 1.564h8.86c4.17 0 7.86 0.04 11.47-1.564 2.56-0.731 4.6-1.428 5.73-3.648 2.55-1.274 2.48-2.552 4.17-5.212 0.73-1.47 2.22-4.051 3.13-5.733 1.2-1.849 1.56-2.308 1.56-4.691 0.74-1.475 0.53-4.498 0.53-6.776-0.1-3.283-0.54-6.289-1.05-9.382-0.5-1.671-1.3-2.737-2.6-2.085-5.33 2.1-11.18-2.084-17.21-2.084-5.75-0.863-8.88-2.35-14.59-3.127-2.38 0-13.46 3.502-15.12 6.254z" stroke-width="3.75" fill="none"/>
101
+ <path id="path644" stroke-linejoin="round" d="m2269.7 879.68h0.77c-2.27 0-0.99-0.132 3.09 2.315 2.73 0.971 5.34 1.964 7.71 3.087 1.4 2.045 2.93 4.39 4.64 6.174 0.92 2.308 2.11 5.943 3.08 8.489 0 3.564 0.42 6.134-1.54 7.717-1.4 3.554-3.52 3.89-5.4 6.174-2.78 0.927-4.96 2.198-8.49 3.859-3.73 1.005-5.31 2.208-9.26 3.087-4.11 1.859-6.82 2.193-11.58 2.315-2.83 0-14.33-0.635-17.16-0.635 3.77-0.134 15.84-0.287 18.7-0.908 4.24 0 6.63 0.445 9.26 2.315 3.47 1.2 5.44 2.253 8.49 3.087 2.11 0.842 6.31 1.221 8.49 2.315 1.23 2.053 3.56 3.14 2.32 5.402-1.62 1.961-4.68 3.067-7.72 3.859-2.02 1.376-17.33 4.038-19.36 5.414-7.28 0.624 14.62-1.738 17.05-2.327 4.42-0.053 7.17-0.561 10.8 0 3.29 0.496 6.28 1.971 9.26 3.087 1.97 2.62 4.3 3.883 6.17 6.945 2.37 1.953 3.04 3.266 3.09 7.718-0.97 1.935 0.84 7.408 0.58 10.319l-3.39 10.155" stroke-width="3.75" fill="none"/>
102
+ <path id="path645" stroke-linejoin="round" d="m2207.2 880.45h0.77c-2.09 0-1.02-0.049 3.09 0.772 2.6 1.822 7.17 2.521 11.57 3.859 2.46 1.165 4.75 2.507 6.95 3.859 2.26 1.131 5.2 3.187 6.94 5.402 3.16 1.051 3.82 2.949 6.18 4.63 0.82 3.722 1.83 5.692 2.31 9.261-0.31 4.109-1.69 4.921-3.08 7.717-2.27 1.539-3.66 3.565-6.95 4.631-3.07 1.23-6.95 2.242-11.58 3.087-6.55 1.248-12.9 2.63-19.29 3.087-3.18 0-3.96 0.684-6.95 0.772 3.87 0.046 8.99 0.335 11.58 1.543 4.83 0.048 10.33 0.428 13.89 1.544 7.03 0.867 13.77 2.039 20.84 2.315 1.42 2.307 2.57 3.528 3.09 6.945-1.87 1.37-3.17 3.934-4.63 5.403-2.31 1.417-4.6 2.884-8.49 3.858-4.27 1.522-9.02 1.544-13.89 1.544h-13.9-10.8c-0.75-0.301-6.17-0.772-3.09-0.772 3.2 1.478 9.59 3.025 13.89 3.859 2.95 0.86 4.62 2.444 6.18 4.63 1.87 1.413 4.71 4.005 6.17 5.402 1.21 2.015 1.55 3.291 1.55 6.946-0.37 4.731-1.91 4.786-5.41 7.717-3.73 2.443-6.65 2.946-10.8 3.859h-11.58c-3.1-0.831-20.98-11.341-23.27-12.034 3.17 1.126 20.23 12.468 21.73 15.893 0.81 2.441 0.77 6.474 0.77 10.032-0.14 3.749-0.6 6.415-2.31 8.485-0.16 3-0.97 2.32-3.86 2.32l3.86-2.32c-0.16 3-0.97 2.32-3.86 2.32" stroke-width="3.75" fill="none"/>
103
+ <path id="path646" stroke-linejoin="round" d="m2245.8 941.42h0.78 3.08c2.54 1.727 2.52 3.899 6.18 4.63 2.8 1.067 5.6 2.56 7.71 3.859 1.13 1.9 1.55 2.739 1.55 6.174 0 3.773 0.87 8.894-0.77 10.804-1.34 1.565-6.2 1.522-8.49 2.316-3.31 1.146-6.14 2.888-8.98 3.447-3.59 0.707-9.4 0.33-11.86 1.955-3.45 0.265-5.93 0.771-10.03 0.771-2.38 0-3.97-0.158-5.4-0.771 3.47 1.21 9.09 2.597 13.11 4.63 3.68 1.038 5.69 2.678 8.49 4.631 3.01 2.228 4.76 3.431 5.41 6.945 1.54 2.264 1.54 5.216 1.54 9.257-0.85 2.55-1.41 6.23-2.32 8.49-1.68 2.49-3.7 2.96-6.17 4.63-1.8 0.2-1.29 0.58-3.09 0.78" stroke-width="3.75" fill="none"/>
104
+ <path id="path647" stroke-linejoin="round" d="m2177.1 879.68c1.28 0.534 5.22 2.455 7.72 3.858 4.54 1.094 7.52 2.965 10.8 3.859 1.71 2.109 3.71 2.985 4.63 6.174 2.68 3.497 3.33 5.331 3.86 9.261-0.33 4.316-1.02 5.189-4.63 6.174-2.69 0.897-5.78 1.414-9.26 1.543-3.19 0.431-6.08 1.113-9.26 1.544-2.18 1.091-6.66 0.772-10.03 0.772-3.33 0.255-8.76 0.983-12.66 0.983 4.34 0.159 10.85 0.56 15.74 0.56 4.71 0.502 9.35 0.751 11.58 3.087 3.4 1.287 5.32 4.05 8.49 5.402 1.53 2.26 3.32 3.564 4.63 6.174-1.07 3.001-2.75 4.003-6.18 4.63-2.18 1.092-6.65 0.772-10.03 0.772-2.35-1.177-7.21-0.772-10.8-0.772h-8.49c3.18 1.092 8.31 2.33 12.35 3.087 2.85 1.629 7.27 2.991 9.26 4.631 1.25 1.931 3.31 2.998 4.63 5.402 1.73 1.4 2.07 4 0.77 6.174-0.32 3.843-1.4 5.768-3.09 7.717-2.44 1.662-4.61 3.138-8.49 5.403-5.45 2.368-10.63 3.04-16.98 3.087-4.19 0-6.24-0.632-10.03-0.772-3.44-1.184-7.79-1.661-10.8-2.315-3.3-0.899-7.75-7.867-12.09-8.028 2.96 0.383 6.48 7.443 7.46 9.571 1.09 2.183 0.77 6.659 0.77 10.033-1.21 2.069-1.49 6.007-2.32 8.489-0.15 2.682-0.43 6.238-1.54 7.717l1.54-7.717c-0.15 2.682-0.43 6.238-1.54 7.717" stroke-width="3.75" fill="none"/>
105
+ <path id="path648" stroke-linejoin="round" d="m2134 860.46c0 0.307 2.68 1.717 4.49 3.785 1.76 2.767 3.61 5.912 5.4 8.489 1.22 3.511 2.31 5.183 3.09 8.489 1.44 2.362 2.07 6.061 2.32 9.261-0.14 3.601-0.45 6.824-2.32 9.261-0.91 3.124-2.46 4.36-5.4 5.402-2.56 1.21-5.01 1.544-9.26 1.544-2.83 0-9.05-0.423-11.88-0.423 4.89 0 13.17 0.423 18.05 0.423 5.37 0.339 8.93 0.795 11.58 3.087 3.37 0.952 6.08 2.646 7.72 4.63 2.62 1.933 5.1 2.389 6.17 5.402 0.81 2.441 0.77 6.475 0.77 10.033-0.4 4.426-1.67 4.523-5.4 5.402h-10.8c-2.38-0.791-6.82-1.16-10.04-1.544-2.62-0.354-5.59-2.693-7.86-3.447 2.02 1.919 1.64 6.418 1.69 10.393 0.59 2.731 0.77 6.291 0.77 10.033-0.32 4.115-1.31 5.216-3.86 6.945-4.1 0.893-10.14 0.772-15.43 0.772-4.32-0.204-7.89-0.772-12.35-0.772-5.35 0-10.11-0.593-15.05-1.16 1.88 1.251 1.84 4.069 1.93 7.334 1.39 2.318 0.32 5.02 0 7.718-0.26 3.351-0.89 5.618-2.32 7.717-0.77 0-1.33 4.231-2.1 4.231" stroke-width="3.75" fill="none"/>
106
+ <path id="path649" stroke-linejoin="round" d="m2096.8 850.36c0 0.258-0.2-0.161 3.86 3.087 2.35 1.884 3.52 4.255 5.4 6.946 0.68 2.905 1.66 5.472 2.31 8.489 0 4.497-0.54 6.292-2.31 9.261-2.95 1.966-6.48 3.503-10.8 3.859-2.56 0.853-6.16 1.304-9.27 1.543-2.2 0.734-1.93 1.181-4.98 1.544 4.94-0.174 5.19-0.772 10.39-0.772 3.37 0 7.85-0.32 10.03 0.772 3.46 0.468 5.95 0.952 7.72 3.087 3.18 0.869 4.56 2.265 6.17 4.63 2.37 1.608 3.76 2.986 4.63 6.174 0 4.199-0.47 6.569-1.54 9.261-1.35 2.685-2.62 4.245-5.4 6.174-1.99 1.716-4.87 2.137-7.72 3.087h-10.81c-2.84 0 9.3 0.29 14.67 0.772 3.17 0.58 5.15 1.872 7.71 3.087 2.27 1.539 5.22 1.762 6.95 3.858 2.82 1.002 4.14 3.044 6.95 4.631 0.67 1.563 0.35 1.167 1.54 0.772" stroke-width="3.75" fill="none"/>
107
+ <path id="path650" stroke-linejoin="round" d="m2064.9 837.14c3.79 1.873 5.87 8.512 6.46 12.447 1.07 3.912-0.31 6.788-1.54 10.804-3.74 3.45-4.17 4.561-9.26 5.402-4.38 1.311-9.15 0.99-13.12 2.316-2.64 1.087-5.11 2.085-8.49 3.087h-10.81c-3.33 1.961 2.66 0.3 3.86 0 6.01 0 12.2 0.078 17.75-0.772h11.58 10.8c3.95 0.595 4.52 1.943 6.18 5.402 1.64 1.988 2.17 5.374 2.31 9.261-0.16 4.432-0.87 5.737-3.08 9.261-2.22 2.749-4.15 3.95-6.95 6.174-3.61 1.548-8.92 2.509-13.89 3.087-5.94 0-12.32-0.347-17.75 0.771-4.1 0-20.47 1.098-19.04 2.528 2.7-2.162 14.71-1.756 19.04-1.756 5.89-1.207 11.13-2.216 16.98-2.315 3.69-1.1 8.18-1.495 12.34-1.544 4.06 0.049 7.19 0.599 9.27 2.316 2.39 1.991 5.46 4.379 6.94 6.174 2.96 1.048 3.84 3.039 6.17 4.63 0.69 3.159 1.5 5.193 1.55 9.261-0.96 2.711-1.81 5.537-3.09 7.717-3.58 2.559-7.43 5.366-12.35 6.946-4.27 1.656-7.77 2.164-12.34 2.315-3.94 0-6.96 0.356-10.04 0.772-2.83 0-25.97 0.423-28.8 0.423 6.96-1.269 29.57-0.423 34.21-0.423 5.06 0 9.69 0.613 14.66 0.772 2.45 1.163 5.1 2.098 6.94 3.858 2.61 1.045 4.84 5.551 4.89 10.232" stroke-width="3.75" fill="none"/>
108
+ <path id="path651" stroke-linejoin="round" d="m2029.7 818.72c0.68 1.373 3.42 6.799 4.63 10.033 0.83 3.345 0.77 7.028 0.77 10.804 0 4.828-1.09 6.909-3.09 10.804-4.21 2.825-7.47 5.554-12.35 6.946-4.08 0.73-7.42 0.478-11.57 0-2.74-1.096-5.02-2.018-6.95-3.859-2.93 0 1.7 0.642 3.09 0.772 2.31 1.573 5.76 2.49 9.26 3.859 4.44 1.795 6.12 3.205 9.26 6.946 2.82 2.276 3.54 2.747 3.86 6.945 1.96 2.209 1.69 5.215 0.77 7.718-2.38 1.588-4.95 4.143-6.94 6.174-3.48 1.454-4.74 2.26-9.26 2.315-4.2-0.15-6.37-1.261-10.04-1.544-1.59-1.487-0.89-1.154 1.55 0 2.5 1.393 6.84 4.093 8.49 6.174 2.66 1.811 3.42 3.759 4.63 7.718 1.48 3.977 2.63 6.392 4.63 8.489 0.14 3.792 0.77 5.835 0.77 10.032-1.08 2.69-1.8 5.241-3.86 6.946-0.86 3.16-2.8 4.433-3.86 7.717-3.03 1.785-6.91 5.491-9.26 7.718-3.15 1.048-10.8 1.836-15.47 1.892" stroke-width="3.75" fill="none"/>
109
+ <path id="path652" stroke-linejoin="round" d="m2064.4 1310.3c1.14 2.68 2.41 5.64 3.08 8.49 0.34 2.8 0.77 4.96 0.77 8.49-1.22 2.33-1.49 5.11-3.08 6.95-1.01 2.83-3.19 3.89-5.4 5.4-2.98 1.28-5.08 2.26-9.27 2.32-4.06 0-7.67-0.25-10.8-0.78-3.42-1.6-11.26-4.38-8.89-2.7 2.98 0.96 7.21 3.08 9.66 4.25 3.23 2.15 5.67 3.39 8.49 6.94 2.46 1.7 3.42 3.1 3.86 6.18-3.06 1.06-7.32 2.6-11.58 3.08-3.74 0-7.3-0.17-10.03-0.77-2.5-1.19-4.62-2.36-7.72-3.09l7.72 3.09c-2.5-1.19-4.62-2.36-7.72-3.09l-10.5-4.27c2.07 1.98 13.8 6.85 15.13 9.68 1.09 2.71 1.78 6.01 2.32 10.03-0.04 4.58-0.44 9.8-1.54 13.12-0.88 3.2-2.29 4.63-3.86 6.94h-1.55" stroke-linecap="round" stroke-width="3.75" fill="none"/>
110
+ <path id="path653" stroke-linejoin="round" d="m2053.6 1356.6h0.77c-2.15 0-1.01-0.1 3.09 1.54 4.29 2.69 5.35 3.8 8.49 8.49 1.48 3.27 2.67 4.24 3.09 7.72 1.3 2.18 0.5 5.38 0 7.72-2.05 1.68-3.15 3.86-5.41 5.4-1.52 2.24-3.49 3.58-5.4 5.4-2.64 0.57-3.72 1.36-6.94 1.54" stroke-linecap="round" stroke-width="3.75" fill="none"/>
111
+ <path id="path654" stroke-linejoin="round" d="m2065.2 1335v0.77c0-2.27-0.13-0.99 2.31 3.09 3.19 2.21 3.82 4.54 4.63 9.26 0.91 3.64 0.66 7 0 10.03-2.38 1.39-5.5 3.75-8.88 4.26" stroke-width="3.75" fill="none"/>
112
+ <path id="path655" stroke-linejoin="round" d="m2102.2 1352.8h-0.77c2.08 0 1.02-0.05-3.09 0.77-3.22 1.08-7.11 0.77-10.8 0.77-2.86-1.01-5.5-1.55-8.49-3.08-2.55-0.53-2.95-1.45-6.18-1.55" fill-rule="evenodd" stroke-width="3.75" fill="#fff"/>
113
+ <path id="path656" stroke-linejoin="round" d="m2086 1384.4h-0.77c2.09 0 1.03 0.05-3.08-0.77-3.33-2.16-8.92-5.94-12-6.96" fill-rule="evenodd" stroke-width="3.75" fill="#fff"/>
114
+ <path id="path657" stroke-linejoin="round" d="m2333.8 902.91c-1.34 0.401-13.46 1.215-17.02 1.469h-10.8c-3.76-0.84-7.46-1.494-11.58-1.543-3.08 0-2.15-1.904-5.24-1.904" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
115
+ <path id="path658" stroke-linejoin="round" d="m2322.9 933.7c-0.26 0 10.69-0.846 10.44-0.846 1.28 0-13.79 0.846-15.07 0.846-3.45 0.617-6.97 0.772-10.81 0.772-2.41 0.458-7.91 0.483-10.03 1.544h-10.8c-2.33-0.123-2.31-0.65-4.63-0.772" fill-rule="evenodd" stroke-width="3.75" fill="#fff"/>
116
+ <path id="path659" stroke-linejoin="round" d="m2022.7 1298.7c0.51 1.27 3.86 7.28 3.86 10.83-0.05 4.06-0.51 5.64-2.31 7.72-2.99 1.61-5.57 3.03-10.04 3.09h-13.89c-4.19 0-23.93-4.52-25.15-5.44 3.61 0.49 16.67 5.44 21.29 5.44 4.21 0.15 6.55 1.05 10.81 2.31 4.1 1.25 6.82 2.33 10.03 3.09 2.21 1.29 5.81 1.51 7.72 3.09 3.57 1.26 3.12 3 4.63 6.94-0.3 3.91-1.2 5.75-3.86 7.72-1.7 2.09-4.88 3.94-8.49 5.4-3.67 1.7-7.87 2.32-13.12 2.32h-10.8c-2.55-0.85-6.23-1.41-8.49-2.32l8.49 2.32c-2.55-0.85-6.23-1.41-8.49-2.32h-0.78c2.95 1.18 3.49 3.31 4.64 6.17 0.27 3.61 0.77 6.48 0.77 10.81-0.73 3.1-1.9 5.21-3.09 7.72-1.36 3.02-2.6 5.11-4.63 7.71-0.68 1.54-1.56 2.8-2.32 1.55" stroke-linecap="round" stroke-width="3.75" fill="none"/>
117
+ <path id="path660" stroke-linejoin="round" d="m1981.8 1282.5c0 0.26-0.1-0.24 1.54 3.86 1.6 1.93 2.16 5.09 3.09 7.72 0 3.74-0.18 7.3-0.77 10.03-1.55 2.52-2.65 4.02-5.4 5.4-1.81 2.18-3.95 2.8-7.72 3.09-2.22 1.11-6.25 0.75-8.49 0-2.84-0.67-5.79-1.5-7.72-3.09-3.19-0.75-5.19-1.73-6.94-3.86-2.85-0.71-2.28-2.31-0.78 0 2.36 1.95 2.46 4.05 3.86 7.72 0.05 4.05 0.77 5.84 0.77 10.03 0.71 3.25 1.18 6.14-0.77 8.49-1.05 2.96-3.04 3.84-4.63 6.18-4.13 0.89-7.67 1.54-12.35 1.54-2.38-1.76-7.53-3.34-9.26-5.4-2.81-1.27-5.09-2.86-6.94-4.63-2.14-1.02-10.4-7.78-11.63-9.69 1.91 1.82 10.88 8.99 12.4 11.23 2.08 1.42 4.03 3.26 5.4 4.63 2.09 1.49 3.71 4.23 6.18 6.18 1.71 3.03 2.92 4.08 3.08 8.48v10.81c-0.05 4.83-0.75 5.48-3.08 8.49-0.48 1.44-1.07 0.1-1.55 1.54" stroke-width="3.75" fill="none"/>
118
+ <path id="path661" stroke-linejoin="round" d="m1952.5 1335v0.77c0-2.42-0.16-0.97 3.09 3.09 2.67 1.44 5.74 3.11 8.49 3.86 1.99 1.72 5.15 1.7 7.34 3.85 3.52 0.47 7.59 2.17 11.59 2.32" fill-rule="evenodd" stroke-linecap="round" stroke-width="3.75" fill="#fff"/>
119
+ <path id="path662" stroke-linejoin="round" d="m1949.8 1262.4c1.18 1.12 6.61 7.93 7.34 11.6-0.05 4.53-0.5 5.87-3.08 7.72-2.56 1.21-5.01 1.54-9.26 1.54-4.13-0.91-6.67-3.51-10.81-5.4-2.19-2.14-4.95-2.91-6.94-4.63-3.88-1.32-4.55-2.14-0.78 0.77 3.72 2.02 6.87 3.93 9.26 5.4 3.27 2.28 4.37 2.64 6.18 6.95 0.87 4.42 2.01 8.39 2.31 13.12 1.71 2.51 1.96 5.35 0 7.72-1.9 1.12-2.73 1.54-6.17 1.54-2.09-1.81-4.26-3.33-6.17-4.63-1.52-1.11-3.59-3.24-4.63-4.63-2.05-1.82-4.68-3.2-6.18-5.4-3.31-1.45-4.83-3-7.72-4.63-2.66-4.09-0.12-0.21 1.55 1.54 1.9 3.04 3.34 6.36 4.63 9.26v11.58c-0.06 3.25-0.75 6.32-1.55 8.49-3.93 0-6.95-0.36-10.03-0.78-2.31-0.92-5.97-2.01-8.49-3.08-3.6-2-5.86-3.86-6.94-6.95-1.84-2.1-3.43-5.18-4.63-6.94-1.53-1.94-2.13-2.84-3.86-3.86 1.88 2.01 3.63 5.98 6.94 8.49 2.31 3.48 4.28 4.56 5.41 8.49 1.7 2.06 1.95 5.83 2.31 9.26 0 3.37 0.32 7.85-0.77 10.03-0.49 3.63-1.6 5.31-3.09 7.72-1.16 2.46-2.5 4.75-3.86 6.94-1.03 0-0.77-0.25-0.77 0.77" stroke-linecap="round" stroke-width="3.75" fill="none"/>
120
+ <path id="path663" stroke-linejoin="round" d="m1965.6 1250.1v0.77c0-1.03-2.89 6.59-6.17 8.49-3.89 0.75-5.67 1.54-10.03 1.54h-11.58c-2.77-0.96-6.2-2.02-9.26-3.08-2.54-2.23-4.96-3-7.72-5.41-2.29-2.24-2.99-3.52-5.77-6.54-1.14-1.49-0.31-0.11 3.46 2.68 3.43 3.17 4.39 4.02 5.4 7.72 1.09 2.19 0.77 6.66 0.77 10.03-0.16 4.36-0.53 5.77-3.86 6.95-2.36 1.38-5.29 1.54-9.26 1.54-1.98-1.71-5.16-2.88-7.72-5.4-2.23-1.47-4.84-4.93-6.94-6.94-1.21-1.87-6.65-8.48-8.52-9.68 2.01 1.36 8.46 8.87 10.83 10.45 1.61 2.83 3.55 4.23 5.41 6.17 1.6 2.71 2.61 5.29 4.63 6.95 0.43 3.18 1.11 6.07 1.54 9.26-0.15 4.11-0.83 5.85-3.09 7.72-2.99 2.93-3.75 3.05-6.94 1.54-2.65-1.84-5.47-3.45-7.72-5.4-2.88-0.79-5.29-1.86-6.95-3.86-2.81-0.99-4.79-3.17-6.94-4.63-1.22-2.44-3.23-4.65-5.4-6.18l5.4 6.18c-1.22-2.44-3.23-4.65-5.4-6.18l-13.22-16.32c1.74 2.02 16.85 18.91 17.85 21.73 2.33 1.86 3.66 4.61 4.63 8.49 0.33 3.12 0.77 5.84 0.77 9.26-2.05 2.15-2.72 3.69-6.18 4.63h-10.8c-4.27-0.16-5.6-1.05-9.26-2.32-3.13-1.81-4.49-2.92-6.17-5.4-2.26-1.54-3.57-3.33-6.18-4.63-1.04-1.56-2.23-1.99-3.09-3.86-1.4-0.6-1.17-1.55-2.31-2.32" stroke-width="3.75" fill="none"/>
121
+ <path id="path664" stroke-linejoin="round" d="m1972.2 1235.8c-0.25 0-5.57 0.44-9.68-0.38-5.25-0.33-11.05-0.74-13.9-3.09-4.08-1.41-4.89-3.25-6.94-5.4-2.26-2.72-5.13-5.45-6.95-9.27-1.48-3.39-2.26-6.31-2.31-10.8v-12.35c0-2.14 1.46-14.06 0.4-15.12-0.05 4.23-1.95 16.01-1.95 20.52 0 3.94-0.35 6.96-0.77 10.04-1.8 2.88-3.68 6.15-6.94 9.26-4.49 3.87-8.34 6.61-13.89 7.72-4.4 1.3-5.44 0.82-7.72-3.09-2.82-2.11-4.26-5.57-4.63-10.03-1.16-4.35-0.62-8.77 0-13.12 0-3.86-0.39-10.44-0.39-14.3 0-1.8 0.39 5.11 0.39 5.81 0 4.55 0.03 7.21-2.32 10.8-1.78 3.95-4.38 6.87-6.94 10.03-2.62 2.71-4.96 3.82-8.49 4.63-3.72 0-6.93 0.04-9.26-1.54-2.85-3.97-7.93-8.3-10.04-13.12v-10.8-10.81-8.91c1.27 2.7 1.55 12.6 1.55 16.63-0.31 3.98-1.95 6.05-3.09 10.03-2.83 2.7-4.77 5.04-8.49 7.72-4.13 2.11-7.68 3.71-12.35 4.63-5-0.06-4.93-0.45-6.94-4.63-2.46-2.75-3.46-6.19-3.86-10.03-1.07-3.71-1.86-7.41-2.32-10.81-0.76-3.06-0.75-10-1.54-12.36v8.5c0.45 3.49 1.49 6.52 1.54 10.81 0 3.8-0.26 6.84-1.54 9.26-0.41 3.08-1.36 11.74-1.52 11.58" stroke-linecap="round" stroke-width="3.75" fill="none"/>
122
+ <path id="path665" stroke-linejoin="round" d="m1915.5 1224.6c0.33 1.67 1.54 6.81 1.54 10.81 0 4.53-0.2 5.89-2.31 9.26-2.25 3.24-3.6 3.08-8.49 3.08-4.22 0-7.09-0.47-9.26-2.31-2.86-1.02-4.32-2.72-6.18-5.4-2.11-2.56-4.59-6.63-6.17-8.49-0.77-2.83-2.32-9.94-3.48-12.38-0.81-3.67 2.07 6.27 3.48 8.52 1.96 3.57 3.99 6.86 5.4 10.03 0.56 2.56 0.77 5.72 0.77 9.26-1.55 2.18-3.18 4.05-4.63 6.18-2.77 0.92-5.44 1.49-9.26 1.54-3.38-0.51-5.34-1.7-7.71-3.09-2.86-0.95-4.4-2.58-6.95-3.86-1.45-2.2-4.66-5.54-6.17-8.49-1.88-2.64-2.47-6.73-3.86-9.26-0.53-3.69-1.02-7.57-2.32-10.03-0.5-3.9-1.25-6.66-3.86-8.49-0.22-2.01-0.92-1.64-1.54-3.09" stroke-width="3.75" fill="none"/>
123
+ <path id="path666" stroke-linejoin="round" d="m1857.6 1243.2c0.25 1.68 1.13 7.77 1.54 10.81-0.05 4.43-0.99 5.7-2.31 8.49-1.5 2.2-2.61 4.53-3.09 7.71-2.04 1.69-3.14 3.87-5.4 5.41-1.2 1.79-2.4 1.54-5.4 1.54-1.03 0.32-5.46-0.28-7.72-0.77" stroke-width="3.75" fill="none"/>
124
+ <path id="path667" stroke-linejoin="round" d="m1853 1234.7c-0.84 3.92-2.39 7.19-3.86 10.81-2.24 2.48-3.97 4.83-5.4 6.94-2.69 1.08-5.06 1.55-9.26 1.55-2.11-1.44-4.85-2.57-6.95-3.86-1.14-0.49-2.72-1.06-3.86-1.55" stroke-width="3.75" fill="none"/>
125
+ <path id="path668" stroke-linejoin="round" d="m1954.8 694.46v0.772c0-1.922 0.11-1.002-1.55 2.315-3.29 3.734-4.94 4.896-9.26 6.174-4.63 2.611-11.4 3.471-17.75 3.859-5.23 0.887-10.94 0.799-16.2 1.543-1.71-2.468-5.15-4.616-6.95-6.946-1.82-2.096-2.73-4.226-4.63-6.945-1.27-3.802-3.6-6.878-4.63-10.805-1.28-3.707-2.17-7.772-3.09-11.576-0.45-3.388-1.26-5.65-1.54-9.261-2.77-0.792-0.23 0.982 0.77 3.087 2.16 3.234 2.81 6.746 3.09 11.576 0.56 3.964 0.77 8.011 0.77 12.348 0 4.465-0.4 7.176-1.54 10.033-2.67 2.72-4.45 3.281-8.49 3.859-4.65 1.183-10.27 0.771-15.44 0.771-3.68-0.498-4.93-1.779-8.49-2.315-1.84-1.645-4.95-3.404-6.94-4.63-1.4-1.703-3.06-2.369-3.86-3.859" stroke-width="3.75" fill="none"/>
126
+ <path id="path669" stroke-linejoin="round" d="m1893.1 699.22c0 0.258 2.33 3.477 2.33 3.734 0-2.157-0.09-1.012 1.55 3.087 1.52 4.568 0.62 6.481-2.32 10.033-3.14 3.441-6.73 6.418-10.03 9.261-3.5 1.606-6.38 3.761-10.8 4.63-5.11 0.642-10.54 0.898-14.67 0-2.97-1.689-6.64-4.372-8.49-6.946-2.23-2.184-3.4-4.357-4.63-6.945-0.69-2.544-1.58-5.895-3.08-7.718-0.21-2.214 0.07 0.602 0.49 3.958 0.94 2.802 0.05 1.059 0.28 4.531v10.805c-1.46 4.904-3.47 11.125-4.63 15.435-1.61 2.365-2.99 3.761-6.18 4.63-3.52 2.096-6.94 4.115-10.8 5.402-2.11 1.739-5.22 1.544-9.26 1.544-3.41-1.363-4.11-2.156-6.95-5.402-1.98-1.555-2.44-2.52-3.86-3.859" stroke-width="3.75" fill="none"/>
127
+ <path id="path670" stroke-linejoin="round" d="m1787.4 743.86v0.772c0-2.418 0.16-0.973-3.09 3.087-1.47 2.402-3.43 4.579-6.17 6.946-1.77 3.191-5.59 6.771-6.95 10.032-3.28 1.668-8.13 2.793-12.34 3.859-4.43 0.456-8.91 0.979-13.12 1.544-6.18 0.383-12.17 0.771-18.53 0.771-3.69-0.044-7.45-0.685-10.03-1.543-2.47-2.046-2.95-3.917-3.08-8.489-1.1-3.284-0.71-6.54-2.32-8.49-0.32-1.799-1.17-2.919-2.31-3.858" stroke-width="3.75" fill="none"/>
128
+ <path id="path671" stroke-linejoin="round" d="m1941.7 726.88v0.772c0-2.158 0.09-1.007-1.54 3.087-1.77 2.831-4.39 6.123-6.18 8.489-2.69 2.394-6.57 6.148-9.26 8.489-4.56 3.804-8.23 5.155-13.89 6.174-5.04 0.653-8.54-0.689-13.12-3.087-3.62-3.805-4.14-4.927-6.17-9.261-0.37-3.776-0.68-6.843-2.32-10.033-0.68-2.881-1.64-5.585-3.09-7.717 0.17-2.651 1.24 1.598 1.55 3.087 0.84 2.106 1.22 6.302 2.31 8.489v10.805c1.06 4.223 0.48 7.303 0 10.804-1.31 4.419-2.02 8.169-4.63 10.033-3.01 1.052-7.26 1.543-11.57 1.543-5.27 0-11.07-0.189-14.67-2.315-2.47-1.68-4.54-4.042-7.71-7.718-2.59-3.361-4.49-5.11-5.41-8.489-1.82-2.737-2.93-5.764-4.63-7.717-0.41-3.284 0.27-0.432 1.55 0.772 1.01 2.131 2.74 5.989 3.85 8.489 1.44 2.788 3.03 5.384 3.86 9.261 2.05 2.5 3.52 5.433 3.86 9.261 1.08 2.375 0.77 7.216 0.77 10.804-0.68 3.731-1.53 4.819-5.4 5.402-3.17 0.772-7.18-0.462-10.8-2.315-2.69-1.343-4.25-2.62-6.18-5.402-3.16-2.549-5.07-5.099-7.71-8.489-1.79-1.879-3.56-3.767-5.41-6.174-2.12-2.609-4.25-4.494-5.4-8.49-1.2-1.131-1.89-2.727-3.09-3.858 1.86 2.139 2.78 4.063 3.86 7.717 1.16 4.235 2.26 6.282 2.32 10.805v10.804c-0.74 3.698-2.53 3.366-6.18 3.859-4.23 0-7.82 0.28-10.03-1.544-3.38-0.457-5.7-1.339-7.72-3.087-3.21-0.838-5.27-2.636-7.71-3.859-1.22-1.794-3.8-5.188-5.4-6.945-1.07-3.295-3.1-4.683-4.64-6.946-1.09-1.093-1.16-3.462-1.54-3.087 1.5 1.772 2.85 5.58 3.86 7.718 0.62 3.449 0.77 6.965 0.77 10.804-0.86 4.033-2.31 6.032-3.09 10.033-1.7 3.25-3.18 7.345-4.63 10.032-2.81 1.914-5.03 3.995-8.48 5.402-4.56 2.051-9.17 2.927-14.67 3.087-3.7 1.235-6.79 0.438-10.03 0-2.51-1.19-5.38-2.391-6.95-4.63-1.99-0.914-2.61-1.916-3.86-4.631-2.8-2.101-3.82-5.228-5.4-9.26-1.12-3.241-2.36-6.117-3.08-9.261-1.32-3.011-2.14-6.787-3.86-9.261-0.2-1.798-0.57-1.29-0.77-3.087" stroke-width="3.75" fill="none"/>
129
+ <path id="path673" stroke-linejoin="round" d="m1907.7 794.02v0.772c0-2.082 0.05-1.031-0.77 3.087-2.54 3.948-5.51 7.294-9.26 8.489-2.22 1.11-6.24 0.749-8.49 0-3.5-1.795-5.87-3.992-8.49-6.945-2.04-3.736-5.53-7.128-7.72-10.805-1.94-2.923-3.33-5.026-3.85-8.489-1.67-1.962-2.87-6.03-3.86-8.489-0.23-2.425-0.2-1.078-0.92-2.863 1 3.631 2.3 5.331 3.23 9.809 1.53 4.725 2.83 7.202 1.55 12.347-0.63 4.695-1.41 8.67-3.09 13.12-1.02 4.53-2.45 7.933-3.86 10.804-0.71 3.016-2.04 5.682-3.86 7.718-1.75 1.923-4.71 2.433-7.72 3.087h-10.8c-3.29-0.444-6.37-1.531-10.03-2.315-3.59-1.916-4.31-2.812-6.95-5.403-2.06-2.552-4.05-4.396-5.4-7.717-1.97-1.342-4.77-3.39-6.18-5.402-2.36-2.321-3.84-3.997-5.4-7.718-0.72-3.317-1.49-5.668-1.54-10.032-0.12-2.325 1.08 3.717 2.31 7.717 1.12 2.602 1.95 6.714 3.09 10.033v12.348c0 3.776 0.07 7.459-0.77 10.804-0.52 3.477-1.83 5.068-3.09 7.718-2.2 1.356-4.57 3.037-7.71 3.858-2.62 1.815-7.79 3.075-11.58 3.859-3.83 1.002-7.21 1.543-11.58 1.543-4.44 0-6.53 0.049-8.49-2.315-1.85-2.043-4.93-6.132-6.94-7.717-1.07-3.008-2.63-4.214-5.4-6.946-1.11-3.076-2.87-6.846-4.63-9.261-0.59-3.754-2.38-6.978-3.09-10.032-0.49-1.142-1.06-2.718-1.54-3.859" stroke-width="3.75" fill="none"/>
130
+ <path id="path674" stroke-linejoin="round" d="m1990 787.63c0.15 1.06-0.71 4.906-1.27 7.157-1.69 4.595-4.28 8.519-7.72 11.576-3.71 2.233-5.18 3.545-9.26 3.859-1.88 1.407-4.1 0.607-5.41-0.772-3.98-1.471-6.34-3.852-10.03-5.402-3.47-2.228-5.29-3.554-8.49-5.402-1.8-2.649-4.08-5.631-6.17-7.718-0.5-0.836-4.93-8.224-4.08-5.912 1.64 2.426 5.66 7.115 7.17 10.543 1.86 2.566 4.03 7.636 6.17 10.033 2.14 2.708 4.88 5.721 7.72 9.26 1.73 4.277 3.53 7.345 3.86 11.576 1.2 2.331 1.54 6.411 1.54 10.033 0 4.198-0.63 6.241-0.77 10.033-1.01 2.511-1.99 5.389-3.09 7.717-4.66 0-8.4-0.776-11.58-2.315-2.5-1.756-4-4.251-6.17-7.717-1.52-4.26-4.13-7.236-6.17-11.576-2.56-4.301-4.62-10.891-6.95-14.664-0.53-3.744-2.01-7.098-2.31-11.576-0.84-1.399-1.09-1.823-1.55-3.361 0.49 3.603 0.77 6.484 0.77 11.079 0 4.717 0.27 8.91-1.54 11.576-1.38 4.141-3.6 6.863-6.17 10.033-3.13 1.973-5.9 4.615-10.04 6.173-4.59 1.593-8.15 2.316-13.12 2.316-4.97-1.026-9.84-1.51-14.45-2.739-4.86-0.438-8.32-0.739-10.24-3.435-2.85-3.2-6.07-6.739-8.49-10.805-2.25-1.475-1.49-1.679-2.94-3.286 1.64 2.556 1.38 2.261 2.17 6.373 1.46 3.027 1.54 5.578 1.54 9.261-1.83 3.098-3.74 6.393-6.17 9.261-2.52 3.082-3.82 4.052-7.72 5.402h-11.58c-3.74 0-7.3-0.178-10.03-0.772-3.33-0.723-7.21-2.252-10.8-3.858-1.68-1.351-12.18-10.047-13.46-11.749" stroke-linecap="round" stroke-width="3.75" fill="none"/>
131
+ <path id="path675" stroke-linejoin="round" d="m1801.2 839.55h0.77c-2.42 0-0.93-0.202 2.32 3.859 2.33 4.694 3.84 8.866 6.17 13.119 0.57 4.761 1.45 8.692 1.55 13.892 0 5.475 0.41 10.617-1.55 15.435-5.12 4.971-7.12 7.153-13.89 7.717-6.67 1.361-8.15 0.11-10.8-6.174-1.93-3.948-3.4-8.344-5.4-12.348-1.03-2.941-4.01-6.973-6.18-10.804-1.18-2.396-2.84-5.984-4.63-9.261-1.37-3.589-2.18-7.228-3.86-9.261-0.58-5.672-1.08-2.474 0.77 0-0.48 4.889 2.7 18.685-1.03 20.548-2.55 1.21-5.22 0.486-9.48 0.486" stroke-width="3.75" fill="none"/>
132
+ <path id="path676" stroke-linejoin="round" d="m2001.5 798.84c0 0.258 0.42 4.958 0.42 5.215 0-2.336-0.04-1.026 0.78 3.859 0.28 5.115 1.5 10.263 3.08 13.891v10.805c-1.21 4.08-1.86 5.959-4.63 9.26-1.62 2.388-2.54 3.087-6.17 3.087-2.48 1.24-7.85 0.772-11.58 0.772-4.13-1.137-9.43-1.467-12.34-3.859-2.55-1.957-4.99-3.133-6.47-5.538 1.08 0.358 0.77 2.197 0.77 0.982" stroke-linecap="round" stroke-width="3.75" fill="none"/>
133
+ <path id="path677" stroke-linejoin="round" d="m1945.6 851.13v1.544-1.544 1.544-1.544c-0.67 7.259-2.69 10.487-6.95 16.207-2.86 3.358-5.68 6.353-10.03 8.489-6.14 3.199-12.29 4.13-19.29 4.63-5.28 0-7.35 0.211-10.04-3.087-3.37-2.695-7-6.459-8.49-10.804-2.82-3.425-4.31-7.897-6.17-11.576-0.87-4.391-2.48-8.213-3.86-12.348-0.93-3.623 0.74 2.487 0.77 5.402 0 6.105-0.97 10.857-2.31 16.207-1.64 4.874-3.19 8.362-6.18 12.348-3.02 4.788-6.73 6.566-11.57 10.032-7.38 1.64-14.05 1.476-21.61 0.772-4.86-1.49-8.38-2.568-12.35-5.402-3.64-1.137-8.19-3.337-10.03-5.402-3.76-1.535-2.45-0.659-4.89-1.881 0.56 3.543-2.92 15.798-3.6 19.631-1.19 4.176-1.69 6.492-4.63 8.489-3.09 2.804-5.94 9.228-10.16 10.966-3.18 0.691-7.13 2.918-11.15 3.235-2.79 1.263-5.92 0.858-8.56 1.606" stroke-linecap="round" stroke-width="3.75" fill="none"/>
134
+ <path id="path678" stroke-linejoin="round" d="m1998.8 847.27c0.28 1.708 1.54 8.13 1.54 12.347v13.12c-0.24 4.351-1.06 8.005-1.54 11.576-1.06 3.712-2.68 5.39-5.4 7.717-4.07 2.119-6.73 3.725-10.81 4.631-4.84 0-6.2-0.778-10.03-3.087-4.63-3.656-7.82-6.573-11.58-10.804-3.18-3.417-5.29-6.114-7.72-8.49-0.53-4.05-1.87-6.761-3.08-10.804-1.4-1.956-2.31-4.387-3.86-6.174 1.42 2.84 3.31 4.394 5.4 8.489 2.41 4.191 3.72 8.798 5.4 13.12 1.36 3.552 3.13 7.395 5.41 9.261 1.62 3.858 2.67 5.261 3.85 9.261 0.36 4.668 0.78 8.947 0.78 13.891-1.55 4.473-3.25 7.533-6.95 10.033-4.95 2.949-9.33 3.808-15.43 4.63-6.56-0.036-12.74-0.358-17.75-2.315-2.12-2.598-7-6.776-10.04-10.033-2.56-4.233-5.07-8.136-7.71-12.348-1.36-3.558-2.63-6.627-3.09-10.032-0.83-2.482-1.11-6.42-2.32-8.489-1.06-5.763-0.77 3.188-0.77 5.402v13.891c-1.62 6.654-5.53 12.182-10.03 17.75-5.52 4.424-10.01 7.909-16.98 8.489-6.77 0-11.53 0.193-16.98-3.087-2.54-3.017-6.41-7.001-9.26-10.804-2.6-4.397-4.73-7.294-6.17-11.576-0.58-2.676-0.95-6.722-1.55-10.033 0-3.134-0.32-0.557-0.56-3.137 0 3.601-0.21 3.394-0.21 6.996 0.57 5.088 0.77 10.135 0.77 15.435-1.81 5.908-1.91 8.254-8.48 8.489-4.69-0.335-6.06-1.224-9.27-3.859-3.7-2.18-7.87-5.254-10.8-7.717-2.99-2.789-4.29-4.228-7.01-6.449" stroke-linecap="round" stroke-width="3.75" fill="none"/>
135
+ <path id="path679" stroke-linejoin="round" d="m1967.9 906.69h0.77c-2.27 0-0.99-0.132 3.09 2.315 1.44 2.17 4.2 5.53 6.17 8.489 2.03 2.806 4.36 7.912 6.17 10.033 1.55 2.718 3.04 4.686 3.86 7.717 0 4.701 0.62 8.633 0.78 13.12 0 4.725-0.73 6.754-2.32 10.032-2.47 1.632-6.06 3.965-10.03 5.402-4 0.522-8 0.772-12.35 0.772-4.15 0-7.78-0.32-11.58-0.772-2.63-1.187-6.81-2.869-9.26-4.63-2.8-2.477-5.78-6.706-8.49-10.033-1.72-2.758-2.38-5.485-3.08-8.489-0.98-3.824-1.44-7.94-3.09-10.804-0.56-2.584-1.25-5.708-1.54-0.772-1.03 2.046-0.78 6.059-0.78 9.261-0.86 4.062-1.88 7.965-3.85 11.576-2.94 2.721-4.92 6.306-9.27 7.717-5.13 3.246-11.03 3.928-16.97 4.631-4.57 0-9.84 0.579-13.9-0.772-2.59-1.231-5.06-2.568-8.48-4.63-3.84-2.417-6.77-5.25-9.27-8.489-2.88-3.621-2.88-6.151-4.63-10.805-0.25-4.38-1.25-6.985-1.54-10.804-0.58-1.071-1.44-2.984-2.31-3.859 0 5.419 0.72 9.863 2.31 14.663 0.26 3.682 0.77 6.869 0.77 10.805-0.14 3.863-0.91 6.404-2.31 9.26-2.79 2.053-4.04 3.291-7.72 4.631-3.66 0.686-7.51 0.772-11.58 0.772-3.43-0.925-6.06-2.98-9.26-3.859-1.85-2.246-3.91-3.21-6.17-6.946-2.56-3.872-3.09-4.453-3.09-9.261 0.71-4.163 1.55-7.769 1.55-12.347 0-4.329 0.1-6.722 1.54-10.033 0.18-3.203 0.35-1.856 0.35-5.527" stroke-width="3.75" fill="none"/>
136
+ <path id="path680" stroke-linejoin="round" d="m1819 946.82h-0.77c2.27 0 0.9-0.22-1.54 3.859-1.89 3.566-2.83 7.18-4.63 9.261-0.87 3.187-2.27 4.566-4.63 6.174-1.01 2.829-3.19 3.893-5.41 5.402-2.37 1.122-4.98 2.116-7.71 3.087l7.71-3.087c-2.37 1.122-4.98 2.116-7.71 3.087" stroke-width="3.75" fill="none"/>
137
+ <path id="path681" stroke-linejoin="round" d="m2062.1 992.36c-0.26 0 4.36-2.327 4.1-2.327 2.27 0-3.88 2.195-7.96 4.642-2.33 1.167-7.27 0.772-10.8 0.772-3.09-0.713-8.13-1.869-10.04-3.859-1.05-4.17-2.58-8.237-3.85-12.348-1.24-3.591-1.86-7.691-2.32-11.576-1.1-3.721-1.86-6.84-3.09-10.804-1.44-4.375-2.69-8.575-3.85-13.12-1.14-3.828-2.04-7.131-2.32-10.804-1.63-1.319-1.8-3.796-2.32-6.174" stroke-linecap="round" stroke-width="3.75" fill="none"/>
138
+ <path id="path682" stroke-linejoin="round" d="m2034.3 983.87c-0.56 0-1.83 3.659-3.09 6.174-5.04 5.908-10.77 10.608-16.21 15.438-4.8 2.26-8.51 5.59-13.89 6.17-2.23-2.02-3.1-7.45-3.86-11.58-2.17-7.294-3.28-14.728-5.4-21.605-1.92-3.46-3.81-7.655-4.63-10.804-1.32-2.779-1.79-6.005-2.31-8.489 0.61 6.014 3.47 11.653 4.63 17.75 0.94 5.105 1.54 10.069 1.54 15.435v13.123c-0.87 4.78-2.35 9.29-5.4 12.34-0.79 0.49-3.91-1.66-6.95-3.08-4.41-2.4-9.54-5.15-12.35-6.95-2.95-4.27-7.49-9.114-10.8-13.89-1.41-4.808-2.47-8.841-3.09-13.891-1.02-4.448-2.27-10.72-3.86-13.891-0.21-2.537-1.3-2.708-2.52-4.058-0.74 5.007-2.72 7.985-4.42 12.547-1.98 2.08-4.4 4.255-7.72 6.945-4.82 4.382-10.2 8.903-15.43 12.348-4.89 3.097-8.91 4.33-14.67 4.631-5.5-0.17-7.71-0.66-11.57-3.859-6.37-3.961-10.63-9.6-16.21-15.435-4.16-4.567-5.74-6.231-6.17-12.348-0.26-3.35-0.91-5.707-1.55-9.261 0 1.03-0.25 0.772 0.78 0.772" stroke-width="3.75" fill="none"/>
139
+ <path id="path683" stroke-linejoin="round" d="m1889.2 993.9c-0.23 1.572-0.92 8.73-1.54 11.58-0.87 3.19-2.04 4.73-4.63 6.17-1.88 1.59-5.53 2.58-7.72 3.86-3.99 0.38-7.46 1.09-10.81 1.54h-11.57c-4.03 0-6.67 0.07-8.49-2.31-2.3-1.89-4.69-5.82-6.17-8.49-1.29-4.37-1.59-7.069-0.78-10.806 0-5.342 0.68-10.098 0.78-15.435 0-3.859-0.39-11.993-0.39-15.852" stroke-linecap="round" stroke-width="3.75" fill="none"/>
140
+ <path id="path684" stroke-linejoin="round" d="m1839.1 1007.8v0.77c0-2.08 0.05-1.02-0.77 3.09-1.04 3.11-2.58 4.21-4.63 6.17-3.89 0.85-5.05-0.12-9.27-1.54-2.7-2.18-3.39-4.07-5.4-6.17-0.94-2.65-2.54-4.68-4.63-6.18 0-1.66-0.38-1.15-0.77-2.31" stroke-width="3.75" fill="none"/>
141
+ <path id="path705" stroke-linejoin="round" d="m1814.8 1001.2c0 0.25 0.36 2.95 1.92 5.02 1.55 3.39 3.32 6.74 4.63 10.8v12.35c-0.38 4.68-1.06 10.04-3.09 13.12-1.72 2.46-6.04 4.42-10.03 6.17-3.95 1.96-8.43 2.17-13.12 2.32-5.53-1.22-10.17-3.15-15.44-6.17-4.66-2.38-9.34-5.31-13.89-7.72-2.13-1.85-4.15-2.78-6.17-5.4-2.24-1.64-4.08-3.98-6.18-5.41-1.48-2.17-4.17-3.73-6.17-6.17-1.94-1.39-3.29-3.44-4.63-5.4" stroke-width="3.75" fill="none"/>
142
+ <path id="path706" stroke-linejoin="round" d="m2054.8 1045c0 0.45-7.31 6.32-9.71 7.52-3 2.2-8.06 4.27-12.35 6.18-6.02 1.84-10.72 3.08-16.97 3.08-1.76-2.58-6.52-5.77-9.26-9.26-1.41-2.82-3.92-7.25-6.18-10.8-1.4-4.45-3.05-8.98-4.63-13.12-1.35-3.99-2.57-6.3-3.09-10.81-1.27-1.76-2.3-7.05-2.7-4.64 2.54 2.59 2.86 6.84 4.25 10.82 0 4.82 0.65 9.12 0.77 13.89-1.1 3.09-1.43 5.21-3.86 6.95-1.7 1.96-2.88 2.31-6.17 2.31-2.27 1.36-4.43 0.06-7.72 0-4.04-1.19-5.15-1.99-6.95-4.63-2.27-1.59-3.84-4.69-6.94-6.95-1.96-3.63-3.1-4.98-4.63-8.48-1.01-2.83-1.86-6.09-2.32-10.04 0-4.06-0.63-7.6-0.77-11.57 0-2.78 0.21-9.193-0.77-10.831-0.58 4.701-1.55 10.151-1.55 15.461-0.68 3.64-0.89 7.92-1.54 11.57-1.7 3.91-4.12 7.98-7.72 11.58-4.84 2.74-9.1 3.82-14.66 4.63-5.85 0-11.2-0.71-16.98-0.77-3.55-2.02-7.52-4.76-11.57-7.72-3.78-3.42-8.59-7.72-11.58-10.03-0.95-2.69-2.85-4.31-4.63-6.18-1.1-2.04-1.57-1.77 0.77-0.77 2.01 2.01 5.29 4.81 6.95 7.72 1.27 2.46 3.09 7.82 4.63 10.03 0 4.19 0.72 5.98 0.77 10.03-0.73 3.98-3.11 4.95-7.72 6.18-4.4 0-8.47-0.44-11.57-1.54-3.7-1.55-6.47-2.71-8.49-4.64-1.98-1.34-4.77-3.39-6.18-5.4-2.92-3.08-6.03-6.34-8.49-9.26-1.56-1.71-3.89-6.02-5.4-7.72 0.75 1.13 1.29 1.33 2.32 3.09 2.76 3.47 4.32 5.65 6.17 8.49 1.47 3.81 2.77 5.64 3.09 10.03 0 3.74-0.18 7.31-0.77 10.04-0.88 3.22-2.3 5.08-5.41 6.17-2.33 1.17-7.27 0.77-10.8 0.77-2.59-1.13-7.22-3.12-10.03-3.86-1.79-2.18-5.49-4.82-7.72-7.71-1.96-2.52-3.1-5.11-5.4-6.95 1.99 1.64 3.22 4.55 5.4 6.95 1.19 2.43 2.95 6.19 3.86 9.26 1.54 3.41 2.13 7.14 3.09 10.8 0 4.13-0.27 7.8-0.78 11.58 0 4.04 0 6.99-1.54 9.26-0.95 3.46-2.72 5.06-6.17 7.71-3.7 0.72-5.24 1.5-9.26 1.55-1.56-1.89-3.83-3.96-6.18-6.18-1.05-2.22-2.62-5.67-3.86-7.71-1.52-2.48-3.11-3.79-4.63-6.95-2.41-2.32-5.22-6.08-6.94-10.03-1.95-2.92-3.92-11.37-4.63-14.63-1.06-0.71 1.25 1.98 1.54 6.91 0 4.11-0.24 7.83-0.77 11.58 0.12 4.52 0.77 8.55 0.77 13.12-0.42 3.07-0.91 6.42-2.32 8.49-1.9 3.34-5.56 6.08-10.03 7.71-1.68-2.35-3.66-3.08-6.94-3.86-3.21-1.64-5.51-2.41-9.26-3.85-3.55-2.58-5.06-3.08-7.72-6.95-2.52-2.38-4.85-6.27-6.18-9.26-0.59-2.73-0.77-6.29-0.77-10.03 0.05-4.85 0.75-7.92 2.32-11.58 0.86-3.14 2.89-5.29 5.4-6.94 2.19-2.19 4.52-4.05 7.72-4.64 0.39-2.22 2.16-2.14 0-2.31v2.31c0.39-2.22 2.16-2.14 0-2.31" stroke-linecap="round" stroke-width="3.75" fill="none"/>
143
+ <path id="path707" stroke-linejoin="round" d="m2048.2 1101.9c0 0.46-2.24 1.89-4.63 3.09-4.9 1.56-10.36 0.37-15.44 0-5.01-1.25-8.63-1.53-10.8-4.63-2.51-1.8-6.37-5.78-8.49-8.49-1.14-2.4-1.87-5.2-2.31-8.49-0.5-4.01-0.85-8.41-1.55-12.35v-12.34c0-4.19-0.72-5.99-0.77-10.04 0.34-0.33 0.58 1.94 1.54 3.86 0 4.83-0.17 9.46-0.77 13.89-0.42 4.34-1.93 7.14-3.09 10.04-2.25 2.79-3.51 3.69-6.94 4.63-2.52 1.5-6.92 2.17-10.81 2.31-4.75-0.27-7.43-1.26-10.03-3.86-3.79-3.01-6.22-6.31-8.49-10.8-1.33-4.33-2.31-8.22-2.31-13.12-0.53-3.43-0.28-9.81-1.55-12.35-0.11-2.25 0.65-6.99-0.37-8.11 0.52 3.97-0.36 11.3 0.37 15.83 0 5.08-0.14 9.98-0.77 14.66-2.07 4.7-3.04 7.23-6.94 9.26-2.35 2.35-5.34 3.51-9.26 4.63-5.94 0-12.1 0.44-17.75-0.77-2.8-0.76-5.43-2.29-8.49-3.09-2.11-1.78-5.27-2.87-7.72-5.4-2.84-3.11-4.91-6.03-6.17-10.03-3.76-4.83-6.54-9.46-8.49-14.66" stroke-linecap="round" stroke-width="3.75" fill="none"/>
144
+ <path id="path710" stroke-linejoin="round" d="m2030.4 1145.2h-0.77c2.08 0 1.02-0.05-3.09 0.77-4.02 1.34-7.67 0.4-11.58-0.77-2.61-1.15-5.33-2.96-6.94-4.63-2.69-3.3-3.74-4.18-5.4-8.49-1.3-5.31-1.55-9.74-1.55-15.43 0.06-4.5 1.24-7.39 2.32-11.58 1.37-4.24 3.23-11.02 3.23-15.73-0.17 5.11-2.94 12.87-3.23 18.05v12.34c-1.24 3.71-1.24 7.13-3.09 10.04-2.48 3.52-4.71 4.72-9.26 5.4-4.51-0.41-4.55-1.72-6.95-5.4-4.08-4.92-6.36-11.52-7.71-17.75v-12.35c0-5.16 0.39-9.8 0.77-14.66 0.32-3.19 0.56-3.64 0.56 0.49 0.29 5.95 0.98 10.39 0.98 16.48-1.1 4.52-2.87 8.31-4.63 11.58-3.3 0.45-5.9 1.49-10.03 1.54-4.11 0-7.27-0.18-10.03-1.54-1.93-3.24-5.76-7.56-7.72-11.58-0.9-4.23-2.15-7.78-2.32-12.34-0.96-1.93-1.21-6.08-1.54-8.49 0.82 4.82 0.77 10.16 0.77 15.43-0.04 4.91-0.18 9.71-2.31 12.35-2.13 2.87-4.88 3.02-8.49 3.86-3.92 0-8.14 0.37-11.58-0.77-3.86 0-8.28-0.24-10.8-1.55-3.5-1.53-4.77-2.66-7.72-4.63-1.58-2.34-4.64-5.34-6.17-9.26 0-4.09 0.52-7.46 2.31-10.03 0.73-3.35 1.45-5.42 3.09-8.49 1.56-3.72 3.03-5.36 4.63-7.72 1.38-0.74-3.77 3.47-6.18 7.72-3.44 3.33-6.32 6.46-9.26 9.26-3.91 2.47-5.95 4.28-10.8 4.63-4.82 0-6.8-0.85-10.03-2.31-2.09-2.29-4.14-2.69-4.63-6.18-1.41-3.47-2.04-8.64-3.09-11.57-0.05-4.35-0.74-8.12-1.54-12.35-0.42-3.08-0.77-9.16-0.77-6.16 0 6.67-0.32 10.58 0.77 16.96v13.12c0 4.06-0.56 6.49-1.55 9.26-3.57 0.49-4.95 1.49-9.26 1.55-3.82-1.02-5.86-1.84-8.49-3.09-1.82-1.73-3.35-3.94-5.4-5.4l5.4 5.4c-1.82-1.73-6.46-5.88-8.51-7.34" stroke-width="3.75" fill="none"/>
145
+ <path id="path714" stroke-linejoin="round" d="m2003.8 1189.6c-6.68 0-15.31-3.5-22-3.5-4.15-1.03-8.88-1.39-10.8-3.86-1.65-2.56-2.87-5.7-3.86-10.03 0-5.47 0.42-8.6 3.08-13.12 2.02-3.99 5.27-7.16 6.95-10.03 2.23-2.81 4.57-6.62 6.17-10.03 1.55-2.42 1.5-2.69 3.29-5.26 2.34-0.41-7.16 5.18-14.09 9.89-5.35 2.39-9.89 3.04-16.21 3.08-4.76-1.04-11.54-2.58-15.43-3.85-3.09-2.72-3.09-7-3.09-12.35v-13.89c0-2.95 0.13-3.29-0.56-5.18-0.32 4.39-1.2 6.25-1.76 10.58-0.41 5.05-1.26 9.35-3.08 13.89-2 3.79-4.46 8.9-6.95 11.58-2.43 3.12-5.69 4.85-8.49 6.94-5.2 0.92-9.53 0.37-14.66-0.77-5.5-1.85-6.55-4-8.49-9.26-1.69-5.76-1.54-12.11-1.54-18.52 0.17-4.77 1.2-9.23 2.31-13.89v-13.12c0-1.29 1.48-4.48 1.48-5.76" stroke-linecap="round" stroke-width="3.75" fill="none"/>
146
+ <path id="path715" stroke-linejoin="round" d="m1971.8 1185.3c-1.88 0.25-8.19 1.47-12.35 1.55-3.02 1-8.16 0.77-12.35 0.77-4.49-1.06-6.7-1.1-8.49-3.86-2.75-1.91-3.81-3.79-6.17-5.4-1.14-2.28-2.42-4.82-3.86-6.95-0.39-4.36-1.49-7.79-1.54-12.35 0-4.04-0.01-6.99-1.55-9.26v-1.54" stroke-linecap="round" stroke-width="3.75" fill="none"/>
147
+ <path id="path731" stroke-linejoin="round" d="m1925.5 1149.8v12.35c0 4.05-0.61 7.24-1.54 10.8-0.43 3.63-1.44 7.66-3.09 10.04-1.84 3.53-4.43 4.71-7.72 6.17-3.75 0.51-4.77 0.62-7.71-0.77-2.69-0.73-6.17-2.56-8.49-4.63-4.03-1.67-7.31-3.65-10.03-6.18-3.38-2.37-5.71-4.79-7.72-6.94-1.56-3.12-2.61-7.62-3.86-10.03 0-4.26 0.33-6.71 1.54-9.26 1.23-2.47 2.84-4.3 4.63-6.18 1.87-1.78 6.6-5.23 9.29-6.18" stroke-linecap="round" stroke-width="3.75" fill="none"/>
148
+ <path id="path734" stroke-linejoin="round" d="m1875.3 1161.4h-0.77c2.62 0 0.99-0.15-3.86 3.08-3.42 2.63-5.76 3.89-9.26 5.41-4.95 1.16-8.09 1.54-13.89 1.54-5.07 0-10.06 0.05-14.67-0.77-3.35 0-7-0.02-9.26-0.77-0.84-2.53-2.26-5.1-3.86-6.95-0.59-2.73-0.77-6.29-0.77-10.03 1.38-2.2 2.45-6.78 3.86-8.49 1.96-3.53 3.26-4.71 6.17-6.95 2.72-1.89 4.85-2.81 6.95-4.63 3.21-1.07 4.47-2.41 7.72-5.4 3.1-2.81 4.34-4.78 6.94-6.94 1.73-1.65 4.04-3.84 6.18-5.41 1.02-3.22 2.79-5.41 3.08-9.26v-10.8-3.86" stroke-width="3.75" fill="none"/>
149
+ <path id="path735" stroke-linejoin="round" d="m1790 1207.3c-0.91-0.46-3.33-4.91-5.77-7.35-5.39-5.42-9.94-7.98-10.03-15.43 1.73-2.57 4.77-4.58 8.49-6.17 2.1-2.06 4.38-3.72 6.95-4.63 2.92-0.64 6.82-0.78 10.8-0.78 4.2 0 6.24-0.63 10.03-0.77 4.05-0.05 5.85-0.77 10.04-0.77 1.42-1.43 3.02-0.77-0.78-0.77-2.74 1.25-5.84 1.54-10.03 1.54-3.41-1.48-5.46-2.24-9.26-3.08-2.05-1.78-4.55-2.37-6.17-4.64-3.44-1.93-4.5-3.65-5.41-7.71-0.5-3.76-0.63-5.42 1.55-8.49 1.13-4.34 3.27-6.92 5.4-10.03 2.55-2.61 3.72-3.09 8.49-3.09h11.58c2.74 0.49 5.83 0.78 8.48 1.54-3.67-1.05-7.36-4.87-10.8-8.49-3.29-3.57-3.46-4.71-5.4-8.49-1.28-4.83-2.91-7.59-3.09-12.34v-11.58c0.74-4.16 1.77-5.85 3.09-8.49" stroke-linecap="round" stroke-width="3.75" fill="none"/>
150
+ <path id="path737" stroke-linejoin="round" d="m1777.3 1097.3c-0.45 0.92-3.8 5.91-4.63 7.72-0.99 2.77-1.55 5.21-1.55 9.26-0.68 3.33 0.03 5.05 0.78 8.49 2.25 1.54 4.09 3.17 6.17 6.17 3.35 1.61 4.46 3.16 6.17 6.18 2.1 1.42 5.24 4.79 6.57 6.95-3.81-0.28-8.17-3.37-11.97-4.64-2.21-1.03-6.89-2.42-9.26-3.85h-13.12c-4.11 0.31-4.92 1.68-7.72 3.08-1.59 2.49-2.78 4.6-3.08 8.49-0.86 2.58-0.86 6.68 0 9.26 1.74 1.87 3.98 4.7 6.17 6.18 2.86 1.62 5.1 3.05 8.49 5.4 3.59 2.12 8.14 4.17 10.8 6.17 2.6 0.71 5.68 1.7 7.72 3.09 1.88 0.33 4.26 0.77 0.77 0.77-2.07-1.21-6-1.49-8.49-2.31-3.65-0.61-7.2-1.88-11.57-2.32-4.05 0-5.39-0.09-6.95 2.32-3.14 0.91-4.06 2.79-6.17 4.63-1.38 2.91-2.19 4.74-2.32 9.26 0.83 3.1 1.63 4.65 2.32 6.94 0.57 1.34 2.02 4.15 3.09 5.03l-3.09-5.03" stroke-width="3.75" fill="none"/>
151
+ <path id="path743" stroke-linejoin="round" d="m1744.1 1017.8c-2.07 0.53-9.07 2.69-13.12 3.86-2.75 0.92-4.68 2.47-6.94 3.86-2.24 1.52-3.59 3.5-5.4 5.4-0.92 2.76-2.47 4.68-3.86 6.95-1.21 2.55-2.03 4.8-2.32 8.49 0.06 5.19 1.8 7.19 3.86 12.35 2.65 4.49 4.75 9.74 8.49 12.34 3.17 1.95 5.65 3.39 9.26 5.41 2.46 0.67 6.22 2.44 8.49 3.86 3.78 0.5 6.26 1.57 8.49 3.08h-6.17c-3.61 0.14-6.79 0.64-9.27 2.32-2.64 1.06-3.79 3.16-6.17 4.63-0.87 3.2-2.21 4.56-3.09 8.49-1.28 2.56-0.59 6.72 0 10.03 1.61 2.32 3.06 7.77 4.63 10.03 1.66 5.68 3.23 10.27 6.95 14.67 0.66 1.91 5.39 4.86 6.97 5.79-2.38-1.62-8.3-7.51-11.6-10.43-1.95-2.47-4.37-4.18-7.72-5.4-4.08-1.56-7.89-2.77-12.35-3.08-4.2 0-6.57 0.46-9.26 1.54-1.97 1.71-4.49 2.6-6.17 4.63-2.2 1.57-3.34 4.09-4.63 6.95 0.15 4.15 1.07 6.23 3.09 9.26 1.8 2.7 3.12 4.62 5.4 6.17 2.3 2.66 4.84 4.22 8.49 6.17 3.04 2.17 5.78 2.66 9.26 4.63 3.43 1.1 6.26 2.69 10.8 4.63 3.87 2.12 14.23 9.64 17.41 10.85 0.68 1.02-10.28-6.56-13.55-8.53-3.93-0.87-5.29-2.21-8.49-3.09-4.01-1.85-6.13-3.33-10.03-3.86-3.36-1.54-7.76-2.42-10.81-3.08-4.64 0-8.4-0.74-13.12-0.77-3.33 0-3.6 0.08-4.63 2.31-2.59 2-4.06 4.29-6.17 6.95-1.45 2.56-3.12 4.83-4.63 6.94-1.12 2.62-2.38 5.9-3.09 8.49-0.68 3.16-1.49 5.19-1.54 9.26" stroke-width="3.75" fill="none"/>
152
+ <path id="path744" stroke-linejoin="round" d="m1677.8 1164.4c0-0.25 0.78 1.04 0.78 0.78 0 2.17-0.68-0.54-2.32-4.63-2.55-3.03-5.79-7.49-9.26-10.81-4.93-3.51-10.04-7.07-15.44-9.26-4.69-2.22-9.66-4.61-14.66-6.17-4.5-0.87-9.15-0.77-13.89-0.77-4.66 0.05-5.34 1.26-8.49 2.31-1.81 2.04-3.49 4.11-4.63 6.95-0.91 2.26-1.47 5.94-2.31 8.49 0 3.94-0.73 6.91-0.78 10.8 0 3.16 0.75 8.41-1.15 9.67 0.8-3.38 1.56-9.88 2.7-14.3-0.06-4.65-1.45-5.99-3.09-10.03-3.31-3.71-6.41-7.63-9.26-10.81-2.67-3.39-6.06-7.38-9.26-10.03-2.67-1.63-5.3-3.48-7.72-4.63-3.92-1.59-5.75-2.93-10.03-3.09-1.83 1.75-3.97 3.27-6.18 4.63-2.27 1.55-3.67 3.3-4.63 6.18-1.41 2.07-1.88 5.64-2.31 9.26-1.24 3.55-1.54 5.89-1.54 10.03-0.99 1.31-1.35 3.28-1.55 5.4 0.46-3.45 1.49-6.51 1.55-10.8-0.61-3.99-2.16-7.89-3.09-13.12-0.14-5.32-1.15-8.56-3.09-11.58-3.33-2.97-6.39-7.28-10.8-10.03-3.85-1.85-6.9-3.03-11.58-3.09-4.19 0.05-6.28 1.04-9.26 2.32-1.08 2.69-1.54 5.06-1.54 9.26 0.05 4.37 0.82 5.93 2.31 8.49 0.46 3.41 1.98 5.99 2.32 10.03 1.06 1.78 0.77 5.55 0.77 8.49-0.36-4.16-2.89-7.14-3.86-10.8-0.96-4.43-2.15-8.15-3.09-11.58-1.69-4.53-4.26-8.51-6.94-13.12-2.72-2.19-4.16-4.44-7.72-6.95-3.49-3.03-6.13-4.82-10.03-5.4h-10.81c-3.16 1.26-4.1 2.46-6.17 4.63-0.96 3.68-2.81 6.64-3.86 9.26 0 3.84 0.16 7.36 0.77 10.81 1.83 1.91 3.05 3.97 3.86 6.94 1.3 2.22 3.09 9.83 3.09 13.54-1.18-3.16-4.16-13.48-5.4-17.4-1.13-3.14-2.93-6.95-4.63-10.03-1.22-4.42-3-6.72-5.41-10.03-1.96-3.02-5.07-5.65-8.49-7.72-3.31-2.77-4.7-3.69-9.26-3.86-3.97 1.18-4.73 2.52-8.49 3.09-1.45 1.31-4.03 2.27-5.4 3.86-0.73 3.1-1.9 5.21-3.09 7.72-0.59 2.73-0.77 6.29-0.77 10.03 1.37 2.02 2.98 4.99 3.86 7.72 2.37 2.6 3.37 5.26 5.4 8.49 1.14 3.41 6.29 11.51 7.74 13.92-0.46 0.46-4.52-5.88-6.19-7.75-3.01-4.16-4.5-6.72-6.18-11.58-1.99-2.6-4.35-6.21-6.17-7.71-2.54-2.98-6.08-6.14-10.03-8.49-3.45-2.43-5.29-2.32-10.04-2.32-4.87-1.01-8.37 0.03-11.57 1.54-2.3 2.34-7.16 6.14-9.26 7.72-2.32 2.95-3.46 4.91-5.41 6.95-1.03 2.58-1.87 5.21-2.31 8.49 0.33 4.27 2.01 5.22 3.86 9.26 2.05 1.58 5.1 5.66 6.94 6.94 1.48 1.83 10.98 10.44 7.74 10.44-1.4-2.06-6.12-7.01-8.51-8.89-2.26-2.76-5.06-5.15-6.94-6.95-3.17-1.37-5.73-2.61-9.26-3.09-4.46-0.89-7.28-1.4-11.58-1.54-3.9 0.35-6.02 2.28-8.49 3.86-1.39 2.27-2.94 4.19-3.86 6.95-1.74 2.1-1.54 5.22-1.54 9.26 1.38 2.03 2.82 5 3.86 7.71 2.35 2.26 4.06 5.93 6.94 8.49 3.06 2.57 5.73 3.81 9.26 4.63 3.8 0.14 5.84 0.77 10.04 0.77 2.67 0.17-1.29 0.68-2.32 1.55" stroke-width="3.75" fill="none"/>
153
+ <path id="path748" stroke-linejoin="round" d="m1352.1 1175.3l-0.77-0.77c1.93 1.93 1.06 1-3.09-2.32-4.7-2.21-9.85-2.91-15.43-3.08-4.25 1.09-8.87 2.24-13.12 3.08-2.47 2.52-4.07 3.58-6.95 6.95-1.17 2.93-1.8 5.16-0.77 9.26 2.08 4.26 2.96 5.77 6.17 9.26 2.24 1.52 4.09 2.72 6.95 3.86 5.84 0.88 11.57 2.87 17.75 3.09 4.46 0 15.54 1.42 19.74 1.55 5.22 0-13.21-0.78-15.11-0.78-5.59 0-11.07 0.04-16.21 0.77-4.92 1-9.63 2.12-13.89 4.63-3.52 2-3.09 3.71-3.09 8.49 1.11 2.75 2.45 4.65 3.86 6.94 2.41 2.23 4.42 4.34 7.72 5.41 4.04 2.22 8.24 4.25 13.12 4.63 3.2 1.08 16.79-0.11 12.04-0.38-2.47 2.09-19.13 2.53-23.62 3.46-4.76 2.01-9.86 4.83-13.89 6.18-0.87 3.34-1.53 5.77-0.77 9.26 1.66 2.71 2.98 5.18 5.4 7.72 1.93 1.92 3.02 2.99 6.18 3.85 3.3 1.62 8.7 2.52 13.12 3.86 3.43 0 3.49-0.51 5.4-1.54" stroke-width="3.75" fill="none"/>
154
+ <path id="path752" stroke-linejoin="round" d="m1697.1 1125.9c0-0.26-1.54-2.56-3.09-4.63-4.08-4.78-10.98-10.05-16.21-14.67-5.62-2.27-9.74-4.99-15.43-5.4-4.79 0-6.33 0.04-7.72 3.86-1.68 2.03-2.38 4.84-3.09 8.49-1.59 3.81-1.54 7.39-1.54 12.35-1.16 2.31-0.98 6.52-2.31 8.49-0.11 2.05-0.5 3.36-0.78 3.08-1.28-2.57 0.82-7.88 1.55-11.57 0-4.69 0.62-8.61 0.77-13.12-1.8-7.03-2.43-8.82-7.72-14.66-5.24-5.51-8.99-8.83-15.43-13.12-3.38-0.87-7.82-2.27-12.35-2.32-2.79 1.51-6.57 3.95-9.26 6.17-2.71 3.67-3.8 6.01-3.86 10.81 0.56 4.24 1.85 6.96 3.86 10.8 1.07 2.72 2.26 6.2 3.09 10.04 1.41 3.61 1.99 8.85 3.85 11.57 0.52 4.12 0.49 2.65-0.77 0-0.4-5.23-2.06-10.09-3.86-13.89-1.5-5.63-3.16-7.69-6.17-12.35-2.98-4.63-4.29-6.5-9.26-6.94-3.3-1.1-7.51-1.1-10.81 0-2.85 1.58-3.69 2.53-3.85 6.94-0.88 2.63-1.17 8.99-1.17 12.75 0 1.14 3.92-16.02 2.71-20.46-2.89-5.33-6.14-9.49-10.81-13.9-4.55-5.46-8.67-10.47-14.66-13.89-4.19-1.24-6.5 0.6-9.26 3.09-3.6 2.4-6.4 5.81-7.72 8.49-0.87 3.21-2.01 5.06-3.86 8.49-2.9 3.62-5.27 16.87-5.78 14.33-0.62-4.15 0.89-14.82 1.93-18.96 0.43-5.31 0.9-9.91-0.78-13.89-3.2-4.24-6-7.36-10.03-9.26-2.68-2.93-4.7-3.09-9.26-3.09-3.43 1.09-7.91 3.68-11.58 6.17-2.25 2.11-3.22 3.56-3.85 6.18-1.39 2.4-2.48 7.37-3.09 10.03-0.8 3.31-2.26 6.41-2.32 10.8-1.6 5.24-0.77-3.57-0.77-6.17-1.23-3.71-0.62-8.76-2.31-11.58-2.09-3.87-3.06-4.77-6.95-7.71-3.95-1.79-5.96-3.09-10.8-3.09-2.16 1.51-4.76 2.48-6.95 4.63-2.45 3.14-4.53 6.26-6.94 10.03-0.84 3.35-0.78 7.03-0.78 10.81 0.09 3.14 0.65 4.98 0.78 0.77v-12.35c-0.84-4.32-1.6-6.32-5.41-7.72-2.68-1.45-6.3-1.54-10.8-1.54-3.14 1.11-4.07 2.45-4.63 6.17-1.92 2.7-2.32 3.6-2.32 7.72-1.09 2.18-0.77 6.66-0.77 10.03-1.23 1.65-1.4 4.98-1.54 0-0.26-3.87-1.25-8.07-2.32-10.8-2.57-2-6.11-4.24-8.49-5.4-3.77 0-7.46-0.07-10.8 0.77-2.98 1.52-2.97 3.87-5.4 6.17-0.78 3.32-2.02 4.62-2.32 8.49-0.7 3.25-0.46 5.87 0 9.26 0.86 2.42 2.15 5.36 1.55 6.95-1.92-2.2-5.08-6.23-7.72-10.03-2.86-2.31-3.65-3.31-7.72-3.86-3.32-0.26-5.37-0.78-9.26-0.78-1.87 1.63-4.16 3.26-6.17 4.64-1.81 2.66-3.3 3.23-3.86 6.94-1.17 2.33-0.79 6.91 0 9.26 1.88 1.22 2.51 2.77 4.63 3.86 1.6 1.99 4.01 3.92 5.4 6.17 0.92 1.85 1.25 0.92-1.54 0.78-2.42-2.9-5.57-4-10.04-6.18-4.81-0.86-8.26-0.07-13.12 0.77-2.19 3.17-3.69 6.14-3.85 10.81 0.15 4.11 2.76 10.13 5.02 12" stroke-width="3.75" fill="none"/>
155
+ <path id="path756" stroke-linejoin="round" d="m1725.6 1071.8h-0.77-3.09c-6.11-0.57-11.6-1.49-17.75-1.55-5.66 0-10 0.06-14.66 2.32-4.53 1.58-5.42 3.27-8.49 6.17-1.97 3.68-4.33 6.73-5.4 10.81-1.39 3.43-2.93 6.5-3.09 10.8 0.99 5.91 0-4.25 0-6.95 1.23-6.96 0.78-13.69-0.77-20.83-1.48-5.04-3.1-9.18-5.4-13.89-1.73-3.07-3.71-5.71-7.72-6.95-2.78-0.8-7.29-0.91-10.03 0-1.95 1.37-5.17 5.06-6.95 7.72-1.97 2.62-4.57 6.6-6.17 9.26-1.92 3.22-3.44 7.26-4.63 10.03-0.39 2.24-0.95 4.7-1.55 6.18-1.54-3.09-3.4-4.12-7.71-6.18-4.01-3.43-8.5-6.56-12.35-8.49-3.08-1.91-7.48-4.66-10.81-6.17-2.37-1.65-6.4-2.66-10.03-3.09-3.75 0-9.06-0.48-11.57 0.77-3 1.07-4.07 2.74-5.41 5.41-1.36 2.21-8.01 9.91-7.75 9.29 0-4.3 3.79-12.99 2.35-17.01-2.05-4.07-3.74-6.01-4.63-9.26-2.43-2.69-3.31-5.6-6.17-7.72-1.05-2.95-3.04-3.83-4.63-6.17-3.43-1.46-3.84-2.92-8.49-3.09-3.84 0-7.4 0.62-10.04 1.54-2.87 0.79-5.28 1.85-6.94 3.86-3.47 1.66-4.1 3.1-6.95 5.4-1.98 1.39-4.42 4.39-5.4 6.95-2.25 2.74-0.32 3.51 0 7.72" stroke-width="3.75" fill="none"/>
156
+ <path id="path758" stroke-linejoin="round" d="m1712.5 1036.4v-0.78c0 2.28 0.14 1-2.31-3.08-1.56-2.53-3.19-4.53-6.18-7.72-2.67-3.13-4.49-3.09-9.26-3.09-3.37 0-7.85-0.32-10.03 0.77-3.01 1.15-4.77 4.06-6.95 6.95-2.44 3.39-4.87 5.84-6.17 8.49-1.55 3.69-2.98 5.27-3.86 8.49-1.95 1.46-1.86 3.02-4.63 3.86-1.39-2.52-3.94-4.02-5.4-6.18-3.45-1.19-8.03-4.56-11.58-6.94-3.77-2.51-7.22-3.92-10.8-6.18-3.44-1.19-5.61-1.54-10.03-1.54-4.85 0.22-7.1 1.34-10.81 3.86-3.37 1.59-5.7 3.98-8.49 6.17-2.72 1.89-13.86 18.26-16.65 20.56-2.85 2.68 9.68-12.43 12.02-16.7 1.8-4.56 3.09-7.33 3.09-12.35-0.88-6.31-1.45-12.12-6.18-16.2-3.7-1.45-8.08-2.28-13.12-2.32-3.53 0.48-5.33 1.56-9.26 2.32-2.96 1.58-5.91 2.37-8.49 4.63-2.47 1.52-3.78 3.11-6.94 4.63-1.54 2.26-3.83 3.2-5.4 5.4-1.14 0.49-5.33 4.68-5.82 5.82" stroke-width="3.75" fill="none"/>
157
+ <path id="path759" stroke-linejoin="round" d="m1687 1018.6h-0.77c2.27 0 1 0.13-3.08-2.32-2.12-1.44-4.1-3.28-6.18-5.4-4.34-1.1-7.8-3.13-12.35-3.86-3.86-1.58-8.2-3.08-11.57-3.86-3.33 0-7.05-0.02-9.26 0.77-1.54 2.26-3.33 3.57-4.63 6.18-1.03 2.17-1.75 5.74-3.09 7.71-0.09 3.09-1.63 8.45-3.49 9.69 1.72-3.04 4.86-11.32 5.8-16.63-1.19-5.66-3.44-10.88-6.17-16.208-3.01-3.665-6.48-7.254-10.03-10.804-3.57-0.893-7.56-0.772-11.58-0.772-4.7 0-6.22 0.058-8.49 3.087-2.2 1.736-4.14 4.793-6.17 6.174-2.21 2.952-4.27 4.211-5.4 8.493-1.57 3.06-2.35 5.35-3.09 8.49l3.09-8.49c-1.57 3.06-2.35 5.35-3.09 8.49v0.77c0.96-3.22 3.01-6.29 3.09-10.808 0-3.994 0.17-8.754-0.77-11.576-1.23-3.053-2.46-4.931-5.41-6.945-3.6-3.559-6.57-5.954-10.8-7.718-3.45-1.764-7.02-2.033-10.81-0.772-3.77 1.585-5.27 2.95-6.94 5.403-3.33 1.179-3.7 2.591-3.86 6.945-0.14 4.188-0.7 7.577 0 10.805 0.52 4.408 1.79 7.196 3.09 10.806 1.68 2.6 3.63 4.14 4.63 6.94 1.03 0 4.66 5.58 4.66 6.61" stroke-width="3.75" fill="none"/>
158
+ <path id="path1107" stroke-linejoin="round" d="m1683.2 1015.5c0-1.73-1.56-10.6-1.56-14.67 0-4.193-0.72-5.986-0.77-10.037 0-2.806 0.74-8.908-1.15-7.74 0.14 3.792 0.38 8.945 0.38 13.142-1.1 3.086-1.43 5.205-3.86 6.945-2.5 1.67-6.4 1.54-10.8 1.54-3.69-0.4-8.35-0.64-10.81-2.31-3.96-0.85-6.42-2.02-9.26-3.859-2.64-1.499-4.83-3.192-6.95-4.631-0.89-3.29-2.5-4.129-3.08-8.489-1.75-4.027 2.32-13.545 1.21-14.646-0.3 3.944-14.8 10.085-18.96 11.559-4.23 1.433-7.63 1.544-12.35 1.544-3.14 0-6.42-0.017-8.49-0.772-3.29-2.398-4.95-3.944-7.72-6.174-3.61-2.765-6.33-4.287-10.03-7.717-3.21-3.047-4.9-5.844-6.94-8.49-1.32-2.859-3.66-7.583-5.41-10.032-0.41-3.079-0.77-6.1-0.77-10.033v10.804c-1.54 3.399-4.03 6.907-6.94 10.033-4.23 1.941-7.55 4.023-12.35 4.631-2.67-1.485-6.1-2.729-8.49-3.859-4.02-0.597-5.44-1.808-7.72-4.631-2.64-4.257-4.98-7.302-5.4-12.347-1.18-2.105 0.41-3.956 0.77-6.946 0-1.662 0.38-1.149 0.77-2.315" stroke-width="3.75" fill="none"/>
159
+ <path id="path1108" stroke-linejoin="round" d="m1449.4 922.89c-0.24 4.654-6.99 10.393-8.52 13.909-1.25 3.967-3.9 6.302-5.42 9.254-3.67 2.082-6.69 2.926-10.81 4.631-5.65 0.202-10.22 1.372-16.2 1.543-4.84 0-11.94 1.349-14.27-1.543-3.25-3.517-9.31-8.208-11.97-11.576-2.65-2.564 1.94-9.113 1.23-10.427" stroke-width="3.75" fill="none"/>
160
+ <path id="path767" stroke-linejoin="round" d="m1277.3 998.79c-1.6 4.806-3.34 20.566-9.29 29.836-2.69 3.51-6.35 4.85-10.03 6.17-4.38 1.14-7.81 2.64-13.12 3.09-3.72 1.42-5.78 1.53-9.26 0.77-2.16-0.44 0.26-4.6-1.9-5.04 2.87 1.43 0.32 7.5 2.67 11.22 0.3 3.95 1.39 5.05 1.54 9.26 0 4.55-0.17 8.77-0.77 13.12-0.4 3.97-1.09 7.46-1.54 10.8-2.33 3.5 0.04 0.53-3.06 2.29-3.18 0.96-6.67 2.55-10.8 3.08-3.37 0.84-7.06 1.52-10.04 1.93-4.21 2.5-2.38 1.96 0 5.4 2.78 2.24 3.71 3.04 4.63 7.34 1.1 2.17-1.17 11.31-3.11 14.69-0.34 4.01-1.85 6.83-2.32 10.8-1.28 4.51-1.85 9.44-3.09 13.89-0.77 2.95-2.31 6.42-3.08 10.04-1.37 2.46-4.81 6.79-6.18 9.26-2.19 1.35-7.59 4.24-10.05 5.42-0.66 2.55 4.51 2.26 6.19 4.61 2.5 2.5 3.71 4.17 4.63 8.49 0.65 4.29 1.58 6.87 2.32 10.03-0.49 3.35-1.7 7.57-3.86 10.03-1.18 4.44-2.82 6.74-5.4 8.49-2.48 2.31-5.85 4.13-9.26 4.63-2.38 1.66-6.4 2.66-10.03 3.09-1.28 1.08-7.66 5.94-9.3 6.6" stroke-width="3.75" fill="none"/>
161
+ <path id="path768" stroke-linejoin="round" d="m1552 995.44c-0.87 0-5.62-0.247-7.72-0.772-3.69-2.156-7.76-1.543-12.35-1.543-4.07 0.776-6.76 1.449-8.48 3.858-1.82 3.423-3.03 5.993-3.09 10.803 0.05 4.34 1.39 7.51 2.31 10.81 1.63 1.96 1.81 5.29 3.09 7.71 0 1.55 1.94 7.37 1.94 8.91-1.66-3.72-5.1-13.21-6.57-18.17-0.83-5.52-1.43-8.06-5.4-10.8-5.23-4.26-7.88-6.574-13.89-7.719-4.18 0.671-7.41 3.419-10.81 5.399-2.22 2.6-6.4 5-9.26 6.95-3.82 3.32-6.4 5.7-7.72 10.8 0 3.94 0.36 6.96 0.78 10.04 0.61 2.82 1.41 5.94 2.31 8.48 1.03 4.5 1.99 8.54 2.32 13.12 0.78 0.79 0.77 4.69 0.77 3.86-1.85-2.53-2.86-5.89-3.86-9.26-1.19-3.38-2.8-6.63-4.63-10.03-3.53-3.08-4.42-3.35-9.26-4.63-3.74 0-7.3 0.18-10.03 0.77-1.7 1.4-4.48 2.73-6.18 4.63-2.1 2.67-4.3 5.08-5.4 9.26 0 3.94 0.36 6.96 0.77 10.03v9.27-9.27 9.27" stroke-width="3.75" fill="none"/>
162
+ <path id="path769" stroke-linejoin="round" d="m1546.6 962.26h-0.77c2.15 0 1.01 0.095-3.09-1.544-2.05-1.396-5.51-1.795-7.72-3.087-4.46-0.165-7.99-0.771-13.12-0.771-4.52 0.405-5.45 2.261-6.17 6.945-1.08 3.227-0.77 7.112-0.77 10.805-0.27 4.104-1.08 7.613-1.55 11.576-0.45 2.083 0.53 14.847-0.37 16.657-0.67-4.515-3.53-16.998-5.03-20.516-2.64-5.809-5.96-10.173-10.8-15.435-3.57-3.099-5.43-2.324-10.04 0-4.44 0.569-5.36 1.563-7.71 3.087-2.33 1.7-4.71 3.969-6.18 6.946-2.46 1.944-3.88 4.541-4.63 7.717 0.26 3.39 1.28 6.538 2.32 9.261 0.72 1.394 7.81 16.2 8.53 17.44 0.81 1.34-6.73-12.103-9.3-14.353-2.65-2.591-5.24-2.315-10.04-2.315-6.15 0.768-11.25 1.683-16.2 4.63-2.64 2.548-3.56 4.818-5.41 6.948-0.43 3.2-1.27 6.19-1.54 10.03 0.58 3.82 1.8 5.42 3.86 8.49 0.7 1.6 5.75 8.56 6.2 10.45-2.97-1.64-11.78-6.59-16.23-6.59-4.52 0.6-6.2 2.01-8.49 5.4-1.61 3.97-1.55 7.79-1.55 12.35-0.13 3.8-0.77 6.84-0.77 10.8 0 1.55 1.56 18.64 1.56 20.18-0.68-2.88-3.19-21.13-4.64-23.26-1.61-3.74-4.29-8.41-7.72-10.81-2.47-1.48-5.21-0.58-7.72 0.77-1.04 2.12-3.64 6.3-5.4 8.49-1.03 3.87-2.26 4.92-2.32 9.26 0.43 3.19 5.78 17.35 6.21 20.53 0 1.14-5.17-12.97-5.44-13.58-1.3-3.12-3.72-7.87-5.4-11.58-2.67-1.81-3.97-3.64-6.94-5.4-2.82-2.07-5.11-3.39-7.72-4.63-3.8-1.08-7.18-1.54-11.58-1.54-3.08 1.51-4.66 2.65-6.94 6.17-1.08 3.89-1.55 7.07-1.55 11.58v11.57c0.84 3.07 2.09 5.31 4.63 7.72 1.62 2.38 7.17 9.76 9.3 12.39 3.13 3.13-5.21-7.65-6.98-8.53-3.17-1.69-4.81-2.59-8.49-3.09-2.18-1.09-6.66-0.77-10.03-0.77-3.66 1.26-8.89 2.04-11.58 3.86-4.32 1.62-8 1.85-9.26 5.4 0.16 4.65 1.06 7.17 2.32 10.81 1.91 3.53 3.16 6.2 5.4 8.48 1.54 2.27 3.29 3.68 6.17 4.64 1.37 2.01 8.86 6.07 10.84 8.5-2.39-1.44-10.15-2.43-13.15-1.56-2.12 1.44-5.18 3.81-8.49 6.17-3.35 2.65-3.09 4.49-3.09 9.27 0.28 3.68 1.11 5.93 2.32 8.48 1.25 2.65 2.46 4.54 3.86 7.72-0.53 1.17 18.26 13.35 18.26 14.38" stroke-width="3.75" fill="none"/>
163
+ <path id="path774" stroke-linejoin="round" d="m1525 953h-0.77c2.27 0 0.99-0.133-3.09 2.315-3.49 1.163-6.89 1.743-10.03 0.772-4.59-0.542-9.12-0.772-13.89-0.772-1.55-1.161-3.5-0.615-4.63-2.315-3.14-1.381-4.65-2.293-5.41-5.402-1.78-2.97-3.45-7.395-4.63-10.805-1.68-3.146-2.94-5.434-4.63-9.26 0 4.716 0.8 8.824 1.55 13.119v11.576c-1.93 3.65-1.8 5.514-6.18 6.174-3.83 0-7.4-0.624-10.03-1.543-6.05-1.466-12.55-2.954-18.52-3.859-2.53-3.613-5.38-4.817-10-9.226" stroke-width="3.75" fill="none"/>
164
+ <path id="path791" stroke-linejoin="round" d="m1443.2 949.91c-3.82 1.042-7.48 0.434-10.03 3.087-1.72 2.585-3.96 3.546-4.63 6.946-2.38 4.623-3.09 10.638-3.09 16.978 0.88 4.446 3.5 8.659 6.18 11.576 1.39 2.264 4.72 7.066 6.96 10.433 2.25 4.439-1.76-1.333-4.65-2.716-3.74-4.263-8.47-8.367-13.89-9.26-5.91-1.437-10.61-1.97-16.2 0-3.94 1.94-4.79 3.766-5.41 8.489-1.09 2.183-0.77 6.656-0.77 10.036 0.05 4.26 0.77 8.03 0.77 12.34 1.12 3.47 0.66 8.04 1.55 11.58 1.4 1.94 2.52 10.4 3.47 12.02-0.97-4.81-3.24-17.27-5.79-21.28-1.88-2.76-4.71-4.55-7.72-6.17-2.56-1.03-5.44-1.87-9.26-2.32-3.76-0.94-7.95-0.95-10.8 0-4.52 1.6-6.05 2.79-7.72 6.17-0.66 3.03-1.8 6.65-3.09 10.04-0.26 3.45 0.01 14.87 0.01 18.97" stroke-width="3.75" fill="none"/>
165
+ <path id="path792" stroke-linejoin="round" d="m1393.8 950.68c0-1.098-8.41 3.369-9.26 6.174-4.26 2.688-5.86 5.511-11.18 5.796-5.23 0.832-9.72 2.716-15.43 2.716h-10.81-9.26" stroke-width="3.75" fill="none"/>
166
+ <path id="path793" stroke-linejoin="round" d="m1368.3 963.8v0.772c0-2.272 0.13-0.99-2.32 3.087-3.17 4.136-4.22 6.127-3.09 11.576 0 4.467 0.63 8.047 0.78 12.348 2.23 5.298 5.1 12.635 6.94 16.975 1.91 3.48 1.29 1.65-2.31 1.55-3.75-1.44-7.17-1.55-11.58-1.55-4.09 0-7.89 0.12-11.58 0.78-2.9 1.93-5.75 3.16-9.26 4.63-2.17 1.67-5.99 3.3-7.71 5.4-0.82 2.44-0.78 6.47-0.78 10.03 0.43 3.16 1.08 5.6 2.32 7.72 2.28 3.44 4.43 5.76 7.72 9.26 1.75 1.67 4.57 3.46 6.94 5.4 2.39 0.72 7.74 3.87 9.29 5.42-2.77-1.9-12.96-8.48-16.23-11.59-7.25-3.21-14.95-5.91-23.16-6.95-4.89 0.18-8.46 2.61-11.57 5.4-2.09 3-3.14 4.69-6.18 6.18-2.39 2.93-4.83 2.46-5.4 6.94-1.17 3.51-0.11 6.03 0.77 10.04 1.46 3.69 3.04 7.85 4.63 10.8 2.34 2.29 3.79 4.13 6.18 6.95 2.89 2.52 4.64 4.32 7.72 5.4 1.86 1.78 6.98 3.67 9.67 4.63-1.87 1.62-8.1 2.75-10.45 3.86-3.4 2.88-5.75 4.88-7.71 6.94-0.42 3.08-0.78 6.1-0.78 10.04-0.18 3.2-0.77 4.81-0.77 8.48 1.57 2.24 3.68 6.43 6.18 8.49 2.14 2.47 4.77 3.47 6.94 5.41 1.54 0.65 2.49 1.57 3.86 2.31l-3.86-2.31c1.54 0.65 8.32 1.96 9.69 2.7" stroke-width="3.75" fill="none"/>
167
+ <path id="path796" stroke-linejoin="round" d="m1336.6 964.57c-0.36 0-2.57 2.573-4.63 4.631-3.26 3.156-3.52 5.245-5.4 10.032 0 4.767 0.03 7.954 3.09 10.805 1.84 3.334 4.7 6.333 6.94 9.26 2.67 2.588 3.84 4.688 5.41 7.718-1.54-2.26-4.59-4.75-6.95-8.489-2.61-1.876-5.12-5.282-8.49-7.718-4.59-1.662-6.6-2.194-10.8-1.543-3.56 2.372-7.29 4.073-10.04 6.945-3.16 2.683-6.07 3.465-7.71 6.945-2.48 1.77-2.93 3.52-3.09 7.72 0 4.93 1.09 7.05 2.32 11.57 2.09 3.63 3.9 7.06 5.4 9.27 1.21 0.99 5.2 6.43 5.81 5.81-2.13-1.28-6.93-5.88-10.44-6.59-2.91 1.33-8.97 0.78-13.12 0.78-4.57 0-7.33 0.02-10.81 1.54-3.1 1.18-6.7 2.78-10.03 5.4-4.15 1.43-6.52 3.01-6.94 7.72 0.68 3.75 2.34 4.4 5.4 7.72 3.38 3.56 6.5 7.33 10.8 10.03 1.92 2.78 6.7 6.3 8.49 8.49 2.19 1 13.59 0.76 9.33 0.76-3.39 0.88-18.18 3.45-20.91 5.41-3.42 3.27-4.19 6.27-4.63 11.58 0.28 4.79 1.54 8.72 2.32 13.12 1.95 3.99 2.53 7.02 4.63 10.03 1.66 2.56 5.63 6.34 7.72 7.72 3.33 1.35 8.45 3.87 12.35 5.4 2.06 0.75 5.54 1.57 8.48 2.31h-13.89c-3.61 0.96-6.39 1.36-8.49 3.09-3.19 1.07-3.95 2.8-6.17 4.63 0 4.23 0.45 6.63 2.32 9.26 0.5 3.38 2.39 6.66 4.63 8.49 1.81 2.87 4.55 5.37 6.94 6.95 3.11 2.71 4.49 3.34 7.72 4.63 3.5 0.47 6.59 1.8 10.03 2.31 1.75 1.45 6.28 2.32 8.49 3.86l-8.49-3.86c1.75 1.45 6.28 2.32 8.49 3.86l3.88 1.17c-3.6 0.55-9.11 0.71-13.14 2.69-5.5 1.69-10.94 2.8-13.12 6.17-3.47 1.74-3.79 3.37-4.63 6.95-0.32 4.47-0.5 6.07 0.77 9.26 1.94 2.79 3.94 4.66 6.18 6.18 2.28 1.91 6.69 5.55 10.03 6.94 3.84 2.22 6.51 3.33 9.26 4.63-3.68 0.61-7.51 0.77-11.58 0.77-2.51 1.47-4.5 1.53-6.17 3.86-2.58 1.88-4.27 3.69-4.63 7.72-1.12 3.34-0.38 5.64 1.54 9.26 2.4 1.81 5.04 4.32 7.72 6.17 2.78 1.3 7.14 2.95 10.8 3.86 1.25 0.5 5.69 0.77 1.55 0.77-1.98 1.02-6.11 0.78-9.26 0.78-4.04 0.36-5.61 1.84-8.49 3.86-2.47 2.46-3.69 2.99-3.86 7.71 0 4.38 0.39 6.27 2.31 8.49 2.03 4.26 3.89 5.59 6.95 7.72 2.6 1.58 6.8 2.19 10.8 2.31 4.75 0 9.38-0.11 13.89 0.78 1.95 0 17.16 2.54 17.45 2.33" stroke-width="3.75" fill="none"/>
168
+ <path id="path798" stroke-linejoin="round" d="m1265.6 1086.5c0 0.23-1.42 2.25-2.31 4.63-3.85 2.91-3.92 5.48-8.49 6.17-3.25 0.71-5.87 0.46-9.26 0-1.38-1.93-4.07-3.98-6.17-5.4-1.75-2.52-4.61-7.66-6.58-9.28" stroke-width="3.75" fill="none"/>
169
+ <path id="path799" stroke-linejoin="round" d="m1272.2 1113.5c-0.19 1.17-3.74 7.6-4.25 10.04-2.93 2.94-7.23 7.46-11.58 10.04-3.27 0.77-5.67 1.92-10.03 2.31-3.66 1.18-8.19 0.77-12.35 0.77-3.38-0.78-5.79-2.19-9.26-3.86-1.49-1.84-10.65-9.51-13.16-11.22" stroke-width="3.75" fill="none"/>
170
+ <path id="path800" stroke-linejoin="round" d="m1268 1123.8c0 1.18-1.73 17.77-3.87 25.21-1.87 3.3-4.62 7.07-6.94 10.8-2.48 4.16-3.93 6.43-8.49 8.49-5.13 1.93-10.22 2.32-16.21 2.32-3.83-0.92-8.62-3.34-13.12-4.63-2.79-1.9-6.49-4.17-9.26-6.18-2.8-2.31-6.14-4.41-7.73-7.72" stroke-width="3.75" fill="none"/>
171
+ <path id="path801" stroke-linejoin="round" d="m1282.6 1191.5h-0.77c2.09 0 1.02-0.05-3.09 0.77-5.22 0.77-8.52 0.3-13.12-1.55-3.33-1.16-7.3-4.18-10.8-6.94-3.21-3.1-6.14-6-8.49-7.72-0.24-2.55-1.38-4.62-3.09-6.17 0 3.89 0.35 7.24 0.78 10.8 0 4.35-0.57 7.75-1.55 11.58-1.22 4.29-2.92 5.88-6.17 9.26-4.62 0.96-8.71 1.54-13.89 1.54-5.57-0.04-10.36-0.94-15.44-1.54-2.79-1.27-5.32-2.58-7.72-3.86" stroke-width="3.75" fill="none"/>
172
+ <path id="path802" stroke-linejoin="round" d="m1281.5 1192.2c-2.76 8.62-12.48 13.09-14.31 15.46-4.37 1.06-8.1 2.27-13.12 2.32-4.51 0-5.01-0.19-7.72-2.32-4.47-1.49-5.89-2.71-7.72-5.4 0-1.03 0.26-0.77-0.77-0.77" stroke-width="3.75" fill="none"/>
173
+ <path id="path803" stroke-linejoin="round" d="m1291.1 1237.8l-0.77 0.77c1.75-1.75 0.91-1.11-0.77 3.09-2.4 4.51-5.58 5.25-10.03 6.94-4.08-0.61-5.67-2.1-10.04-4.63-4.07-2.28-7.15-6.19-10.03-10.03-2.33-5.18-3.86-9.54-3.86-15.43-1.07-2.42-1.44-5.38-3.09-6.95v16.21c-1.2 3.61-1.36 6.43-2.31 10.03-0.64 4.7-1.61 8.13-3.09 11.58-2.84 3.94-7.25 4.92-13.12 5.4-4.71 1.01-10.23 0.77-15.43 0.77-4.05-0.48-6.48-1.26-10.03-2.31-4.09-2.32-5.2-3.03-8.49-6.95-3.61-4.08-7.91-9.24-10.04-13.12-1.22-4.32-3.32-17.34-4.25-22.06 0-4.56 0.43 10.6 0.4 12.8-1.12 6.91-1.55 13.56-1.55 20.84v12.34c-0.8 5.11-1.44 7.73-4.63 10.81-2.23 2.5-6.41 5.61-8.49 6.94-1.65 2.01-3.8 3.51-6.94 4.63-3.39 1.86-6.63 2.63-10.04 3.09-1.86 0.33-3.16 1.47-4.63 0" stroke-width="3.75" fill="none"/>
174
+ <path id="path804" stroke-linejoin="round" d="m1293.5 1270.9c-1.83 2.66-5.33 8.63-8.51 9.29-3.38 1.78-8.63 1.54-13.89 1.54-3.71-0.85-7.61-0.65-9.26-3.09-5.98-4.01-11.46-8.6-16.21-13.89-2.08-2.67-4.07-5.82-5.41-8.49-1.78-0.61 0.22 1.78 0.78 3.09 2.81 4.13 4.66 8.29 5.4 13.12 0.99 3.69 0.99 8.61 0 11.57-0.91 4.1-2.12 7.01-5.4 10.04-1.58 1.96-4.15 1.54-7.72 1.54-4.99-0.63-8.98-2.71-13.89-4.63-5.35-3.16-7.59-4.08-10.03-9.26-1.01-5.86-1.61-11.99-2.32-17.75-0.1-2.11-0.15-10.62-1.15-11.62-1.1 2.87-2.82 13.57-4.25 17.02-0.91 4.96-1.42 6.51-6.17 6.95-2.52 1.23-6 0-10.04 0-2.79-0.95-4.59-1.62-6.17-3.09-0.71-1.31-1.61-1.77-2.32-3.09" stroke-width="3.75" fill="none"/>
175
+ <path id="path805" stroke-linejoin="round" d="m1303.5 1280.2h-0.77c2.27 0 0.9-0.22-1.55 3.85-1.83 2.75-2.4 6.13-3.08 9.27 0.32 4.18 1.39 5.22 3.08 7.71 4.5 2.72 5.25 3.86 10.81 4.63 6.04 1.15 24.55-0.4 30.58 0.76 4.74 0.68-13.39 3.49-15.15 3.87-2.98 1.6-6.23 2.1-9.26 4.63-4.17 3.22-7.31 5.87-10.03 7.72-0.78 2.98-1.54 5.91-1.54 10.03 1.05 2.63 2.46 5.01 3.86 7.72 2.85 3 3.73 4.73 7.71 6.18 6.12 0.22 12.16 0.72 18.52 0.77 6.18-1.6 17.34-4.37 21.25-6.57 1.13 0-4.42 1.67-5.04 1.94-2.59 1.29-5.15 3.27-8.49 6.17-3.18 1.59-4.24 3.39-6.17 6.17-2.01 2.58-2.82 4.86-4.63 6.95-0.54 3.97-0.56 5.12 1.54 8.49 2.83 3.91 3.53 5.54 7.72 6.17 1.73 1.66 4.31 3.79 6.94 5.41 1.85 0.84 13.27 0.92 12.42 2.3-3.76 0.27-17.68 1.46-20.13 3.1-3.15 1.11-4.07 2.45-4.63 6.17 0.16 4.41 0.98 5.47 3.08 8.49 1.41 2.07 3.52 4.09 6.18 5.4 1.88 1.8 15.31 4.5 17.82 6.58 3.24 1.13-11.26-1.17-13.96-1.17-2.19 1.09-6.66 0.77-10.04 0.77-1.37 2.22-3.14 4.32-4.63 6.94-1.39 2.32-0.32 5.02 0 7.72 2.02 2.17 4.81 6.79 6.18 9.26 2.54 1.73 3.15 3.25 6.94 4.63 1.56 1.71 15.68 7.13 18.23 7.37" stroke-width="3.75" fill="none"/>
176
+ <path id="path806" stroke-linejoin="round" d="m1335.1 1429.9v0.78c0-2.28 0.22-0.91-3.86 1.54-1.88 2.33-4.8 4.93-6.17 6.94-0.72 3.47 0.13 5.2 1.54 8.49 2.06 1.66 4.79 4.99 6.18 7.72 3.59 3.28 6.03 5.24 7.71 7.72 2.33 0.7 10.73 4.29 13.18 5.81-4.36-0.06-15.16-3.98-19.35-4.27-5.12 0-7.44 0.58-10.81 2.32-1.39 2.26-2.93 4.19-3.85 6.94-0.96 2.71-1.89 5.3-2.32 8.49-1.07 3.32 0.04 5.14 1.54 7.72 2.69 2.17 3.83 3.59 6.95 4.63 2.23 1.99 4.9 3.03 9.26 3.09 1.92 0.96 10.07 0.38 12.39 0.38-2.67 1.74-10.89 3.42-13.93 4.25-2.42 1.24-5.39 2.14-6.95 3.86-1.67 2.61-2.93 4.2-3.09 8.48 1.29 3.23 3.25 6.22 6.95 9.27 3.43 3.87 3.77 4.64 8.49 6.17 4 1.85 20.43 0.18 24.8 0.37-3.87 0.58-20.82 5.3-24.8 8.12-2.81 2-2.96 4.26 0 6.94 1.9 3.39 4.08 5.14 7.72 6.18 4.19 0 5.98-0.72 10.03-0.77 3.56 0.42 16.63-0.4 20.52-0.4-2.99 1.69-18.4 3.75-22.84 4.26-3.86 1.33-5.45 1.45-6.17 5.4 0 3.56-0.42 6.13 1.54 7.72 2 3.53 3.18 3.8 7.72 3.85 2.24 1.35 5.3 0.17 8.49 0h10.8 15.91" stroke-width="3.75" fill="none"/>
177
+ <path id="path807" stroke-linejoin="round" d="m1386.7 1607.3c2.33 0-23.86-33.47-34.57-29.93-4.93 0.84-8.13 0.91-10.03 4.63-2.77 2.76-5.52 7.43-6.95 11.57-0.37 4.18-1.01 7.53 0 11.58 0.71 3.05 2.51 6.28 3.09 10.03 0.85 1.66 1.89 5.27 0.77 6.95-0.55-2.64-1.33-4.28-2.32-7.72-0.91-5.87-1.45-12.16-2.31-17.75-2.41-1.82-5.29-4.69-8.49-6.95-4.35-0.62-8.14-0.74-11.58 0-2.85 2.5-3.92 4.47-6.94 6.18-2.48 0.82-8.82 1.37-12.36 1.54" stroke-width="3.75" fill="none"/>
178
+ <path id="path808" stroke-linejoin="round" d="m1242.5 1289.5c0.26 0-0.16-0.21 3.09 3.86 1.89 1.41 2.53 2.78 5.4 4.63 3.3 2.5 6.81 3.86 11.58 4.63 4.71 1.58 9.73 2.26 14.66 3.08 4.25 0 8.54 0.07 12.35-0.77 4.42 0 6.7-0.63 10.8-0.77l3.11-1.17" stroke-width="3.75" fill="none"/>
179
+ <path id="path809" stroke-linejoin="round" d="m1306.6 1332.7v0.78c0-2.09-0.05-1.02 0.77 3.08 0 4.65-0.72 5.9-2.32 8.49-3.37 2.44-7.14 3.21-11.57 4.63-5.68-0.25-10.59-1.26-15.44-3.08-3.74-3.1-5.31-5.23-7.72-10.04-2.51-7.64-4.55-13.52-4.63-21.61 0-4.46 0.12-7.86-2.31-10.03-1.18-1.17-1.3 2.01-2.32 3.86-0.34 4.64-2.35 7.37-4.63 11.58-2.81 2.71-6.1 5.85-10.03 8.49-4.06 0.9-5.48 1.59-9.26 0.77-2.52-2.99-6.01-6.71-7.72-8.49-0.94-3.61-3.62-7.98-5.4-12.35-1.66-4.15-3.53-7.7-3.86-12.35-1.55-4.27-1.24-3.68-2.31 0.77-2.26 4.89-2.92 8.1-5.41 12.35-3.23 2.51-6.19 4.73-10.8 6.18-5.39 0.81-8.91 0.41-13.89-0.78-3.76-1.35-5.57-3.01-7.72-6.17-2.39-2.35-3.35-3.99-3.86-7.72-1.57-2.56-3.27-8.1-4.63-11.57-1.53-1.86-2.63-5.44-3.09-8.49-1.07-0.88-1.74-2.52-2.31-3.86" stroke-width="3.75" fill="none"/>
180
+ <path id="path810" stroke-linejoin="round" d="m1333.2 1347.3c-0.11 1.49-1.71 11.76-3.48 14.71-2.1 4.41-2.89 6-7.72 6.17-4.79-0.77-8.53-3.18-12.35-6.17-3.19-4.03-6.34-7.07-8.48-11.57-2.32-1.91-2.07-3.01-1.54 0 2.46 2.52 2.25 2.44 2.31 6.94v11.58c-0.05 3.81-0.62 6.48-1.55 9.26-1.46 4.08-3.15 6.11-6.94 9.26-4.4 0.98-5.13-0.62-8.49-3.09-4.12-1.67-5.73-3.18-8.49-5.4-2.19-2.19-4.45-4.86-6.18-7.72-0.41-3.08-0.77-6.1-0.77-10.03 0-3.86 3.11-13.16 3.11-17.02-0.59-4.72-3.74 4-6.19 6.99-1.99 3.81-4.52 6.78-6.95 8.49-3.24 3.01-8.26 4.38-13.12 5.4-4.57 0-8.25-0.7-12.35-1.55-2.69-3.72-3.63-5.81-5.4-9.26 0-4.81 0.7-8.1 1.54-12.34 0.81-4.02 1.89-10.93 1.94-15.08 0-4.19-0.72 4.56-1.94 6.59-1.01 4.57-2.07 4.81-5.4 7.71-4 0.54-7.98 0.78-12.35 0.78-4.68 0-8.94 0.41-13.12 1.54-2.88-1.01-4.4-5.07-6.17-8.49-1-3-1.51-5.85-1.54-10.03 0-3.98-0.92-6.32-1.55-9.26-1.76 3.92-3.35 4.23-7.71 4.63-2.54 0-5.55 0.28-6.95-0.78-1.51-2.47-3.54-4.75-4.63-6.94l4.63 6.94c-1.51-2.47-7.04-10.19-8.13-12.38" stroke-width="3.75" fill="none"/>
181
+ <path id="path811" stroke-linejoin="round" d="m1339 1376.7c0 0.74-0.41 4.92-0.77 6.95-1.39 3.19-1.85 6.08-2.32 10.03-0.04 3.82-0.62 6.49-1.54 9.26-1.79 2.45-3.92 3.8-6.17 5.4-5.22 0-6.76-0.48-10.81-3.08-3.38-2.74-6.54-5.09-9.26-6.95-2.21-3.72-4.51-6.63-6.95-10.03l-2.72-2.72c-1.57-3.28 1.74 1.82 2.72 5.81 1.17 4.07 1.55 7.66 1.55 12.34-0.14 4.93-1.03 9.04-1.55 13.9-2.09 4.13-2.17 5.03-6.94 5.4-5.04 0-9.85-0.07-14.66-0.77-4.75-0.73-8.32-2.04-12.35-4.63-1.03-2.69-1.55-6.09-1.55-10.04 0.06-4.7 1.15-8.65 1.55-13.12 1.65-4.5 2.28-7.35 3.86-11.57 1.26-1.69 1.99-3.52 2.31-6.18-0.69 4.79-3.24 8.17-4.63 12.35-2.45 4.6-6.32 9.32-8.49 13.89-2.94 2.82-4 3.94-6.94 5.4-3.48-0.52-5.07-1.83-7.72-3.08-1.51-2.22-3.31-3.51-4.63-6.95-2.44-3.44-3.04-4.98-3.09-10.03 0-3.11 0.25-8.49 0-9.26-0.32-0.98-4.06-14.44-5.04-14.76" stroke-width="3.75" fill="none"/>
182
+ <path id="path812" stroke-linejoin="round" d="m1232.5 1364.3c-1.2 0.77-6.26 2.22-10.03 2.31h-13.89c-4.51-0.41-4.09-2.11-5.41-5.4-1.4-4.08-2.06-7.42-2.31-11.58-0.67-3.73-2.62-4.09-3.1-7.31-2.22 1.44-2.33-0.44-6.16 0.37-5.31 0.81-9.57 1.94-14.67 3.08-4.77 0.66-9.08 1.49-13.89 1.55-4.49 0-8.01 0.43-10.03-2.32-1.29-2.59-1.5-6.18-1.54-10.03 0-4.34 0.48-8.54 1.54-11.58 1.58-2.93 3.62-6.05 6.17-8.49 1.45-2.12 3.29-3.96 5.41-5.4 1.59-2.34 3.58-3.22 4.63-6.17 1.85-1.53 2.78-3.9 3.86-6.18" stroke-width="3.75" fill="none"/>
183
+ <path id="path813" stroke-linejoin="round" d="m1128.2 1316.9c1.38 0.32 11.64 2.6 13.93 4.26 3.79 2.11 5.27 4.51 7.71 6.94 1.22 2.58 2.03 4.93 3.09 8.49 0.59 2.94 0.77 6.86 0.77 10.81-1.44 2.37-2.8 6.32-3.86 9.26-1.59 2.35-3.01 3.89-6.17 5.4-3.72 2.86-10.15 5.44-15.44 7.72-3.56 0.42-6.91 0.77-10.8 0.77-3.86 0-8.11 2.33-11.97 2.33-3.73 0-9.07-0.48-11.57 0.77-1.14 0-0.59 0.18-1.55-0.77" stroke-width="3.75" fill="none"/>
184
+ <path id="path814" stroke-linejoin="round" d="m1237.9 1395.2c-0.31 0-2.43 2.48-4.63 3.85-1.82 3.08-2.58 4.88-4.63 8.49-1.33 3.61-2.03 6.39-2.31 10.04v10.8c0.04 4.05 0.77 5.84 0.77 10.03v10.81 10.8-10.8 10.8" stroke-width="3.75" fill="none"/>
185
+ <path id="path815" stroke-linejoin="round" d="m1247.1 1406c0 1.55-0.93 14.26-0.01 17.02 0.25 4.68 1.57 7.3 3.09 10.8 2.41 1.87 5.61 6.16 8.49 9.26 2.32 2.33 4.67 3.78 8.49 4.63 4.47 0.89 8.02 1.55 11.57 0.78 2.91-1.27 7.34-3.76 10.81-5.41 1.58-3.44 3.87-7.32 5.4-11.57 1.32-4.07 1.42-8.28 1.54-6.95 1.64 1.33 4.71 5 6.18 6.95 3.27 1.97 6.48 4.29 9.26 7.71 2.89 3.22 7.56 2.15 11.98 2.3" stroke-width="3.75" fill="none"/>
186
+ <path id="path816" stroke-linejoin="round" d="m1256.4 1462.3c0-0.26 9.09 11.65 12.37 11.65 3.57 0.89 7.61 1.41 11.58 1.55 4.74-0.06 8.38-1.24 12.35-3.09 3.21-3.4 2.31-8.46 2.31-13.89v-11.58c-0.09-3.16-1.06-5.64-1.54-8.49 0.71 5.01 3.12 9.18 4.63 13.89 1.72 3.72 7.12 17.35 12.34 18.15 2.37 2.87 4.64 1.39 6.95-1.94 4.18-2.74 5.25-15.59 6.95-17.75 0-2.17 0.56-2.01 0.77-3.86" stroke-linecap="round" stroke-width="3.75" fill="none"/>
187
+ <path id="path817" stroke-linejoin="round" d="m1254.8 1491.6c0 0.26 6 5.31 10.08 7.76 4.22 3.18 4.89 3.86 10.04 3.86 3.49-0.66 4.89-3.35 7.71-6.18 3.94-3.84 4.85-6.91 3.86-12.34-0.15-4.21-1.3-10.93-2.31-9.25 1.78 2.33 3.44 5.73 4.63 7.7 1.59 2.35 2.72 4 6.17 4.63 2.03 1.72 4.96 2.82 8.49 3.09 1.87 1.4 4.27 0.92 5.4-0.77 2.6-1.17 4.54-2.34 6.18-3.86 0.74-2.45 2.03-3.96 3.08-6.17" stroke-width="3.75" fill="none"/>
188
+ <path id="path818" stroke-linejoin="round" d="m1313.5 1488.6v0.77c0-2.08-0.05-1.03 0.77 3.08 0.26 4.47 0.78 8.39 0.78 13.12-1.12 4.63-1.85 7.97-4.63 10.81-2.62 1.31-7.25 0.71-10.81 0-4.66-2.1-16.84-10.83-18.52-14.66-1.14-0.66 10.07 7.81 11.58 10.03 1.74 2.68 3.02 4.67 3.85 7.72 0.75 2.24 1.29 7.17 0.78 8.48-0.64 4.21-2.11 4.09-5.41 5.41-3.34 0.83-7.02 0.77-10.8 0.77-3.44-0.47-5.37-1.58-8.49-2.32l-1.17-0.78" stroke-linecap="round" stroke-width="3.75" fill="none"/>
189
+ <path id="path819" stroke-linejoin="round" d="m1328.2 1522.5v0.77 3.09c-0.9 3.56-1.31 6.75-2.32 9.26-0.76 4.35-2.63 4.54-5.4 6.95-3.42 0.85-7.31 0.91-10.03 0-4.88-2.92-7.42-4.48-10.81-8.49-3.39-3.39 1.45 1.94 3.09 4.63 2.67 2.36 4.25 4.04 4.63 8.49 0.92 4.61 1.1 6.56-1.55 9.26-1.91 2.74-4.8 4.13-9.26 5.4h-10.8c-4.08-0.91-3.68-2.1-5.4-4.63" stroke-width="3.75" fill="none"/>
190
+ <path id="path820" stroke-linejoin="round" d="m1339.4 1545.7c0.19 1.47-0.06 7.98-0.39 11.58-2.99 4.97-2.98 5.19-8.49 6.95-4.45 0.6-9.04 0.77-13.89 0.77-3.26-1.14-5.64-3.33-7.72-6.95-3.04-2.28-0.96 0.9 0 3.09 1.61 4.18 2.97 6.9 3.86 11.58 0.27 3.19 1.96 4.17-1.54 4.63-3.9 1.1-7.98 1.54-12.35 1.54-3.37-0.46-7.16-0.36-10.05-1.15" stroke-width="3.75" fill="none"/>
191
+ <path id="path822" stroke-linejoin="round" d="m1312.7 1571.6c0.28 1.33 1.76 3.94 3.87 5.79 1.54 3.21 3.6 4.52 6.17 6.17 2.72 1.54 4.69 3.03 7.72 3.86 4.28 0 6.14-0.81 9.26-1.54 4.65-1.59 4.8-2.4 6.95-5.41 1.48-2.41 2.59-4.08 3.08-7.71 1.11-2.22 0.75-6.25 0-8.49-0.31-4.08-2.03-5.47-3.08-8.49-1.1-0.37-1.45-3.09-2.33-4.26" stroke-width="3.75" fill="none"/>
192
+ <path id="path823" stroke-linejoin="round" d="m1207 1367.4c-0.26 0.26-0.51 0.52-0.77 0.77 1.83-1.83 1.08-0.95-3.09 1.55-3.76 1.01-5.29 2.2-6.94 4.63-3.52 1.94-5.96 3.67-6.95 7.72v10.8c-0.84 2.81-0.77 7.6-0.77 11.58 0 4.19-0.49 7.67-0.77 11.57 0.54 2.52 2.04 6.13 1.17 8.51-0.29-3.37-1.94-7.9-1.94-11.59-1.41-2.05-2.96-6.62-4.63-8.49-2.23-1.93-4.51-2.78-8.49-3.86-4.11-1.37-6.83-0.85-9.26 1.54-1.77 1.85-3.91 4.91-5.41 8.49-0.84 4.24-2.16 6.59-2.31 10.8-0.87 4.05-1.54 6.5-0.77 10.04v11.57c0 3.6 0.78 8.38 0.78 11.98-0.49 5.71-1.85-0.89-3.1-2.72-0.83-3.87-1.67-7.02-3.86-9.26-1.94-2.34-5.15-3.08-9.26-3.08-3.94 0-6.14-0.92-6.94 2.31-1.14 2.28-1.34 7.46-1.55 10.81v11.57 10.03c-0.66-4.1-2.26-5.96-4.63-9.26-2.69-3.1-4.84-3.92-10.03-4.63-5.04-1.22-7.53-0.75-11.58 1.55-3.88 3.79-6.44 5.08-6.94 9.26-1.57 1.89-1.9 5.43-2.32 8.49v11.57c0 2.15-3.18-2.34-5.4-5.4-2.59-3.56-4.13-4.47-8.49-4.63-2.96 1.52-8.85 3.77-11.57 6.17-1.97 1.59-1.55 4.16-1.55 7.72v10.81c-0.21 2.68-4.22 2.68-6.17 0.77-2.86-1.41-6.62-3.35-10.03-3.86-2.94-1.39-5.39-1.71-7.72-0.77-1.2 3.9-2.32 6.98-2.32 11.57-1.18 3.17-1.54 5.49-1.54 9.26" stroke-width="3.75" fill="none"/>
193
+ <path id="path824" stroke-linejoin="round" d="m1226.3 1392.9c-0.26 0 10.36-3.5 10.1-3.5 2.16 0-9.86 3.4-13.96 5.04-3.12 1.14-6.49 4.52-9.26 7.72-6.35 5.67-14.04 14.21-20.07 20.84-5.58 5.6-9.55 9.43-13.12 15.43-7.71 6.11-13.42 11.97-20.06 19.3-7.09 5.3-14.09 10.39-20.84 16.2-6.76 3.38-12.73 6.41-20.07 9.26-6.56 2.19-12.22 5.1-18.52 7.72-3.35 2.61-5.27 3.74-9.26 5.4-6.08 3.49-13.03 6.17-17.75 9.26-2.31 1.57-3.91 3.66-7.72 5.41-2.43 2.84-5.62 4-9.26 6.17-4.22 1.52-8.7 3.01-13.89 4.63-5.35 1.83-8.67 3.36-13.89 5.4-14.19 4.97-28.7 10.67-43.217 13.12-4.159 1.52-8.355 2.78-12.348 3.09-5.86 2.12-13.133 2.22-19.294 3.09-3.953 1.04-8.914 2.3-12.348 3.08-3.969 1.09-7.853 2.02-10.804 3.09-3.966 0.46-8.402 1.59-11.576 2.32-3.761 1.11-5.356 2.23-8.489 3.08-1.762 1.53-9.078 7.39-10.839 8.91" stroke-width="3.75" fill="none"/>
194
+ <path id="path825" stroke-linejoin="round" d="m1115.2 1372c0.45 1.48 1.55 6.15 1.55 10.04-0.63 3.68-1.38 8.28-3.09 10.8-1.38 3.46-5.81 6.72-8.49 9.26-3.1 0.68-5.87 1.31-9.26 2.32-3.98 0.29-13 9-17.4 9.32-2.57 0.51-5.75 0.76-9.27 0.76-1.1-1.16-1.47-0.5-3.08-1.14 2.59 1.85 1.8 2.48 2.31 6.54 0 4.12 2.88 8.22 2.34 11.97-0.95 4.56-4.89 10.1-8.08 11.9-3.9 2.42-7.33 3.91-11.58 5.41-3.8 0.13-6.85 0.77-10.8 0.77-2.57 0-4.6-0.14-6.18-0.77" stroke-width="3.75" fill="none"/>
195
+ <path id="path826" stroke-linejoin="round" d="m1156.1 1348.1v0.77 3.86c1.01 5.06 1.75 8.59 5.4 12.35 2.58 3.46 6.7 6.17 10.8 8.49h11.58c2.78-0.48 8.97 0.48 12 0.39" stroke-width="3.75" fill="none"/>
196
+ <path id="path827" stroke-linejoin="round" d="m1165.3 1373.6c-0.26 0.25 1.81-0.66 1.56-0.4 1.93-1.94-1.28 0.17-5.42 3.48-4.65 3.95-6.65 5.69-7.72 11.58 0.06 4.43 1 5.7 2.32 8.49 0.97 3.44 2.85 6.62 5.4 8.49 1.03 0 0.77 0.26 0.77-0.77" stroke-width="3.75" fill="none"/>
197
+ <path id="path828" stroke-linejoin="round" d="m1114.8 1392.1c0 0.37 3.62 1.89 5.03 3.86 3.94 2.51 8.95 6.98 13.89 10.03 4.81 1.6 9.28 0.45 13.89-1.54 3.07-0.81 5.34-1.92 7.72-4.63l0.78-0.78" stroke-width="3.75" fill="none"/>
198
+ <path id="path829" stroke-linejoin="round" d="m1129.1 1404.5c-2.03 3.59-5.1 5.74-5.41 10.03 0 3.95 0.52 7.34 1.55 10.03 1.44 2.67 3.13 6.87 5.4 9.26 1.41 2.31 2.86 4.26 4.63 5.4-1.37-3.79-4.84-6.73-8.49-10.03-1.42-1.62-3.09-2.31-4.63-0.77-3.96 0.28-6.65 1.27-9.26 2.32-4.34 1.51-7.98 3.52-10.8 5.4-2.83 2.92-3.09 4.53-3.09 9.26-0.37 4.9-0.77 9.61-0.77 14.66 1.19 0.98 1.43 1.71 1.54 3.86-0.84-3.24-2.55-8.28-4.63-10.8-1.85-2.59-3.19-3.04-7.72-3.09-3.92 0.72-3.78 2.65-6.17 4.63-2.34 3.39-3.96 4.46-5.4 8.49-1.88 4.4-2.32 8.12-2.32 13.12 1.03 0 2.32 8.03 2.32 7" stroke-width="3.75" fill="none"/>
199
+ <path id="path830" stroke-linejoin="round" d="m1094.3 1404.5v0.77c0-2.06 0.15-0.98-2.32 2.31-1.07 3.63-1.54 5.64-1.54 10.04 0.58 4.45 2.23 6.78 3.09 10.8 3.02 3.6 4.22 5.27 7.71 6.95 1.06 1.06 2.43 1.43 3.09 0.77" stroke-width="3.75" fill="none"/>
200
+ <path id="path831" stroke-linejoin="round" d="m1072.7 1432.2h-0.77c0.2 0.51 0 3.44 0 5.4 0 3.69-0.31 7.58 0.77 10.81 0.77 3.14 5.12 4.33 6.97 6.18" stroke-width="3.75" fill="none"/>
201
+ <path id="path832" stroke-linejoin="round" d="m1032.6 1451.5c0 0.26 1.55-1.81 1.55-1.56 0-2.15-1.46 1.32-3.09 5.42-3.64 4.33-6.31 7.74-10.81 12.35-4.74 1.48-7.74 4.35-12.35 7.72-5.03 2.85-9.931 4.5-14.66 6.94-5.165 2.17-11.15 3.74-16.978 5.4-5.182 1.91-11.212 3.32-16.979 3.86-3.916 1.35-8.248 2.3-12.347 3.09-4.804 1.67-10.093 3.67-14.664 5.4-3.558 1.23-5.526 1.94-8.489 3.86-4.644 1.6-9.17 4.69-13.891 6.95-1.692 2.04-6.31 4.86-9.261 7.71-4.813 2.58-9.728 6.96-14.663 9.26-5.689 3.63-11.372 6.62-17.75 8.49-5.087 2.42-10.076 4.22-14.663 6.95-3.47 2.36-7.026 5.75-10.804 8.49-2.354 3.46-5.318 6.04-8.49 8.49-2.499 4.62-6.582 8.17-10.032 11.57-2.055 1.4-4.439 3.63-6.174 5.41-2.369 2.44-4.648 4.62-6.946 6.17-2.265 2.81-3.54 3.77-6.945 5.4-2.12 2.18-4.753 2.81 0 3.09 4.412-1.41 9.792-1.42 14.663-1.54 4.795-1.04 10.364-1.58 15.434-2.32 4.305-0.55 9.386-1.4 14.663-1.54 5.617 0.94 13.881-1.51 20.066-3.86 5.067-3 9.75-5.68 14.663-8.49 2.817-1.96 5.255-2.84 8.489-4.63 2.799-0.76 5.427-2.29 8.489-3.09" stroke-width="3.75" fill="none"/>
202
+ <path id="path833" stroke-linejoin="round" d="m1053.4 1446.1c0 0.95 0.32 5.53 0.77 7.72 1.49 4.77 3.47 8.43 6.94 11.57 2.69 1.58 8.25 1.16 12.75 1.16" stroke-width="3.75" fill="none"/>
203
+ <path id="path834" stroke-linejoin="round" d="m1037.2 1450c-0.61 0-0.38 1.82-1.54 3.86 0 3.98 0.54 8.05 1.54 10.8 5.11 2.39 8.63 3.56 14.66 3.86 3.68-0.28 5.75-1.22 8.49-2.31 2.41-0.5-0.81 1.86-3.09 3.85-3.23 3.24-4.69 5.98-3.08 10.81 1.62 3.38 14.13 7.62 16.28 9.67" stroke-width="3.75" fill="none"/>
204
+ <path id="path837" stroke-linejoin="round" d="m1021 1466.2c-0.78 3.6-0.89 5.68 1.55 8.48 2.1 1.74 5.22 1.55 9.26 1.55 6.88-0.37 13.16-1.55 20.06-1.55 3.25 0-2.67 0.44-3.86 0.78-3.88 1.36-5.88 1.79-8.49 3.85-4.12 1.69-6.19 3.62-10.03 6.95-1.55 2.3-2.23 5.29-0.77 7.72 1.52 2.24 3.44 3.85 6.17 5.4 2.89 2.24 3.58 3.48 7.72 3.86h1.54" stroke-width="3.75" fill="none"/>
205
+ <path id="path838" stroke-linejoin="round" d="m1010.6 1473.2c-0.36 1.46-1.94 3.85-1.94 7.7 0.32 4.11 1.32 5.21 3.86 6.94 2.11 1.74 5.23 1.55 9.26 1.55h4.63c-2.2 1.29-5.66 1.69-7.71 3.08-2.43 1.66-3.62 3.19-4.63 6.95-0.06 4.31-0.74 5.89 0 10.03 1.68 3.15 2.62 5.47 4.63 8.49 1.51 2.22 9.18 6.73 12.01 7.73" stroke-linecap="round" stroke-width="3.75" fill="none"/>
206
+ <path id="path839" stroke-linejoin="round" d="m989.37 1485.5c-0.706 3.25-0.458 5.87 0 9.26 1.822 2.04 3.204 4.68 5.402 6.17 2.176 1.8 9.057 0.71 13.147 0.76 3.25 0.09 5.05 0.77 0.77 0.77-2.06 1.97-8.19 4.39-9.286 8.51-1.11 2.22-0.749 6.24 0 8.49 0.302 3.93 1.456 5.34 2.316 8.48 2.07 2.17 3.02 3.37 6.17 4.64l-6.17-4.64c2.07 2.17 3.02 3.37 6.17 4.64v0.77c-0.41-0.96-0.69-1.75-1.54-2.32" stroke-linecap="round" stroke-width="3.75" fill="none"/>
207
+ <path id="path840" stroke-linejoin="round" d="m964.3 1491.3c-1.851 2.75-2.907 3.7-1.938 7.32 2.019 2.82 4.13 5.8 6.946 7.72 4.481 4.07 28.758-1.72 32.214-1.2 1.05 1.06-29.418 6.01-31.442 12.77-0.839 2.76-1.147 7.37 0 10.81 0.053 4.43 0.995 5.7 2.315 8.49 1.065 2.24 1.844 3.76 4.63 4.63-1.029 0-0.771 0.25-0.771-0.78" stroke-linecap="round" stroke-width="3.75" fill="none"/>
208
+ <path id="path841" stroke-linejoin="round" d="m934.58 1500.9c-1.089 3.38 0.216 4.92 1.543 7.72 1.846 2.77 5.051 6.34 7.718 8.1 1.56 0.9 26.868-1.18 26.406-1.18-2.838 0.99-25.998 6.96-30.265 9.29-1.595 3.1-1.544 5.73-1.544 10.03 0.312 4.05 0.597 5.79 3.859 6.95 2.178 1.08 6.413 1.32 9.261 1.54l5.442 1.17" stroke-linecap="round" stroke-width="3.75" fill="none"/>
209
+ <path id="path842" stroke-linejoin="round" d="m912.98 1509.8c0 0.85-1.258 4.55-0.783 7.32 1.083 2.53 0.517 4.2 2.315 5.4 0.654 3.72 1.73 6.22 5.403 6.95 4.038 0 7.155 0.19 9.26-1.55 3.178-1.39 5.071-2.6 7.718-3.85l-7.718 3.85c3.178-1.39 5.071-2.6 7.718-3.85l14.378-4.28c-2.373 1.73-17.645 7.94-20.552 8.91-2.173 2.07-3.941 2.41-4.631 6.17-0.457 3.39-0.705 6.01 0 9.26 1.993 1.9 3.668 3.58 5.403 5.4" stroke-linecap="round" stroke-width="3.75" fill="none"/>
210
+ <path id="path843" stroke-linejoin="round" d="m896.76 1520.2c-0.399 0.89-2.315 4.33-2.315 7.71 0.376 4.14 1.615 4.84 3.859 7.72h10.804c3.007 0.54 11.725-3.12 15.092-3.12-3.384 0.74-11.835 5.3-13.548 7.75-2.076 0.83-2.076 2.07-2.316 4.63-1.195 2-0.739 5.7 0 7.72 1.455 2.14 3.176 4.03 4.631 6.17" stroke-width="3.75" fill="none"/>
211
+ <path id="path844" stroke-linejoin="round" d="m877.47 1531c0 1.14 0.287 6.15 0.772 8.49 2.987 2.31 4.853 3.84 8.489 6.17 3.792 0.15 19.441-6.99 23.638-6.99 2.992 0-15.147 8.21-15.921 8.54-1.556 2.53-2.777 3.69-3.087 7.72-1.407 2.34-0.43 5.86 0 8.48 1.236 1.91 2.488 2.85 4.631 3.86-1.029 0-0.772 0.26-0.772-0.77" stroke-width="3.75" fill="none"/>
212
+ <path id="path845" stroke-linejoin="round" d="m857.4 1541.1c0 0.26 0.05-0.25-0.772 3.86-1.514 2.02-0.191 3.91 1.543 5.41 2.216 2.98 5.763 3.7 9.261 4.63 3.45 0.61 6.966 0.77 10.805 0.77 2.918 0 13.979-7.26 15.504-8.55-2.556 1.03-15.025 9.07-18.591 10.09-4.322 1.98-5.482 3.64-6.946 7.72 0.163 4.4 1.37 5.46 3.087 8.49 1.559 2.89 8.251-0.23 10.839 1.49" stroke-width="3.75" fill="none"/>
213
+ <path id="path846" stroke-linejoin="round" d="m842.74 1553.4v0.77c0-2.27 0.132-0.99-2.316 3.09-0.78 3.59-1.017 5.6 1.544 7.72 1.892 2.79 3.219 4.07 6.945 4.63 1.209 0.52 20.105-10.11 22.13-10.11-3.042 2.08-24.323 14.35-25.988 17.83-1.459 3.02-1.544 5.57-1.544 9.26" stroke-width="3.75" fill="none"/>
214
+ <path id="path847" stroke-linejoin="round" d="m822.68 1573.5c0 4.04-0.195 7.15 1.544 9.26 0.424 3.53 7.855 3.77 10.467 5.01" stroke-width="3.75" fill="none"/>
215
+ </g>
216
+ </g>
217
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bv.svg ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="islenskifaninn" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata12">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs380">
13
+ <clipPath id="clipPath3039" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3041" fill-opacity="0.67" height="512" width="512" y="0" x="0"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" stroke-width="1pt" clip-path="url(#clipPath3039)">
18
+ <rect id="rect583" height="512" width="699.74" y=".000014216" x="-68" fill="#fff"/>
19
+ <rect id="rect561" height="276.26" width="218.72" y="-77.837" x="-92.992" fill="#d72828"/>
20
+ <rect id="rect562" height="199" width="380.91" y="-.57225" x="249.42" fill="#d72828"/>
21
+ <rect id="rect563" height="190.33" width="190.33" y="320.01" x="-67.545" fill="#d72828"/>
22
+ <rect id="rect564" height="188.21" width="378.34" y="322.12" x="252" fill="#d72828"/>
23
+ <rect id="rect565" height="535.78" width="64.425" y="-25.447" x="156.65" fill="#003897"/>
24
+ <rect id="rect566" height="63.444" width="697.88" y="224.84" x="-67.545" fill="#003897"/>
25
+ </g>
26
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bw.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <!--
4
+ On October 30, 2003, Brett Roper dedicated to the public domain the
5
+ work "SVG graphic of Costa Rica Flag." Before making the dedication,
6
+ Brett Roper
7
+ represented that Brett Roper owned all copyrights in the
8
+ work. By making the dedication, Brett Roper made an overt act
9
+ of relinquishment in perpetuity of all present and future rights under
10
+ copyright law, whether vested or contingent, in "SVG graphic of Costa
11
+ Rica
12
+ Flag."
13
+
14
+ Brett Roper understands that such relinquishment of all rights
15
+ includes the relinquishment of all rights to enforce (by lawsuit or
16
+ otherwise) those copyrights in the Work.
17
+
18
+ Brett Roper recognizes that, once placed in the public domain,
19
+ "SVG graphic of Costa Rica Flag" may be freely reproduced,
20
+ distributed, transmitted, used,
21
+ modified, built upon, or otherwise exploited by anyone for any
22
+ purpose, commercial or non-commercial, and in any way, including by
23
+ methods that have not yet been invented or conceived.
24
+ -->
25
+ <svg id="canada" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
26
+ <metadata id="metadata8">
27
+ <rdf:RDF>
28
+ <cc:Work rdf:about="">
29
+ <dc:format>image/svg+xml</dc:format>
30
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
31
+ </cc:Work>
32
+ </rdf:RDF>
33
+ </metadata>
34
+ <g id="flag" fill-rule="evenodd" transform="matrix(.68808 0 0 1.0321 0 .000011844)">
35
+ <rect id="rect597" height="496.06" width="744.09" y="-.000015260" x="0" fill="#00cbff"/>
36
+ <rect id="rect598" height="124.02" width="744.09" y="186.02" x="0" fill="#fff"/>
37
+ <rect id="rect599" height="83.75" width="744.09" y="206.06" x="0"/>
38
+ </g>
39
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/by.svg ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3234">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs550">
13
+ <clipPath id="clipPath5478" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect5480" fill-opacity="0.67" height="496.06" width="496.06" y="-.00013532" x="-.00096892"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath5478)" transform="matrix(1.0321 0 0 1.0321 0.001 .00013967)">
18
+ <rect id="rect1535" transform="translate(0 -.000015259)" height="329.53" width="992.13" y=".000043" x="0" stroke-width="1pt" fill="#b20000"/>
19
+ <rect id="rect2026" transform="translate(0 -.000015259)" height="166.54" width="992.13" y="329.53" x="0" stroke-width="1pt" fill="#429f00"/>
20
+ <rect id="rect1291" transform="translate(0 -.000030518)" height="496.06" width="109.84" y="-.000105" x="0" stroke-width="1.0004pt" fill="#fff"/>
21
+ <g id="g1528" stroke-width="1pt" fill="#b20000" transform="matrix(.29524 0 0 .23729 141.23 142.93)">
22
+ <rect id="rect557" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-106.3" x="-201.97"/>
23
+ <rect id="rect560" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-106.3" x="-191.34"/>
24
+ <rect id="rect561" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-113.39" x="-187.8"/>
25
+ <rect id="rect562" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-113.39" x="-170.08"/>
26
+ <rect id="rect563" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-106.3" x="-155.91"/>
27
+ <rect id="rect564" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-113.39" x="-152.36"/>
28
+ <rect id="rect565" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-99.213" x="-194.88"/>
29
+ <rect id="rect566" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-99.213" x="-184.25"/>
30
+ <rect id="rect567" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-99.213" x="-159.45"/>
31
+ <rect id="rect568" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-99.213" x="-148.82"/>
32
+ <rect id="rect569" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-92.126" x="-198.43"/>
33
+ <rect id="rect570" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-92.126" x="-180.71"/>
34
+ <rect id="rect571" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-92.126" x="-162.99"/>
35
+ <rect id="rect572" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-92.126" x="-145.28"/>
36
+ <rect id="rect573" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-106.3" x="-138.19"/>
37
+ <rect id="rect574" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-85.039" x="-201.97"/>
38
+ <rect id="rect575" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-85.039" x="-177.17"/>
39
+ <rect id="rect576" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-85.039" x="-141.73"/>
40
+ <rect id="rect577" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-63.78" x="-198.43"/>
41
+ <rect id="rect578" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-56.693" x="-194.88"/>
42
+ <rect id="rect580" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-63.78" x="-180.71"/>
43
+ <rect id="rect581" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-56.693" x="-184.25"/>
44
+ <rect id="rect582" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-49.606" x="-191.34"/>
45
+ <rect id="rect583" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-187.8"/>
46
+ <rect id="rect584" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-63.779" x="-162.99"/>
47
+ <rect id="rect585" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-56.693" x="-159.45"/>
48
+ <rect id="rect587" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-63.78" x="-145.28"/>
49
+ <rect id="rect588" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-56.693" x="-148.82"/>
50
+ <rect id="rect589" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-49.606" x="-155.91"/>
51
+ <rect id="rect590" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-152.36"/>
52
+ <rect id="rect591" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-49.606" x="-170.08"/>
53
+ <rect id="rect592" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-49.606" x="-205.51"/>
54
+ <rect id="rect593" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-49.606" x="-134.65"/>
55
+ <rect id="rect594" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-187.8"/>
56
+ <rect id="rect595" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-7.0866" x="-191.34"/>
57
+ <rect id="rect596" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="0.000068" x="-194.88"/>
58
+ <rect id="rect597" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-152.36"/>
59
+ <rect id="rect598" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-7.0866" x="-155.91"/>
60
+ <rect id="rect599" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="0.000068" x="-159.45"/>
61
+ <rect id="rect600" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="35.433" x="-155.91"/>
62
+ <rect id="rect601" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="24.803" y="7.0866" x="-162.99"/>
63
+ <rect id="rect602" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="24.803" y="7.0866" x="-198.43"/>
64
+ <rect id="rect604" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="42.52" x="-194.88"/>
65
+ <rect id="rect605" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="35.433" x="-198.43"/>
66
+ <rect id="rect606" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="21.26" x="-148.82"/>
67
+ <rect id="rect607" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="42.52" x="-152.36"/>
68
+ <rect id="rect609" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="49.606" x="-191.34"/>
69
+ <rect id="rect610" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="49.606" x="-148.82"/>
70
+ <rect id="rect611" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="21.26" x="-205.51"/>
71
+ <rect id="rect612" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="35.433" x="-173.62"/>
72
+ <rect id="rect614" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="42.52" x="-170.08"/>
73
+ <rect id="rect615" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="24.803" y="21.26" x="-180.71"/>
74
+ <rect id="rect616" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-85.039" x="-166.54"/>
75
+ <rect id="rect617" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-77.953" x="-173.62"/>
76
+ <rect id="rect618" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-70.866" x="-177.17"/>
77
+ <rect id="rect619" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-70.866" x="-166.54"/>
78
+ <rect id="rect620" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-77.953" x="-205.51"/>
79
+ <rect id="rect621" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-70.866" x="-201.97"/>
80
+ <rect id="rect622" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-77.953" x="-138.19"/>
81
+ <rect id="rect623" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-70.866" x="-141.73"/>
82
+ <rect id="rect624" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-7.0866" x="-205.51"/>
83
+ <rect id="rect625" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-7.0866" x="-134.65"/>
84
+ <rect id="rect664" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="49.606" x="-173.62"/>
85
+ <rect id="rect665" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="56.693" x="-177.17"/>
86
+ <rect id="rect666" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="56.693" x="-166.54"/>
87
+ <rect id="rect667" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="63.78" x="-180.71"/>
88
+ <rect id="rect668" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="63.78" x="-162.99"/>
89
+ <rect id="rect669" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="70.866" x="-184.25"/>
90
+ <rect id="rect670" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="70.866" x="-159.45"/>
91
+ <rect id="rect671" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="77.953" x="-187.8"/>
92
+ <rect id="rect672" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="77.953" x="-155.91"/>
93
+ <rect id="rect673" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="85.039" x="-194.88"/>
94
+ <rect id="rect674" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="85.039" x="-152.36"/>
95
+ <rect id="rect675" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="77.953" x="-145.28"/>
96
+ <rect id="rect676" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="70.866" x="-141.73"/>
97
+ <rect id="rect677" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="63.78" x="-138.19"/>
98
+ <rect id="rect680" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="77.953" x="-198.43"/>
99
+ <rect id="rect681" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="70.866" x="-201.97"/>
100
+ <rect id="rect682" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="63.78" x="-205.51"/>
101
+ <rect id="rect683" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-191.34"/>
102
+ <rect id="rect685" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-148.82"/>
103
+ <rect id="rect708" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="70.866" x="-170.08"/>
104
+ <rect id="rect709" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-180.71"/>
105
+ <rect id="rect711" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-159.45"/>
106
+ <rect id="rect712" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-170.08"/>
107
+ <rect id="rect721" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-205.51"/>
108
+ <rect id="rect722" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="92.126" x="-134.65"/>
109
+ <rect id="rect723" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-7.0866" x="-170.08"/>
110
+ <rect id="rect881" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-77.953" x="-187.8"/>
111
+ <rect id="rect882" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-77.953" x="-152.36"/>
112
+ <rect id="rect883" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-28.346" x="-173.62"/>
113
+ <rect id="rect887" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-21.26" x="-180.71"/>
114
+ <rect id="rect888" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-177.17"/>
115
+ <rect id="rect889" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-184.25"/>
116
+ <rect id="rect890" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-35.433" x="-180.71"/>
117
+ <rect id="rect891" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-177.17"/>
118
+ <rect id="rect893" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-35.433" x="-166.54"/>
119
+ <rect id="rect894" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-162.99"/>
120
+ <rect id="rect895" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-159.45"/>
121
+ <rect id="rect896" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-21.26" x="-166.54"/>
122
+ <rect id="rect897" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-162.99"/>
123
+ <rect id="rect898" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-148.82"/>
124
+ <rect id="rect901" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-35.433" x="-145.28"/>
125
+ <rect id="rect902" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-138.19"/>
126
+ <rect id="rect903" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-21.26" x="-145.28"/>
127
+ <rect id="rect904" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-141.73"/>
128
+ <rect id="rect905" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-141.73"/>
129
+ <rect id="rect907" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-205.51"/>
130
+ <rect id="rect908" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-35.433" x="-201.97"/>
131
+ <rect id="rect909" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="-28.346" x="-194.88"/>
132
+ <rect id="rect910" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="10.63" y="-21.26" x="-201.97"/>
133
+ <rect id="rect911" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-14.173" x="-198.43"/>
134
+ <rect id="rect912" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="-42.52" x="-198.43"/>
135
+ <rect id="rect913" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="14.173" y="14.173" x="-201.97"/>
136
+ <rect id="rect914" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="14.173" y="14.173" x="-184.25"/>
137
+ <rect id="rect915" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="14.173" y="14.173" x="-166.54"/>
138
+ <rect id="rect918" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="14.173" y="14.173" x="-148.82"/>
139
+ <rect id="rect919" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="28.346" x="-177.17"/>
140
+ <rect id="rect920" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="28.346" x="-201.97"/>
141
+ <rect id="rect921" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="17.717" y="28.346" x="-152.36"/>
142
+ <rect id="rect922" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="56.693" x="-134.65"/>
143
+ <rect id="rect923" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="56.693" x="-205.51"/>
144
+ <rect id="rect924" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-297.64" x="-201.97"/>
145
+ <rect id="rect925" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-297.64" x="-191.34"/>
146
+ <rect id="rect926" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-304.72" x="-187.8"/>
147
+ <rect id="rect927" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-304.72" x="-170.08"/>
148
+ <rect id="rect928" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-297.64" x="-155.91"/>
149
+ <rect id="rect929" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-304.72" x="-152.36"/>
150
+ <rect id="rect930" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-290.55" x="-194.88"/>
151
+ <rect id="rect931" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-290.55" x="-184.25"/>
152
+ <rect id="rect932" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-290.55" x="-159.45"/>
153
+ <rect id="rect933" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-290.55" x="-148.82"/>
154
+ <rect id="rect935" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-283.46" x="-180.71"/>
155
+ <rect id="rect936" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-283.46" x="-162.99"/>
156
+ <rect id="rect937" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-283.46" x="-145.28"/>
157
+ <rect id="rect938" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-297.64" x="-138.19"/>
158
+ <rect id="rect939" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-276.38" x="-201.97"/>
159
+ <rect id="rect940" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-276.38" x="-177.17"/>
160
+ <rect id="rect941" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-276.38" x="-141.73"/>
161
+ <rect id="rect942" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-255.12" x="-198.43"/>
162
+ <rect id="rect943" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-248.03" x="-194.88"/>
163
+ <rect id="rect944" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-255.12" x="-180.71"/>
164
+ <rect id="rect945" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-248.03" x="-184.25"/>
165
+ <rect id="rect946" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-240.94" x="-191.34"/>
166
+ <rect id="rect947" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-187.8"/>
167
+ <rect id="rect948" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-255.12" x="-162.99"/>
168
+ <rect id="rect949" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-248.03" x="-159.45"/>
169
+ <rect id="rect950" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-255.12" x="-145.28"/>
170
+ <rect id="rect951" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-248.03" x="-148.82"/>
171
+ <rect id="rect952" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-240.94" x="-155.91"/>
172
+ <rect id="rect953" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-152.36"/>
173
+ <rect id="rect954" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-240.94" x="-170.08"/>
174
+ <rect id="rect955" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-240.94" x="-205.51"/>
175
+ <rect id="rect956" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-240.94" x="-134.65"/>
176
+ <rect id="rect957" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-187.8"/>
177
+ <rect id="rect958" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-198.43" x="-191.34"/>
178
+ <rect id="rect959" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-191.34" x="-194.88"/>
179
+ <rect id="rect960" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-152.36"/>
180
+ <rect id="rect961" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-198.43" x="-155.91"/>
181
+ <rect id="rect962" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-191.34" x="-159.45"/>
182
+ <rect id="rect963" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-155.91" x="-155.91"/>
183
+ <rect id="rect964" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="24.803" y="-184.25" x="-162.99"/>
184
+ <rect id="rect965" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="24.803" y="-184.25" x="-198.43"/>
185
+ <rect id="rect966" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0905" width="10.63" y="-148.82" x="-194.88"/>
186
+ <rect id="rect967" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-155.91" x="-198.43"/>
187
+ <rect id="rect968" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-170.08" x="-148.82"/>
188
+ <rect id="rect969" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-148.82" x="-152.36"/>
189
+ <rect id="rect970" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-170.08" x="-205.51"/>
190
+ <rect id="rect971" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-155.91" x="-173.62"/>
191
+ <rect id="rect972" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-148.82" x="-170.08"/>
192
+ <rect id="rect973" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="24.803" y="-170.08" x="-180.71"/>
193
+ <rect id="rect974" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-276.38" x="-166.54"/>
194
+ <rect id="rect975" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-269.29" x="-173.62"/>
195
+ <rect id="rect976" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-262.2" x="-177.17"/>
196
+ <rect id="rect977" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-262.2" x="-166.54"/>
197
+ <rect id="rect978" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-269.29" x="-205.51"/>
198
+ <rect id="rect979" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-262.2" x="-201.97"/>
199
+ <rect id="rect980" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-269.29" x="-138.19"/>
200
+ <rect id="rect981" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-262.2" x="-141.73"/>
201
+ <rect id="rect982" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-198.43" x="-205.51"/>
202
+ <rect id="rect983" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-198.43" x="-134.65"/>
203
+ <rect id="rect984" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-134.65" x="-177.17"/>
204
+ <rect id="rect985" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-134.65" x="-166.54"/>
205
+ <rect id="rect986" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-127.56" x="-180.71"/>
206
+ <rect id="rect987" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-127.56" x="-162.99"/>
207
+ <rect id="rect988" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-120.47" x="-184.25"/>
208
+ <rect id="rect989" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-120.47" x="-159.45"/>
209
+ <rect id="rect990" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-113.39" x="-187.8"/>
210
+ <rect id="rect991" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-113.39" x="-155.91"/>
211
+ <rect id="rect992" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-106.3" x="-194.88"/>
212
+ <rect id="rect993" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-106.3" x="-152.36"/>
213
+ <rect id="rect994" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-113.39" x="-145.28"/>
214
+ <rect id="rect995" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-120.47" x="-141.73"/>
215
+ <rect id="rect996" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-127.56" x="-138.19"/>
216
+ <rect id="rect997" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-113.39" x="-198.43"/>
217
+ <rect id="rect998" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-120.47" x="-201.97"/>
218
+ <rect id="rect999" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-127.56" x="-205.51"/>
219
+ <rect id="rect1000" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-99.213" x="-191.34"/>
220
+ <rect id="rect1002" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-120.47" x="-170.08"/>
221
+ <rect id="rect1011" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-198.43" x="-170.08"/>
222
+ <rect id="rect1012" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-269.29" x="-187.8"/>
223
+ <rect id="rect1013" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-269.29" x="-152.36"/>
224
+ <rect id="rect1014" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-219.69" x="-173.62"/>
225
+ <rect id="rect1015" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-212.6" x="-180.71"/>
226
+ <rect id="rect1016" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-177.17"/>
227
+ <rect id="rect1017" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-184.25"/>
228
+ <rect id="rect1018" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-226.77" x="-180.71"/>
229
+ <rect id="rect1019" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-177.17"/>
230
+ <rect id="rect1020" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-226.77" x="-166.54"/>
231
+ <rect id="rect1021" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-162.99"/>
232
+ <rect id="rect1022" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-159.45"/>
233
+ <rect id="rect1023" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-212.6" x="-166.54"/>
234
+ <rect id="rect1024" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-162.99"/>
235
+ <rect id="rect1025" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-148.82"/>
236
+ <rect id="rect1026" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-226.77" x="-145.28"/>
237
+ <rect id="rect1027" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-138.19"/>
238
+ <rect id="rect1028" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-212.6" x="-145.28"/>
239
+ <rect id="rect1029" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-141.73"/>
240
+ <rect id="rect1030" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-141.73"/>
241
+ <rect id="rect1031" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-205.51"/>
242
+ <rect id="rect1032" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-226.77" x="-201.97"/>
243
+ <rect id="rect1033" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="7.0866" y="-219.69" x="-194.88"/>
244
+ <rect id="rect1034" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="10.63" y="-212.6" x="-201.97"/>
245
+ <rect id="rect1035" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-205.51" x="-198.43"/>
246
+ <rect id="rect1036" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-233.86" x="-198.43"/>
247
+ <rect id="rect1037" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="14.173" y="-177.17" x="-201.97"/>
248
+ <rect id="rect1038" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="14.173" y="-177.17" x="-184.25"/>
249
+ <rect id="rect1039" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="14.173" y="-177.17" x="-166.54"/>
250
+ <rect id="rect1040" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="14.173" y="-177.17" x="-148.82"/>
251
+ <rect id="rect1041" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-162.99" x="-177.17"/>
252
+ <rect id="rect1042" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-162.99" x="-201.97"/>
253
+ <rect id="rect1043" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="17.717" y="-162.99" x="-152.36"/>
254
+ <rect id="rect1044" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-134.65" x="-134.65"/>
255
+ <rect id="rect1045" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-134.65" x="-205.51"/>
256
+ <rect id="rect1046" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="99.213" x="-173.62"/>
257
+ <rect id="rect1047" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="99.213" x="-166.54"/>
258
+ <rect id="rect1048" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="85.039" x="-166.54"/>
259
+ <rect id="rect1049" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="3.5433" y="85.039" x="-173.62"/>
260
+ <rect id="rect1050" transform="matrix(5 0 0 5 549.21 -35.433)" height="7.0866" width="7.0866" y="276.38" x="-198.43"/>
261
+ <rect id="rect1521" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-141.73" x="-148.82"/>
262
+ <rect id="rect1522" transform="matrix(5 0 0 -5 549.21 -35.433)" height="7.0866" width="3.5433" y="-141.73" x="-191.34"/>
263
+ <rect id="rect1527" height="35.433" width="53.149" y="637.8" x="-318.9"/>
264
+ </g>
265
+ </g>
266
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/bz.svg ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3482">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs550">
13
+ <clipPath id="clipPath4721" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect4723" fill-opacity="0.67" height="496.06" width="496.06" y="-.000041771" x="124.02"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" clip-path="url(#clipPath4721)" transform="matrix(1.0321 0 0 1.0321 -128 .000043113)">
18
+ <rect id="rect1544" fill-rule="evenodd" height="496.06" width="744.09" y="-.000042" x="0" fill="#c60000"/>
19
+ <rect id="rect1545" fill-rule="evenodd" height="354.33" width="744.09" y="70.866" x="0" fill="#003bb2"/>
20
+ <g id="g2027" transform="matrix(.37662 0 0 .37662 232.82 34.809)">
21
+ <path id="path1543" d="m762.63 606.1c0 207.84-168.49 376.32-376.32 376.32-207.84 0-376.32-168.49-376.32-376.32 0-207.84 168.49-376.32 376.32-376.32 207.84 0 376.32 168.49 376.32 376.32z" fill-rule="evenodd" transform="translate(-16.651 -39.963)" fill="#fff"/>
22
+ <g id="g1304" transform="matrix(1.27 0 0 1.2716 -11.328 -118.57)">
23
+ <g id="g1154" stroke="#000" fill-rule="evenodd" transform="matrix(.43028 0 0 .36761 383.92 337.08)">
24
+ <path id="path1130" d="m0 318.04c6.9274 1.019 14.391 1.206 23.312 0 7.4051 1.994 12.863 5.647 18.317 8.326 3.0572 5.665 7.3388 13.999 11.656 18.316 1.8742 6.872 4.6414 9.755 8.3257 16.652 0.9183 6.795 3.1821 13.617 0 19.981-3.7954 4.745-9.7579 7.515-14.986 9.991-6.9019 3.688-10.937 5.046-19.982 6.661-7.4433 1.329-15.029 1.665-23.312 1.665-8.0132-1.431-14.192-2.757-21.647-3.33-7.4138-1.324-15.898-2.007-23.312-3.331-4.8132-2.815-11.026-5.126-16.651-6.66-3.9064-3.725-9.5601-7.953-14.986-11.656-4.1895-7.502-8.0037-10.206-11.656-16.652-3.3162-4.876-4.8905-11.169-4.9954-19.981 2.6252-5.344 6.9607-10.53 9.9909-14.986 5.1971-3.433 11.072-7.989 18.316-11.656 9.7838-0.346 13.604-3.214 23.312-3.331h24.977c5.6522 0.566 8.4422 5.584 13.321 9.991z" transform="translate(-68.271 -29.972)" stroke-width="3.75" fill="#030"/>
25
+ <path id="path1120" d="m273.08 659.39c-6.66-38.298-16.652-133.21-16.652-174.84 1.665-31.639 121.56-139.87 124.89-151.53 3.33-11.656 64.94-99.909 74.931-126.55-24.977 18.316-66.606 98.243-74.931 106.57-8.326 8.326 18.316-83.257 9.991-111.56-8.326 33.303-21.647 118.22-31.638 126.55-4.995 4.996-91.583 104.9-101.57 101.57-9.991-3.33-36.633-19.981-31.637-29.972 4.995-9.991 71.601-71.601 74.931-93.248s8.326-73.266 14.986-78.261c6.661-4.996 16.652-29.973 24.977-49.955-21.646 9.991-24.977 39.964-33.302 41.629-8.326 1.665-28.308-33.303-28.308-33.303s13.321 38.298 14.986 46.624c1.666 8.326-6.66 63.275-11.656 69.936-4.995 6.661-41.628 53.284-48.289 54.949-6.66 1.666-24.977-76.596-24.977-91.582s13.321-73.266 0-76.597c-8.326 0-9.991 68.271-14.986 68.271-4.996 0-16.652-68.27-16.652-68.27s-6.659 31.637-3.33 53.283c-9.991 1.666-36.633-39.962-36.633-39.962s49.954 86.587 59.946 89.917c9.99 4.995 19.981 68.271 18.316 71.601s-49.954-16.651-59.945-23.312c-9.991-6.66-29.973-79.927-29.973-79.927s9.991 71.601-1.665 61.611c-11.656-9.991-29.972-18.317-39.963-33.303-9.9908-14.986-4.9954-76.597-4.9954-76.597s-16.651 54.95-23.312 54.95c-6.6606 0-28.307-73.266-28.307-73.266s3.3303 79.927 13.321 84.922c9.9909 4.995 159.85 104.9 161.52 114.9 1.665 9.99 19.982 48.288 29.973 59.944-1.666 21.647 6.66 161.52 9.991 194.82l29.972 9.991z" transform="translate(-401.3 -119.89)" stroke-width="1pt" fill="#520900"/>
26
+ <path id="path1122" d="m-338.02 133.21c1.849 6.416 2.528 12.146 11.656 14.986 5.054 1.925 15.007 4.529 19.982 6.661 5.242 2.483 11.14 5.593 18.316 6.66 5.394 1.798 14.58 3.65 21.647 4.996 7.443 1.329 15.029 1.665 23.312 1.665 9.557-1.707 13.811-3.429 19.981-8.326 1.851-6.786 4.343-9.832 4.996-18.317 0.567-7.944 1.665-14.819 1.665-23.311-1.541-4.623-1.789-15.359-3.33-19.982-5.577-5.4655-7.051-8.6485-16.652-11.656-7.476-3.3823-14.307-3.3303-23.312-3.3303-6.961 2.3206-15.344 1.6651-23.312 1.6651h-23.311c-6.973 1.5158-12.292 2.7619-18.317 6.6606-8.133 3.6729-9.338 6.3167-13.321 14.987-2.934 8.8-3.036 15.415 0 26.642z" transform="translate(-78.262 -63.275)" stroke-width="3.75" fill="#030"/>
27
+ <path id="path1123" d="m-329.7 191.49c0-2.781-6.02 2.689-8.326 4.995-5.392 3.774-7.647 8.815-8.326 18.317-2.502 5.189 0 13.714 0 21.646 0 9.181 0.062 15.585 4.996 19.982 5.598 3.445 8.289 4.995 18.316 4.995h23.312 23.312c5.896-1.965 13.091-2.953 19.982-4.995 7.705-4.085 13.071-4.517 21.646-6.661 4.883-4.237 11.635-8.599 19.982-9.99 9.547-0.455 15.257-3.788 21.647-8.326 8.216-2.054 15.635-6.365 21.647-9.991 4.837-3.289 8.309-7.415 11.656-13.321 3.396-7.925 4.482-12.895-1.665-21.647-12.143-4.415-6.108-9.191-14.987-13.321-4.062-2.453-13.524-5.673-18.316-8.326-8.293 0.615-14.192 2.679-23.312 3.331-4.71 2.355-14.368 1.665-21.647 1.665h-26.642c-7.968 0-16.35-0.656-23.312 1.665-6.667 1.818-9.985 4.842-16.651 6.66-4.393 2.987-11.507 5.411-16.652 8.326l16.652-8.326c-4.393 2.987-11.507 5.411-23.312 13.322z" transform="translate(-83.257 -53.284)" stroke-width="3.75" fill="#030"/>
28
+ <path id="path1124" d="m-186.5 49.949c3.314 0-5.2 3.9805-8.326 6.6605-4.011 7.0631-4.474 13.423-6.661 19.982-2.565 5.7712-5.726 13.066-6.66 19.982-3.139 7.4932-4.878 10.225-4.996 19.981 0 7.678-0.09 16.38 1.665 21.647 5.049 6.362 9.899 9.976 18.317 14.986 7.207 2.495 12.49 3.984 19.982 4.996h23.312c5.267 1.756 13.969 1.665 21.646 1.665 8.493-3.172 11.709-7.208 19.982-8.326 9.1147-0.828 10.687-4.642 14.986-11.656 3.9977-5.168 5.6736-11.013 6.6605-18.316 0-8.399-0.7504-15.628-1.6651-23.312-4.0064-4.4949-7.0527-10.696-9.9909-18.316-5.1458-8.8207-5.1518-12.739-13.321-16.651-3.976-5.4306-10.848-8.0693-14.987-11.656-8.651-0.618-15.218-1.6944-21.646-4.9954-7.678 0-16.38-0.0907-21.647 1.6651-6.032 0-10.447 0.5703-16.651 1.6652z" transform="matrix(1 0 0 .85294 -74.931 -33.108)" stroke-width="3.75" fill="#030"/>
29
+ <path id="path1125" d="m-58.28 64.935c-0.9872 0-4.0769 4.8235-6.6606 9.9909-4.3438 6.9146-4.9247 13.315-8.3257 18.316-1.3291 7.4435-1.6651 15.028-1.6651 23.312 0.7557 8.314 3.1967 11.323 8.3257 14.987 7.7132 4.38 11.367 6.411 19.982 8.325 7.4468 0.573 12.8 1.665 21.647 1.665 7.9675 0 16.35 0.656 23.312-1.665 8.2831 0 15.869-0.336 23.312-1.665 3.8223-3.24 12.04-6.141 16.651-8.325 5.4818-6.642 8.1059-13.245 11.656-18.317 0-9.822 0.0779-15.564-4.9955-23.312-3.621-6.388-7.961-9.321-13.322-14.986-6.718-2.337-12.379-7.196-19.982-8.326h-28.307-24.977-16.651z" transform="translate(-81.592 -66.606)" stroke-width="3.75" fill="#030"/>
30
+ <path id="path1126" d="m76.596 76.591c-6.2856 2.619-8.5891 3.2993-11.656 9.9908-4.6203 7.1154-7.3419 10.462-11.656 14.986-0.9905 6.664-3.6429 13.879-6.6605 18.317-0.9148 7.684-1.6652 14.913-1.6652 23.312 4.2216 6.486 10.085 12.603 16.651 16.651 6.7906 2.351 13.95 5.932 19.982 8.326 7.7653 2.033 14.951 4.398 23.312 4.995 7.217 1.805 15.164 1.665 23.312 1.665 7.404-1.609 13.749-3.478 19.981-8.325 3.333-5.196 7.156-11.045 8.326-19.982 2.754-8.263 0.539-19.061-3.33-26.642-2.039-7.477-5.016-10.373-13.321-14.987-4.595-4.854-10.702-10.322-14.987-13.321-5.281-4.5837-12.142-5.1527-19.981-8.3257-8.4921-1.887-11.337-4.3304-19.982-4.9954l19.982 4.9954c-8.488-1.886-11.333-4.33-28.304-6.66z" transform="translate(-91.583 -28.307)" stroke-width="3.75" fill="#030"/>
31
+ <path id="path1127" d="m-51.619 146.53c-7.6182 3.463-11.162 7.635-16.651 13.321 0 8.846 1.0923 14.2 1.6652 21.647 3.4661 4.734 7.1436 14.249 9.9908 18.316 2.1718 6.812 6.9209 12.137 9.9908 16.652 7.6902 3.112 15.495 5.441 23.312 8.325 9.1985 0 15.098 2.06 23.312 3.331 6.9618 2.32 15.344 1.665 23.312 1.665 8.1476 0 16.094-0.139 23.312 1.665 7.7032 1.369 13.396 4.361 21.647 4.995 4.7388-0.451 13.136-1.138 19.982-1.665 7.667-3.485 10.982-5.707 14.987-11.656 3.752-4.542 3.33-11.267 3.33-19.981 1.602-8.972 2.092-15.007-1.665-23.312-0.108-8.961-1.817-13.172-3.331-21.647-3.0045-6.01-5.6456-8.651-11.656-11.656-5.4634-3.808-12.863-5.998-18.316-9.991-7.4329-0.885-15.759-2.05-21.647-3.33-6.5107-4.341-11.933-6.545-21.647-6.661-9.5135-1.132-13.996-2.263-21.647 1.665-7.9885 0.571-15.149 2.169-19.982 4.996-6.1438 0.472-15.283 0.981-19.982 3.33-7.4133 0-9.9871 1.288-16.651 1.665l16.651-1.665c-7.4133 0-9.9871 1.288-18.316 9.991z" transform="matrix(1.2648 0 0 .77492 -105.14 1.5998)" stroke-width="3.75" fill="#030"/>
32
+ <path id="path1128" d="m-123.22 278.07c-4.299-0.632-17.278-1.665-26.642-1.665-8.747 0-15.86 0.58-23.312 3.33-7.975 1.537-13.883 4.047-19.982 6.661-5.053 2.393-10.953 4.83-14.986 8.325-4.955 3.369-9.13 6.335-13.321 13.321-4.476 6.422-4.944 10.559-8.326 18.317v23.312c0.587 7.633 1.64 14.23 4.995 21.647 5.022 4.017 11.977 5.282 18.317 6.66 6.029 1.311 13.875 2.775 21.647 3.33 9.239 0 14.16 0.466 21.646 3.331 9.747-0.361 11.606-2.628 19.982-6.661 9.314-3.692 14.861-5.061 23.312-9.991 5.173-4.079 8.578-10.984 11.656-18.316 4.689-7.575 7.91-14.886 11.656-21.647 1.8044-7.218 1.6651-15.164 1.6651-23.312-2.2207-6.258-5.7521-8.905-9.9911-14.986-4.616-5.049-6.672-8.946-9.991-13.321l9.991 13.321c-4.616-5.049-6.672-8.946-18.316-11.656z" transform="translate(-73.266 -46.624)" stroke-width="3.75" fill="#030"/>
33
+ <path id="path1129" d="m0 318.04c6.9274 1.019 14.391 1.206 23.312 0 7.4051 1.994 12.863 5.647 18.317 8.326 3.0572 5.665 7.3388 13.999 11.656 18.316 1.8742 6.872 4.6414 9.755 8.3257 16.652 0.9183 6.795 3.1821 13.617 0 19.981-3.7954 4.745-9.7579 7.515-14.986 9.991-6.9019 3.688-10.937 5.046-19.982 6.661-7.4433 1.329-15.029 1.665-23.312 1.665-8.0132-1.431-14.192-2.757-21.647-3.33-7.4138-1.324-15.898-2.007-23.312-3.331-4.8132-2.815-11.026-5.126-16.651-6.66-3.9064-3.725-9.5601-7.953-14.986-11.656-4.1895-7.502-8.0037-10.206-11.656-16.652-3.3162-4.876-4.8905-11.169-4.9954-19.981 2.6252-5.344 6.9607-10.53 9.9909-14.986 5.1971-3.433 11.072-7.989 18.316-11.656 9.7838-0.346 13.604-3.214 23.312-3.331h24.977c5.6522 0.566 8.4422 5.584 13.321 9.991z" transform="matrix(1.2827 0 0 .83636 -41.19 -59.492)" stroke-width="3.75" fill="#030"/>
34
+ </g>
35
+ <g id="g819" fill-rule="evenodd" transform="matrix(.78220 0 0 .78095 70.217 148.13)" stroke="#000" stroke-width="3.7107" fill="#006a00">
36
+ <path id="path713" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 222.62 373.34)"/>
37
+ <path id="path712" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 114.79 370.21)"/>
38
+ <path id="path708" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 282.53 371.77)"/>
39
+ <path id="path709" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.44256 -.12882 .085932 .40798 208.07 423.59)"/>
40
+ <path id="path710" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 322.47 396.81)"/>
41
+ <path id="path711" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 277.21 401.51)"/>
42
+ <path id="path705" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 69.527 370.21)"/>
43
+ <path id="path703" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.44256 -.12882 .085932 .40798 -4.9406 422.03)"/>
44
+ <path id="path706" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 109.47 395.25)"/>
45
+ <path id="path704" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(.45499 -.034113 .022755 .41945 64.202 399.94)"/>
46
+ <path id="path707" d="m200.16 613.18 4.71-7.064-12.952-2.355 9.42-9.419-12.952-4.71 12.952-9.419-12.952-7.065 14.129-5.887-7.064-11.774 14.129 2.355-5.887-14.13 16.484 7.065v-18.839l11.774 12.952 9.419-16.484 7.065 15.306 14.129-16.484 4.71 12.952 21.193-10.597-5.887 16.484 22.371-9.419-4.71 18.839 21.194-9.42-8.242 17.662 21.194 1.177-17.662 10.597 17.662 7.064-16.484 9.42 14.129 11.774c-45.135 20.801-79.673 27.473-131.87 9.419z" transform="matrix(-.92438 -.038654 .052415 -.41921 514.23 887.2)"/>
47
+ </g>
48
+ <path id="path1119" d="m356.34 196.48c0 22.512-18.995 6.66-38.298 6.66-19.302 0-36.632 17.517-39.962 0.001 0-9.192 25.655-23.313 44.957-23.313 14.308 1.666 36.634-4.196 33.303 16.652z" fill-rule="evenodd" transform="matrix(.59009 0 0 .64904 210.46 475.84)" stroke="#000" stroke-width="2.5" fill="#510800"/>
49
+ <path id="path1118" d="m356.34 196.48c0 22.512-18.995 6.66-38.298 6.66-19.302 0-36.632 17.517-39.962 0.001 0-9.192 25.655-23.313 44.957-23.313 14.308 1.666 36.634-4.196 33.303 16.652z" fill-rule="evenodd" transform="matrix(-.59009 0 0 .64904 407.4 472.89)" stroke="#000" stroke-width="2.5" fill="#ffc600"/>
50
+ <path id="path1116" d="m349.68 188.16c0 13.794-7.0823 24.977-15.819 24.977-8.7365 0-15.819-11.183-15.819-24.977s7.0823-24.977 15.819-24.977c8.7365 0 15.819 11.183 15.819 24.977z" fill-rule="evenodd" transform="matrix(.72776 0 0 .70907 208.88 463.57)" stroke="#000" stroke-width="2.5" fill="#520900"/>
51
+ <g id="g1111" fill-rule="evenodd" stroke="#000" stroke-width="1pt" transform="matrix(-1.3489 -.25318 -.80105 1.3458 740.2 222.67)">
52
+ <path id="path1067" d="m273.75 383.58c-2.737 4.561 42.976 12.952 57.694 22.371 14.719 9.42 14.718 10.008 21.194 14.718l1.765-2.944c-3.532-3.532-38.494-26.356-62.403-34.145-6.805-2.273-10.3-13.248-12.951-8.83l-5.299 8.83z" transform="matrix(-.72328 -.54505 .52 -.75812 322.39 677.92)" fill="#af8000"/>
53
+ <path id="path1068" d="m319.08 369.45-25.315-5.887s-5.887 2.354-6.475 11.185c-0.589 8.831 4.709 14.129 4.709 14.129l27.081-9.419v-10.008z" transform="matrix(.84438 -.29750 .28383 .88505 -89.238 -64.18)" fill="#808080"/>
54
+ <rect id="rect1069" ry="3.5323" rx="3.5323" transform="matrix(.84438 -.29750 .28383 .88505 -19.207 -255.61)" height="19.428" width="7.0645" y="534.62" x="175.71" fill="#808080"/>
55
+ </g>
56
+ <path id="path1074" d="m244.77 87.419c7.322-5.9471 11.157-3.7176 17.649 3.1015 9.323 9.8147 41.318 58.855 46.313 63.018s4.241-6.417 10.344-1.387c3.032 3.727-10.437 17.026-13.737 14.569-6.411-5.02 3.915-5.374-0.354-9.643-4.925-5.133-51.215-40.497-60.282-50.571-5.92-6.5775-6.314-13.969 0.067-19.087z" fill-rule="evenodd" transform="matrix(1.5444 .34619 .71895 1.1414 -105.28 167.64)" stroke="#000" stroke-width="1.25" fill="#923d09"/>
57
+ <g id="g1077" stroke="#000" transform="matrix(.98767 0 0 .88634 9.4458 39.108)">
58
+ <path id="path973" d="m193.63 88.249c15.546 4.4237 43.275 46.12 53.766 45.791 16.652-0.481 83.233-77.561 72.564-88.252-7.399-8.2462-67.939 41.192-71.852 44.126-0.67-8.601-15.95-51.042-28.31-59.945-14.62-9.31-32.21-4.157-47.82-6.661-7.3-2.843-18.84-14.056-23.78-24.976 8.182-3.5438 15.323-2.4786 23.311-10.651 5.679-6.6419 2.381-46.913 0.37-51.059-13.291-14.268 5.429-7.3272-39.024-9.0822-64.268-2.446-75.878 49.582-31.653 70.792-3.462 15.928-14.219 19.594-22.939 21.646-8.777 0.106-38.826-0.763-55.546 12.489-33.403 24.552-8.925 30.904-15.352 35.8-7.1735 5.645-17.868 19.827-21.888 28.307-10.472 4.996-99.485-4.995-116.5-1.664-16.42 0.9652-56.467 15.818-73.15 26.641 3.565 14.142 241.51-7.603 249.27-2.497 5.9464 3.345-2.7047 51.237 2.0112 54.949 1.6594 9.063 116.54 5.829 125.6 5.829 7.557-18.859 15.389-81.558 20.925-91.583z" fill-rule="evenodd" transform="matrix(-.28105 0 0 .49773 211.06 432.55)" stroke-width="4.7021" fill="#ffc600"/>
59
+ <path id="path974" d="m174.9-96.568c1.543 25.457-7.118 3.3041-38.369 3.3041-60.56-5.035-39.286 99.196-39.286 67.025-26.227-13.71-44.834-100.29 29.616-96.931 23.538 0 44.958 7.858 48.044 26.603z" fill-rule="evenodd" transform="matrix(-.33724 0 0 .34919 218.97 434.64)" stroke-width="5.1248"/>
60
+ <path id="path975" d="m387.98 96.574c0 1.6805-0.172 7.957-0.833 11.656-0.445 3.74-1.539 8.077-2.498 10.823-0.342 4.452-2.091 5.174-2.497 9.991-1.544 2.27-2.209 5.944-2.498 9.991 0 4.27 0.686 7.558 0.833 11.656 0.481 3.56 1.612 6.366 1.665 10.823 0 4.365-0.005 7.549-1.665 9.991v5.828" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
61
+ <path id="path976" d="m383.81 76.592c0.58 0 1.029 20.129 5.828 24.978 1.039 3.212 4.574 7.343 5.828 9.99 1.672 2.459 3.981 5.368 8.326 6.661h11.656c4.634 0 7.473 0.055 10.823-1.665 1.485-0.8 2.531-1.846 3.33-3.331" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
62
+ <path id="path977" d="m442.09 115.72h0.832c-2.327 0-1.092-0.104 3.331 1.665 1.725 2.537 3.768 3.625 6.66 4.996 2.982 1.467 6.391 1.665 10.823 1.665 4.198-0.354 6.74-1.686 9.159-3.331 4.043-1.308 4.815-2.935 5.828-7.493v-11.656c-0.478-3.5309-1.384-6.3725-2.498-9.1578-0.419-1.258-0.833-0.7048-0.833-2.4977" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
63
+ <path id="path978" d="m510.36 121.55c-0.425 0-2.65 2.575-4.163 4.995-2.568 0.918-3.233 3.716-4.162 5.828-0.669 2.675-1.666 2.859-1.666 6.661-1.677 3.708-2.204 7.007-2.497 10.823l2.497-10.823c-1.677 3.708-2.204 7.007-2.497 10.823" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
64
+ <path id="path979" d="m461.24 54.946h-0.833c2.249 0 1.099-0.0534-3.33 0.8326-1.817 2.2709-4.807 4.3057-7.493 5.8279-2.977 1.8244-5.367 4.0093-8.326 4.9954l8.326-4.9954c-2.977 1.8244-5.367 4.0093-8.326 4.9954" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
65
+ <path id="path980" d="m402.13 51.615h0.833c-2.248 0-1.105-0.0545 3.33 0.8326 2.936 1.3906 4.752 2.8901 7.493 4.9954 1.291 1.9353 3.257 2.3054 4.163 5.8279 1.574 0.8475 2.124 1.67 2.498 4.1629" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
66
+ <path id="path981" d="m427.11 29.968h0.833 3.33c4.529 0 6.733 0.6811 10.824 0.8326 3.538-0.4246 4.382-1.7374 7.493-2.4977" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
67
+ <path id="path982" d="m442.93 133.21c0.139 0.661 1.652 4.256 2.498 5.828 1.517 2.512 3.538 4.914 4.163 8.326 0.968 2.905 1.526 6.23 1.665 9.99 0.761 3.503 1.264 6.62-0.833 9.159-0.898 3.292-2.57 5.692-4.162 9.158-1.111 0-0.833-0.278-0.833 0.833" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
68
+ <path id="path983" d="m416.28 134.87v0.833c0-2.248 0.055-1.105-0.832 3.33-1.147 4.013-2.15 7.388-4.163 9.991-1.098 3.294-2.326 4.504-2.498 9.158 0.662 1.544 0.833 3.263 0.833 5.828" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
69
+ <path id="path984" d="m412.12 169.01v0.833 3.33c0.908 1.211 0.55 1.294 1.665 1.665" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
70
+ <path id="path985" d="m343.02 128.21v0.832c0-2.327-0.258-0.936 4.163 0.833 3.572 0.638 7.937 1.037 10.823 1.665 2.672 1.312 5.265 3.48 7.493 4.995 1.994 1.728 4.819 3.48 7.494 4.996 3.004 1.502 4.325 2.823 5.828 5.828 0.907 1.21 0.549 1.293 1.665 1.665" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
71
+ <path id="path986" d="m423.78-16.655c0.123-0.1836 2.467-1.9143 4.996-2.4977 1.805-1.3541 4.812-0.7395 6.66 0" transform="matrix(-.69026 0 0 .49773 476.25 418.77)" stroke-width="3.0004" fill="none"/>
72
+ <path id="path987" d="m445.42-19.153h0.833c-2.248 0-1.106 0.0545 3.33-0.8325 3.481-1.1604 7.672-0.8326 11.656-0.8326 1.174 0.3914 0.832 0.242 0.832 1.6651" transform="matrix(-.53687 0 0 .49773 411.25 418.77)" stroke-width="3.4021" fill="none"/>
73
+ <path id="path988" d="m444.59-7.4971v0.8326c0-2.3269-0.103-1.0906 1.666 3.3302 0.643 2.9618 1.76 7.0496 0.832 9.1582-2.184 0-2.859-0.27397-4.163-0.83252" transform="matrix(-.53687 0 0 .49773 411.25 418.77)" stroke-width="3.4021" fill="none"/>
74
+ <path id="path989" d="m371.33-24.981c0 3.2187-4.1003 5.828-9.1582 5.828-5.058 0-9.1582-2.6093-9.1582-5.828s4.1003-5.828 9.1582-5.828c5.058 0 9.1582 2.6093 9.1582 5.828z" fill-rule="evenodd" transform="matrix(-.52891 -.085390 -.052631 .28020 361.22 463.74)" stroke-width="4.5006"/>
75
+ <path id="path990" d="m371.33-24.981c0 3.2187-4.1003 5.828-9.1582 5.828-5.058 0-9.1582-2.6093-9.1582-5.828s4.1003-5.828 9.1582-5.828c5.058 0 9.1582 2.6093 9.1582 5.828z" fill-rule="evenodd" transform="matrix(-.38279 -.056078 -.038091 .18402 317.16 435.6)" stroke-width="6.5281"/>
76
+ <path id="path991" d="m371.33-24.981c0 3.2187-4.1003 5.828-9.1582 5.828-5.058 0-9.1582-2.6093-9.1582-5.828s4.1003-5.828 9.1582-5.828c5.058 0 9.1582 2.6093 9.1582 5.828z" fill-rule="evenodd" transform="matrix(-.38279 -.056078 -.038091 .18402 305.54 434.35)" stroke-width="6.5281"/>
77
+ <path id="path992" d="m412.95 113.64c0 2.0692-1.8638 3.7466-4.1628 3.7466-2.2991 0-4.1628-1.6774-4.1628-3.7466s1.8638-3.7466 4.1628-3.7466c2.2991 0 4.1628 1.6774 4.1628 3.7466z" fill-rule="evenodd" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75"/>
78
+ <path id="path993" d="m469.57 119.89c0 1.3794-1.3046 2.4977-2.914 2.4977-1.6093 0-2.914-1.1183-2.914-2.4977s1.3046-2.4977 2.914-2.4977c1.6093 0 2.914 1.1183 2.914 2.4977z" fill-rule="evenodd" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75"/>
79
+ <path id="path994" d="m447.09 31.634v0.8325c0-2.7951 0.197-1.029-4.163 3.3303-3.724 1.7856-5.164 3.6672-6.66 6.6605-1.742 3.8506-2.342 6.6127-2.498 10.824v6.6605" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
80
+ <path id="path995" d="m419.61 30.801c0.577 0 1.477 2.2728 2.498 4.9954 1.856 2.1886 3.037 5.3507 3.33 9.1582 0 4.5188 0.78 6.4537 0.833 10.824v3.3302" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
81
+ <path id="path996" d="m504.54 129.04c0 0.481-2.6 1.455-4.163 3.33-3.161 0.428-5.964 0.833-9.99 0.833-0.611-0.916-1.836-1.217-3.331-1.665" transform="matrix(-.44189 0 0 .49773 366.83 417.01)" stroke-width="3.75" fill="none"/>
82
+ </g>
83
+ <g id="g997" fill-rule="evenodd" transform="matrix(-.45148 0 0 .28623 377.8 437.15)" stroke="#000" stroke-width="3.75" fill="#fff">
84
+ <path id="path998" d="m276.41 36.63 88.253 1.6651v11.656s8.325 14.986 13.321 48.289c4.995 33.303 9.991 158.19 9.991 158.19l21.646 141.54s-13.321 21.647-23.312 19.982c-9.99-1.666-39.963-13.321-39.963-14.987 0-1.665-1.665-79.926-4.995-133.21-3.331-53.285-9.991-81.592-24.977-104.9-19.982 48.288-21.647 98.243-19.982 98.243s1.665 39.963 3.33 69.936c1.666 29.972-1.665 71.601-1.665 71.601l-58.28-3.331s1.665-36.633 3.331-64.94c1.665-28.307 6.744-41.625 8.326-73.266 1.748-34.963 4.202-53.319 6.66-109.9 3.238-45.739 14.687-75.258 17.9-103.24 0.871-7.1332-0.416-12.488 0.416-13.321z" transform="translate(103.24 138.21)"/>
85
+ <path id="path999" d="m316.38 166.51s-8.326-13.321-11.656-36.633-3.33-28.307-3.33-28.307" transform="translate(103.24 138.21)"/>
86
+ <path id="path1000" d="m298.06 233.12-9.99 39.963" transform="translate(103.24 138.21)"/>
87
+ <path id="path1001" d="m276.41 223.12 11.657 54.949" transform="translate(163.18 139.87)"/>
88
+ <path id="path1002" d="m387.98 417.95-11.66-81.6" transform="translate(103.24 138.21)"/>
89
+ <path id="path1003" d="m276.41 44.955 88.253 1.6651" transform="translate(103.24 138.21)"/>
90
+ <path id="path1004" d="m318.04 164.84c0-1.665 4.995-29.972 4.995-29.972" transform="translate(103.24 138.21)"/>
91
+ <path id="path1005" d="m284.74 44.955-8.326 84.922" transform="translate(103.24 138.21)"/>
92
+ </g>
93
+ <g id="g628">
94
+ <path id="path558" d="m549.21 538.58c0 136.98-111.05 248.03-248.03 248.03s-248.03-111.05-248.03-248.03 111.05-248.03 248.03-248.03 248.03 111.05 248.03 248.03z" stroke="#006a00" stroke-width="6.25" fill="none"/>
95
+ <g id="g555" stroke-width="1pt" transform="matrix(.44034 0 0 0.375 424.39 323.33)">
96
+ <path id="path552" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
97
+ <path id="path554" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
98
+ </g>
99
+ <g id="g559" stroke-width="1pt" transform="matrix(.048683 -.43764 .3727 .041459 101.59 391.74)">
100
+ <path id="path560" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
101
+ <path id="path561" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
102
+ </g>
103
+ <g id="g562" stroke-width="1pt" transform="matrix(.065626 .43542 -.37081 .055888 496.64 630.62)">
104
+ <path id="path563" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
105
+ <path id="path564" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
106
+ </g>
107
+ <g id="g565" stroke-width="1pt" transform="matrix(-.43948 -.027465 .023390 -.37427 165.81 724.76)">
108
+ <path id="path566" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
109
+ <path id="path567" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
110
+ </g>
111
+ <g id="g568" stroke-width="1pt" transform="matrix(.42862 -.10090 .085927 .36502 368.06 294.31)">
112
+ <path id="path569" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
113
+ <path id="path570" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
114
+ </g>
115
+ <g id="g571" stroke-width="1pt" transform="matrix(-.093297 -.43034 .36648 -.079453 77.137 459.54)">
116
+ <path id="path572" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
117
+ <path id="path573" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
118
+ </g>
119
+ <g id="g574" stroke-width="1pt" transform="matrix(.20956 .38727 -.32981 .17846 510.01 563.07)">
120
+ <path id="path575" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
121
+ <path id="path576" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
122
+ </g>
123
+ <g id="g577" stroke-width="1pt" transform="matrix(-.42532 0.114 -.097080 -.36222 228.08 741.59)">
124
+ <path id="path578" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
125
+ <path id="path579" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
126
+ </g>
127
+ <g id="g580" stroke-width="1pt" transform="matrix(.37184 -.23586 .20086 .31667 300.35 309.04)">
128
+ <path id="path581" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
129
+ <path id="path582" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
130
+ </g>
131
+ <g id="g583" stroke-width="1pt" transform="matrix(-.19330 -.39564 .33693 -.16462 59.409 521.4)">
132
+ <path id="path584" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
133
+ <path id="path585" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
134
+ </g>
135
+ <g id="g586" stroke-width="1pt" transform="matrix(.31140 .31132 -.26513 .26520 504.67 508.8)">
136
+ <path id="path587" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
137
+ <path id="path588" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
138
+ </g>
139
+ <g id="g589" stroke-width="1pt" transform="matrix(-.38583 .21221 -.18072 -.32858 278.58 752.08)">
140
+ <path id="path590" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
141
+ <path id="path591" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
142
+ </g>
143
+ <g id="g592" stroke-width="1pt" transform="matrix(.29698 -.32512 .27688 .25291 238.82 318.87)">
144
+ <path id="path593" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
145
+ <path id="path594" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
146
+ </g>
147
+ <g id="g595" stroke-width="1pt" transform="matrix(-.29029 -.33110 .28197 -.24722 63.292 583.37)">
148
+ <path id="path596" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
149
+ <path id="path597" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
150
+ </g>
151
+ <g id="g598" stroke-width="1pt" transform="matrix(.37605 .22908 -.19510 .32026 491.18 454.96)">
152
+ <path id="path599" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
153
+ <path id="path600" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
154
+ </g>
155
+ <g id="g601" stroke-width="1pt" transform="matrix(-.31668 .30596 -.26056 -.26969 335.04 746.65)">
156
+ <path id="path602" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
157
+ <path id="path603" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
158
+ </g>
159
+ <g id="g604" stroke-width="1pt" transform="matrix(.22802 -.37670 .32081 .19418 187.06 325.19)">
160
+ <path id="path605" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
161
+ <path id="path606" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
162
+ </g>
163
+ <g id="g607" stroke-width="1pt" transform="matrix(-.38467 -.21430 .18251 -.32759 100.95 645.15)">
164
+ <path id="path608" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
165
+ <path id="path609" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
166
+ </g>
167
+ <g id="g610" stroke-width="1pt" transform="matrix(.39973 .18469 -.15729 .34042 493.92 411.37)">
168
+ <path id="path611" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
169
+ <path id="path612" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
170
+ </g>
171
+ <g id="g613" stroke-width="1pt" transform="matrix(-.19546 .39458 -.33603 -.16645 403.15 723.55)">
172
+ <path id="path614" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
173
+ <path id="path615" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
174
+ </g>
175
+ <g id="g616" stroke-width="1pt" transform="matrix(.42973 .096064 -.081810 .36597 466.94 368.52)">
176
+ <path id="path617" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
177
+ <path id="path618" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
178
+ </g>
179
+ <g id="g619" stroke-width="1pt" transform="matrix(.14298 -.41647 .35468 .12177 140.32 354.87)">
180
+ <path id="path620" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
181
+ <path id="path621" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
182
+ </g>
183
+ <g id="g622" stroke-width="1pt" transform="matrix(-.11117 .42607 -.36285 -.094679 463.79 704.63)">
184
+ <path id="path623" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
185
+ <path id="path624" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
186
+ </g>
187
+ <g id="g625" stroke-width="1pt" transform="matrix(-.42290 -.12268 .10448 -.36015 129.41 685.63)">
188
+ <path id="path626" d="m336.61 432.28c70.866 70.867-14.031 141.73-53.149 141.73-39.119 0-124.02-70.866-53.15-141.73-17.717 70.867 53.149 88.583 53.15 124.02-0.001-35.433 70.866-53.149 53.149-124.02z" fill-rule="evenodd" transform="translate(0 .00065613)" fill="#006a00"/>
189
+ <path id="path627" d="m336.61 432.28c35.433 124.02-53.149 106.3-53.149 141.73 0-35.433-88.583-17.717-53.15-141.73" stroke="#000" fill="none"/>
190
+ </g>
191
+ </g>
192
+ <g id="g947" stroke="#000" transform="matrix(.92152 0 0 1.1243 33.045 -62.042)">
193
+ <path id="path839" d="m193.63 88.249c15.546 4.4237 43.275 46.12 53.766 45.791 16.652-0.481 83.233-77.561 72.564-88.252-7.399-8.2462-67.939 41.192-71.852 44.126-0.67-8.601-15.95-51.042-28.31-59.945-14.62-9.31-32.21-4.157-47.82-6.661-7.3-2.843-18.84-14.056-23.78-24.976 8.182-3.5438 15.323-2.4786 23.311-10.651 5.679-6.6419 2.381-46.913 0.37-51.059-13.291-14.268 5.429-7.3272-39.024-9.0822-64.268-2.446-75.878 49.582-31.653 70.792-3.462 15.928-14.219 19.594-22.939 21.646-8.777 0.106-38.826-0.763-55.546 12.489-33.403 24.552-8.925 30.904-15.352 35.8-7.1735 5.645-17.868 19.827-21.888 28.307-10.472 4.996-99.485-4.995-116.5-1.664-16.42 0.9652-56.467 15.818-73.15 26.641 3.565 14.142 241.51-7.603 249.27-2.497 5.9464 3.345-2.7047 51.237 2.0112 54.949 1.6594 9.063 116.54 5.829 125.6 5.829 7.557-18.859 15.389-81.558 20.925-91.583z" fill-rule="evenodd" transform="matrix(.30122 0 0 .39240 391.9 433.3)" stroke-width="4.7021" fill="#520900"/>
194
+ <path id="path841" d="m174.9-96.568c1.543 25.457-7.118 3.3041-38.369 3.3041-60.56-5.035-39.286 99.196-39.286 67.025-26.227-13.71-44.834-100.29 29.616-96.931 23.538 0 44.958 7.858 48.044 26.603z" fill-rule="evenodd" transform="matrix(.36145 0 0 .27530 383.43 434.95)" stroke-width="5.1248"/>
195
+ <path id="path851" d="m387.98 96.574c0 1.6805-0.172 7.957-0.833 11.656-0.445 3.74-1.539 8.077-2.498 10.823-0.342 4.452-2.091 5.174-2.497 9.991-1.544 2.27-2.209 5.944-2.498 9.991 0 4.27 0.686 7.558 0.833 11.656 0.481 3.56 1.612 6.366 1.665 10.823 0 4.365-0.005 7.549-1.665 9.991v5.828" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
196
+ <path id="path853" d="m383.81 76.592c0.58 0 1.029 20.129 5.828 24.978 1.039 3.212 4.574 7.343 5.828 9.99 1.672 2.459 3.981 5.368 8.326 6.661h11.656c4.634 0 7.473 0.055 10.823-1.665 1.485-0.8 2.531-1.846 3.33-3.331" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
197
+ <path id="path854" d="m442.09 115.72h0.832c-2.327 0-1.092-0.104 3.331 1.665 1.725 2.537 3.768 3.625 6.66 4.996 2.982 1.467 6.391 1.665 10.823 1.665 4.198-0.354 6.74-1.686 9.159-3.331 4.043-1.308 4.815-2.935 5.828-7.493v-11.656c-0.478-3.5309-1.384-6.3725-2.498-9.1578-0.419-1.258-0.833-0.7048-0.833-2.4977" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
198
+ <path id="path855" d="m510.36 121.55c-0.425 0-2.65 2.575-4.163 4.995-2.568 0.918-3.233 3.716-4.162 5.828-0.669 2.675-1.666 2.859-1.666 6.661-1.677 3.708-2.204 7.007-2.497 10.823l2.497-10.823c-1.677 3.708-2.204 7.007-2.497 10.823" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
199
+ <path id="path856" d="m461.24 54.946h-0.833c2.249 0 1.099-0.0534-3.33 0.8326-1.817 2.2709-4.807 4.3057-7.493 5.8279-2.977 1.8244-5.367 4.0093-8.326 4.9954l8.326-4.9954c-2.977 1.8244-5.367 4.0093-8.326 4.9954" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
200
+ <path id="path857" d="m402.13 51.615h0.833c-2.248 0-1.105-0.0545 3.33 0.8326 2.936 1.3906 4.752 2.8901 7.493 4.9954 1.291 1.9353 3.257 2.3054 4.163 5.8279 1.574 0.8475 2.124 1.67 2.498 4.1629" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
201
+ <path id="path858" d="m427.11 29.968h0.833 3.33c4.529 0 6.733 0.6811 10.824 0.8326 3.538-0.4246 4.382-1.7374 7.493-2.4977" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
202
+ <path id="path859" d="m442.93 133.21c0.139 0.661 1.652 4.256 2.498 5.828 1.517 2.512 3.538 4.914 4.163 8.326 0.968 2.905 1.526 6.23 1.665 9.99 0.761 3.503 1.264 6.62-0.833 9.159-0.898 3.292-2.57 5.692-4.162 9.158-1.111 0-0.833-0.278-0.833 0.833" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
203
+ <path id="path860" d="m416.28 134.87v0.833c0-2.248 0.055-1.105-0.832 3.33-1.147 4.013-2.15 7.388-4.163 9.991-1.098 3.294-2.326 4.504-2.498 9.158 0.662 1.544 0.833 3.263 0.833 5.828" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
204
+ <path id="path862" d="m412.12 169.01v0.833 3.33c0.908 1.211 0.55 1.294 1.665 1.665" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
205
+ <path id="path863" d="m343.02 128.21v0.832c0-2.327-0.258-0.936 4.163 0.833 3.572 0.638 7.937 1.037 10.823 1.665 2.672 1.312 5.265 3.48 7.493 4.995 1.994 1.728 4.819 3.48 7.494 4.996 3.004 1.502 4.325 2.823 5.828 5.828 0.907 1.21 0.549 1.293 1.665 1.665" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
206
+ <path id="path865" d="m423.78-16.655c0.123-0.1836 2.467-1.9143 4.996-2.4977 1.805-1.3541 4.812-0.7395 6.66 0" transform="matrix(.73981 0 0 .39240 107.68 422.43)" stroke-width="3.0004" fill="none"/>
207
+ <path id="path866" d="m445.42-19.153h0.833c-2.248 0-1.106 0.0545 3.33-0.8325 3.481-1.1604 7.672-0.8326 11.656-0.8326 1.174 0.3914 0.832 0.242 0.832 1.6651" transform="matrix(.57541 0 0 .39240 177.35 422.43)" stroke-width="3.4021" fill="none"/>
208
+ <path id="path868" d="m444.59-7.4971v0.8326c0-2.3269-0.103-1.0906 1.666 3.3302 0.643 2.9618 1.76 7.0496 0.832 9.1582-2.184 0-2.859-0.27397-4.163-0.83252" transform="matrix(.57541 0 0 .39240 177.35 422.43)" stroke-width="3.4021" fill="none"/>
209
+ <path id="path871" d="m371.33-24.981c0 3.2187-4.1003 5.828-9.1582 5.828-5.058 0-9.1582-2.6093-9.1582-5.828s4.1003-5.828 9.1582-5.828c5.058 0 9.1582 2.6093 9.1582 5.828z" fill-rule="evenodd" transform="matrix(.56688 -.067319 .056409 .22090 230.97 457.89)" stroke-width="4.5006"/>
210
+ <path id="path872" d="m371.33-24.981c0 3.2187-4.1003 5.828-9.1582 5.828-5.058 0-9.1582-2.6093-9.1582-5.828s4.1003-5.828 9.1582-5.828c5.058 0 9.1582 2.6093 9.1582 5.828z" fill-rule="evenodd" transform="matrix(.41026 -.044211 .040825 .14507 278.19 435.7)" stroke-width="6.5281"/>
211
+ <path id="path873" d="m371.33-24.981c0 3.2187-4.1003 5.828-9.1582 5.828-5.058 0-9.1582-2.6093-9.1582-5.828s4.1003-5.828 9.1582-5.828c5.058 0 9.1582 2.6093 9.1582 5.828z" fill-rule="evenodd" transform="matrix(.41026 -.044211 .040825 .14507 290.65 434.72)" stroke-width="6.5281"/>
212
+ <path id="path874" d="m412.95 113.64c0 2.0692-1.8638 3.7466-4.1628 3.7466-2.2991 0-4.1628-1.6774-4.1628-3.7466s1.8638-3.7466 4.1628-3.7466c2.2991 0 4.1628 1.6774 4.1628 3.7466z" fill-rule="evenodd" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75"/>
213
+ <path id="path875" d="m469.57 119.89c0 1.3794-1.3046 2.4977-2.914 2.4977-1.6093 0-2.914-1.1183-2.914-2.4977s1.3046-2.4977 2.914-2.4977c1.6093 0 2.914 1.1183 2.914 2.4977z" fill-rule="evenodd" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75"/>
214
+ <path id="path876" d="m447.09 31.634v0.8325c0-2.7951 0.197-1.029-4.163 3.3303-3.724 1.7856-5.164 3.6672-6.66 6.6605-1.742 3.8506-2.342 6.6127-2.498 10.824v6.6605" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
215
+ <path id="path878" d="m419.61 30.801c0.577 0 1.477 2.2728 2.498 4.9954 1.856 2.1886 3.037 5.3507 3.33 9.1582 0 4.5188 0.78 6.4537 0.833 10.824v3.3302" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
216
+ <path id="path879" d="m504.54 129.04c0 0.481-2.6 1.455-4.163 3.33-3.161 0.428-5.964 0.833-9.99 0.833-0.611-0.916-1.836-1.217-3.331-1.665" transform="matrix(.47361 0 0 .39240 224.95 421.05)" stroke-width="3.75" fill="none"/>
217
+ </g>
218
+ <g id="g842" fill-rule="evenodd" transform="matrix(.45148 0 0 .28623 234.3 439.76)" stroke="#000" stroke-width="3.75" fill="#fff">
219
+ <path id="path831" d="m276.41 36.63 88.253 1.6651v11.656s8.325 14.986 13.321 48.289c4.995 33.303 9.991 158.19 9.991 158.19l21.646 141.54s-13.321 21.647-23.312 19.982c-9.99-1.666-39.963-13.321-39.963-14.987 0-1.665-1.665-79.926-4.995-133.21-3.331-53.285-9.991-81.592-24.977-104.9-19.982 48.288-21.647 98.243-19.982 98.243s1.665 39.963 3.33 69.936c1.666 29.972-1.665 71.601-1.665 71.601l-58.28-3.331s1.665-36.633 3.331-64.94c1.665-28.307 6.744-41.625 8.326-73.266 1.748-34.963 4.202-53.319 6.66-109.9 3.238-45.739 14.687-75.258 17.9-103.24 0.871-7.1332-0.416-12.488 0.416-13.321z" transform="translate(103.24 138.21)"/>
220
+ <path id="path832" d="m316.38 166.51s-8.326-13.321-11.656-36.633-3.33-28.307-3.33-28.307" transform="translate(103.24 138.21)"/>
221
+ <path id="path833" d="m298.06 233.12-9.99 39.963" transform="translate(103.24 138.21)"/>
222
+ <path id="path834" d="m276.41 223.12 11.657 54.949" transform="translate(163.18 139.87)"/>
223
+ <path id="path835" d="m387.98 417.95-11.66-81.6" transform="translate(103.24 138.21)"/>
224
+ <path id="path836" d="m276.41 44.955 88.253 1.6651" transform="translate(103.24 138.21)"/>
225
+ <path id="path837" d="m318.04 164.84c0-1.665 4.995-29.972 4.995-29.972" transform="translate(103.24 138.21)"/>
226
+ <path id="path838" d="m284.74 44.955-8.326 84.922" transform="translate(103.24 138.21)"/>
227
+ </g>
228
+ <path id="path1115" d="m349.68 188.16c0 13.794-7.0823 24.977-15.819 24.977-8.7365 0-15.819-11.183-15.819-24.977s7.0823-24.977 15.819-24.977c8.7365 0 15.819 11.183 15.819 24.977z" fill-rule="evenodd" transform="matrix(.72776 0 0 .70907 -82.219 465.05)" stroke="#000" stroke-width="2.5" fill="#ffc600"/>
229
+ <g id="g1240" stroke-width="1pt" transform="matrix(.43987 0 0 .51992 142.76 215.7)">
230
+ <g id="g1177" fill-rule="evenodd" stroke="#000">
231
+ <path id="path1168" d="m212.6 892.91s53.15-17.716 70.867-17.716c17.716 0 17.716 17.716 19.135 18.212l-1.419 34.937h-88.583v-35.433z" transform="translate(-35.434 -.22022)" fill="#00cfe6"/>
232
+ <path id="path1170" d="m265.75 892.91s0-17.716 17.717-17.716c17.716 0 35.433-0.496 53.149-0.001v53.15h-70.866v-35.433z" transform="matrix(1 0 0 -1 -.00043869 1874.2)" fill="#00cfe6"/>
233
+ <path id="path1172" d="m212.6 892.91s53.15-17.716 70.867-17.716c17.716 0 17.716 17.716 19.135 18.212l-1.419 34.937h-88.583v-35.433z" transform="matrix(-1 0 0 1 814.96 .00042725)" fill="#00cfe6"/>
234
+ <path id="path1173" d="m265.75 892.91s0-17.716 17.717-17.716c17.716 0 35.433-0.496 53.149-0.001v53.15h-70.866v-35.433z" transform="matrix(-1 0 0 -1 779.53 1874.4)" fill="#00cfe6"/>
235
+ <path id="path1174" d="m249.45 875.2s0-17.717-17.716-17.717h53.15l-35.434 17.717z" transform="matrix(-1 0 0 -1 727.8 1856.7)" fill="#fff"/>
236
+ <path id="path1175" d="m159.45 892.91 106.3 53.15s-36.039 33.299-70.866 35.433c-17.717 0-35.433-35.433-35.433-35.433v-53.15z" transform="matrix(-1.1667 0 0 1 841.54 -.0052185)" fill="#00cfe6"/>
237
+ <path id="path1176" d="m249.45 892.91c0.71-8.858-2.214-35.434-19.931-35.434h55.364c17.717 0 35.434 17.717 35.434 35.434l-1.419 35.432-69.448 0.001v-35.433z" transform="matrix(-1 0 0 1 763.23 17.717)" fill="#fff"/>
238
+ <path id="path1171" d="m249.45 875.2s0-17.717-17.716-17.717h53.15l-35.434 17.717z" transform="matrix(1 0 0 -1 51.73 1856.5)" fill="#fff"/>
239
+ <path id="path1166" d="m159.45 892.91 106.3 53.15s-36.039 33.299-70.866 35.433c-17.717 0-35.433-35.433-35.433-35.433v-53.15z" transform="matrix(1.1667 0 0 1 -62.009 -.22586)" fill="#00cfe6"/>
240
+ <path id="path1169" d="m249.45 892.91c0.71-8.858-2.214-35.434-19.931-35.434h55.364c17.717 0 35.434 17.717 35.434 35.434l-1.419 35.432-69.448 0.001v-35.433z" transform="translate(16.297 17.496)" fill="#fff"/>
241
+ <path id="path1165" d="m88.802 891.9c-0.1102 1.012 17.607-34.421 53.04-34.421s177.16 70.866 247.92 70.866c70.975 0 196.65-72.56 230.42-70.866 33.773 1.694 53.521 37.161 53.149 35.433-0.373-1.728-17.716 53.15-17.716 53.15 0-17.716-17.717-35.433-35.433-35.433-17.717 0-106.3 70.866-230.42 70.866-123.91 0-212.49-70.866-230.21-70.866-17.717 0-35.433 17.716-35.433 35.433l-35.318-54.16z" transform="translate(-.10956 -.000030518)" fill="#fff"/>
242
+ </g>
243
+ <path id="path1196" d="m311.49 1033.9v-42.837h9.846v5.057h-8.045v13.12h7.533v5.02h-7.533v14.58h8.36v5.06h-10.161z" transform="matrix(1.6105 -.62438 .36153 .93250 -309.42 157.31)"/>
244
+ <path id="path1201" d="m272.27 1033.9v-42.837h1.801v37.777h6.707v5.06h-8.508z" transform="matrix(1.6105 -.62438 .36153 .93250 -312.75 158.98)"/>
245
+ <path id="path1202" d="m260.81 1033.9v-42.837h9.186v5.057h-7.383v13.26h6.39v5.06h-6.39v19.46h-1.803z" transform="matrix(1.6105 -.62438 .36153 .93250 -314.42 159.81)"/>
246
+ <path id="path1210" d="m200.42 1033.9v-42.837h2.712l3.223 30.327c0.298 2.82 0.515 4.94 0.651 6.34 0.154-1.56 0.397-3.85 0.725-6.86l3.259-29.807h2.425v42.837h-1.737v-35.856l-3.957 35.856h-1.626l-3.938-36.469v36.469h-1.737z" transform="matrix(2.2021 .54597 -.23844 .96174 106.42 -142.17)"/>
247
+ <path id="path1211" d="m195.68 991.08h1.802v24.747c0 4.3-0.155 7.72-0.464 10.26-0.309 2.53-0.87 4.59-1.682 6.19-0.804 1.58-1.863 2.36-3.177 2.36-1.274 0-2.317-0.68-3.129-2.07-0.811-1.38-1.39-3.38-1.737-5.99-0.347-2.63-0.52-6.21-0.52-10.75v-24.747h1.802v24.717c0 3.72 0.108 6.47 0.325 8.24 0.222 1.75 0.601 3.1 1.134 4.06 0.539 0.95 1.195 1.43 1.968 1.43 1.326 0 2.269-0.94 2.833-2.83 0.563-1.89 0.845-5.52 0.845-10.9v-24.717z" transform="matrix(2.0955 .86968 -.37982 .91517 265.88 -160.76)"/>
248
+ <path id="path1215" d="m163.97 991.08h1.803v24.747c0 4.3-0.156 7.72-0.465 10.26-0.309 2.53-0.87 4.59-1.682 6.19-0.803 1.58-1.862 2.36-3.175 2.36-1.276 0-2.319-0.68-3.13-2.07-0.812-1.38-1.39-3.38-1.737-5.99-0.347-2.63-0.52-6.21-0.52-10.75v-24.747h1.801v24.717c0 3.72 0.109 6.47 0.326 8.24 0.222 1.75 0.6 3.1 1.133 4.06 0.539 0.95 1.195 1.43 1.969 1.43 1.325 0 2.27-0.94 2.833-2.83 0.564-1.89 0.844-5.52 0.844-10.9v-24.717z" transform="matrix(1.5677 .72505 -.41982 .90775 382.54 -129.43)"/>
249
+ <path id="path1216" d="m141.73 1020.2 1.7-0.47c0.081 2.15 0.266 3.91 0.557 5.3 0.297 1.36 0.756 2.47 1.375 3.33 0.619 0.83 1.316 1.25 2.09 1.25 0.687 0 1.294-0.32 1.82-0.96 0.527-0.64 0.917-1.52 1.17-2.63 0.261-1.13 0.391-2.36 0.391-3.68 0-1.35-0.124-2.52-0.372-3.51-0.248-1.01-0.656-1.86-1.226-2.54-0.365-0.45-1.173-1.14-2.424-2.07-1.251-0.96-2.127-1.85-2.629-2.69-0.65-1.07-1.136-2.4-1.458-3.98-0.316-1.59-0.474-3.38-0.474-5.34 0-2.166 0.195-4.181 0.586-6.05 0.39-1.89 0.959-3.321 1.709-4.294 0.749-0.977 1.582-1.461 2.498-1.461 1.009 0 1.898 0.514 2.666 1.546 0.774 1.012 1.368 2.513 1.783 4.498 0.415 1.989 0.638 4.241 0.669 6.751l-1.728 0.41c-0.093-2.71-0.409-4.753-0.947-6.134-0.533-1.386-1.322-2.074-2.369-2.074-1.09 0-1.885 0.628-2.387 1.894-0.495 1.247-0.743 2.754-0.743 4.534 0 1.53 0.177 2.8 0.53 3.79 0.346 1 1.251 2.02 2.712 3.08 1.467 1.03 2.474 1.93 3.018 2.71 0.793 1.15 1.378 2.61 1.756 4.38 0.378 1.76 0.566 3.78 0.566 6.08 0 2.28-0.207 4.43-0.622 6.46-0.415 2-1.012 3.57-1.792 4.7-0.774 1.11-1.648 1.66-2.62 1.66-1.232 0-2.266-0.56-3.102-1.69-0.83-1.13-1.483-2.82-1.96-5.08-0.47-2.28-0.718-4.85-0.743-7.72z" transform="matrix(1.5677 .72505 -.41982 .90775 379.21 -132.76)"/>
250
+ <path id="path1219" d="m323.59 1013c0-7.1 0.607-12.67 1.821-16.676 1.214-4.034 2.78-6.049 4.7-6.049 1.257 0 2.39 0.943 3.399 2.833s1.776 4.527 2.303 7.922c0.532 3.37 0.799 7.19 0.799 11.48 0 4.34-0.278 8.23-0.836 11.66-0.558 3.42-1.347 6.03-2.368 7.8-1.022 1.75-2.124 2.62-3.307 2.62-1.282 0-2.426-0.97-3.436-2.92-1.01-1.94-1.774-4.6-2.294-7.97s-0.781-6.94-0.781-10.7zm1.857 0.09c0 5.16 0.441 9.23 1.319 12.21 0.886 2.97 1.994 4.45 3.326 4.45 1.357 0 2.471-1.5 3.343-4.51 0.88-2.99 1.319-7.25 1.319-12.76 0-3.49-0.189-6.53-0.566-9.12-0.371-2.61-0.919-4.623-1.644-6.044-0.718-1.441-1.526-2.164-2.424-2.164-1.276 0-2.374 1.386-3.297 4.149-0.917 2.749-1.376 7.349-1.376 13.789z" transform="matrix(1.6105 -.62438 .36153 .93250 -306.09 153.98)"/>
251
+ <path id="path1222" d="m297.74 1033.9v-42.837h6.036c1.214 0 2.137 0.389 2.77 1.167 0.63 0.763 1.134 2.114 1.513 4.064 0.378 1.95 0.566 4.096 0.566 6.456 0 3.04-0.312 5.6-0.938 7.69-0.625 2.08-1.592 3.4-2.898 3.97 0.477 0.72 0.839 1.43 1.088 2.13 0.526 1.52 1.024 3.42 1.494 5.7l2.369 11.66h-2.267l-1.801-8.91c-0.526-2.58-0.961-4.54-1.301-5.91-0.34-1.36-0.647-2.32-0.92-2.86-0.266-0.54-0.537-0.93-0.816-1.14-0.205-0.14-0.539-0.21-1.003-0.21h-2.09v19.03h-1.802zm1.802-23.93h3.873c0.823 0 1.468-0.27 1.932-0.79 0.465-0.55 0.817-1.4 1.059-2.57 0.241-1.19 0.361-2.48 0.361-3.86 0-2.02-0.234-3.689-0.705-4.995-0.464-1.306-1.202-1.96-2.211-1.96h-4.309v14.175z" transform="matrix(1.6105 -.62438 .36153 .93250 -312.75 158.14)"/>
252
+ <path id="path1225" d="m282.37 1013c0-7.1 0.605-12.67 1.819-16.676 1.215-4.034 2.781-6.049 4.7-6.049 1.257 0 2.391 0.943 3.399 2.833 1.01 1.89 1.777 4.527 2.305 7.922 0.531 3.37 0.797 7.19 0.797 11.48 0 4.34-0.277 8.23-0.835 11.66-0.557 3.42-1.348 6.03-2.368 7.8-1.023 1.75-2.125 2.62-3.307 2.62-1.282 0-2.427-0.97-3.437-2.92-1.009-1.94-1.774-4.6-2.293-7.97-0.52-3.37-0.78-6.94-0.78-10.7zm1.856 0.09c0 5.16 0.441 9.23 1.319 12.21 0.886 2.97 1.994 4.45 3.325 4.45 1.357 0 2.472-1.5 3.345-4.51 0.878-2.99 1.319-7.25 1.319-12.76 0-3.49-0.19-6.53-0.568-9.12-0.37-2.61-0.919-4.623-1.643-6.044-0.718-1.441-1.527-2.164-2.424-2.164-1.276 0-2.375 1.386-3.297 4.149-0.916 2.749-1.376 7.349-1.376 13.789z" transform="matrix(1.6105 -.62438 .36153 .93250 -313.59 158.14)"/>
253
+ <path id="path1229" d="m216.25 1033.9v-42.837h5.107c1.042 0 1.874 0.439 2.5 1.317 0.631 0.857 1.122 2.189 1.476 3.999 0.36 1.795 0.539 3.671 0.539 5.641 0 1.83-0.159 3.55-0.474 5.17-0.316 1.62-0.793 2.92-1.43 3.92 0.823 0.76 1.455 2.05 1.894 3.88 0.446 1.83 0.669 4 0.669 6.49 0 2-0.136 3.87-0.409 5.61-0.266 1.71-0.597 3.04-0.994 3.97-0.396 0.94-0.894 1.65-1.494 2.13-0.595 0.47-1.326 0.71-2.193 0.71h-5.191zm1.801-24.84h2.945c0.799 0 1.371-0.17 1.718-0.49 0.458-0.43 0.802-1.15 1.03-2.14 0.237-0.99 0.354-2.24 0.354-3.74 0-1.42-0.109-2.67-0.325-3.738-0.217-1.092-0.526-1.83-0.929-2.219-0.403-0.409-1.094-0.613-2.072-0.613h-2.721v12.94zm0 19.78h3.39c0.582 0 0.991-0.07 1.227-0.2 0.414-0.24 0.761-0.63 1.04-1.17 0.279-0.55 0.507-1.34 0.686-2.37 0.181-1.05 0.27-2.26 0.27-3.62 0-1.6-0.13-2.98-0.39-4.15-0.26-1.19-0.621-2.02-1.086-2.48-0.458-0.49-1.121-0.73-1.988-0.73h-3.149v14.72z" transform="matrix(2.2473 .31150 -.13604 .98148 -2.967 -111.48)"/>
254
+ <path id="path1232" d="m229.04 1033.9v-42.837h6.038c1.212 0 2.135 0.389 2.767 1.167 0.631 0.763 1.137 2.114 1.514 4.064 0.378 1.95 0.566 4.096 0.566 6.456 0 3.04-0.312 5.6-0.938 7.69-0.625 2.08-1.59 3.4-2.898 3.97 0.477 0.72 0.84 1.43 1.088 2.13 0.526 1.52 1.024 3.42 1.494 5.7l2.369 11.66h-2.266l-1.802-8.91c-0.526-2.58-0.961-4.54-1.3-5.91-0.341-1.36-0.648-2.32-0.919-2.86-0.266-0.54-0.539-0.93-0.818-1.14-0.205-0.14-0.539-0.21-1.004-0.21h-2.089v19.03h-1.802zm1.802-23.93h3.873c0.824 0 1.468-0.27 1.932-0.79 0.465-0.55 0.816-1.4 1.059-2.57 0.241-1.19 0.361-2.48 0.361-3.86 0-2.02-0.234-3.689-0.705-4.995-0.464-1.306-1.202-1.96-2.21-1.96h-4.31v14.175z" transform="matrix(2.2688 0 0 .99086 -141.3 -48.685)"/>
255
+ <path id="path1235" d="m241.25 1033.9 5.229-42.837h1.942l5.572 42.837h-2.053l-1.588-12.98h-5.693l-1.496 12.98h-1.913zm3.929-17.59h4.616l-1.422-11.86c-0.432-3.61-0.754-6.57-0.965-8.889-0.173 2.747-0.419 5.479-0.734 8.179l-1.495 12.57z" transform="matrix(2.234 -.39578 .17286 .97567 -303.54 61.375)"/>
256
+ <path id="path1239" d="m168.7 1033.9v-42.837h5.107c1.042 0 1.874 0.439 2.5 1.317 0.631 0.857 1.122 2.189 1.476 3.999 0.36 1.795 0.539 3.671 0.539 5.641 0 1.83-0.159 3.55-0.474 5.17s-0.793 2.92-1.43 3.92c0.823 0.76 1.455 2.05 1.894 3.88 0.446 1.83 0.669 4 0.669 6.49 0 2-0.136 3.87-0.409 5.61-0.266 1.71-0.597 3.04-0.994 3.97-0.396 0.94-0.894 1.65-1.494 2.13-0.595 0.47-1.326 0.71-2.193 0.71h-5.191zm1.801-24.84h2.945c0.799 0 1.371-0.17 1.718-0.49 0.458-0.43 0.802-1.15 1.031-2.14 0.236-0.99 0.353-2.24 0.353-3.74 0-1.42-0.109-2.67-0.325-3.738-0.217-1.092-0.526-1.83-0.929-2.219-0.402-0.409-1.093-0.613-2.072-0.613h-2.721v12.94zm0 19.78h3.39c0.582 0 0.991-0.07 1.227-0.2 0.414-0.24 0.761-0.63 1.04-1.17 0.279-0.55 0.507-1.34 0.687-2.37 0.18-1.05 0.269-2.26 0.269-3.62 0-1.6-0.13-2.98-0.39-4.15-0.26-1.19-0.621-2.02-1.086-2.48-0.458-0.49-1.12-0.73-1.988-0.73h-3.149v14.72z" transform="matrix(1.5677 .72505 -.41982 .90775 390.87 -127.76)"/>
257
+ </g>
258
+ <g id="g1267" transform="matrix(1.0891 0 0 1 -26.351 3.3302)">
259
+ <path id="path714" d="m212.6 432.28v106.3c0 70.866 88.583 106.3 88.583 106.3s88.583-35.433 88.583-106.3v-106.3h-177.17z" fill-rule="evenodd" transform="matrix(.80784 0 0 .82759 63.772 114.72)" stroke="#000" stroke-width="1pt" fill="#00daec"/>
260
+ <path id="path715" d="m212.6 432.28v106.3c0 8.858 1.384 17.163 3.806 24.914l84.777-42.631v-88.583h-88.583z" fill-rule="evenodd" transform="matrix(.80784 0 0 .82759 63.772 114.72)" stroke="#000" stroke-width="1pt" fill="#fff"/>
261
+ <path id="path716" d="m212.6 432.28v106.3c0 8.858 1.384 17.163 3.806 24.914l84.777-42.631v-88.583h-88.583z" fill-rule="evenodd" transform="matrix(-.80784 0 0 .82759 550.39 114.72)" stroke="#000" stroke-width="1pt" fill="#fff300"/>
262
+ <g id="g725" fill-rule="evenodd" transform="matrix(.80784 0 0 .82759 63.772 114.72)" stroke="#000" stroke-width="1.25">
263
+ <path id="path720" d="m244.77 87.419c7.322-5.9471 11.157-3.7176 17.649 3.1015 9.323 9.8147 41.318 58.855 46.313 63.018s4.241-6.417 10.344-1.387c3.032 3.727-10.437 17.026-13.737 14.569-6.411-5.02 3.915-5.374-0.354-9.643-4.925-5.133-51.215-40.497-60.282-50.571-5.92-6.5775-6.314-13.969 0.067-19.087z" transform="matrix(.63945 .23742 .14230 .70223 58.901 338.88)" fill="#923d09"/>
264
+ <rect id="rect718" ry="1.2932" rx="2.6061" transform="matrix(.75556 .65508 -.58585 .81042 0 0)" height="66.045" width="5.2122" y="181.35" x="495.52" fill="#af8000"/>
265
+ <rect id="rect719" transform="matrix(.83117 .55602 -.64108 .76747 0 0)" height="18.868" width="29.375" y="228.63" x="497.3" fill="#b0b0d4"/>
266
+ </g>
267
+ <g id="g733" stroke="#000" fill-rule="evenodd" transform="matrix(.80784 0 0 .82759 63.772 114.72)">
268
+ <path id="path721" d="m273.75 383.58c-2.737 4.561 42.976 12.952 57.694 22.371 14.719 9.42 14.718 10.008 21.194 14.718l1.765-2.944c-3.532-3.532-38.494-26.356-62.403-34.145-6.805-2.273-10.3-13.248-12.951-8.83l-5.299 8.83z" transform="matrix(-.81194 -.58374 .58374 -.81194 383.47 999.81)" stroke-width="1pt" fill="#af8000"/>
269
+ <path id="path723" d="m319.08 369.45-25.315-5.887s-5.887 2.354-6.475 11.185c-0.589 8.831 4.709 14.129 4.709 14.129l27.081-9.419v-10.008z" transform="matrix(.94788 -.31862 .31862 .94788 -78.616 205.02)" stroke-width="1pt" fill="#808080"/>
270
+ <rect id="rect722" ry="3.5323" rx="3.5323" transform="rotate(-18.579)" height="19.428" width="7.0645" y="534.62" x="175.71" stroke-width="1pt" fill="#808080"/>
271
+ <path id="path731" d="m239.61 381.52c0 7.3156-1.5814 13.246-3.5323 13.246-1.9508 0-3.5323-5.9305-3.5323-13.246 0-7.3156 1.5815-13.246 3.5323-13.246s3.5323 5.9305 3.5323 13.246z" transform="matrix(.74465 -.71591 .63468 .39346 -105.9 523.83)" stroke-width="1pt" fill="#cf0000"/>
272
+ <path id="path732" d="m239.61 381.52c0 7.3156-1.5814 13.246-3.5323 13.246-1.9508 0-3.5323-5.9305-3.5323-13.246 0-7.3156 1.5815-13.246 3.5323-13.246s3.5323 5.9305 3.5323 13.246z" transform="matrix(-.97804 .31097 .027484 .75540 595.47 104.78)" stroke-width="1pt" fill="#cf0000"/>
273
+ <rect id="rect729" transform="matrix(.85897 -.51203 .49936 .86639 0 0)" height="17.796" width="78.868" y="596.25" x="15.073" stroke-width=".86455pt" fill="#b0b0d4"/>
274
+ </g>
275
+ <path id="path741" d="m231.36 591.4 8.83-7.065s1.767 8.831 7.065 8.831 8.831-7.653 8.831-7.653 0 7.653 5.887 7.653 10.597-7.653 10.597-7.064c0 0.588 0.588 7.064 5.298 7.064s10.597-6.476 10.597-6.476 0.589 7.654 5.887 7.065c5.299-0.589 7.065-8.242 7.653-7.653 0.589 0.588 4.121 7.653 8.242 7.064s10.009-6.476 10.009-6.476 1.177 7.065 5.887 7.065c4.709 0 6.476-6.476 6.476-6.476s2.354 5.298 6.475 5.298 10.597-5.887 10.597-5.887" transform="matrix(.77167 0 0 .82759 84.031 128.85)" stroke="#0072ff" stroke-width="1pt" fill="none"/>
276
+ <path id="path742" d="m231.95 591.4c3.139-1.374 5.69 0.196 9.418-7.654 0 4.121 2.945 9.42 8.243 9.42s8.831-7.653 8.831-7.653 0 7.653 5.887 7.653 10.597-7.653 10.597-7.064c0 0.588 0.588 7.064 5.298 7.064s10.597-6.476 10.597-6.476 0.589 7.654 5.887 7.065c5.299-0.589 7.065-8.242 7.653-7.653 0.589 0.588 4.121 7.653 8.242 7.064 2.943-0.589 10.009-7.065 10.009-7.065" transform="matrix(.80784 0 0 .82759 85.649 137.62)" stroke="#0072ff" stroke-width="1pt" fill="none"/>
277
+ <g id="g763" fill-rule="evenodd" transform="matrix(.63809 0 0 .61718 131.64 357.23)">
278
+ <path id="path745" d="m305.54 350.62v18.839h14.717l-5.298-18.839h-9.419z" transform="translate(4.121 16.484)" stroke="#000" stroke-width="1pt" fill="#fff"/>
279
+ <path id="path743" d="m329.68 377.11c-0.589 0.589-23.549 12.952-53.573 12.952s-41.799-3.533-44.742-5.887c-2.944-2.355-6.476-7.065-10.008-7.065-3.533 0-6.476 2.944-6.476 2.944s5.887 2.943 10.008 6.475c4.121 3.533 5.298 10.009 5.298 10.009l97.138 1.177s-0.589-6.476-0.589-10.008 3.533-8.831 2.944-10.597z"/>
280
+ <rect id="rect746" height="54.75" width="2.3549" y="335.31" x="244.91" stroke-width="1pt"/>
281
+ <rect id="rect747" height="62.404" width="2.3549" y="328.24" x="276.7" stroke-width="1pt"/>
282
+ <rect id="rect748" height="51.218" width="2.3549" y="338.84" x="307.9" stroke-width="1pt"/>
283
+ <rect id="rect751" height="8.8307" width="18.839" stroke="#000" y="342.37" x="299.07" stroke-width=".76791pt" fill="#fff"/>
284
+ <rect id="rect750" height="8.8307" width="21.782" stroke="#000" y="350.61" x="297.89" stroke-width=".82572pt" fill="#fff"/>
285
+ <rect id="rect749" height="8.8307" width="24.137" stroke="#000" y="358.86" x="296.71" stroke-width=".86921pt" fill="#fff"/>
286
+ <rect id="rect754" height="12.527" width="23.837" stroke="#000" y="334.72" x="266.17" stroke-width="1.0288pt" fill="#fff"/>
287
+ <rect id="rect753" height="12.527" width="27.561" stroke="#000" y="346.41" x="264.68" stroke-width="1.1063pt" fill="#fff"/>
288
+ <rect id="rect752" height="12.527" width="30.541" stroke="#000" y="358.1" x="263.19" stroke-width="1.1645pt" fill="#fff"/>
289
+ <rect id="rect755" height="15.307" width="36.5" stroke="#000" y="368.28" x="260.21" stroke-width=".98425pt" fill="#fff"/>
290
+ <rect id="rect756" height="10.414" width="15.763" stroke="#000" y="342.37" x="238.25" stroke-width=".76282pt" fill="#fff"/>
291
+ <rect id="rect757" height="10.414" width="18.226" stroke="#000" y="352.09" x="237.26" stroke-width=".82025pt" fill="#fff"/>
292
+ <rect id="rect758" height="10.414" width="20.197" stroke="#000" y="361.81" x="236.28" stroke-width=".86344pt" fill="#fff"/>
293
+ <rect id="rect759" height="12.725" width="24.137" stroke="#000" y="370.27" x="234.31" stroke-width=".72977pt" fill="#fff"/>
294
+ <path id="path762" d="m220 377.51h9.876l10.597-33.374-20.473 33.374z" stroke="#000" stroke-width=".76282pt" fill="#fff"/>
295
+ <rect id="rect761" transform="matrix(.89662 .44280 -.54260 .83999 0 0)" height="52.648" width="2.4262" y="193.78" x="391.01" stroke-width="1pt"/>
296
+ </g>
297
+ <path id="path740" d="m231.36 591.4 8.83-7.065s1.767 8.831 7.065 8.831 8.831-7.653 8.831-7.653 0 7.653 5.887 7.653 10.597-7.653 10.597-7.064c0 0.588 0.588 7.064 5.298 7.064s10.597-6.476 10.597-6.476 0.589 7.654 5.887 7.065c5.299-0.589 7.065-8.242 7.653-7.653 0.589 0.588 4.121 7.653 8.242 7.064s10.009-6.476 10.009-6.476 1.177 7.065 5.887 7.065c4.709 0 6.476-6.476 6.476-6.476s2.354 5.298 6.475 5.298 7.065-7.064 7.065-7.064 1.177 6.476 4.121 6.476c2.943 0 6.476-6.476 6.476-6.476s1.177 8.242 4.121 7.653c2.943-0.589 4.121-8.242 4.71-7.653 0.588 0.589 4.709 7.064 4.12 7.064" transform="matrix(.76317 0 0 .82759 77.436 118.62)" stroke="#0072ff" stroke-width="1pt" fill="none"/>
298
+ </g>
299
+ </g>
300
+ </g>
301
+ </g>
302
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ca.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="canada" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3503">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs3">
13
+ <clipPath id="clipPath3091" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3093" fill-opacity="0.67" height="512" width="512" y="3.0248" x=".18245"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" clip-path="url(#clipPath3091)" transform="translate(-.18245 -3.0248)" height="512" width="512" y="0" x="0">
18
+ <g id="g3531" transform="matrix(.70757 0 0 1 79.961 3.0248)">
19
+ <rect id="mat" height="512" width="512" y="0" x="1.919" fill="#fff"/>
20
+ <rect id="left" height="512" width="256" y="0" x="-254.08" fill="#bf0a30"/>
21
+ <rect id="right" height="512" width="256" y="0" x="513.92" fill="#bf0a30"/>
22
+ </g>
23
+ <path id="leaf" d="m135.49 250.44-14.067 4.8081 65.456 57.446c4.9517 14.764-1.7184 19.116-5.9683 26.859l71.06-9.0192-1.8508 71.512 14.718-0.42336-3.2096-70.918 71.13 8.4323c-4.4022-9.2965-8.3199-14.233-4.2474-29.098l65.413-54.425-11.447-4.1437c-9.359-7.2222 4.0438-34.784 6.0657-52.178 0 0-38.195 13.135-40.698 6.2622l-9.7261-18.685-34.748 38.172c-3.7965 0.90916-5.4138-0.60195-6.3042-3.809l16.053-79.766-25.419 14.297c-2.1281 0.90992-4.2561 0.12489-5.6586-2.3552l-24.445-49.073-25.209 50.952c-1.9008 1.8257-3.8028 2.0373-5.3813 0.79578l-24.204-13.578 14.529 79.143c-1.1552 3.1421-3.9239 4.0263-7.1797 2.3254l-33.216-37.737c-4.3448 6.9615-7.2896 18.336-13.033 20.885-5.7435 2.3866-24.98-4.8231-37.873-7.6378 4.4047 15.895 18.176 42.302 9.4614 50.957z" fill="#bf0a30"/>
24
+ </g>
25
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cc.svg ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3003">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" stroke-width="1pt">
13
+ <rect id="rect124" height="512" width="512" y="-.000031471" x="0" fill="#006"/>
14
+ <g id="g584" transform="scale(5.7614 8.3333)">
15
+ <path id="path146" fill="#fff" d="m0 0v3.3541l53.292 26.646h6.708v-3.354l-53.292-26.646h-6.708zm60 0v3.354l-53.292 26.646h-6.708v-3.354l53.292-26.646h6.708z"/>
16
+ <path id="path136" fill="#fff" d="m25 0v30h10v-30h-10zm-25 10v10h60v-10h-60z"/>
17
+ <path id="path141" fill="#c00" d="m0 12v6h60v-6h-60zm27-12v30h6v-30h-6z"/>
18
+ <path id="path150" fill="#c00" d="m0 30 20-10h4.472l-20 10h-4.472zm0-30 20 10h-4.472l-15.528-7.7639v-2.2361zm35.528 10 20-10h4.472l-20 10h-4.472zm24.472 20-20-10h4.472l15.528 7.764v2.236z"/>
19
+ </g>
20
+ <polygon id="polygon589" fill-rule="evenodd" transform="matrix(7.6727 0 0 7.6727 -121.31 66.42)" points="22.964 39.389 28.264 41.396 30 36 30 36 31.736 41.396 37.036 39.389 33.9 44.11 38.774 47.003 33.127 47.494 33.905 53.109 30 49 26.095 53.109 26.873 47.494 21.226 47.003 26.1 44.11" fill="#fff"/>
21
+ <g id="g596" fill-rule="evenodd" transform="matrix(6.9999 0 0 6.9999 -255.43 119.74)" fill="#fff">
22
+ <polygon id="polygon590" points="94.178 50.954 91.489 51.188 91.86 53.861 90 51.905 88.14 53.861 88.511 51.188 85.822 50.954 88.143 49.576 86.649 47.328 89.174 48.284 90 45.714 90 45.714 90.826 48.284 93.351 47.328 91.857 49.576"/>
23
+ <polygon id="polygon592" points="94.178 10.954 91.489 11.188 91.86 13.861 90 11.905 88.14 13.861 88.511 11.188 85.822 10.954 88.143 9.5762 86.649 7.3279 89.174 8.2839 90 5.7143 90 5.7143 90.826 8.2839 93.351 7.3279 91.857 9.5762"/>
24
+ <polygon id="polygon593" points="79.178 27.204 76.489 27.438 76.86 30.111 75 28.155 73.14 30.111 73.511 27.438 70.822 27.204 73.143 25.826 71.649 23.578 74.174 24.534 75 21.964 75 21.964 75.826 24.534 78.351 23.578 76.857 25.826"/>
25
+ <polygon id="polygon594" points="107.51 23.204 104.82 23.438 105.19 26.111 103.33 24.155 101.47 26.111 101.84 23.438 99.155 23.204 101.48 21.826 99.983 19.578 102.51 20.534 103.33 17.964 103.33 17.964 104.16 20.534 106.68 19.578 105.19 21.826"/>
26
+ <polygon id="polygon595" points="96 33.611 94.53 34.522 94.943 32.843 93.622 31.728 95.347 31.601 96 30 96 30 96.653 31.601 98.378 31.728 97.057 32.843 97.47 34.522"/>
27
+ </g>
28
+ </g>
29
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cd.svg ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
3
+ <metadata id="metadata14">
4
+ <rdf:RDF>
5
+ <cc:Work rdf:about="">
6
+ <dc:format>image/svg+xml</dc:format>
7
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
8
+ </cc:Work>
9
+ </rdf:RDF>
10
+ </metadata>
11
+ <defs id="defs12">
12
+ <clipPath id="clipPath3008" clipPathUnits="userSpaceOnUse">
13
+ <rect id="rect3010" height="600" width="600" y="-88" x="0" fill="#fff"/>
14
+ </clipPath>
15
+ </defs>
16
+ <g id="flag" clip-path="url(#clipPath3008)" transform="matrix(.85333 0 0 .85333 0 75.093)">
17
+ <rect id="rect4" height="600" width="800" y="-88" x="0" fill="#007fff"/>
18
+ <path id="path6" d="m36 32h84l26-84 26 84h84l-68 52 26 84-68-52-68 52 26-84-68-52zm714-120-750 450v150h50l750-450v-150h-50" fill="#f7d618"/>
19
+ <path id="path8" d="m800-88-800 480v120l800-480v-120" fill="#ce1021"/>
20
+ </g>
21
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cf.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata2999">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs550">
13
+ <clipPath id="clipPath4928" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect4930" fill-opacity="0.67" height="512" width="512" y="0" x="0"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath4928)">
18
+ <rect id="rect554" height="127" width="768" y="-.50588" x="-52" stroke-width="1pt" fill="#00f"/>
19
+ <rect id="rect551" height="128.5" width="768" y="383.5" x="-52" fill="#ff0"/>
20
+ <rect id="rect552" height="128.5" width="768" y="255" x="-52" stroke-width="1pt" fill="#009a00"/>
21
+ <rect id="rect553" height="128.5" width="768" y="126.49" x="-52" stroke-width="1pt" fill="#fff"/>
22
+ <rect id="rect555" height="512" width="128" y=".000033379" x="268" stroke-width="1pt" fill="#f00"/>
23
+ <polygon id="polygon558" transform="matrix(1.0321 0 0 1.0362 -52 -2.0078)" d="M 156.4718,110.31653 123.9666,87.934135 91.576445,110.53538 102.81871,72.704555 71.314537,48.883856 l 39.453303,-0.998341 12.91951,-37.323247 13.14122,37.213817 39.48886,0.753664 -31.33158,23.997744 z" points="156.47 110.32 123.97 87.934 91.576 110.54 102.82 72.705 71.314 48.884 110.77 47.886 123.69 10.562 136.83 47.776 176.32 48.53 144.99 72.528" stroke-width="1pt" fill="#ff0"/>
24
+ </g>
25
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cg.svg ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3007">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs550">
13
+ <clipPath id="clipPath3031" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3033" fill-opacity="0.67" height="496.06" width="496.06" y="-.000080621" x="115.74"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath3031)" transform="matrix(1.0321 0 0 1.0321 -119.46 .000083212)" stroke-width="1pt">
18
+ <rect id="rect555" height="496.06" width="744.09" y="-0.000059" x="0" fill="#ff0"/>
19
+ <path id="path554" d="m0-0.000076294v496.06l496.06-496.06h-496.06z" fill="#00ca00"/>
20
+ <path id="path553" d="m248.03 496.06h496.06v-496.06l-496.06 496.06z" fill="#f00"/>
21
+ </g>
22
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ch.svg ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3063">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="matrix(1.0321 0 0 1.0321 0 -.000031303)">
13
+ <rect id="rect171" height="496.06" width="496.06" y="0.000009" x="0" fill="#fa000b"/>
14
+ <rect id="rect554" height="0" width=".79385" y="183.12" x="338.98" fill="#808080"/>
15
+ <g id="g566" transform="matrix(.7 0 0 .7 -124.02 .00063324)" fill="#fff">
16
+ <rect id="rect557" height="132.87" width="442.91" y="287.89" x="310.04"/>
17
+ <rect id="rect565" height="442.91" width="132.87" y="132.87" x="465.06"/>
18
+ </g>
19
+ </g>
20
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ci.svg ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <!--
4
+ On October 30, 2003, Brett Roper dedicated to the public domain the
5
+ work "SVG graphic of Cote d'Ivoire Flag." Before making the dedication,
6
+ Brett Roper
7
+ represented that Brett Roper owned all copyrights in the
8
+ work. By making the dedication, Brett Roper made an overt act
9
+ of relinquishment in perpetuity of all present and future rights under
10
+ copyright law, whether vested or contingent, in "SVG graphic of Cote
11
+ d'Ivoire
12
+ Flag."
13
+
14
+ Brett Roper understands that such relinquishment of all rights
15
+ includes the relinquishment of all rights to enforce (by lawsuit or
16
+ otherwise) those copyrights in the Work.
17
+
18
+ Brett Roper recognizes that, once placed in the public domain,
19
+ "SVG graphic of Cote d'Ivoire Flag" may be freely reproduced,
20
+ distributed, transmitted, used,
21
+ modified, built upon, or otherwise exploited by anyone for any
22
+ purpose, commercial or non-commercial, and in any way, including by
23
+ methods that have not yet been invented or conceived.
24
+ -->
25
+ <svg id="canada" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
26
+ <metadata id="metadata8">
27
+ <rdf:RDF>
28
+ <cc:Work rdf:about="">
29
+ <dc:format>image/svg+xml</dc:format>
30
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
31
+ </cc:Work>
32
+ </rdf:RDF>
33
+ </metadata>
34
+ <g id="flag" fill-rule="evenodd" transform="matrix(.68808 0 0 1.0321 0 .000015772)">
35
+ <rect id="rect595" height="496.06" width="247.84" y="-.000015260" x="496.25" fill="#00cd00"/>
36
+ <rect id="rect593" height="496.06" width="247.5" y="-.000015260" x="0" fill="#ff9a00"/>
37
+ <rect id="rect594" height="496.06" width="248.75" y="-.000015260" x="247.5" fill="#fff"/>
38
+ </g>
39
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/ck.svg ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3075">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag">
13
+ <rect id="rect124" height="512" width="512" y="-4.9738e-14" x="0" stroke-width="1pt" fill="#006"/>
14
+ <g id="g584" stroke-width="1pt" transform="matrix(6.1 0 0 6.1 0 .000022888)">
15
+ <path id="path146" d="m0 0v3.3541l53.292 26.646h6.708v-3.354l-53.292-26.646h-6.708zm60 0v3.354l-53.292 26.646h-6.708v-3.354l53.292-26.646h6.708z" fill="#fff"/>
16
+ <path id="path136" d="m25 0v30h10v-30h-10zm-25 10v10h60v-10h-60z" fill="#fff"/>
17
+ <path id="path141" d="m0 12v6h60v-6h-60zm27-12v30h6v-30h-6z" fill="#c00"/>
18
+ <path id="path150" d="m0 30 20-10h4.472l-20 10h-4.472zm0-30 20 10h-4.472l-15.528-7.7639v-2.2361zm35.528 10 20-10h4.472l-20 10h-4.472zm24.472 20-20-10h4.472l15.528 7.764v2.236z" fill="#c00"/>
19
+ </g>
20
+ <g id="g808" fill-rule="evenodd" fill="#fff" transform="matrix(.76758 0 0 .77858 -234.75 154.37)">
21
+ <polygon id="polygon791" transform="matrix(.81872 .038176 -.037190 .79758 211.47 -51.031)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
22
+ <polygon id="polygon794" transform="matrix(.75849 .31057 -.30255 .73890 360.23 -215.16)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
23
+ <polygon id="polygon795" transform="matrix(.78299 -.24225 0.236 .76277 127.08 160.08)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
24
+ <polygon id="polygon796" transform="matrix(.62728 -.52752 .5139 .61108 136.01 414.06)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
25
+ <polygon id="polygon797" transform="matrix(.34058 -.74549 .72624 .33179 266.38 664.02)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
26
+ <polygon id="polygon798" transform="matrix(.015844 -.81945 .79829 .015434 466.71 832.56)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
27
+ <polygon id="polygon799" transform="matrix(-.31707 -.75580 .73628 -.30888 725.66 902.38)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
28
+ <polygon id="polygon800" transform="matrix(-.55852 -.59985 .58436 -.54409 956.23 884.09)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
29
+ <polygon id="polygon801" transform="matrix(-.79561 -.19686 .19178 -.77507 1238.3 669.37)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
30
+ <polygon id="polygon802" transform="matrix(-.79806 .18671 -.18189 -.77745 1368.5 407.85)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
31
+ <polygon id="polygon803" transform="matrix(-.42514 .70072 -.68263 -.41416 1277.6 -266.62)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
32
+ <polygon id="polygon804" transform="matrix(-.68567 .44902 -.43743 -.66796 1454.9 1.4861)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
33
+ <polygon id="polygon805" transform="matrix(-.81122 .11694 -.11392 -.79028 1496.6 313.7)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
34
+ <polygon id="polygon806" transform="matrix(-0.802 -0.169 .16464 -.78129 1425 574.38)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
35
+ <polygon id="polygon807" transform="matrix(-.59473 -.56396 .54940 -.57938 1179.6 862.83)" d="m 659.70147,186.56717 7.73069,-29.84368 -25.29727,-17.61977 30.77193,-1.86988 8.94011,-29.50395 11.28741,28.68803 30.82257,-0.61468 -23.79593,19.60006 10.10929,29.12406 -25.99411,-16.57453 z" points="659.7 186.57 667.43 156.72 642.14 139.1 672.91 137.23 681.85 107.73 693.13 136.42 723.96 135.8 700.16 155.4 710.27 184.53 684.28 167.95"/>
36
+ </g>
37
+ </g>
38
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cl.svg ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata9">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs380">
13
+ <clipPath id="clipPath3194" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3196" fill-opacity="0.67" height="708.66" width="708.66" y="-.0014212" x="0"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath3194)" transform="matrix(.72249 0 0 .72249 0 .0010268)">
18
+ <rect id="rect280" fill-opacity=".99608" height="354.34" width="708.68" y="-.001224" x="354.31" stroke-width="1pt" fill="#fdfdfd"/>
19
+ <rect id="rect149" fill-opacity=".99608" height="354.34" width="354.34" y="-.001418" x="0" stroke-width="1pt" fill="#5651a9"/>
20
+ <path id="path205" d="m266.19 534.45-10.408-7.432-10.357 7.505 3.852-12.196-10.338-7.531 12.79-0.105 3.967-12.159 4.052 12.131 12.79 0.016-10.285 7.602 3.937 12.169z" fill-opacity=".99608" transform="matrix(5.2732 0 0 5.5381 -1171.4 -2694.5)" stroke-width=".11287" fill="#fdfdfd"/>
21
+ <rect id="rect115" fill-opacity=".99608" height="354.32" width="1063" y="354.34" x="0" stroke-width="1pt" fill="#ed2800"/>
22
+ </g>
23
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cm.svg ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata2993">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag">
13
+ <rect id="rect557" fill-rule="evenodd" height="512" width="170.67" y=".000039684" x="341.33" stroke-width="1pt" fill="#fff001"/>
14
+ <rect id="rect558" fill-rule="evenodd" height="512" width="169.61" y=".000012443" x="-1.2356e-8" stroke-width="1pt" fill="#009811"/>
15
+ <rect id="rect559" fill-rule="evenodd" height="512" width="172.79" y="6.1508e-8" x="169.61" stroke-width="1pt" fill="#c20000"/>
16
+ <path id="path3872" d="m308.99 327.55-46.899-35.456-51.387 36.542 19.528-60.826-53.25-36.098 63.956-1.1152 16.813-59.148 19.981 59.393 62.655-0.84038-52.363 38.53z" fill="#fff001"/>
17
+ </g>
18
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cn.svg ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
4
+ xmlns:cc="http://creativecommons.org/ns#"
5
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
+ xmlns:svg="http://www.w3.org/2000/svg"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:xlink="http://www.w3.org/1999/xlink"
9
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11
+ version="1.1"
12
+ width="512"
13
+ height="512"
14
+ viewBox="-5 -5 10.24 10.24"
15
+ id="svg2"
16
+ inkscape:version="0.48.4 r9939"
17
+ sodipodi:docname="cn.svg">
18
+ <metadata
19
+ id="metadata23">
20
+ <rdf:RDF>
21
+ <cc:Work
22
+ rdf:about="">
23
+ <dc:format>image/svg+xml</dc:format>
24
+ <dc:type
25
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
26
+ </cc:Work>
27
+ </rdf:RDF>
28
+ </metadata>
29
+ <sodipodi:namedview
30
+ pagecolor="#ffffff"
31
+ bordercolor="#666666"
32
+ borderopacity="1"
33
+ objecttolerance="10"
34
+ gridtolerance="10"
35
+ guidetolerance="10"
36
+ inkscape:pageopacity="0"
37
+ inkscape:pageshadow="2"
38
+ inkscape:window-width="1215"
39
+ inkscape:window-height="776"
40
+ id="namedview21"
41
+ showgrid="false"
42
+ inkscape:zoom="1.1660156"
43
+ inkscape:cx="256"
44
+ inkscape:cy="256"
45
+ inkscape:window-x="65"
46
+ inkscape:window-y="24"
47
+ inkscape:window-maximized="1"
48
+ inkscape:current-layer="svg2" />
49
+ <title
50
+ id="title4">Flag of the People's Republic of China</title>
51
+ <defs
52
+ id="defs8">
53
+ <polygon
54
+ id="s"
55
+ points="488533,-158734 -301930,415571 0,-513674 301930,415571 -488533,-158734 "
56
+ transform="scale(1.94676e-6,1.94676e-6)"
57
+ style="fill:#ffde00" />
58
+ <clipPath
59
+ clipPathUnits="userSpaceOnUse"
60
+ id="clipPath3010">
61
+ <rect
62
+ style="fill:#000000;stroke:none"
63
+ id="rect3012"
64
+ width="26.666668"
65
+ height="20"
66
+ x="-5"
67
+ y="-15.400001" />
68
+ </clipPath>
69
+ <clipPath
70
+ clipPathUnits="userSpaceOnUse"
71
+ id="clipPath3000">
72
+ <rect
73
+ style="fill:#000000;stroke:none"
74
+ id="rect3002"
75
+ width="19.999998"
76
+ height="19.999998"
77
+ x="-5"
78
+ y="-15.4" />
79
+ </clipPath>
80
+ </defs>
81
+ <g
82
+ id="flag"
83
+ transform="matrix(0.51200002,0,0,0.51200002,-2.44,2.8848002)"
84
+ clip-path="url(#clipPath3000)"
85
+ inkscape:label="#g3000">
86
+ <rect
87
+ style="fill:#de2910"
88
+ id="rect6"
89
+ height="20"
90
+ width="30"
91
+ y="-15.4"
92
+ x="-5" />
93
+ <use
94
+ height="20"
95
+ width="30"
96
+ y="0"
97
+ x="0"
98
+ id="use11"
99
+ transform="matrix(3,0,0,3,0,-10.4)"
100
+ xlink:href="#s" />
101
+ <use
102
+ height="20"
103
+ width="30"
104
+ y="0"
105
+ x="0"
106
+ id="use13"
107
+ transform="matrix(-0.51449575,-0.85749293,0.85749293,-0.51449575,5,-13.4)"
108
+ xlink:href="#s" />
109
+ <use
110
+ height="20"
111
+ width="30"
112
+ y="0"
113
+ x="0"
114
+ id="use15"
115
+ transform="matrix(-0.14142135,-0.98994949,0.98994949,-0.14142135,7,-11.4)"
116
+ xlink:href="#s" />
117
+ <use
118
+ height="20"
119
+ width="30"
120
+ y="0"
121
+ x="0"
122
+ id="use17"
123
+ transform="matrix(0.27472113,-0.96152395,0.96152395,0.27472113,7,-8.4)"
124
+ xlink:href="#s" />
125
+ <use
126
+ height="20"
127
+ width="30"
128
+ y="0"
129
+ x="0"
130
+ id="use19"
131
+ transform="matrix(0.62469505,-0.78086881,0.78086881,0.62469505,5,-6.4)"
132
+ xlink:href="#s" />
133
+ </g>
134
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/co.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3013">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.48166 0 0 .72249 0 -.0000026953)">
13
+ <rect id="rect171" height="708.66" width="1063" y="0" x="0" fill="#ffe800"/>
14
+ <rect id="rect403" height="354.33" width="1063" y="354.33" x="0" fill="#00148e"/>
15
+ <rect id="rect135" height="177.16" width="1063" y="531.5" x="0" fill="#da0010"/>
16
+ </g>
17
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cr.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3021">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd" transform="matrix(.68808 0 0 1.0321 0 .000045695)" stroke-width="1pt">
13
+ <rect id="rect551" height="496.06" width="744.09" y="-.000044" x="0" fill="#0000b4"/>
14
+ <rect id="rect552" height="333.07" width="744.09" y="77.953" x="0" fill="#fff"/>
15
+ <rect id="rect554" height="162.99" width="744.09" y="162.99" x="0" fill="#d90000"/>
16
+ </g>
17
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cu.svg ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata11">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs380">
13
+ <clipPath id="clipPath3384" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3386" fill-opacity="0.67" height="512" width="512" y="0" x="0"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath3384)">
18
+ <rect id="rect149" height="512" width="768" y="0" x="-32" stroke-width="1pt" fill="#0050f0"/>
19
+ <rect id="rect280" height="102.4" width="768" y="102.4" x="-32" stroke-width="1pt" fill="#fff"/>
20
+ <rect id="rect281" height="102.4" width="768" y="307.2" x="-32" stroke-width="1pt" fill="#fff"/>
21
+ <path id="path279" d="m-32-7.4219e-7 440.69 255.67-440.69 255.34v-511.01z" stroke-width="1pt" fill="#ed0000"/>
22
+ <path id="path205" d="m161.75 325.47-47.447-35.432-47.214 35.78 17.56-58.144-47.128-35.904 58.305-0.50059 18.084-57.968 18.472 57.835 58.305 0.0763-46.886 36.243 17.947 58.016z" stroke-width=".11287" fill="#fff"/>
23
+ </g>
24
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cv.svg ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg153" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3006">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <desc id="desc549">The United States of America flag, produced by Daniel McRae</desc>
13
+ <defs id="defs155">
14
+ <clipPath id="clipPath3488" clipPathUnits="userSpaceOnUse">
15
+ <rect id="rect3490" fill-opacity="0.67" height="512" width="512" y="0" x="0"/>
16
+ </clipPath>
17
+ </defs>
18
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath3488)">
19
+ <rect id="rect808" height="205.97" width="846.53" y="233.05" x="-123.43" stroke-width="1pt" fill="#fff"/>
20
+ <rect id="rect200" height="256.64" width="845.95" y="-.0000095367" x="-122.76" stroke-width="1pt" fill="#081873"/>
21
+ <rect id="rect648" height="126.13" width="852.12" y="385.87" x="-122.52" stroke-width="1pt" fill="#081873"/>
22
+ <rect id="rect728" height="39.649" width="845.95" y="302.55" x="-122.52" stroke-width="1pt" fill="#de3929"/>
23
+ <polygon id="polygon723" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 130.92 428.79)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
24
+ <polygon id="polygon730" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 316.91 280.12)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
25
+ <polygon id="polygon731" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 88.271 365.07)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
26
+ <polygon id="polygon732" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 316.91 359.08)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
27
+ <polygon id="polygon733" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 269.82 217.8)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
28
+ <polygon id="polygon734" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 198.74 193.05)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
29
+ <polygon id="polygon735" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 127.65 216.41)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
30
+ <polygon id="polygon736" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 86.184 280.12)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
31
+ <polygon id="polygon737" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 198.74 450.03)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
32
+ <polygon id="polygon738" fill="#ffce08" transform="matrix(7.398 0 0 7.3981 274.26 428.79)" d="M 1.3084868e-6,-4.0040002 0.89895399,-1.237304 3.8080309,-1.2373029 1.4545381,0.47260808 2.3534912,3.239305 0,1.5293919 l -2.3534933,1.7099115 0.8989552,-2.76669531 -2.353492,-1.70991339 2.9090761,1.3e-6 z" stroke-width=".125" points="0 -4.004 0.89895 -1.2373 3.808 -1.2373 1.4545 0.47261 2.3535 3.2393 0 1.5294 -2.3535 3.2393 -1.4545 0.47261 -3.808 -1.2373 -0.89895 -1.2373"/>
33
+ </g>
34
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cw.svg ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg id="Flag_of_Curacao" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
3
+ <metadata id="metadata12">
4
+ <rdf:RDF>
5
+ <cc:Work rdf:about="">
6
+ <dc:format>image/svg+xml</dc:format>
7
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
8
+ </cc:Work>
9
+ </rdf:RDF>
10
+ </metadata>
11
+ <defs id="defs3"><!-- the following is a regular 5-pointed star, radius 1, vertically aligned, centered at the
12
+ origin. It was produced with the following bc script:
13
+ scale=100
14
+ x=(cosd(72)-1)*sind(144)/(cosd(144)-1)
15
+ r=sqrt(x^2+cosd(72)^2) (the inner radius)
16
+ for(i=0; i<5; ++i) {phi=72*i; sind(phi); -cosd(phi); r*sind(phi+36); -r*cosd(phi+36)}
17
+ -->
18
+ <polygon id="pentagram" points="0 -1 0.22451 -0.30902 0.95106 -0.30902 0.36327 0.11803 0.58779 0.80902 0 0.38197 -0.58779 0.80902 -0.36327 0.11803 -0.95106 -0.30902 -0.22451 -0.30902"/>
19
+ <clipPath id="clipPath3016" clipPathUnits="userSpaceOnUse">
20
+ <rect id="rect3018" fill-opacity="0.67" height="9e3" width="9e3" y=".00017578" x="0"/>
21
+ </clipPath>
22
+ </defs>
23
+ <g id="flag" clip-path="url(#clipPath3016)" transform="matrix(.056889 0 0 .056889 0 -0.00001)">
24
+ <rect id="blue_background_Pantone_280" height="9e3" width="13500" y="0" x="0" fill="#002b7f"/>
25
+ <rect id="yellow_stripe_Pantone_102" height="1125" width="13500" y="5625" x="0" fill="#f9e814"/>
26
+ <use id="small_star" xlink:href="#pentagram" transform="scale(750)" height="9000" width="13500" y="2" x="2" fill="#ffffff"/>
27
+ <use id="large_star" xlink:href="#pentagram" transform="scale(1e3)" height="9000" width="13500" y="3" x="3" fill="#ffffff"/>
28
+ </g>
29
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cx.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg697" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3022">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag" fill-rule="evenodd">
13
+ <rect id="rect3447" height="512" width="512" y="0" x="0" stroke-width="1pt" fill="#0021ad"/>
14
+ <path id="path3446" d="m0.0000012757-0.0000057672 512 512-0.29-511.62-511.71-0.38001z" fill="#1c8a42"/>
15
+ <path id="path733" d="m227.5 97.284a34.922 34.922 0 1 1 -69.844 0 34.922 34.922 0 1 1 69.844 0z" transform="matrix(2.6485 0 0 2.6485 -257.15 1.0897)" fill="#ffc639"/>
16
+ <path id="path732" d="m195.39 217.47c6.3269 8.6884 15.91 23.235 23.624 19.441 6.0121 0.0196 9.1219 0.44588 9.9373 4.4443 14.194 2.4193 38.05-3.5701 52.884-22.896 0 0 1.254 0.16204 0.81744-7.1857 0.0826-3.2048 4.3772-2.5576 4.4805-1.5244 0.60069 1.5915 0.49232 2.7857 1.2974 2.8249 1.8351-0.61411 4.3308-4.7086 6.4229-7.3075 0.57283-1.1467 0.26112-2.3594 0.39427-3.7972 1.1023-2.7186 3.856-2.1252 4.4392-0.70494 0.52122 0.91653 0.52948 1.6235 1.0507 2.5401 2.795 1.862 7.8452 0.12386 8.2395 0.12386 0.49542-2.2769 1.961-2.0632 1.961-2.0632 1.862-0.41181 1.1353-0.24564 2.3543 0.39221-1.0786 12.293 2.4183 12.834 2.1293 19.146 0.12489 7.0339-2.1293 9.0342-2.1293 11.728 0.71527 3.2729 11.097 3.3864 7.4427 6.1628-3.211 1.7164 0.0176 4.9284-4.8211 6.1721-14.05 7.1361-16.744 13.257-16.744 13.257s-3.5299 6.6696-3.9221 6.6696c-2.3594 4.4495-5.3423 2.0178-6.9968 4.1894-0.8288 2.7258-1.7598 8.7607-0.10321 11.899 0.82673 4.3122-0.10322 6.6644-1.1395 10.98-0.93098 8.9981-4.497 10.362-4.9088 13.526-1.6566 3.373 0.34783 19.221-1.22 19.221-10.467 0.20642-18.488-2.0023-22.627-2.828 4.0356-17.383 2.473-32.667 2.473-34.235-1.0363-12.435-18.635-9.4078-21.323-11.062-2.2356-0.47478-3.6393-2.2934-4.4258-3.0788-2.4854-0.26113-3.4163-0.83396-5.9017-1.093-1.2427 0.61928-0.49336 1.2633-3.2626 2.1138-7.0143 0.84634-10.118-6.1154-10.118-6.1154 0.34267-2.347-15.774 0.47788-24.536-1.5554-3.5928 2.0023-5.1606 7.9236-8.1063 8.6296-0.0836 1.8351-4.8366-1.5079-5.7954-3.3142-0.20539-5.2546 4.5796-7.583 4.5796-7.583 3.7931-2.667 6.0493-3.1057 7.8772-4.946 0.91653-4.5764 0.45311-7.9598 2.4038-11.4 1.6504-2.6247 4.0841-1.3934 5.7345-2.5721 1.7794-1.1756 2.5266-8.8722 0.89278-10.982 0 0-7.1031-6.4085-7.4943-6.7996-2.313-6.6294 2.7-10.898 4.1388-10.418z" fill="#1c8a42"/>
17
+ <path id="path3443" d="m455.51 64.507c-2.4366-9.6396-24.239-30.401-40.625-43.612-3.9143-2.665-6.4636-1.0777-5.9543 2.722 2.0418 3.4026 3.5705 7.1437 5.6135 10.546 0.56699 2.2678 1.644 3.8552 2.211 6.123 0 0 0.16919 3.912 0.51178 4.2522 5.1017 5.6153 5.7821 10.377 5.7821 10.377 2.9483 5.6705 5.5559 9.809 10.717 14.458 5.7833 3.6287 1.5288 14.913 1.6998 20.924 0 3.7991-2.7203 3.3455-5.1023 2.8907-18.768-17.237-37.366-17.293-53.754-22.282-6.4055-0.68098-6.5195 2.3813-4.4213 4.0811 11.453 12.248 22.228 20.583 36.403 27.557 2.3814 1.4748 4.7615 2.9489 7.1434 4.4237 2.7221 2.2674 5.4425 4.5353 8.1646 6.8033 6.2939 4.0829 6.805 7.8256 6.805 8.164 0.1686 7.6552-3.9137 13.608-5.1047 15.99-2.1492 8.1184-6.4625 9.526-6.4625 9.526-35.041 23.645-53.414 29.768-110.23 22.453-0.85018-0.45359-6.2945 0.45358 0 2.7221 14.46 4.8191 49.978 12.546 84.341-3.7271 8.2504-5.7845 13.77-3.8867 19.747-7.3492 9.8122-6.0515 23.83-13.588 26.381-14.438 7.6546-4.0829 29.087-8.6758 34.02-12.759 5.6699-0.45419 11.544-1.1976 11.941-6.0737 1.8648-1.2024 4.5845-0.32518 6.6094-4.2941 4.4897-0.78178 3.7337-2.391 3.7337-2.391-1.1334-3.1739-5.3303-4.4789-8.3338-6.8026-4.4237-1.4754-7.4842-1.9284-10.718-0.3414-1.0206 0.45479-2.0412 0.90779-3.0617 1.3614 0 0-4.7627-0.67979-4.7627-1.02-10.584-0.58078-9.5542-35.656-13.298-50.285z" fill="#ffc639"/>
18
+ <path id="path3445" d="m354.38 73.886a2.0703 1.3672 0 1 1 -4.1406 0 2.0703 1.3672 0 1 1 4.1406 0z" transform="matrix(1.2043 .37822 -.40443 1.1263 83.426 -95.322)" fill="#1c8a42"/>
19
+ <polygon id="polygon3449" d="m 73.826341,356.02127 -13.802536,-12.92086 -13.96742,12.74244 1.496193,-18.84728 -18.670985,-2.97538 15.668257,-10.58132 -9.314917,-16.45269 18.041805,5.6526 7.055472,-17.54078 6.829506,17.62999 18.112948,-5.42031 -9.525551,16.33164 15.531004,10.78177 -18.707674,2.73523 z" points="73.826 356.02 60.024 343.1 46.056 355.84 47.553 337 28.882 334.02 44.55 323.44 35.235 306.99 53.277 312.64 60.332 295.1 67.162 312.73 85.275 307.31 75.749 323.64 91.28 334.42 72.572 337.16" transform="matrix(.85242 0 0 .85242 -10.029 88.758)" stroke-width="1pt" fill="#fff"/>
20
+ <polygon id="polygon3451" d="m 73.826341,356.02127 -13.802536,-12.92086 -13.96742,12.74244 1.496193,-18.84728 -18.670985,-2.97538 15.668257,-10.58132 -9.314917,-16.45269 18.041805,5.6526 7.055472,-17.54078 6.829506,17.62999 18.112948,-5.42031 -9.525551,16.33164 15.531004,10.78177 -18.707674,2.73523 z" points="73.826 356.02 60.024 343.1 46.056 355.84 47.553 337 28.882 334.02 44.55 323.44 35.235 306.99 53.277 312.64 60.332 295.1 67.162 312.73 85.275 307.31 75.749 323.64 91.28 334.42 72.572 337.16" transform="matrix(.67138 0 0 .67138 82.917 59.462)" stroke-width="1pt" fill="#fff"/>
21
+ <polygon id="polygon3452" d="m 240.50642,428.32541 -23.60735,-11.90224 -9.43503,24.69717 -8.27677,-25.10907 -24.13511,10.79197 11.90224,-23.60735 -24.69718,-9.43504 25.10907,-8.27676 -10.79196,-24.13512 23.60735,11.90224 9.43503,-24.69718 8.27677,25.10908 24.13511,-10.79197 -11.90224,23.60735 24.69718,9.43504 -25.10907,8.27676 z" points="240.51 428.32 216.9 416.42 207.46 441.12 199.19 416.01 175.05 426.8 186.95 403.2 162.26 393.76 187.37 385.48 176.57 361.35 200.18 373.25 209.62 348.55 217.89 373.66 242.03 362.87 230.13 386.48 254.82 395.91 229.71 404.19" transform="matrix(.65617 0 0 .65617 -13.22 216.2)" stroke-width="1pt" fill="#fff"/>
22
+ <polygon id="polygon3455" d="m 269.57019,243.43115 -13.75475,-0.61336 -6.8041,11.9697 -6.34619,-12.21864 -13.76811,0.0923 7.40856,-11.60528 -6.96402,-11.87737 13.75476,0.61336 6.80409,-11.9697 6.34619,12.21864 13.76811,-0.0923 -7.40856,11.60528 z" points="269.57 243.43 255.82 242.82 249.01 254.79 242.66 242.57 228.9 242.66 236.31 231.06 229.34 219.18 243.1 219.79 249.9 207.82 256.25 220.04 270.02 219.95 262.61 231.55" transform="matrix(.85232 -.012516 .012516 .85232 -17.441 176.58)" stroke-width="1pt" fill="#fff"/>
23
+ <polygon id="polygon3461" d="m 159.75957,320.13498 -12.93016,-8.8571 -12.58938,9.33513 4.42796,-15.03431 -12.76857,-9.0885 15.66679,-0.43461 4.69798,-14.95213 5.25464,14.7657 15.67208,-0.15243 -12.41924,9.56032 z" points="159.76 320.14 146.83 311.28 134.24 320.61 138.67 305.58 125.9 296.49 141.57 296.06 146.26 281.1 151.52 295.87 167.19 295.72 154.77 305.28" transform="matrix(.77294 0 0 .75275 17.672 171.67)" stroke-width="1pt" fill="#fff"/>
24
+ </g>
25
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cy.svg ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg559" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3056">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <g id="flag">
13
+ <rect id="rect4964" height="512" width="512" y="2.086" x="-2.086" fill="#fff"/>
14
+ <polygon id="polygon565" transform="matrix(.45610 0 0 .45610 -63.823 10.873)" d="m 699.33337,498.1459 3.01619,-3.97839 -1.56739,-4.74007 4.71573,1.63917 4.02372,-2.95543 -0.1017,4.99145 4.05419,2.91351 -4.77859,1.44572 -1.5181,4.75608 -2.85162,-4.09795 z" fill-rule="evenodd" points="699.33 498.15 702.35 494.17 700.78 489.43 705.5 491.07 709.52 488.11 709.42 493.1 713.47 496.02 708.7 497.46 707.18 502.22 704.33 498.12" stroke-width="1pt" fill="#808080"/>
15
+ <path id="path568" d="m128.27 257.88h0.2503c-0.66806 0-0.31706-0.0509 0.75149 0.76487 0.87367 0.35544 1.6424 0.51011 3.0054 0.51011 1.1949 0.0867 2.2289 0.25475 3.5066 0.25475 1.1752 0.50465 1.8445 0.96563 2.7551 1.2744 0.40167 0.6193 1.2777 2.0065 1.7533 2.5494 0.882 0.66053 1.9464 1.0639 2.7551 1.7845 1.0078 0.27963 1.649 0.71573 2.7551 1.5291 0.83253 0.40153 1.6198 0.7321 2.7551 1.275 1.09 0.38334 2.2813 0.89649 3.2557 1.2744 0.85817 0.20562 2.0054 0.55681 2.7551 1.0196 1.0644 0.23534 1.9577 0.53741 3.2563 0.76487 1.326 0.16073 1.9953 0.51738 3.2557 0.76485 1.1317 0.5829 2.0137 1.0178 3.2563 1.5297 0.50418 0.75454 0.93744 1.4333 2.0036 1.7839 0.54767 0.6751 1.4559 0.85464 2.0036 1.5297 0.80691 0.38879 1.6955 0.64659 2.7551 1.0196 1.2771 0.0928 2.1985 0.4622 3.5066 0.51011h3.5066 3.5066c1.118 0.13527 2.3701 0.31359 3.2557 0.50951 1.2259 0 2.4208 0.0212 3.5066-0.25475 1.4017-0.0169 2.0554-0.4161 3.2563-0.51012 1.3397 0.21654 2.2485 0.097 2.7551 1.275 0.83015 0.84492 1.3349 1.6723 1.5024 2.8041 0.26402 0.8061 0.2509 2.1387 0.2509 3.3136 0 1.1076 0.006 2.314 0.2503 3.0594 0.79739 0.78305 1.419 1.0141 2.5048 1.2744 0.80513 0.27295 2.2884 0.51133 3.0054 1.0196 0.59178 0.63204 0.88141 1.6359 1.7533 2.2946 0.76222 0.59564 2.037 0.71999 3.2557 0.76426h3.5066c1.0948 0 2.5477 0.10611 3.2563-0.25475 1.0846-0.40154 1.3695-1.1482 2.7551-1.2744 1.3051 0.20015 1.2783 0.82915 2.2539 1.2744 0.62099 0.91105 1.2098 1.2871 2.0036 1.7845 0.51491 0.74909 1.1883 1.3308 2.2545 1.5297 1.3051-0.13465 2.4857-0.52406 3.5066-0.76485 0.35698-0.90983 0.7944-1.5376 1.2521-2.2946 0.33969-0.58472 0.5006-0.73513 0.5006-1.7845 0.37485-0.76183 0.32837-2.3116 0-3.3136-0.0471-1.2974-0.34506-1.9828-0.5006-3.3142 0-1.2356 0.0579-2.4116 0.2503-3.3136 0.5149-0.60474 0.84983-1.594 1.2527-2.2946 0.68297-0.83401 1.3159-1.1476 2.2539-1.5291 0.79261-0.2687 2.1013-0.25536 3.2563-0.25536 0.61264-0.18681 1.6299-0.12497 1.2521-0.5095-0.32479 0.33057-1.5709 0.43489-0.2503 0.5095 0.71872-0.49616 2.0298-0.72422 2.7551-1.0196 1.0697-0.16377 1.711-0.53376 2.7551-0.76425 0.7807-0.46523 1.6544-0.68784 2.7551-1.0202 0.90705-0.35119 1.9273-0.6945 3.0054-1.0196 1.1532-0.55136 1.8641-0.86253 3.0054-1.0196 0.78546-0.42155 1.7718-0.5095 3.006-0.5095 1.1573 0.75516 1.7646 1.3472 2.7551 2.294 0.4732 0.70906 0.89691 1.1355 1.2521 2.0392 0.80156 0.55499 1.23 0.96441 2.7551 1.0196 1.2062 0 1.6848 0.20987 2.0036-0.76425 0.65913-0.59806 1.0006-1.6559 1.7533-2.2946 0.74732-0.74726 1.6704-1.127 2.5048-1.5291 0.9404-0.26142 1.7002-0.60717 3.0054-0.76487 0.8689-0.32329 1.767-0.39183 2.7551 0.25475 0.7354 1.0451 1.5656 2.112 2.5048 3.3142 0.63706 0.41973 1.4172 0.5095 2.5042 0.5095 0.76461-0.3888 2.3421-0.25475 3.5066-0.25475 1.0256 0.30024 1.4738 0.98807 2.5048 1.2744 0.57629 0.0589 0.88678 0.25475 1.503 0.25475 1.832 0.24201 2.5942 0.0582 4.0072-0.25475h3.5066c1.2306 0.0467 1.8939 0.25475 3.2557 0.25475 0.76104 0.47008 2.0656 0.68844 3.006 1.0202 1.1854 0.28386 1.4118 0.74181 2.5042 1.2744 0.70858 0.36029 2.1615 0.25475 3.2563 0.25475 1.3075-0.15831 2.1764-0.38455 3.2557-0.76486 0.95054-0.23595 1.3528-0.48039 1.7533-1.2744 0.62277-0.43066 1.4821-1.1203 2.0042-1.7845 0.68773-0.47614 1.2849-1.0839 1.7527-1.7845 0.67462-0.4531 1.8087-1.6074 2.2545-2.294 0.64005-0.52163 1.3242-1.614 1.7533-2.2946 0.54947-0.83098 1.2432-1.3126 1.7533-2.5487 0.39036-1.1919 0.44161-2.126 0.7515-3.3142 0.25805-0.96321 0.73183-1.7784 1.0018-3.0588 0.50894-1.1161 0.91657-2.2048 1.2521-3.0594 0.61502-0.70177 1.0226-1.5504 1.7533-2.294 0.41896-0.65933 0.97736-0.99476 1.503-1.5297 0.59654-0.57865 1.4964-1.0069 2.5042-1.2744 1.0346-0.2869 1.4821-0.74848 2.0036-1.5297 0.94698-0.32087 1.5054-0.73636 2.7551-1.0196 1.0989-0.33117 1.9988-0.54164 3.006-0.76486h3.5066c1.2628 0 2.3504 0.11522 3.506 0.25536 1.1418 0.33178 2.2134 0.62111 3.2563 0.76487 0.71694 0.34513 1.9094 0.97593 2.5048 1.5291 0.74792 0.50283 1.565 1.3144 2.0036 2.0392 0.32717 1.0002 0.85935 1.4418 1.5024 2.2946 0.66926 0.88617 1.2324 1.4466 2.5048 2.0392 1.0137 0.23899 1.8439 0.67388 3.0054 0.76486 1.3308 0 2.1359 0.16742 3.2563 0.25475 1.2253 0 2.4208 0.0212 3.5066-0.25475 1.0936-0.64294 1.4857-0.8146 2.2539-1.7845 1.0101-0.50586 1.7438-0.90739 3.006-1.0196 0.82956-0.18378 1.8576-0.25475 3.0054-0.25475 0.65018 0.45371 1.3403 0.62475 1.7533 1.2744 0.65972 0.47554 0.70323 0.73332 1.7533 0.76487 0.71633 0.4264 1.7712 0.6296 2.7551 0.76486h3.506-3.506 3.506c0.96008-0.82067 1.2527-0.72725 1.2527-1.7845 0.77534-0.63202 1.1597-1.5188 2.0036-2.5493 0.45769-0.75636 0.89512-1.3848 1.2521-2.2946 0.27354-0.83522 0.61382-2.1162 0.7515-3.0588 0.31645-0.84554 0.61502-2.1454 0.7515-3.3136 0.30333-1.1779 0.50119-2.2309 0.50119-3.569v-3.5689c-0.0149-1.2604-0.20084-2.1417-0.50119-3.0588-0.39692-1.1264-1.0608-1.9495-1.503-2.8041-0.74137-0.59625-1.6568-1.4321-2.2539-2.0392-1.1389-0.69875-2.0018-1.2076-3.0054-1.7845-1.0972-0.69146-2.1508-1.2914-3.006-1.7845-0.50238-0.57197-1.3188-1.3575-1.7527-1.7845-0.34327-0.69815-0.34327-2.3613 0-3.0588 0.0292-1.0615 0.14004-1.6729 0.75089-2.2946 1.1413-0.4167 1.9023-0.96563 2.7551-1.5297 0.55364-0.78852 1.4214-0.94017 2.5048-1.7839 1.084-0.48402 1.6985-0.73817 2.5048-1.5297 1.1716-0.3979 2.2652-1.2082 3.2557-1.5297 0.53635-0.65993 1.5405-1.2058 2.7551-1.5291 0.86889-0.60229 1.9088-1.2428 2.7551-1.5297 1.1794-0.63628 2.0554-0.8601 3.2563-1.5297 1.2247-0.31115 2.3183-0.87162 3.5066-1.2744 0.30453-0.3791 0.66806-0.65993 1.2521-0.76487 1.559-0.094 2.8588-0.26445 3.7569-1.0196 1.0072-0.36332 1.1115-1.0991 1.7533-1.7845 0.46067-0.84311 0.96366-1.2167 1.2521-2.294 0.79678-0.871 0.35637-1.1264-1.0018-1.275-0.4273-0.43491-0.81288 0.004-1.0018-0.76426-0.89869-0.41064-1.1335-1.1233-1.7533-1.7845-0.37842-1.0536-0.36949-1.5273 0.75149-2.0398 0.69846-0.48281 1.6925-0.64538 2.2545-1.2744 1.0435-0.16013 1.8361-0.61868 2.7551-1.0196 1.3612-0.0989 2.0852-0.41185 3.2557-0.76486 0.99642-0.54165 1.6436-0.85948 2.5048-1.2744 1.0298-0.4537 2.2575-1.0942 3.2557-1.5297 0.8981-0.60897 2.0388-1.2046 3.2563-1.5291 0.89691-0.46401 2-0.82855 3.0054-1.275 0.85818-0.20561 2.0054-0.5562 2.7551-1.0196 1.1544-0.22382 2.4041-0.6478 3.2563-1.0196 0.83792-0.38517 1.8248-0.8698 2.5042-1.2744 1.0375-0.45673 1.7783-1.0032 2.7557-1.275 0.59178-0.57441 1.3892-0.9814 2.2539-1.2744 0.705-0.66599 2.2044-1.5861 3.0054-2.0392 0.75984-0.36636 1.6478-0.73938 2.2545-1.275 0.58284-0.0656 0.41836-0.18863 1.0018-0.25475 1.8254-0.55924 2.7575-0.76729 3.7569-1.7845 0.77653-0.37424 1.5751-0.78062 2.2539-1.2744 0.83551-0.67509 1.5012-1.2865 2.0036-2.0392 0.91181-0.32936 1.4112-0.9723 2.2545-1.5297 0.87366-0.35544 1.643-0.51011 3.0054-0.51011 1.0954 0 2.5477 0.10611 3.2563-0.25475 1.5715-0.0189 1.9804-0.40275 3.0054-1.0196 0.33909-0.97291 1.0632-1.4594 2.0036-2.0392 0.55423-0.51497 1.9553-1.2859 2.5048-1.7845 1.084-0.52831 1.5524-1.2022 2.5048-2.0392 0.73541-0.80551 1.6568-1.5504 2.5042-2.0392 1.053-0.46703 1.8075-0.6769 2.7551-1.0196 1.186-0.21532 2.3778-0.43671 3.5042-0.76486 1.2813-0.10008 1.7342-0.48161 2.7593-0.76487 0.70919-0.68844 1.1383-1.0354 2.0024-2.0392 0.42312-1.1713 1.0489-1.6001 2.2527-1.7845 1.2098-0.64356 2.1812-0.71998 3.0096-1.5297 0.84625-0.86313 1.4303-1.8342 2.2527-2.8041 0.46483-1.0985 0.89988-1.759 1.0012-3.0588-0.0178-1.5643-0.35161-1.7893-1.0012-2.8041-0.62577-0.91347-1.0191-1.4945-1.5018-2.2946-0.78069-0.44885-1.8892-0.89466-2.7593-1.2744-1.1919 0.0934-1.9249 0.36575-2.7533 0.76487-0.85221 0.70116-1.4422 1.2774-2.0024 2.294-0.38141 0.82127-0.63767 1.7256-1.0012 2.8041-0.47677 0.69328-1.615 1.3514-2.509 1.7845-1.0489 0.46705-1.7998 0.67692-2.7533 1.0196-1.1859 0.41731-1.739 0.77821-3.0048 1.275-0.74078 0.35665-1.7658 0.90498-2.5048 1.2744-1.0894 0.65993-2.1329 1.1743-3.0054 1.5297-1.1109 0.64173-1.7456 0.99414-2.7551 1.2744-1.1389 0.68964-2.2414 1.2125-3.2563 1.7845-0.84207 0.42094-1.6639 0.96744-2.7551 1.5297-0.88558 0.19592-2.1383 0.37424-3.2557 0.5095h-3.7575c-1.0703-0.2511-2.3439-0.47007-3.506-1.0196-1.2473-0.65751-1.8576-1.0736-2.7551-1.7845-0.54888-1.0876-0.73422-1.6074-0.7515-3.0588-0.77832-0.39608-1.8552-0.49556-3.0054-0.51011-1.2706 0-2.4488-0.048-3.2563 0.51011-1.0906 0.16499-2.0072 0.61383-2.7551 1.2744-1.1532 0.55803-1.9064 1.2307-2.7551 1.7845-0.88261 0.54165-2.0244 1.3526-3.0054 1.7845-0.92194 0.40214-2.3636 0.84249-3.5066 1.2744-1.4708 0.43005-2.5346 0.90437-4.0072 1.0202-1.2575 0.57865-2.2432 0.75091-3.5066 1.2744-1.2825 0.48525-2.1883 0.84311-3.5066 1.2744-0.86949 0.45006-2.4398 1.2022-3.2563 1.7845-1.4958 0.76122-2.5906 1.4078-3.7569 2.0392-1.1722 0.50102-2.0215 0.97655-3.2557 1.5297-0.60668 0.55013-1.8087 0.9814-2.5048 1.5297-1.1174 0.28446-2.4011 0.75333-3.0054 1.2744-0.9881 0.12073-1.537 0.38576-2.0036 1.0196-0.89273 1.09-0.50239 1.0196-1.503 1.0196-0.85579 0.52891-2.1866 0.5101-3.5066 0.5101-1.3361-0.0364-2.388-0.25535-3.7569-0.25535-1.1752-0.2135-2.2491-0.46402-3.5066-0.50951h-3.5066-3.506-3.5066-4.0078-3.506-3.5066c-1.3308 0-2.1359 0.1674-3.2563 0.25476-1.2462 0.091-2.2176 0.36696-3.2557 0.5101-1.1287 0.17287-1.6448 0.60473-2.5048 1.0196-0.79083 0.38152-1.5882 0.76546-2.5048 1.0196-1.2294 0.66175-2.6442 1.0087-4.0072 1.2744-1.0286 0.48586-2.4893 0.74546-3.2563 1.275-1.174 0.0916-1.9422 0.41427-3.2557 0.5095-1.1156 0.51375-2.0346 0.78731-3.006 1.0196-0.90047 0.3057-1.767 0.49494-3.0054 0.51011-1.1585 0.15952-1.7974 0.49131-3.0054 0.76486-0.42968 0.36817-1.1156 0.63021-1.7533 0.76425-1.4714 0.70967-1.9535 0.76487-3.5066 0.76487h-3.5066c-1.6705-0.16499-3.3284-0.37728-5.009-0.76487-1.7146-0.0837-3.3498-0.30388-5.0096-0.5095h-3.7569-3.7569-3.5066c-1.3236-0.0479-2.4988-0.3057-3.7569-0.51011-1.1776-0.21412-2.422-0.31784-3.506-0.76425-1.5578-0.0837-3.1335-0.29843-4.5084-0.76487-1.2527-0.22745-2.4535-0.65568-3.7569-0.76486-0.72349-0.44703-2.1424-0.59564-2.7551-1.0196-1.1454-0.0898-2.0972-0.45188-2.7551-1.0196-1.1716-0.17711-1.8504-0.70299-3.006-1.0196-1.0405-0.64113-2.2968-0.85584-3.7569-1.5297-1.2438-0.27112-2.4887-0.71875-3.7569-1.0196-0.99882-0.3518-2.2164-0.68661-3.0054-1.2744-1.1073-0.30751-1.7426-0.6393-3.0054-1.0202-0.58998-0.53437-1.7509-1.0942-2.5048-1.5291-0.54768-0.49676-1.9869-1.3502-2.7551-1.7845-0.81586-0.96138-1.6389-1.9094-2.7551-3.0588-0.77474-0.8601-1.6591-1.5516-2.5048-2.0398-1.0858-0.46036-2.3159-1.1185-3.0054-1.5291-0.94876-0.26324-1.7146-0.85038-2.2545-1.5297-0.85399-0.49251-1.4112-0.93165-2.2539-1.5291-1.3087 0.50466-1.4464 0.25475-2.7551 0.25475-1.4929-0.12497-2.5912-0.17166-4.0072 0-1.2247 0.14679-2.4226 0.25476-3.7575 0.25476h-3.506c-1.5846 0.0194-1.8409 0.22806-2.2545 1.5297-0.72885 0.81581-1.0334 1.7711-1.7533 2.294-0.61799 0.79763-1.5095 1.3405-2.5048 1.7845-1.2366 0.8704-1.6097 1.1852-2.2539 2.2946-0.82003 0.73151-1.5036 1.7778-2.0036 2.5487-0.4547 0.79154-0.75983 1.5249-1.0018 2.8041 0 1.2198 0.0983 2.5032-0.2503 3.569 0 1.2198 0.0983 2.5032-0.2509 3.569v3.569 3.5689c0.52205 0.78124 1.2253 1.0809 1.503 2.294 0.37128 1.0075-0.31644 0.64659-1.0018 1.2744h-3.5066-3.5066c-1.2771 0-2.3111-0.16801-3.5066-0.25475-1.0119-0.18378-2.4935-0.2511-3.2557-0.5095h-3.5066c-1.2461-0.091-2.2175-0.36697-3.2563-0.51011-1.4506-0.28143-2.4541-0.70845-3.7569-1.5297-1.3337-0.29054-2.3522-0.80186-3.5066-1.5291-1.2438-0.33178-2.2294-0.99656-3.506-1.275-0.85937-0.41367-1.4738-0.8146-2.5048-1.2744-0.60609-0.84433-1.1907-1.315-2.5048-1.5297-1.0078-0.52649-1.8618-0.5095-3.2557-0.5095-1.3051 0.1577-2.065 0.50343-3.006 0.76486-1.0435 0.48039-2.4041 0.88921-3.2557 1.2744-0.85162 0.34694-1.6252 0.81278-2.5048 1.2744-0.67343 0.88192-1.0674 1.409-1.503 2.2946-0.33372 0-0.2503-0.0849-0.2503 0.25476-1.3492 0.0491-2.7682 0-4.2575 0-0.70681 0.35969-2.0817 0.43733-3.006 0.5101-0.73362 0.57744-1.6013 1.0778-2.2539 1.5291-0.43207 0.87949-0.73422 1.1136-0.7515 2.5493 0.0536 1.5231 0.59118 1.9658 1.0018 3.0588-0.30156 1.3902-0.83732 1.5055-2.0036 1.7845-0.88618 0.19591-2.0417 0.25475-3.2563 0.25475h-3.7569-3.7569c-1.4428 0-2.121 0.0164-2.7551-0.76425-0.43564-0.86434-0.47676-1.9658-0.7515-2.8041-0.74612-1.033-1.0793-1.7262-2.2539-2.5493-0.25863-0.78973-0.87903-1.9488-1.2521-2.8041-0.40168-0.86191-0.71156-1.6231-1.503-2.2946-0.83255-0.7867-1.7759-1.2974-2.5048-2.0392-0.83792-0.54711-1.5107-1.0014-3.0054-1.0196-1.214 0-2.3701 0.0589-3.2563 0.25475-0.61025 0.53923-1.6311 1.1148-2.5042 1.7845-0.69251 0.93954-1.3063 1.625-2.2545 2.5493-1.0686 0.99716-2.1317 1.6025-3.0054 2.0392-0.80037 0.4076-1.6168 0.91043-2.2545 1.7845-0.74375 0.32997-1.1049 0.88375-1.5024 1.7845-0.65375 0.59321-1.0286 1.5813-1.2527 2.5493-0.40823 1.2477-0.46424 2.681-0.50059 4.0785v3.5689c-0.39632 0.47919-0.61027 0.98869-1.2521 1.5297-0.61324 0.5556-1.5352 1.1634-2.2545 1.5291-0.69786 0.91347-1.1329 1.4497-1.2521 2.8041 0 1.1142-0.10367 2.593 0.2503 3.3142 0.50656 0.72179 1.5286 1.2204 2.5048 1.7845 0.93803 0.33846 1.4249 1.0784 2.0036 2.0392 1.0727 0.49009 0.9404 0.9438 2.2539 1.0196 0.7956 0.63627 2.0161 0.83583 3.006 1.2744 1.0024 0.27841 1.5018 0.74182 2.5042 1.0196 0.64899 0.86008 1.3641 1.4181 1.7533 2.8041 0.10546 0.89102 0.45173 1.7839 0 2.5493-1.0203 0.61807-2.3892 1.0117-3.0054 1.5297-0.8105 0.0431-0.7503 0.23473-1.2521 0.5095-0.0103 1.7038-0.23362 2.5724-0.5012 3.8237-0.0858 1.1403-0.2503 1.9598-0.2503 3.3142v3.569c0.53278 1.1324 1.2366 1.3435 2.0036 2.0392 0.76342 0.55499 1.0012 1.2089 1.2521 2.294 0.42968 0.99717 0.88737 1.8287 1.2527 2.8041 0.4565 0.97655 0.7515 1.8627 0.7515 3.3142-0.1251 1.3957-0.69846 1.6359-1.7533 2.294-0.5602 0.69026-0.37605 1.9118-0.7515 3.0594 0 1.1749-0.0137 2.5075 0.2503 3.3136 0.42908 0.58229 0.32479 0.82612 0.5012 1.7845z" fill-rule="evenodd" fill="#ffce00"/>
16
+ <g id="g588" fill-rule="evenodd" transform="matrix(.59595 0 0 .60655 -117.78 -72.873)" fill="#009a00">
17
+ <path id="path569" d="m460.16 634.92l-0.683-0.683c1.55 1.549 0.802 0.981-0.683-2.731-0.145-3.936-1.098-4.57-3.413-6.145-2.715-0.904-3.875-2.064-4.779-4.779-1.736-1.433-3.042-3.351-4.097-5.462-1.876-1.275-3.503-2.903-4.779-4.779-1.876-1.276-3.503-2.903-4.779-4.779-2.594-0.906-4.306-2.751-7.51-4.096-1.803-1.719-3.497-2.567-6.145-4.097-2.963-1.419-3.132-2.446-6.827-2.731-1.13 1.244-2.92 0.755-3.414 2.731 0.15 4.046 0.955 4.894 2.731 8.193 0.138 3.729 1.14 5.484 2.731 8.193 1.939 1.357 3.431 3.769 5.462 5.462 2.168 1.474 3.03 3.04 6.145 4.779 1.627 2.035 4.347 3.126 6.827 4.779 3.054 1.178 5.559 2.087 7.51 3.414 2.74 0.644 4.611 1.681 6.827 2.731 3.277 0.307 4.611 0.673 8.876 0z"/>
18
+ <path id="path570" d="m474.5 654.03l-0.682-0.682c1.621 1.621 0.848 0.958-1.366-2.731-2.524-2.39-3.07-4.221-6.827-4.78-2.006-0.802-5.262-1.298-7.51-2.048-3.887 0-5.668-0.415-8.876-1.365-2.293-0.626-5.194-1.738-7.51-2.731-2.746-0.408-5.589-1.482-8.193-2.048h-9.558c-3.067 0.721-4.793 0.753-5.462 4.096 1.4 1.695 3.248 3.173 4.779 4.779 0.863 2.999 2.946 3.714 4.779 5.462 3.161 1.094 3.803 1.911 7.51 2.048 3.143 1.048 5.428 1.324 8.876 1.366 3.657 0 6.287 0.742 9.558 1.365 2.724 0.368 5.396 0.683 8.876 0.683 2.966 0 6.197-0.017 8.193-0.683 4.302-3.441 3.413-4.188 3.413 0.683 0.456 0.455 0.911 0.91 1.366 1.365"/>
19
+ <path id="path571" d="m497.71 664.27h-0.682c1.843 0 0.907 0.045-2.731-0.682-3.405-0.973-5.339-1.918-8.876-2.049-2.101-1.228-4.68-1.365-8.193-1.365h-9.558c-3.38 0.26-4.813 1.105-8.193 1.365-1.794 1.05-5.358 1.912-7.51 2.731-1.92 1.306-3.559 2.929-6.145 4.097 0.596 3.391 2.479 4.668 4.78 6.144 2.31 0.925 4.685 1.798 8.192 2.049 3.355 0.124 5.163 0.682 8.876 0.682 3.479 0 6.152-0.314 8.876-0.682 2.266-1.074 4.194-2.199 7.51-2.731 1.653-1.433 4.073-2.433 6.144-3.414 1.834-0.868 4.329-1.669 6.145-2.731l-6.145 2.731c1.834-0.868 4.329-1.669 7.51-6.145z"/>
20
+ <path id="path573" d="m529.8 679.98v-0.682c0 1.908 0.085 0.894-1.365-2.731-2.527-1.332-5.559-2.273-7.511-3.414-2.984 0-6.944-0.283-8.875 0.683-3.448 0.041-5.733 0.318-8.876 1.365-2.996 0.452-4.723 1.5-6.827 2.731-2.378 1.283-5.824 2.934-8.876 4.096-2.698 1.881-3.612 2.984-6.827 4.78-2.025 2.219-4.098 3.552-5.462 5.462-0.606 2.304 0.039 5.022 2.731 6.144 1.702 1.406 4.316 2.14 6.827 2.731 3.187-0.118 6.001-0.56 8.193-2.048 3.383-0.448 5.393-1.44 8.193-2.048 2.396-0.851 4.69-1.667 7.51-2.049 1.953-1.324 5.416-2.467 7.51-3.413 3.43-1.389 5.621-3.221 8.193-4.779 1.226-1.419 2.862-2.951 4.779-3.414l-4.779 3.414c1.226-1.419 2.862-2.951 5.462-6.828z" transform="matrix(1 0 0 .85157 1.1887 101.1)"/>
21
+ <path id="path574" d="m557.11 693.63c-0.127-0.032-3.176-1.365-5.461-1.365-2.024-1.184-5.299-1.422-8.193-2.731-3.731 0-6.271 0.418-8.193 2.048-2.838 0.383-5.375 1.217-7.51 2.731-2.658 0.625-5.07 1.21-7.51 2.731-3.294 1.382-4.744 2.679-6.828 4.096-1.405 1.701-4.441 2.652-6.144 4.097-1.529 1.851-1.526 4.299-0.683 6.827 1.748 1.076 4.736 2.144 6.827 3.414 3.052 0.545 6.162 0.682 9.559 0.682 3.031-0.233 5.588-0.741 7.51-2.048 3.434-1.654 4.348-2.876 6.827-4.779 1.434-1.736 3.833-3.133 6.145-4.096 1.742-1.51 3.856-2.614 6.827-3.414 1.663-1.585 3.194-3.117 4.779-4.779 1.909 0 0.598 0.211 2.048-3.414z" transform="matrix(1 0 0 .88839 0 76.96)"/>
22
+ <path id="path575" d="m587.15 696.36c-0.164-0.025-3.855-0.683-6.145-0.683-1.931-0.965-5.891-0.683-8.875-0.683-3.762 0.14-4.925 0.917-6.828 2.731-1.935 1.191-4.271 2.261-6.144 4.097-2.394 1.467-4.551 3.489-6.828 4.779-2.505 1.073-4.664 2.302-7.51 2.731-1.372 1.661-3.778 3.096-5.462 4.779-1.874 1.406-2.669 2.082-2.731 5.462-1.39 1.121-2.329 3.322-2.048 4.096 2.763 1.419 5.047 2.003 8.876 2.049 3.647 0.043 6.208 0.837 9.558 0 3.414-1.012 4.778-1.72 8.193-2.731 1.743-2.271 3.052-3.791 5.462-5.462 1.302-1.915 2.862-3.677 5.462-4.779 1.948-1.772 4.83-3.729 6.827-4.78 1.221-1.709 3.602-3.527 5.462-4.779 1.368-2.315 1.757-2.7 2.731-6.827z" transform="matrix(1 0 0 .86641 -.59437 95.81)"/>
23
+ <path id="path577" d="m589.88 693.63v-10.924-9.558c-3.17-1.875-3.645-2.997-4.779-6.827-1.683-2.73-2.969-4.447-4.097-6.828-1.581-1.659-2.884-3.812-3.414-6.827-1.304-2.528-2.113-5.07-4.779-6.145-2.415-0.525-5.565-0.683-8.875-0.683-4.522 0.168-4.097 0.965-4.097 5.462 0.318 3.497 1.433 4.412 2.731 7.51 1.003 2.118 2.092 4.294 3.414 6.145 1.021 2.262 2.623 5.174 4.096 6.827 1.196 2.511 2.915 4.786 3.414 7.511 1.871 2.374 3.164 4.451 4.779 6.144 1.337 2.791 2.343 4.37 4.779 5.462 1.393 2.088 3.748 2.26 6.828 2.731z"/>
24
+ <path id="path578" d="m557.11 682.71h0.683c-1.908 0-0.894 0.085 2.731-1.365 0.966-1.932 0.683-5.891 0.683-8.876 0-3.887-0.643-5.542-1.366-8.193-1.242-2.965-2.255-4.355-2.731-7.51-1.021-2.156-2.049-4.329-2.731-6.827-1.227-1.806-2.104-4.529-2.73-6.827-2.305-1.306-4.433-2.616-6.828-3.414-2.171-1.028-4.193-2.561-6.827-3.414-3.425 0.627-3.812 1.756-4.097 5.462-0.787 2.754 0.293 5.244 1.366 7.51 1.128 2.694 1.801 5.426 3.414 7.51 0.984 3.063 1.986 4.131 2.048 7.51 1.175 2.01 1.666 4.969 2.731 7.51 1.371 3.171 2.647 4.538 4.779 6.828 2.915 1.982 3.916 2.814 8.875 4.096z"/>
25
+ <path id="path579" d="m529.8 673.83c0-0.327 2.168-1.67 3.414-3.414 1.02-2.041 0.894-6.191 0-8.876-1.295-3.199-2.706-5.597-3.414-8.192-0.72-2.16-0.683-5.728-0.683-8.876-0.623-2.868-1.649-4.988-2.731-8.193-0.882-2.206-2.602-4.966-3.413-7.51-1.065-1.006-2.269-3.071-3.414-4.096-1.335-1.092-1.382-1.366-4.096-1.366-3.629 0.135-5.455 0.47-7.511 2.731-0.719 2.16-0.682 5.728-0.682 8.876 0.045 3.762 0.395 5.541 2.048 8.193 1.206 2.869 3.736 5.663 5.462 8.192 1.415 2.396 2.316 4.675 4.096 6.145 0.464 3.076 1.621 4.484 2.731 6.827 0.464 3.076 1.621 4.484 2.731 6.828 1.786 0.198 0.952 0.634 2.048 1.365l-2.048-1.365c1.786 0.198 0.952 0.634 5.462 2.731z"/>
26
+ <path id="path581" d="m502.49 653.35c0.417-0.939 2.951-4.593 3.413-6.828-0.046-3.872-0.497-6.515-2.731-8.875-0.554-2.389-1.894-5.998-2.731-8.193 0-3.148 0.038-6.716-0.682-8.876 0-3.587-0.496-5.742-1.366-8.193-1.542-2.267-3.203-2.931-6.827-4.096-2.937-0.979-4.967-0.273-8.193 0.683v9.558c0.043 3.613 0.688 6.193 2.048 8.193 1.11 2.342 2.182 4.016 3.414 6.827 0.132 3.711 1.116 5.629 1.365 8.876 0.269 3.491 0.597 5.298 2.731 7.51 2.907 1.374 3.794 2.703 6.145 3.414l-6.145-3.414c2.907 1.374 3.794 2.703 9.559 3.414z"/>
27
+ <path id="path582" d="m477.92 638.33v-0.682c0 1.908-0.084 0.894 1.366-2.731 0.739-2.96 0.682-6.218 0.682-9.559-0.211-2.751-0.61-5.928-1.365-8.192-0.624-3.495-1.339-5.682-2.048-8.876-0.488-2.773-2.366-5.834-3.414-8.193-0.67-2.01-1.353-6.2-2.048-8.193-0.489-2.552-1.715-3.355-4.097-4.096-1.869-0.935-6.323-0.935-8.193 0-2.009 0.696-2.006 2.284-2.73 4.096-0.253 3.533-0.854 6.143 0 9.559 1.155 1.975 2.377 4.071 3.413 6.144 1.342 2.423 2.687 6.059 4.097 8.193 1.027 3.467 1.407 5.068 3.413 8.193 0.738 2.213 1.902 4.873 3.414 6.827 0.972 2.43 2.39 4.152 3.414 6.828 1.842 0 0.461-0.045 4.096 0.682z"/>
28
+ <path id="path583" d="m618.13 711.13h-0.594-2.378-8.321c-1.735 1.648-2.339 2.595-5.349 2.972-1.52 1.317-2.96 2.534-5.349 2.971-2.103 0.458-4.845 0.595-7.727 0.595-3.523-0.043-4.733 0.109-5.349-2.972 0.056-3.063 0.2-3.234 2.972-3.566 1.484-1.226 3.971-1.807 6.538-2.377 1.962-0.697 4.365-1.311 6.538-1.784 2.107-0.748 4.118-1.512 5.943-2.377-0.454-1.815-1.921-1.417-3.566-0.594-2.135 0-4.682 0.162-5.944-0.595-1.483-2.204-2.286-2.927-5.943-2.971-3.47-0.042-4.062-0.953-7.132-1.189-2.94-0.036-4.995-0.476-7.133-1.189-3.138-0.224-5.246-0.702-7.726-1.783-0.797-0.797 1.094-0.962 2.377-1.189 1.758-1.195 3.617-1.675 6.538-1.783h8.321c3.049 0 5.395 0.49 8.321 0.595 2.385 0.825 4.891 1.257 6.538 2.377 2.151 0.717 3.505 1.978 4.755 3.566 2.091 0.571 4.195 1.274 6.538 1.783 2.74 0 5.846-0.032 7.726 0.595 1.361 2.268 0.285 5.986-0.594 8.915z"/>
29
+ </g>
30
+ <g id="g601" fill-rule="evenodd" transform="matrix(-.59595 0 0 .60655 620.4 -72.512)" fill="#009a00">
31
+ <path id="path602" d="m460.16 634.92l-0.683-0.683c1.55 1.549 0.802 0.981-0.683-2.731-0.145-3.936-1.098-4.57-3.413-6.145-2.715-0.904-3.875-2.064-4.779-4.779-1.736-1.433-3.042-3.351-4.097-5.462-1.876-1.275-3.503-2.903-4.779-4.779-1.876-1.276-3.503-2.903-4.779-4.779-2.594-0.906-4.306-2.751-7.51-4.096-1.803-1.719-3.497-2.567-6.145-4.097-2.963-1.419-3.132-2.446-6.827-2.731-1.13 1.244-2.92 0.755-3.414 2.731 0.15 4.046 0.955 4.894 2.731 8.193 0.138 3.729 1.14 5.484 2.731 8.193 1.939 1.357 3.431 3.769 5.462 5.462 2.168 1.474 3.03 3.04 6.145 4.779 1.627 2.035 4.347 3.126 6.827 4.779 3.054 1.178 5.559 2.087 7.51 3.414 2.74 0.644 4.611 1.681 6.827 2.731 3.277 0.307 4.611 0.673 8.876 0z"/>
32
+ <path id="path603" d="m474.5 654.03l-0.682-0.682c1.621 1.621 0.848 0.958-1.366-2.731-2.524-2.39-3.07-4.221-6.827-4.78-2.006-0.802-5.262-1.298-7.51-2.048-3.887 0-5.668-0.415-8.876-1.365-2.293-0.626-5.194-1.738-7.51-2.731-2.746-0.408-5.589-1.482-8.193-2.048h-9.558c-3.067 0.721-4.793 0.753-5.462 4.096 1.4 1.695 3.248 3.173 4.779 4.779 0.863 2.999 2.946 3.714 4.779 5.462 3.161 1.094 3.803 1.911 7.51 2.048 3.143 1.048 5.428 1.324 8.876 1.366 3.657 0 6.287 0.742 9.558 1.365 2.724 0.368 5.396 0.683 8.876 0.683 2.966 0 6.197-0.017 8.193-0.683 4.302-3.441 3.413-4.188 3.413 0.683 0.456 0.455 0.911 0.91 1.366 1.365"/>
33
+ <path id="path604" d="m497.71 664.27h-0.682c1.843 0 0.907 0.045-2.731-0.682-3.405-0.973-5.339-1.918-8.876-2.049-2.101-1.228-4.68-1.365-8.193-1.365h-9.558c-3.38 0.26-4.813 1.105-8.193 1.365-1.794 1.05-5.358 1.912-7.51 2.731-1.92 1.306-3.559 2.929-6.145 4.097 0.596 3.391 2.479 4.668 4.78 6.144 2.31 0.925 4.685 1.798 8.192 2.049 3.355 0.124 5.163 0.682 8.876 0.682 3.479 0 6.152-0.314 8.876-0.682 2.266-1.074 4.194-2.199 7.51-2.731 1.653-1.433 4.073-2.433 6.144-3.414 1.834-0.868 4.329-1.669 6.145-2.731l-6.145 2.731c1.834-0.868 4.329-1.669 7.51-6.145z"/>
34
+ <path id="path605" d="m529.8 679.98v-0.682c0 1.908 0.085 0.894-1.365-2.731-2.527-1.332-5.559-2.273-7.511-3.414-2.984 0-6.944-0.283-8.875 0.683-3.448 0.041-5.733 0.318-8.876 1.365-2.996 0.452-4.723 1.5-6.827 2.731-2.378 1.283-5.824 2.934-8.876 4.096-2.698 1.881-3.612 2.984-6.827 4.78-2.025 2.219-4.098 3.552-5.462 5.462-0.606 2.304 0.039 5.022 2.731 6.144 1.702 1.406 4.316 2.14 6.827 2.731 3.187-0.118 6.001-0.56 8.193-2.048 3.383-0.448 5.393-1.44 8.193-2.048 2.396-0.851 4.69-1.667 7.51-2.049 1.953-1.324 5.416-2.467 7.51-3.413 3.43-1.389 5.621-3.221 8.193-4.779 1.226-1.419 2.862-2.951 4.779-3.414l-4.779 3.414c1.226-1.419 2.862-2.951 5.462-6.828z" transform="matrix(1 0 0 .85157 1.1887 101.1)"/>
35
+ <path id="path606" d="m557.11 693.63c-0.127-0.032-3.176-1.365-5.461-1.365-2.024-1.184-5.299-1.422-8.193-2.731-3.731 0-6.271 0.418-8.193 2.048-2.838 0.383-5.375 1.217-7.51 2.731-2.658 0.625-5.07 1.21-7.51 2.731-3.294 1.382-4.744 2.679-6.828 4.096-1.405 1.701-4.441 2.652-6.144 4.097-1.529 1.851-1.526 4.299-0.683 6.827 1.748 1.076 4.736 2.144 6.827 3.414 3.052 0.545 6.162 0.682 9.559 0.682 3.031-0.233 5.588-0.741 7.51-2.048 3.434-1.654 4.348-2.876 6.827-4.779 1.434-1.736 3.833-3.133 6.145-4.096 1.742-1.51 3.856-2.614 6.827-3.414 1.663-1.585 3.194-3.117 4.779-4.779 1.909 0 0.598 0.211 2.048-3.414z" transform="matrix(1 0 0 .88839 0 76.96)"/>
36
+ <path id="path607" d="m587.15 696.36c-0.164-0.025-3.855-0.683-6.145-0.683-1.931-0.965-5.891-0.683-8.875-0.683-3.762 0.14-4.925 0.917-6.828 2.731-1.935 1.191-4.271 2.261-6.144 4.097-2.394 1.467-4.551 3.489-6.828 4.779-2.505 1.073-4.664 2.302-7.51 2.731-1.372 1.661-3.778 3.096-5.462 4.779-1.874 1.406-2.669 2.082-2.731 5.462-1.39 1.121-2.329 3.322-2.048 4.096 2.763 1.419 5.047 2.003 8.876 2.049 3.647 0.043 6.208 0.837 9.558 0 3.414-1.012 4.778-1.72 8.193-2.731 1.743-2.271 3.052-3.791 5.462-5.462 1.302-1.915 2.862-3.677 5.462-4.779 1.948-1.772 4.83-3.729 6.827-4.78 1.221-1.709 3.602-3.527 5.462-4.779 1.368-2.315 1.757-2.7 2.731-6.827z" transform="matrix(1 0 0 .86641 -.59437 95.81)"/>
37
+ <path id="path608" d="m589.88 693.63v-10.924-9.558c-3.17-1.875-3.645-2.997-4.779-6.827-1.683-2.73-2.969-4.447-4.097-6.828-1.581-1.659-2.884-3.812-3.414-6.827-1.304-2.528-2.113-5.07-4.779-6.145-2.415-0.525-5.565-0.683-8.875-0.683-4.522 0.168-4.097 0.965-4.097 5.462 0.318 3.497 1.433 4.412 2.731 7.51 1.003 2.118 2.092 4.294 3.414 6.145 1.021 2.262 2.623 5.174 4.096 6.827 1.196 2.511 2.915 4.786 3.414 7.511 1.871 2.374 3.164 4.451 4.779 6.144 1.337 2.791 2.343 4.37 4.779 5.462 1.393 2.088 3.748 2.26 6.828 2.731z"/>
38
+ <path id="path609" d="m557.11 682.71h0.683c-1.908 0-0.894 0.085 2.731-1.365 0.966-1.932 0.683-5.891 0.683-8.876 0-3.887-0.643-5.542-1.366-8.193-1.242-2.965-2.255-4.355-2.731-7.51-1.021-2.156-2.049-4.329-2.731-6.827-1.227-1.806-2.104-4.529-2.73-6.827-2.305-1.306-4.433-2.616-6.828-3.414-2.171-1.028-4.193-2.561-6.827-3.414-3.425 0.627-3.812 1.756-4.097 5.462-0.787 2.754 0.293 5.244 1.366 7.51 1.128 2.694 1.801 5.426 3.414 7.51 0.984 3.063 1.986 4.131 2.048 7.51 1.175 2.01 1.666 4.969 2.731 7.51 1.371 3.171 2.647 4.538 4.779 6.828 2.915 1.982 3.916 2.814 8.875 4.096z"/>
39
+ <path id="path610" d="m529.8 673.83c0-0.327 2.168-1.67 3.414-3.414 1.02-2.041 0.894-6.191 0-8.876-1.295-3.199-2.706-5.597-3.414-8.192-0.72-2.16-0.683-5.728-0.683-8.876-0.623-2.868-1.649-4.988-2.731-8.193-0.882-2.206-2.602-4.966-3.413-7.51-1.065-1.006-2.269-3.071-3.414-4.096-1.335-1.092-1.382-1.366-4.096-1.366-3.629 0.135-5.455 0.47-7.511 2.731-0.719 2.16-0.682 5.728-0.682 8.876 0.045 3.762 0.395 5.541 2.048 8.193 1.206 2.869 3.736 5.663 5.462 8.192 1.415 2.396 2.316 4.675 4.096 6.145 0.464 3.076 1.621 4.484 2.731 6.827 0.464 3.076 1.621 4.484 2.731 6.828 1.786 0.198 0.952 0.634 2.048 1.365l-2.048-1.365c1.786 0.198 0.952 0.634 5.462 2.731z"/>
40
+ <path id="path611" d="m502.49 653.35c0.417-0.939 2.951-4.593 3.413-6.828-0.046-3.872-0.497-6.515-2.731-8.875-0.554-2.389-1.894-5.998-2.731-8.193 0-3.148 0.038-6.716-0.682-8.876 0-3.587-0.496-5.742-1.366-8.193-1.542-2.267-3.203-2.931-6.827-4.096-2.937-0.979-4.967-0.273-8.193 0.683v9.558c0.043 3.613 0.688 6.193 2.048 8.193 1.11 2.342 2.182 4.016 3.414 6.827 0.132 3.711 1.116 5.629 1.365 8.876 0.269 3.491 0.597 5.298 2.731 7.51 2.907 1.374 3.794 2.703 6.145 3.414l-6.145-3.414c2.907 1.374 3.794 2.703 9.559 3.414z"/>
41
+ <path id="path612" d="m477.92 638.33v-0.682c0 1.908-0.084 0.894 1.366-2.731 0.739-2.96 0.682-6.218 0.682-9.559-0.211-2.751-0.61-5.928-1.365-8.192-0.624-3.495-1.339-5.682-2.048-8.876-0.488-2.773-2.366-5.834-3.414-8.193-0.67-2.01-1.353-6.2-2.048-8.193-0.489-2.552-1.715-3.355-4.097-4.096-1.869-0.935-6.323-0.935-8.193 0-2.009 0.696-2.006 2.284-2.73 4.096-0.253 3.533-0.854 6.143 0 9.559 1.155 1.975 2.377 4.071 3.413 6.144 1.342 2.423 2.687 6.059 4.097 8.193 1.027 3.467 1.407 5.068 3.413 8.193 0.738 2.213 1.902 4.873 3.414 6.827 0.972 2.43 2.39 4.152 3.414 6.828 1.842 0 0.461-0.045 4.096 0.682z"/>
42
+ <path id="path613" d="m618.13 711.13h-0.594-2.378-8.321c-1.735 1.648-2.339 2.595-5.349 2.972-1.52 1.317-2.96 2.534-5.349 2.971-2.103 0.458-4.845 0.595-7.727 0.595-3.523-0.043-4.733 0.109-5.349-2.972 0.056-3.063 0.2-3.234 2.972-3.566 1.484-1.226 3.971-1.807 6.538-2.377 1.962-0.697 4.365-1.311 6.538-1.784 2.107-0.748 4.118-1.512 5.943-2.377-0.454-1.815-1.921-1.417-3.566-0.594-2.135 0-4.682 0.162-5.944-0.595-1.483-2.204-2.286-2.927-5.943-2.971-3.47-0.042-4.062-0.953-7.132-1.189-2.94-0.036-4.995-0.476-7.133-1.189-3.138-0.224-5.246-0.702-7.726-1.783-0.797-0.797 1.094-0.962 2.377-1.189 1.758-1.195 3.617-1.675 6.538-1.783h8.321c3.049 0 5.395 0.49 8.321 0.595 2.385 0.825 4.891 1.257 6.538 2.377 2.151 0.717 3.505 1.978 4.755 3.566 2.091 0.571 4.195 1.274 6.538 1.783 2.74 0 5.846-0.032 7.726 0.595 1.361 2.268 0.285 5.986-0.594 8.915z"/>
43
+ </g>
44
+ </g>
45
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/cz.svg ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3065">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs380">
13
+ <clipPath id="clipPath3130" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect3132" fill-opacity="0.67" height="708.66" width="708.66" y="-.000022955" x="102.42"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath3130)" transform="matrix(.72249 0 0 .72249 -74 .000016585)" stroke-width="1pt">
18
+ <rect id="rect149" height="708.66" width="1063" y="0" x="0" fill="#e80000"/>
19
+ <rect id="rect280" height="354.33" width="1063" y="0" x="0" fill="#fff"/>
20
+ <path id="path279" d="m0 0 609.96 353.88-609.96 353.42v-707.3z" transform="matrix(.86847 0 0 1 0 -.000023970)" fill="#00006f"/>
21
+ </g>
22
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/de.svg ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <!-- /Creative Commons Public Domain -->
4
+ <!--
5
+ <rdf:RDF xmlns="http://web.resource.org/cc/"
6
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
8
+ <Work rdf:about="">
9
+ <dc:title>SVG graphic of German flags</dc:title>
10
+ <dc:rights><Agent>
11
+ <dc:title>Philipp Sadleder</dc:title>
12
+ </Agent></dc:rights>
13
+ <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
14
+ </Work>
15
+
16
+ <License rdf:about="http://web.resource.org/cc/PublicDomain">
17
+ <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
18
+ <permits rdf:resource="http://web.resource.org/cc/Distribution" />
19
+ <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
20
+ </License>
21
+ </rdf:RDF>
22
+ -->
23
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.0" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
24
+ <metadata id="metadata3074">
25
+ <rdf:RDF>
26
+ <cc:Work rdf:about="">
27
+ <dc:format>image/svg+xml</dc:format>
28
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
29
+ </cc:Work>
30
+ </rdf:RDF>
31
+ </metadata>
32
+ <g id="flag" fill-rule="evenodd" stroke-width="1pt" transform="matrix(.48166 0 0 .80277 0 -.000027678)">
33
+ <rect id="rect171" height="212.6" width="1063" y="425.2" x="0" fill="#ffe600"/>
34
+ <rect id="rect256" height="212.6" width="1063" y="0.000038" x="0"/>
35
+ <rect id="rect255" height="212.6" width="1063" y="212.6" x="0" fill="#f00"/>
36
+ </g>
37
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/dj.svg ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg378" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata9">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs380">
13
+ <clipPath id="clipPath58492" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect58494" fill-opacity="0.67" height="708.66" width="708.66" y="-.000065338" x="55.364"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" clip-path="url(#clipPath58492)" fill-rule="evenodd" transform="matrix(.72249 0 0 .72249 -40 .000047206)">
18
+ <rect id="rect149" height="708.66" width="1063" y="-0.000062" x="0" stroke-width="1pt" fill="#0c0"/>
19
+ <rect id="rect280" height="354.33" width="1063" y="0" x="0" stroke-width="1pt" fill="#69f"/>
20
+ <path id="path279" d="m0 0 609.96 353.88-609.96 353.42v-707.3z" transform="matrix(.86847 0 0 1 0 -.000030518)" stroke-width="1pt" fill="#fffefe"/>
21
+ <path id="path205" d="m266.19 534.45-10.408-7.432-10.357 7.505 3.852-12.196-10.338-7.531 12.79-0.105 3.967-12.159 4.052 12.131 12.79 0.016-10.285 7.602 3.937 12.169z" transform="matrix(4.0987 0 0 4.132 -869.84 -1804.1)" stroke-width=".11287" fill="#f00"/>
22
+ </g>
23
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/dk.svg ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg548" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata2993">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs550">
13
+ <clipPath id="clipPath58463" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect58465" fill-opacity="0.67" height="496.06" width="496.06" y="-.000026733" x="62.008"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath58463)" transform="matrix(1.0321 0 0 1.0321 -64 .000027592)" stroke-width="1pt">
18
+ <rect id="rect551" transform="translate(0 -.000030518)" height="496.06" width="655.51" y="0" x="0" fill="#fb1b22"/>
19
+ <rect id="rect552" transform="translate(0 -.000030518)" height="70.866" width="655.51" y="212.6" x="0" fill="#fff"/>
20
+ <rect id="rect553" transform="translate(0 -.000030518)" height="496.06" width="70.866" y="0" x="212.6" fill="#fff"/>
21
+ </g>
22
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/dm.svg ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg5907" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" y="0" x="0" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata3144">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <defs id="defs5909">
13
+ <clipPath id="clipPath4826" clipPathUnits="userSpaceOnUse">
14
+ <rect id="rect4828" fill-opacity="0.67" height="512" width="512" y="0" x="0"/>
15
+ </clipPath>
16
+ </defs>
17
+ <g id="flag" fill-rule="evenodd" clip-path="url(#clipPath4826)">
18
+ <rect id="rect8587" height="512" width="1027.5" y=".0000038147" x="-258.27" stroke-width="1pt" fill="#108c00"/>
19
+ <rect id="rect8594" height="50.162" width="1032.6" y="178.16" x="-260" stroke-width="1pt" fill="#ffd600"/>
20
+ <rect id="rect8595" height="512" width="48.432" y="0" x="181.08" stroke-width="1pt" fill="#ffd600"/>
21
+ <rect id="rect8596" height="512" width="48.432" y="0" x="227.78" stroke-width="1pt"/>
22
+ <rect id="rect8597" height="50.162" width="1032.6" y="226.59" x="-260" stroke-width="1pt"/>
23
+ <rect id="rect8598" height="50.162" width="1032.6" y="276.76" x="-260" stroke-width="1pt" fill="#fff"/>
24
+ <rect id="rect8599" height="512" width="48.432" y="-.0000056028" x="276.22" stroke-width="1pt" fill="#fff"/>
25
+ <rect id="rect8601" stroke-width="1pt" transform="scale(-1)" ry="137.51" width="273.75" y="-393.87" x="-394.56" height="275.03" fill="#e72910"/>
26
+ <g id="g597" stroke-width="1pt" transform="matrix(.35309 0 0 .35309 82.476 178.92)">
27
+ <path id="path598" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
28
+ <g id="g599" transform="translate(27.96 -31.866)">
29
+ <rect id="rect600" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
30
+ <path id="path601" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
31
+ <path id="path602" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
32
+ </g>
33
+ </g>
34
+ <g id="g625" stroke-width="1pt" transform="matrix(.35309 0 0 .35309 188.84 253.8)">
35
+ <path id="path626" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
36
+ <g id="g627" transform="translate(27.96 -31.866)">
37
+ <rect id="rect628" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
38
+ <path id="path629" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
39
+ <path id="path630" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
40
+ </g>
41
+ </g>
42
+ <g id="g631" stroke-width="1pt" transform="matrix(.35309 0 0 .35309 157.84 372.65)">
43
+ <path id="path632" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
44
+ <g id="g633" transform="translate(27.96 -31.866)">
45
+ <rect id="rect634" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
46
+ <path id="path635" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
47
+ <path id="path636" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
48
+ </g>
49
+ </g>
50
+ <g id="g637" stroke-width="1pt" transform="matrix(.35309 0 0 .35309 9.132 372.65)">
51
+ <path id="path638" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
52
+ <g id="g639" transform="translate(27.96 -31.866)">
53
+ <rect id="rect640" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
54
+ <path id="path641" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
55
+ <path id="path642" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
56
+ </g>
57
+ </g>
58
+ <g id="g643" stroke-width="1pt" transform="matrix(.35309 0 0 .35309 -18.025 250.74)">
59
+ <path id="path644" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
60
+ <g id="g645" transform="translate(27.96 -31.866)">
61
+ <rect id="rect646" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
62
+ <path id="path647" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
63
+ <path id="path648" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
64
+ </g>
65
+ </g>
66
+ <g id="g649" stroke-width="1pt" transform="matrix(-.35309 0 0 -.35309 492.65 132.14)">
67
+ <path id="path650" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
68
+ <g id="g651" transform="translate(27.96 -31.866)">
69
+ <rect id="rect652" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
70
+ <path id="path653" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
71
+ <path id="path654" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
72
+ </g>
73
+ </g>
74
+ <g id="g595" stroke-width="1pt" transform="matrix(-.35309 0 0 -.35309 535.35 248.28)">
75
+ <path id="path596" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
76
+ <g id="g598" transform="translate(27.96 -31.866)">
77
+ <rect id="rect599" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
78
+ <path id="path600" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
79
+ <path id="path603" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
80
+ </g>
81
+ </g>
82
+ <g id="g604" stroke-width="1pt" transform="matrix(-.35309 0 0 -.35309 429.46 333.25)">
83
+ <path id="path605" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
84
+ <g id="g606" transform="translate(27.96 -31.866)">
85
+ <rect id="rect607" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
86
+ <path id="path608" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
87
+ <path id="path609" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
88
+ </g>
89
+ </g>
90
+ <g id="g610" stroke-width="1pt" transform="matrix(-.35309 0 0 -.35309 329.97 248.28)">
91
+ <path id="path611" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
92
+ <g id="g612" transform="translate(27.96 -31.866)">
93
+ <rect id="rect613" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
94
+ <path id="path614" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
95
+ <path id="path615" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
96
+ </g>
97
+ </g>
98
+ <g id="g616" stroke-width="1pt" transform="matrix(-.35309 0 0 -.35309 366.69 133.85)">
99
+ <path id="path617" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.86997 0 0 .88048 362.54 -228.35)"/>
100
+ <g id="g618" transform="translate(27.96 -31.866)">
101
+ <rect id="rect619" height="0" width="1.6704" y="177.01" x="233.86" fill="#108c00"/>
102
+ <path id="path620" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.75348 0 0 .76258 351.92 -179.57)" fill="#ffe700"/>
103
+ <path id="path621" d="m130.3 124.25c0-0.83 18.259-51.456 18.259-51.456l16.599 50.626s55.606 1.66 55.606 0.83-43.987 33.198-43.987 33.198 20.748 58.096 19.919 56.436c-0.83-1.66-48.137-34.858-48.137-34.858s-48.136 33.198-47.306 33.198 18.258-54.776 18.258-54.776l-43.156-32.37 53.946-0.83z" transform="matrix(.43444 0 0 .43969 399.31 -133.03)" fill="#108c00"/>
104
+ </g>
105
+ </g>
106
+ <g id="g1112" transform="matrix(1.0355 0 0 1.0355 -250.6 359.43)">
107
+ <g id="g1014" transform="matrix(.16350 -.016275 .011822 .18436 429.84 -215.63)" stroke="#000" stroke-width="2.5" fill="#009200">
108
+ <ellipse id="path1011" d="m 711.01062,586.12573 c 0,104.83738 -13.79184,189.82486 -30.80493,189.82486 -17.0131,0 -30.80493,-84.98748 -30.80493,-189.82486 0,-104.83737 13.79183,-189.82486 30.80493,-189.82486 17.01309,0 30.80493,84.98749 30.80493,189.82486 z" rx="30.805" ry="189.82" transform="matrix(1.4051 -.0058122 .0081670 .99998 -534.29 263.72)" cy="586.13" cx="680.21"/>
109
+ <ellipse id="path1012" d="m 711.01062,586.12573 c 0,104.83738 -13.79184,189.82486 -30.80493,189.82486 -17.0131,0 -30.80493,-84.98748 -30.80493,-189.82486 0,-104.83737 13.79183,-189.82486 30.80493,-189.82486 17.01309,0 30.80493,84.98749 30.80493,189.82486 z" rx="30.805" ry="189.82" transform="matrix(1.4862 -.0058122 .0086379 .99998 -547.22 267.05)" cy="586.13" cx="680.21"/>
110
+ <ellipse id="path1013" d="m 711.01062,586.12573 c 0,104.83738 -13.79184,189.82486 -30.80493,189.82486 -17.0131,0 -30.80493,-84.98748 -30.80493,-189.82486 0,-104.83737 13.79183,-189.82486 30.80493,-189.82486 17.01309,0 30.80493,84.98749 30.80493,189.82486 z" rx="30.805" ry="189.82" transform="matrix(1.189 -.0064240 .0069111 1.1052 -364.93 214.1)" cy="586.13" cx="680.21"/>
111
+ </g>
112
+ <g id="g1105" stroke="#000" transform="translate(72.865 -9.797)">
113
+ <path id="path1010" d="m238.34 971.79c29.972-1.665 16.651-16.652 31.637-24.977 14.986-8.326 36.633-3.33 43.293 6.66 6.661 9.991 1.666 19.982 9.991 19.982 8.326 0 234.56-12.675 242.88-4.349 8.326 8.325 9.991 24.977 1.665 31.634-8.325 6.66-294.5 14.34-304.49 7.68-9.991-6.66-24.977-34.965-24.977-36.63z" transform="matrix(.20244 .0034863 -.0039367 .21385 340.86 -247.31)" stroke-width="2.5054" fill="#a95600"/>
114
+ <path id="path1506" d="m529.59 405.46c0 39.983 45.562 27.879 46.81 61.249-0.724 35.408-76.706 3.467-78.635-61.249 1.929-64.716 75.107-97.929 76.705-61.011 1.246 30.686-44.88 21.028-44.88 61.011z" transform="matrix(.14799 .0019514 -.0027548 .11459 340.42 -81.691)" stroke-width="3.8527" fill="#ff0"/>
115
+ <path id="path1507" d="m529.59 405.46c0 39.983 45.562 27.879 46.81 61.249-0.724 35.408-76.706 3.467-78.635-61.249 1.929-64.716 75.107-97.929 76.705-61.011 1.246 30.686-44.88 21.028-44.88 61.011z" transform="matrix(.14799 .0019514 -.0027548 .11459 344.42 -81.638)" stroke-width="3.8527" fill="#ff0"/>
116
+ <path id="path1508" d="m529.59 405.46c0 39.983 45.562 27.879 46.81 61.249-0.724 35.408-76.706 3.467-78.635-61.249 1.929-64.716 75.107-97.929 76.705-61.011 1.246 30.686-44.88 21.028-44.88 61.011z" transform="matrix(.14799 .0019514 -.0027548 .11459 348.71 -81.8)" stroke-width="3.8527" fill="#ff0"/>
117
+ <path id="path1509" d="m529.59 405.46c0 39.983 45.562 27.879 46.81 61.249-0.724 35.408-76.706 3.467-78.635-61.249 1.929-64.716 75.107-97.929 76.705-61.011 1.246 30.686-44.88 21.028-44.88 61.011z" transform="matrix(.14799 .0019514 -.0027548 .11459 352.71 -81.747)" stroke-width="3.8527" fill="#ff0"/>
118
+ <ellipse id="path1091" d="m 481.91562,-41.085754 c 0,1.879412 -1.58217,3.402977 -3.53388,3.402977 -1.9517,0 -3.53387,-1.523565 -3.53387,-3.402977 0,-1.879413 1.58217,-3.402977 3.53387,-3.402977 1.95171,0 3.53388,1.523564 3.53388,3.402977 z" rx="3.5339" ry="3.403" transform="matrix(1.0945 .016483 -.024286 1.1537 -75.571 4.6776)" cy="-41.086" cx="478.38" stroke-width=".39908" fill="#a95600"/>
119
+ </g>
120
+ <g id="g1048" transform="matrix(.99488 -.10102 .10102 .99488 66.684 66.338)" stroke="#000" stroke-width="2.5" fill="#009200">
121
+ <ellipse id="path1049" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.16619 -.0080728 .0016875 .31520 369.8 -361.65)" cy="905" cx="427.11"/>
122
+ <ellipse id="path1050" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.16619 -.0080728 .0016875 .31520 364.04 -362.7)" cy="905" cx="427.11"/>
123
+ <ellipse id="path1052" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.16619 -.0080728 .0016875 .31520 360.64 -370.55)" cy="905" cx="427.11"/>
124
+ <ellipse id="path1053" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0089056 .0016237 .34772 369.3 -399.35)" cy="905" cx="427.11"/>
125
+ <ellipse id="path1054" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0083504 .0016237 .32604 377.41 -379.07)" cy="905" cx="427.11"/>
126
+ <ellipse id="path1055" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0083504 .0016237 .32604 373.22 -382.21)" cy="905" cx="427.11"/>
127
+ <ellipse id="path1056" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0083504 .0016237 .32604 367.99 -386.66)" cy="905" cx="427.11"/>
128
+ <ellipse id="path1057" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0083504 .0016237 .32604 363.01 -389.54)" cy="905" cx="427.11"/>
129
+ </g>
130
+ <path id="path851" d="m173.17 346.35s-54.198 64.893-21.252 208.82c33.958 144.59 178.96 189.78 178.96 189.78s26.496-47.423 1.726-164.04c-39.96-169.85-116.14-234.56-116.14-234.56h-43.293z" transform="matrix(.17689 .032191 -.031422 .18236 461.79 -208.61)" stroke="#000" stroke-width="2.5" fill="#804bff"/>
131
+ <g id="g1026" transform="matrix(.99696 .077910 -.077910 .99696 60.532 -11.76)" stroke="#000" stroke-width="2.5" fill="#009200">
132
+ <ellipse id="path1025" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.16619 -.0080728 .0016875 .31520 369.8 -361.65)" cy="905" cx="427.11"/>
133
+ <ellipse id="path1017" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.16619 -.0080728 .0016875 .31520 364.04 -362.7)" cy="905" cx="427.11"/>
134
+ <ellipse id="path1016" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.16619 -.0080728 .0016875 .31520 360.64 -370.55)" cy="905" cx="427.11"/>
135
+ <ellipse id="path1018" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0089056 .0016237 .34772 369.3 -399.35)" cy="905" cx="427.11"/>
136
+ <ellipse id="path1020" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0083504 .0016237 .32604 377.41 -379.07)" cy="905" cx="427.11"/>
137
+ <ellipse id="path1019" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0083504 .0016237 .32604 373.22 -382.21)" cy="905" cx="427.11"/>
138
+ <ellipse id="path1005" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0083504 .0016237 .32604 367.99 -386.66)" cy="905" cx="427.11"/>
139
+ <ellipse id="path988" d="m 447.92003,904.99817 c 0,13.33459 -9.31881,24.14441 -20.81413,24.14441 -11.49533,0 -20.81414,-10.80982 -20.81414,-24.14441 0,-13.33459 9.31881,-24.14441 20.81414,-24.14441 11.49532,0 20.81413,10.80982 20.81413,24.14441 z" rx="20.814" ry="24.144" transform="matrix(.15990 -.0083504 .0016237 .32604 363.01 -389.54)" cy="905" cx="427.11"/>
140
+ </g>
141
+ <ellipse id="path985" d="m 682.70337,606.1073 c 0,102.99811 -26.09264,186.49458 -58.27954,186.49458 -32.1869,0 -58.27954,-83.49647 -58.27954,-186.49458 0,-102.99811 26.09264,-186.49458 58.27954,-186.49458 32.1869,0 58.27954,83.49647 58.27954,186.49458 z" rx="58.28" ry="186.49" stroke="#000" transform="matrix(.15695 -.060628 .063642 .14840 369.61 -145.05)" cy="606.11" cx="624.42" stroke-width="1pt" fill="#c90000"/>
142
+ <g id="g1072" stroke="#000" fill="#009200" transform="matrix(.99984 .017802 -.017802 .99984 -34.814 -4.6285)">
143
+ <ellipse id="path872" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.39530 0 0 .29270 445.07 -230.53)" cy="356.75" cx="218.13" stroke-width="1.4635"/>
144
+ <ellipse id="path888" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.35412 0 0 .29270 457.17 -235.92)" cy="356.75" cx="218.13" stroke-width="1.5462"/>
145
+ <ellipse id="path887" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.35412 0 0 .29270 452 -235.92)" cy="356.75" cx="218.13" stroke-width="1.5462"/>
146
+ <ellipse id="path879" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.37059 0 0 .27478 449.48 -233.46)" cy="356.75" cx="218.13" stroke-width="1.56"/>
147
+ <ellipse id="path878" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.37059 0 0 .27478 448.95 -237.93)" cy="356.75" cx="218.13" stroke-width="1.56"/>
148
+ <ellipse id="path867" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.35412 0 0 .29270 447.01 -238.85)" cy="356.75" cx="218.13" stroke-width="1.5462"/>
149
+ <ellipse id="path877" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.35412 0 0 .28673 448.08 -241.58)" cy="356.75" cx="218.13" stroke-width="1.5623"/>
150
+ <ellipse id="path876" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.39530 0 0 .29270 432.77 -243.48)" cy="356.75" cx="218.13" stroke-width="1.4635"/>
151
+ <ellipse id="path874" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.37059 0 0 .27478 445.92 -243.48)" cy="356.75" cx="218.13" stroke-width="1.56"/>
152
+ <ellipse id="path873" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.35412 0 0 .28673 444.16 -246.97)" cy="356.75" cx="218.13" stroke-width="1.5623"/>
153
+ <ellipse id="path871" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.35412 0 0 .29270 436.14 -243.17)" cy="356.75" cx="218.13" stroke-width="1.5462"/>
154
+ <ellipse id="path1070" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.35412 0 0 .28673 437.42 -243.88)" cy="356.75" cx="218.13" stroke-width="1.5623"/>
155
+ <ellipse id="path869" d="m 228.95542,356.75403 c 0,7.12711 -4.84577,12.90477 -10.82334,12.90477 -5.97757,0 -10.82334,-5.77766 -10.82334,-12.90477 0,-7.12711 4.84577,-12.90477 10.82334,-12.90477 5.97757,0 10.82334,5.77766 10.82334,12.90477 z" rx="10.823" ry="12.905" transform="matrix(.35412 0 0 .28673 438.99 -247.02)" cy="356.75" cx="218.13" stroke-width="1.5623"/>
156
+ </g>
157
+ <g id="g946" stroke="#000" fill="#009200" transform="matrix(.17961 -.0045211 .0041926 .18512 420.99 -216.8)">
158
+ <ellipse id="path889" d="m 596.11665,564.479 c 0,113.57383 -30.19291,205.6436 -67.43776,205.6436 -37.24484,0 -67.43776,-92.06977 -67.43776,-205.6436 0,-113.57382 30.19292,-205.6436 67.43776,-205.6436 37.24485,0 67.43776,92.06978 67.43776,205.6436 z" rx="67.438" ry="205.64" transform="matrix(.97574 -.30793 .36304 .87448 -245.81 324.4)" cy="564.48" cx="528.68" stroke-width="2.5449"/>
159
+ <ellipse id="path894" d="m 541.99991,646.07043 c 0,22.53084 -5.96405,40.79569 -13.32108,40.79569 -7.35702,0 -13.32107,-18.26485 -13.32107,-40.79569 0,-22.53083 5.96405,-40.79568 13.32107,-40.79568 7.35703,0 13.32108,18.26485 13.32108,40.79568 z" rx="13.321" ry="40.796" transform="matrix(.91788 -.39685 .39685 .91788 -210.48 304.49)" cy="646.07" cx="528.68" stroke-width="2.5"/>
160
+ <path id="path893" d="m139.87 643.99c0 57.677-18.755 86.171-34.551 110.32 7.517-32.47 12.905-52.637 12.905-110.31 0-57.677 29.579-85.337 40.379-101.99-4.186 16.652-18.733 44.312-18.733 101.99z" transform="matrix(1.8828 -.45598 .95342 1.1822 -352.26 -10.02)" stroke-width="1.5327"/>
161
+ <path id="path892" d="m139.87 643.99c0 57.677-18.755 86.171-34.551 110.32 7.517-32.47 12.905-52.637 12.905-110.31 0-57.677 29.579-85.337 40.379-101.99-4.186 16.652-18.733 44.312-18.733 101.99z" transform="matrix(1.8828 -.45598 .95342 1.1822 -348.42 44.058)" stroke-width="1.5327"/>
162
+ <path id="path891" d="m139.87 643.99c0 57.677-18.755 86.171-34.551 110.32 7.517-32.47 12.905-52.637 12.905-110.31 0-57.677 29.579-85.337 40.379-101.99-4.186 16.652-18.733 44.312-18.733 101.99z" transform="matrix(1.873 -.49468 .97758 1.1623 -361.92 105.78)" stroke-width="1.5327"/>
163
+ <ellipse id="path895" d="m 541.99991,646.07043 c 0,22.53084 -5.96405,40.79569 -13.32108,40.79569 -7.35702,0 -13.32107,-18.26485 -13.32107,-40.79569 0,-22.53083 5.96405,-40.79568 13.32107,-40.79568 7.35703,0 13.32108,18.26485 13.32108,40.79568 z" rx="13.321" ry="40.796" transform="matrix(1.8105 -.40052 .69907 1.6353 -915.63 -221.01)" cy="646.07" cx="528.68" stroke-width="1.3887"/>
164
+ <ellipse id="path896" d="m 541.99991,646.07043 c 0,22.53084 -5.96405,40.79569 -13.32108,40.79569 -7.35702,0 -13.32107,-18.26485 -13.32107,-40.79569 0,-22.53083 5.96405,-40.79568 13.32107,-40.79568 7.35703,0 13.32108,18.26485 13.32108,40.79568 z" rx="13.321" ry="40.796" transform="matrix(1.6257 -.23068 .54158 1.3528 -739.49 -91.775)" cy="646.07" cx="528.68" stroke-width="1.6398"/>
165
+ <ellipse id="path897" d="m 541.99991,646.07043 c 0,22.53084 -5.96405,40.79569 -13.32108,40.79569 -7.35702,0 -13.32107,-18.26485 -13.32107,-40.79569 0,-22.53083 5.96405,-40.79568 13.32107,-40.79568 7.35703,0 13.32108,18.26485 13.32108,40.79568 z" rx="13.321" ry="40.796" transform="matrix(1.6304 -.19719 .51251 1.3635 -750.62 -91.826)" cy="646.07" cx="528.68" stroke-width="1.6398"/>
166
+ <ellipse id="path898" d="m 541.99991,646.07043 c 0,22.53084 -5.96405,40.79569 -13.32108,40.79569 -7.35702,0 -13.32107,-18.26485 -13.32107,-40.79569 0,-22.53083 5.96405,-40.79568 13.32107,-40.79568 7.35703,0 13.32108,18.26485 13.32108,40.79568 z" rx="13.321" ry="40.796" transform="matrix(1.3144 -.20060 .46889 1.0101 -531.06 47.568)" cy="646.07" cx="528.68" stroke-width="2.0966"/>
167
+ <ellipse id="path899" d="m 541.99991,646.07043 c 0,22.53084 -5.96405,40.79569 -13.32108,40.79569 -7.35702,0 -13.32107,-18.26485 -13.32107,-40.79569 0,-22.53083 5.96405,-40.79568 13.32107,-40.79568 7.35703,0 13.32108,18.26485 13.32108,40.79568 z" rx="13.321" ry="40.796" transform="matrix(1.3258 -.13044 .40342 1.0327 -517.87 12.211)" cy="646.07" cx="528.68" stroke-width="2.0966"/>
168
+ <path id="path945" d="m145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(1.0254 -.49277 .46438 1.1773 12.767 -14.519)" stroke-width="2.0862"/>
169
+ <ellipse id="path902" d="m 541.99991,646.07043 c 0,22.53084 -5.96405,40.79569 -13.32108,40.79569 -7.35702,0 -13.32107,-18.26485 -13.32107,-40.79569 0,-22.53083 5.96405,-40.79568 13.32107,-40.79568 7.35703,0 13.32108,18.26485 13.32108,40.79568 z" rx="13.321" ry="40.796" transform="matrix(1.3258 -.13044 .40342 1.0327 -519.53 -34.412)" cy="646.07" cx="528.68" stroke-width="2.0966"/>
170
+ <ellipse id="path903" d="m 541.99991,646.07043 c 0,22.53084 -5.96405,40.79569 -13.32108,40.79569 -7.35702,0 -13.32107,-18.26485 -13.32107,-40.79569 0,-22.53083 5.96405,-40.79568 13.32107,-40.79568 7.35703,0 13.32108,18.26485 13.32108,40.79568 z" rx="13.321" ry="40.796" transform="matrix(1.3288 -.10511 .37955 1.04 -533.98 -40.121)" cy="646.07" cx="528.68" stroke-width="2.0966"/>
171
+ <path id="path909" d="m145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(.67220 -.47182 .45894 .79910 39.486 143.28)" stroke-width="2.8797"/>
172
+ <path id="path906" d="m145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(.67220 -.47182 .45894 .79910 51.142 125.79)" stroke-width="2.8797"/>
173
+ <path id="path907" d="m145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(.93740 -.64468 0.64 1.0919 -40.198 -10.744)" stroke-width="2.0862"/>
174
+ <path id="path908" d="m145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(.67220 -.52022 .45894 .88108 68.626 71.179)" stroke-width="2.7424"/>
175
+ </g>
176
+ <g id="g919" transform="matrix(1.1014 .27587 -.26559 .97437 -85.415 -157.9)" stroke="#000" stroke-width="2.5" fill="#804bff">
177
+ <path id="path875" d="m276.27 345.41c-12.278 9.174 0.409 25.144 12.022 30.679 13.06 7.672 86.603 58.185 136.32 11.999-40.795 0.833-118.66-63.183-148.34-42.678z" transform="matrix(.13441 -.030448 .048511 .21681 448.75 -184.91)"/>
178
+ <path id="path870" d="m276.27 345.41c-12.278 9.174 0.409 25.144 12.022 30.679 13.06 7.672 86.603 58.185 136.32 11.999-40.795 0.833-118.66-63.183-148.34-42.678z" transform="matrix(.13441 -.030448 .048511 .21681 446.2 -190.22)"/>
179
+ <path id="path868" d="m276.27 345.41c-12.278 9.174 0.409 25.144 12.022 30.679 13.06 7.672 86.603 58.185 136.32 11.999-40.795 0.833-118.66-63.183-148.34-42.678z" transform="matrix(.13441 -.030448 .048511 .21681 443.39 -195.19)"/>
180
+ <path id="path866" d="m276.27 345.41c-12.278 9.174 0.409 25.144 12.022 30.679 13.06 7.672 86.603 58.185 136.32 11.999-40.795 0.833-118.66-63.183-148.34-42.678z" transform="matrix(.13441 -.030448 .048511 .21681 438.61 -200.44)"/>
181
+ </g>
182
+ <g id="g907" transform="matrix(.99984 .017802 -.017802 .99984 12.04 10.605)">
183
+ <path id="path852" d="m211.17 247.3c21.773-12.065 56.618-9.749 79.734 11.165 19.36 16.943 45.307 75.194 70.322 92.834-20.227 0.019-31.298-5.769-42.241-15.18-28.767 15.442-38.127 16.724-63.89 15.632-35.881-1.334-62.459-17.654-68.178-40.604-6.166-21.804 4.925-52.498 24.253-63.847z" transform="matrix(.20883 -.040911 .047305 .18060 407.8 -213.64)" stroke="#000" stroke-width="2.5" fill="#804bff"/>
184
+ <ellipse id="path1051" d="m 301.3886,323.03516 c 0,8.27662 -6.33679,14.98616 -14.15361,14.98616 -7.81683,0 -14.15361,-6.70954 -14.15361,-14.98616 0,-8.27663 6.33678,-14.98616 14.15361,-14.98616 7.81682,0 14.15361,6.70953 14.15361,14.98616 z" rx="14.154" ry="14.986" stroke="#000" transform="matrix(.24521 0 0 .13433 401.82 -215.18)" cy="323.04" cx="287.23" stroke-width="2.5" fill="#f00"/>
185
+ <ellipse id="path1062" d="m 227.83175,348.26199 c 0,8.7787 -10.41124,15.89524 -23.25414,15.89524 -12.84291,0 -23.25415,-7.11654 -23.25415,-15.89524 0,-8.77869 10.41124,-15.89523 23.25415,-15.89523 12.8429,0 23.25414,7.11654 23.25414,15.89523 z" rx="23.254" ry="15.895" stroke="#000" transform="matrix(.19364 -.075987 .067590 .17273 398.66 -208.06)" cy="348.26" cx="204.58" stroke-width="2.5" fill="#ff0"/>
186
+ <ellipse id="path1059" d="m 289.73268,333.85846 c 0,3.21868 -2.60926,5.82794 -5.82796,5.82794 -3.21869,0 -5.82795,-2.60926 -5.82795,-5.82794 0,-3.21868 2.60926,-5.82794 5.82795,-5.82794 3.2187,0 5.82796,2.60926 5.82796,5.82794 z" rx="5.828" ry="5.8279" transform="matrix(.21412 0 0 .18518 411.29 -233.74)" cy="333.86" cx="283.9" stroke-width="1pt"/>
187
+ <path id="path1061" d="m516.8 260.29c4.425 18.107-6.674 43.083-33.133 52.609-26.775 13.173-46.079 41.831-55.641 88.017-47.244-103.27-23.107-148.28 20.6-160.35 37.377-14.363 60.42-13.371 68.174 19.72z" transform="matrix(.092289 .00088747 -.0033970 .084817 417.85 -191.49)" stroke="#000" stroke-width="6.5598" fill="#ff0"/>
188
+ <ellipse id="path1113" d="m 203.69458,362.39093 c 0,2.6011 -2.1086,4.7097 -4.7097,4.7097 -2.6011,0 -4.7097,-2.1086 -4.7097,-4.7097 0,-2.6011 2.1086,-4.7097 4.7097,-4.7097 2.6011,0 4.7097,2.1086 4.7097,4.7097 z" rx="4.7097" ry="4.7097" transform="matrix(.18697 -.013131 .013988 .19143 418.69 -234.98)" cy="362.39" cx="198.98" stroke-width="1pt"/>
189
+ </g>
190
+ </g>
191
+ </g>
192
+ </svg>
skin/frontend/base/default/shopgo/geo/flags/1x1/do.svg ADDED
@@ -0,0 +1,6801 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
3
+ <svg id="svg153" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
4
+ <metadata id="metadata9933">
5
+ <rdf:RDF>
6
+ <cc:Work rdf:about="">
7
+ <dc:format>image/svg+xml</dc:format>
8
+ <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
9
+ </cc:Work>
10
+ </rdf:RDF>
11
+ </metadata>
12
+ <desc id="desc549">The United States of America flag, produced by Daniel McRae</desc>
13
+ <defs id="defs155">
14
+ <clipPath id="clipPath57965" clipPathUnits="userSpaceOnUse">
15
+ <rect id="rect57967" fill-opacity="0.67" height="364.87" width="364.87" y="80.338" x="83.689"/>
16
+ </clipPath>
17
+ </defs>
18
+ <g id="flag" clip-path="url(#clipPath57965)" transform="matrix(1.4032 0 0 1.4032 -117.44 -112.73)">
19
+ <rect id="rect750" fill-rule="evenodd" height="195.18" width="318.16" y="314.79" x="313.18" stroke-width="1pt" fill="#00319c"/>
20
+ <rect id="rect749" fill-rule="evenodd" height="194.58" width="317.25" y="315.39" x="-99.223" stroke-width="1pt" fill="#d62918"/>
21
+ <rect id="rect661" fill-rule="evenodd" height="217.63" width="317.25" y="-1.7795" x="-98.615" stroke-width="1pt" fill="#00319c"/>
22
+ <rect id="rect751" fill-rule="evenodd" height="217.85" width="315.73" y=".045290" x="315.01" stroke-width="1pt" fill="#d62918"/>
23
+ <rect id="rect20984" fill-rule="evenodd" height="100.97" width="731.12" y="215.83" x="-99.038" stroke-width="1pt" fill="#fff"/>
24
+ <rect id="rect20985" fill-rule="evenodd" height="510.93" width="98.537" y="-.70972" x="217.25" stroke-width="1pt" fill="#fff"/>
25
+ <path id="path549" fill="#cecece" d="m259.33 218.79 0.50133 0.47703-0.50133-0.47703z"/>
26
+ <path id="path550" fill="#bdbdbd" d="m259.83 218.79 0.50134 0.47703-0.50134-0.47703z"/>
27
+ <path id="path551" fill="#ada5a5" d="m260.33 218.79 0.50133 0.47703-0.50133-0.47703z"/>
28
+ <path id="path553" fill="#848c9c" d="m263.84 218.79 0.50134 0.47703-0.50134-0.47703z"/>
29
+ <path id="path554" fill="#848ca5" d="m264.67 218.95 0.33418 0.15901-0.33418-0.15901z"/>
30
+ <path id="path555" fill="#848c9c" d="m265.34 218.79 0.50133 0.47703-0.50133-0.47703z"/>
31
+ <path id="path557" fill="#9c9494" d="m268.85 218.79 0.50133 0.47703-0.50133-0.47703z"/>
32
+ <path id="path558" fill="#bdbdbd" d="m269.35 218.79 0.50134 0.47703-0.50134-0.47703z"/>
33
+ <path id="path559" fill="#cecece" d="m269.85 218.79 0.50133 0.47703-0.50133-0.47703z"/>
34
+ <path id="path560" fill="#efefef" d="m255.82 219.26 0.50134 0.47703-0.50134-0.47703z"/>
35
+ <path id="path561" fill="#bdbdbd" d="m256.32 219.26 0.50133 0.47703-0.50133-0.47703z"/>
36
+ <path id="path562" fill="#8c8c8c" d="m256.82 219.26 0.50133 0.47703-0.50133-0.47703z"/>
37
+ <path id="path563" fill="#42425a" d="m257.32 219.26 0.50133 0.47703-0.50133-0.47703z"/>
38
+ <path id="path564" fill="#425a84" d="m257.82 219.26 0.50134 0.47703-0.50134-0.47703z"/>
39
+ <path id="path565" fill="#00184a" d="m258.66 219.42 0.33418 0.15901-0.33418-0.15901z"/>
40
+ <path id="path566" fill="#002984" d="m259.66 219.42 0.33419 0.15901-0.33419-0.15901z"/>
41
+ <path id="path567" fill="#003994" d="m251.68 223.92c-5.9254 0.11634-13.854 0.51452-19.041 3.5126-3.4545 1.9968-3.0824 7.5989 1.4943 7.4591v0.47703h-1.0027v0.47702l7.52-1.9081v-0.47703h-3.008v-0.47703h3.5093l-1.0027-1.9081 18.048-1.9081-1.0027-3.3392c6.7363-0.81009 12.071-0.21542 18.549 1.4311v0.47703l-4.0107-0.95406c0.46474 2.0647 2.8105 1.5459 4.512 0.95406l-5.0133 0.95405v0.47703l11.531 1.0351 12.032 2.7812v0.47703l-6.5173-0.95406v0.47703l8.0213 2.3852-1.504-1.4311v-0.47703l2.0053 2.3851c3.181 0.13195 5.5703 0.84954 7.52 3.3392l-7.0187-2.8622 4.0107 9.0636h0.50133v-1.4311h0.50134v1.4311l4.512-0.95406c-1.1681-4.8045-3.1769-10.482-8.0213-12.88 0.42663-1.83-0.004-2.6252-1.504-3.8162 1.8604 3.663-1.2438 5.1839-4.0107 2.3851l-1.0027 0.95406 1.0027-3.3392-3.008 2.8622 0.50133-3.3392h-0.50133l-0.50134 2.8622-1.504-1.4311-0.50134 1.4311-8.0213-0.95406v-4.2933l1.0027 1.4311h0.50133v-1.4311l2.5067 1.4311h0.50134l10.027 0.47703 0.50133 3.8162h0.50133l1.504-3.3392c-5.7954-2.4413-12.756-3.2156-19.051-3.3392 0.32788-3.2434-3.2406-3.8298-6.016-4.2292-4.7857-0.68865-19.517-2.374-20.053 4.2292z"/>
42
+ <path id="path568" fill="#002984" d="m269.69 219.42 0.33389 0.15901-0.33389-0.15901z"/>
43
+ <path id="path569" fill="#00184a" d="m270.69 219.42 0.33388 0.15901-0.33388-0.15901z"/>
44
+ <path id="path570" fill="#314a7b" d="m271.36 219.26 0.50134 0.47703-0.50134-0.47703z"/>
45
+ <path id="path571" fill="#42425a" d="m271.86 219.26 0.50133 0.47703-0.50133-0.47703z"/>
46
+ <path id="path572" fill="#8c8c8c" d="m272.36 219.26 0.50133 0.47703-0.50133-0.47703z"/>
47
+ <path id="path573" fill="#ada5a5" d="m272.86 219.26 0.50133 0.47703-0.50133-0.47703z"/>
48
+ <path id="path574" fill="#dedede" d="m273.36 219.26 0.50134 0.47703-0.50134-0.47703z"/>
49
+ <path id="path575" fill="#ada5a5" d="m254.31 219.74 0.50133 0.47703-0.50133-0.47703z"/>
50
+ <path id="path576" fill="#63636b" d="m254.81 219.74 0.50133 0.47703-0.50133-0.47703z"/>
51
+ <path id="path577" fill="#21315a" d="m255.32 219.74 0.50133 0.47703-0.50133-0.47703z"/>
52
+ <path id="path578" fill="#00215a" d="m255.82 219.74 0.50134 0.47703-0.50134-0.47703z"/>
53
+ <path id="path579" fill="#002984" d="m256.32 219.74 0.50133 0.47703-0.50133-0.47703m16.544 0 0.50133 0.47703-0.50133-0.47703z"/>
54
+ <path id="path580" fill="#00216b" d="m273.36 219.74 0.50134 0.47703-0.50134-0.47703z"/>
55
+ <path id="path581" fill="#10295a" d="m273.86 219.74 0.50133 0.47703-0.50133-0.47703z"/>
56
+ <path id="path582" fill="#636b7b" d="m274.37 219.74 0.50133 0.47703-0.50133-0.47703z"/>
57
+ <path id="path583" fill="#ada5a5" d="m274.87 219.74 0.50133 0.47703-0.50133-0.47703z"/>
58
+ <path id="path584" fill="#efefef" d="m252.81 220.22 0.50133 0.47703-0.50133-0.47703z"/>
59
+ <path id="path585" fill="#8c8c8c" d="m253.31 220.22 0.50133 0.47703-0.50133-0.47703z"/>
60
+ <path id="path586" fill="#10214a" d="m253.81 220.22 0.50134 0.47703-0.50134-0.47703z"/>
61
+ <path id="path587" fill="#00216b" d="m254.31 220.22 0.50133 0.47703-0.50133-0.47703z"/>
62
+ <path id="path588" fill="#184a8c" d="m259.33 220.22 0.50133 0.47703-0.50133-0.47703z"/>
63
+ <path id="path589" fill="#5a6b63" d="m259.83 220.22 0.50134 0.47703-0.50134-0.47703z"/>
64
+ <path id="path590" fill="#295284" d="m260.33 220.22 0.50133 0.47703-0.50133-0.47703m1.0027 0 0.50133 0.47703-0.50133-0.47703z"/>
65
+ <path id="path592" fill="#295284" d="m264.34 220.22 0.50133 0.47703-0.50133-0.47703z"/>
66
+ <path id="path594" fill="#4a636b" d="m267.35 220.22 0.50133 0.47703-0.50133-0.47703z"/>
67
+ <path id="path595" fill="#7b7b52" d="m268.85 220.22 0.50133 0.47703-0.50133-0.47703z"/>
68
+ <path id="path596" fill="#5a6b63" d="m269.35 220.22 0.50134 0.47703-0.50134-0.47703z"/>
69
+ <path id="path597" fill="#002984" d="m274.87 220.22 0.50133 0.47703-0.50133-0.47703z"/>
70
+ <path id="path598" fill="#10295a" d="m275.37 220.22 0.50134 0.47703-0.50134-0.47703z"/>
71
+ <path id="path599" fill="#63636b" d="m275.87 220.22 0.50133 0.47703-0.50133-0.47703z"/>
72
+ <path id="path600" fill="#dedede" d="m276.37 220.22 0.50133 0.47703-0.50133-0.47703z"/>
73
+ <path id="path601" fill="#efefef" d="m251.81 220.7-0.50133 0.95405 0.50133-0.95405z"/>
74
+ <path id="path602" fill="#8c8c8c" d="m252.31 220.7 0.50133 0.47702-0.50133-0.47702z"/>
75
+ <path id="path603" fill="#10295a" d="m252.81 220.7 0.50133 0.47702-0.50133-0.47702z"/>
76
+ <path id="path604" fill="#5a6b63" d="m255.82 220.7 0.50134 0.47702-0.50134-0.47702z"/>
77
+ <path id="path605" fill="#7b7b52" d="m256.32 220.7 0.50133 0.47702-0.50133-0.47702z"/>
78
+ <path id="path606" fill="#ad9431" d="m256.82 220.7 0.50133 0.47702-0.50133-0.47702z"/>
79
+ <path id="path607" fill="#9c8c42" d="m257.32 220.7 0.50133 0.47702-0.50133-0.47702z"/>
80
+ <path id="path608" fill="#395273" d="m257.82 220.7 0.50134 0.47702-0.50134-0.47702z"/>
81
+ <path id="path609" fill="#8c8442" d="m259.33 220.7 0.50133 0.47702-0.50133-0.47702z"/>
82
+ <path id="path611" fill="#9c8c42" d="m260.33 220.7 0.50133 0.47702-0.50133-0.47702z"/>
83
+ <path id="path612" fill="#395273" d="m261.33 220.7 0.50133 0.47702-0.50133-0.47702z"/>
84
+ <path id="path614" fill="#395273" d="m264.34 220.7 0.50133 0.47702-0.50133-0.47702z"/>
85
+ <path id="path618" fill="#9c8c42" d="m269.35 220.7 0.50134 0.47702-0.50134-0.47702z"/>
86
+ <path id="path619" fill="#bd9c29" d="m271.69 220.85 0.33389 0.15902-0.33389-0.15902z"/>
87
+ <path id="path620" fill="#295284" d="m272.36 220.7 0.50133 0.47702-0.50133-0.47702z"/>
88
+ <path id="path621" fill="#00184a" d="m276.37 220.7 0.50133 0.47702-0.50133-0.47702z"/>
89
+ <path id="path622" fill="#63636b" d="m276.87 220.7 0.50133 0.47702-0.50133-0.47702z"/>
90
+ <path id="path623" fill="#dedede" d="m277.37 220.7 0.50134 0.47702-0.50134-0.47702z"/>
91
+ <path id="path624" fill="#31394a" d="m251.81 221.17 0.50134 0.47703-0.50134-0.47703z"/>
92
+ <path id="path625" fill="#deb518" d="m255.82 221.17 0.50134 0.47703-0.50134-0.47703z"/>
93
+ <path id="path627" fill="#efbd08" d="m257.82 221.17 0.50134 0.47703-0.50134-0.47703z"/>
94
+ <path id="path628" fill="#bd9c29" d="m259.33 221.17 0.50133 0.47703-0.50133-0.47703z"/>
95
+ <path id="path629" fill="#efbd08" d="m260.33 221.17 0.50133 0.47703-0.50133-0.47703z"/>
96
+ <path id="path631" fill="#7b7b52" d="m265.84 221.17 0.50134 0.47703-0.50134-0.47703z"/>
97
+ <path id="path632" fill="#003994" d="m266.34 221.17 0.50133 0.47703-0.50133-0.47703z"/>
98
+ <path id="path633" fill="#4a636b" d="m266.85 221.17 0.50133 0.47703-0.50133-0.47703z"/>
99
+ <path id="path634" fill="#395273" d="m267.85 221.17 0.50134 0.47703-0.50134-0.47703z"/>
100
+ <path id="path636" fill="#184a8c" d="m270.86 221.17 0.50133 0.47703-0.50133-0.47703z"/>
101
+ <path id="path638" fill="#4a636b" d="m272.36 221.17 0.50133 0.47703-0.50133-0.47703z"/>
102
+ <path id="path639" fill="#10214a" d="m277.37 221.17 1.0027 0.95406-1.0027-0.95406z"/>
103
+ <path id="path640" fill="#cecece" d="m277.88 221.17 0.50133 0.47703-0.50133-0.47703z"/>
104
+ <path id="path641" fill="#212139" d="m251.3 221.65 0.50133 0.47703-0.50133-0.47703z"/>
105
+ <path id="path642" fill="#bd9c29" d="m255.82 221.65 0.50134 0.47703-0.50134-0.47703z"/>
106
+ <path id="path643" fill="#cead21" d="m256.32 221.65 0.50133 0.47703-0.50133-0.47703z"/>
107
+ <path id="path644" fill="#003994" d="m256.99 221.97 0.16715 0.31798-0.16715-0.31798z"/>
108
+ <path id="path645" fill="#395273" d="m257.49 221.97 0.16714 0.31798-0.16714-0.31798z"/>
109
+ <path id="path646" fill="#6b735a" d="m258.32 221.65 0.50133 0.47703-0.50133-0.47703z"/>
110
+ <path id="path647" fill="#cead21" d="m259.83 221.65 0.50134 0.47703-0.50134-0.47703z"/>
111
+ <path id="path648" fill="#5a6b63" d="m260.83 221.65 0.50133 0.47703-0.50133-0.47703z"/>
112
+ <path id="path649" fill="#9c8c42" d="m265.84 221.65 0.50134 0.47703-0.50134-0.47703z"/>
113
+ <path id="path650" fill="#395273" d="m266.34 221.65 0.50133 0.47703-0.50133-0.47703z"/>
114
+ <path id="path651" fill="#9c8c42" d="m266.85 221.65 0.50133 0.47703-0.50133-0.47703z"/>
115
+ <path id="path652" fill="#184a8c" d="m267.85 221.65 0.50134 0.47703-0.50134-0.47703z"/>
116
+ <path id="path653" fill="#295284" d="m268.35 221.65 0.50133 0.47703-0.50133-0.47703z"/>
117
+ <path id="path654" fill="#8c8442" d="m270.86 221.65 0.50133 0.47703-0.50133-0.47703z"/>
118
+ <path id="path655" fill="#7b7b52" d="m272.36 221.65 0.50133 0.47703-0.50133-0.47703z"/>
119
+ <path id="path656" fill="#efefef" d="m278.38 221.65 0.50133 0.47703-0.50133-0.47703z"/>
120
+ <path id="path657" fill="#cecece" d="m250.8 222.13 0.50133 0.47703-0.50133-0.47703z"/>
121
+ <path id="path658" fill="#00216b" d="m251.3 222.13 0.50133 0.47703-0.50133-0.47703z"/>
122
+ <path id="path659" fill="#7b7b52" d="m255.82 222.13 0.50134 0.47703-0.50134-0.47703z"/>
123
+ <path id="path661" fill="#395273" d="m258.32 222.13 0.50133 0.47703-0.50133-0.47703z"/>
124
+ <path id="path662" fill="#295284" d="m258.82 222.13 0.50133 0.47703-0.50133-0.47703z"/>
125
+ <path id="path663" fill="#4a636b" d="m259.83 222.13 0.50134 0.47703-0.50134-0.47703z"/>
126
+ <path id="path664" fill="#deb518" d="m260.33 222.13 0.50133 0.47703-0.50133-0.47703z"/>
127
+ <path id="path665" fill="#ad9431" d="m260.83 222.13 0.50133 0.47703-0.50133-0.47703m6.5173 0 0.50133 0.47703-0.50133-0.47703z"/>
128
+ <path id="path666" fill="#395273" d="m268.52 222.44 0.16745 0.31798-0.16745-0.31798z"/>
129
+ <path id="path667" fill="#efbd08" d="m270.86 222.13 0.50133 0.47703-0.50133-0.47703z"/>
130
+ <path id="path668" fill="#ad9431" d="m271.36 222.13 0.50134 0.47703-0.50134-0.47703z"/>
131
+ <path id="path669" fill="#cead21" d="m271.86 222.13 0.50133 0.47703-0.50133-0.47703z"/>
132
+ <path id="path670" fill="#ad9431" d="m272.36 222.13 0.50133 0.47703-0.50133-0.47703z"/>
133
+ <path id="path671" fill="#002984" d="m277.88 222.13 0.50133 0.47703-0.50133-0.47703z"/>
134
+ <path id="path672" fill="#9c9494" d="m278.38 222.13 0.50133 0.47703-0.50133-0.47703m-27.573 0.47703 0.50133 0.47703-0.50133-0.47703z"/>
135
+ <path id="path673" fill="#002984" d="m251.47 222.92 0.16714 0.31799-0.16714-0.31799z"/>
136
+ <path id="path674" fill="#6b735a" d="m255.82 222.6 0.50134 0.47703-0.50134-0.47703z"/>
137
+ <path id="path675" fill="#bd9c29" d="m256.82 222.6 0.50133 0.47703-0.50133-0.47703z"/>
138
+ <path id="path676" fill="#184a8c" d="m258.32 222.6 0.50133 0.47703-0.50133-0.47703z"/>
139
+ <path id="path677" fill="#5a6b63" d="m258.82 222.6 0.50133 0.47703-0.50133-0.47703z"/>
140
+ <path id="path678" fill="#7b7b52" d="m259.83 222.6 0.50134 0.47703-0.50134-0.47703z"/>
141
+ <path id="path679" fill="#cead21" d="m260.33 222.6 0.50133 0.47703-0.50133-0.47703z"/>
142
+ <path id="path680" fill="#9c8c42" d="m265.84 222.6 0.50134 0.47703-0.50134-0.47703z"/>
143
+ <path id="path681" fill="#4a636b" d="m266.34 222.6 0.50133 0.47703-0.50133-0.47703z"/>
144
+ <path id="path682" fill="#deb518" d="m266.85 222.6 0.50133 0.47703-0.50133-0.47703z"/>
145
+ <path id="path684" fill="#5a6b63" d="m270.36 222.6 0.50133 0.47703-0.50133-0.47703z"/>
146
+ <path id="path686" fill="#4a636b" d="m271.36 222.6 0.50134 0.47703-0.50134-0.47703z"/>
147
+ <path id="path687" fill="#bd9c29" d="m272.19 222.76 0.33389 0.15904-0.33389-0.15904z"/>
148
+ <path id="path689" fill="#bdbdbd" d="m250.8 223.08 0.50133 0.47703-0.50133-0.47703z"/>
149
+ <path id="path690" fill="#395273" d="m255.82 223.08 0.50134 0.47703-0.50134-0.47703z"/>
150
+ <path id="path691" fill="#cead21" d="m256.82 223.08 0.50133 0.47703-0.50133-0.47703z"/>
151
+ <path id="path692" fill="#8c8442" d="m257.32 223.08 0.50133 0.47703-0.50133-0.47703z"/>
152
+ <path id="path693" fill="#395273" d="m257.82 223.08 0.50134 0.47703-0.50134-0.47703z"/>
153
+ <path id="path694" fill="#8c8442" d="m258.82 223.08 0.50133 0.47703-0.50133-0.47703z"/>
154
+ <path id="path695" fill="#5a6b63" d="m261.33 223.08 0.50133 0.47703-0.50133-0.47703z"/>
155
+ <path id="path696" fill="#7b7b52" d="m266.01 223.4 0.16744 0.31799-0.16744-0.31799m0.83572-0.31803 1.0027 1.4311-1.0027-1.4311z"/>
156
+ <path id="path697" fill="#4a636b" d="m268.35 223.08 0.50133 0.47703-0.50133-0.47703z"/>
157
+ <path id="path698" fill="#bd9c29" d="m270.36 223.08 0.50133 0.47703-0.50133-0.47703z"/>
158
+ <path id="path699" fill="#deb518" d="m271.86 223.08 0.50133 0.47703-0.50133-0.47703z"/>
159
+ <path id="path702" fill="#ada5a5" d="m248.8 223.56 0.50133 0.47703-0.50133-0.47703z"/>
160
+ <path id="path704" fill="#42425a" d="m250.8 223.56 0.50133 0.47703-0.50133-0.47703z"/>
161
+ <path id="path705" fill="#00216b" d="m251.3 223.56 0.50133 0.47703-0.50133-0.47703z"/>
162
+ <path id="path706" fill="#7b7b52" d="m256.82 223.56 0.50133 0.47703-0.50133-0.47703z"/>
163
+ <path id="path707" fill="#bd9c29" d="m258.82 223.56 0.50133 0.47703-0.50133-0.47703z"/>
164
+ <path id="path708" fill="#cead21" d="m259.33 223.56 0.50133 0.47703-0.50133-0.47703z"/>
165
+ <path id="path709" fill="#395273" d="m259.83 223.56 0.50134 0.47703-0.50134-0.47703z"/>
166
+ <path id="path710" fill="#295284" d="m260.33 223.56 0.50133 0.47703-0.50133-0.47703z"/>
167
+ <path id="path711" fill="#deb518" d="m260.83 223.56 0.50133 0.47703-0.50133-0.47703z"/>
168
+ <path id="path712" fill="#bd9c29" d="m261.33 223.56 0.50133 0.47703-0.50133-0.47703z"/>
169
+ <path id="path713" fill="#7b7b52" d="m268.35 223.56 0.50133 0.47703-0.50133-0.47703z"/>
170
+ <path id="path715" fill="#ad9431" d="m270.86 223.56 0.50133 0.47703-0.50133-0.47703z"/>
171
+ <path id="path717" fill="#cead21" d="m271.86 223.56 0.50133 0.47703-0.50133-0.47703z"/>
172
+ <path id="path718" fill="#184a8c" d="m272.86 223.56 0.50133 0.47703-0.50133-0.47703z"/>
173
+ <path id="path719" fill="#002984" d="m277.88 223.56 0.50133 0.47703-0.50133-0.47703z"/>
174
+ <path id="path720" fill="#42425a" d="m278.38 223.56 0.50133 0.47703-0.50133-0.47703z"/>
175
+ <path id="path721" fill="#9c9494" d="m280.38 223.56 0.50133 0.47703-0.50133-0.47703z"/>
176
+ <path id="path723" fill="#efefef" d="m282.39 223.56 0.50133 0.47703-0.50133-0.47703z"/>
177
+ <path id="path724" fill="#cecece" d="m242.78 224.03 0.50133 0.47702-0.50133-0.47702z"/>
178
+ <path id="path725" fill="#bdbdbd" d="m243.28 224.03 0.50133 0.47702-0.50133-0.47702z"/>
179
+ <path id="path726" fill="#8c8c8c" d="m244.12 224.19 0.33419 0.15904-0.33419-0.15904z"/>
180
+ <path id="path727" fill="#42425a" d="m244.79 224.03 0.50133 0.47702-0.50133-0.47702z"/>
181
+ <path id="path728" fill="#314a7b" d="m245.29 224.03 0.50133 0.47702-0.50133-0.47702z"/>
182
+ <path id="path729" fill="#00184a" d="m246.12 224.19 0.33419 0.15904-0.33419-0.15904z"/>
183
+ <path id="path730" fill="#00216b" d="m246.79 224.03 0.50133 0.47702-0.50133-0.47702z"/>
184
+ <path id="path732" fill="#9c8c42" d="m256.82 224.03 0.50133 0.47702-0.50133-0.47702z"/>
185
+ <path id="path733" fill="#ffce08" d="m258.82 224.03 0.50133 0.47702-0.50133-0.47702z"/>
186
+ <path id="path734" fill="#8c8442" d="m259.33 224.03 0.50133 0.47702-0.50133-0.47702z"/>
187
+ <path id="path735" fill="#6b735a" d="m260.83 224.03 0.50133 0.47702-0.50133-0.47702z"/>
188
+ <path id="path736" fill="#8c8442" d="m261.33 224.03 0.50133 0.47702-0.50133-0.47702z"/>
189
+ <path id="path737" fill="#184a8c" d="m262.33 224.03 0.50133 0.47702-0.50133-0.47702z"/>
190
+ <path id="path738" fill="#7b7b52" d="m262.84 224.03 0.50133 0.47702-0.50133-0.47702z"/>
191
+ <path id="path739" fill="#184a8c" d="m263.34 224.03 0.50133 0.47702-0.50133-0.47702z"/>
192
+ <path id="path740" fill="#395273" d="m265.34 224.03 0.50133 0.47702-0.50133-0.47702m1.504 0 0.50133 0.47702-0.50133-0.47702z"/>
193
+ <path id="path741" fill="#5a6b63" d="m268.35 224.03 0.50133 0.47702-0.50133-0.47702z"/>
194
+ <path id="path742" fill="#bd9c29" d="m268.85 224.03 0.50133 0.47702-0.50133-0.47702z"/>
195
+ <path id="path743" fill="#8c8442" d="m269.85 224.03 0.50133 0.47702-0.50133-0.47702z"/>
196
+ <path id="path744" fill="#184a8c" d="m270.86 224.03 0.50133 0.47702-0.50133-0.47702z"/>
197
+ <path id="path745" fill="#395273" d="m271.86 224.03 0.50133 0.47702-0.50133-0.47702m1.0027 0 0.50133 0.47702-0.50133-0.47702z"/>
198
+ <path id="path747" fill="#00216b" d="m282.39 224.03 0.50133 0.47702-0.50133-0.47702z"/>
199
+ <path id="path748" fill="#00184a" d="m283.22 224.19 0.33389 0.15904-0.33389-0.15904z"/>
200
+ <path id="path749" fill="#314a7b" d="m283.89 224.03 0.50133 0.47702-0.50133-0.47702z"/>
201
+ <path id="path750" fill="#42425a" d="m284.39 224.03 0.50133 0.47702-0.50133-0.47702z"/>
202
+ <path id="path751" fill="#7b7373" d="m284.89 224.03 0.50133 0.47702-0.50133-0.47702z"/>
203
+ <path id="path752" fill="#8c8c8c" d="m285.4 224.03 0.50134 0.47702-0.50134-0.47702z"/>
204
+ <path id="path753" fill="#bdbdbd" d="m285.9 224.03 0.50133 0.47702-0.50133-0.47702z"/>
205
+ <path id="path754" fill="#cecece" d="m286.4 224.03 0.50133 0.47702-0.50133-0.47702m-46.624 0.47702 0.50134 0.47703-0.50134-0.47703z"/>
206
+ <path id="path755" fill="#9c9494" d="m240.28 224.51 0.50133 0.47703-0.50133-0.47703z"/>
207
+ <path id="path756" fill="#7b7373" d="m240.78 224.51 0.50133 0.47703-0.50133-0.47703z"/>
208
+ <path id="path757" fill="#42425a" d="m241.28 224.51 0.50133 0.47703-0.50133-0.47703z"/>
209
+ <path id="path758" fill="#29396b" d="m241.78 224.51 0.50134 0.47703-0.50134-0.47703z"/>
210
+ <path id="path759" fill="#00184a" d="m242.28 224.51 0.50133 0.47703-0.50133-0.47703z"/>
211
+ <path id="path760" fill="#00216b" d="m242.78 224.51 0.50133 0.47703-0.50133-0.47703z"/>
212
+ <path id="path761" fill="#002984" d="m243.28 224.51 0.50133 0.47703-0.50133-0.47703z"/>
213
+ <path id="path762" fill="#00216b" d="m250.8 224.51 0.50133 0.47703-0.50133-0.47703z"/>
214
+ <path id="path763" fill="#8c8442" d="m256.32 224.51 0.50133 0.47703-0.50133-0.47703z"/>
215
+ <path id="path764" fill="#7b7b52" d="m256.82 224.51 0.50133 0.47703-0.50133-0.47703z"/>
216
+ <path id="path765" fill="#184a8c" d="m271.86 224.51 0.50133 0.47703-0.50133-0.47703z"/>
217
+ <path id="path766" fill="#7b7b52" d="m272.36 224.51 0.50133 0.47703-0.50133-0.47703z"/>
218
+ <path id="path767" fill="#295284" d="m272.86 224.51 0.50133 0.47703-0.50133-0.47703z"/>
219
+ <path id="path768" fill="#00184a" d="m277.37 224.51 0.50134 0.47703-0.50134-0.47703z"/>
220
+ <path id="path769" fill="#002984" d="m286.23 224.67 0.33389 0.15904-0.33389-0.15904z"/>
221
+ <path id="path770" fill="#00184a" d="m286.9 224.51 0.50133 0.47703-0.50133-0.47703z"/>
222
+ <path id="path771" fill="#10295a" d="m287.4 224.51 0.50134 0.47703-0.50134-0.47703z"/>
223
+ <path id="path772" fill="#42425a" d="m287.9 224.51 0.50133 0.47703-0.50133-0.47703z"/>
224
+ <path id="path773" fill="#636b7b" d="m288.4 224.51 0.50133 0.47703-0.50133-0.47703z"/>
225
+ <path id="path774" fill="#8c8c8c" d="m288.9 224.51 0.50133 0.47703-0.50133-0.47703z"/>
226
+ <path id="path775" fill="#cecece" d="m289.41 224.51 0.50134 0.47703-0.50134-0.47703z"/>
227
+ <path id="path776" fill="#bdbdbd" d="m237.77 224.99 0.50134 0.47703-0.50134-0.47703z"/>
228
+ <path id="path777" fill="#8c8c8c" d="m238.27 224.99 0.50133 0.47703-0.50133-0.47703z"/>
229
+ <path id="path778" fill="#525a6b" d="m238.77 224.99 0.50133 0.47703-0.50133-0.47703z"/>
230
+ <path id="path779" fill="#10295a" d="m239.27 224.99 0.50133 0.47703-0.50133-0.47703z"/>
231
+ <path id="path780" fill="#00216b" d="m239.77 224.99 0.50134 0.47703-0.50134-0.47703z"/>
232
+ <path id="path781" fill="#395273" d="m245.29 224.99 0.50133 0.47703-0.50133-0.47703z"/>
233
+ <path id="path782" fill="#00184a" d="m250.8 224.99 0.50133 0.47703-0.50133-0.47703z"/>
234
+ <path id="path783" fill="#00215a" d="m277.37 224.99-0.50133 0.95406 0.50133-0.95406z"/>
235
+ <path id="path784" fill="#395273" d="m279.88 224.99 0.50133 0.47703-0.50133-0.47703z"/>
236
+ <path id="path785" fill="#184a8c" d="m280.38 224.99 0.50133 0.47703-0.50133-0.47703z"/>
237
+ <path id="path786" fill="#395273" d="m281.38 224.99 0.50134 0.47703-0.50134-0.47703z"/>
238
+ <path id="path787" fill="#00216b" d="m289.41 224.99 0.50134 0.47703-0.50134-0.47703z"/>
239
+ <path id="path788" fill="#00184a" d="m289.91 224.99 0.50133 0.47703-0.50133-0.47703z"/>
240
+ <path id="path789" fill="#42425a" d="m290.41 224.99 0.50133 0.47703-0.50133-0.47703z"/>
241
+ <path id="path790" fill="#8c8c8c" d="m290.91 224.99 0.50133 0.47703-0.50133-0.47703z"/>
242
+ <path id="path791" fill="#ada5a5" d="m291.41 224.99 0.50134 0.47703-0.50134-0.47703z"/>
243
+ <path id="path792" fill="#efefef" d="m291.91 224.99 0.50133 0.47703-0.50133-0.47703z"/>
244
+ <path id="path793" fill="#dedede" d="m235.76 225.47 0.50134 0.47703-0.50134-0.47703z"/>
245
+ <path id="path794" fill="#7b7373" d="m236.26 225.47 0.50133 0.47703-0.50133-0.47703z"/>
246
+ <path id="path795" fill="#314a7b" d="m236.77 225.47 0.50133 0.47703-0.50133-0.47703z"/>
247
+ <path id="path796" fill="#00184a" d="m237.27 225.47 0.50133 0.47703-0.50133-0.47703z"/>
248
+ <path id="path797" fill="#002984" d="m237.77 225.47 0.50134 0.47703-0.50134-0.47703z"/>
249
+ <path id="path798" fill="#184a8c" d="m241.28 225.47 0.50133 0.47703-0.50133-0.47703z"/>
250
+ <path id="path799" fill="#6b735a" d="m241.78 225.47 0.50134 0.47703-0.50134-0.47703z"/>
251
+ <path id="path800" fill="#395273" d="m242.28 225.47 0.50133 0.47703-0.50133-0.47703z"/>
252
+ <path id="path801" fill="#5a6b63" d="m244.29 225.47 0.50133 0.47703-0.50133-0.47703z"/>
253
+ <path id="path802" fill="#efbd08" d="m244.79 225.47 0.50133 0.47703-0.50133-0.47703z"/>
254
+ <path id="path803" fill="#ffce08" d="m245.62 225.62 0.33419 0.15904-0.33419-0.15904z"/>
255
+ <path id="path804" fill="#4a636b" d="m246.29 225.47 0.50133 0.47703-0.50133-0.47703z"/>
256
+ <path id="path805" fill="#00215a" d="m250.8 225.47 0.50133 0.47703-0.50133-0.47703z"/>
257
+ <path id="path806" fill="#002984" d="m259.16 225.62 0.33419 0.15904-0.33419-0.15904z"/>
258
+ <path id="path807" fill="#00215a" d="m259.83 225.47 0.50134 0.47703-0.50134-0.47703z"/>
259
+ <path id="path808" fill="#00184a" d="m260.33 225.47 0.50133 0.47703-0.50133-0.47703z"/>
260
+ <path id="path809" fill="#29396b" d="m260.83 225.47 0.50133 0.47703-0.50133-0.47703z"/>
261
+ <path id="path810" fill="#425a84" d="m261.33 225.47 0.50133 0.47703-0.50133-0.47703z"/>
262
+ <path id="path812" fill="#636b7b" d="m264.34 225.47 0.50133 0.47703-0.50133-0.47703z"/>
263
+ <path id="path813" fill="#737b94" d="m264.84 225.47 0.50133 0.47703-0.50133-0.47703z"/>
264
+ <path id="path815" fill="#29396b" d="m268.35 225.47 0.50133 0.47703-0.50133-0.47703z"/>
265
+ <path id="path816" fill="#00184a" d="m269.19 225.62 0.33389 0.15904-0.33389-0.15904z"/>
266
+ <path id="path817" fill="#002984" d="m270.19 225.62 0.33389 0.15904-0.33389-0.15904z"/>
267
+ <path id="path818" fill="#6b6b4a" d="m277.37 225.47 0.50134 0.47703-0.50134-0.47703z"/>
268
+ <path id="path820" fill="#7b7b52" d="m280.38 225.47 1.0027 3.8162-1.0027-3.8162z"/>
269
+ <path id="path822" fill="#cead21" d="m282.89 225.47 0.50133 0.47703-0.50133-0.47703z"/>
270
+ <path id="path823" fill="#4a636b" d="m283.39 225.47 0.50134 0.47703-0.50134-0.47703z"/>
271
+ <path id="path824" fill="#8c8442" d="m284.39 225.47 0.50133 0.47703-0.50133-0.47703z"/>
272
+ <path id="path826" fill="#395273" d="m286.4 225.47-0.50133 1.9081 0.50133-1.9081z"/>
273
+ <path id="path827" fill="#002984" d="m291.41 225.47 0.50134 0.47703-0.50134-0.47703z"/>
274
+ <path id="path828" fill="#00215a" d="m291.91 225.47 0.50133 0.47703-0.50133-0.47703z"/>
275
+ <path id="path829" fill="#314a7b" d="m292.41 225.47 0.50133 0.47703-0.50133-0.47703z"/>
276
+ <path id="path830" fill="#7b7373" d="m292.92 225.47 0.50133 0.47703-0.50133-0.47703z"/>
277
+ <path id="path831" fill="#cecece" d="m293.42 225.47 0.50134 0.47703-0.50134-0.47703z"/>
278
+ <path id="path832" fill="#efefef" d="m234.26 225.94 0.50133 0.47703-0.50133-0.47703z"/>
279
+ <path id="path833" fill="#8c8c8c" d="m234.76 225.94 0.50133 0.47703-0.50133-0.47703z"/>
280
+ <path id="path834" fill="#31425a" d="m235.26 225.94 0.50133 0.47703-0.50133-0.47703z"/>
281
+ <path id="path835" fill="#00216b" d="m235.76 225.94 0.50134 0.47703-0.50134-0.47703z"/>
282
+ <path id="path836" fill="#5a6b63" d="m240.78 225.94 0.50133 0.47703-0.50133-0.47703z"/>
283
+ <path id="path838" fill="#cead21" d="m242.78 225.94 0.50133 0.47703-0.50133-0.47703z"/>
284
+ <path id="path839" fill="#deb518" d="m244.62 226.1 0.33419 0.15905-0.33419-0.15905z"/>
285
+ <path id="path840" fill="#7b7b52" d="m245.29 225.94 0.50133 0.47703-0.50133-0.47703z"/>
286
+ <path id="path841" fill="#deb518" d="m246.12 226.1 0.33419 0.15905-0.33419-0.15905z"/>
287
+ <path id="path842" fill="#00216b" d="m251.3 225.94 0.50133 0.47703-0.50133-0.47703m6.016 0 0.50133 0.47703-0.50133-0.47703z"/>
288
+ <path id="path843" fill="#63636b" d="m257.82 225.94 0.50134 0.47703-0.50134-0.47703z"/>
289
+ <path id="path846" fill="#cecece" d="m269.85 225.94 0.50133 0.47703-0.50133-0.47703z"/>
290
+ <path id="path847" fill="#bdbdbd" d="m270.36 225.94 0.50133 0.47703-0.50133-0.47703z"/>
291
+ <path id="path848" fill="#ada5a5" d="m270.86 225.94 0.50133 0.47703-0.50133-0.47703z"/>
292
+ <path id="path849" fill="#8c8c8c" d="m271.36 225.94 0.50134 0.47703-0.50134-0.47703z"/>
293
+ <path id="path850" fill="#00184a" d="m272.03 226.26 0.16744 0.31798-0.16744-0.31798z"/>
294
+ <path id="path851" fill="#001039" d="m276.87 225.94 0.50133 0.47703-0.50133-0.47703z"/>
295
+ <path id="path852" fill="#deb518" d="m277.37 225.94 0.50134 0.47703-0.50134-0.47703z"/>
296
+ <path id="path853" fill="#bd9c29" d="m281.89 225.94 0.50133 0.47703-0.50133-0.47703z"/>
297
+ <path id="path854" fill="#7b7b52" d="m282.39 225.94-0.50133 0.95406 0.50133-0.95406z"/>
298
+ <path id="path855" fill="#deb518" d="m282.89 225.94 0.50133 0.47703-0.50133-0.47703z"/>
299
+ <path id="path856" fill="#bd9c29" d="m284.39 225.94 1.0027 0.95406-1.0027-0.95406z"/>
300
+ <path id="path858" fill="#bd9c29" d="m287.4 225.94 0.50134 0.47703-0.50134-0.47703z"/>
301
+ <path id="path859" fill="#ffce08" d="m287.9 225.94 0.50133 0.47703-0.50133-0.47703z"/>
302
+ <path id="path860" fill="#bd9c29" d="m288.4 225.94 0.50133 0.47703-0.50133-0.47703z"/>
303
+ <path id="path861" fill="#ad9431" d="m288.9 225.94 0.50133 0.47703-0.50133-0.47703z"/>
304
+ <path id="path862" fill="#4a636b" d="m289.41 225.94 0.50134 0.47703-0.50134-0.47703z"/>
305
+ <path id="path863" fill="#00216b" d="m293.42 225.94 0.50134 0.47703-0.50134-0.47703z"/>
306
+ <path id="path864" fill="#21315a" d="m293.92 225.94 0.50133 0.47703-0.50133-0.47703z"/>
307
+ <path id="path865" fill="#8c8c8c" d="m294.42 225.94 0.50133 0.47703-0.50133-0.47703z"/>
308
+ <path id="path866" fill="#dedede" d="m294.92 225.94 0.50133 0.47703-0.50133-0.47703z"/>
309
+ <path id="path867" fill="#9c9494" d="m233.26 226.42 0.50133 0.47703-0.50133-0.47703z"/>
310
+ <path id="path868" fill="#525a6b" d="m233.76 226.42 0.50134 0.47703-0.50134-0.47703z"/>
311
+ <path id="path869" fill="#00215a" d="m234.26 226.42 0.50133 0.47703-0.50133-0.47703z"/>
312
+ <path id="path870" fill="#bd9c29" d="m238.77 226.42 0.50133 0.47703-0.50133-0.47703z"/>
313
+ <path id="path872" fill="#deb518" d="m241.28 226.42 0.50133 0.47703-0.50133-0.47703z"/>
314
+ <path id="path873" fill="#4a636b" d="m241.78 226.42 0.50134 0.47703-0.50134-0.47703z"/>
315
+ <path id="path874" fill="#9c8c42" d="m242.28 226.42 0.50133 0.47703-0.50133-0.47703z"/>
316
+ <path id="path875" fill="#7b7b52" d="m243.28 226.42 0.50133 0.47703-0.50133-0.47703z"/>
317
+ <path id="path876" fill="#ffce08" d="m244.29 226.42 1.0027 0.95406-1.0027-0.95406z"/>
318
+ <path id="path877" fill="#8c8442" d="m244.79 226.42 0.50133 0.47703-0.50133-0.47703z"/>
319
+ <path id="path878" fill="#003994" d="m245.29 226.42 0.50133 0.47703-0.50133-0.47703z"/>
320
+ <path id="path879" fill="#295284" d="m245.79 226.42 0.50134 0.47703-0.50134-0.47703z"/>
321
+ <path id="path880" fill="#5a6b63" d="m246.29 226.42 0.50133 0.47703-0.50133-0.47703z"/>
322
+ <path id="path881" fill="#001039" d="m251.3 226.42 0.50133 0.47703-0.50133-0.47703z"/>
323
+ <path id="path882" fill="#00216b" d="m255.82 226.42 0.50134 0.47703-0.50134-0.47703z"/>
324
+ <path id="path883" fill="#00184a" d="m256.32 226.42 0.50133 0.47703-0.50133-0.47703z"/>
325
+ <path id="path884" fill="#00216b" d="m256.82 226.42 0.50133 0.47703-0.50133-0.47703z"/>
326
+ <path id="path885" fill="#8c8c8c" d="m257.82 226.42 0.50134 0.47703-0.50134-0.47703z"/>
327
+ <path id="path886" fill="#dedede" d="m270.86 226.42 0.50133 0.47703-0.50133-0.47703z"/>
328
+ <path id="path887" fill="#63636b" d="m271.52 226.74 0.16744 0.31799-0.16744-0.31799z"/>
329
+ <path id="path888" fill="#002984" d="m272.53 226.74 0.16745 0.31799-0.16745-0.31799z"/>
330
+ <path id="path889" fill="#313931" d="m276.87 226.42 0.50133 0.47703-0.50133-0.47703z"/>
331
+ <path id="path891" fill="#295284" d="m280.88 226.42 0.50133 0.47703-0.50133-0.47703z"/>
332
+ <path id="path892" fill="#003994" d="m282.39 226.42 0.50133 0.47703-0.50133-0.47703z"/>
333
+ <path id="path893" fill="#8c8442" d="m282.89 226.42 0.50133 0.47703-0.50133-0.47703z"/>
334
+ <path id="path894" fill="#184a8c" d="m283.89 226.42 0.50133 0.47703-0.50133-0.47703z"/>
335
+ <path id="path895" fill="#efbd08" d="m284.39 226.42 0.50133 0.47703-0.50133-0.47703z"/>
336
+ <path id="path896" fill="#003994" d="m285.4 226.42 0.50134 0.47703-0.50134-0.47703m1.6709 0.31803 0.16745 0.31799-0.16745-0.31799z"/>
337
+ <path id="path897" fill="#cead21" d="m287.4 226.42 0.50134 0.47703-0.50134-0.47703z"/>
338
+ <path id="path898" fill="#efbd08" d="m287.9 226.42 0.50133 0.47703-0.50133-0.47703z"/>
339
+ <path id="path899" fill="#cead21" d="m288.4 226.42 0.50133 0.47703-0.50133-0.47703z"/>
340
+ <path id="path901" fill="#295284" d="m289.91 226.42 0.50133 0.47703-0.50133-0.47703z"/>
341
+ <path id="path902" fill="#ffce08" d="m290.41 226.42 0.50133 0.47703-0.50133-0.47703z"/>
342
+ <path id="path903" fill="#cead21" d="m290.91 226.42 0.50133 0.47703-0.50133-0.47703z"/>
343
+ <path id="path904" fill="#8c8442" d="m291.41 226.42 0.50134 0.47703-0.50134-0.47703z"/>
344
+ <path id="path905" fill="#5a6b63" d="m291.91 226.42 0.50133 0.47703-0.50133-0.47703z"/>
345
+ <path id="path906" fill="#184a8c" d="m292.41 226.42 0.50133 0.47703-0.50133-0.47703z"/>
346
+ <path id="path907" fill="#00216b" d="m294.92 226.42 0.50133 0.47703-0.50133-0.47703z"/>
347
+ <path id="path908" fill="#31394a" d="m295.42 226.42 0.50134 0.47703-0.50134-0.47703z"/>
348
+ <path id="path909" fill="#9c9494" d="m295.92 226.42 0.50133 0.47703-0.50133-0.47703z"/>
349
+ <path id="path910" fill="#efefef" d="m296.42 226.42 0.50133 0.47703-0.50133-0.47703z"/>
350
+ <path id="path911" fill="#ada5a5" d="m232.25 226.9 0.50133 0.47703-0.50133-0.47703z"/>
351
+ <path id="path912" fill="#212139" d="m232.76 226.9 0.50133 0.47703-0.50133-0.47703z"/>
352
+ <path id="path913" fill="#002984" d="m233.26 226.9 0.50133 0.47703-0.50133-0.47703z"/>
353
+ <path id="path914" fill="#5a6b63" d="m235.26 226.9 0.50133 0.47703-0.50133-0.47703z"/>
354
+ <path id="path915" fill="#9c8c42" d="m235.76 226.9 0.50134 0.47703-0.50134-0.47703z"/>
355
+ <path id="path916" fill="#deb518" d="m236.26 226.9 0.50133 0.47703-0.50133-0.47703z"/>
356
+ <path id="path918" fill="#bd9c29" d="m237.27 226.9 0.50133 0.47703-0.50133-0.47703z"/>
357
+ <path id="path919" fill="#7b7b52" d="m238.77 226.9 0.50133 0.47703-0.50133-0.47703z"/>
358
+ <path id="path920" fill="#184a8c" d="m239.77 226.9 0.50134 0.47703-0.50134-0.47703z"/>
359
+ <path id="path921" fill="#395273" d="m240.28 226.9 0.50133 1.4311-0.50133-1.4311z"/>
360
+ <path id="path922" fill="#7b7b52" d="m241.28 226.9 0.50133 0.47703-0.50133-0.47703z"/>
361
+ <path id="path923" fill="#003994" d="m241.78 226.9v1.9081h1.0027v-1.9081h-1.0027z"/>
362
+ <path id="path924" fill="#efbd08" d="m242.78 226.9 0.50133 0.47703-0.50133-0.47703z"/>
363
+ <path id="path925" fill="#deb518" d="m243.28 226.9 0.50133 0.47703-0.50133-0.47703z"/>
364
+ <path id="path926" fill="#bd9c29" d="m244.29 226.9 0.50133 0.47703-0.50133-0.47703z"/>
365
+ <path id="path927" fill="#efbd08" d="m245.29 226.9 0.50133 0.47703-0.50133-0.47703z"/>
366
+ <path id="path928" fill="#bd9c29" d="m245.79 226.9-0.50133 0.95406 0.50133-0.95406z"/>
367
+ <path id="path929" fill="#7b7b52" d="m246.29 226.9 0.50133 0.47703-0.50133-0.47703z"/>
368
+ <path id="path930" fill="#00215a" d="m251.3 226.9 0.50133 0.47703-0.50133-0.47703z"/>
369
+ <path id="path931" fill="#002984" d="m253.31 226.9 0.50133 0.47703-0.50133-0.47703z"/>
370
+ <path id="path932" fill="#00184a" d="m254.52 227.57v1.1494h2.3676l-2.3676-1.1494z"/>
371
+ <path id="path933" fill="#00215a" d="m255.32 226.9 0.50133 0.47703-0.50133-0.47703z"/>
372
+ <path id="path934" fill="#002984" d="m255.82 226.9 0.50134 0.47703-0.50134-0.47703z"/>
373
+ <path id="path935" fill="#31394a" d="m257.82 226.9 0.50134 0.47703-0.50134-0.47703z"/>
374
+ <path id="path937" fill="#00216b" d="m274.37 226.9 1.0027 0.95406-1.0027-0.95406z"/>
375
+ <path id="path938" fill="#002984" d="m274.87 226.9 0.50133 0.47703-0.50133-0.47703z"/>
376
+ <path id="path939" fill="#00184a" d="m276.54 227.21 0.16745 0.31799-0.16745-0.31799z"/>
377
+ <path id="path940" fill="#8c8442" d="m276.87 226.9 0.50133 0.47703-0.50133-0.47703z"/>
378
+ <path id="path942" fill="#9c8c42" d="m283.39 226.9 0.50134 0.47703-0.50134-0.47703z"/>
379
+ <path id="path943" fill="#003994" d="m284.06 227.21 0.16744 0.31799-0.16744-0.31799z"/>
380
+ <path id="path945" fill="#deb518" d="m284.89 226.9 0.50133 0.47703-0.50133-0.47703z"/>
381
+ <path id="path946" fill="#6b735a" d="m285.4 226.9 0.50134 0.47703-0.50134-0.47703z"/>
382
+ <path id="path947" fill="#295284" d="m286.4 226.9 0.50133 0.47703-0.50133-0.47703z"/>
383
+ <path id="path948" fill="#ad9431" d="m287.9 226.9 0.50133 0.47703-0.50133-0.47703z"/>
384
+ <path id="path949" fill="#003994" d="m288.4 226.9 0.50133 0.47703-0.50133-0.47703z"/>
385
+ <path id="path950" fill="#295284" d="m288.9 226.9 0.50133 0.47703-0.50133-0.47703z"/>
386
+ <path id="path951" fill="#8c8442" d="m289.91 226.9 0.50133 0.47703-0.50133-0.47703z"/>
387
+ <path id="path952" fill="#9c8c42" d="m290.41 226.9 0.50133 0.47703-0.50133-0.47703z"/>
388
+ <path id="path953" fill="#deb518" d="m290.91 226.9 0.50133 0.47703-0.50133-0.47703z"/>
389
+ <path id="path954" fill="#ffce08" d="m291.41 227.85 1.504-0.47703-1.504 0.47703z"/>
390
+ <path id="path955" fill="#6b735a" d="m292.92 226.9 0.50133 0.47703-0.50133-0.47703z"/>
391
+ <path id="path956" fill="#295284" d="m293.92 226.9-0.50134 0.95406 0.50134-0.95406z"/>
392
+ <path id="path957" fill="#10214a" d="m296.42 226.9 0.50133 0.47703-0.50133-0.47703z"/>
393
+ <path id="path958" fill="#9c9494" d="m296.93 226.9 0.50133 0.47703-0.50133-0.47703z"/>
394
+ <path id="path959" fill="#bdbdbd" d="m231.25 227.37 0.50133 0.47703-0.50133-0.47703z"/>
395
+ <path id="path960" fill="#42425a" d="m231.75 227.37 0.50134 0.47703-0.50134-0.47703z"/>
396
+ <path id="path961" fill="#002984" d="m232.25 227.37 0.50133 0.47703-0.50133-0.47703z"/>
397
+ <path id="path962" fill="#ad9431" d="m235.26 227.37 0.50133 0.47703-0.50133-0.47703z"/>
398
+ <path id="path964" fill="#bd9c29" d="m236.6 227.53 0.33419 0.15904-0.33419-0.15904m1.1698-0.15899 0.50134 0.47703-0.50134-0.47703z"/>
399
+ <path id="path965" fill="#6b735a" d="m238.77 227.37 0.50133 0.47703-0.50133-0.47703z"/>
400
+ <path id="path966" fill="#395273" d="m241.28 227.37 0.50133 0.47703-0.50133-0.47703z"/>
401
+ <path id="path968" fill="#184a8c" d="m244.45 227.69 0.16714 0.31799-0.16714-0.31799z"/>
402
+ <path id="path969" fill="#9c8c42" d="m244.79 227.37 0.50133 0.47703-0.50133-0.47703z"/>
403
+ <path id="path970" fill="#ffce08" d="m246.12 227.53 0.33419 0.15904-0.33419-0.15904z"/>
404
+ <path id="path971" fill="#8c8442" d="m246.79 227.37 0.50133 0.47703-0.50133-0.47703z"/>
405
+ <path id="path972" fill="#00184a" d="m251.97 227.69 0.16714 0.31799-0.16714-0.31799z"/>
406
+ <path id="path973" fill="#002984" d="m252.31 227.37 0.50133 0.47703-0.50133-0.47703z"/>
407
+ <path id="path974" fill="#001039" d="m252.81 227.37 0.50133 0.47703-0.50133-0.47703z"/>
408
+ <path id="path975" fill="#00216b" d="m253.31 227.37 0.50133 0.47703-0.50133-0.47703z"/>
409
+ <path id="path976" fill="#00215a" d="m257.82 227.37 0.50134 0.47703-0.50134-0.47703z"/>
410
+ <path id="path977" fill="#efefef" d="m258.32 227.37 0.50133 0.47703-0.50133-0.47703z"/>
411
+ <path id="path978" fill="#21315a" d="m271.36 227.37 0.50134 0.47703-0.50134-0.47703z"/>
412
+ <path id="path979" fill="#00184a" d="m275.37 227.37 0.50134 0.47703-0.50134-0.47703z"/>
413
+ <path id="path981" fill="#9c8c42" d="m281.89 227.37 0.50133 0.47703-0.50133-0.47703z"/>
414
+ <path id="path982" fill="#bd9c29" d="m282.39 227.37 0.50133 0.47703-0.50133-0.47703z"/>
415
+ <path id="path983" fill="#efbd08" d="m282.89 227.37 0.50133 0.47703-0.50133-0.47703z"/>
416
+ <path id="path984" fill="#deb518" d="m283.39 227.37 0.50134 0.47703-0.50134-0.47703z"/>
417
+ <path id="path985" fill="#8c8442" d="m286.4 227.37 0.50133 0.47703-0.50133-0.47703z"/>
418
+ <path id="path986" fill="#184a8c" d="m286.9 227.37 0.50133 0.47703-0.50133-0.47703z"/>
419
+ <path id="path987" fill="#bd9c29" d="m287.9 227.37 0.50133 0.47703-0.50133-0.47703z"/>
420
+ <path id="path988" fill="#4a636b" d="m288.4 227.37 0.50133 0.47703-0.50133-0.47703z"/>
421
+ <path id="path989" fill="#7b7b52" d="m288.9 227.37 0.50133 0.47703-0.50133-0.47703z"/>
422
+ <path id="path990" fill="#4a636b" d="m289.91 227.37 0.50133 0.47703-0.50133-0.47703z"/>
423
+ <path id="path991" fill="#5a6b63" d="m290.91 227.37 0.50133 0.47703-0.50133-0.47703z"/>
424
+ <path id="path992" fill="#6b735a" d="m291.91 227.37 0.50133 0.47703-0.50133-0.47703z"/>
425
+ <path id="path993" fill="#7b7b52" d="m292.41 227.37 0.50133 0.47703-0.50133-0.47703z"/>
426
+ <path id="path994" fill="#184a8c" d="m292.92 227.37 0.50133 0.47703-0.50133-0.47703z"/>
427
+ <path id="path996" fill="#efbd08" d="m294.42 227.37 0.50133 0.47703-0.50133-0.47703z"/>
428
+ <path id="path997" fill="#002984" d="m296.93 227.37 0.50133 0.47703-0.50133-0.47703z"/>
429
+ <path id="path998" fill="#212139" d="m297.43 227.37 0.50134 0.47703-0.50134-0.47703z"/>
430
+ <path id="path999" fill="#ada5a5" d="m297.93 227.37 0.50133 0.47703-0.50133-0.47703z"/>
431
+ <path id="path1000" fill="#9c9494" d="m230.75 227.85-0.50133 0.95405 0.50133-0.95405z"/>
432
+ <path id="path1001" fill="#00215a" d="m231.25 227.85 0.50133 0.47702-0.50133-0.47702z"/>
433
+ <path id="path1002" fill="#6b735a" d="m235.26 227.85 0.50133 0.47702-0.50133-0.47702z"/>
434
+ <path id="path1003" fill="#295284" d="m236.26 227.85 0.50133 0.47702-0.50133-0.47702z"/>
435
+ <path id="path1004" fill="#003994" d="m236.77 227.85v1.9081h0.50133l-0.50133-1.9081z"/>
436
+ <path id="path1005" fill="#9c8c42" d="m237.27 227.85 0.50133 0.47702-0.50133-0.47702z"/>
437
+ <