aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--addons/metadata.artists.universal/addon.xml2
-rw-r--r--addons/metadata.artists.universal/artistuniversal.xml15
-rw-r--r--addons/metadata.artists.universal/changelog.txt12
-rw-r--r--addons/metadata.themoviedb.org/addon.xml2
-rw-r--r--addons/metadata.themoviedb.org/tmdb.xml22
-rw-r--r--addons/metadata.tvdb.com/addon.xml2
-rw-r--r--addons/metadata.tvdb.com/changelog.txt19
-rw-r--r--addons/metadata.tvdb.com/tvdb.xml130
-rw-r--r--addons/webinterface.default/addon.xml2
-rw-r--r--addons/webinterface.default/favicon.pngbin485 -> 1228 bytes
-rw-r--r--addons/webinterface.default/icon-128.pngbin1658 -> 1872 bytes
-rw-r--r--addons/webinterface.default/icon-144.pngbin3244 -> 2753 bytes
-rw-r--r--addons/webinterface.default/icon-152.pngbin2286 -> 2027 bytes
-rw-r--r--addons/webinterface.default/icon-192.pngbin3275 -> 2329 bytes
-rw-r--r--addons/webinterface.default/icon.pngbin3244 -> 2753 bytes
-rw-r--r--addons/webinterface.default/images/fanart_default/amp.jpgbin185756 -> 82921 bytes
-rw-r--r--addons/webinterface.default/images/fanart_default/cans.jpgbin195203 -> 105798 bytes
-rw-r--r--addons/webinterface.default/images/fanart_default/concert.jpgbin224455 -> 107080 bytes
-rw-r--r--addons/webinterface.default/images/fanart_default/guitar.jpgbin200786 -> 91001 bytes
-rw-r--r--addons/webinterface.default/images/fanart_default/speaker.jpgbin202384 -> 99267 bytes
-rw-r--r--addons/webinterface.default/images/fanart_default/turntable.jpgbin119749 -> 45214 bytes
-rw-r--r--addons/webinterface.default/images/fanart_default/tweeter.jpgbin117898 -> 56372 bytes
-rw-r--r--addons/webinterface.default/images/splash_hi.pngbin19713 -> 10745 bytes
-rw-r--r--addons/webinterface.default/images/thumbnail_default.pngbin2662 -> 1176 bytes
-rw-r--r--addons/webinterface.default/js/kodi-webinterface.js82
-rw-r--r--addons/webinterface.default/lang/_strings/cs.json1
-rw-r--r--addons/webinterface.default/lang/_strings/en.json2
-rw-r--r--addons/webinterface.default/lang/_strings/es.json2
-rw-r--r--addons/webinterface.default/lang/_strings/hu.json1
-rw-r--r--addons/webinterface.default/lang/_strings/pt.json1
-rw-r--r--addons/webinterface.default/lang/_strings/zh_hans.json2
-rw-r--r--addons/webinterface.default/lang/en/app-changelog.html18
-rw-r--r--addons/webinterface.default/lang/en/app-readme.html8
-rw-r--r--addons/webinterface.default/lang/nl/keybind-readme.html26
-rw-r--r--addons/webinterface.default/lib/video-js/plugins/videojs-chromecast/videojs-chromecast.css2
-rw-r--r--addons/webinterface.default/themes/base/css/base.css2
-rw-r--r--addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.eotbin20615 -> 222434 bytes
-rw-r--r--addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.svg22848
-rw-r--r--addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.ttfbin44716 -> 222236 bytes
-rw-r--r--addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woffbin24188 -> 69384 bytes
-rw-r--r--addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woff2bin18232 -> 60628 bytes
-rw-r--r--addons/webinterface.default/themes/base/images/logo.pngbin1616 -> 805 bytes
-rw-r--r--addons/webinterface.default/themes/base/images/row-pause-blue.pngbin125 -> 163 bytes
-rw-r--r--addons/webinterface.default/themes/base/images/row-pause-pink.pngbin125 -> 163 bytes
-rw-r--r--addons/webinterface.default/themes/base/images/row-pause-white.pngbin125 -> 163 bytes
-rw-r--r--addons/webinterface.default/themes/base/images/row-pause.pngbin109 -> 994 bytes
-rw-r--r--addons/webinterface.default/themes/base/images/thumbnail_default.pngbin2662 -> 1049 bytes
-rw-r--r--addons/webinterface.default/videoPlayer.html5
-rw-r--r--cmake/platform/linux/mir.cmake3
-rw-r--r--tools/android/packaging/xbmc/src/channels/SyncProgramsJobService.java.in35
-rw-r--r--xbmc/GUIInfoManager.cpp41
-rw-r--r--xbmc/Util.cpp2
-rw-r--r--xbmc/platform/win32/PlatformDefs.h1
-rw-r--r--xbmc/platform/win32/WIN32Util.cpp26
-rw-r--r--xbmc/pvr/windows/GUIWindowPVRGuide.cpp33
55 files changed, 21321 insertions, 2026 deletions
diff --git a/addons/metadata.artists.universal/addon.xml b/addons/metadata.artists.universal/addon.xml
index 08fcd89de3..972f78d80d 100644
--- a/addons/metadata.artists.universal/addon.xml
+++ b/addons/metadata.artists.universal/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.artists.universal"
name="Universal Artist Scraper"
- version="4.1.0"
+ version="4.1.4"
provider-name="Olympia, Team Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/addons/metadata.artists.universal/artistuniversal.xml b/addons/metadata.artists.universal/artistuniversal.xml
index 252334b23f..b1d1c605f5 100644
--- a/addons/metadata.artists.universal/artistuniversal.xml
+++ b/addons/metadata.artists.universal/artistuniversal.xml
@@ -16,15 +16,9 @@
<RegExp input="$$1" output="\1" dest="4">
<expression noclean="1">(.+)</expression>
</RegExp>
- <RegExp input="$$1" output="\1/\2\3" dest="7">
- <expression noclean="1">(.+)([-!])(.+)</expression>
- </RegExp>
<RegExp input="$$1" output="\1" dest="6">
<expression noclean="1">(.+)(?:Ft%2e|Feat%2e|%20Ft\.|%20Feat\.|%20and%20)</expression>
</RegExp>
- <RegExp input="$$7" output="\1" dest="4">
- <expression>(.+)</expression>
- </RegExp>
<RegExp input="$$6" output="\1" dest="4">
<expression>(.+)</expression>
</RegExp>
@@ -33,11 +27,8 @@
</CreateArtistSearchUrl>
<GetArtistSearchResults dest="8">
<RegExp input="$$5" output="&lt;results sorted=&quot;yes&quot;&gt;\1&lt;/results&gt;" dest="8">
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;genre&gt;\7&lt;/genre&gt;&lt;url cache=&quot;mb-\1-artist.xml&quot;&gt;$INFO[mbsite]/ws/2/artist/\1?inc=url-rels&lt;/url&gt;&lt;/entity&gt;" dest="9">
- <expression repeat="yes" noclean="1">artist id=&quot;([^&quot;]*)&quot;(?:\stype=&quot;[^&quot;]*&quot;)* ext:score=&quot;[^&quot;]*&quot;&gt;&lt;name&gt;([^&lt;]*)&lt;/name&gt;(&lt;sort-name&gt;[^&lt;]*&lt;/sort-name&gt;)?(&lt;gender&gt;[^&lt;]*&lt;/gender&gt;)?(&lt;country&gt;[^&lt;]*&lt;/country&gt;)?(&lt;disambiguation&gt;([^&lt;]*))?</expression>
- </RegExp>
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;genre&gt;\7&lt;/genre&gt;&lt;url cache=&quot;mb-\1-artist.xml&quot;&gt;$INFO[mbsite]/ws/2/artist/\1?inc=url-rels&lt;/url&gt;&lt;/entity&gt;" dest="9">
- <expression repeat="yes" noclean="1">artist ext:score=&quot;[^&quot;]*&quot;(?:\stype=&quot;[^&quot;]*&quot;)* id=&quot;([^&quot;]*)&quot;&gt;&lt;name&gt;([^&lt;]*)&lt;/name&gt;(&lt;sort-name&gt;[^&lt;]*&lt;/sort-name&gt;)?(&lt;gender&gt;[^&lt;]*&lt;/gender&gt;)?(&lt;country&gt;[^&lt;]*&lt;/country&gt;)?(&lt;disambiguation&gt;([^&lt;]*))?</expression>
+ <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;url cache=&quot;mb-\1-artist.xml&quot;&gt;$INFO[mbsite]/ws/2/artist/\1?inc=url-rels&lt;/url&gt;&lt;/entity&gt;" dest="9">
+ <expression repeat="yes" noclean="1">artist\sid=&quot;([^&quot;]*)&quot;(?:\stype=&quot;[^&quot;]*&quot;)*(?:\stype-id=&quot;[^&quot;]*&quot;)*?\s.*?score=&quot;[^&quot;]*&quot;&gt;&lt;name&gt;([^&lt;]*)&lt;/name&gt;(&lt;sort-name&gt;[^&lt;]*&lt;/sort-name&gt;)?</expression>
</RegExp>
<RegExp input="$$9" output="\1" dest="5">
<expression noclean="1">(.+)</expression>
@@ -62,7 +53,7 @@
<expression noclean="1">&lt;artist.*?&lt;name&gt;([^&lt;]*)</expression>
</RegExp>
<RegExp input="$$1" output="&lt;type&gt;\1&lt;/type&gt;" dest="5+">
- <expression noclean="1">&lt;artist.*?type=&quot;([^&quot;]*)</expression>
+ <expression noclean="1">&lt;artist.*?\stype=&quot;([Person|Group|Orchestra|Choir|Character|Other])&quot;</expression>
</RegExp>
<RegExp input="$$1" output="&lt;gender&gt;\1&lt;/gender&gt;" dest="5+">
<expression noclean="1">&lt;gender.*?&gt;([^&lt;]*)</expression>
diff --git a/addons/metadata.artists.universal/changelog.txt b/addons/metadata.artists.universal/changelog.txt
index cd3ea4e720..d08f2917dc 100644
--- a/addons/metadata.artists.universal/changelog.txt
+++ b/addons/metadata.artists.universal/changelog.txt
@@ -1,3 +1,15 @@
+[B]4.1.4[/B]
+changed: include some other valid MB artist types in the previous fix
+
+[B]4.1.3[/B]
+fixed: artist types sometimes scrapes incorrectly
+
+[B]4.1.2[/B]
+fixed: search results after MB API changes
+
+[B]4.1.1[/B]
+changed: dash is not replaced with /- any longer
+
[B]4.1.0[/B]
added: Artist type, gender and disambiguation from MusicBrainz
diff --git a/addons/metadata.themoviedb.org/addon.xml b/addons/metadata.themoviedb.org/addon.xml
index a5e5bab6d2..7ddf041e14 100644
--- a/addons/metadata.themoviedb.org/addon.xml
+++ b/addons/metadata.themoviedb.org/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.themoviedb.org"
name="The Movie Database"
- version="5.1.1"
+ version="5.1.3"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/addons/metadata.themoviedb.org/tmdb.xml b/addons/metadata.themoviedb.org/tmdb.xml
index 390ec171d7..6156043167 100644
--- a/addons/metadata.themoviedb.org/tmdb.xml
+++ b/addons/metadata.themoviedb.org/tmdb.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<scraper framework="1.1" date="2012-01-16">
<CreateSearchUrl dest="3">
- <RegExp input="$$1" output="&lt;url&gt;https://api.tmdb.org/3/search/movie?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;query=\1&amp;amp;year=$$4&amp;amp;language=$INFO[language]&lt;/url&gt;" dest="3">
+ <RegExp input="$$1" output="&lt;url&gt;https://api.tmdb.org/3/search/movie?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;query=\1&amp;amp;year=$$4&amp;amp;language=$INFO[language]&lt;/url&gt;" dest="3">
<RegExp input="$$2" output="\1" dest="4">
<expression clear="yes">(.+)</expression>
</RegExp>
@@ -9,34 +9,34 @@
</RegExp>
</CreateSearchUrl>
<NfoUrl dest="3">
- <RegExp input="$$1" output="&lt;details&gt;&lt;url&gt;https://api.tmdb.org/3/movie/\2?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;\2&lt;/id&gt;&lt;/details&gt;" dest="3">
+ <RegExp input="$$1" output="&lt;details&gt;&lt;url&gt;https://api.tmdb.org/3/movie/\2?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;\2&lt;/id&gt;&lt;/details&gt;" dest="3">
<expression clear="yes" noclean="1">(themoviedb.org/movie/)([0-9]*)</expression>
</RegExp>
- <RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;https://api.tmdb.org/3/movie/tt\1?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;&lt;/details&gt;" dest="3">
+ <RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;https://api.tmdb.org/3/movie/tt\1?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;&lt;/details&gt;" dest="3">
<expression>imdb....?/title/tt([0-9]+)</expression>
</RegExp>
- <RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;https://api.tmdb.org/3/movie/tt\1?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;&lt;/details&gt;" dest="3">
+ <RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;https://api.tmdb.org/3/movie/tt\1?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;&lt;/details&gt;" dest="3">
<expression>imdb....?/Title\?t{0,2}([0-9]+)</expression>
</RegExp>
</NfoUrl>
<GetSearchResults dest="8">
<RegExp input="$$3" output="&lt;results&gt;\1&lt;/results&gt;" dest="8">
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\3&lt;/title&gt;&lt;id&gt;\2&lt;/id&gt;&lt;year&gt;\1&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\2.json&quot;&gt;https://api.tmdb.org/3/movie/\2?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3">
+ <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\3&lt;/title&gt;&lt;id&gt;\2&lt;/id&gt;&lt;year&gt;\1&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\2.json&quot;&gt;https://api.tmdb.org/3/movie/\2?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3">
<expression repeat="yes">&quot;release_date&quot;:&quot;([0-9]+)-.*?&quot;id&quot;:([0-9]*),&quot;original_title&quot;:&quot;[^&quot;]*&quot;,&quot;original_language&quot;:&quot;[^&quot;]*&quot;,&quot;title&quot;:&quot;([^&quot;]*)&quot;</expression>
</RegExp>
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\3&lt;/title&gt;&lt;id&gt;\2&lt;/id&gt;&lt;year&gt;\1&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\2.json&quot;&gt;https://api.tmdb.org/3/movie/\2?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
+ <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\3&lt;/title&gt;&lt;id&gt;\2&lt;/id&gt;&lt;year&gt;\1&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\2.json&quot;&gt;https://api.tmdb.org/3/movie/\2?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
<expression repeat="yes">&quot;release_date&quot;:&quot;([0-9]+)-.*?&quot;id&quot;:([0-9]*),&quot;original_title&quot;:&quot;([^&quot;]*)&quot;,&quot;original_language&quot;:&quot;[^&quot;]*&quot;</expression>
</RegExp>
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;https://api.tmdb.org/3/movie/\1?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
+ <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;https://api.tmdb.org/3/movie/\1?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
<expression repeat="yes">&quot;release_date&quot;:null.*?&quot;id&quot;:([0-9]*),&quot;original_title&quot;:&quot;([^&quot;]*)&quot;,&quot;original_language&quot;:&quot;[^&quot;]*&quot;</expression>
</RegExp>
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;https://api.tmdb.org/3/movie/\1?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
+ <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;https://api.tmdb.org/3/movie/\1?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
<expression repeat="yes">&quot;id&quot;:([0-9]*).*?title&quot;:&quot;[^&quot;]*&quot;.*?original_title&quot;:&quot;([^&quot;]*)&quot;.*?&quot;release_date&quot;:&quot;([0-9]+)-</expression>
</RegExp>
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;https://api.tmdb.org/3/movie/\1?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
+ <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;year&gt;\3&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;https://api.tmdb.org/3/movie/\1?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
<expression repeat="yes">&quot;id&quot;:([0-9]*).*?title&quot;:&quot;([^&quot;]*)&quot;.*?original_title&quot;:&quot;[^&quot;]*&quot;.*?&quot;release_date&quot;:&quot;([0-9]+)-</expression>
</RegExp>
- <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;https://api.tmdb.org/3/movie/\1?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
+ <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;https://api.tmdb.org/3/movie/\1?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
<expression repeat="yes">&quot;id&quot;:([0-9]*).*?title&quot;:&quot;([^&quot;]*)&quot;.*?original_title&quot;:&quot;[^&quot;]*&quot;.*?&quot;release_date&quot;:null</expression>
</RegExp>
<expression noclean="1" />
@@ -74,7 +74,7 @@
<RegExp input="$$1" output="\1" dest="10">
<expression clear="yes" noclean="1">&quot;runtime&quot;:([0-9]+)</expression>
</RegExp>
- <RegExp input="$$10" output="&lt;url function=&quot;ParseFallbackTMDBRuntime&quot; cache=&quot;tmdb-en-$$2.json&quot;&gt;https://api.tmdb.org/3/movie/$$2?api_key=ecbc86c92da237cb9faff6d3ddc4be6d&amp;amp;language=en&lt;/url&gt;" dest="5+">
+ <RegExp input="$$10" output="&lt;url function=&quot;ParseFallbackTMDBRuntime&quot; cache=&quot;tmdb-en-$$2.json&quot;&gt;https://api.tmdb.org/3/movie/$$2?api_key=45ab4cebe57ae11c2ee50c87005ddfe8&amp;amp;language=en&lt;/url&gt;" dest="5+">
<expression>^$</expression>
</RegExp>
<RegExp input="$$10" output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="5+">
diff --git a/addons/metadata.tvdb.com/addon.xml b/addons/metadata.tvdb.com/addon.xml
index 1e91ce0d08..f8faed97af 100644
--- a/addons/metadata.tvdb.com/addon.xml
+++ b/addons/metadata.tvdb.com/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.tvdb.com"
name="The TVDB"
- version="3.0.1"
+ version="3.0.7"
provider-name="Team Kodi">
<requires>
<import addon="xbmc.metadata" version="2.1.0"/>
diff --git a/addons/metadata.tvdb.com/changelog.txt b/addons/metadata.tvdb.com/changelog.txt
index fdd47553c4..b7eb058965 100644
--- a/addons/metadata.tvdb.com/changelog.txt
+++ b/addons/metadata.tvdb.com/changelog.txt
@@ -1,3 +1,22 @@
+[B]3.0.7[/B]
+- Fixed: Episode list changes
+
+[B]3.0.6[/B]
+- Fixed: artwork won't be scraped (again)
+- Fixed: Episode director/guest star mix-ups
+
+[B]3.0.5[/B]
+- fixed: fanart preview
+
+[B]3.0.4[/B]
+- fixed: artwork won't be scraped
+
+[B]3.0.3[/B]
+- fixed: Spaces fix 2
+
+[B]3.0.2[/B]
+- fixed: Spaces removed from json regexes
+
[B]3.0.1[/B]
- fixed: Uniqueids fixes
diff --git a/addons/metadata.tvdb.com/tvdb.xml b/addons/metadata.tvdb.com/tvdb.xml
index 801c7f4bdd..acd90c6d71 100644
--- a/addons/metadata.tvdb.com/tvdb.xml
+++ b/addons/metadata.tvdb.com/tvdb.xml
@@ -24,7 +24,7 @@
<NfoUrlAuth dest="3" clearbuffers="no">
<RegExp input="$$19" output="&lt;details&gt;&lt;url cache=&quot;$$6-$INFO[language].xml&quot;&gt;https://api.thetvdb.com/series/$$6|Authorization=Bearer%20\1&amp;accept-language=$INFO[language]&lt;/url&gt;&lt;id&gt;$$6&lt;/id&gt;&lt;/details&gt;" dest="3">
<RegExp input="$$1" output="\1" dest="19">
- <expression>"token": "(.*)"</expression>
+ <expression>"token":\s*?"(.*)"</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
@@ -32,14 +32,14 @@
<GetTVDBId dest="3" clearbuffers="no">
<RegExp input="$$19" output="&lt;details&gt;&lt;url function=&quot;GetTVDBIdAuth&quot; cache=&quot;search-$$7-$INFO[language].json&quot;&gt;https://api.thetvdb.com/search/series?imdbId=$$7|Authorization=Bearer%20\1&amp;accept-language=$INFO[language]&lt;/url&gt;&lt;/details&gt;" dest="3">
<RegExp input="$$1" output="\1" dest="19">
- <expression>"token": "(.*)"</expression>
+ <expression>"token":\s*?"(.*)"</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
</GetTVDBId>
<GetTVDBIdAuth dest="3" clearbuffers="no">
<RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;\1-$INFO[language].xml&quot;&gt;https://api.thetvdb.com/series/\1|Authorization=Bearer%20$$19&amp;accept-language=$INFO[language]&lt;/url&gt;&lt;id&gt;\1&lt;/id&gt;&lt;/details&gt;" dest="3">
- <expression>"id": (\d+),</expression>
+ <expression>"id":\s*?(\d+),</expression>
</RegExp>
</GetTVDBIdAuth>
@@ -56,7 +56,7 @@
<GetSearchResults dest="3" clearbuffers="no">
<RegExp input="$$4" output="&lt;results&gt;\1&lt;/results&gt;" dest="3">
<RegExp input="$$1" output="\1" dest="19">
- <expression>"token": "(.*)"</expression>
+ <expression>"token":\s*?"(.*)"</expression>
</RegExp>
<RegExp input="$INFO[language]" output="\1" dest="16">
<expression/>
@@ -85,7 +85,7 @@
<!-- output: <results><entity><title>*</title><year>*</year><language>*</language><url>*</url><id>*</id></entity>*</results> -->
<GetSearchResultsAuth dest="6" clearbuffers="no">
<RegExp input="$$1" output="&lt;series&gt;&lt;id&gt;\3&lt;/id&gt;&lt;seriesName&gt;\4&lt;/seriesName&gt;&lt;aliases&gt;\1&lt;/aliases&gt;&lt;firstAired&gt;\2&lt;/firstAired&gt;&lt;/series&gt;" dest="4">
- <expression repeat="yes" fixchars="1,4">"aliases": \[([^]]*)\],\s+"banner": "[^"]*",\s+"firstAired": "([^"]*)",\s+"id": (\d+),\s+"network": "[^"]*",\s+"overview": (?:"[^}]*"|null),\s+"seriesName": "([^}]*)",</expression>
+ <expression repeat="yes" fixchars="1,4">"aliases":\s*?\[([^]]*)\],\s*?"banner":\s*?"[^"]*",\s*?"firstAired":\s*?"([^"]*)",\s*?"id":\s*?(\d+),\s*?"network":\s*?"[^"]*",\s*?"overview":\s*?(?:"[^}]*"|null),\s*?"seriesName":\s*?"([^}]*)",\s*?"slug":\s*?"[^"]*"</expression>
</RegExp>
<RegExp input="" output="" dest="6">
<expression/>
@@ -118,8 +118,8 @@
<xsl:template name="split-aliases">
<xsl:param name="title-list"/>
- <xsl:variable name="first" select="substring-after(substring-before($title-list, '&quot;, '), '&quot;')" />
- <xsl:variable name="remaining" select="substring-after($title-list, '&quot;, ')" />
+ <xsl:variable name="first" select="substring-after(substring-before($title-list, '&quot;,'), '&quot;')" />
+ <xsl:variable name="remaining" select="substring-after($title-list, '&quot;,')" />
<xsl:if test="$first!=''">
<xsl:call-template name="entity">
<xsl:with-param name="title" select="$first"/>
@@ -160,44 +160,44 @@
<expression clear="yes"/>
</RegExp>
<RegExp input="$$1" output="&lt;uniqueid type=&quot;tvdb&quot; default=&quot;true&quot;&gt;\1&lt;/uniqueid&gt;" dest="4">
- <expression clear="yes">"id": (\d+),</expression>
+ <expression clear="yes">"id":\s*?(\d+),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;uniqueid type=&quot;imdb&quot;&gt;\1&lt;/uniqueid&gt;" dest="4+">
- <expression>"imdbId": "(tt\d+)",</expression>
+ <expression>"imdbId":\s*?"(tt\d+)",</expression>
</RegExp>
<RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;" dest="4+">
- <expression fixchars="1">"seriesName": "(.*)",\s+"aliases"</expression>
+ <expression fixchars="1">"seriesName":\s*?"(.*)",\s*?"aliases"</expression>
</RegExp>
<RegExp conditional="usefallbacklanguage1" input="$$1" output="missingtitle|" dest="14">
- <expression clear="yes">"seriesName": null,\s+"aliases"</expression>
+ <expression clear="yes">"seriesName":\s*?null,\s*?"aliases"</expression>
</RegExp>
<RegExp input="$$1" output="&lt;premiered&gt;\1&lt;/premiered&gt;" dest="4+">
- <expression>"firstAired": "([^"]*)",</expression>
+ <expression>"firstAired":\s*?"([^"]*)",</expression>
</RegExp>
<RegExp input="$$1" output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="4+">
- <expression>"runtime": "([^"]*)",</expression>
+ <expression>"runtime":\s*?"([^"]*)",</expression>
</RegExp>
<RegExp input="$$1" output="&lt;studio&gt;\1&lt;/studio&gt;" dest="4+">
- <expression fixchars="1">"network": "([^"]*)",</expression>
+ <expression fixchars="1">"network":\s*?"([^"]*)",</expression>
</RegExp>
<RegExp input="$$7" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="4+">
<RegExp input="$$6\r" output="\1\n" dest="7">
<RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes" noclean="1">"overview": "(.*)",\s+"lastUpdated"</expression>
+ <expression clear="yes" noclean="1">"overview":\s*?"(.*)",\s*?"lastUpdated"</expression>
</RegExp>
<expression clear="yes" repeat="yes" fixchars="1">(.*?)\\r</expression>
</RegExp>
<expression noclean="1">(?!^$)(.*)</expression>
</RegExp>
<RegExp conditional="usefallbacklanguage1" input="$$1" output="missingplot|" dest="14+">
- <expression>"overview": null,\s+"lastUpdated"</expression>
+ <expression>"overview":\s*?null,\s*?"lastUpdated"</expression>
</RegExp>
<RegExp input="$$1" output="&lt;mpaa&gt;\1&lt;/mpaa&gt;" dest="4+">
- <expression>"rating": "([^"]*)",</expression>
+ <expression>"rating":\s*?"([^"]*)",</expression>
</RegExp>
<RegExp input="$$5" output="&lt;genre&gt;\1&lt;/genre&gt;" dest="4+">
<RegExp input="$$1" output="\1" dest="5">
- <expression clear="yes">"genre": \[([^]]*)\]</expression>
+ <expression clear="yes">"genre":\s*?\[([^]]*)\]</expression>
</RegExp>
<expression noclean="1" repeat="yes">"([^"]+)"</expression>
</RegExp>
@@ -208,20 +208,20 @@
<expression>(?!^\Q$INFO[fallbacklanguage]\E$)</expression>
</RegExp>
<RegExp input="$$1" output="&lt;chain function=&quot;GetActors&quot;&gt;\1&lt;/chain&gt;" dest="4+">
- <expression noclean="1">"id": (\d+),</expression>
+ <expression noclean="1">"id":\s*?(\d+),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;chain function=&quot;GetArt&quot;&gt;\1&lt;/chain&gt;" dest="4+">
- <expression noclean="1">"id": (\d+),</expression>
+ <expression noclean="1">"id":\s*?(\d+),</expression>
</RegExp>
<RegExp input="$$6" output="\1" dest="4+">
<RegExp input="$$1" output="&lt;value&gt;\1&lt;/value&gt;" dest="5">
- <expression clear="yes">"siteRating": (?:(\d+(?:\.\d)?)|null)</expression>
+ <expression clear="yes">"siteRating":\s*?(?:(\d+(?:\.\d)?)|null)</expression>
</RegExp>
<RegExp input="$$1" output="&lt;votes&gt;\1&lt;/votes&gt;" dest="5+">
- <expression>"siteRatingCount": (?:(\d+)|null)\s+}</expression>
+ <expression>"siteRatingCount":\s*?(?:(\d+)|null)\s*?}</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="8">
- <expression clear="yes">"imdbId": "(tt\d+)",</expression>
+ <expression clear="yes">"imdbId":\s*?"(tt\d+)",</expression>
</RegExp>
<RegExp input="$INFO[RatingS]" output="default=&quot;true&quot;" dest="9">
<expression>TheTVDB</expression>
@@ -235,7 +235,7 @@
<expression noclean="1"/>
</RegExp>
<RegExp input="$$1" output="&lt;episodeguide&gt;&lt;url post=&quot;yes&quot; cache=&quot;auth.json&quot;&gt;https://api.thetvdb.com/login?{&quot;apikey&quot;:&quot;439DFEBA9D3059C6&quot;,&quot;id&quot;:\1}|Content-Type=application/json&lt;/url&gt;&lt;/episodeguide&gt;" dest="4+">
- <expression noclean="1">"id": (\d+),</expression>
+ <expression noclean="1">"id":\s*?(\d+),</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
@@ -244,7 +244,7 @@
<RegExp input="$$4" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
<RegExp input="$$14" output="$$5" dest="4">
<RegExp input="$$1" output="&lt;title&gt;\1&lt;/title&gt;" dest="5">
- <expression clear="yes" fixchars="1">"seriesName": "(.*)",\s+"aliases"</expression>
+ <expression clear="yes" fixchars="1">"seriesName":\s*?"(.*)",\s*?"aliases"</expression>
</RegExp>
<expression clear="yes">missingtitle</expression>
</RegExp>
@@ -252,7 +252,7 @@
<RegExp input="$$7" output="&lt;plot&gt;\1&lt;/plot&gt;" dest="5">
<RegExp input="$$6\r" output="\1\n" dest="7">
<RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes" noclean="1">"overview": "(.*)",\s+"lastUpdated"</expression>
+ <expression clear="yes" noclean="1">"overview":\s*?"(.*)",\s*?"lastUpdated"</expression>
</RegExp>
<expression repeat="yes" fixchars="1">(.*?)\\r</expression>
</RegExp>
@@ -271,10 +271,10 @@
<ParseActors dest="4">
<RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="4">
<RegExp input="$$1" output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;order&gt;\3&lt;/order&gt;&lt;thumb&gt;http://www.thetvdb.com/banners/\4&lt;/thumb&gt;&lt;/actor&gt;" dest="5">
- <expression repeat="yes" fixchars="1,2">"name": "([^}]+)",\s+"role": "([^}]+)",\s+"sortOrder": (\d+),\s+"image": "([^"]+)",</expression>
+ <expression repeat="yes" fixchars="1,2">"name":\s*?"([^}]+)",\s*?"role":\s*?"([^}]+)",\s*?"sortOrder":\s*?(\d+),\s*?"image":\s*?"([^"]+)",</expression>
</RegExp>
<RegExp input="$$1" output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;role&gt;\2&lt;/role&gt;&lt;order&gt;\3&lt;/order&gt;&lt;/actor&gt;" dest="5+">
- <expression repeat="yes" fixchars="1,2">"name": "([^}]+)",\s+"role": "([^}]+)",\s+"sortOrder": (\d+),\s+"image": (?:""|null),</expression>
+ <expression repeat="yes" fixchars="1,2">"name":\s*?"([^}]+)",\s*?"role":\s*?"([^}]+)",\s*?"sortOrder":\s*?(\d+),\s*?"image":\s*?(?:""|null),</expression>
</RegExp>
<expression noclean="1"/>
</RegExp>
@@ -293,7 +293,7 @@
<GetArtAuth dest="3" clearbuffers="no">
<RegExp input="$$4" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
<RegExp input="$$1" output="\1" dest="19">
- <expression>"token": "(.*)"</expression>
+ <expression>"token":\s*?"(.*)"</expression>
</RegExp>
<RegExp input="" output="" dest="10">
<expression/>
@@ -313,14 +313,14 @@
<expression/>
</RegExp>
<RegExp input="$$1" output="&lt;url function=&quot;LoadArt&quot; cache=&quot;$$18-art-\1-$$16.json&quot;&gt;https://api.thetvdb.com/series/$$18/images/query?keyType=\1|Authorization=Bearer%20$$19&amp;accept-language=$$16&lt;/url&gt;" dest="4">
- <expression clear="yes" repeat="yes">"keyType": "([^"]+)"</expression>
+ <expression clear="yes" repeat="yes">"keyType":\s*?"([^"]+)"</expression>
</RegExp>
<RegExp conditional="usefallbacklanguage1" input="$INFO[fallbacklanguage]" output="$$5" dest="4+">
<RegExp input="" output="&lt;chain function=&quot;SwitchLanguage&quot;&gt;$INFO[fallbacklanguage]&lt;/chain&gt;" dest="5">
<expression noclean="1"/>
</RegExp>
<RegExp input="$$1" output="&lt;url function=&quot;LoadArt&quot; cache=&quot;$$18-art-\1-$INFO[fallbacklanguage].json&quot;&gt;https://api.thetvdb.com/series/$$18/images/query?keyType=\1|Authorization=Bearer%20$$19&amp;accept-language=$INFO[fallbacklanguage]&lt;/url&gt;" dest="5+">
- <expression repeat="yes">"keyType": "([^"]+)"</expression>
+ <expression repeat="yes">"keyType":\s*?"([^"]+)"</expression>
</RegExp>
<expression>^(?!\Q$$16\E$|en$)</expression>
</RegExp>
@@ -329,7 +329,7 @@
<expression noclean="1"/>
</RegExp>
<RegExp input="$$1" output="&lt;url function=&quot;LoadArt&quot; cache=&quot;$$18-art-\1-en.json&quot;&gt;https://api.thetvdb.com/series/$$18/images/query?keyType=\1|Authorization=Bearer%20$$19&amp;accept-language=en&lt;/url&gt;" dest="5+">
- <expression repeat="yes">"keyType": "([^"]+)"</expression>
+ <expression repeat="yes">"keyType":\s*?"([^"]+)"</expression>
</RegExp>
<expression>^(?!en)</expression>
</RegExp>
@@ -339,9 +339,9 @@
<LoadArt dest="3" clearbuffers="no">
<RegExp input="$$1" output="&lt;details&gt;&lt;!-- $$16 \1 loaded --&gt;&lt;/details&gt;" dest="3">
<RegExp input="$$1" output="&lt;Banner&gt;&lt;id&gt;\1&lt;/id&gt;&lt;keyType&gt;\2&lt;/keyType&gt;&lt;subKey&gt;\3&lt;/subKey&gt;&lt;fileName&gt;\4&lt;/fileName&gt;&lt;resolution&gt;\5&lt;/resolution&gt;&lt;average&gt;\6&lt;/average&gt;&lt;thumbnail&gt;\7&lt;/thumbnail&gt;&lt;language&gt;$$16&lt;/language&gt;&lt;/Banner&gt;" dest="10+">
- <expression repeat="yes">"id": (\d+),\s+"keyType": "([^"]+)",\s+"subKey": "([^"]*)",\s+"fileName": "([^"]+)",\s+"resolution": "([^"]*)",\s+"ratingsInfo": {\s+"average": (?:([\d\.]+)|null),\s+"count": \d+\s+},\s+"thumbnail": "([^"]+)"</expression>
+ <expression repeat="yes">"id":\s*?(\d+),\s*?"keyType":\s*?"([^"]+)",\s*?"subKey":\s*?"([^"]*)",\s*?"fileName":\s*?"([^"]+)","languageId":\s*?\d+,\s*?"resolution":\s*?"([^"]*)",\s*?"ratingsInfo":\s*?{\s*?"average":\s*?(?:([\d\.]+)|null),\s*?"count":\s*?\d+\s*?},\s*?"thumbnail":\s*?"([^"]*?)"</expression>
</RegExp>
- <expression noclean="1">"keyType": "([^"]+)",</expression>
+ <expression noclean="1">"keyType":\s*?"([^"]+)",</expression>
</RegExp>
</LoadArt>
<ParseArt dest="4" clearbuffers="no">
@@ -383,7 +383,7 @@
<xsl:template match="Banner[keyType='fanart']">
<thumb>
<xsl:attribute name="dim"><xsl:value-of select="resolution"/></xsl:attribute>
- <xsl:attribute name="preview"><xsl:value-of select="thumbnail"/></xsl:attribute>
+ <xsl:attribute name="preview">_cache/<xsl:value-of select="fileName"/></xsl:attribute>
<xsl:value-of select="fileName"/>
</thumb>
</xsl:template>
@@ -427,7 +427,7 @@
<GetEpisodeList dest="3" clearbuffers="no">
<RegExp input="$$5" output="&lt;episodeguide&gt;\1&lt;/episodeguide&gt;" dest="3">
<RegExp input="$$1" output="\1" dest="19">
- <expression clear="yes">"token": "(.*)"</expression>
+ <expression clear="yes">"token":\s*?"(.*)"</expression>
</RegExp>
<RegExp input="$$2" output="\1" dest="18">
<expression>"id":(\d+)}</expression>
@@ -449,7 +449,7 @@
<GetEpisodeListAuth dest="3" clearbuffers="no">
<RegExp input="$$4" output="&lt;episodeguide&gt;\1&lt;/episodeguide&gt;" dest="3">
<RegExp input="$$1" output="&lt;Data&gt;&lt;last&gt;\1&lt;/last&gt;&lt;/Data&gt;" dest="5">
- <expression>"last": (\d+),</expression>
+ <expression>"last":\s*?(\d+),</expression>
</RegExp>
<RegExp input="" output="" dest="4">
<expression/>
@@ -488,8 +488,8 @@
</GetEpisodeListAuth>
<LoadEpisodeList dest="4" clearbuffers="no">
<RegExp input="" output="&lt;episodeguide&gt;&lt;/episodeguide&gt;" dest="4">
- <RegExp input="$$1" output="&lt;Episode&gt;&lt;absolute_number&gt;\1&lt;/absolute_number&gt;&lt;EpisodeNumber&gt;\2&lt;/EpisodeNumber&gt;&lt;SeasonNumber&gt;\3&lt;/SeasonNumber&gt;&lt;DVD_episodenumber&gt;\4&lt;/DVD_episodenumber&gt;&lt;DVD_season&gt;\5&lt;/DVD_season&gt;&lt;EpisodeName&gt;\6&lt;/EpisodeName&gt;&lt;FirstAired&gt;\7&lt;/FirstAired&gt;&lt;id&gt;\8&lt;/id&gt;&lt;Overview&gt;\9&lt;/Overview&gt;&lt;filename&gt;episodes/$$18/\8.jpg&lt;/filename&gt;&lt;/Episode&gt;" dest="11+">
- <expression fixchars="6,9" repeat="yes">"absoluteNumber": (?:(\d+)|null),\s+"airedEpisodeNumber": (\d+),\s+"airedSeason": (\d+),\s+"airedSeasonID": \d+,\s+"dvdEpisodeNumber": (?:([\d\.]+)|null),\s+"dvdSeason": (?:(\d+)|null),\s+"episodeName": (?:"([^}]*)"|null),\s+"firstAired": (?:"([^"]*)"|null),\s+"id": (\d+),\s+"language": {[^}]+},\s+"lastUpdated": \d+,\s+"overview": (?:"([^}]*)"|null)\s+}</expression>
+ <RegExp input="$$1" output="&lt;Episode&gt;&lt;absolute_number&gt;\9&lt;/absolute_number&gt;&lt;EpisodeNumber&gt;\3&lt;/EpisodeNumber&gt;&lt;SeasonNumber&gt;\2&lt;/SeasonNumber&gt;&lt;DVD_episodenumber&gt;\8&lt;/DVD_episodenumber&gt;&lt;DVD_season&gt;\7&lt;/DVD_season&gt;&lt;EpisodeName&gt;\4&lt;/EpisodeName&gt;&lt;FirstAired&gt;\5&lt;/FirstAired&gt;&lt;id&gt;\1&lt;/id&gt;&lt;Overview&gt;\6&lt;/Overview&gt;&lt;filename&gt;\10&lt;/filename&gt;&lt;/Episode&gt;" dest="11+">
+ <expression fixchars="4,6" repeat="yes">{"id":\s*?(\d+),"airedSeason":\s*?(\d+),"airedSeasonID":\s*?\d+,"airedEpisodeNumber":\s*?(\d+),"episodeName":\s*?(?:"([^}]*)"|null),"firstAired":\s*?(?:"([^"]*)"|null),[^{]*?\s*?"overview":\s*?(?:"([^}]*)"|null),"language":\s*?{[^}]+},[^{]*?,"dvdSeason":\s*?(?:(\d+)|null),"dvdEpisodeNumber":\s*?(?:([\d\.]+)|null),"dvdChapter":\s*?(?:\d+|null),"absoluteNumber":\s*?(?:(\d+)|null),"filename":(?:"([^"]*)"|null),</expression>
</RegExp>
<RegExp input="$$11" output="yes" dest="20">
<expression clear="yes">(?!^$)</expression>
@@ -659,7 +659,7 @@
<expression>"id":(\d+)}</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="19">
- <expression>"token": "(.*)"</expression>
+ <expression>"token":\s*?"(.*)"</expression>
</RegExp>
<RegExp input="$$2|" output="&lt;url function=&quot;GetEpisodeDetailsAuth&quot; cache=&quot;episode-\1-$INFO[language].json&quot;&gt;https://api.thetvdb.com/episodes/\1|Authorization=Bearer%20$$19&amp;amp;accept-language=$INFO[language]&lt;/url&gt;" dest="5">
<expression noclean="1" repeat="yes">(\d+)\|</expression>
@@ -676,83 +676,83 @@
<expression clear="yes"/>
</RegExp>
<RegExp input="$$1" output="&lt;id&gt;\1&lt;/id&gt;" dest="10">
- <expression clear="yes">"id": (\d+),</expression>
+ <expression clear="yes">"id":\s*?(\d+),</expression>
</RegExp>
<RegExp input="$$1" output="\1" dest="17">
- <expression clear="yes">"id": (\d+),</expression>
+ <expression clear="yes">"id":\s*?(\d+),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;airedSeason&gt;\1&lt;/airedSeason&gt;" dest="10+">
- <expression>"airedSeason": (\d+),</expression>
+ <expression>"airedSeason":\s*?(\d+),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;airedEpisodeNumber&gt;\1&lt;/airedEpisodeNumber&gt;" dest="10+">
- <expression>"airedEpisodeNumber": (\d+),</expression>
+ <expression>"airedEpisodeNumber":\s*?(\d+),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;episodeName&gt;\1&lt;/episodeName&gt;" dest="10+">
- <expression fixchars="1">"episodeName": "(.*)",\s+"firstAired"</expression>
+ <expression fixchars="1">"episodeName":\s*?"(.*)",\s*?"firstAired"</expression>
</RegExp>
<RegExp conditional="usefallbacklanguage1" input="$$1" output="missingtitle|" dest="14">
- <expression clear="yes">"episodeName": null,\s+"firstAired"</expression>
+ <expression clear="yes">"episodeName":\s*?null,\s*?"firstAired"</expression>
</RegExp>
<RegExp input="$$1" output="&lt;firstAired&gt;\1&lt;/firstAired&gt;" dest="10+">
- <expression>"firstAired": (?:"([^"]*)"|null),</expression>
+ <expression>"firstAired":\s*?(?:"([^"]*)"|null),</expression>
</RegExp>
<RegExp input="$$7" output="&lt;overview&gt;\1&lt;/overview&gt;" dest="10+">
<RegExp input="$$6\r" output="\1\n" dest="7">
<RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes" noclean="1">"overview": "(.*)",\s+"language"</expression>
+ <expression clear="yes" noclean="1">"overview":\s*?"(.*)",\s*?"language"</expression>
</RegExp>
<expression clear="yes" repeat="yes" fixchars="1">(.*?)\\r</expression>
</RegExp>
<expression noclean="1">(?!^$)(.*)</expression>
</RegExp>
<RegExp conditional="usefallbacklanguage1" input="$$1" output="missingplot|" dest="14+">
- <expression fixchars="1">"overview": null,\s+"language"</expression>
+ <expression fixchars="1">"overview":\s*?null,\s*?"language"</expression>
</RegExp>
<RegExp input="$$1" output="&lt;dvdSeason&gt;\1&lt;/dvdSeason&gt;" dest="10+">
- <expression>"dvdSeason": (?:(\d+)|null),</expression>
+ <expression>"dvdSeason":\s*?(?:(\d+)|null),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;dvdEpisodeNumber&gt;\1&lt;/dvdEpisodeNumber&gt;" dest="10+">
- <expression>"dvdEpisodeNumber": (?:(\d+)|null),</expression>
+ <expression>"dvdEpisodeNumber":\s*?(?:(\d+)|null),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;absoluteNumber&gt;\1&lt;/absoluteNumber&gt;" dest="10+">
- <expression>"absoluteNumber": (?:(\d+)|null),</expression>
+ <expression>"absoluteNumber":\s*?(?:(\d+)|null),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;airsAfterSeason&gt;\1&lt;/airsAfterSeason&gt;" dest="10+">
- <expression>"airsAfterSeason": (?:(\d+)|null),</expression>
+ <expression>"airsAfterSeason":\s*?(?:(\d+)|null),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;airsBeforeSeason&gt;\1&lt;/airsBeforeSeason&gt;" dest="10+">
- <expression>"airsBeforeSeason": (?:(\d+)|null),</expression>
+ <expression>"airsBeforeSeason":\s*?(?:(\d+)|null),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;airsBeforeEpisode&gt;\1&lt;/airsBeforeEpisode&gt;" dest="10+">
- <expression>"airsBeforeEpisode": (?:(\d+)|null),</expression>
+ <expression>"airsBeforeEpisode":\s*?(?:(\d+)|null),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;siteRating&gt;\1&lt;/siteRating&gt;" dest="10+">
- <expression>"siteRating": (?:([\d\.]+)|null),</expression>
+ <expression>"siteRating":\s*?(?:([\d\.]+)|null),</expression>
</RegExp>
<RegExp input="$$1" output="&lt;siteRatingCount&gt;\1&lt;/siteRatingCount&gt;" dest="10+">
- <expression>"siteRatingCount": (?:(\d+)|null)\s+}</expression>
+ <expression>"siteRatingCount":\s*?(?:(\d+)|null)\s*?}</expression>
</RegExp>
<RegExp input="$$1" output="&lt;imdbId&gt;\1&lt;/imdbId&gt;" dest="10+">
- <expression fixchars="1">"imdbId": "(tt\d+)",</expression>
+ <expression fixchars="1">"imdbId":\s*?"(tt\d+)",</expression>
</RegExp>
<RegExp input="$$1" output="&lt;filename&gt;\1&lt;/filename&gt;" dest="10+">
- <expression>"filename": (?:"([^"]*)"|null),</expression>
+ <expression>"filename":\s*?(?:"([^"]*)"|null),</expression>
</RegExp>
<RegExp input="$$9," output="&lt;credits&gt;\1&lt;/credits&gt;" dest="10+">
<RegExp input="$$1" output="\1" dest="9">
- <expression>"writers": \[([^]]*)\],</expression>
+ <expression clear="yes">"writers":\s*?\[([^]]*)\],</expression>
</RegExp>
<expression fixchars="1" repeat="yes">"([^"]*)",</expression>
</RegExp>
<RegExp input="$$9," output="&lt;director&gt;\1&lt;/director&gt;" dest="10+">
<RegExp input="$$1" output="\1" dest="9">
- <expression>"directors": \[([^]]*)\],</expression>
+ <expression clear="yes">"directors":\s*?\[([^]]*)\],</expression>
</RegExp>
<expression fixchars="1" repeat="yes">"([^"]*)",</expression>
</RegExp>
<RegExp input="$$9," output="&lt;actor&gt;&lt;name&gt;\1&lt;/name&gt;&lt;/actor&gt;" dest="10+">
<RegExp input="$$1" output="\1" dest="9">
- <expression>"guestStars": \[\s+"([^]]*)"\s+\],</expression>
+ <expression clear="yes">"guestStars":\s*?\[\s*?"([^]]*)"\s*?\],</expression>
</RegExp>
<expression fixchars="1" repeat="yes">([^,"]+)[,"\s]+</expression>
</RegExp>
@@ -778,7 +778,7 @@
<RegExp input="$$4" output="&lt;details&gt;&lt;/details&gt;" dest="3">
<RegExp input="$$14" output="$$5" dest="10+">
<RegExp input="$$1" output="&lt;episodeName&gt;\1&lt;/episodeName&gt;" dest="5">
- <expression clear="yes" fixchars="1">"episodeName": "(.*)",\s+"firstAired"</expression>
+ <expression clear="yes" fixchars="1">"episodeName":\s*?"(.*)",\s*?"firstAired"</expression>
</RegExp>
<expression>missingtitle</expression>
</RegExp>
@@ -786,7 +786,7 @@
<RegExp input="$$7" output="&lt;overview&gt;\1&lt;/overview&gt;" dest="5">
<RegExp input="$$6\r" output="\1\n" dest="7">
<RegExp input="$$1" output="\1" dest="6">
- <expression clear="yes" noclean="1">"overview": "(.*)",\s+"language"</expression>
+ <expression clear="yes" noclean="1">"overview":\s*?"(.*)",\s*?"language"</expression>
</RegExp>
<expression repeat="yes" fixchars="1">(.*?)\\r</expression>
</RegExp>
@@ -1102,4 +1102,4 @@
<expression noclean="1"/>
</RegExp>
</ParseEpisodeDetails>
-</scraper> \ No newline at end of file
+</scraper>
diff --git a/addons/webinterface.default/addon.xml b/addons/webinterface.default/addon.xml
index b41a66ecfc..f9010764b3 100644
--- a/addons/webinterface.default/addon.xml
+++ b/addons/webinterface.default/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="webinterface.default"
- version="2.4.4"
+ version="2.4.5"
name="Kodi web interface - Chorus2"
provider-name="jez500, Team Kodi">
<requires>
diff --git a/addons/webinterface.default/favicon.png b/addons/webinterface.default/favicon.png
index 8112e516ac..39aea127a7 100644
--- a/addons/webinterface.default/favicon.png
+++ b/addons/webinterface.default/favicon.png
Binary files differ
diff --git a/addons/webinterface.default/icon-128.png b/addons/webinterface.default/icon-128.png
index c4b9a3d7ca..85def0fd25 100644
--- a/addons/webinterface.default/icon-128.png
+++ b/addons/webinterface.default/icon-128.png
Binary files differ
diff --git a/addons/webinterface.default/icon-144.png b/addons/webinterface.default/icon-144.png
index ef689a4e52..5da9014a3a 100644
--- a/addons/webinterface.default/icon-144.png
+++ b/addons/webinterface.default/icon-144.png
Binary files differ
diff --git a/addons/webinterface.default/icon-152.png b/addons/webinterface.default/icon-152.png
index e12f672135..13024d517f 100644
--- a/addons/webinterface.default/icon-152.png
+++ b/addons/webinterface.default/icon-152.png
Binary files differ
diff --git a/addons/webinterface.default/icon-192.png b/addons/webinterface.default/icon-192.png
index 1598a9ed05..d469bccbea 100644
--- a/addons/webinterface.default/icon-192.png
+++ b/addons/webinterface.default/icon-192.png
Binary files differ
diff --git a/addons/webinterface.default/icon.png b/addons/webinterface.default/icon.png
index ef689a4e52..d2a6a57b0d 100644
--- a/addons/webinterface.default/icon.png
+++ b/addons/webinterface.default/icon.png
Binary files differ
diff --git a/addons/webinterface.default/images/fanart_default/amp.jpg b/addons/webinterface.default/images/fanart_default/amp.jpg
index 0acc598519..06902a6b8e 100644
--- a/addons/webinterface.default/images/fanart_default/amp.jpg
+++ b/addons/webinterface.default/images/fanart_default/amp.jpg
Binary files differ
diff --git a/addons/webinterface.default/images/fanart_default/cans.jpg b/addons/webinterface.default/images/fanart_default/cans.jpg
index 9a04cf5cbf..29f9001fc7 100644
--- a/addons/webinterface.default/images/fanart_default/cans.jpg
+++ b/addons/webinterface.default/images/fanart_default/cans.jpg
Binary files differ
diff --git a/addons/webinterface.default/images/fanart_default/concert.jpg b/addons/webinterface.default/images/fanart_default/concert.jpg
index 299d546237..fbad1d4c5f 100644
--- a/addons/webinterface.default/images/fanart_default/concert.jpg
+++ b/addons/webinterface.default/images/fanart_default/concert.jpg
Binary files differ
diff --git a/addons/webinterface.default/images/fanart_default/guitar.jpg b/addons/webinterface.default/images/fanart_default/guitar.jpg
index f99b5a79b3..779432a49c 100644
--- a/addons/webinterface.default/images/fanart_default/guitar.jpg
+++ b/addons/webinterface.default/images/fanart_default/guitar.jpg
Binary files differ
diff --git a/addons/webinterface.default/images/fanart_default/speaker.jpg b/addons/webinterface.default/images/fanart_default/speaker.jpg
index 0170e2f77b..66703f8180 100644
--- a/addons/webinterface.default/images/fanart_default/speaker.jpg
+++ b/addons/webinterface.default/images/fanart_default/speaker.jpg
Binary files differ
diff --git a/addons/webinterface.default/images/fanart_default/turntable.jpg b/addons/webinterface.default/images/fanart_default/turntable.jpg
index 4742e42c7d..c65fc57a71 100644
--- a/addons/webinterface.default/images/fanart_default/turntable.jpg
+++ b/addons/webinterface.default/images/fanart_default/turntable.jpg
Binary files differ
diff --git a/addons/webinterface.default/images/fanart_default/tweeter.jpg b/addons/webinterface.default/images/fanart_default/tweeter.jpg
index 443397dc2b..bf07ed3390 100644
--- a/addons/webinterface.default/images/fanart_default/tweeter.jpg
+++ b/addons/webinterface.default/images/fanart_default/tweeter.jpg
Binary files differ
diff --git a/addons/webinterface.default/images/splash_hi.png b/addons/webinterface.default/images/splash_hi.png
index a20645621b..5030c3f964 100644
--- a/addons/webinterface.default/images/splash_hi.png
+++ b/addons/webinterface.default/images/splash_hi.png
Binary files differ
diff --git a/addons/webinterface.default/images/thumbnail_default.png b/addons/webinterface.default/images/thumbnail_default.png
index 434ac6f3ca..463902f32e 100644
--- a/addons/webinterface.default/images/thumbnail_default.png
+++ b/addons/webinterface.default/images/thumbnail_default.png
Binary files differ
diff --git a/addons/webinterface.default/js/kodi-webinterface.js b/addons/webinterface.default/js/kodi-webinterface.js
index 5dd2b15452..5cd43c89e7 100644
--- a/addons/webinterface.default/js/kodi-webinterface.js
+++ b/addons/webinterface.default/js/kodi-webinterface.js
@@ -1,4 +1,4 @@
-/*! Chorus 2 - A web interface for Kodi. Created by Jeremy Graham - built on 18-03-2017 */
+/*! Chorus 2 - A web interface for Kodi. Created by Jeremy Graham - built on 28-07-2018 */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){function c(a){var b=a.length,c=ea.type(a);return"function"===c||ea.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}function d(a,b,c){if(ea.isFunction(b))return ea.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return ea.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(ma.test(b))return ea.filter(b,a,c);b=ea.filter(b,a)}return ea.grep(a,function(a){return ea.inArray(a,b)>=0!==c})}function e(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}function f(a){var b=ua[a]={};return ea.each(a.match(ta)||[],function(a,c){b[c]=!0}),b}function g(){oa.addEventListener?(oa.removeEventListener("DOMContentLoaded",h,!1),a.removeEventListener("load",h,!1)):(oa.detachEvent("onreadystatechange",h),a.detachEvent("onload",h))}function h(){(oa.addEventListener||"load"===event.type||"complete"===oa.readyState)&&(g(),ea.ready())}function i(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(za,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:ya.test(c)?ea.parseJSON(c):c}catch(e){}ea.data(a,b,c)}else c=void 0}return c}function j(a){var b;for(b in a)if(("data"!==b||!ea.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function k(a,b,c,d){if(ea.acceptData(a)){var e,f,g=ea.expando,h=a.nodeType,i=h?ea.cache:a,j=h?a[g]:a[g]&&g;if(j&&i[j]&&(d||i[j].data)||void 0!==c||"string"!=typeof b)return j||(j=h?a[g]=W.pop()||ea.guid++:g),i[j]||(i[j]=h?{}:{toJSON:ea.noop}),("object"==typeof b||"function"==typeof b)&&(d?i[j]=ea.extend(i[j],b):i[j].data=ea.extend(i[j].data,b)),f=i[j],d||(f.data||(f.data={}),f=f.data),void 0!==c&&(f[ea.camelCase(b)]=c),"string"==typeof b?(e=f[b],null==e&&(e=f[ea.camelCase(b)])):e=f,e}}function l(a,b,c){if(ea.acceptData(a)){var d,e,f=a.nodeType,g=f?ea.cache:a,h=f?a[ea.expando]:ea.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){ea.isArray(b)?b=b.concat(ea.map(b,ea.camelCase)):b in d?b=[b]:(b=ea.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;for(;e--;)delete d[b[e]];if(c?!j(d):!ea.isEmptyObject(d))return}(c||(delete g[h].data,j(g[h])))&&(f?ea.cleanData([a],!0):ca.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}function m(){return!0}function n(){return!1}function o(){try{return oa.activeElement}catch(a){}}function p(a){var b=Ka.split("|"),c=a.createDocumentFragment();if(c.createElement)for(;b.length;)c.createElement(b.pop());return c}function q(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==xa?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==xa?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||ea.nodeName(d,b)?f.push(d):ea.merge(f,q(d,b));return void 0===b||b&&ea.nodeName(a,b)?ea.merge([a],f):f}function r(a){Ea.test(a.type)&&(a.defaultChecked=a.checked)}function s(a,b){return ea.nodeName(a,"table")&&ea.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function t(a){return a.type=(null!==ea.find.attr(a,"type"))+"/"+a.type,a}function u(a){var b=Va.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function v(a,b){for(var c,d=0;null!=(c=a[d]);d++)ea._data(c,"globalEval",!b||ea._data(b[d],"globalEval"))}function w(a,b){if(1===b.nodeType&&ea.hasData(a)){var c,d,e,f=ea._data(a),g=ea._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)ea.event.add(b,c,h[c][d])}g.data&&(g.data=ea.extend({},g.data))}}function x(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!ca.noCloneEvent&&b[ea.expando]){e=ea._data(b);for(d in e.events)ea.removeEvent(b,d,e.handle);b.removeAttribute(ea.expando)}"script"===c&&b.text!==a.text?(t(b).text=a.text,u(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),ca.html5Clone&&a.innerHTML&&!ea.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&Ea.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}function y(b,c){var d,e=ea(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:ea.css(e[0],"display");return e.detach(),f}function z(a){var b=oa,c=_a[a];return c||(c=y(a,b),"none"!==c&&c||($a=($a||ea("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=($a[0].contentWindow||$a[0].contentDocument).document,b.write(),b.close(),c=y(a,b),$a.detach()),_a[a]=c),c}function A(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}function B(a,b){if(b in a)return b;for(var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=mb.length;e--;)if(b=mb[e]+c,b in a)return b;return d}function C(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=ea._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&Ca(d)&&(f[g]=ea._data(d,"olddisplay",z(d.nodeName)))):(e=Ca(d),(c&&"none"!==c||!e)&&ea._data(d,"olddisplay",e?c:ea.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function D(a,b,c){var d=ib.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function E(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=ea.css(a,c+Ba[f],!0,e)),d?("content"===c&&(g-=ea.css(a,"padding"+Ba[f],!0,e)),"margin"!==c&&(g-=ea.css(a,"border"+Ba[f]+"Width",!0,e))):(g+=ea.css(a,"padding"+Ba[f],!0,e),"padding"!==c&&(g+=ea.css(a,"border"+Ba[f]+"Width",!0,e)));return g}function F(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=ab(a),g=ca.boxSizing&&"border-box"===ea.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=bb(a,b,f),(0>e||null==e)&&(e=a.style[b]),db.test(e))return e;d=g&&(ca.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+E(a,b,c||(g?"border":"content"),d,f)+"px"}function G(a,b,c,d,e){return new G.prototype.init(a,b,c,d,e)}function H(){return setTimeout(function(){nb=void 0}),nb=ea.now()}function I(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=Ba[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function J(a,b,c){for(var d,e=(tb[b]||[]).concat(tb["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function K(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},n=a.style,o=a.nodeType&&Ca(a),p=ea._data(a,"fxshow");c.queue||(h=ea._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,ea.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[n.overflow,n.overflowX,n.overflowY],j=ea.css(a,"display"),k="none"===j?ea._data(a,"olddisplay")||z(a.nodeName):j,"inline"===k&&"none"===ea.css(a,"float")&&(ca.inlineBlockNeedsLayout&&"inline"!==z(a.nodeName)?n.zoom=1:n.display="inline-block")),c.overflow&&(n.overflow="hidden",ca.shrinkWrapBlocks()||l.always(function(){n.overflow=c.overflow[0],n.overflowX=c.overflow[1],n.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],pb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(o?"hide":"show")){if("show"!==e||!p||void 0===p[d])continue;o=!0}m[d]=p&&p[d]||ea.style(a,d)}else j=void 0;if(ea.isEmptyObject(m))"inline"===("none"===j?z(a.nodeName):j)&&(n.display=j);else{p?"hidden"in p&&(o=p.hidden):p=ea._data(a,"fxshow",{}),f&&(p.hidden=!o),o?ea(a).show():l.done(function(){ea(a).hide()}),l.done(function(){var b;ea._removeData(a,"fxshow");for(b in m)ea.style(a,b,m[b])});for(d in m)g=J(o?p[d]:0,d,l),d in p||(p[d]=g.start,o&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function L(a,b){var c,d,e,f,g;for(c in a)if(d=ea.camelCase(c),e=b[d],f=a[c],ea.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=ea.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function M(a,b,c){var d,e,f=0,g=sb.length,h=ea.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=nb||H(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:ea.extend({},b),opts:ea.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:nb||H(),duration:c.duration,tweens:[],createTween:function(b,c){var d=ea.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(L(k,j.opts.specialEasing);g>f;f++)if(d=sb[f].call(j,a,k,j.opts))return d;return ea.map(k,J,j),ea.isFunction(j.opts.start)&&j.opts.start.call(a,j),ea.fx.timer(ea.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}function N(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(ta)||[];if(ea.isFunction(c))for(;d=f[e++];)"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function O(a,b,c,d){function e(h){var i;return f[h]=!0,ea.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||g||f[j]?g?!(i=j):void 0:(b.dataTypes.unshift(j),e(j),!1)}),i}var f={},g=a===Rb;return e(b.dataTypes[0])||!f["*"]&&e("*")}function P(a,b){var c,d,e=ea.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&ea.extend(!0,a,c),a}function Q(a,b,c){for(var d,e,f,g,h=a.contents,i=a.dataTypes;"*"===i[0];)i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function R(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];for(f=k.shift();f;)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}function S(a,b,c,d){var e;if(ea.isArray(b))ea.each(b,function(b,e){c||Vb.test(a)?d(a,e):S(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==ea.type(b))d(a,b);else for(e in b)S(a+"["+e+"]",b[e],c,d)}function T(){try{return new a.XMLHttpRequest}catch(b){}}function U(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function V(a){return ea.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}var W=[],X=W.slice,Y=W.concat,Z=W.push,$=W.indexOf,_={},aa=_.toString,ba=_.hasOwnProperty,ca={},da="1.11.1",ea=function(a,b){return new ea.fn.init(a,b)},fa=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,ga=/^-ms-/,ha=/-([\da-z])/gi,ia=function(a,b){return b.toUpperCase()};ea.fn=ea.prototype={jquery:da,constructor:ea,selector:"",length:0,toArray:function(){return X.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:X.call(this)},pushStack:function(a){var b=ea.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return ea.each(this,a,b)},map:function(a){return this.pushStack(ea.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(X.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:Z,sort:W.sort,splice:W.splice},ea.extend=ea.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||ea.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(ea.isPlainObject(c)||(b=ea.isArray(c)))?(b?(b=!1,f=a&&ea.isArray(a)?a:[]):f=a&&ea.isPlainObject(a)?a:{},g[d]=ea.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},ea.extend({expando:"jQuery"+(da+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===ea.type(a)},isArray:Array.isArray||function(a){return"array"===ea.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!ea.isArray(a)&&a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==ea.type(a)||a.nodeType||ea.isWindow(a))return!1;try{if(a.constructor&&!ba.call(a,"constructor")&&!ba.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(ca.ownLast)for(b in a)return ba.call(a,b);for(b in a);return void 0===b||ba.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?_[aa.call(a)]||"object":typeof a},globalEval:function(b){b&&ea.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(ga,"ms-").replace(ha,ia)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,d){var e,f=0,g=a.length,h=c(a);if(d){if(h)for(;g>f&&(e=b.apply(a[f],d),e!==!1);f++);else for(f in a)if(e=b.apply(a[f],d),e===!1)break}else if(h)for(;g>f&&(e=b.call(a[f],f,a[f]),e!==!1);f++);else for(f in a)if(e=b.call(a[f],f,a[f]),e===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(fa,"")},makeArray:function(a,b){var d=b||[];return null!=a&&(c(Object(a))?ea.merge(d,"string"==typeof a?[a]:a):Z.call(d,a)),d},inArray:function(a,b,c){var d;if(b){if($)return $.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;)a[e++]=b[d++];if(c!==c)for(;void 0!==b[d];)a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,d){var e,f=0,g=a.length,h=c(a),i=[];if(h)for(;g>f;f++)e=b(a[f],f,d),null!=e&&i.push(e);else for(f in a)e=b(a[f],f,d),null!=e&&i.push(e);return Y.apply([],i)},guid:1,proxy:function(a,b){var c,d,e;return"string"==typeof b&&(e=a[b],b=a,a=e),ea.isFunction(a)?(c=X.call(arguments,2),d=function(){return a.apply(b||this,c.concat(X.call(arguments)))},d.guid=a.guid=a.guid||ea.guid++,d):void 0},now:function(){return+new Date},support:ca}),ea.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){_["[object "+b+"]"]=b.toLowerCase()});var ja=function(a){function b(a,b,c,d){var e,f,g,h,i,j,l,n,o,p;if((b?b.ownerDocument||b:O)!==G&&F(b),b=b||G,c=c||[],!a||"string"!=typeof a)return c;if(1!==(h=b.nodeType)&&9!==h)return[];if(I&&!d){if(e=sa.exec(a))if(g=e[1]){if(9===h){if(f=b.getElementById(g),!f||!f.parentNode)return c;if(f.id===g)return c.push(f),c}else if(b.ownerDocument&&(f=b.ownerDocument.getElementById(g))&&M(b,f)&&f.id===g)return c.push(f),c}else{if(e[2])return _.apply(c,b.getElementsByTagName(a)),c;if((g=e[3])&&v.getElementsByClassName&&b.getElementsByClassName)return _.apply(c,b.getElementsByClassName(g)),c}if(v.qsa&&(!J||!J.test(a))){if(n=l=N,o=b,p=9===h&&a,1===h&&"object"!==b.nodeName.toLowerCase()){for(j=z(a),(l=b.getAttribute("id"))?n=l.replace(ua,"\\$&"):b.setAttribute("id",n),n="[id='"+n+"'] ",i=j.length;i--;)j[i]=n+m(j[i]);o=ta.test(a)&&k(b.parentNode)||b,p=j.join(",")}if(p)try{return _.apply(c,o.querySelectorAll(p)),c}catch(q){}finally{l||b.removeAttribute("id")}}}return B(a.replace(ia,"$1"),b,c,d)}function c(){function a(c,d){return b.push(c+" ")>w.cacheLength&&delete a[b.shift()],a[c+" "]=d}var b=[];return a}function d(a){return a[N]=!0,a}function e(a){var b=G.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function f(a,b){for(var c=a.split("|"),d=a.length;d--;)w.attrHandle[c[d]]=b}function g(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||W)-(~a.sourceIndex||W);if(d)return d;if(c)for(;c=c.nextSibling;)if(c===b)return-1;return a?1:-1}function h(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function i(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function j(a){return d(function(b){return b=+b,d(function(c,d){for(var e,f=a([],c.length,b),g=f.length;g--;)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function k(a){return a&&typeof a.getElementsByTagName!==V&&a}function l(){}function m(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function n(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=Q++;return b.first?function(b,c,f){for(;b=b[d];)if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[P,f];if(g){for(;b=b[d];)if((1===b.nodeType||e)&&a(b,c,g))return!0}else for(;b=b[d];)if(1===b.nodeType||e){if(i=b[N]||(b[N]={}),(h=i[d])&&h[0]===P&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function o(a){return a.length>1?function(b,c,d){for(var e=a.length;e--;)if(!a[e](b,c,d))return!1;return!0}:a[0]}function p(a,c,d){for(var e=0,f=c.length;f>e;e++)b(a,c[e],d);return d}function q(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function r(a,b,c,e,f,g){return e&&!e[N]&&(e=r(e)),f&&!f[N]&&(f=r(f,g)),d(function(d,g,h,i){var j,k,l,m=[],n=[],o=g.length,r=d||p(b||"*",h.nodeType?[h]:h,[]),s=!a||!d&&b?r:q(r,m,a,h,i),t=c?f||(d?a:o||e)?[]:g:s;if(c&&c(s,t,h,i),e)for(j=q(t,n),e(j,[],h,i),k=j.length;k--;)(l=j[k])&&(t[n[k]]=!(s[n[k]]=l));if(d){if(f||a){if(f){for(j=[],k=t.length;k--;)(l=t[k])&&j.push(s[k]=l);f(null,t=[],j,i)}for(k=t.length;k--;)(l=t[k])&&(j=f?ba.call(d,l):m[k])>-1&&(d[j]=!(g[j]=l))}}else t=q(t===g?t.splice(o,t.length):t),f?f(null,g,t,i):_.apply(g,t)})}function s(a){for(var b,c,d,e=a.length,f=w.relative[a[0].type],g=f||w.relative[" "],h=f?1:0,i=n(function(a){return a===b},g,!0),j=n(function(a){return ba.call(b,a)>-1},g,!0),k=[function(a,c,d){return!f&&(d||c!==C)||((b=c).nodeType?i(a,c,d):j(a,c,d))}];e>h;h++)if(c=w.relative[a[h].type])k=[n(o(k),c)];else{if(c=w.filter[a[h].type].apply(null,a[h].matches),c[N]){for(d=++h;e>d&&!w.relative[a[d].type];d++);return r(h>1&&o(k),h>1&&m(a.slice(0,h-1).concat({value:" "===a[h-2].type?"*":""})).replace(ia,"$1"),c,d>h&&s(a.slice(h,d)),e>d&&s(a=a.slice(d)),e>d&&m(a))}k.push(c)}return o(k)}function t(a,c){var e=c.length>0,f=a.length>0,g=function(d,g,h,i,j){var k,l,m,n=0,o="0",p=d&&[],r=[],s=C,t=d||f&&w.find.TAG("*",j),u=P+=null==s?1:Math.random()||.1,v=t.length;for(j&&(C=g!==G&&g);o!==v&&null!=(k=t[o]);o++){if(f&&k){for(l=0;m=a[l++];)if(m(k,g,h)){i.push(k);break}j&&(P=u)}e&&((k=!m&&k)&&n--,d&&p.push(k))}if(n+=o,e&&o!==n){for(l=0;m=c[l++];)m(p,r,g,h);if(d){if(n>0)for(;o--;)p[o]||r[o]||(r[o]=Z.call(i));r=q(r)}_.apply(i,r),j&&!d&&r.length>0&&n+c.length>1&&b.uniqueSort(i)}return j&&(P=u,C=s),p};return e?d(g):g}var u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N="sizzle"+-new Date,O=a.document,P=0,Q=0,R=c(),S=c(),T=c(),U=function(a,b){return a===b&&(E=!0),0},V="undefined",W=1<<31,X={}.hasOwnProperty,Y=[],Z=Y.pop,$=Y.push,_=Y.push,aa=Y.slice,ba=Y.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},ca="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",da="[\\x20\\t\\r\\n\\f]",ea="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",fa=ea.replace("w","w#"),ga="\\["+da+"*("+ea+")(?:"+da+"*([*^$|!~]?=)"+da+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+fa+"))|)"+da+"*\\]",ha=":("+ea+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+ga+")*)|.*)\\)|)",ia=new RegExp("^"+da+"+|((?:^|[^\\\\])(?:\\\\.)*)"+da+"+$","g"),ja=new RegExp("^"+da+"*,"+da+"*"),ka=new RegExp("^"+da+"*([>+~]|"+da+")"+da+"*"),la=new RegExp("="+da+"*([^\\]'\"]*?)"+da+"*\\]","g"),ma=new RegExp(ha),na=new RegExp("^"+fa+"$"),oa={ID:new RegExp("^#("+ea+")"),CLASS:new RegExp("^\\.("+ea+")"),TAG:new RegExp("^("+ea.replace("w","w*")+")"),ATTR:new RegExp("^"+ga),PSEUDO:new RegExp("^"+ha),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+da+"*(even|odd|(([+-]|)(\\d*)n|)"+da+"*(?:([+-]|)"+da+"*(\\d+)|))"+da+"*\\)|)","i"),bool:new RegExp("^(?:"+ca+")$","i"),needsContext:new RegExp("^"+da+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+da+"*((?:-\\d)?\\d*)"+da+"*\\)|)(?=[^-]|$)","i")},pa=/^(?:input|select|textarea|button)$/i,qa=/^h\d$/i,ra=/^[^{]+\{\s*\[native \w/,sa=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ta=/[+~]/,ua=/'|\\/g,va=new RegExp("\\\\([\\da-f]{1,6}"+da+"?|("+da+")|.)","ig"),wa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{_.apply(Y=aa.call(O.childNodes),O.childNodes),Y[O.childNodes.length].nodeType}catch(xa){_={apply:Y.length?function(a,b){$.apply(a,aa.call(b))}:function(a,b){for(var c=a.length,d=0;a[c++]=b[d++];);a.length=c-1}}}v=b.support={},y=b.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},F=b.setDocument=function(a){var b,c=a?a.ownerDocument||a:O,d=c.defaultView;return c!==G&&9===c.nodeType&&c.documentElement?(G=c,H=c.documentElement,I=!y(c),d&&d!==d.top&&(d.addEventListener?d.addEventListener("unload",function(){F()},!1):d.attachEvent&&d.attachEvent("onunload",function(){F()})),v.attributes=e(function(a){return a.className="i",!a.getAttribute("className")}),v.getElementsByTagName=e(function(a){return a.appendChild(c.createComment("")),!a.getElementsByTagName("*").length}),v.getElementsByClassName=ra.test(c.getElementsByClassName)&&e(function(a){return a.innerHTML="<div class='a'></div><div class='a i'></div>",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),v.getById=e(function(a){return H.appendChild(a).id=N,!c.getElementsByName||!c.getElementsByName(N).length}),v.getById?(w.find.ID=function(a,b){if(typeof b.getElementById!==V&&I){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},w.filter.ID=function(a){var b=a.replace(va,wa);return function(a){return a.getAttribute("id")===b}}):(delete w.find.ID,w.filter.ID=function(a){var b=a.replace(va,wa);return function(a){var c=typeof a.getAttributeNode!==V&&a.getAttributeNode("id");return c&&c.value===b}}),w.find.TAG=v.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==V?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){for(;c=f[e++];)1===c.nodeType&&d.push(c);return d}return f},w.find.CLASS=v.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==V&&I?b.getElementsByClassName(a):void 0},K=[],J=[],(v.qsa=ra.test(c.querySelectorAll))&&(e(function(a){a.innerHTML="<select msallowclip=''><option selected=''></option></select>",a.querySelectorAll("[msallowclip^='']").length&&J.push("[*^$]="+da+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||J.push("\\["+da+"*(?:value|"+ca+")"),a.querySelectorAll(":checked").length||J.push(":checked")}),e(function(a){var b=c.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&J.push("name"+da+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||J.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),J.push(",.*:")})),(v.matchesSelector=ra.test(L=H.matches||H.webkitMatchesSelector||H.mozMatchesSelector||H.oMatchesSelector||H.msMatchesSelector))&&e(function(a){v.disconnectedMatch=L.call(a,"div"),L.call(a,"[s!='']:x"),K.push("!=",ha)}),J=J.length&&new RegExp(J.join("|")),K=K.length&&new RegExp(K.join("|")),b=ra.test(H.compareDocumentPosition),M=b||ra.test(H.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)for(;b=b.parentNode;)if(b===a)return!0;return!1},U=b?function(a,b){if(a===b)return E=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!v.sortDetached&&b.compareDocumentPosition(a)===d?a===c||a.ownerDocument===O&&M(O,a)?-1:b===c||b.ownerDocument===O&&M(O,b)?1:D?ba.call(D,a)-ba.call(D,b):0:4&d?-1:1)}:function(a,b){if(a===b)return E=!0,0;var d,e=0,f=a.parentNode,h=b.parentNode,i=[a],j=[b];if(!f||!h)return a===c?-1:b===c?1:f?-1:h?1:D?ba.call(D,a)-ba.call(D,b):0;if(f===h)return g(a,b);for(d=a;d=d.parentNode;)i.unshift(d);for(d=b;d=d.parentNode;)j.unshift(d);for(;i[e]===j[e];)e++;return e?g(i[e],j[e]):i[e]===O?-1:j[e]===O?1:0},c):G},b.matches=function(a,c){return b(a,null,null,c)},b.matchesSelector=function(a,c){if((a.ownerDocument||a)!==G&&F(a),c=c.replace(la,"='$1']"),v.matchesSelector&&I&&(!K||!K.test(c))&&(!J||!J.test(c)))try{var d=L.call(a,c);if(d||v.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return b(c,G,null,[a]).length>0},b.contains=function(a,b){return(a.ownerDocument||a)!==G&&F(a),M(a,b)},b.attr=function(a,b){(a.ownerDocument||a)!==G&&F(a);var c=w.attrHandle[b.toLowerCase()],d=c&&X.call(w.attrHandle,b.toLowerCase())?c(a,b,!I):void 0;return void 0!==d?d:v.attributes||!I?a.getAttribute(b):(d=a.getAttributeNode(b))&&d.specified?d.value:null},b.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},b.uniqueSort=function(a){var b,c=[],d=0,e=0;if(E=!v.detectDuplicates,D=!v.sortStable&&a.slice(0),a.sort(U),E){for(;b=a[e++];)b===a[e]&&(d=c.push(e));for(;d--;)a.splice(c[d],1)}return D=null,a},x=b.getText=function(a){var b,c="",d=0,e=a.nodeType;if(e){if(1===e||9===e||11===e){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=x(a)}else if(3===e||4===e)return a.nodeValue}else for(;b=a[d++];)c+=x(b);return c},w=b.selectors={cacheLength:50,createPseudo:d,match:oa,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(va,wa),a[3]=(a[3]||a[4]||a[5]||"").replace(va,wa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||b.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&b.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return oa.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&ma.test(c)&&(b=z(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(va,wa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=R[a+" "];return b||(b=new RegExp("(^|"+da+")"+a+"("+da+"|$)"))&&R(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==V&&a.getAttribute("class")||"")})},ATTR:function(a,c,d){return function(e){var f=b.attr(e,a);return null==f?"!="===c:c?(f+="","="===c?f===d:"!="===c?f!==d:"^="===c?d&&0===f.indexOf(d):"*="===c?d&&f.indexOf(d)>-1:"$="===c?d&&f.slice(-d.length)===d:"~="===c?(" "+f+" ").indexOf(d)>-1:"|="===c?f===d||f.slice(0,d.length+1)===d+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){for(;p;){for(l=b;l=l[p];)if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){for(k=q[N]||(q[N]={}),j=k[a]||[],n=j[0]===P&&j[1],m=j[0]===P&&j[2],l=n&&q.childNodes[n];l=++n&&l&&l[p]||(m=n=0)||o.pop();)if(1===l.nodeType&&++m&&l===b){k[a]=[P,n,m];break}}else if(s&&(j=(b[N]||(b[N]={}))[a])&&j[0]===P)m=j[1];else for(;(l=++n&&l&&l[p]||(m=n=0)||o.pop())&&((h?l.nodeName.toLowerCase()!==r:1!==l.nodeType)||!++m||(s&&((l[N]||(l[N]={}))[a]=[P,m]),l!==b)););return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,c){var e,f=w.pseudos[a]||w.setFilters[a.toLowerCase()]||b.error("unsupported pseudo: "+a);return f[N]?f(c):f.length>1?(e=[a,a,"",c],w.setFilters.hasOwnProperty(a.toLowerCase())?d(function(a,b){for(var d,e=f(a,c),g=e.length;g--;)d=ba.call(a,e[g]),a[d]=!(b[d]=e[g])}):function(a){return f(a,0,e)}):f}},pseudos:{not:d(function(a){var b=[],c=[],e=A(a.replace(ia,"$1"));return e[N]?d(function(a,b,c,d){for(var f,g=e(a,null,d,[]),h=a.length;h--;)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,d,f){return b[0]=a,e(b,null,f,c),!c.pop()}}),has:d(function(a){return function(c){return b(a,c).length>0}}),contains:d(function(a){return function(b){return(b.textContent||b.innerText||x(b)).indexOf(a)>-1}}),lang:d(function(a){return na.test(a||"")||b.error("unsupported lang: "+a),a=a.replace(va,wa).toLowerCase(),function(b){var c;do if(c=I?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===H},focus:function(a){return a===G.activeElement&&(!G.hasFocus||G.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!w.pseudos.empty(a)},header:function(a){return qa.test(a.nodeName)},input:function(a){return pa.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:j(function(){return[0]}),last:j(function(a,b){return[b-1]}),eq:j(function(a,b,c){return[0>c?c+b:c]}),even:j(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:j(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:j(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:j(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},w.pseudos.nth=w.pseudos.eq;for(u in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})w.pseudos[u]=h(u);for(u in{submit:!0,reset:!0})w.pseudos[u]=i(u);return l.prototype=w.filters=w.pseudos,w.setFilters=new l,z=b.tokenize=function(a,c){var d,e,f,g,h,i,j,k=S[a+" "];if(k)return c?0:k.slice(0);for(h=a,i=[],j=w.preFilter;h;){(!d||(e=ja.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),d=!1,(e=ka.exec(h))&&(d=e.shift(),f.push({value:d,type:e[0].replace(ia," ")}),h=h.slice(d.length));for(g in w.filter)!(e=oa[g].exec(h))||j[g]&&!(e=j[g](e))||(d=e.shift(),f.push({value:d,type:g,matches:e
}),h=h.slice(d.length));if(!d)break}return c?h.length:h?b.error(a):S(a,i).slice(0)},A=b.compile=function(a,b){var c,d=[],e=[],f=T[a+" "];if(!f){for(b||(b=z(a)),c=b.length;c--;)f=s(b[c]),f[N]?d.push(f):e.push(f);f=T(a,t(e,d)),f.selector=a}return f},B=b.select=function(a,b,c,d){var e,f,g,h,i,j="function"==typeof a&&a,l=!d&&z(a=j.selector||a);if(c=c||[],1===l.length){if(f=l[0]=l[0].slice(0),f.length>2&&"ID"===(g=f[0]).type&&v.getById&&9===b.nodeType&&I&&w.relative[f[1].type]){if(b=(w.find.ID(g.matches[0].replace(va,wa),b)||[])[0],!b)return c;j&&(b=b.parentNode),a=a.slice(f.shift().value.length)}for(e=oa.needsContext.test(a)?0:f.length;e--&&(g=f[e],!w.relative[h=g.type]);)if((i=w.find[h])&&(d=i(g.matches[0].replace(va,wa),ta.test(f[0].type)&&k(b.parentNode)||b))){if(f.splice(e,1),a=d.length&&m(f),!a)return _.apply(c,d),c;break}}return(j||A(a,l))(d,b,!I,c,ta.test(a)&&k(b.parentNode)||b),c},v.sortStable=N.split("").sort(U).join("")===N,v.detectDuplicates=!!E,F(),v.sortDetached=e(function(a){return 1&a.compareDocumentPosition(G.createElement("div"))}),e(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||f("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),v.attributes&&e(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||f("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),e(function(a){return null==a.getAttribute("disabled")})||f(ca,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),b}(a);ea.find=ja,ea.expr=ja.selectors,ea.expr[":"]=ea.expr.pseudos,ea.unique=ja.uniqueSort,ea.text=ja.getText,ea.isXMLDoc=ja.isXML,ea.contains=ja.contains;var ka=ea.expr.match.needsContext,la=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,ma=/^.[^:#\[\.,]*$/;ea.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?ea.find.matchesSelector(d,a)?[d]:[]:ea.find.matches(a,ea.grep(b,function(a){return 1===a.nodeType}))},ea.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(ea(a).filter(function(){for(b=0;e>b;b++)if(ea.contains(d[b],this))return!0}));for(b=0;e>b;b++)ea.find(a,d[b],c);return c=this.pushStack(e>1?ea.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(d(this,a||[],!1))},not:function(a){return this.pushStack(d(this,a||[],!0))},is:function(a){return!!d(this,"string"==typeof a&&ka.test(a)?ea(a):a||[],!1).length}});var na,oa=a.document,pa=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,qa=ea.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:pa.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||na).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof ea?b[0]:b,ea.merge(this,ea.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:oa,!0)),la.test(c[1])&&ea.isPlainObject(b))for(c in b)ea.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=oa.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return na.find(a);this.length=1,this[0]=d}return this.context=oa,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):ea.isFunction(a)?"undefined"!=typeof na.ready?na.ready(a):a(ea):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),ea.makeArray(a,this))};qa.prototype=ea.fn,na=ea(oa);var ra=/^(?:parents|prev(?:Until|All))/,sa={children:!0,contents:!0,next:!0,prev:!0};ea.extend({dir:function(a,b,c){for(var d=[],e=a[b];e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!ea(e).is(c));)1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),ea.fn.extend({has:function(a){var b,c=ea(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(ea.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=ka.test(a)||"string"!=typeof a?ea(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&ea.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?ea.unique(f):f)},index:function(a){return a?"string"==typeof a?ea.inArray(this[0],ea(a)):ea.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(ea.unique(ea.merge(this.get(),ea(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}}),ea.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return ea.dir(a,"parentNode")},parentsUntil:function(a,b,c){return ea.dir(a,"parentNode",c)},next:function(a){return e(a,"nextSibling")},prev:function(a){return e(a,"previousSibling")},nextAll:function(a){return ea.dir(a,"nextSibling")},prevAll:function(a){return ea.dir(a,"previousSibling")},nextUntil:function(a,b,c){return ea.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return ea.dir(a,"previousSibling",c)},siblings:function(a){return ea.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return ea.sibling(a.firstChild)},contents:function(a){return ea.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:ea.merge([],a.childNodes)}},function(a,b){ea.fn[a]=function(c,d){var e=ea.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=ea.filter(d,e)),this.length>1&&(sa[a]||(e=ea.unique(e)),ra.test(a)&&(e=e.reverse())),this.pushStack(e)}});var ta=/\S+/g,ua={};ea.Callbacks=function(a){a="string"==typeof a?ua[a]||f(a):ea.extend({},a);var b,c,d,e,g,h,i=[],j=!a.once&&[],k=function(f){for(c=a.memory&&f,d=!0,g=h||0,h=0,e=i.length,b=!0;i&&e>g;g++)if(i[g].apply(f[0],f[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,i&&(j?j.length&&k(j.shift()):c?i=[]:l.disable())},l={add:function(){if(i){var d=i.length;!function f(b){ea.each(b,function(b,c){var d=ea.type(c);"function"===d?a.unique&&l.has(c)||i.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=i.length:c&&(h=d,k(c))}return this},remove:function(){return i&&ea.each(arguments,function(a,c){for(var d;(d=ea.inArray(c,i,d))>-1;)i.splice(d,1),b&&(e>=d&&e--,g>=d&&g--)}),this},has:function(a){return a?ea.inArray(a,i)>-1:!(!i||!i.length)},empty:function(){return i=[],e=0,this},disable:function(){return i=j=c=void 0,this},disabled:function(){return!i},lock:function(){return j=void 0,c||l.disable(),this},locked:function(){return!j},fireWith:function(a,c){return!i||d&&!j||(c=c||[],c=[a,c.slice?c.slice():c],b?j.push(c):k(c)),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!d}};return l},ea.extend({Deferred:function(a){var b=[["resolve","done",ea.Callbacks("once memory"),"resolved"],["reject","fail",ea.Callbacks("once memory"),"rejected"],["notify","progress",ea.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return ea.Deferred(function(c){ea.each(b,function(b,f){var g=ea.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&ea.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?ea.extend(a,d):d}},e={};return d.pipe=d.then,ea.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b,c,d,e=0,f=X.call(arguments),g=f.length,h=1!==g||a&&ea.isFunction(a.promise)?g:0,i=1===h?a:ea.Deferred(),j=function(a,c,d){return function(e){c[a]=this,d[a]=arguments.length>1?X.call(arguments):e,d===b?i.notifyWith(c,d):--h||i.resolveWith(c,d)}};if(g>1)for(b=new Array(g),c=new Array(g),d=new Array(g);g>e;e++)f[e]&&ea.isFunction(f[e].promise)?f[e].promise().done(j(e,d,f)).fail(i.reject).progress(j(e,c,b)):--h;return h||i.resolveWith(d,f),i.promise()}});var va;ea.fn.ready=function(a){return ea.ready.promise().done(a),this},ea.extend({isReady:!1,readyWait:1,holdReady:function(a){a?ea.readyWait++:ea.ready(!0)},ready:function(a){if(a===!0?!--ea.readyWait:!ea.isReady){if(!oa.body)return setTimeout(ea.ready);ea.isReady=!0,a!==!0&&--ea.readyWait>0||(va.resolveWith(oa,[ea]),ea.fn.triggerHandler&&(ea(oa).triggerHandler("ready"),ea(oa).off("ready")))}}}),ea.ready.promise=function(b){if(!va)if(va=ea.Deferred(),"complete"===oa.readyState)setTimeout(ea.ready);else if(oa.addEventListener)oa.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1);else{oa.attachEvent("onreadystatechange",h),a.attachEvent("onload",h);var c=!1;try{c=null==a.frameElement&&oa.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!ea.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}g(),ea.ready()}}()}return va.promise(b)};var wa,xa="undefined";for(wa in ea(ca))break;ca.ownLast="0"!==wa,ca.inlineBlockNeedsLayout=!1,ea(function(){var a,b,c,d;c=oa.getElementsByTagName("body")[0],c&&c.style&&(b=oa.createElement("div"),d=oa.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==xa&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",ca.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=oa.createElement("div");if(null==ca.deleteExpando){ca.deleteExpando=!0;try{delete a.test}catch(b){ca.deleteExpando=!1}}a=null}(),ea.acceptData=function(a){var b=ea.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var ya=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,za=/([A-Z])/g;ea.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?ea.cache[a[ea.expando]]:a[ea.expando],!!a&&!j(a)},data:function(a,b,c){return k(a,b,c)},removeData:function(a,b){return l(a,b)},_data:function(a,b,c){return k(a,b,c,!0)},_removeData:function(a,b){return l(a,b,!0)}}),ea.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=ea.data(f),1===f.nodeType&&!ea._data(f,"parsedAttrs"))){for(c=g.length;c--;)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=ea.camelCase(d.slice(5)),i(f,d,e[d])));ea._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){ea.data(this,a)}):arguments.length>1?this.each(function(){ea.data(this,a,b)}):f?i(f,a,ea.data(f,a)):void 0},removeData:function(a){return this.each(function(){ea.removeData(this,a)})}}),ea.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=ea._data(a,b),c&&(!d||ea.isArray(c)?d=ea._data(a,b,ea.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=ea.queue(a,b),d=c.length,e=c.shift(),f=ea._queueHooks(a,b),g=function(){ea.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return ea._data(a,c)||ea._data(a,c,{empty:ea.Callbacks("once memory").add(function(){ea._removeData(a,b+"queue"),ea._removeData(a,c)})})}}),ea.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?ea.queue(this[0],a):void 0===b?this:this.each(function(){var c=ea.queue(this,a,b);ea._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&ea.dequeue(this,a)})},dequeue:function(a){return this.each(function(){ea.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=ea.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};for("string"!=typeof a&&(b=a,a=void 0),a=a||"fx";g--;)c=ea._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Aa=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,Ba=["Top","Right","Bottom","Left"],Ca=function(a,b){return a=b||a,"none"===ea.css(a,"display")||!ea.contains(a.ownerDocument,a)},Da=ea.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===ea.type(c)){e=!0;for(h in c)ea.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,ea.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(ea(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},Ea=/^(?:checkbox|radio)$/i;!function(){var a=oa.createElement("input"),b=oa.createElement("div"),c=oa.createDocumentFragment();if(b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",ca.leadingWhitespace=3===b.firstChild.nodeType,ca.tbody=!b.getElementsByTagName("tbody").length,ca.htmlSerialize=!!b.getElementsByTagName("link").length,ca.html5Clone="<:nav></:nav>"!==oa.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),ca.appendChecked=a.checked,b.innerHTML="<textarea>x</textarea>",ca.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",ca.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,ca.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){ca.noCloneEvent=!1}),b.cloneNode(!0).click()),null==ca.deleteExpando){ca.deleteExpando=!0;try{delete b.test}catch(d){ca.deleteExpando=!1}}}(),function(){var b,c,d=oa.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(ca[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),ca[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var Fa=/^(?:input|select|textarea)$/i,Ga=/^key/,Ha=/^(?:mouse|pointer|contextmenu)|click/,Ia=/^(?:focusinfocus|focusoutblur)$/,Ja=/^([^.]*)(?:\.(.+)|)$/;ea.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=ea._data(a);if(q){for(c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=ea.guid++),(g=q.events)||(g=q.events={}),(k=q.handle)||(k=q.handle=function(a){return typeof ea===xa||a&&ea.event.triggered===a.type?void 0:ea.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(ta)||[""],h=b.length;h--;)f=Ja.exec(b[h])||[],n=p=f[1],o=(f[2]||"").split(".").sort(),n&&(j=ea.event.special[n]||{},n=(e?j.delegateType:j.bindType)||n,j=ea.event.special[n]||{},l=ea.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&ea.expr.match.needsContext.test(e),namespace:o.join(".")},i),(m=g[n])||(m=g[n]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,o,k)!==!1||(a.addEventListener?a.addEventListener(n,k,!1):a.attachEvent&&a.attachEvent("on"+n,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),ea.event.global[n]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=ea.hasData(a)&&ea._data(a);if(q&&(k=q.events)){for(b=(b||"").match(ta)||[""],j=b.length;j--;)if(h=Ja.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){for(l=ea.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=k[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;f--;)g=m[f],!e&&p!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||ea.removeEvent(a,n,q.handle),delete k[n])}else for(n in k)ea.event.remove(a,n+b[j],c,d,!0);ea.isEmptyObject(k)&&(delete q.handle,ea._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,j,k,l,m=[d||oa],n=ba.call(b,"type")?b.type:b,o=ba.call(b,"namespace")?b.namespace.split("."):[];if(h=k=d=d||oa,3!==d.nodeType&&8!==d.nodeType&&!Ia.test(n+ea.event.triggered)&&(n.indexOf(".")>=0&&(o=n.split("."),n=o.shift(),o.sort()),g=n.indexOf(":")<0&&"on"+n,b=b[ea.expando]?b:new ea.Event(n,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=o.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:ea.makeArray(c,[b]),j=ea.event.special[n]||{},e||!j.trigger||j.trigger.apply(d,c)!==!1)){if(!e&&!j.noBubble&&!ea.isWindow(d)){for(i=j.delegateType||n,Ia.test(i+n)||(h=h.parentNode);h;h=h.parentNode)m.push(h),k=h;k===(d.ownerDocument||oa)&&m.push(k.defaultView||k.parentWindow||a)}for(l=0;(h=m[l++])&&!b.isPropagationStopped();)b.type=l>1?i:j.bindType||n,f=(ea._data(h,"events")||{})[b.type]&&ea._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&ea.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=n,!e&&!b.isDefaultPrevented()&&(!j._default||j._default.apply(m.pop(),c)===!1)&&ea.acceptData(d)&&g&&d[n]&&!ea.isWindow(d)){k=d[g],k&&(d[g]=null),ea.event.triggered=n;try{d[n]()}catch(p){}ea.event.triggered=void 0,k&&(d[g]=k)}return b.result}},dispatch:function(a){a=ea.event.fix(a);var b,c,d,e,f,g=[],h=X.call(arguments),i=(ea._data(this,"events")||{})[a.type]||[],j=ea.event.special[a.type]||{};if(h[0]=a,a.delegateTarget=this,!j.preDispatch||j.preDispatch.call(this,a)!==!1){for(g=ea.event.handlers.call(this,a,i),b=0;(e=g[b++])&&!a.isPropagationStopped();)for(a.currentTarget=e.elem,f=0;(d=e.handlers[f++])&&!a.isImmediatePropagationStopped();)(!a.namespace_re||a.namespace_re.test(d.namespace))&&(a.handleObj=d,a.data=d.data,c=((ea.event.special[d.origType]||{}).handle||d.handler).apply(e.elem,h),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()));return j.postDispatch&&j.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?ea(c,this).index(i)>=0:ea.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[ea.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];for(g||(this.fixHooks[e]=g=Ha.test(e)?this.mouseHooks:Ga.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new ea.Event(f),b=d.length;b--;)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||oa),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||oa,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==o()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===o()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return ea.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return ea.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=ea.extend(new ea.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?ea.event.trigger(e,null,b):ea.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},ea.removeEvent=oa.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===xa&&(a[d]=null),a.detachEvent(d,c))},ea.Event=function(a,b){return this instanceof ea.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?m:n):this.type=a,b&&ea.extend(this,b),this.timeStamp=a&&a.timeStamp||ea.now(),void(this[ea.expando]=!0)):new ea.Event(a,b)},ea.Event.prototype={isDefaultPrevented:n,isPropagationStopped:n,isImmediatePropagationStopped:n,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=m,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=m,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=m,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},ea.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){ea.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!ea.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),ca.submitBubbles||(ea.event.special.submit={setup:function(){return ea.nodeName(this,"form")?!1:void ea.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=ea.nodeName(b,"input")||ea.nodeName(b,"button")?b.form:void 0;c&&!ea._data(c,"submitBubbles")&&(ea.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),ea._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&ea.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return ea.nodeName(this,"form")?!1:void ea.event.remove(this,"._submit")}}),ca.changeBubbles||(ea.event.special.change={setup:function(){return Fa.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(ea.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),ea.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),ea.event.simulate("change",this,a,!0)})),!1):void ea.event.add(this,"beforeactivate._change",function(a){var b=a.target;Fa.test(b.nodeName)&&!ea._data(b,"changeBubbles")&&(ea.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||ea.event.simulate("change",this.parentNode,a,!0)}),ea._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return ea.event.remove(this,"._change"),!Fa.test(this.nodeName)}}),ca.focusinBubbles||ea.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){ea.event.simulate(b,a.target,ea.event.fix(a),!0)};ea.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=ea._data(d,b);e||d.addEventListener(a,c,!0),ea._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=ea._data(d,b)-1;e?ea._data(d,b,e):(d.removeEventListener(a,c,!0),ea._removeData(d,b))}}}),ea.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=n;else if(!d)return this;return 1===e&&(g=d,d=function(a){return ea().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=ea.guid++)),this.each(function(){ea.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,ea(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=n),this.each(function(){ea.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){ea.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?ea.event.trigger(a,b,c,!0):void 0}});var Ka="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",La=/ jQuery\d+="(?:null|\d+)"/g,Ma=new RegExp("<(?:"+Ka+")[\\s/>]","i"),Na=/^\s+/,Oa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Pa=/<([\w:]+)/,Qa=/<tbody/i,Ra=/<|&#?\w+;/,Sa=/<(?:script|style|link)/i,Ta=/checked\s*(?:[^=]|=\s*.checked.)/i,Ua=/^$|\/(?:java|ecma)script/i,Va=/^true\/(.*)/,Wa=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,Xa={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:ca.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},Ya=p(oa),Za=Ya.appendChild(oa.createElement("div"));Xa.optgroup=Xa.option,Xa.tbody=Xa.tfoot=Xa.colgroup=Xa.caption=Xa.thead,Xa.th=Xa.td,ea.extend({clone:function(a,b,c){var d,e,f,g,h,i=ea.contains(a.ownerDocument,a);if(ca.html5Clone||ea.isXMLDoc(a)||!Ma.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(Za.innerHTML=a.outerHTML,Za.removeChild(f=Za.firstChild)),!(ca.noCloneEvent&&ca.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||ea.isXMLDoc(a)))for(d=q(f),h=q(a),g=0;null!=(e=h[g]);++g)d[g]&&x(e,d[g]);if(b)if(c)for(h=h||q(a),d=d||q(f),g=0;null!=(e=h[g]);g++)w(e,d[g]);else w(a,f);return d=q(f,"script"),d.length>0&&v(d,!i&&q(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k,l=a.length,m=p(b),n=[],o=0;l>o;o++)if(f=a[o],f||0===f)if("object"===ea.type(f))ea.merge(n,f.nodeType?[f]:f);else if(Ra.test(f)){for(h=h||m.appendChild(b.createElement("div")),i=(Pa.exec(f)||["",""])[1].toLowerCase(),k=Xa[i]||Xa._default,h.innerHTML=k[1]+f.replace(Oa,"<$1></$2>")+k[2],e=k[0];e--;)h=h.lastChild;if(!ca.leadingWhitespace&&Na.test(f)&&n.push(b.createTextNode(Na.exec(f)[0])),!ca.tbody)for(f="table"!==i||Qa.test(f)?"<table>"!==k[1]||Qa.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;e--;)ea.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j);for(ea.merge(n,h.childNodes),h.textContent="";h.firstChild;)h.removeChild(h.firstChild);h=m.lastChild}else n.push(b.createTextNode(f));for(h&&m.removeChild(h),ca.appendChecked||ea.grep(q(n,"input"),r),o=0;f=n[o++];)if((!d||-1===ea.inArray(f,d))&&(g=ea.contains(f.ownerDocument,f),h=q(m.appendChild(f),"script"),g&&v(h),c))for(e=0;f=h[e++];)Ua.test(f.type||"")&&c.push(f);return h=null,m},cleanData:function(a,b){for(var c,d,e,f,g=0,h=ea.expando,i=ea.cache,j=ca.deleteExpando,k=ea.event.special;null!=(c=a[g]);g++)if((b||ea.acceptData(c))&&(e=c[h],f=e&&i[e])){if(f.events)for(d in f.events)k[d]?ea.event.remove(c,d):ea.removeEvent(c,d,f.handle);i[e]&&(delete i[e],j?delete c[h]:typeof c.removeAttribute!==xa?c.removeAttribute(h):c[h]=null,W.push(e))}}}),ea.fn.extend({text:function(a){return Da(this,function(a){return void 0===a?ea.text(this):this.empty().append((this[0]&&this[0].ownerDocument||oa).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=s(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=s(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?ea.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||ea.cleanData(q(c)),c.parentNode&&(b&&ea.contains(c.ownerDocument,c)&&v(q(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){for(1===a.nodeType&&ea.cleanData(q(a,!1));a.firstChild;)a.removeChild(a.firstChild);a.options&&ea.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return ea.clone(this,a,b)})},html:function(a){return Da(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(La,""):void 0;if("string"==typeof a&&!Sa.test(a)&&(ca.htmlSerialize||!Ma.test(a))&&(ca.leadingWhitespace||!Na.test(a))&&!Xa[(Pa.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Oa,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(ea.cleanData(q(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,ea.cleanData(q(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=Y.apply([],a);var c,d,e,f,g,h,i=0,j=this.length,k=this,l=j-1,m=a[0],n=ea.isFunction(m);if(n||j>1&&"string"==typeof m&&!ca.checkClone&&Ta.test(m))return this.each(function(c){var d=k.eq(c);n&&(a[0]=m.call(this,c,d.html())),d.domManip(a,b)});if(j&&(h=ea.buildFragment(a,this[0].ownerDocument,!1,this),c=h.firstChild,1===h.childNodes.length&&(h=c),c)){for(f=ea.map(q(h,"script"),t),e=f.length;j>i;i++)d=h,i!==l&&(d=ea.clone(d,!0,!0),e&&ea.merge(f,q(d,"script"))),b.call(this[i],d,i);if(e)for(g=f[f.length-1].ownerDocument,ea.map(f,u),i=0;e>i;i++)d=f[i],Ua.test(d.type||"")&&!ea._data(d,"globalEval")&&ea.contains(g,d)&&(d.src?ea._evalUrl&&ea._evalUrl(d.src):ea.globalEval((d.text||d.textContent||d.innerHTML||"").replace(Wa,"")));h=c=null}return this}}),ea.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){ea.fn[a]=function(a){for(var c,d=0,e=[],f=ea(a),g=f.length-1;g>=d;d++)c=d===g?this:this.clone(!0),ea(f[d])[b](c),Z.apply(e,c.get());return this.pushStack(e)}});var $a,_a={};!function(){var a;ca.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=oa.getElementsByTagName("body")[0],c&&c.style?(b=oa.createElement("div"),d=oa.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==xa&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(oa.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var ab,bb,cb=/^margin/,db=new RegExp("^("+Aa+")(?!px)[a-z%]+$","i"),eb=/^(top|right|bottom|left)$/;a.getComputedStyle?(ab=function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)},bb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||ab(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||ea.contains(a.ownerDocument,a)||(g=ea.style(a,b)),db.test(g)&&cb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),
void 0===g?g:g+""}):oa.documentElement.currentStyle&&(ab=function(a){return a.currentStyle},bb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||ab(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),db.test(g)&&!eb.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"}),function(){function b(){var b,c,d,e;c=oa.getElementsByTagName("body")[0],c&&c.style&&(b=oa.createElement("div"),d=oa.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),b.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f=g=!1,i=!0,a.getComputedStyle&&(f="1%"!==(a.getComputedStyle(b,null)||{}).top,g="4px"===(a.getComputedStyle(b,null)||{width:"4px"}).width,e=b.appendChild(oa.createElement("div")),e.style.cssText=b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",e.style.marginRight=e.style.width="0",b.style.width="1px",i=!parseFloat((a.getComputedStyle(e,null)||{}).marginRight)),b.innerHTML="<table><tr><td></td><td>t</td></tr></table>",e=b.getElementsByTagName("td"),e[0].style.cssText="margin:0;border:0;padding:0;display:none",h=0===e[0].offsetHeight,h&&(e[0].style.display="",e[1].style.display="none",h=0===e[0].offsetHeight),c.removeChild(d))}var c,d,e,f,g,h,i;c=oa.createElement("div"),c.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",e=c.getElementsByTagName("a")[0],d=e&&e.style,d&&(d.cssText="float:left;opacity:.5",ca.opacity="0.5"===d.opacity,ca.cssFloat=!!d.cssFloat,c.style.backgroundClip="content-box",c.cloneNode(!0).style.backgroundClip="",ca.clearCloneStyle="content-box"===c.style.backgroundClip,ca.boxSizing=""===d.boxSizing||""===d.MozBoxSizing||""===d.WebkitBoxSizing,ea.extend(ca,{reliableHiddenOffsets:function(){return null==h&&b(),h},boxSizingReliable:function(){return null==g&&b(),g},pixelPosition:function(){return null==f&&b(),f},reliableMarginRight:function(){return null==i&&b(),i}}))}(),ea.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var fb=/alpha\([^)]*\)/i,gb=/opacity\s*=\s*([^)]*)/,hb=/^(none|table(?!-c[ea]).+)/,ib=new RegExp("^("+Aa+")(.*)$","i"),jb=new RegExp("^([+-])=("+Aa+")","i"),kb={position:"absolute",visibility:"hidden",display:"block"},lb={letterSpacing:"0",fontWeight:"400"},mb=["Webkit","O","Moz","ms"];ea.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=bb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":ca.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=ea.camelCase(b),i=a.style;if(b=ea.cssProps[h]||(ea.cssProps[h]=B(i,h)),g=ea.cssHooks[b]||ea.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=jb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(ea.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||ea.cssNumber[h]||(c+="px"),ca.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=ea.camelCase(b);return b=ea.cssProps[h]||(ea.cssProps[h]=B(a.style,h)),g=ea.cssHooks[b]||ea.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=bb(a,b,d)),"normal"===f&&b in lb&&(f=lb[b]),""===c||c?(e=parseFloat(f),c===!0||ea.isNumeric(e)?e||0:f):f}}),ea.each(["height","width"],function(a,b){ea.cssHooks[b]={get:function(a,c,d){return c?hb.test(ea.css(a,"display"))&&0===a.offsetWidth?ea.swap(a,kb,function(){return F(a,b,d)}):F(a,b,d):void 0},set:function(a,c,d){var e=d&&ab(a);return D(a,c,d?E(a,b,d,ca.boxSizing&&"border-box"===ea.css(a,"boxSizing",!1,e),e):0)}}}),ca.opacity||(ea.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=ea.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===ea.trim(f.replace(fb,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=fb.test(f)?f.replace(fb,e):f+" "+e)}}),ea.cssHooks.marginRight=A(ca.reliableMarginRight,function(a,b){return b?ea.swap(a,{display:"inline-block"},bb,[a,"marginRight"]):void 0}),ea.each({margin:"",padding:"",border:"Width"},function(a,b){ea.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+Ba[d]+b]=f[d]||f[d-2]||f[0];return e}},cb.test(a)||(ea.cssHooks[a+b].set=D)}),ea.fn.extend({css:function(a,b){return Da(this,function(a,b,c){var d,e,f={},g=0;if(ea.isArray(b)){for(d=ab(a),e=b.length;e>g;g++)f[b[g]]=ea.css(a,b[g],!1,d);return f}return void 0!==c?ea.style(a,b,c):ea.css(a,b)},a,b,arguments.length>1)},show:function(){return C(this,!0)},hide:function(){return C(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){Ca(this)?ea(this).show():ea(this).hide()})}}),ea.Tween=G,G.prototype={constructor:G,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(ea.cssNumber[c]?"":"px")},cur:function(){var a=G.propHooks[this.prop];return a&&a.get?a.get(this):G.propHooks._default.get(this)},run:function(a){var b,c=G.propHooks[this.prop];return this.options.duration?this.pos=b=ea.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):G.propHooks._default.set(this),this}},G.prototype.init.prototype=G.prototype,G.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=ea.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){ea.fx.step[a.prop]?ea.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[ea.cssProps[a.prop]]||ea.cssHooks[a.prop])?ea.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},G.propHooks.scrollTop=G.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},ea.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},ea.fx=G.prototype.init,ea.fx.step={};var nb,ob,pb=/^(?:toggle|show|hide)$/,qb=new RegExp("^(?:([+-])=|)("+Aa+")([a-z%]*)$","i"),rb=/queueHooks$/,sb=[K],tb={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=qb.exec(b),f=e&&e[3]||(ea.cssNumber[a]?"":"px"),g=(ea.cssNumber[a]||"px"!==f&&+d)&&qb.exec(ea.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,ea.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};ea.Animation=ea.extend(M,{tweener:function(a,b){ea.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],tb[c]=tb[c]||[],tb[c].unshift(b)},prefilter:function(a,b){b?sb.unshift(a):sb.push(a)}}),ea.speed=function(a,b,c){var d=a&&"object"==typeof a?ea.extend({},a):{complete:c||!c&&b||ea.isFunction(a)&&a,duration:a,easing:c&&b||b&&!ea.isFunction(b)&&b};return d.duration=ea.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in ea.fx.speeds?ea.fx.speeds[d.duration]:ea.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){ea.isFunction(d.old)&&d.old.call(this),d.queue&&ea.dequeue(this,d.queue)},d},ea.fn.extend({fadeTo:function(a,b,c,d){return this.filter(Ca).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=ea.isEmptyObject(a),f=ea.speed(b,c,d),g=function(){var b=M(this,ea.extend({},a),f);(e||ea._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=ea.timers,g=ea._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&rb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&ea.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=ea._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=ea.timers,g=d?d.length:0;for(c.finish=!0,ea.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),ea.each(["toggle","show","hide"],function(a,b){var c=ea.fn[b];ea.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(I(b,!0),a,d,e)}}),ea.each({slideDown:I("show"),slideUp:I("hide"),slideToggle:I("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){ea.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),ea.timers=[],ea.fx.tick=function(){var a,b=ea.timers,c=0;for(nb=ea.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||ea.fx.stop(),nb=void 0},ea.fx.timer=function(a){ea.timers.push(a),a()?ea.fx.start():ea.timers.pop()},ea.fx.interval=13,ea.fx.start=function(){ob||(ob=setInterval(ea.fx.tick,ea.fx.interval))},ea.fx.stop=function(){clearInterval(ob),ob=null},ea.fx.speeds={slow:600,fast:200,_default:400},ea.fn.delay=function(a,b){return a=ea.fx?ea.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=oa.createElement("div"),b.setAttribute("className","t"),b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=oa.createElement("select"),e=c.appendChild(oa.createElement("option")),a=b.getElementsByTagName("input")[0],d.style.cssText="top:1px",ca.getSetAttribute="t"!==b.className,ca.style=/top/.test(d.getAttribute("style")),ca.hrefNormalized="/a"===d.getAttribute("href"),ca.checkOn=!!a.value,ca.optSelected=e.selected,ca.enctype=!!oa.createElement("form").enctype,c.disabled=!0,ca.optDisabled=!e.disabled,a=oa.createElement("input"),a.setAttribute("value",""),ca.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),ca.radioValue="t"===a.value}();var ub=/\r/g;ea.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=ea.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,ea(this).val()):a,null==e?e="":"number"==typeof e?e+="":ea.isArray(e)&&(e=ea.map(e,function(a){return null==a?"":a+""})),b=ea.valHooks[this.type]||ea.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=ea.valHooks[e.type]||ea.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(ub,""):null==c?"":c)}}}),ea.extend({valHooks:{option:{get:function(a){var b=ea.find.attr(a,"value");return null!=b?b:ea.trim(ea.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],(c.selected||i===e)&&(ca.optDisabled?!c.disabled:null===c.getAttribute("disabled"))&&(!c.parentNode.disabled||!ea.nodeName(c.parentNode,"optgroup"))){if(b=ea(c).val(),f)return b;g.push(b)}return g},set:function(a,b){for(var c,d,e=a.options,f=ea.makeArray(b),g=e.length;g--;)if(d=e[g],ea.inArray(ea.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),ea.each(["radio","checkbox"],function(){ea.valHooks[this]={set:function(a,b){return ea.isArray(b)?a.checked=ea.inArray(ea(a).val(),b)>=0:void 0}},ca.checkOn||(ea.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var vb,wb,xb=ea.expr.attrHandle,yb=/^(?:checked|selected)$/i,zb=ca.getSetAttribute,Ab=ca.input;ea.fn.extend({attr:function(a,b){return Da(this,ea.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){ea.removeAttr(this,a)})}}),ea.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===xa?ea.prop(a,b,c):(1===f&&ea.isXMLDoc(a)||(b=b.toLowerCase(),d=ea.attrHooks[b]||(ea.expr.match.bool.test(b)?wb:vb)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=ea.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void ea.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(ta);if(f&&1===a.nodeType)for(;c=f[e++];)d=ea.propFix[c]||c,ea.expr.match.bool.test(c)?Ab&&zb||!yb.test(c)?a[d]=!1:a[ea.camelCase("default-"+c)]=a[d]=!1:ea.attr(a,c,""),a.removeAttribute(zb?c:d)},attrHooks:{type:{set:function(a,b){if(!ca.radioValue&&"radio"===b&&ea.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),wb={set:function(a,b,c){return b===!1?ea.removeAttr(a,c):Ab&&zb||!yb.test(c)?a.setAttribute(!zb&&ea.propFix[c]||c,c):a[ea.camelCase("default-"+c)]=a[c]=!0,c}},ea.each(ea.expr.match.bool.source.match(/\w+/g),function(a,b){var c=xb[b]||ea.find.attr;xb[b]=Ab&&zb||!yb.test(b)?function(a,b,d){var e,f;return d||(f=xb[b],xb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,xb[b]=f),e}:function(a,b,c){return c?void 0:a[ea.camelCase("default-"+b)]?b.toLowerCase():null}}),Ab&&zb||(ea.attrHooks.value={set:function(a,b,c){return ea.nodeName(a,"input")?void(a.defaultValue=b):vb&&vb.set(a,b,c)}}),zb||(vb={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},xb.id=xb.name=xb.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},ea.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:vb.set},ea.attrHooks.contenteditable={set:function(a,b,c){vb.set(a,""===b?!1:b,c)}},ea.each(["width","height"],function(a,b){ea.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),ca.style||(ea.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var Bb=/^(?:input|select|textarea|button|object)$/i,Cb=/^(?:a|area)$/i;ea.fn.extend({prop:function(a,b){return Da(this,ea.prop,a,b,arguments.length>1)},removeProp:function(a){return a=ea.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),ea.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!ea.isXMLDoc(a),f&&(b=ea.propFix[b]||b,e=ea.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=ea.find.attr(a,"tabindex");return b?parseInt(b,10):Bb.test(a.nodeName)||Cb.test(a.nodeName)&&a.href?0:-1}}}}),ca.hrefNormalized||ea.each(["href","src"],function(a,b){ea.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),ca.optSelected||(ea.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),ea.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){ea.propFix[this.toLowerCase()]=this}),ca.enctype||(ea.propFix.enctype="encoding");var Db=/[\t\r\n\f]/g;ea.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(ea.isFunction(a))return this.each(function(b){ea(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(ta)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(Db," "):" ")){for(f=0;e=b[f++];)d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=ea.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(ea.isFunction(a))return this.each(function(b){ea(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(ta)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(Db," "):"")){for(f=0;e=b[f++];)for(;d.indexOf(" "+e+" ")>=0;)d=d.replace(" "+e+" "," ");g=a?ea.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):ea.isFunction(a)?this.each(function(c){ea(this).toggleClass(a.call(this,c,this.className,b),b)}):this.each(function(){if("string"===c)for(var b,d=0,e=ea(this),f=a.match(ta)||[];b=f[d++];)e.hasClass(b)?e.removeClass(b):e.addClass(b);else(c===xa||"boolean"===c)&&(this.className&&ea._data(this,"__className__",this.className),this.className=this.className||a===!1?"":ea._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(Db," ").indexOf(b)>=0)return!0;return!1}}),ea.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){ea.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),ea.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var Eb=ea.now(),Fb=/\?/,Gb=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;ea.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=ea.trim(b+"");return e&&!ea.trim(e.replace(Gb,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():ea.error("Invalid JSON: "+b)},ea.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||ea.error("Invalid XML: "+b),c};var Hb,Ib,Jb=/#.*$/,Kb=/([?&])_=[^&]*/,Lb=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Mb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Nb=/^(?:GET|HEAD)$/,Ob=/^\/\//,Pb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Qb={},Rb={},Sb="*/".concat("*");try{Ib=location.href}catch(Tb){Ib=oa.createElement("a"),Ib.href="",Ib=Ib.href}Hb=Pb.exec(Ib.toLowerCase())||[],ea.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ib,type:"GET",isLocal:Mb.test(Hb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Sb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":ea.parseJSON,"text xml":ea.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?P(P(a,ea.ajaxSettings),b):P(ea.ajaxSettings,a)},ajaxPrefilter:N(Qb),ajaxTransport:N(Rb),ajax:function(a,b){function c(a,b,c,d){var e,k,r,s,u,w=b;2!==t&&(t=2,h&&clearTimeout(h),j=void 0,g=d||"",v.readyState=a>0?4:0,e=a>=200&&300>a||304===a,c&&(s=Q(l,v,c)),s=R(l,s,v,e),e?(l.ifModified&&(u=v.getResponseHeader("Last-Modified"),u&&(ea.lastModified[f]=u),u=v.getResponseHeader("etag"),u&&(ea.etag[f]=u)),204===a||"HEAD"===l.type?w="nocontent":304===a?w="notmodified":(w=s.state,k=s.data,r=s.error,e=!r)):(r=w,(a||!w)&&(w="error",0>a&&(a=0))),v.status=a,v.statusText=(b||w)+"",e?o.resolveWith(m,[k,w,v]):o.rejectWith(m,[v,w,r]),v.statusCode(q),q=void 0,i&&n.trigger(e?"ajaxSuccess":"ajaxError",[v,l,e?k:r]),p.fireWith(m,[v,w]),i&&(n.trigger("ajaxComplete",[v,l]),--ea.active||ea.event.trigger("ajaxStop")))}"object"==typeof a&&(b=a,a=void 0),b=b||{};var d,e,f,g,h,i,j,k,l=ea.ajaxSetup({},b),m=l.context||l,n=l.context&&(m.nodeType||m.jquery)?ea(m):ea.event,o=ea.Deferred(),p=ea.Callbacks("once memory"),q=l.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!k)for(k={};b=Lb.exec(g);)k[b[1].toLowerCase()]=b[2];b=k[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(l.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return j&&j.abort(b),c(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,l.url=((a||l.url||Ib)+"").replace(Jb,"").replace(Ob,Hb[1]+"//"),l.type=b.method||b.type||l.method||l.type,l.dataTypes=ea.trim(l.dataType||"*").toLowerCase().match(ta)||[""],null==l.crossDomain&&(d=Pb.exec(l.url.toLowerCase()),l.crossDomain=!(!d||d[1]===Hb[1]&&d[2]===Hb[2]&&(d[3]||("http:"===d[1]?"80":"443"))===(Hb[3]||("http:"===Hb[1]?"80":"443")))),l.data&&l.processData&&"string"!=typeof l.data&&(l.data=ea.param(l.data,l.traditional)),O(Qb,l,b,v),2===t)return v;i=l.global,i&&0===ea.active++&&ea.event.trigger("ajaxStart"),l.type=l.type.toUpperCase(),l.hasContent=!Nb.test(l.type),f=l.url,l.hasContent||(l.data&&(f=l.url+=(Fb.test(f)?"&":"?")+l.data,delete l.data),l.cache===!1&&(l.url=Kb.test(f)?f.replace(Kb,"$1_="+Eb++):f+(Fb.test(f)?"&":"?")+"_="+Eb++)),l.ifModified&&(ea.lastModified[f]&&v.setRequestHeader("If-Modified-Since",ea.lastModified[f]),ea.etag[f]&&v.setRequestHeader("If-None-Match",ea.etag[f])),(l.data&&l.hasContent&&l.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",l.contentType),v.setRequestHeader("Accept",l.dataTypes[0]&&l.accepts[l.dataTypes[0]]?l.accepts[l.dataTypes[0]]+("*"!==l.dataTypes[0]?", "+Sb+"; q=0.01":""):l.accepts["*"]);for(e in l.headers)v.setRequestHeader(e,l.headers[e]);if(l.beforeSend&&(l.beforeSend.call(m,v,l)===!1||2===t))return v.abort();u="abort";for(e in{success:1,error:1,complete:1})v[e](l[e]);if(j=O(Rb,l,b,v)){v.readyState=1,i&&n.trigger("ajaxSend",[v,l]),l.async&&l.timeout>0&&(h=setTimeout(function(){v.abort("timeout")},l.timeout));try{t=1,j.send(r,c)}catch(w){if(!(2>t))throw w;c(-1,w)}}else c(-1,"No Transport");return v},getJSON:function(a,b,c){return ea.get(a,b,c,"json")},getScript:function(a,b){return ea.get(a,void 0,b,"script")}}),ea.each(["get","post"],function(a,b){ea[b]=function(a,c,d,e){return ea.isFunction(c)&&(e=e||d,d=c,c=void 0),ea.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),ea.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){ea.fn[b]=function(a){return this.on(b,a)}}),ea._evalUrl=function(a){return ea.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},ea.fn.extend({wrapAll:function(a){if(ea.isFunction(a))return this.each(function(b){ea(this).wrapAll(a.call(this,b))});if(this[0]){var b=ea(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){for(var a=this;a.firstChild&&1===a.firstChild.nodeType;)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return ea.isFunction(a)?this.each(function(b){ea(this).wrapInner(a.call(this,b))}):this.each(function(){var b=ea(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=ea.isFunction(a);return this.each(function(c){ea(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){ea.nodeName(this,"body")||ea(this).replaceWith(this.childNodes)}).end()}}),ea.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!ca.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||ea.css(a,"display"))},ea.expr.filters.visible=function(a){return!ea.expr.filters.hidden(a)};var Ub=/%20/g,Vb=/\[\]$/,Wb=/\r?\n/g,Xb=/^(?:submit|button|image|reset|file)$/i,Yb=/^(?:input|select|textarea|keygen)/i;ea.param=function(a,b){var c,d=[],e=function(a,b){b=ea.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=ea.ajaxSettings&&ea.ajaxSettings.traditional),ea.isArray(a)||a.jquery&&!ea.isPlainObject(a))ea.each(a,function(){e(this.name,this.value)});else for(c in a)S(c,a[c],b,e);return d.join("&").replace(Ub,"+")},ea.fn.extend({serialize:function(){return ea.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=ea.prop(this,"elements");return a?ea.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!ea(this).is(":disabled")&&Yb.test(this.nodeName)&&!Xb.test(a)&&(this.checked||!Ea.test(a))}).map(function(a,b){var c=ea(this).val();return null==c?null:ea.isArray(c)?ea.map(c,function(a){return{name:b.name,value:a.replace(Wb,"\r\n")}}):{name:b.name,value:c.replace(Wb,"\r\n")}}).get()}}),ea.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&T()||U()}:T;var Zb=0,$b={},_b=ea.ajaxSettings.xhr();a.ActiveXObject&&ea(a).on("unload",function(){for(var a in $b)$b[a](void 0,!0)}),ca.cors=!!_b&&"withCredentials"in _b,_b=ca.ajax=!!_b,_b&&ea.ajaxTransport(function(a){if(!a.crossDomain||ca.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Zb;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete $b[g],b=void 0,f.onreadystatechange=ea.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=$b[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}}),ea.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return ea.globalEval(a),a}}}),ea.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),ea.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=oa.head||ea("head")[0]||oa.documentElement;return{send:function(d,e){b=oa.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var ac=[],bc=/(=)\?(?=&|$)|\?\?/;ea.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=ac.pop()||ea.expando+"_"+Eb++;return this[a]=!0,a}}),ea.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(bc.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&bc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=ea.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(bc,"$1"+e):b.jsonp!==!1&&(b.url+=(Fb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||ea.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,ac.push(e)),g&&ea.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),ea.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||oa;var d=la.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=ea.buildFragment([a],b,e),e&&e.length&&ea(e).remove(),ea.merge([],d.childNodes))};var cc=ea.fn.load;ea.fn.load=function(a,b,c){if("string"!=typeof a&&cc)return cc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=ea.trim(a.slice(h,a.length)),a=a.slice(0,h)),ea.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&ea.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?ea("<div>").append(ea.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},ea.expr.filters.animated=function(a){return ea.grep(ea.timers,function(b){return a===b.elem}).length};var dc=a.document.documentElement;ea.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=ea.css(a,"position"),l=ea(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=ea.css(a,"top"),i=ea.css(a,"left"),j=("absolute"===k||"fixed"===k)&&ea.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),ea.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},ea.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){ea.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,ea.contains(b,e)?(typeof e.getBoundingClientRect!==xa&&(d=e.getBoundingClientRect()),c=V(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===ea.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),ea.nodeName(a[0],"html")||(c=a.offset()),c.top+=ea.css(a[0],"borderTopWidth",!0),c.left+=ea.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-ea.css(d,"marginTop",!0),left:b.left-c.left-ea.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||dc;a&&!ea.nodeName(a,"html")&&"static"===ea.css(a,"position");)a=a.offsetParent;return a||dc})}}),ea.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);ea.fn[a]=function(d){return Da(this,function(a,d,e){var f=V(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?ea(f).scrollLeft():e,c?e:ea(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),ea.each(["top","left"],function(a,b){ea.cssHooks[b]=A(ca.pixelPosition,function(a,c){return c?(c=bb(a,b),db.test(c)?ea(a).position()[b]+"px":c):void 0})}),ea.each({Height:"height",Width:"width"},function(a,b){ea.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){ea.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return Da(this,function(b,c,d){var e;return ea.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,
@@ -48,7 +48,11 @@ this.config = {
disableThumbs: false,
showDeviceName: false,
refreshIgnoreNFO: true,
- largeBreakpoint: 910
+ largeBreakpoint: 910,
+ apiKeyTMDB: '',
+ apiKeyTVDB: '',
+ apiKeyFanartTv: '',
+ apiKeyYouTube: ''
}
};
@@ -203,6 +207,19 @@ config.setLocalApp = function() {
return config.set('static', id, data, callback);
};
+config.getAPIKey = function(id, defaultData) {
+ var key;
+ if (defaultData == null) {
+ defaultData = '';
+ }
+ key = config.getLocal(id, '');
+ if (key === '') {
+ return atob(defaultData);
+ } else {
+ return key;
+ }
+};
+
config.preStartGet = function(id, defaultData) {
var config;
if (defaultData == null) {
@@ -1106,6 +1123,10 @@ helpers.stream.videoSizeMap = [
label: '480'
}, {
min: 481,
+ max: 576,
+ label: '576'
+ }, {
+ min: 577,
max: 720,
label: '720p'
}, {
@@ -1247,12 +1268,15 @@ helpers.translate = {};
helpers.translate.getLanguages = function() {
return {
en: "English",
- fr: "French",
+ cs: "Czech",
de: "German",
+ es: "Spanish",
+ fr: "French",
+ hu: "Hungarian",
lt: "Lithuanian",
nl: "Dutch",
pl: "Polish",
- es: "Spanish",
+ pt: "Portuguese",
zh_hans: "Chinese, Simplified"
};
};
@@ -2061,7 +2085,7 @@ this.Kodi.module("Entities", function(Entities, App, Backbone, Marionette, $, _)
this.Kodi.module("Entities", function(Entities, App, Backbone, Marionette, $, _) {
var API;
API = {
- apiKey: 'ed4b784f97227358b31ca4dd966a04f1',
+ apiKey: 'ZWQ0Yjc4NGY5NzIyNzM1OGIzMWNhNGRkOTY2YTA0ZjE=',
baseURL: 'http://webservice.fanart.tv/v3/',
maxImageCount: 15,
artistFieldTranslate: {
@@ -2071,7 +2095,7 @@ this.Kodi.module("Entities", function(Entities, App, Backbone, Marionette, $, _)
call: function(path, params, callback) {
var defaultParams, req, url;
defaultParams = {
- api_key: this.apiKey
+ api_key: config.getAPIKey('apiKeyFanartTv', this.apiKey)
};
params = _.extend(defaultParams, params);
url = this.baseURL + path + helpers.url.buildParams(params);
@@ -2194,7 +2218,7 @@ this.Kodi.module("Entities", function(Entities, App, Backbone, Marionette, $, _)
this.Kodi.module("Entities", function(Entities, App, Backbone, Marionette, $, _) {
var API;
API = {
- apiKey: 'f7f51775877e0bb6703520952b3c7840',
+ apiKey: 'NzFiYTFmMDdlZDBmYzhmYjM2MWNmMDRhNThkNzUwNTE=',
baseURL: 'https://api.themoviedb.org/3/',
baseImageURL: 'https://image.tmdb.org/t/p/',
defaultLang: 'en',
@@ -2210,7 +2234,7 @@ this.Kodi.module("Entities", function(Entities, App, Backbone, Marionette, $, _)
call: function(path, params, callback) {
var defaultParams, url;
defaultParams = {
- api_key: this.apiKey
+ api_key: config.getAPIKey('apiKeyTMDB', this.apiKey)
};
params = _.extend(defaultParams, params);
url = this.baseURL + path + helpers.url.buildParams(params) + '&callback=?';
@@ -2319,13 +2343,13 @@ this.Kodi.module("Entities", function(Entities, App, Backbone, Marionette, $, _)
this.Kodi.module("Entities", function(Entities, App, Backbone, Marionette, $, _) {
var API;
API = {
- apiKey: 'AIzaSyBxvaR6mCnUWN8cv2TiPRmuEh0FykBTAH0',
+ apiKey: 'QUl6YVN5Qnh2YVI2bUNuVVdOOGN2MlRpUFJtdUVoMEZ5a0JUQUgw',
searchUrl: 'https://www.googleapis.com/youtube/v3/search?part=snippet&type=video&videoDefinition=any&videoEmbeddable=true&order=relevance&safeSearch=none',
maxResults: 5,
kodiUrl: 'plugin://plugin.video.youtube/?action=play_video&videoid=',
ytURL: 'https://youtu.be/',
getSearchUrl: function() {
- return this.searchUrl + '&key=' + this.apiKey;
+ return this.searchUrl + '&key=' + config.getAPIKey('apiKeyYouTube', this.apiKey);
},
parseItems: function(response) {
var enabled, i, item, items, resp, _ref;
@@ -3083,7 +3107,7 @@ this.Kodi.module("KodiEntities", function(KodiEntities, App, Backbone, Marionett
fields: {
minimal: ['thumbnail'],
small: ['playcount', 'artistid', 'artist', 'genre', 'albumlabel', 'year', 'dateadded', 'style'],
- full: ['fanart', 'mood', 'description', 'genreid', 'rating', 'type', 'theme']
+ full: ['fanart', 'mood', 'description', 'rating', 'type', 'theme']
},
getAlbum: function(id, options) {
var album;
@@ -13951,12 +13975,16 @@ this.Kodi.module("InputApp", function(InputApp, App, Backbone, Marionette, $, _)
stateObj = App.request("state:kodi");
switch (e.which) {
case 37:
+ case 72:
return this.doInput("Left");
case 38:
+ case 75:
return this.doInput("Up");
case 39:
+ case 76:
return this.doInput("Right");
case 40:
+ case 74:
return this.doInput("Down");
case 8:
return this.doInput("Back");
@@ -19155,7 +19183,7 @@ this.Kodi.module("SettingsApp.Show.Kodi", function(Kodi, App, Backbone, Marionet
'services.webskin': 'xbmc.webinterface',
'subtitles.tv': 'xbmc.subtitle.module',
'subtitles.movie': 'xbmc.subtitle.module',
- 'audiocds.encoder': 'kodi.audioencoder'
+ 'audiocds.encoder': 'xbmc.audioencoder'
},
actionLookups: {
"musiclibrary.cleanup": "command:kodi:audio:clean",
@@ -19547,6 +19575,30 @@ this.Kodi.module("SettingsApp.Show.Local", function(Local, App, Backbone, Marion
description: tr('Ignore local NFO files when manually refreshing media.')
}
]
+ }, {
+ title: 'API Keys',
+ id: 'apikeys',
+ children: [
+ {
+ id: 'apiKeyTMDB',
+ title: tr("The Movie DB"),
+ type: 'textfield',
+ defaultValue: '',
+ description: tr("Set your personal API key")
+ }, {
+ id: 'apiKeyFanartTv',
+ title: tr("FanartTV"),
+ type: 'textfield',
+ defaultValue: '',
+ description: tr("Set your personal API key")
+ }, {
+ id: 'apiKeyYouTube',
+ title: tr("YouTube"),
+ type: 'textfield',
+ defaultValue: '',
+ description: tr("Set your personal API key")
+ }
+ ]
}
];
};
@@ -20936,6 +20988,12 @@ this.Kodi.module("StateApp.Kodi", function(StateApp, App, Backbone, Marionette,
App.execute("player:kodi:timer", 'start');
this.refreshStateNow();
break;
+ case 'Player.OnResume':
+ this.setPlaying('paused', false);
+ this.setPlaying('playState', 'playing');
+ App.execute("player:kodi:timer", 'start');
+ this.refreshStateNow();
+ break;
case 'Player.OnStop':
this.setPlaying('playing', false);
App.execute("player:kodi:timer", 'stop');
diff --git a/addons/webinterface.default/lang/_strings/cs.json b/addons/webinterface.default/lang/_strings/cs.json
new file mode 100644
index 0000000000..48b4ac3f24
--- /dev/null
+++ b/addons/webinterface.default/lang/_strings/cs.json
@@ -0,0 +1 @@
+{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"cs_CZ"},"Nothing playing":["Nic nehraje"],"Deselect all":["Odoznačit vše"],"Filters":["Filtry"],"Sort":["Řazení"],"Select a filter":["Vyber filtr"],"Select an option":["Vyber možnost"],"filter":["filtr"],"Add filter":["Přidej filtr"],"Which player to start with":["S jakým přehrávěčem začít"],"Ignore terms such as 'The' and 'A' when sorting lists":["Ignoruj slova jako 'The' a 'A' při řazení seznamů"],"When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries":["V seznamu zpěváků budou vidět zpěváci s alby nebo všichni zpěváci. Upozornění : vypnutí této volby může mít dopad na výkon v případě velkých knihoven"],"is the default":["je vychozí"],"The hostname used for websockets connection. Set to 'auto' to use the current hostname.":["Jméno hostitele pro webosocket připojení. Nastavením na 'auto' se použije současné jméno hostile."],"How often do I poll for updates from Kodi (Only applies when websockets inactive)":["Jak často se mám ptát na aktualizaci stavu z Kodi (platné jen pokud se nepoužívátechnologie websocketů)"],"Enable support for reverse proxy.":["Zapne podporu pro reverzní proxy."],"Web settings saved.":["Nastavení uloženo."],"Just a sec...":["Chvilku strpení..."],"Unable to communicate with Kodi in a long time. I think it's dead Jim!":["Kodi dlouhou dobu neodpovídá."],"Video library scan started":["Prohledávání video knihovny spuštěno"],"Video library scan complete":["Prohledávání video knihovny hotové"],"Audio library scan started":["Prohledávání audio knihovny spuštěno"],"Audio library scan complete":["Prohledávání audio knihovny hotové"],"Kodi has quit":["Kodi ukončeno"],"Sections":["Sekce"],"Back":["Zpět"],"Loading folder...":["Nahrávám adresář..."],"Show more":["Ukaž víc"],"to Kodi":["do Kodi"],"Playlist refreshed":["Playlist obnoven"],"Kodi":["Kodi"],"Local":["Místní"],"Playlists":["Playlisty"],"Existing playlists":["Existující playlisty"],"Empty playlist, you should probably add something to it?":["Tento playlist je zcela prázdný. Přidej do něj něco."],"Create a new list":["Vytvoř nový seznam"],"Add to playlist":["Přidej do playlistu"],"Added to your playlist":["Přidáno do tvého playlistu"],"Give your playlist a name":["Pojmenuj svůj playlist"],"Recently added":["Nedávno přidané"],"Recently played":["Nedávno hrané"],"Season":["Sezóna"],"Episode":["Epizoda"],"Play":["Hrát"],"Queue":["Fronta"],"View on IMDb":["Ukaž na IMDb"],"Stream":["Stream"],"Download":["Stáhni"],"complete":["hotovo"],"Synopsis":["Synopse"],"Full cast":["Plné obsazení"],"Websockets closed":["Websocket uzavřen"],"Websockets host":["Websocket host"],"Default player":["Výchozí přehrávač"],"Ignore article":["Ignoruj artikl"],"Album artists only":["Album artists only"],"Poll interval":["Interval dotazování"],"Reverse proxy support":["Podpora reverzní proxy"],"Language":["Jazyk"],"Preferred language":["Preferovaný jazyk"],"Ignore articles (terms such as \"The\" and \"A\") when sorting lists":["Ignore articles (terms such as \"The\" and \"A\") when sorting lists"],"sec":["sec"],"Your browser doesn't support websockets! Get with the times and update your browser.":["Tvůj browser nepodporuje websockety! Najdi si si čas a aktualizuj svůj browser."],"Failed to connect to websockets":["Failed to connect to websockets, so I am falling back to polling for updates. Which makes things slower and uses more resources. Please ensure you have 'Allow programs on other systems to control Kodi' ENABLED in the Kodi settings (System > Services > Remote control). You may also get this if you are using proxies or accessing via an IP address when localhost will suffice. If websockets normally works, you might just need to refresh your browser."],"Video":["Video"],"Audio":["Audio"],"Cast":["Obsazení"],"Director":["Režisér","Režiséři"],"Writer":["Spisovatel","Spisovatelé"],"Subtitle":["Subtitle","Subtitles"],"Result":["Výsledek","Výsledky"],"Loading things...":["Nahrávám..."],"Scan video library":["Prohledej video knihovnu"],"Scan audio library":["Prohledej audio knihovnu"],"About Chorus":["O Chorus"],"Recent":["Nedávné"],"Artists":["Herci"],"Albums":["Alba"],"Recent movies":["Nedávné filmy"],"All movies":["Všechny filmy"],"Recent episodes":["Nedávné epizody"],"All TV shows":["Všechny Seriály"],"Web settings":["Nastavené webu"],"Kodi settings":["Nastavení Kodi"],"Now Playing Playlists":["Nyné přehrávám playlist"],"Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right":["Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right"],"Current playlist":["Aktuální playlist"],"Clear playlist":["Vyprázdni playlist"],"Refresh playlist":["Obnov playlist"],"Party mode":["Party mód"],"Save Kodi playlist":["Ulož playlist do Kodi"],"Preferred language, need to refresh browser to take effect":["Preferovyný jazyk. Je potřeba obnovit prohlížeč, aby se nastavení stalo platné"],"Ignore articles (terms such as 'The' and 'A') when sorting lists":["Ignore articles (terms such as 'The' and 'A') when sorting lists"],"Vibrant headers":["Vibrant headers"],"Use colourful headers for media pages":["Use colourful headers for media pages"],"Enable support for reverse proxying.":["Zapni podporu pro reverzní proxy."],"songs":["písně"],"artists":["herci"],"albums":["alba"],"movies":["filmy"],"Searching for":["Hledám"],"and":["a"],"tvshows":["seriály"],"no media in this folder":["v tomto adresáři není nic k přehrátí"],"Browse files and add-ons":["Browse files and add-ons"],"This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on.":["This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on."],"Send text to Kodi":["Odešli do Kodi"],"The lab":["Laboratoř"],"Chorus lab":["Laboratoř Chorusu"],"Warning":["Varování"],"Experimental code, use at own risk":["Experimentalní kód, používás na vlastní riziko"],"Kodi API browser":["Kodi API browser"],"This is a tool to test out the API. Select a method then execute it with parameters.":["Toto je nástroj na testování API. Vyber metodu, vlož parametry a pusť ji."],"You could potentially damage your system with this and there are no sanity checks. Use at own risk.":["You could potentially damage your system with this and there are no sanity checks. Use at own risk."],"Saved Kodi settings":["Kodi nastavení uloženo"],"General":["Obecné"],"Advanced setting level is recommended for those who know what they are doing.":["Pokročilé nastavení je doporučeno pouze pro ty, kteří vědí, co dělají."],"Kodi settings level":["Úroveň Kodi nastavení"],"Remove":["Odstranit"],"cast":["cast"],"Add-ons":["Doplňky"],"Web interface":["Webové rozhraní"],"Readme":["Čti mě"],"Changelog":["Seznam změn"],"Translations":["Překlady"],"Help topics":["Help topics"],"Overview":["Přehled"],"Lab":["Laboratoř"],"version":["verze"],"Remote control":["Dálkové ovládání"],"Remote control is set up correctly":["Dálkové ovládání je nastaveno korektně."],"About":["O Chorus"],"Local audio":["Místní audio"],"Status report":["Status report"],"in":["v"],"Focus playlist on playing":["Focus playlist on playing"],"Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed":["Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed"],"Web Settings saved.":["Nastavení uloženo."],"Keyboard controls":["Ovládání pomocí klávesnice"],"In Chorus, will you keyboard control Kodi, the browser or both":["V Chorusu bude klávesnice ovládat Kodi, prohlížeč nebo oboje"],"Learn more":["Více"],"Resume playback":["Resume playback"],"Resume from":["Obnov od"],"Start from the beginning":["Začni od začátku"],"Click here restore defaults":["Klikni zde pro obnovení výchozích hodnot"],"Main Menu Structure":["Struktura hlavního menu"],"Here you can change the title, url and %1$s for menu items. You can also remove, re-order and add new items.":["Zde můžeš změnit název, URL and %1$s jednotlivých položek menu. Také můžešodstranit, změnit nebo přidat polořky menu."],"Main Nav":["Main Nav"],"Add a new playlist":["Přidání nového playlistu"],"Keyboard":["Klávesnice"],"Music":["Hudba"],"Digital radio":["Digitalní radio"],"Movies":["Filmy"],"TV shows":["Seriály"],"TV":["TV"],"Browser":["Prohlížeč"],"Thumbs up":["Palec nahoru"],"Settings":["Nastavení"],"Help":["Pomoc"],"Disable Thumbs Up":["Disable Thumbs Up"],"Remove the thumbs up button from media. Note: you may also want to remove the menu item from the %1$s":["Remove the thumbs up button from media. Note: you may also want to remove the menu item from the %1$s"],"You need to 'Allow remote control' for Kodi. You can do that":["You need to 'Allow remote control' for Kodi. You can do that"],"here":["zde"],"yes":["ano"],"no":["ne"],"close":["zavři"],"ok":["ok"],"Are you sure?":["Jsi si jist?"],"Set all episodes for this season as":["Nastav všechny epizody z této sezóny jako"],"Set all episodes for this TV show as":["Nastav všechny epizody tohoto seriálu jako shlédnuté"],"watched":["shlédnuto"],"unwatched":["neshlédnuto"],"genre":["žánr"],"studio":["studio"],"rated":["rated"],"episodes":["episody"],"total":["celkem"],"set":["nastav jako"],"Show device name":["Show device name"],"Show the Kodi device name in the header of Chorus":["Ukaž jméno Kodi zařízení v hlavičce Chorusu"],"No results found":["Nenalezeno"],"Have you done a library scan?":["Už jsi provedl prohledání knihovny?"],"Play in browser":["Spusť v prohlížeči"],"Edit":["Uprav"],"Add to Kodi":["Přidej do Kodi"],"Watched":["Shlédnuto"],"New playlist":["Nový playlist"],"Play in Kodi":["Spusť v Kodi"],"Export list":["Exportuj seznam"],"Delete playlist":["Smaž playlist"],"title":["název"],"year":["rok"],"date added":["datum přidání"],"rating":["hodnocení"],"actor":["actor"],"mood":["mood"],"writer":["scénář"],"director":["režisér"],"style":["styl"],"items selected":["položky vybrány"],"item selected":["položka vybrána"],"Video library clean started":["Úklid video knihovny spuštěn"],"Video library clean finished":["Úklid video knihovny dokončen"],"Audio library clean started":["Úklid audio knihovny spuštěn"],"Audio library clean finished":["Úklid audio klihovny dokončen"],"This is a tool to test out the api. Select a method then execute it with parameters.":["Toto je nástroj na testování API. Vyber metodu, vyplň její parametry a spusť ji."],"Go to season":["Jdi na sezónu."],"Queue in Kodi":["Do fronty v Kodi"],"Adding items to the queue":["Přidávám do fronty"],"Live TV":["Live TV"],"Recently added albums":["Nadávno přidaná alba"],"Random albums":["Náhodná alba"],"Recently played albums":["Nedávno hraná alba"],"Random movies":["Náhodné filmy"],"Continue watching":["Pokračuj ve sledování"],"More from %1$s":["More from %1$s"],"More %1$s movies":["Více %1$s filmů"],"More movies staring %1$s":["Více filmů začínajících na %1$s"],"Other movies released in %1$s":["Další filmy z roku %1$s"],"artist":["umělec"],"random":["náhodně"],"label":["label"],"formed":["formed"],"born":["born"],"died":["zemřel"],"disbanded":["disbanded"],"years active":["aktivních let"],"Click for more":["Klikni pro více"],"Loading albums":["Nahrávám alba"],"%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell...":["%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell..."],"all media":["všechna media"],"YouTube":["YouTube"],"SoundCloud":["SoundCloud"],"GoogleMusic":["GoogleMusic"],"Radio":["Radio"],"MixCloud":["MixCloud"],"First aired":["First aired"],"Updated %1$s details":["Updated %1$s details"],"Title":["Název"],"Plot":["Plot"],"Rating":["Hodnocení"],"Original title":["Původní název"],"Directors":["Directors"],"Writers":["Writers"],"File path":["File path"],"Artist":["Artist"],"Description":["Description"],"Label":["Label"],"Year":["Year"],"Genres":["Žánry"],"Styles":["Styly"],"Themes":["Themes"],"Moods":["Moods"],"Album artist":["Album artist"],"Album":["Album"],"Track":["Stopa"],"Disc":["Disk"],"Tagline":["Tagline"],"Studio":["Studio"],"Content rating":["Hodnocení obsahu"],"Premiered":["Premiéra"],"IMDb":["IMDb"],"Sort title":["Sort title"],"Country":["Země"],"Set":["Nastavení"],"Tags":["Tags"],"Trailer":["Trailer"],"Formed":["Formed"],"Disbanded":["Disbanded"],"Years Active":["Years Active"],"Born":["Narozen"],"Died":["Zemřel"],"Instruments":["Instruments"],"more":["více"],"in progress":["Rozkoukáno"],"URL":["URL"],"Add an image via an external URL":["Add an image via an external URL"],"Searching for more images":["Searching for more images"],"Selector":["Selector"],"External Search":["Externí vyhledávání"],"Local media":["Místní media"],"Chorus Search":["Vyhledej v Chorusu"],"YouTube Search":["Vyhledávání na YouTube"],"Executed addon":["Spustitelný addon"],"all":["vše"],"video":["video"],"audio":["audio"],"image":["obrázek"],"picture":["fotka"],"executable":["spustitelné"],"settings":["nastavení"],"Refresh":["Obnov"],"Confirm refresh":["Refreshing '%1$s' will remove it from the library then re-add it, so the ID may change. I'll attempt to reload this page with the new ID in a few seconds. Click 'YES' to confirm refresh"],"Refresh Ignore NFO":["Refresh Ignore NFO"],"Ignore local NFO files when manually refreshing media.":["Ignoruj místní NFO soubory při ručním obnovení."],"Show only":["Jen Seriál"],"Show and episodes":["Seriál a epizody"],"Top music":["Nej hudba"],"%1$s Artists":["%1$s Artists"],"%1$s Albums":["%1$s Alb"],"%1$s Songs":["%1$s písní"],"default":["výchozí"],"Actions":["Akce"],"play files":["Hraj soubory"],"queue files":["soubory do fronty"],"Sent text":["Pošli text"],"License":["Licence"],"Main Menu":["Hlavní Menu"],"Search":["Vyhledávání"],"Custom Add-on search":["Custom Add-on search"],"Add custom add-on searches":["Chorus search supports searching not only local media but add-on content too. For example, you can use the search to find videos in YouTube or audio in SoundCloud. This page allows you to add custom add-on searches that are not included out of the box. See the %1$s for more information."],"Add-ons help page":["Add-ons help page"],"No %1$s found":["Žádné %1$s nenalezeny"],"results":["výsledky"],"EPG data":["EPG data"],"PVR":["PVR"],"Recordings":["Nahrávky"],"Channel recording toggled":["Channel recording toggled"],"TV Channels":["TV Channels"],"Radio Stations":["Radio stanice"],"Record":["Nahrávka"],"Toggle timer":["Toggle timer"],"Now":["Nyní"],"Rename playlist":["Přejmenuj playlist"],"album":["album"],"Videos":["Videa"],"Lost connection to Kodi":["Připojení do Kodi ztraceno"],"Attempt to reconnect":["Zkus se připojit"],"Attempting reconnect":["Zkouším se připojit"],"Top Songs":["Nej písně"],"Top Albums":["Nej Alba"],"Toggle select all":["Vyber/Zruš výběr všech"],"More like this":["Více jako je toto"],"music videos":["hudba z filmů"],"Related music videos from YouTube":["Related music videos from YouTube"],"Lost websocket connection":["Ztraceno websocket připojení"],"Attempting websockets reconnect":["Zkouším se znovu připojit"],"This should be the play path for the trailer. Eg. %1$s":["This should be the play path for the trailer. Eg. %1$s"],"%1$s party mode toggled":["%1$s party mode toggled"]}}} \ No newline at end of file
diff --git a/addons/webinterface.default/lang/_strings/en.json b/addons/webinterface.default/lang/_strings/en.json
index a547cc21c0..d4dafef0c5 100644
--- a/addons/webinterface.default/lang/_strings/en.json
+++ b/addons/webinterface.default/lang/_strings/en.json
@@ -1 +1 @@
-{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"en"},"Nothing playing":["Nothing playing"],"Deselect all":["Deselect all"],"Filters":["Filters"],"Sort":["Sort"],"Select a filter":["Select a filter"],"Select an option":["Select an option"],"filter":["filter"],"Add filter":["Add filter"],"Which player to start with":["Which player to start with"],"Ignore terms such as 'The' and 'A' when sorting lists":["Ignore terms such as 'The' and 'A' when sorting lists"],"When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries":["When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries"],"is the default":["is the default"],"The hostname used for websockets connection. Set to 'auto' to use the current hostname.":["The hostname used for websockets connection. Set to 'auto' to use the current hostname."],"How often do I poll for updates from Kodi (Only applies when websockets inactive)":["How often do I poll for updates from Kodi (Only applies when websockets inactive)"],"Enable support for reverse proxy.":["Enable support for reverse proxy."],"Web settings saved.":["Web settings saved."],"Just a sec...":["Just a sec..."],"Unable to communicate with Kodi in a long time. I think it's dead Jim!":["Unable to communicate with Kodi in a long time. I think it's dead Jim!"],"Video library scan started":["Video library scan started"],"Video library scan complete":["Video library scan complete"],"Audio library scan started":["Audio library scan started"],"Audio library scan complete":["Audio library scan complete"],"Kodi has quit":["Kodi has quit"],"Sections":["Sections"],"Back":["Back"],"Loading folder...":["Loading folder..."],"Show more":["Show more"],"to Kodi":["to Kodi"],"Playlist refreshed":["Playlist refreshed"],"Kodi":["Kodi"],"Local":["Local"],"Playlists":["Playlists"],"Existing playlists":["Existing playlists"],"Empty playlist, you should probably add something to it?":["Empty playlist, you should probably add something to it?"],"Create a new list":["Create a new list"],"Add to playlist":["Add to playlist"],"Added to your playlist":["Added to your playlist"],"Give your playlist a name":["Give your playlist a name"],"Recently added":["Recently added"],"Recently played":["Recently played"],"Season":["Season"],"Episode":["Episode"],"Play":["Play"],"Queue":["Queue"],"View on IMDb":["View on IMDb"],"Stream":["Stream"],"Download":["Download"],"complete":["complete"],"Synopsis":["Synopsis"],"Full cast":["Full cast"],"Websockets closed":["Websockets closed"],"Websockets host":["Websockets host"],"Websockets port":["Websockets port"],"Default player":["Default player"],"Ignore article":["Ignore article"],"Album artists only":["Album artists only"],"Poll interval":["Poll interval"],"Reverse proxy support":["Reverse proxy support"],"Language":["Language"],"Preferred language":["Preferred language"],"Ignore articles (terms such as \"The\" and \"A\") when sorting lists":["Ignore articles (terms such as \"The\" and \"A\") when sorting lists"],"sec":["sec"],"Your browser doesn't support websockets! Get with the times and update your browser.":["Your browser doesn't support websockets! Get with the times and update your browser."],"Failed to connect to websockets":["Failed to connect to websockets, so I am falling back to polling for updates. Which makes things slower and uses more resources. Please ensure you have 'Allow programs on other systems to control Kodi' ENABLED in the Kodi settings (System > Services > Remote control). You may also get this if you are using proxies or accessing via an IP address when localhost will suffice. If websockets normally works, you might just need to refresh your browser."],"Video":["Video"],"Audio":["Audio"],"Cast":["Cast"],"Director":["Director","Directors"],"Writer":["Writer","Writers"],"Subtitle":["Subtitle","Subtitles"],"Result":["Result","Results"],"Loading things...":["Loading things..."],"Scan video library":["Scan video library"],"Scan audio library":["Scan audio library"],"About Chorus":["About Chorus"],"Recent":["Recent"],"Artists":["Artists"],"Albums":["Albums"],"Recent movies":["Recent movies"],"All movies":["All movies"],"Recent episodes":["Recent episodes"],"All TV shows":["All TV shows"],"Web settings":["Web settings"],"Kodi settings":["Kodi settings"],"Now Playing Playlists":["Now Playing Playlists"],"Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right":["Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right"],"Current playlist":["Current playlist"],"Clear playlist":["Clear playlist"],"Refresh playlist":["Refresh playlist"],"Party mode":["Party mode"],"Save Kodi playlist":["Save Kodi playlist"],"Preferred language, need to refresh browser to take effect":["Preferred language, need to refresh browser to take effect"],"Ignore articles (terms such as 'The' and 'A') when sorting lists":["Ignore articles (terms such as 'The' and 'A') when sorting lists"],"Vibrant headers":["Vibrant headers"],"Use colourful headers for media pages":["Use colourful headers for media pages"],"Enable support for reverse proxying.":["Enable support for reverse proxying."],"songs":["songs"],"artists":["artists"],"albums":["albums"],"movies":["movies"],"Searching for":["Searching for"],"and":["and"],"tvshows":["tvshows"],"no media in this folder":["no media in this folder"],"Browse files and add-ons":["Browse files and add-ons"],"This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on.":["This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on."],"Send text to Kodi":["Send text to Kodi"],"The lab":["The lab"],"Chorus lab":["Chorus lab"],"Warning":["Warning"],"Experimental code, use at own risk":["Experimental code, use at own risk"],"Kodi API browser":["Kodi API browser"],"This is a tool to test out the API. Select a method then execute it with parameters.":["This is a tool to test out the API. Select a method then execute it with parameters."],"You could potentially damage your system with this and there are no sanity checks. Use at own risk.":["You could potentially damage your system with this and there are no sanity checks. Use at own risk."],"Saved Kodi settings":["Saved Kodi settings"],"General":["General"],"Advanced setting level is recommended for those who know what they are doing.":["Advanced setting level is recommended for those who know what they are doing."],"Kodi settings level":["Kodi settings level"],"Remove":["Remove"],"cast":["cast"],"Add-ons":["Add-ons"],"Web interface":["Web interface"],"Readme":["Readme"],"Changelog":["Changelog"],"Translations":["Translations"],"Help topics":["Help topics"],"Overview":["Overview"],"Lab":["Lab"],"version":["version"],"Remote control":["Remote control"],"Remote control is set up correctly":["Remote control is set up correctly"],"About":["About"],"Local audio":["Local audio"],"Status report":["Status report"],"in":["in"],"Focus playlist on playing":["Focus playlist on playing"],"Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed":["Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed"],"Web Settings saved.":["Web Settings saved."],"Keyboard controls":["Keyboard controls"],"In Chorus, will you keyboard control Kodi, the browser or both":["In Chorus, will your keyboard control Kodi, the browser or both"],"Learn more":["Learn more"],"Resume playback":["Resume playback"],"Resume from":["Resume from"],"Start from the beginning":["Start from the beginning"],"Click here restore defaults":["Click here restore defaults"],"Main Menu Structure":["Main Menu Structure"],"Here you can change the title, url and %1$s for menu items. You can also remove, re-order and add new items.":["Here you can change the title, url and %1$s for menu items. You can also remove, re-order and add new items."],"Main Nav":["Main Nav"],"Add a new playlist":["Add a new playlist"],"Keyboard":["Keyboard"],"Music":["Music"],"Digital radio":["Digital radio"],"Movies":["Movies"],"TV shows":["TV shows"],"TV":["TV"],"Browser":["Browser"],"Thumbs up":["Thumbs up"],"Settings":["Settings"],"Help":["Help"],"Disable Thumbs Up":["Disable Thumbs Up"],"Remove the thumbs up button from media. Note: you may also want to remove the menu item from the %1$s":["Remove the thumbs up button from media. Note: you may also want to remove the menu item from the %1$s"],"You need to 'Allow remote control' for Kodi. You can do that":["You need to 'Allow remote control' for Kodi. You can do that"],"here":["here"],"yes":["yes"],"no":["no"],"close":["close"],"ok":["ok"],"Are you sure?":["Are you sure?"],"Set all episodes for this season as":["Set all episodes for this season as"],"Set all episodes for this TV show as":["Set all episodes for this TV show as"],"watched":["watched"],"unwatched":["unwatched"],"genre":["genre"],"studio":["studio"],"rated":["rated"],"episodes":["episodes"],"total":["total"],"set":["set"],"Show device name":["Show device name"],"Show the Kodi device name in the header of Chorus":["Show the Kodi device name in the header of Chorus"],"No results found":["No results found"],"Have you done a library scan?":["Have you done a library scan?"],"Play in browser":["Play in browser"],"Edit":["Edit"],"Add to Kodi":["Add to Kodi"],"Watched":["Watched"],"New playlist":["New playlist"],"Play in Kodi":["Play in Kodi"],"Export list":["Export list"],"Delete playlist":["Delete playlist"],"title":["title"],"year":["year"],"date added":["date added"],"rating":["rating"],"actor":["actor"],"mood":["mood"],"writer":["writer"],"director":["director"],"style":["style"],"items selected":["items selected"],"item selected":["item selected"],"Video library clean started":["Video library clean started"],"Video library clean finished":["Video library clean finished"],"Audio library clean started":["Audio library clean started"],"Audio library clean finished":["Audio library clean finished"],"This is a tool to test out the api. Select a method then execute it with parameters.":["This is a tool to test out the api. Select a method then execute it with parameters."],"Go to season":["Go to season"],"Queue in Kodi":["Queue in Kodi"],"Adding items to the queue":["Adding items to the queue"],"Live TV":["Live TV"],"Recently added albums":["Recently added albums"],"Random albums":["Random albums"],"Recently played albums":["Recently played albums"],"Random movies":["Random movies"],"Continue watching":["Continue watching"],"More from %1$s":["More from %1$s"],"More %1$s movies":["More %1$s movies"],"More movies staring %1$s":["More movies staring %1$s"],"Other movies released in %1$s":["Other movies released in %1$s"],"artist":["artist"],"random":["random"],"label":["label"],"formed":["formed"],"born":["born"],"died":["died"],"disbanded":["disbanded"],"years active":["years active"],"Click for more":["Click for more"],"Loading albums":["Loading albums"],"%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell...":["%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell..."],"all media":["all media"],"YouTube":["YouTube"],"SoundCloud":["SoundCloud"],"GoogleMusic":["GoogleMusic"],"Radio":["Radio"],"MixCloud":["MixCloud"],"First aired":["First aired"],"Updated %1$s details":["Updated %1$s details"],"Title":["Title"],"Plot":["Plot"],"Rating":["Rating"],"Original title":["Original title"],"Directors":["Directors"],"Writers":["Writers"],"File path":["File path"],"Artist":["Artist"],"Description":["Description"],"Label":["Label"],"Year":["Year"],"Genres":["Genres"],"Styles":["Styles"],"Themes":["Themes"],"Moods":["Moods"],"Album artist":["Album artist"],"Album":["Album"],"Track":["Track"],"Disc":["Disc"],"Tagline":["Tagline"],"Studio":["Studio"],"Content rating":["Content rating"],"Premiered":["Premiered"],"IMDb":["IMDb"],"Sort title":["Sort title"],"Country":["Country"],"Set":["Set"],"Tags":["Tags"],"Trailer":["Trailer"],"Formed":["Formed"],"Disbanded":["Disbanded"],"Years Active":["Years Active"],"Born":["Born"],"Died":["Died"],"Instruments":["Instruments"],"more":["more"],"in progress":["in progress"],"URL":["URL"],"Add an image via an external URL":["Add an image via an external URL"],"Searching for more images":["Searching for more images"],"Selector":["Selector"],"External Search":["External Search"],"Local media":["Local media"],"Chorus Search":["Chorus Search"],"YouTube Search":["YouTube Search"],"Executed addon":["Executed addon"],"all":["all"],"video":["video"],"audio":["audio"],"image":["image"],"picture":["picture"],"executable":["executable"],"settings":["settings"],"Refresh":["Refresh"],"Confirm refresh":["Refreshing '%1$s' will remove it from the library then re-add it, so the ID may change. I'll attempt to reload this page with the new ID in a few seconds. Click 'YES' to confirm refresh"],"Refresh Ignore NFO":["Refresh Ignore NFO"],"Ignore local NFO files when manually refreshing media.":["Ignore local NFO files when manually refreshing media."],"Show only":["Show only"],"Show and episodes":["Show and episodes"],"Top music":["Top music"],"%1$s Artists":["%1$s Artists"],"%1$s Albums":["%1$s Albums"],"%1$s Songs":["%1$s Songs"],"default":["default"],"Actions":["Actions"],"play files":["play files"],"queue files":["queue files"],"Sent text":["Sent text"],"License":["License"],"Main Menu":["Main Menu"],"Search":["Search"],"Custom Add-on search":["Custom Add-on search"],"Add custom add-on searches":["Chorus search supports searching not only local media but add-on content too. For example, you can use the search to find videos in YouTube or audio in SoundCloud. This page allows you to add custom add-on searches that are not included out of the box. See the %1$s for more information."],"Add-ons help page":["Add-ons help page"],"No %1$s found":["No %1$s found"],"results":["results"],"EPG data":["EPG data"],"PVR":["PVR"],"Recordings":["Recordings"],"Channel recording toggled":["Channel recording toggled"],"TV Channels":["TV Channels"],"Radio Stations":["Radio Stations"],"Record":["Record"],"Toggle timer":["Toggle timer"],"Now":["Now"],"Rename playlist":["Rename playlist"],"album":["album"],"Videos":["Videos"],"Lost connection to Kodi":["Lost connection to Kodi"],"Attempt to reconnect":["Attempt to reconnect"],"Attempting reconnect":["Attempting reconnect"],"Top Songs":["Top Songs"],"Top Albums":["Top Albums"],"Toggle select all":["Toggle select all"],"More like this":["More like this"],"music videos":["music videos"],"Related music videos from YouTube":["Related music videos from YouTube"],"Lost websocket connection":["Lost websocket connection"],"Attempting websockets reconnect":["Attempting websockets reconnect"],"This should be the play path for the trailer. Eg. %1$s":["This should be the play path for the trailer. Eg. %1$s"],"%1$s party mode toggled":["%1$s party mode toggled"]}}} \ No newline at end of file
+{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"en"},"Nothing playing":["Nothing playing"],"Deselect all":["Deselect all"],"Filters":["Filters"],"Sort":["Sort"],"Select a filter":["Select a filter"],"Select an option":["Select an option"],"filter":["filter"],"Add filter":["Add filter"],"Which player to start with":["Which player to start with"],"Ignore terms such as 'The' and 'A' when sorting lists":["Ignore terms such as 'The' and 'A' when sorting lists"],"When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries":["When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries"],"is the default":["is the default"],"The hostname used for websockets connection. Set to 'auto' to use the current hostname.":["The hostname used for websockets connection. Set to 'auto' to use the current hostname."],"How often do I poll for updates from Kodi (Only applies when websockets inactive)":["How often do I poll for updates from Kodi (Only applies when websockets inactive)"],"Enable support for reverse proxy.":["Enable support for reverse proxy."],"Web settings saved.":["Web settings saved."],"Just a sec...":["Just a sec..."],"Unable to communicate with Kodi in a long time. I think it's dead Jim!":["Unable to communicate with Kodi in a long time. I think it's dead Jim!"],"Video library scan started":["Video library scan started"],"Video library scan complete":["Video library scan complete"],"Audio library scan started":["Audio library scan started"],"Audio library scan complete":["Audio library scan complete"],"Kodi has quit":["Kodi has quit"],"Sections":["Sections"],"Back":["Back"],"Loading folder...":["Loading folder..."],"Show more":["Show more"],"to Kodi":["to Kodi"],"Playlist refreshed":["Playlist refreshed"],"Kodi":["Kodi"],"Local":["Local"],"Playlists":["Playlists"],"Existing playlists":["Existing playlists"],"Empty playlist, you should probably add something to it?":["Empty playlist, you should probably add something to it?"],"Create a new list":["Create a new list"],"Add to playlist":["Add to playlist"],"Added to your playlist":["Added to your playlist"],"Give your playlist a name":["Give your playlist a name"],"Recently added":["Recently added"],"Recently played":["Recently played"],"Season":["Season"],"Episode":["Episode"],"Play":["Play"],"Queue":["Queue"],"View on IMDb":["View on IMDb"],"Stream":["Stream"],"Download":["Download"],"complete":["complete"],"Synopsis":["Synopsis"],"Full cast":["Full cast"],"Websockets closed":["Websockets closed"],"Websockets host":["Websockets host"],"Websockets port":["Websockets port"],"Default player":["Default player"],"Ignore article":["Ignore article"],"Album artists only":["Album artists only"],"Poll interval":["Poll interval"],"Reverse proxy support":["Reverse proxy support"],"Language":["Language"],"Preferred language":["Preferred language"],"Ignore articles (terms such as \"The\" and \"A\") when sorting lists":["Ignore articles (terms such as \"The\" and \"A\") when sorting lists"],"sec":["sec"],"Your browser doesn't support websockets! Get with the times and update your browser.":["Your browser doesn't support websockets! Get with the times and update your browser."],"Failed to connect to websockets":["Failed to connect to websockets, so I am falling back to polling for updates. Which makes things slower and uses more resources. Please ensure you have 'Allow programs on other systems to control Kodi' ENABLED in the Kodi settings (System > Services > Remote control). You may also get this if you are using proxies or accessing via an IP address when localhost will suffice. If websockets normally works, you might just need to refresh your browser."],"Video":["Video"],"Audio":["Audio"],"Cast":["Cast"],"Director":["Director","Directors"],"Writer":["Writer","Writers"],"Subtitle":["Subtitle","Subtitles"],"Result":["Result","Results"],"Loading things...":["Loading things..."],"Scan video library":["Scan video library"],"Scan audio library":["Scan audio library"],"About Chorus":["About Chorus"],"Recent":["Recent"],"Artists":["Artists"],"Albums":["Albums"],"Recent movies":["Recent movies"],"All movies":["All movies"],"Recent episodes":["Recent episodes"],"All TV shows":["All TV shows"],"Web settings":["Web settings"],"Kodi settings":["Kodi settings"],"Now Playing Playlists":["Now Playing Playlists"],"Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right":["Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right"],"Current playlist":["Current playlist"],"Clear playlist":["Clear playlist"],"Refresh playlist":["Refresh playlist"],"Party mode":["Party mode"],"Save Kodi playlist":["Save Kodi playlist"],"Preferred language, need to refresh browser to take effect":["Preferred language, need to refresh browser to take effect"],"Ignore articles (terms such as 'The' and 'A') when sorting lists":["Ignore articles (terms such as 'The' and 'A') when sorting lists"],"Vibrant headers":["Vibrant headers"],"Use colourful headers for media pages":["Use colourful headers for media pages"],"Enable support for reverse proxying.":["Enable support for reverse proxying."],"songs":["songs"],"artists":["artists"],"albums":["albums"],"movies":["movies"],"Searching for":["Searching for"],"and":["and"],"tvshows":["tvshows"],"no media in this folder":["no media in this folder"],"Browse files and add-ons":["Browse files and add-ons"],"This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on.":["This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on."],"Send text to Kodi":["Send text to Kodi"],"The lab":["The lab"],"Chorus lab":["Chorus lab"],"Warning":["Warning"],"Experimental code, use at own risk":["Experimental code, use at own risk"],"Kodi API browser":["Kodi API browser"],"This is a tool to test out the API. Select a method then execute it with parameters.":["This is a tool to test out the API. Select a method then execute it with parameters."],"You could potentially damage your system with this and there are no sanity checks. Use at own risk.":["You could potentially damage your system with this and there are no sanity checks. Use at own risk."],"Saved Kodi settings":["Saved Kodi settings"],"General":["General"],"Advanced setting level is recommended for those who know what they are doing.":["Advanced setting level is recommended for those who know what they are doing."],"Kodi settings level":["Kodi settings level"],"Remove":["Remove"],"cast":["cast"],"Add-ons":["Add-ons"],"Web interface":["Web interface"],"Readme":["Readme"],"Changelog":["Changelog"],"Translations":["Translations"],"Help topics":["Help topics"],"Overview":["Overview"],"Lab":["Lab"],"version":["version"],"Remote control":["Remote control"],"Remote control is set up correctly":["Remote control is set up correctly"],"About":["About"],"Local audio":["Local audio"],"Status report":["Status report"],"in":["in"],"Focus playlist on playing":["Focus playlist on playing"],"Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed":["Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed"],"Web Settings saved.":["Web Settings saved."],"Keyboard controls":["Keyboard controls"],"In Chorus, will you keyboard control Kodi, the browser or both":["In Chorus, will your keyboard control Kodi, the browser or both"],"Learn more":["Learn more"],"Resume playback":["Resume playback"],"Resume from":["Resume from"],"Start from the beginning":["Start from the beginning"],"Click here restore defaults":["Click here restore defaults"],"Main Menu Structure":["Main Menu Structure"],"Here you can change the title, url and %1$s for menu items. You can also remove, re-order and add new items.":["Here you can change the title, url and %1$s for menu items. You can also remove, re-order and add new items."],"Main Nav":["Main Nav"],"Add a new playlist":["Add a new playlist"],"Keyboard":["Keyboard"],"Music":["Music"],"Digital radio":["Digital radio"],"Movies":["Movies"],"TV shows":["TV shows"],"TV":["TV"],"Browser":["Browser"],"Thumbs up":["Thumbs up"],"Settings":["Settings"],"Help":["Help"],"Disable Thumbs Up":["Disable Thumbs Up"],"Remove the thumbs up button from media. Note: you may also want to remove the menu item from the %1$s":["Remove the thumbs up button from media. Note: you may also want to remove the menu item from the %1$s"],"You need to 'Allow remote control' for Kodi. You can do that":["You need to 'Allow remote control' for Kodi. You can do that"],"here":["here"],"yes":["yes"],"no":["no"],"close":["close"],"ok":["ok"],"Are you sure?":["Are you sure?"],"Set all episodes for this season as":["Set all episodes for this season as"],"Set all episodes for this TV show as":["Set all episodes for this TV show as"],"watched":["watched"],"unwatched":["unwatched"],"genre":["genre"],"studio":["studio"],"rated":["rated"],"episodes":["episodes"],"total":["total"],"set":["set"],"Show device name":["Show device name"],"Show the Kodi device name in the header of Chorus":["Show the Kodi device name in the header of Chorus"],"No results found":["No results found"],"Have you done a library scan?":["Have you done a library scan?"],"Play in browser":["Play in browser"],"Edit":["Edit"],"Add to Kodi":["Add to Kodi"],"Watched":["Watched"],"New playlist":["New playlist"],"Play in Kodi":["Play in Kodi"],"Export list":["Export list"],"Delete playlist":["Delete playlist"],"title":["title"],"year":["year"],"date added":["date added"],"rating":["rating"],"actor":["actor"],"mood":["mood"],"writer":["writer"],"director":["director"],"style":["style"],"items selected":["items selected"],"item selected":["item selected"],"Video library clean started":["Video library clean started"],"Video library clean finished":["Video library clean finished"],"Audio library clean started":["Audio library clean started"],"Audio library clean finished":["Audio library clean finished"],"This is a tool to test out the api. Select a method then execute it with parameters.":["This is a tool to test out the api. Select a method then execute it with parameters."],"Go to season":["Go to season"],"Queue in Kodi":["Queue in Kodi"],"Adding items to the queue":["Adding items to the queue"],"Live TV":["Live TV"],"Recently added albums":["Recently added albums"],"Random albums":["Random albums"],"Recently played albums":["Recently played albums"],"Random movies":["Random movies"],"Continue watching":["Continue watching"],"More from %1$s":["More from %1$s"],"More %1$s movies":["More %1$s movies"],"More movies staring %1$s":["More movies staring %1$s"],"Other movies released in %1$s":["Other movies released in %1$s"],"artist":["artist"],"random":["random"],"label":["label"],"formed":["formed"],"born":["born"],"died":["died"],"disbanded":["disbanded"],"years active":["years active"],"Click for more":["Click for more"],"Loading albums":["Loading albums"],"%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell...":["%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell..."],"all media":["all media"],"YouTube":["YouTube"],"SoundCloud":["SoundCloud"],"GoogleMusic":["GoogleMusic"],"Radio":["Radio"],"MixCloud":["MixCloud"],"First aired":["First aired"],"Updated %1$s details":["Updated %1$s details"],"Title":["Title"],"Plot":["Plot"],"Rating":["Rating"],"Original title":["Original title"],"Directors":["Directors"],"Writers":["Writers"],"File path":["File path"],"Artist":["Artist"],"Description":["Description"],"Label":["Label"],"Year":["Year"],"Genres":["Genres"],"Styles":["Styles"],"Themes":["Themes"],"Moods":["Moods"],"Album artist":["Album artist"],"Album":["Album"],"Track":["Track"],"Disc":["Disc"],"Tagline":["Tagline"],"Studio":["Studio"],"Content rating":["Content rating"],"Premiered":["Premiered"],"IMDb":["IMDb"],"Sort title":["Sort title"],"Country":["Country"],"Set":["Set"],"Tags":["Tags"],"Trailer":["Trailer"],"Formed":["Formed"],"Disbanded":["Disbanded"],"Years Active":["Years Active"],"Born":["Born"],"Died":["Died"],"Instruments":["Instruments"],"more":["more"],"in progress":["in progress"],"URL":["URL"],"Add an image via an external URL":["Add an image via an external URL"],"Searching for more images":["Searching for more images"],"Selector":["Selector"],"External Search":["External Search"],"Local media":["Local media"],"Chorus Search":["Chorus Search"],"YouTube Search":["YouTube Search"],"Executed addon":["Executed addon"],"all":["all"],"video":["video"],"audio":["audio"],"image":["image"],"picture":["picture"],"executable":["executable"],"settings":["settings"],"Refresh":["Refresh"],"Confirm refresh":["Refreshing '%1$s' will remove it from the library then re-add it, so the ID may change. I'll attempt to reload this page with the new ID in a few seconds. Click 'YES' to confirm refresh"],"Refresh Ignore NFO":["Refresh Ignore NFO"],"Ignore local NFO files when manually refreshing media.":["Ignore local NFO files when manually refreshing media."],"Show only":["Show only"],"Show and episodes":["Show and episodes"],"Top music":["Top music"],"%1$s Artists":["%1$s Artists"],"%1$s Albums":["%1$s Albums"],"%1$s Songs":["%1$s Songs"],"default":["default"],"Actions":["Actions"],"play files":["play files"],"queue files":["queue files"],"Sent text":["Sent text"],"License":["License"],"Main Menu":["Main Menu"],"Search":["Search"],"Custom Add-on search":["Custom Add-on search"],"Add custom add-on searches":["Chorus search supports searching not only local media but add-on content too. For example, you can use the search to find videos in YouTube or audio in SoundCloud. This page allows you to add custom add-on searches that are not included out of the box. See the %1$s for more information."],"Add-ons help page":["Add-ons help page"],"No %1$s found":["No %1$s found"],"results":["results"],"EPG data":["EPG data"],"PVR":["PVR"],"Recordings":["Recordings"],"Channel recording toggled":["Channel recording toggled"],"TV Channels":["TV Channels"],"Radio Stations":["Radio Stations"],"Record":["Record"],"Toggle timer":["Toggle timer"],"Now":["Now"],"Rename playlist":["Rename playlist"],"album":["album"],"Videos":["Videos"],"Lost connection to Kodi":["Lost connection to Kodi"],"Attempt to reconnect":["Attempt to reconnect"],"Attempting reconnect":["Attempting reconnect"],"Top Songs":["Top Songs"],"Top Albums":["Top Albums"],"Toggle select all":["Toggle select all"],"More like this":["More like this"],"music videos":["music videos"],"Related music videos from YouTube":["Related music videos from YouTube"],"Lost websocket connection":["Lost websocket connection"],"Attempting websockets reconnect":["Attempting websockets reconnect"],"This should be the play path for the trailer. Eg. %1$s":["This should be the play path for the trailer. Eg. %1$s"],"%1$s party mode toggled":["%1$s party mode toggled"],"Set your personal API key":["Set your personal API key"],"The Movie DB":["The Movie DB"],"FanartTV":["FanartTV\r\n"]}}} \ No newline at end of file
diff --git a/addons/webinterface.default/lang/_strings/es.json b/addons/webinterface.default/lang/_strings/es.json
index 28da2ed51f..178f5e960d 100644
--- a/addons/webinterface.default/lang/_strings/es.json
+++ b/addons/webinterface.default/lang/_strings/es.json
@@ -1 +1 @@
-{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"es"},"Nothing playing":["No hay nada reproduciendo"],"Deselect all":["Anular toda la seleccion"],"Filters":["Filtros"],"Sort":["Ordenar"],"Select a filter":["Elegir un filtro"],"Select an option":["Elegir una opción"],"filter":["filtro"],"Add filter":["Añadir filtro"],"Which player to start with":["Elegir reproductor"],"Ignore terms such as 'The' and 'A' when sorting lists":["Ignorar artículos como 'El' y 'La' al ordenar listas"],"When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries":["Cuando se listen los intérpretes se deben mostrar sólo los que tengan algun álbum o todos. Atención: apagar esto puede impactar en el rendimiento en colecciones grandes"],"is the default":["es lo predeterminado"],"The hostname used for websockets connection. Set to 'auto' to use the current hostname.":["El nombre del equipo usado para conectar websockets. Ponerlo en 'auto' usará el nombre del equipo actual."],"How often do I poll for updates from Kodi (Only applies when websockets inactive)":["Cada cuánto tiempo se recogen actualizaciones de Kodi (sólo aplica si los websockets están desactivados)"],"Enable support for reverse proxy.":["Habilitar soporte para proxy inverso."],"Web settings saved.":["Ajustes web guardados."],"Just a sec...":["Un segundo..."],"Unable to communicate with Kodi in a long time. I think it's dead Jim!":["Imposible comunicar con Kodi desde hace tiempo. Creo que ha palmado."],"Video library scan started":["Escaneo de colección de vídeo empezado"],"Video library scan complete":["Escaneo de colección de vídeo completado"],"Audio library scan started":["Escaneo de colección de audio empezado"],"Audio library scan complete":["Escaneo de colección de audio completado"],"Kodi has quit":["Kodi se ha apagado"],"Sections":["Secciones"],"Back":["Atrás"],"Loading folder...":["Cargando carpeta..."],"Show more":["Mostrar mas"],"to Kodi":["a Kodi"],"Playlist refreshed":["Lista refrescada"],"Kodi":["Kodi"],"Local":["Local"],"Playlists":["Listas de reproducción"],"Existing playlists":["Listas existentes"],"Empty playlist, you should probably add something to it?":["Lista vacía. Debería añadirse algo primero."],"Create a new list":["Crear una nueva lista"],"Add to playlist":["Añadir a la lista"],"Added to your playlist":["Añadido a la lista"],"Give your playlist a name":["Nombre de la lista de reproducción"],"Recently added":["Añadido recientemente"],"Recently played":["Reproducido recientemente"],"Season":["Temporada"],"Episode":["Episodio"],"Play":["Reproducir"],"Queue":["Encolar"],"View on IMDb":["Ver en IMDb"],"Stream":["Stream"],"Download":["Descargar"],"complete":["completado"],"Synopsis":["Sinopsis"],"Full cast":["Reparto completo"],"Websockets closed":["Websockets cerrados"],"Websockets host":["Equipo Websockets"],"Websockets port":["Puerto Websockets"],"Default player":["Reproductor por defecto"],"Ignore article":["Ignorar artículos"],"Album artists only":["Sólo Intérpretes con Álbum"],"Poll interval":["Intervalo de refresco"],"Reverse proxy support":["Soporte proxy inverso"],"Language":["Idioma"],"Preferred language":["Idioma preferido"],"Ignore articles (terms such as \"The\" and \"A\") when sorting lists":["Ignorar artículos (como \"El\" y \"La\") al ordenar listas"],"sec":["s"],"Your browser doesn't support websockets! Get with the times and update your browser.":["¡El navegador no soporta websockets! Se debe usar un navegador contemporáneo. Hay que actualizar."],"Failed to connect to websockets":["Fallo al conectar a los websockets, asi que se vuelve a preguntar por actualizaciones. Esto hace todo mas lento y mas pesado. Se debe verificar que esté ACTIVA 'Permitir control remoto desde aplicaciones en otros equipos' en los ajustes de Kodi (Ajustes > Servicio > Control). También podría ser que se usen proxies o accediendo desde alguna IP no permitida. Si los websockets normalmente funciona, simplemente refresque la página."],"Video":["Vídeo"],"Audio":["Audio"],"Cast":["Reparto"],"Director":["Director","Directores"],"Writer":["Guionista","Guionistas"],"Subtitle":["Subtítulo","Subtítulos"],"Result":["Resultado","Resultados"],"Loading things...":["Cargando cosas..."],"Scan video library":["Escanear colección de vídeo"],"Scan audio library":["Escanear colección de audio"],"About Chorus":["Sobre Chorus"],"Recent":["Reciente"],"Artists":["Intérpretes"],"Albums":["Álbumes"],"Recent movies":["Películas recientes"],"All movies":["Todas las películas"],"Recent episodes":["Episodios recientes"],"All TV shows":["Todos los programas de TV"],"Web settings":["Ajustes de la web"],"Kodi settings":["Ajustes de Kodi"],"Now Playing Playlists":["Listas de Reproduciendo Ahora"],"Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right":["Cambia entre reproducir en Kodi o localmente con las pestañas. Abre o cierra la pestaña con la flecha de arriba a la derecha."],"Current playlist":["Lista actual"],"Clear playlist":["Vaciar lista"],"Refresh playlist":["Refrescar lista"],"Party mode":["Modo fiesta"],"Save Kodi playlist":["Guardar la lista de Kodi"],"Preferred language, need to refresh browser to take effect":["Idioma preferido. Se necesita recargar la página para que tenga efecto"],"Ignore articles (terms such as 'The' and 'A') when sorting lists":["Ignorar artículos (como 'El' o 'La') al ordenar listas"],"Vibrant headers":["Cabeceras vibrantes"],"Use colourful headers for media pages":["Colorea las cabeceras de las páginas de medios"],"Enable support for reverse proxying.":["Activa el soporte para proxy inverso."],"songs":["canciones"],"artists":["intérpretes"],"albums":["álbumes"],"movies":["películas"],"Searching for":["Buscando"],"and":["y"],"tvshows":["programas"],"no media in this folder":["no hay medios en esta carpeta"],"Browse files and add-ons":["Navegar por ficheros y add-ons"],"This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on.":["Desde aquí se puede navegar por el contenido de Kodi, no sólo por las colecciones. Navega por origen o add-on."],"Send text to Kodi":["Enviar texto a Kodi"],"The lab":["El laboratorio"],"Chorus lab":["Laboratorio Chorus"],"Warning":["Atención"],"Experimental code, use at own risk":["Código Experimental. Úselo bajo su propio riesgo"],"Kodi API browser":["Navegador API de Kodi"],"This is a tool to test out the API. Select a method then execute it with parameters.":["Es una herramienta para probar la API. Elija un método y ejecútelo bajo ciertos parámetros."],"You could potentially damage your system with this and there are no sanity checks. Use at own risk.":["Puede dañar el sistema con esto y no hay verificaciones de seguridad. Úselo bajo su propio riesgo."],"Saved Kodi settings":["Ajustes de Kodi guardados"],"General":["General"],"Advanced setting level is recommended for those who know what they are doing.":["Los ajustes avanzados sólo se recomiendan a aquellos que saben lo que hacen."],"Kodi settings level":["Nivel de ajustes de Kodi"],"Remove":["Quitar"],"cast":["reparto"],"Add-ons":["Add-ons"],"Web interface":["Interfaz web"],"Readme":["Léame"],"Changelog":["Registro de cambios"],"Translations":["Traducciones"],"Help topics":["Temas de ayuda"],"Overview":["Vistazo"],"Lab":["Lab"],"version":["versión"],"Remote control":["Control remoto"],"Remote control is set up correctly":["El control remoto se ha configurado correctamente"],"About":["Sobre"],"Local audio":["Audio Local"],"Status report":["Informe de estado"],"in":["en"],"Focus playlist on playing":["Mantener el foco en la lista mientras se reproduce"],"Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed":["Señala automáticamente en la lista lo que se reproduce. Esto lo hace siempre que el elemento que se reproduzca cambie"],"Web Settings saved.":["Ajustes de la web guardados."],"Keyboard controls":["Controles de teclado"],"In Chorus, will you keyboard control Kodi, the browser or both":["En Chorus, qué va a controlar el teclado: Kodi, el navegador o ambos"],"Learn more":["Ver mas"],"Resume playback":["Continuar reproducción"],"Resume from":["Continuar desde"],"Start from the beginning":["Empezar desde el inicio"],"Click here restore defaults":["Pulse aquí para restaurar los valores predeterminados"],"Main Menu Structure":["Estructura del Menú Principal"],"Here you can change the title, url and %1$s for menu items. You can also remove, re-order and add new items.":["Aquí puede cambiar el título, url y %1$s de los elementos del menú. También se puede quitar, añadir o reordenar."],"Main Nav":["Menú Principal"],"Add a new playlist":["Añadir una nueva lista"],"Keyboard":["Teclado"],"Music":["Música"],"Digital radio":["Radio Digital"],"Movies":["Películas"],"TV shows":["Series de TV"],"TV":["TV"],"Browser":["Navegador"],"Thumbs up":["Me gusta"],"Settings":["Ajustes"],"Help":["Ayuda"],"Disable Thumbs Up":["Desactivar Me gusta"],"Remove the thumbs up button from media. Note: you may also want to remove the menu item from the ":["Elimina el boton de Me gusta de los medios. Nota: Puede que tambien quiera eliminar el elemento Me gusta de "],"You need to 'Allow remote control' for Kodi. You can do that":["Necesita 'Permitir control remoto' para Kodi. Puede hacerlo"],"here":["aquí"],"yes":["sí"],"no":["no"],"close":["cerrar"],"ok":["ok"],"Are you sure?":["¿Seguro?"],"Set all episodes for this season as":["Marcar todos los episodios de la temporada como"],"Set all episodes for this TV show as":["Poner todos los episodios de la serie como"],"watched":["visto"],"unwatched":["no visto"],"genre":["género"],"studio":["estudio"],"rated":["valoración"],"episodes":["episodios"],"total":["total"],"set":["poner"],"Show device name":["Mostrar nombre"],"Show the Kodi device name in the header of Chorus":["Muestra el nombre del equipo Kodi en la cabecera de Chorus"],"No results found":["No hay resultados"],"Have you done a library scan?":["¿Ha escaneado la colección?"],"Play in browser":["Reproducir en navegador"],"Edit":["Editar"],"Add to Kodi":["Añadir a Kodi"],"Watched":["Visto"],"New playlist":["Nueva lista"],"Play in Kodi":["Reproducir en Kodi"],"Export list":["Exportar lista"],"Delete playlist":["Borrar lista"],"title":["título"],"year":["año"],"date added":["fecha añadido"],"rating":["valoración"],"actor":["actor"],"mood":["talante"],"writer":["guiónista"],"director":["director"],"style":["estilo"],"items selected":["elementos seleccionados"],"item selected":["elemento seleccionado"],"Video library clean started":["Limpieza de la colección de vídeo empezada"],"Video library clean finished":["Limpieza de la colección de vídeo terminada"],"Audio library clean started":["Limpieza de la colección de audio empezada"],"Audio library clean finished":["Limpieza de la colección de audio terminada"],"This is a tool to test out the api. Select a method then execute it with parameters.":["Esta es una herramienta para probar la API. Elija un método y ejecútelo con parámetros."],"Go to season":["Ir a la temporada"],"Queue in Kodi":["Encolar en Kodi"],"Adding items to the queue":["Añadiendo elementos a la cola"],"Live TV":["TV en directo"],"Recently added albums":["Álbumes añadidos recientemente"],"Random albums":["Álbumes aleatorios"],"Recently played albums":["Álbumes reproducidos recientemente"],"Random movies":["Películas aleatorias"],"Continue watching":["Continuar viendo"],"More from %1$s":["Mas de %1$s"],"More %1$s movies":["Mas películas %1$s"],"More movies staring %1$s":["Mas películas de %1$s"],"Other movies released in %1$s":["Otras películas del año %1$s"],"artist":["intérprete"],"random":["aleatorio"],"label":["sello"],"formed":["formado"],"born":["nacido"],"died":["muerto"],"disbanded":["disuelto"],"years active":["años en activo"],"Click for more":["Click para mas"],"Loading albums":["Cargando álbumes"],"%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell...":["Hace %1$d segundos se abrió un cuadro de diálogo en Kodi y todavía está abierto. Para evitar una implosión del servicio principal, supongo que debería decirme algo. A estas alturas, no me importa mucho qué ha pasado, asi que sea original. ¿Tiene un %2$s? No lo contaré..."],"all media":["todo el contenido"],"YouTube":["YouTube"],"SoundCloud":["SoundCloud"],"GoogleMusic":["GoogleMusic"],"Radio":["Radio"],"MixCloud":["MixCloud"],"First aired":["Emitido por primera vez"],"Updated %1$s details":["Actualizando %1$s detalles"],"Title":["Título"],"Plot":["Argumento"],"Rating":["Valoración"],"Original title":["Título original"],"Directors":["Directores"],"Writers":["Guionistas"],"File path":["Ruta del archivo"],"Artist":["Intérprete"],"Description":["Descripción"],"Label":["Sello"],"Year":["Año"],"Genres":["Géneros"],"Styles":["Estilos"],"Themes":["Temas"],"Moods":["Talantes"],"Album artist":["Intérpretes del álbum"],"Album":["Álbum"],"Track":["Pista"],"Disc":["Disco"],"Tagline":["Etiqueta"],"Studio":["Estudio"],"Content rating":["Calificación de contenido"],"Premiered":["Estreno"],"IMDb":["IMDb"],"Sort title":["Ordenar título"],"Country":["País"],"Set":["Ajuste"],"Tags":["Etiquetas"],"Trailer":["Trailer"],"Formed":["Formado"],"Disbanded":["Disuelto"],"Years Active":["Años en activo"],"Born":["Nacido"],"Died":["Muerto"],"Instruments":["Instrumentos"],"more":["mas"],"in progress":["en progreso"],"URL":["URL"],"Add an image via an external URL":["Añadir una imagen via URL"],"Searching for more images":["Buscar mas imágenes"],"Image Selector":["Selector de imagen"],"Image URL":["URL de imagen"],"External Search":["Búsqueda Externa"],"Local media":["Medio local"],"Chorus Search":["Búsqueda Chorus"],"YouTube Search":["Búsqueda YouTube"],"Executed addon":["Addon ejecutado"],"all":["todo"],"video":["vídeo"],"audio":["audio"],"image":["imagen"],"picture":["foto"],"executable":["ejecutable"],"settings":["ajustes"]}}} \ No newline at end of file
+{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"es"},"Nothing playing":["No hay nada reproduciendo"],"Deselect all":["Anular toda la seleccion"],"Filters":["Filtros"],"Sort":["Ordenar"],"Select a filter":["Elegir un filtro"],"Select an option":["Elegir una opción"],"filter":["filtro"],"Add filter":["Añadir filtro"],"Which player to start with":["Elegir reproductor"],"Ignore terms such as 'The' and 'A' when sorting lists":["Ignorar artículos como 'El' y 'La' al ordenar listas"],"When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries":["Cuando se listen los intérpretes se deben mostrar sólo los que tengan algun álbum o todos. Atención: apagar esto puede impactar en el rendimiento en colecciones grandes"],"is the default":["es lo predeterminado"],"The hostname used for websockets connection. Set to 'auto' to use the current hostname.":["El nombre del equipo usado para conectar websockets. Ponerlo en 'auto' usará el nombre del equipo actual."],"How often do I poll for updates from Kodi (Only applies when websockets inactive)":["Cada cuánto tiempo se recogen actualizaciones de Kodi (sólo aplica si los websockets están desactivados)"],"Enable support for reverse proxy.":["Habilitar soporte para proxy inverso."],"Web settings saved.":["Ajustes web guardados."],"Just a sec...":["Un segundo..."],"Unable to communicate with Kodi in a long time. I think it's dead Jim!":["Imposible comunicar con Kodi desde hace tiempo. Creo que ha palmado."],"Video library scan started":["Escaneo de colección de vídeo empezado"],"Video library scan complete":["Escaneo de colección de vídeo completado"],"Audio library scan started":["Escaneo de colección de audio empezado"],"Audio library scan complete":["Escaneo de colección de audio completado"],"Kodi has quit":["Kodi se ha apagado"],"Sections":["Secciones"],"Back":["Atrás"],"Loading folder...":["Cargando carpeta..."],"Show more":["Mostrar más"],"to Kodi":["a Kodi"],"Playlist refreshed":["Lista refrescada"],"Kodi":["Kodi"],"Local":["Local"],"Playlists":["Listas de reproducción"],"Existing playlists":["Listas existentes"],"Empty playlist, you should probably add something to it?":["Lista vacía. Debería añadirse algo primero."],"Create a new list":["Crear una nueva lista"],"Add to playlist":["Añadir a la lista"],"Added to your playlist":["Añadido a la lista"],"Give your playlist a name":["Nombre de la lista de reproducción"],"Recently added":["Añadido recientemente"],"Recently played":["Reproducido recientemente"],"Season":["Temporada"],"Episode":["Episodio"],"Play":["Reproducir"],"Queue":["Encolar"],"View on IMDb":["Ver en IMDb"],"Stream":["Stream"],"Download":["Descargar"],"complete":["completado"],"Synopsis":["Sinopsis"],"Full cast":["Reparto completo"],"Websockets closed":["Websockets cerrados"],"Websockets host":["Equipo Websockets"],"Websockets port":["Puerto websockets"],"Default player":["Reproductor por defecto"],"Ignore article":["Ignorar artículos"],"Album artists only":["Sólo intérpretes con álbum"],"Poll interval":["Intervalo de refresco"],"Reverse proxy support":["Soporte proxy inverso"],"Language":["Idioma"],"Preferred language":["Idioma preferido"],"Ignore articles (terms such as \"The\" and \"A\") when sorting lists":["Ignorar artículos (como \"El\" y \"La\") al ordenar listas"],"sec":["s"],"Your browser doesn't support websockets! Get with the times and update your browser.":["¡El navegador no soporta websockets! Se debe usar un navegador contemporáneo. Hay que actualizar."],"Failed to connect to websockets":["Fallo al conectar a los websockets, así que se vuelve a preguntar por actualizaciones. Esto hace todo más lento y más pesado. Se debe verificar que esté ACTIVA 'Permitir control remoto desde aplicaciones en otros equipos' en los ajustes de Kodi (Ajustes > Servicio > Control). También podría ser que se usen proxies o accediendo desde alguna IP no permitida. Si los websockets normalmente funciona, simplemente refresque la página."],"Video":["Vídeo"],"Audio":["Audio"],"Cast":["Reparto"],"Director":["Director","Directores"],"Writer":["Guionista","Guionistas"],"Subtitle":["Subtítulo","Subtítulos"],"Result":["Resultado","Resultados"],"Loading things...":["Cargando cosas..."],"Scan video library":["Escanear colección de vídeo"],"Scan audio library":["Escanear colección de audio"],"About Chorus":["Sobre Chorus"],"Recent":["Reciente"],"Artists":["Intérpretes"],"Albums":["Álbumes"],"Recent movies":["Películas recientes"],"All movies":["Todas las películas"],"Recent episodes":["Episodios recientes"],"All TV shows":["Todos los programas de TV"],"Web settings":["Ajustes de la web"],"Kodi settings":["Ajustes de Kodi"],"Now Playing Playlists":["Listas de Reproduciendo Ahora"],"Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right":["Cambia entre reproducir en Kodi o localmente con las pestañas. Abre o cierra la pestaña con la flecha de arriba a la derecha."],"Current playlist":["Lista actual"],"Clear playlist":["Vaciar lista"],"Refresh playlist":["Refrescar lista"],"Party mode":["Modo fiesta"],"Save Kodi playlist":["Guardar la lista de Kodi"],"Preferred language, need to refresh browser to take effect":["Idioma preferido. Se necesita recargar la página para que tenga efecto"],"Ignore articles (terms such as 'The' and 'A') when sorting lists":["Ignorar artículos (como 'El' o 'La') al ordenar listas"],"Vibrant headers":["Cabeceras vibrantes"],"Use colourful headers for media pages":["Colorea las cabeceras de las páginas de medios"],"Enable support for reverse proxying.":["Activa el soporte para proxy inverso."],"songs":["canciones"],"artists":["intérpretes"],"albums":["álbumes"],"movies":["películas"],"Searching for":["Buscando"],"and":["y"],"tvshows":["programas"],"no media in this folder":["no hay medios en esta carpeta"],"Browse files and add-ons":["Navegar por ficheros y add-ons"],"This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on.":["Desde aquí se puede navegar por el contenido de Kodi, no sólo por las colecciones. Navega por origen o add-on."],"Send text to Kodi":["Enviar texto a Kodi"],"The lab":["El laboratorio"],"Chorus lab":["Laboratorio Chorus"],"Warning":["Atención"],"Experimental code, use at own risk":["Código experimental. Úselo bajo su propio riesgo"],"Kodi API browser":["Navegador API de Kodi"],"This is a tool to test out the API. Select a method then execute it with parameters.":["Es una herramienta para probar la API. Elija un método y ejecútelo bajo ciertos parámetros."],"You could potentially damage your system with this and there are no sanity checks. Use at own risk.":["Puede dañar el sistema con esto y no hay verificaciones de seguridad. Úselo bajo su propio riesgo."],"Saved Kodi settings":["Ajustes de Kodi guardados"],"General":["General"],"Advanced setting level is recommended for those who know what they are doing.":["Los ajustes avanzados sólo se recomiendan a aquellos que saben lo que hacen."],"Kodi settings level":["Nivel de ajustes de Kodi"],"Remove":["Quitar"],"cast":["reparto"],"Add-ons":["Add-ons"],"Web interface":["Interfaz web"],"Readme":["Léame"],"Changelog":["Registro de cambios"],"Translations":["Traducciones"],"Help topics":["Temas de ayuda"],"Overview":["Vistazo"],"Lab":["Lab"],"version":["versión"],"Remote control":["Control remoto"],"Remote control is set up correctly":["El control remoto se ha configurado correctamente"],"About":["Sobre"],"Local audio":["Audio local"],"Status report":["Informe de estado"],"in":["en"],"Focus playlist on playing":["Mantener el foco en la lista mientras se reproduce"],"Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed":["Señala automáticamente en la lista lo que se reproduce. Esto lo hace siempre que el elemento que se reproduzca cambie"],"Web Settings saved.":["Ajustes de la web guardados."],"Keyboard controls":["Controles de teclado"],"In Chorus, will you keyboard control Kodi, the browser or both":["En Chorus, qué va a controlar el teclado: Kodi, el navegador o ambos"],"Learn more":["Ver más"],"Resume playback":["Continuar reproducción"],"Resume from":["Continuar desde"],"Start from the beginning":["Empezar desde el inicio"],"Click here restore defaults":["Pulse aquí para restaurar los valores predeterminados"],"Main Menu Structure":["Estructura del Menú Principal"],"Here you can change the title, url and %1$s for menu items. You can also remove, re-order and add new items.":["Aquí puede cambiar el título, url y %1$s de los elementos del menú. También se puede quitar, añadir o reordenar."],"Main Nav":["Menú Principal"],"Add a new playlist":["Añadir una nueva lista"],"Keyboard":["Teclado"],"Music":["Música"],"Digital radio":["Radio digital"],"Movies":["Películas"],"TV shows":["Series de TV"],"TV":["TV"],"Browser":["Navegador"],"Thumbs up":["Me gusta"],"Settings":["Ajustes"],"Help":["Ayuda"],"Disable Thumbs Up":["Desactivar Me gusta"],"Remove the thumbs up button from media. Note: you may also want to remove the menu item from the ":["Elimina el boton de Me gusta de los medios. Nota: Puede que también quiera eliminar el elemento Me gusta de "],"You need to 'Allow remote control' for Kodi. You can do that":["Necesita 'Permitir control remoto' para Kodi. Puede hacerlo"],"here":["aquí"],"yes":["sí"],"no":["no"],"close":["cerrar"],"ok":["ok"],"Are you sure?":["¿Seguro?"],"Set all episodes for this season as":["Marcar todos los episodios de la temporada como"],"Set all episodes for this TV show as":["Poner todos los episodios de la serie como"],"watched":["visto"],"unwatched":["no visto"],"genre":["género"],"studio":["estudio"],"rated":["valoración"],"episodes":["episodios"],"total":["total"],"set":["poner"],"Show device name":["Mostrar nombre"],"Show the Kodi device name in the header of Chorus":["Muestra el nombre del equipo Kodi en la cabecera de Chorus"],"No results found":["No hay resultados"],"Have you done a library scan?":["¿Ha escaneado la colección?"],"Play in browser":["Reproducir en navegador"],"Edit":["Editar"],"Add to Kodi":["Añadir a Kodi"],"Watched":["Visto"],"New playlist":["Nueva lista"],"Play in Kodi":["Reproducir en Kodi"],"Export list":["Exportar lista"],"Delete playlist":["Borrar lista"],"title":["título"],"year":["año"],"date added":["fecha añadido"],"rating":["valoración"],"actor":["actor"],"mood":["talante"],"writer":["guionista"],"director":["director"],"style":["estilo"],"items selected":["elementos seleccionados"],"item selected":["elemento seleccionado"],"Video library clean started":["Limpieza de la colección de vídeo empezada"],"Video library clean finished":["Limpieza de la colección de vídeo terminada"],"Audio library clean started":["Limpieza de la colección de audio empezada"],"Audio library clean finished":["Limpieza de la colección de audio terminada"],"This is a tool to test out the api. Select a method then execute it with parameters.":["Esta es una herramienta para probar la API. Elija un método y ejecútelo con parámetros."],"Go to season":["Ir a la temporada"],"Queue in Kodi":["Encolar en Kodi"],"Adding items to the queue":["Añadiendo elementos a la cola"],"Live TV":["TV en directo"],"Recently added albums":["Álbumes añadidos recientemente"],"Random albums":["Álbumes aleatorios"],"Recently played albums":["Álbumes reproducidos recientemente"],"Random movies":["Películas aleatorias"],"Continue watching":["Continuar viendo"],"More from %1$s":["Más de %1$s"],"More %1$s movies":["Más películas %1$s"],"More movies staring %1$s":["Más películas de %1$s"],"Other movies released in %1$s":["Otras películas del año %1$s"],"artist":["intérprete"],"random":["aleatorio"],"label":["etiqueta"],"formed":["formado"],"born":["nacido"],"died":["muerto"],"disbanded":["disuelto"],"years active":["años en activo"],"Click for more":["Click para más"],"Loading albums":["Cargando álbumes"],"%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell...":["Hace %1$d segundos se abrió un cuadro de diálogo en Kodi y todavía está abierto. Para evitar una implosión del servicio principal, supongo que debería decirme algo. A estas alturas, no me importa mucho qué ha pasado, así que sea original. ¿Tiene un %2$s? No lo contaré..."],"all media":["todo el contenido"],"YouTube":["YouTube"],"SoundCloud":["SoundCloud"],"GoogleMusic":["GoogleMusic"],"Radio":["Radio"],"MixCloud":["MixCloud"],"First aired":["Emitido por primera vez"],"Updated %1$s details":["Actualizando %1$s detalles"],"Title":["Título"],"Plot":["Argumento"],"Rating":["Valoración"],"Original title":["Título original"],"Directors":["Directores"],"Writers":["Guionistas"],"File path":["Ruta del archivo"],"Artist":["Intérprete"],"Description":["Descripción"],"Label":["Etiqueta"],"Year":["Año"],"Genres":["Géneros"],"Styles":["Estilos"],"Themes":["Temas"],"Moods":["Talantes"],"Album artist":["Intérpretes del álbum"],"Album":["Álbum"],"Track":["Pista"],"Disc":["Disco"],"Tagline":["Etiqueta"],"Studio":["Estudio"],"Content rating":["Calificación de contenido"],"Premiered":["Estrenado"],"IMDb":["IMDb"],"Sort title":["Ordenar título"],"Country":["País"],"Set":["Ajuste"],"Tags":["Etiquetas"],"Trailer":["Trailer"],"Formed":["Formado"],"Disbanded":["Disuelto"],"Years Active":["Años en activo"],"Born":["Nacido"],"Died":["Muerto"],"Instruments":["Instrumentos"],"more":["más"],"in progress":["en progreso"],"URL":["URL"],"Add an image via an external URL":["Añadir una imagen via URL"],"Searching for more images":["Buscar más imágenes"],"Selector":["Selector"],"External Search":["Búsqueda Externa"],"Local media":["Medio local"],"Chorus Search":["Búsqueda Chorus"],"YouTube Search":["Búsqueda YouTube"],"Executed addon":["Addon ejecutado"],"all":["todo"],"video":["vídeo"],"audio":["audio"],"image":["imagen"],"picture":["foto"],"executable":["ejecutable"],"settings":["ajustes"],"Refresh":["Refrescar"],"Confirm refresh":["Refrescando '%1$s' lo quitará de la librería y lo volverá a añadir, por lo que el ID puede cambiar. Intentaré recargar esta página con la nueva ID en unos pocos segundos. Haz clic en 'SÍ' para confirmar el refresco"],"Refresh Ignore NFO":["Refrescar Ignorar Archivos NFO"],"Ignore local NFO files when manually refreshing media.":["Ignorar ficheros NFO locales cuando se refresque manualmente."],"Show only":["Ver sólo"],"Show and episodes":["Programa y episodios"],"Top music":["La mejor música"],"%1$s Artists":["%1$s Artistas"],"%1$s Albums":["%1$s Álbumes"],"%1$s Songs":["%1$s Canciones"],"default":["por defecto"],"Actions":["Acciones"],"play files":["reproducir ficheros"],"queue files":["encolar ficheros"],"Sent text":["Enviar texto"],"License":["Licencia"],"Main Menu":["Menú principal"],"Search":["Búsqueda"],"Custom Add-on search":["Búsqueda de Complementos personalizadas"],"Add custom add-on searches":["Las búsquedas en Chorus soportan no sólo medios locales sino contenido de complementos también. Por ejemplo, puedes usar la búsqueda para encontrar videos en YouTube o audios en SoundCloud. Esta página te permite añadir búsquedas de complementos personalizadas. Mira el %1$s para más información."],"Add-ons help page":["Página de ayuda de complementos"],"No %1$s found":["No se ha encontrado %1$s"],"results":["resultados"],"EPG data":["Datos EPG"],"PVR":["PVR"],"Recordings":["Grabaciones"],"Channel recording toggled":["Channel recording toggled"],"TV Channels":["Canales de TV"],"Radio Stations":["Estaciones de Radio"],"Record":["Grabación"],"Toggle timer":["Temporizador"],"Now":["Ahora"],"Rename playlist":["Renombrar lista de reproducción"],"album":["álbum"],"Videos":["Vídeos"],"Lost connection to Kodi":["Se ha perdido la conexión a Kodi"],"Attempt to reconnect":["Intentar la reconexión"],"Attempting reconnect":["Intentando reconectar"],"Top Songs":["Las mejores canciones"],"Top Albums":["Los mejores álbumes"],"Toggle select all":["Seleccionar todos"],"More like this":["Más como esta"],"music videos":["Vídeos musicales"],"Related music videos from YouTube":["Videos musicales relacionados en YouTube"],"Lost websocket connection":["Se ha peridod la conexión de los websockets"],"Attempting websockets reconnect":["Intentando reconectar con los websockets"],"This should be the play path for the trailer. Eg. %1$s":["Este debe ser la ruta de reproducción para el trailer. Ej. %1$s"],"%1$s party mode toggled":["Modo fiesta %1$s"]}}} \ No newline at end of file
diff --git a/addons/webinterface.default/lang/_strings/hu.json b/addons/webinterface.default/lang/_strings/hu.json
new file mode 100644
index 0000000000..35bc1954aa
--- /dev/null
+++ b/addons/webinterface.default/lang/_strings/hu.json
@@ -0,0 +1 @@
+{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"hu_HU"},"Nothing playing":["Nincs lejátszás"],"Deselect all":["Összes kijelölés törlése"],"Filters":["Szűrők"],"Sort":["Rendezés"],"Select a filter":["Válasszon egy szűrőt"],"Select an option":["Válasszon egy lehetőséget"],"filter":["szűrő"],"Add filter":["Szűrő hozzáadása"],"Which player to start with":["Mivel játsszuk le"],"Ignore terms such as 'The' and 'A' when sorting lists":["Listázás során figyelmen kívül hagyjuk a névelőket"],"When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries":["Az előadók listázása során csak azokat a zenészeket listázzuk, akikhez album is tartozik, vagy az összes zenészt. Figyelem: ha ezt kikapcsolja, akkor az nagyméretű katalógus esetén nagy terhet ró a rendszerre"],"is the default":["az alapértelmezett"],"The hostname used for websockets connection. Set to 'auto' to use the current hostname.":["A websocket kapcsolatokhoz használt gépnév. Állítsa 'auto'-ra, ha a jelenlegi gépnevet akarja használni."],"How often do I poll for updates from Kodi (Only applies when websockets inactive)":["Milyen gyakran keressen a rendszer rendelkezésre álló frissítéseket (csak ha a websocket inaktív)"],"Enable support for reverse proxy.":["Reverse proxy támogatás bekapcsolása."],"Web settings saved.":["Web beállítások mentve."],"Just a sec...":["Egy pillanat..."],"Unable to communicate with Kodi in a long time. I think it's dead Jim!":["Már egy ideje nincs kapcsolat a Kodival. Lehet, hogy meghalt, Jim!"],"Video library scan started":["Videókönyvtár frissítése megkezdődött"],"Video library scan complete":["Videókönyvtár frissítése befejeződött"],"Audio library scan started":["Hangkönyvtár frissítése megkezdődött"],"Audio library scan complete":["Hangkönyvtár frissítése befejeződött"],"Kodi has quit":["A Kodi kilépett"],"Sections":[""],"Back":["Vissza"],"Loading folder...":["Könyvtár betöltése..."],"Show more":["Többet"],"to Kodi":["Kodinak"],"Playlist refreshed":["A lejátszási lista firssült"],"Kodi":["Kodi"],"Local":["Helyi"],"Playlists":["Lejátszási listák"],"Existing playlists":["Jelenlegi listák"],"Empty playlist, you should probably add something to it?":["Üres lista. Esetleg hozzáadna valamit?"],"Create a new list":["Új lista készítése"],"Add to playlist":["Listához adás"],"Added to your playlist":["Listához hozzáadva"],"Give your playlist a name":["Adja meg a lista nevét"],"Recently added":["Nemrég hozzáadva"],"Recently played":["Nemrég lejátszott"],"Season":["Évad"],"Episode":["Epizód"],"Play":["Lejátszás"],"Queue":["Lejátszási sor"],"View on IMDb":["Megnézem az IMDb-n"],"Stream":["Stream"],"Download":["Letöltés"],"complete":["kész"],"Synopsis":["Tartalom"],"Full cast":["Teljes stáblista"],"Websockets closed":["Websocket zárva"],"Websockets host":["Websocket kiszolgáló"],"Websockets port":["Websocket port"],"Default player":["Alapértelmezett lejátszó"],"Ignore article":["Névelők figyelmen kívül hagyása"],"Album artists only":["Csak az előadók"],"Poll interval":["Ellenőrzési időköz"],"Reverse proxy support":["Reverse proxy támogatás"],"Language":["Nyelv"],"Preferred language":["Előnyben részesített nyelv"],"Ignore articles (terms such as \"The\" and \"A\") when sorting lists":["Listázás során figyelmen kívül hagyjuk a névelőket"],"sec":["mp"],"Your browser doesn't support websockets! Get with the times and update your browser.":["Az Ön böngészője elavult, és nem támogatja a websocketet. Frissítse a böngészőjét."],"Failed to connect to websockets":["Nem sikerült a csatlakozás a websockethez"],"Video":["Videó"],"Audio":["Hang"],"Cast":["Szereplők"],"Director":["Rendező","Rendezők"],"Writer":["Forgatókönyvíró","Forgatókönyvírók"],"Subtitle":["Felirat","Feliratok"],"Result":["Eredmény","Eredmények"],"Loading things...":["Betöltés..."],"Scan video library":["Videókönyvtár frissítése"],"Scan audio library":["Hangkönyvtár frissítése"],"About Chorus":["A Chorusról"],"Recent":["Legutóbbi"],"Artists":["Előadók"],"Albums":["Albumok"],"Recent movies":["Legutóbbi filmek"],"All movies":["Összes film"],"Recent episodes":["Legutóbbi epizódok"],"All TV shows":["Összes sorozat"],"Web settings":["Web beállítások"],"Kodi settings":["Kodi beállításai"],"Now Playing Playlists":["Jelenleg lejátszott listák"],"Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right":["Váltás a fülekkel a Kodi és a helyi lejátszó között. A jobb felső sarokban lévő nyíllal lehet megjeleníteni vagy bezárni"],"Current playlist":["Jelenlegi lista"],"Clear playlist":["Lejátszási lista törlése"],"Refresh playlist":["Lejátszási lista frissítése"],"Party mode":["Buli üzemmód"],"Save Kodi playlist":["Kodi lejátszási lista mentése"],"Preferred language, need to refresh browser to take effect":["Előnyben részesített nyelv. Változtatás után frissítse a böngészőablakot"],"Ignore articles (terms such as 'The' and 'A') when sorting lists":["Listázás során figyelmen kívül hagyjuk a névelőket"],"Vibrant headers":["Élénk fejlécek"],"Use colourful headers for media pages":["Erős színek használata a média oldalakon"],"Enable support for reverse proxying.":["Reverse proxy támogatásának engedélyezése."],"songs":["dalok"],"artists":["előadók"],"albums":["albumok"],"movies":["filmek"],"Searching for":["Keresés"],"and":["és"],"tvshows":["sorozatok"],"no media in this folder":["nincs médiafájl ebben a mappában"],"Browse files and add-ons":["Fájlok és bővítmények tallózása"],"This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on.":["Itt lehet tallózni a Kodi minden eleme között, nem csak a videó- és hangtárban."],"Send text to Kodi":["Szöveges üzenet küldése a Kodinak"],"The lab":["A labor"],"Chorus lab":["Chorus labor"],"Warning":["Figyelem"],"Experimental code, use at own risk":["Kísérleti kód, használat csak saját felelősségre"],"Kodi API browser":["Kodi API tallózó"],"This is a tool to test out the API. Select a method then execute it with parameters.":["A Kodi API tesztelésére szolgáló eszköz. Válasszon ki egy metódust, majd futtassa valamilyen paraméterekkel"],"You could potentially damage your system with this and there are no sanity checks. Use at own risk.":["Elképzelhető, hogy ez kárt okoz a rendszerben! Csak saját felelősségre futtassa!"],"Saved Kodi settings":["Kodi beállítások mentve"],"General":["Általános"],"Advanced setting level is recommended for those who know what they are doing.":["A Haladó beállítási szint azoknak javasolt, akik tudják, mit csinálnak."],"Kodi settings level":["Kodi beállítási szint"],"Remove":["Eltávolítás"],"cast":["szereplők"],"Add-ons":["Bővítmények"],"Web interface":["Web interfész"],"Readme":["Tudnivalók"],"Changelog":["Változások"],"Translations":["Fordítások"],"Help topics":["Súgó témakörök"],"Overview":["Áttekintés"],"Lab":["Labor"],"version":["verzió"],"Remote control":["Távirányítás"],"Remote control is set up correctly":["A távirányítás be van állítva"],"About":["Névjegy"],"Local audio":["Helyi hang"],"Status report":["Állapot jelentés"],"in":[""],"Focus playlist on playing":["Ugrás az éppen lejátszott elemre"],"Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed":["Automatikusan az aktuális elemhez gördül a lista amikor egy új tétel lejátszása kezdődik"],"Web Settings saved.":["We beállítások mentve."],"Keyboard controls":["Billentyűzet vezérlés"],"In Chorus, will you keyboard control Kodi, the browser or both":["A Choruson keresztül billentyűzettel csak a Kodit, a böngészőt, vagy mindkettőt akarja vezérelni"],"Learn more":["Tudjon meg többet"],"Resume playback":["Folytatás"],"Resume from":["Folytatás innen"],"Start from the beginning":["Kezdés az elejétől"],"Click here restore defaults":["Kattintson ide az alaphelyzetre állításhoz"],"Main Menu Structure":["Főmenü sturktúra"],"Here you can change the title, url and %1$s for menu items. You can also remove, re-order and add new items.":["Itt lehet módosítani a menü elemek neveit, az URL-t és a %1$sokat. Eltávolíthatja, átrendezheti az elemeket, vagy új elemet adhat hozzá."],"Main Nav":["Főmenü"],"Add a new playlist":["Új lejátszási lista létrehozása"],"Keyboard":["Billentyűzet"],"Music":["Zene"],"Digital radio":["Digitális rádió"],"Movies":["Filmek"],"TV shows":["Sorozatok"],"TV":["TV"],"Browser":["Böngésző"],"Thumbs up":["Értékelés"],"Settings":["Beállítások"],"Help":["Súgó"],"Disable Thumbs Up":["Értékelés kikapcsolása"],"Remove the thumbs up button from media. Note: you may also want to remove the menu item from the %1$s":["Eltávolítja az értékelő ikont a média elemektől. Megjegyzés: javasolt a kapcsolódó menüpont eltávolítása is a %1$sből"],"You need to 'Allow remote control' for Kodi. You can do that":["Ehhez engedélyezned kell a Kodi távirányítását. Ezt megteheted"],"here":["itt"],"yes":["igen"],"no":["nem"],"close":["bezár"],"ok":["ok"],"Are you sure?":["Biztos benne?"],"Set all episodes for this season as":["Állítsa be minden évadnál, hogy"],"Set all episodes for this TV show as":["Állítsa be minden epizódnál, hogy"],"watched":["megtekintve"],"unwatched":["még nem látott"],"genre":["műfaj"],"studio":["stúdió"],"rated":["besorolás"],"episodes":["epizódok"],"total":["összesen"],"set":[""],"Show device name":["Eszköz név mutatása"],"Show the Kodi device name in the header of Chorus":["Mutassa a Kodi eszköz nevét a Chorus címsorában"],"No results found":["Nincs találat"],"Have you done a library scan?":["Futtatott már könyvtár frissítést?"],"Play in browser":["Lejátszás a böngészőben"],"Edit":["Szerkesztés"],"Add to Kodi":["Hozzáadás Kodihoz"],"Watched":["Megtekintve"],"New playlist":["Új lejátszási lista"],"Play in Kodi":["Lejátszás a Kodin"],"Export list":["Lista exportálása"],"Delete playlist":["Lista törlése"],"title":["cím"],"year":["év"],"date added":["felvétel dátuma"],"rating":["besorolás"],"actor":["színész"],"mood":["hangulat"],"writer":["forgatókönyvíró"],"director":["rendező"],"style":[""],"items selected":["kiválasztva"],"item selected":["kiválasztva"],"Video library clean started":["Videókönyvtár tisztítása elkezdődött"],"Video library clean finished":["Videótár tisztítása befejeződött"],"Audio library clean started":["Hangkönyvtár tisztítása elkezdődött"],"Audio library clean finished":["Hangkönyvtár tisztítása befejeződött"],"This is a tool to test out the api. Select a method then execute it with parameters.":["A Kodi API tesztelésére szolgáló eszköz. Válasszon ki egy metódust, majd futtassa valamilyen paraméterekkel."],"Queue in Kodi":["Lejátszási sorba rakás a Kodin"],"Adding items to the queue":["Elemek hozzáadása a sorhoz"],"Live TV":["Élő TV adás"],"Recently added albums":["Legutóbb hozzáadott"],"Random albums":["Véletlenszerű"],"Recently played albums":["Legutóbb lejátszott"],"Random movies":["Véletlenszerű"],"Continue watching":["Folytatás"],"More %1$s movies":["Még több %1$s"],"More movies staring %1$s":["Még böbb film amelyben %1$s szerepel"],"Other movies released in %1$s":["Még több film ebből az évből: %1$s"],"artist":["előadó"],"random":["véletlenszerű"],"label":["kiadó"],"formed":["megalakulás"],"born":["született"],"died":["meghalt"],"disbanded":["feloszlott"],"years active":["éve aktív"],"Click for more":["Kattintson a részletekért"],"Loading albums":["Albumok betöltése"],"%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell...":[""],"all media":["összes média"],"YouTube":["YouTube"],"SoundCloud":["SoundCloud"],"GoogleMusic":["GoogleMusic"],"Radio":["Rádió"],"MixCloud":["MixCloud"],"First aired":["Premier"],"Updated %1$s details":["%1$s részletei frissítve"],"Title":["Cím"],"Plot":["Tartalom"],"Rating":["Értékelés"],"Original title":["Eredeti cím"],"Directors":["Rendezők"],"Writers":["Forgatókönyvírók"],"File path":["Elérési útvonal"],"Artist":["Előadó"],"Description":["Leírás"],"Label":["Kiadó"],"Year":["Év"],"Genres":["Műfaj"],"Styles":["Stílusok"],"Themes":["Témák"],"Moods":[""],"Album artist":["Előadó"],"Album":["Album"],"Track":[""],"Disc":["Lemez"],"Tagline":["Mottó"],"Studio":["Stúdió"],"Content rating":["Korhatár besorolás"],"Premiered":["Premier"],"IMDb":["IMDb"],"Sort title":["Sorbarendezés cím szerint"],"Country":["Ország"],"Set":["Beállít"],"Tags":["Címkék"],"Trailer":["Előzetes"],"Formed":["Megalakulás"],"Disbanded":["Feloszlott"],"Years Active":["Éve Aktív"],"Born":["Született"],"Died":["Meghalt"],"Instruments":["Hangszerek"],"more":["több"],"in progress":["folyamatban"],"URL":["URL"],"Add an image via an external URL":["Kép hozzáadása külső URL-lel"],"Searching for more images":["További képek keresése"],"Selector":["Választó"],"External Search":["Külső keresés"],"Local media":["Helyi média"],"Chorus Search":["Chorus Keresés"],"YouTube Search":["YouTube Keresés"],"Executed addon":["Futtatott bővítmény"],"all":["összes"],"video":["videó"],"audio":["hang"],"image":["kép"],"picture":["kép"],"executable":["futtatható"],"settings":["beállítások"],"Refresh":["Frissítés"],"Confirm refresh":["Frissítés megerősítése"],"Refresh Ignore NFO":["NFO fájl figyelmen kívül hagyása"],"Ignore local NFO files when manually refreshing media.":["Helyi NFO fájl figyelmen kívül hagyása frissítés esetén."],"Show only":["Csak a sorozatcím"],"Show and episodes":["Sorozatcím és epizódok"],"Top music":["Top zene"],"%1$s Artists":["%1$s Előadók"],"%1$s Albums":["%1$s Albumok"],"%1$s Songs":["%1$s Dalok"],"default":["alapértelmezett"],"Actions":["Parancsok"],"play files":["fájlok lejátszása"],"queue files":["lejátszási lista"],"Sent text":["Szöveges üzenet küldése"],"License":["Licensz"],"Main Menu":["Főmenű"],"Search":["Keresés"],"Custom Add-on search":["Egyedi kereső bővítmény"],"Add custom add-on searches":["Egyedi kereső bővítmény hozzáadása"],"Add-ons help page":["Bővítmények súgója"],"No %1$s found":["Nincs találat erre: %1$s"],"results":["eredmények"],"EPG data":["Elektronikus műsorújság"],"PVR":["PVR"],"Recordings":[""],"Channel recording toggled":["Csatorna rögzítés bekapcsolva"],"TV Channels":["TV csatornák"],"Radio Stations":["Rádió állomások"],"Record":[""],"Now":["Most"],"Rename playlist":["Lejátszási lista folytatása"],"album":["album"],"Videos":["Videók"],"Lost connection to Kodi":["A Kodival megszakadt a kapcsolat"],"Attempt to reconnect":["Újrakapcsolódás"],"Attempting reconnect":["Újrakapcsolódás"],"Top Songs":["Top Dalok"],"Top Albums":["Top Albumok"],"Toggle select all":["Mindet kiválaszt"],"More like this":["Még több hasonlót"],"music videos":["videóklippek"],"Related music videos from YouTube":["Kapcsolódó videók YouTube-on"],"Lost websocket connection":["Megszakadt a kapcsolat"],"Attempting websockets reconnect":["Újrakapcsolódás"],"This should be the play path for the trailer. Eg. %1$s":["Ez az előzetesre mutató elérési útvonal. Pl. %1$s"],"%1$s party mode toggled":["%1$s buli üzemmód beállítva"]}}} \ No newline at end of file
diff --git a/addons/webinterface.default/lang/_strings/pt.json b/addons/webinterface.default/lang/_strings/pt.json
new file mode 100644
index 0000000000..d82fc3df4d
--- /dev/null
+++ b/addons/webinterface.default/lang/_strings/pt.json
@@ -0,0 +1 @@
+{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n > 1);","lang":"pt_BR"},"Nothing playing":["Nada tocando"],"Deselect all":["Deselecionar tudo"],"Filters":["Filtros"],"Sort":["Ordenar"],"Select a filter":["Selecionar um filtro"],"Select an option":["Selecionar uma opção"],"filter":["filtro"],"Add filter":["Adicionar filtro"],"Which player to start with":["Iniciar com qual player"],"Ignore terms such as 'The' and 'A' when sorting lists":["Ignorar termos como 'The' e 'A' ao ordenar listas"],"When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries":["Ao listar os artistas devemos ver apenas artistas com álbuns ou todos os artistas encontrados. Cuidado: desabilitar isto pode impactar o desempenho em bibliotecas grandes"],"is the default":["é o padrão"],"The hostname used for websockets connection. Set to 'auto' to use the current hostname.":["O hostname usado para a conexão websockets. Configure como 'auto' para usar o hostname atual."],"How often do I poll for updates from Kodi (Only applies when websockets inactive)":["Com que frequência verificar atualizações no Kodi (Aplicável apenas quando os websockets estão desativados)"],"Enable support for reverse proxy.":["Habilitar suporte para proxy reverso."],"Web settings saved.":["Configurações web salvas."],"Just a sec...":["Só um minutinho..."],"Unable to communicate with Kodi in a long time. I think it's dead Jim!":["Incapaz de comunicar com o Kodi já faz um tempo. Acho que ele já era, Zé!"],"Video library scan started":["Atualização da coleção de vídeo iniciada"],"Video library scan complete":["Atualização da coleção de vídeo completa"],"Audio library scan started":["Atualização da coleção de áudio iniciada"],"Audio library scan complete":["Atualização da coleção de áudio completa"],"Kodi has quit":["O Kodi fechou"],"Sections":["Seções"],"Back":["Voltar"],"Loading folder...":["Carregando pasta..."],"Show more":["Mostrar mais"],"to Kodi":["para o Kodi"],"Playlist refreshed":["Playlist atualizada"],"Kodi":["Kodi"],"Local":["Local"],"Playlists":["Playlists"],"Existing playlists":["Playlists existentes"],"Empty playlist, you should probably add something to it?":["Playlist vazia, será que você adicionou algo nela?"],"Create a new list":["Criar uma nova lista"],"Add to playlist":["Adicionar na playlist"],"Added to your playlist":["Adicionado na sua playlist"],"Give your playlist a name":["Dar um nome à sua playlist"],"Recently added":["Adicionados recentemente"],"Recently played":["Tocados recentemente"],"Season":["Temporada"],"Episode":["Episódio"],"Play":["Tocar"],"Queue":["Fila"],"View on IMDb":["Ver no IMDb"],"Stream":["Transmitir"],"Download":["Baixar"],"complete":["completo"],"Synopsis":["Sinopse"],"Full cast":["Elenco completo"],"Websockets closed":["Websockets fechado"],"Websockets host":["Host do Websockets"],"Websockets port":["Porta do websockets"],"Default player":["Player padrão"],"Ignore article":["Ignorar artigo"],"Album artists only":["Apenas artistas com álbum"],"Poll interval":["Intervalo de busca"],"Reverse proxy support":["Suporte a proxy reverso"],"Language":["Língua"],"Preferred language":["Língua preferida"],"Ignore articles (terms such as \"The\" and \"A\") when sorting lists":["Ignorar artigos (termos como \"The\" e \"A\") ao ordenar listas"],"sec":["seg"],"Your browser doesn't support websockets! Get with the times and update your browser.":["Seu navegador não suporta websockets! Não fique para trás e atualize seu navegador."],"Failed to connect to websockets":["Falha ao conectar no websockets"],"Video":["Vídeo"],"Audio":["Áudio"],"Cast":["Elenco"],"Director":["Diretor","Diretores"],"Writer":["Escritor","Escritores"],"Subtitle":["Legenda","Legendas"],"Result":["Resultado","Resultados"],"Loading things...":["Carregando coisas..."],"Scan video library":["Atualizar coleção de vídeo"],"Scan audio library":["Atualizar coleção de áudio"],"About Chorus":["Sobre o Chorus"],"Recent":["Recente"],"Artists":["Artistas"],"Albums":["Álbuns"],"Recent movies":["Filmes recentes"],"All movies":["Todos os Filmes"],"Recent episodes":["Episódios recentes"],"All TV shows":["Todos os Seriados"],"Web settings":["Configurações web"],"Kodi settings":["Configurações Kodi"],"Now Playing Playlists":["Playlists Tocando Agora"],"Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right":["Alterne entre exibição no Kodi e local através das abas. Você pode alterar a visibilidade com a seta no canto superior direito"],"Current playlist":["Playlist atual"],"Clear playlist":["Limpar playlist"],"Refresh playlist":["Atualizar playlist"],"Party mode":["Modo festa"],"Save Kodi playlist":["Salvar playlist do Kodi"],"Preferred language, need to refresh browser to take effect":["Língua preferida, é necessário atualizar o navegador para ter efeito"],"Ignore articles (terms such as 'The' and 'A') when sorting lists":["Ignorar artigos (termos como 'The' e 'A') ao ordenar listas"],"Vibrant headers":["Cabeçalhos vibrantes"],"Use colourful headers for media pages":["Usar cabeçalhos coloridos nas páginas de mídia"],"Enable support for reverse proxying.":["Habilitar suporte a proxy reverso."],"songs":["músicas"],"artists":["artistas"],"albums":["álbuns"],"movies":["filmes"],"Searching for":["Procurando por"],"and":["e"],"tvshows":["seriados"],"no media in this folder":["nenhuma mídia nesta pasta"],"Browse files and add-ons":["Procurar arquivos e addons"],"This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on.":["Aqui é onde você pode pesquisar todo o conteúdo do Kodi, não apenas o que está na biblioteca. Pesquise por fonte ou addon."],"Send text to Kodi":["Enviar texto para o Kodi"],"The lab":["Laboratório"],"Chorus lab":["Laboratório do Chorus"],"Warning":["Aviso"],"Experimental code, use at own risk":["Código experimental, use por sua conta e risco"],"Kodi API browser":["Explorador da API do Kodi"],"This is a tool to test out the API. Select a method then execute it with parameters.":["Esta é uma ferramenta para testar a API. Selecione um método e execute-o com parâmetros."],"You could potentially damage your system with this and there are no sanity checks. Use at own risk.":["Você pode potencialmente danificar seu sistema com isto, e não há testes de segurança. Use por sua conta e risco."],"Saved Kodi settings":["Configurações do Kodi salvas"],"General":["Geral"],"Advanced setting level is recommended for those who know what they are doing.":["Nível de configuração Avançado é recomendado para aqueles que sabem o que estão fazendo."],"Kodi settings level":["Nível de configuração do Kodi"],"Remove":["Remover"],"cast":["elenco"],"Add-ons":["Addons"],"Web interface":["Interface web"],"Readme":["Leia-me"],"Changelog":["Changelog"],"Translations":["Traduções"],"Help topics":["Tópicos de ajuda"],"Overview":["Visão geral"],"Lab":["Laboratório"],"version":["versão"],"Remote control":["Controle remoto"],"Remote control is set up correctly":["O controle remoto está configurado corretamente"],"About":["Sobre"],"Local audio":["Áudio local"],"Status report":["Relatório de estado"],"in":["em"],"Focus playlist on playing":["Focar playlist em tocar"],"Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed":["Automaticamente rolar a playlist para o item que está tocando. Isso acontece sempre que o item que está tocando é alterado"],"Web Settings saved.":["Configurações da web salvas"],"Keyboard controls":["Controles de teclado"],"In Chorus, will you keyboard control Kodi, the browser or both":["No Chorus, seu teclado vai controlar o Kodi, o navegador ou ambos"],"Learn more":["Aprenda mais"],"Resume playback":["Retomar execução"],"Resume from":["Retomar de"],"Start from the beginning":["Começar do início"],"Click here restore defaults":["Clique aqui para restaurar os padrões"],"Main Menu Structure":["Estrutura do Menu Principal"],"Here you can change the title, url and %1$s for menu items. You can also remove, re-order and add new items.":["Aqui você pode alterar o título, a url e %1$s dos itens de menu. Você também pode remover, reordenar e adicionar novos items."],"Main Nav":["Nav Principal"],"Add a new playlist":["Adicionar uma nova playlist"],"Keyboard":["Teclado"],"Music":["Música"],"Digital radio":["Rádio digital"],"Movies":["Filmes"],"TV shows":["Seriados"],"TV":["TV"],"Browser":["Navegador"],"Thumbs up":["Joinha"],"Settings":["Configurações"],"Help":["Ajuda"],"Disable Thumbs Up":["Desativar o Joinha"],"Remove the thumbs up button from media. Note: you may also want to remove the menu item from the %1$s":["Remover o botão de joinha da mídia. Nota: talvez você também queira remover o item de menu do %1$s"],"You need to 'Allow remote control' for Kodi. You can do that":["Você precisa 'Permitir controle remoto' para o Kodi. Você pode fazer isso"],"here":["aqui"],"yes":["sim"],"no":["não"],"close":["fechar"],"ok":["ok"],"Are you sure?":["Tem certeza?"],"Set all episodes for this season as":["Determinar todos os episódios desta temporada como"],"Set all episodes for this TV show as":["Determinar todos os episódios deste seriado como"],"watched":["assistido"],"unwatched":["não assistido"],"genre":["gênero"],"studio":["estúdio"],"rated":["classificado"],"episodes":["episódios"],"total":["total"],"set":["conjunto"],"Show device name":["Mostrar nome do dispositivo"],"Show the Kodi device name in the header of Chorus":["Mostrar o nome do dispositivo do Kodi no cabeçalho do Chorus"],"No results found":["Nenhum resultado encontrado"],"Have you done a library scan?":["Você atualizou a coleção?"],"Play in browser":["Tocar no navegador"],"Edit":["Editar"],"Add to Kodi":["Adicionar no Kodi"],"Watched":["Assistido"],"New playlist":["Nova playlist"],"Play in Kodi":["Tocar no Kodi"],"Export list":["Exportar lista"],"Delete playlist":["Deletar playlist"],"title":["título"],"year":["ano"],"date added":["data adicionado"],"rating":["nota"],"actor":["ator"],"mood":["temperamento"],"writer":["escritor"],"director":["diretor"],"style":["estilo"],"items selected":["itens selecionados"],"item selected":["item selecionado"],"Video library clean started":["Atualização da coleção de vídeo iniciada"],"Video library clean finished":["Atualização da coleção de vídeo concluída"],"Audio library clean started":["Atualização da coleção de áudio iniciada"],"Audio library clean finished":["Atualização da coleção de áudio concluída"],"This is a tool to test out the api. Select a method then execute it with parameters.":["Esta é uma ferramenta para testar a API. Selecione um método e execute-os com parâmetros."],"Go to season":["Ir para temporada"],"Queue in Kodi":["Fila no Kodi"],"Adding items to the queue":["Adicionando itens na fila"],"Live TV":["TV Ao Vivo"],"Recently added albums":["Álbuns recentemente adicionados"],"Random albums":["Álbuns aleatórios"],"Recently played albums":["Álbuns recentemente tocados"],"Random movies":["Filmes aleatórios"],"Continue watching":["Continuar assistindo"],"More from %1$s":["Mais de %1$s"],"More %1$s movies":["Mais filmes de %1$"],"More movies staring %1$s":["Mais filmes estrelando %1$s"],"Other movies released in %1$s":["Outros filmes lançados em %1$s"],"artist":["artista"],"random":["aleatório"],"label":["etiqueta"],"formed":["formado"],"born":["nasceu"],"died":["morreu"],"disbanded":["dispensado"],"years active":["anos ativo"],"Click for more":["Clique para mais"],"Loading albums":["Carregando álbuns"],"%1$d seconds ago, an input dialog opened in Kodi and it is still open! To prevent a mainframe implosion, you should probably give me some text. I don't really care what it is at this point, why not be creative? Do you have a %2$s? I won't tell...":["%1$d segundos atrás, um diálogo de entrada foi aberto no Kodi e ainda está aberto! Para prevenir uma implosão de mainframe, seria bom você me dar algum texto. Não me importo do que se trata nesta altura do campeonato, que tal ser criativo? Você tem um %2$s? Não vou contar pra ninguém..."],"all media":["todas mídias"],"YouTube":["YouTube"],"SoundCloud":["SoundCloud"],"GoogleMusic":["GoogleMusic"],"Radio":["Radio"],"MixCloud":["MixCloud"],"First aired":["Primeira exibição"],"Updated %1$s details":["Atualizado os detalhes de %1$s"],"Title":["Título"],"Plot":["Enredo"],"Rating":["Nota"],"Original title":["Título original"],"Directors":["Diretores"],"Writers":["Escritores"],"File path":["Caminho do arquivo"],"Artist":["Atista"],"Description":["Descrição"],"Label":["Etiqueta"],"Year":["Ano"],"Genres":["Gêneros"],"Styles":["Estilos"],"Themes":["Temas"],"Moods":["Temperamentos"],"Album artist":["Artista do Álbum"],"Album":["Álbum"],"Track":["Faixa"],"Disc":["Disco"],"Tagline":["Tagline"],"Studio":["Estúdio"],"Content rating":["Nota do conteúdo"],"Premiered":["Estreado"],"IMDb":["IMDb"],"Sort title":["Ordenar título"],"Country":["País"],"Set":["Conjunto"],"Tags":["Etiquetas"],"Trailer":["Trailer"],"Formed":["Formado"],"Disbanded":["Dispensado"],"Years Active":["Anos na Ativa"],"Born":["Nasceu"],"Died":["Morreu"],"Instruments":["Instrumentos"],"more":["mais"],"in progress":["em progresso"],"URL":["URL"],"Add an image via an external URL":["Adicionar uma imagem via URL externa"],"Searching for more images":["Buscando mais imagens"],"Selector":["Seletor"],"External Search":["Busca Externa"],"Local media":["Mídias locais"],"Chorus Search":["Busca do Chorus"],"YouTube Search":["Busca do YouTube"],"Executed addon":["Addon executado"],"all":["todos"],"video":["vídeo"],"audio":["áudio"],"image":["imagem"],"picture":["imagem"],"executable":["executável"],"settings":["configurações"],"Refresh":["Atualizar"],"Confirm refresh":["Confirmar atualização"],"Refresh Ignore NFO":["Atualizar Ignorar NFO"],"Ignore local NFO files when manually refreshing media.":["Ignorar arquivos NFO locais quando atualizar mídia manualmente."],"Show only":["Mostrar apenas"],"Show and episodes":["Série e episódios"],"Top music":["Top músicas"],"%1$s Artists":["Artistas %1$s"],"%1$s Albums":["Álbuns %1$s"],"%1$s Songs":["Músicas %1$s"],"default":["padrão"],"Actions":["Ações"],"play files":["tocar arquivos"],"queue files":["enfileirar arquivos"],"Sent text":["Texto enviado"],"License":["Licença"],"Main Menu":["Menu Principal"],"Search":["Buscar"],"Custom Add-on search":["Busca customizada de Add-on"],"Add custom add-on searches":["Adicionar buscas customizadas de add-on"],"Add-ons help page":["Página de ajuda dos add-ons"],"No %1$s found":["%1$s não encontrado"],"results":["resultados"],"EPG data":["Dados EPG"],"PVR":["PVR"],"Recordings":["Gravações"],"Channel recording toggled":["Gravação de canal ativada"],"TV Channels":["Canais de TV"],"Radio Stations":["Estações de Rádio"],"Record":["Gravar"],"Toggle timer":["Ativar/Desativar timer"],"Now":["Agora"],"Rename playlist":["Renomear playlist"],"album":["álbum"],"Videos":["Vídeos"],"Lost connection to Kodi":["Conexão com o Kodi perdida"],"Attempt to reconnect":["Tentar reconectar"],"Attempting reconnect":["Tentando reconectar"],"Top Songs":["Top Músicas"],"Top Albums":["Top Álbuns"],"Toggle select all":["Ativar/Desativar selecionar todos"],"More like this":["Mais similares a este"],"music videos":["vídeos de música"],"Related music videos from YouTube":["Vídeos de música relacionados do YouTube"],"Lost websocket connection":["Perdeu conexão websocket"],"Attempting websockets reconnect":["Tentando reconexão websockets"],"This should be the play path for the trailer. Eg. %1$s":["Este deveria ser o diretório de execução para o trailer. Ex. %1$s"],"%1$s party mode toggled":["%1$s modo festa ativado"]}}} \ No newline at end of file
diff --git a/addons/webinterface.default/lang/_strings/zh_hans.json b/addons/webinterface.default/lang/_strings/zh_hans.json
index 3667ae999b..e1b543ee19 100644
--- a/addons/webinterface.default/lang/_strings/zh_hans.json
+++ b/addons/webinterface.default/lang/_strings/zh_hans.json
@@ -1 +1 @@
-{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"zh-hans"},"Nothing playing":["没有内容正在播放"],"Deselect all":["取消所有勾选"],"Filters":["筛选区"],"Sort":["排序"],"Select a filter":["选取一个筛选条件"],"Select an option":["挑选一个选项"],"filter":["筛选条件"],"Add filter":["添加筛选条件"],"Which player to start with":["用哪一个播放器来开始"],"Ignore terms such as 'The' and 'A' when sorting lists":["排序时忽略'The'和'A'之类的词"],"When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries":["当列出艺术家的时候,我们仅列出专辑上的艺术家或者能找到的所有艺术家。警告:库比较大的时候关闭此项可能会影响性能。"],"is the default":["是默认的"],"The hostname used for websockets connection. Set to 'auto' to use the current hostname.":["用于websockets连接的服务器名字。设置为‘auto’来使用当前的服务器名字。"],"How often do I poll for updates from Kodi (Only applies when websockets inactive)":["多久从Kodi更新一次(仅当websockets关闭是生效)"],"Enable support for reverse proxy.":["启用对反向代理的支持"],"Web settings saved.":["Web设置已保存"],"Just a sec...":["稍等。。。"],"Unable to communicate with Kodi in a long time. I think it's dead Jim!":["无法与Kodi连接。怪我咯。"],"Video library scan started":["视频库扫描开始"],"Video library scan complete":["视频库扫描完毕"],"Audio library scan started":["音频库扫描开始"],"Audio library scan complete":["音频库扫描完毕"],"Kodi has quit":["Kodi已退出"],"Sections":["分类"],"Back":["后退"],"Loading folder...":["正在加载文件夹。。。"],"Show more":["显示更多"],"to Kodi":["to Kodi"],"Playlist refreshed":["播放列表已刷新"],"Kodi":["Kodi"],"Local":["本地"],"Playlists":["播放列表"],"Existing playlists":["已有播放列表"],"Empty playlist, you should probably add something to it?":["空的播放列表,放点东西进去吧?"],"Create a new list":["新建一个列表"],"Add to playlist":["添加到播放列表"],"Added to your playlist":["添加到你的播放列表"],"Give your playlist a name":["命名你的播放列表"],"Recently added":["最近添加的"],"Recently played":["最近播放的"],"Season":["季"],"Episode":["剧集"],"Play":["播放"],"Queue":["队列"],"View on IMDb":["去IMDb查看"],"Stream":["流媒体"],"Download":["下载"],"complete":["完成"],"Synopsis":["概要"],"Full cast":["演员表"],"Websockets closed":["Websockets已关闭"],"Websockets host":["Websockets服务器"],"Websockets port":["Websockets端口"],"Default player":["默认播放器"],"Ignore article":["忽略字段"],"Album artists only":["仅专辑艺术家"],"Poll interval":["更新间隔"],"Reverse proxy support":["反向代理支持"],"Language":["语言"],"Preferred language":["选择语言"],"Ignore articles (terms such as \"The\" and \"A\") when sorting lists":["排序时忽略类似'The'和'A'这样的字段"],"sec":["秒"],"Your browser doesn't support websockets! Get with the times and update your browser.":["你的浏览器不支持websockets!是时候升级浏览器了。"],"Failed to connect to websockets":["Failed to connect to websockets, so I am falling back to polling for updates. Which makes things slower and uses more resources. Please ensure you have 'Allow programs on other systems to control Kodi' ENABLED in the Kodi settings (System > Services > Remote control). You may also get this if you are using proxies or accessing via an IP addess when localhost will suffice. If websockets normally works, you might just need to refresh your browser."],"Video":["视频"],"Audio":["音频"],"Cast":["演员表"],"Director":["导演","导演"],"Writer":["编剧","编剧"],"Subtitle":["字幕","字幕"],"Result":["结果","结果"],"Loading things...":["加载中。。。"],"Scan video library":["扫描视频库"],"Scan audio library":["扫描音频库"],"About Chorus":["关于Chorus"],"Recent":["最新"],"Artists":["艺术家"],"Albums":["专辑"],"Recent movies":["最新电影"],"All movies":["所有电影"],"Recent episodes":["最近的电视节目"],"All TV shows":["所有电视节目"],"Web settings":["Web设置"],"Kodi settings":["Kodi设置"],"Now Playing Playlists":["现在正在播放播放列表"],"Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right":["用标签在Kodi和本地播放间切换。你可以用右上角的箭头来显示或隐藏它。"],"Current playlist":["当前播放列表"],"Clear playlist":["清楚播放列表"],"Refresh playlist":["刷新播放列表"],"Party mode":["派对模式"],"Save Kodi playlist":["保存Kodi播放列表"],"Preferred language, need to refresh browser to take effect":["你喜欢的语言,刷新浏览器后生效"],"Ignore articles (terms such as 'The' and 'A') when sorting lists":["当排序时忽略类似'The'和'A'的字段"],"Vibrant headers":["炫丽标头"],"Use colourful headers for media pages":["为媒体页面使用多彩的标头"],"Enable support for reverse proxying.":["启用反向代理支持"],"songs":["歌曲"],"artists":["艺术家"],"albums":["专辑"],"movies":["电影"],"Searching for":["搜索"],"and":["和"],"tvshows":["电视节目"],"no media in this folder":["这个文件夹里没有媒体文件"],"Browse files and add-ons":["浏览文件和插件"],"This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on.":["这里不仅可以浏览库,还可以浏览所有的Kodi内容。选择Source或插件来浏览。"],"Send text to Kodi":["发消息给Kodi"],"The lab":["实验室"],"Chorus lab":["Chorus 实验室"],"Warning":["警告"],"Experimental code, use at own risk":["实验阶段代码,使用者风险自担"],"Kodi API browser":["Kodi API 浏览器"],"This is a tool to test out the API. Select a method then execute it with parameters.":["这是用于测试API的工具。选择一个方法,添加一些参数来执行它。"],"You could potentially damage your system with this and there are no sanity checks. Use at own risk.":["这么做你可能会破坏你的系统。风险自担。"],"Saved Kodi settings":["保存的Kodi设置"],"General":["通用"],"Advanced setting level is recommended for those who know what they are doing.":["高级设置只适合清楚自己在做什么的用户"],"Kodi settings level":["Kodi设置级别"],"Remove":["删除"],"cast":["主演"],"Add-ons":["插件"],"Web interface":["Web界面"],"Readme":["自述"],"Changelog":["修改日志"],"Translations":["翻译"],"Help topics":["帮助主题"],"Overview":["概观"],"Lab":["实验室"],"version":["版本"],"Remote control":["遥控"],"Remote control is set up correctly":["遥控设置正确"],"About":["关于"],"Local audio":["本地音频"],"Status report":["状态报告"],"in":["在"],"Focus playlist on playing":["播放时聚焦在播放列表上"],"Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed":["自动滚动播放列表到当前播放内容。当播放内容变化时生效。"],"Web Settings saved.":["网页设置已保存"],"Keyboard controls":["键盘控制"],"In Chorus, will you keyboard control Kodi, the browser or both":["在Chorus里, 你希望用键盘控制Kodi,浏览器或是两者一起"],"Learn more":["了解更多"],"Resume playback":["继续播放"],"Resume from":["继续从"],"Start from the beginning":["重新开始"],"Click here restore defaults":["点击这里恢复默认设置"],"Main Menu Structure":["主菜单结构"],"Here you can change the title, url and icons for menu items. You can also remove, re-order and add new items.":["在这里你可以改变菜单项的标题,url和图标。你也可以删除,排序和添加新的菜单项。"],"Main Nav":["主菜单"],"Add a new playlist":["新增一个播放列表"],"Keyboard":["键盘"],"Music":["音乐"],"Digital radio":["数字广播"],"Movies":["电影"],"TV shows":["电视节目"],"TV":["电视"],"Browser":["浏览"],"Thumbs up":["赞"],"Settings":["设置"],"Help":["帮助"]}}} \ No newline at end of file
+{"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"zh-hans"},"Nothing playing":["没有内容正在播放"],"Deselect all":["取消所有勾选"],"Filters":["筛选区"],"Sort":["排序"],"Select a filter":["选取一个筛选条件"],"Select an option":["挑选一个选项"],"filter":["筛选条件"],"Add filter":["添加筛选条件"],"Which player to start with":["用哪一个播放器来开始"],"Ignore terms such as 'The' and 'A' when sorting lists":["排序时忽略像'The'和'A'这样的冠词"],"When listing artists should we only see artists with albums or all artists found. Warning: turning this off can impact performance with large libraries":["当列出艺术家的时候,我们仅列出专辑上的艺术家或者能找到的所有艺术家。警告:库比较大的时候关闭此项可能会影响性能。"],"is the default":["是默认的"],"The hostname used for websockets connection. Set to 'auto' to use the current hostname.":["用于websockets连接的服务器名字。设置为‘auto’(自动)来使用当前的服务器的名字。"],"How often do I poll for updates from Kodi (Only applies when websockets inactive)":["多久从Kodi更新一次(仅当websockets关闭时生效)"],"Enable support for reverse proxy.":["启用对反向代理的支持"],"Web settings saved.":["Web设置已保存"],"Just a sec...":["请稍候......"],"Unable to communicate with Kodi in a long time. I think it's dead Jim!":["现在还仍然无法与Kodi建立连接,怪我咯。"],"Video library scan started":["开始扫描视频库"],"Video library scan complete":["视频库扫描完毕"],"Audio library scan started":["开始扫描音频库"],"Audio library scan complete":["音频库扫描完毕"],"Kodi has quit":["Kodi已退出"],"Sections":["分类"],"Back":["后退"],"Loading folder...":["正在加载文件夹......"],"Show more":["显示更多"],"to Kodi":["到Kodi"],"Playlist refreshed":["已刷新播放列表"],"Kodi":["Kodi"],"Local":["本地"],"Playlists":["播放列表"],"Existing playlists":["现有的播放列表"],"Empty playlist, you should probably add something to it?":["这是空的播放列表,放点东西进去吧?"],"Create a new list":["新建一个列表"],"Add to playlist":["添加到播放列表"],"Added to your playlist":["添加到你的播放列表"],"Give your playlist a name":["给你的播放列表起一个名字"],"Recently added":["最近添加"],"Recently played":["最近播放"],"Season":["季"],"Episode":["剧集"],"Play":["播放"],"Queue":["队列"],"View on IMDb":["去IMDb查看"],"Stream":["流媒体"],"Download":["下载"],"complete":["完成"],"Synopsis":["概要"],"Full cast":["演员表"],"Websockets closed":["Websockets已关闭"],"Websockets host":["Websockets服务器"],"Websockets port":["Websockets端口"],"Default player":["默认播放器"],"Ignore article":["忽略字段"],"Album artists only":["仅专辑艺术家"],"Poll interval":["更新间隔"],"Reverse proxy support":["反向代理支持"],"Language":["语言"],"Preferred language":["首选语言"],"Ignore articles (terms such as \"The\" and \"A\") when sorting lists":["排序时忽略类似'The'和'A'这样的冠词字段"],"sec":["秒"],"Your browser doesn't support websockets! Get with the times and update your browser.":["你的浏览器不支持websockets!该升级浏览器了。"],"Failed to connect to websockets":["Failed to connect to websockets, so I am falling back to polling for updates. Which makes things slower and uses more resources. Please ensure you have 'Allow programs on other systems to control Kodi' ENABLED in the Kodi settings (System > Services > Remote control). You may also get this if you are using proxies or accessing via an IP addess when localhost will suffice. If websockets normally works, you might just need to refresh your browser."],"Video":["视频"],"Audio":["音频"],"Cast":["演员表"],"Director":["导演","导演"],"Writer":["编剧","编剧"],"Subtitle":["字幕","字幕"],"Result":["结果","结果"],"Loading things...":["正在加载......"],"Scan video library":["扫描视频库"],"Scan audio library":["扫描音频库"],"About Chorus":["关于Chorus"],"Recent":["最近"],"Artists":["艺术家"],"Albums":["专辑"],"Recent movies":["最近电影"],"All movies":["所有电影"],"Recent episodes":["最近的电视节目"],"All TV shows":["所有电视节目"],"Web settings":["Web设置"],"Kodi settings":["Kodi设置"],"Now Playing Playlists":["现在正在播放播放列表"],"Switch between Kodi and local playback via the tabs. You can toggle visibility with the arrow in the top right":["在这个标签上切换在Kodi或本计算机上播放媒体。你可以点击右上角的箭头来显示或隐藏它。"],"Current playlist":["当前播放列表"],"Clear playlist":["清空播放列表"],"Refresh playlist":["刷新播放列表"],"Party mode":["派对模式"],"Save Kodi playlist":["保存Kodi播放列表"],"Preferred language, need to refresh browser to take effect":["这是你喜欢的语言,在刷新浏览器后生效"],"Ignore articles (terms such as 'The' and 'A') when sorting lists":["当排序时忽略类似'The'和'A'的冠词字段"],"Vibrant headers":["华丽标头"],"Use colourful headers for media pages":["为媒体页面使用彩色标头"],"Enable support for reverse proxying.":["启用反向代理支持"],"songs":["歌曲"],"artists":["艺术家"],"albums":["专辑"],"movies":["电影"],"Searching for":["搜索"],"and":["和"],"tvshows":["电视节目"],"no media in this folder":["这个文件夹里没有媒体文件"],"Browse files and add-ons":["浏览文件和Kodi插件"],"This is where you can browse all Kodi content, not just what is in the library. Browse by source or add-on.":["这里不仅可以浏览媒体库中的内容,还可以浏览所有的在Kodi上的内容。选择Source(源)或插件来浏览。"],"Send text to Kodi":["像Kodi发送文字消息"],"The lab":["实验室"],"Chorus lab":["Chorus的实验功能"],"Warning":["警告"],"Experimental code, use at own risk":["这些不稳定的代码还在试验中,请谨慎使用"],"Kodi API browser":["浏览Kodi的API"],"This is a tool to test out the API. Select a method then execute it with parameters.":["这是用于测试API的工具。选择一个API,并添加一些参数来执行它。"],"You could potentially damage your system with this and there are no sanity checks. Use at own risk.":["这么做你可能会破坏你的系统。风险自担。"],"Saved Kodi settings":["保存的Kodi设置"],"General":["通用"],"Advanced setting level is recommended for those who know what they are doing.":["高级设置只适合知道自己在做什么的用户"],"Kodi settings level":["Kodi设置级别"],"Remove":["删除"],"cast":["主演"],"Add-ons":["插件"],"Web interface":["Web界面"],"Readme":["自述"],"Changelog":["修改日志"],"Translations":["翻译"],"Help topics":["帮助主题"],"Overview":["概览"],"Lab":["实验室"],"version":["版本"],"Remote control":["远程控制"],"Remote control is set up correctly":["成功设置远程控制"],"About":["关于"],"Local audio":["本地音频"],"Status report":["状态报告"],"in":["在"],"Focus playlist on playing":["播放时聚焦在播放列表上"],"Automatically scroll the playlist to the current playing item. This happens whenever the playing item is changed":["自动滚动播放列表到当前播放内容,当播放内容变化时生效。"],"Web Settings saved.":["网页设置已保存"],"Keyboard controls":["键盘控制"],"In Chorus, will you keyboard control Kodi, the browser or both":["在Chorus里, 你希望用键盘控制Kodi,浏览器或是两者"],"Learn more":["了解更多"],"Resume playback":["继续播放"],"Resume from":["从这里继续"],"Start from the beginning":["重新开始"],"Click here restore defaults":["点击这里恢复默认设置"],"Main Menu Structure":["主菜单结构"],"Here you can change the title, url and icons for menu items. You can also remove, re-order and add new items.":["在这里你可以改变菜单项的标题,url和图标。你也可以删除,排序和添加新的菜单项。"],"Main Nav":["主菜单"],"Add a new playlist":["新建一个播放列表"],"Keyboard":["键盘"],"Music":["音乐"],"Digital radio":["数字广播"],"Movies":["电影"],"TV shows":["电视节目"],"TV":["电视"],"Browser":["浏览"],"Thumbs up":["赞"],"Settings":["设置"],"Help":["帮助"]}}} \ No newline at end of file
diff --git a/addons/webinterface.default/lang/en/app-changelog.html b/addons/webinterface.default/lang/en/app-changelog.html
index 32fe04cbfb..57d3f7899a 100644
--- a/addons/webinterface.default/lang/en/app-changelog.html
+++ b/addons/webinterface.default/lang/en/app-changelog.html
@@ -1,3 +1,21 @@
+<h2 id="version-18-x-2-4-5">Version 18.x-2.4.5</h2>
+<ul>
+<li>Fixed issue with unable to view album page in Kodi Leia (v18) #327</li>
+<li>Updated version scheme to support multiple versions of Kodi</li>
+<li>Updated API keys for external services, allow API key override #309</li>
+<li>Add OnResume to websockets notifications #328</li>
+<li>Updated opensans-light font files for improved multilingual support #297</li>
+<li>Add PAL SD video size to streams helper #315</li>
+<li>New literals and some corrections #317</li>
+<li>Improved Chinese translation #321</li>
+<li>Czech translation #312</li>
+<li>Portuguese translation #304</li>
+<li>Hungarian translations #296</li>
+<li>Add support for vim-like hjkl movement keys. #278</li>
+<li>Dutch translation of keybind-readme.md #279</li>
+<li>Update pngs with optimized versions #263</li>
+<li>Update fanart with optimized versions #263</li>
+</ul>
<h2 id="version-2-4-4">Version 2.4.4</h2>
<ul>
<li>Added year to movie edit form #231</li>
diff --git a/addons/webinterface.default/lang/en/app-readme.html b/addons/webinterface.default/lang/en/app-readme.html
index 67dc78ab98..4dd3a1c08a 100644
--- a/addons/webinterface.default/lang/en/app-readme.html
+++ b/addons/webinterface.default/lang/en/app-readme.html
@@ -58,15 +58,17 @@ all the methods and types available. If you are thinking about a new feature for
test if it is possible (and fast track development by adding a working example to an issue). You can find the API browser
via &quot;Chorus Lab&quot; (bottom right 3 vertical dots &gt; &quot;The Lab&quot;) or directly via <code>http://localhost:8080/#lab/api-browser</code>.</p>
<h2 id="contributing">Contributing</h2>
-<p>If you would like to make this project better I would appreciate any help. Please do pull requests against the <code>develop</code> branch.
-I am happy to assist with getting an development environment up and running if you are happy to contribute.</p>
+<p>If you would like to make this project better I would appreciate any help. There is a develop branch for each version of
+Kodi. Please do pull requests against the <code>dev</code> branch for the correct version (even better if you can do a PR for both).
+Leia (v18) dev branch is <code>18.x-dev</code>, Krypton (v17) dev branch is <code>17.x-dev</code>. I am happy to assist with getting an
+development environment up and running if you are happy to contribute.</p>
<h3 id="translations">Translations</h3>
<p>I only know English so definitely need help with this. I also don&#39;t know heaps about javascript multilingual stuff but
thanks to <a href="https://github.com/mizaki">@mizaki</a> we have a structure ready to go. So it should be nice and easy to translate the UI.</p>
<p>At the moment, there are <a href="https://github.com/xbmc/chorus2/tree/master/src/lang/_strings">a handful</a> of languages available
but more can be easily added. More strings are always being added so always consider english as the source of truth.</p>
<p>So if you see something in english but want it in your language, I need you! To contribute, send me a PR on a new branch
-against <code>develop</code>, or if you don&#39;t know git, a link to the language file.</p>
+against <code>18.x-dev</code> and/or <code>17.x-dev</code>, or if you don&#39;t know git, a link to the language file.</p>
<p>Language Files <a href="https://github.com/xbmc/chorus2/tree/master/src/lang">here</a>.
<em>English is the only real complete translation file so start with that as your base.</em></p>
<h3 id="compiling">Compiling</h3>
diff --git a/addons/webinterface.default/lang/nl/keybind-readme.html b/addons/webinterface.default/lang/nl/keybind-readme.html
new file mode 100644
index 0000000000..abe4084a2f
--- /dev/null
+++ b/addons/webinterface.default/lang/nl/keybind-readme.html
@@ -0,0 +1,26 @@
+<h1 id="sneltoetsen">Sneltoetsen</h1>
+<p>U kan uw toetsenbord gebruiken om Kodi te besturen, dit is de standaard configuratie maar u kan veranderen wat het toetsenbord bestuurd bij de <a href="#settings/web">instellingen pagina</a>. De beschikbare opties zijn:</p>
+<h2 id="kodi">Kodi</h2>
+<p>Het toetsenbord bestuurd Kodi en standaard toetsenbord interacties met de browser zijn uitgeschakeld.
+(vb. gebruik van pijltjes omhoog en omlaag om door een webpagina te scrollen). [webbrowser commando] = [Kodi actie].</p>
+<pre><code>Pijl LINKS = Richting LINKS
+Pijl RECHTS = Richting RECHTS
+Pijl OMHOOG = Richting OMHOOG
+Pijl OMLAAG = Richting OMLAAG
+BACKSPACE = Terug
+ENTER = Selecteer
+TAB = Sluit
+SPATIE BALK = <span class="hljs-keyword">Play</span>/Pauze
+Toets <span class="hljs-string">"C"</span> = <span class="hljs-keyword">Context</span> menu
+Toets <span class="hljs-string">"+"</span> = Volume Omhoog
+Toets <span class="hljs-string">"-"</span> = Volume Omlaag
+Toets <span class="hljs-string">"X"</span> = Stop
+Toets <span class="hljs-string">"T"</span> = Schakel Ondertitels
+Toets <span class="hljs-string">"&gt;"</span> = <span class="hljs-keyword">Play</span> Volgende
+Toets <span class="hljs-string">"&lt;"</span> = <span class="hljs-keyword">Play</span> Vorige
+Toets <span class="hljs-string">"\" = Volledig scherm</span>
+</code></pre><p><a href="https://github.com/xbmc/chorus2/blob/master/src/js/apps/input/input_app.js.coffee">Wil u verbeteringen aanbrengen? klik hier</a></p>
+<h2 id="browser">Browser</h2>
+<p>Het toetsenbord bestuurd enkel de webbrowser. Wanneer de <a href="#remote">afstandsbediening</a> open staat besturen de toetsen enkel Kodi.</p>
+<h2 id="beide">Beide</h2>
+<p>Toetsenbord commando&#39;s worden uitgevoerd in Kodi en in de webbrowser. Wanneer de <a href="#remote">afstandsbediening</a> open staat besturen de toetsen enkel Kodi. NOTE: Veel commando&#39;s zijn gedeeld bij zowel webbrowser en Kodi. (vb: Backspace)</p>
diff --git a/addons/webinterface.default/lib/video-js/plugins/videojs-chromecast/videojs-chromecast.css b/addons/webinterface.default/lib/video-js/plugins/videojs-chromecast/videojs-chromecast.css
index 129409e9e9..053d5d4f20 100644
--- a/addons/webinterface.default/lib/video-js/plugins/videojs-chromecast/videojs-chromecast.css
+++ b/addons/webinterface.default/lib/video-js/plugins/videojs-chromecast/videojs-chromecast.css
@@ -1 +1 @@
-@font-face{font-family:chromecast;src:url("fonts/chromecast.eot?#iefix") format("eot")}@font-face{font-family:chromecast;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg7RB+YAAAC8AAAAYGNtYXAXVdKJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZjwDrFcAAAF4AAAAzGhlYWQKebynAAACRAAAADZoaGVhCTwFQQAAAnwAAAAkaG10eAk7AAAAAAKgAAAAFGxvY2EAKAB6AAACtAAAAAxtYXhwAAoALwAAAsAAAAAgbmFtZccyBsQAAALgAAABqnBvc3QAAwAAAAAEjAAAACAAAwU7AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAQQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QH//f//AAAAAAAg6QH//f//AAH/4xcDAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAAAAAAU7BAAADgATAB8ALAAAExEeARcRIREhHgEXIREhAxUzLgEnFR4DFzMuAycVHgMXMy4DJ08bNBoEGv1eCg8GAuz7FE+XD1E3LE09KQhqCDtZc0JSkG9HCWoKV4y2aAQA/k8GDwoBZ/0hGjQbA7H8l5c3UclqCCk9TSxCc1k7wmoJR2+QUmi2jFcKAAABAAAAAQAAsTF8aV8PPPUACwQAAAAAANMQO9UAAAAA0xA71QAAAAAFOwQAAAAACAACAAAAAAAAAAEAAAQAAAAAAAU7AAAAAAU7AAEAAAAAAAAAAAAAAAAAAAAFBAAAAAAAAAAAAAAAAAAAAAU7AAAAAAAAAAoAFAAeAGYAAQAAAAUALQAEAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAoAAAABAAAAAAACAAcAewABAAAAAAADAAoAPwABAAAAAAAEAAoAkAABAAAAAAAFAAsAHgABAAAAAAAGAAoAXQABAAAAAAAKABoArgADAAEECQABABQACgADAAEECQACAA4AggADAAEECQADABQASQADAAEECQAEABQAmgADAAEECQAFABYAKQADAAEECQAGABQAZwADAAEECQAKADQAyENocm9tZWNhc3QAQwBoAHIAbwBtAGUAYwBhAHMAdFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMENocm9tZWNhc3QAQwBoAHIAbwBtAGUAYwBhAHMAdENocm9tZWNhc3QAQwBoAHIAbwBtAGUAYwBhAHMAdFJlZ3VsYXIAUgBlAGcAdQBsAGEAckNocm9tZWNhc3QAQwBoAHIAbwBtAGUAYwBhAHMAdEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAT4AAsAAAAABKwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDtEH5mNtYXAAAAFoAAAAVAAAAFQXVdKJZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAMwAAADMPAOsV2hlYWQAAAKQAAAANgAAADYKebynaGhlYQAAAsgAAAAkAAAAJAk8BUFobXR4AAAC7AAAABQAAAAUCTsAAGxvY2EAAAMAAAAADAAAAAwAKAB6bWF4cAAAAwwAAAAgAAAAIAAKAC9uYW1lAAADLAAAAaoAAAGqxzIGxHBvc3QAAATYAAAAIAAAACAAAwAAAAMFOwGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QEEAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkB//3//wAAAAAAIOkB//3//wAB/+MXAwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABAAAAAAFOwQAAA4AEwAfACwAABMRHgEXESERIR4BFyERIQMVMy4BJxUeAxczLgMnFR4DFzMuAydPGzQaBBr9XgoPBgLs+xRPlw9RNyxNPSkIagg7WXNCUpBvRwlqCleMtmgEAP5PBg8KAWf9IRo0GwOx/JeXN1HJaggpPU0sQnNZO8JqCUdvkFJotoxXCgAAAQAAAAEAALExfGlfDzz1AAsEAAAAAADTEDvVAAAAANMQO9UAAAAABTsEAAAAAAgAAgAAAAAAAAABAAAEAAAAAAAFOwAAAAAFOwABAAAAAAAAAAAAAAAAAAAABQQAAAAAAAAAAAAAAAAAAAAFOwAAAAAAAAAKABQAHgBmAAEAAAAFAC0ABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAKAAAAAQAAAAAAAgAHAHsAAQAAAAAAAwAKAD8AAQAAAAAABAAKAJAAAQAAAAAABQALAB4AAQAAAAAABgAKAF0AAQAAAAAACgAaAK4AAwABBAkAAQAUAAoAAwABBAkAAgAOAIIAAwABBAkAAwAUAEkAAwABBAkABAAUAJoAAwABBAkABQAWACkAAwABBAkABgAUAGcAAwABBAkACgA0AMhDaHJvbWVjYXN0AEMAaAByAG8AbQBlAGMAYQBzAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBDaHJvbWVjYXN0AEMAaAByAG8AbQBlAGMAYQBzAHRDaHJvbWVjYXN0AEMAaAByAG8AbQBlAGMAYQBzAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJDaHJvbWVjYXN0AEMAaAByAG8AbQBlAGMAYQBzAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff"),url("fonts/chromecast.svg?chromecast") format("svg");font-weight:normal;font-style:normal}.vjs-icon-chromecast,.video-js .vjs-chromecast-button,.vjs-tech-chromecast .casting-overlay .casting-information .casting-icon{font-family:chromecast;font-weight:normal;font-style:normal}.vjs-icon-chromecast:before,.video-js .vjs-chromecast-button:before,.vjs-tech-chromecast .casting-overlay .casting-information .casting-icon:before{content:""}.video-js .vjs-chromecast-button{cursor:pointer}.video-js .vjs-chromecast-button{font-size:0.7em}.video-js .vjs-chromecast-button:before{line-height:2.3}.video-js .vjs-chromecast-button.connected{color:#66A8CC}.video-js .vjs-chromecast-button.error{color:#c70000}.vjs-tech-chromecast .casting-image{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#000;background-repeat:no-repeat;background-size:contain;background-position:center}.vjs-tech-chromecast .casting-overlay{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#000;background-color:rgba(0,0,0,0.3);cursor:default}.vjs-tech-chromecast .casting-overlay .casting-information{position:absolute;bottom:8em;right:8em;height:50px;color:#FFF}.vjs-tech-chromecast .casting-overlay .casting-information .casting-icon{font-size:44px;line-height:50px;margin-right:10px;float:left;width:58px;height:50px}.vjs-tech-chromecast .casting-overlay .casting-information .casting-description{height:50px;font-size:20px;line-height:20px}.vjs-tech-chromecast .casting-overlay .casting-information .casting-description small{font-size:11px} \ No newline at end of file
+@font-face{font-family:chromecast;src:url("fonts/chromecast.eot?#iefix") format("eot")}@font-face{font-family:chromecast;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg7RB+YAAAC8AAAAYGNtYXAXVdKJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZjwDrFcAAAF4AAAAzGhlYWQKebynAAACRAAAADZoaGVhCTwFQQAAAnwAAAAkaG10eAk7AAAAAAKgAAAAFGxvY2EAKAB6AAACtAAAAAxtYXhwAAoALwAAAsAAAAAgbmFtZccyBsQAAALgAAABqnBvc3QAAwAAAAAEjAAAACAAAwU7AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAQQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QH//f//AAAAAAAg6QH//f//AAH/4xcDAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAAAAAAU7BAAADgATAB8ALAAAExEeARcRIREhHgEXIREhAxUzLgEnFR4DFzMuAycVHgMXMy4DJ08bNBoEGv1eCg8GAuz7FE+XD1E3LE09KQhqCDtZc0JSkG9HCWoKV4y2aAQA/k8GDwoBZ/0hGjQbA7H8l5c3UclqCCk9TSxCc1k7wmoJR2+QUmi2jFcKAAABAAAAAQAAsTF8aV8PPPUACwQAAAAAANMQO9UAAAAA0xA71QAAAAAFOwQAAAAACAACAAAAAAAAAAEAAAQAAAAAAAU7AAAAAAU7AAEAAAAAAAAAAAAAAAAAAAAFBAAAAAAAAAAAAAAAAAAAAAU7AAAAAAAAAAoAFAAeAGYAAQAAAAUALQAEAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAoAAAABAAAAAAACAAcAewABAAAAAAADAAoAPwABAAAAAAAEAAoAkAABAAAAAAAFAAsAHgABAAAAAAAGAAoAXQABAAAAAAAKABoArgADAAEECQABABQACgADAAEECQACAA4AggADAAEECQADABQASQADAAEECQAEABQAmgADAAEECQAFABYAKQADAAEECQAGABQAZwADAAEECQAKADQAyENocm9tZWNhc3QAQwBoAHIAbwBtAGUAYwBhAHMAdFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMENocm9tZWNhc3QAQwBoAHIAbwBtAGUAYwBhAHMAdENocm9tZWNhc3QAQwBoAHIAbwBtAGUAYwBhAHMAdFJlZ3VsYXIAUgBlAGcAdQBsAGEAckNocm9tZWNhc3QAQwBoAHIAbwBtAGUAYwBhAHMAdEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAT4AAsAAAAABKwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDtEH5mNtYXAAAAFoAAAAVAAAAFQXVdKJZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAMwAAADMPAOsV2hlYWQAAAKQAAAANgAAADYKebynaGhlYQAAAsgAAAAkAAAAJAk8BUFobXR4AAAC7AAAABQAAAAUCTsAAGxvY2EAAAMAAAAADAAAAAwAKAB6bWF4cAAAAwwAAAAgAAAAIAAKAC9uYW1lAAADLAAAAaoAAAGqxzIGxHBvc3QAAATYAAAAIAAAACAAAwAAAAMFOwGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QEEAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkB//3//wAAAAAAIOkB//3//wAB/+MXAwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABAAAAAAFOwQAAA4AEwAfACwAABMRHgEXESERIR4BFyERIQMVMy4BJxUeAxczLgMnFR4DFzMuAydPGzQaBBr9XgoPBgLs+xRPlw9RNyxNPSkIagg7WXNCUpBvRwlqCleMtmgEAP5PBg8KAWf9IRo0GwOx/JeXN1HJaggpPU0sQnNZO8JqCUdvkFJotoxXCgAAAQAAAAEAALExfGlfDzz1AAsEAAAAAADTEDvVAAAAANMQO9UAAAAABTsEAAAAAAgAAgAAAAAAAAABAAAEAAAAAAAFOwAAAAAFOwABAAAAAAAAAAAAAAAAAAAABQQAAAAAAAAAAAAAAAAAAAAFOwAAAAAAAAAKABQAHgBmAAEAAAAFAC0ABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAKAAAAAQAAAAAAAgAHAHsAAQAAAAAAAwAKAD8AAQAAAAAABAAKAJAAAQAAAAAABQALAB4AAQAAAAAABgAKAF0AAQAAAAAACgAaAK4AAwABBAkAAQAUAAoAAwABBAkAAgAOAIIAAwABBAkAAwAUAEkAAwABBAkABAAUAJoAAwABBAkABQAWACkAAwABBAkABgAUAGcAAwABBAkACgA0AMhDaHJvbWVjYXN0AEMAaAByAG8AbQBlAGMAYQBzAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBDaHJvbWVjYXN0AEMAaAByAG8AbQBlAGMAYQBzAHRDaHJvbWVjYXN0AEMAaAByAG8AbQBlAGMAYQBzAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJDaHJvbWVjYXN0AEMAaAByAG8AbQBlAGMAYQBzAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff"),url("fonts/chromecast.svg?chromecast") format("svg");font-weight:normal;font-style:normal}.vjs-icon-chromecast,.video-js .vjs-chromecast-button,.vjs-tech-chromecast .casting-overlay .casting-information .casting-icon{font-family:chromecast;font-weight:normal;font-style:normal}.vjs-icon-chromecast:before,.video-js .vjs-chromecast-button:before,.vjs-tech-chromecast .casting-overlay .casting-information .casting-icon:before{content:""}.video-js .vjs-chromecast-button{cursor:pointer}.video-js .vjs-chromecast-button{font-size:0.7em}.video-js .vjs-chromecast-button:before{line-height:2.3}.video-js .vjs-chromecast-button.connected{color:#66A8CC}.video-js .vjs-chromecast-button.error{color:#c70000}.vjs-tech-chromecast .casting-image{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#000;background-repeat:no-repeat;background-size:contain;background-position:center}.vjs-tech-chromecast .casting-overlay{position:absolute;top:0;right:0;left:0;bottom:0;background-color:#000;background-color:rgba(0,0,0,0.3);cursor:default}.vjs-tech-chromecast .casting-overlay .casting-information{position:absolute;bottom:8em;right:8em;height:50px;color:#FFF}.vjs-tech-chromecast .casting-overlay .casting-information .casting-icon{font-size:44px;line-height:50px;margin-right:10px;float:left;width:58px;height:50px}.vjs-tech-chromecast .casting-overlay .casting-information .casting-description{height:50px;font-size:20px;line-height:20px}.vjs-tech-chromecast .casting-overlay .casting-information .casting-description small{font-size:11px} \ No newline at end of file
diff --git a/addons/webinterface.default/themes/base/css/base.css b/addons/webinterface.default/themes/base/css/base.css
index 71025b69e4..073c246fef 100644
--- a/addons/webinterface.default/themes/base/css/base.css
+++ b/addons/webinterface.default/themes/base/css/base.css
@@ -47,7 +47,7 @@ a{-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:al
.landing-page .landing-section{padding-bottom:10px}.landing-page .region-content{padding:0}.landing-page .region-content h3 a,.landing-page h3.set-header a{font-size:75%;line-height:1.4;float:right;color:#999}.landing-page .region-content h3 a:hover,.landing-page h3.set-header a:hover{color:#12b2e7}.landing-page .landing-sections{position:relative;z-index:10}.landing-loading .landing-page .landing-content{min-height:3000px}#landing-hero{display:none;background-color:#323537;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;height:600px;position:relative;z-index:1}@media (min-width: 57em){#landing-hero{display:block}}
.active-player-kodi .details-header{background:#323537}.active-player-kodi .details-header .gradient{background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMzUzNyIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMzIzNTM3IiBzdG9wLW9wYWNpdHk9IjAuOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMyMzUzNyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size:100%;background-image:-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #323537),color-stop(30%, rgba(50,53,55,0.9)),color-stop(100%, rgba(50,53,55,0)));background-image:-moz-linear-gradient(left, #323537 0%,rgba(50,53,55,0.9) 30%,rgba(50,53,55,0) 100%);background-image:-webkit-linear-gradient(left, #323537 0%,rgba(50,53,55,0.9) 30%,rgba(50,53,55,0) 100%);background-image:linear-gradient(to right, #323537 0%,rgba(50,53,55,0.9) 30%,rgba(50,53,55,0) 100%)}.active-player-local .details-header{background:#222425}.active-player-local .details-header .gradient{background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIyMjQyNSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMjIyNDI1IiBzdG9wLW9wYWNpdHk9IjAuOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjQyNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size:100%;background-image:-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #222425),color-stop(30%, rgba(34,36,37,0.9)),color-stop(100%, rgba(34,36,37,0)));background-image:-moz-linear-gradient(left, #222425 0%,rgba(34,36,37,0.9) 30%,rgba(34,36,37,0) 100%);background-image:-webkit-linear-gradient(left, #222425 0%,rgba(34,36,37,0.9) 30%,rgba(34,36,37,0) 100%);background-image:linear-gradient(to right, #222425 0%,rgba(34,36,37,0.9) 30%,rgba(34,36,37,0) 100%)}.details-header{*zoom:1;position:relative;min-height:283px;padding-bottom:2em}.details-header:after{content:"";display:table;clear:both}.details-header a{color:rgba(255,255,255,0.6)}.details-header a:hover{color:rgba(255,255,255,0.9)}.details-header .region-details-side{padding:0.5em 0 0.5em 0.5em;display:none}@media (min-width: 45em){.details-header .region-details-side{width:190px}}@media (min-width: 75em){.details-header .region-details-side{width:280px}}@media (min-width: 45em){.details-header .region-details-side{display:block;padding:1.5em;position:absolute}}.details-header .region-details-meta-wrapper{padding:0.5em 2em;color:rgba(255,255,255,0.9);position:relative;z-index:20}@media (min-width: 45em){.details-header .region-details-meta-wrapper{margin-left:190px}}@media (min-width: 75em){.details-header .region-details-meta-wrapper{margin-left:280px}}@media (min-width: 45em){.details-header .region-details-meta-wrapper{padding:0.5em 1em 0 0.5em}}@media (min-width: 75em){.details-header .region-details-meta-wrapper{padding-top:1em}}@media (min-width: 90em){.details-header .region-details-meta-wrapper{margin-right:300px;color:rgba(255,255,255,0.9)}.shell-playlist-closed .details-header .region-details-meta-wrapper{margin-right:500px}}.details-header .region-details-title{color:rgba(255,255,255,0.95);margin-bottom:0.5em}.details-header .region-details-title .sub{font-weight:normal;font-size:14px;color:rgba(255,255,255,0.4)}@media (min-width: 45em){.details-header .region-details-title{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:75%;float:left}}.details-header .region-details-rating{width:73px;font-size:170%;color:rgba(255,255,255,0.7);white-space:nowrap;margin-top:0.8em;padding-right:2em;position:relative;text-align:right}.details-header .region-details-rating i{font-size:150%;top:-5px;right:0;position:absolute}.details-header .region-details-rating i:before{content:"\e631";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}@media (min-width: 45em){.details-header .region-details-rating{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:25%;float:right}}.details-header .region-details-subtext{color:rgba(255,255,255,0.6);*zoom:1}.details-header .region-details-subtext:after{content:"";display:table;clear:both}.details-header .region-details-fanart{background-size:cover;background-position:50% 50%;width:100%;top:0;right:0;bottom:0;left:0;position:absolute;z-index:10;opacity:0.3}@media (min-width: 57em){.details-header .region-details-fanart{width:600px;margin-left:50px}}@media (min-width: 75em){.details-header .region-details-fanart{left:auto}}.details-header .region-details-fanart .gradient{content:"";top:0;bottom:0;left:0;position:absolute;width:60%}@media (min-width: 90em){.details-header .region-details-fanart{opacity:0.8}}.details-header .tagline,.details-header .description{margin-bottom:0.5em;max-height:22px;overflow:hidden;cursor:pointer;color:rgba(255,255,255,0.6)}.details-header .tagline.expanded,.details-header .description.expanded{max-height:none}@media (min-width: 75em){.details-header .tagline,.details-header .description{padding-right:10%}}.details-header .tagline{max-height:none;cursor:default;color:rgba(255,255,255,0.8)}.details-header .meta{margin:1em 0}.details-header .meta span{color:rgba(255,255,255,0.6)}.details-header .meta label{text-transform:capitalize}.details-header .runtime{font-size:120%;margin-bottom:0.6em;float:left}.details-header .genres{float:right}.details-header .streams span{color:rgba(255,255,255,0.6);text-transform:uppercase}.details-header .card-detail .artwork{position:relative;z-index:20}.details-header .card-detail .play{top:0;right:0;bottom:0;left:0;position:absolute;background:rgba(0,0,0,0.55);top:0;right:0;bottom:0;left:0;position:absolute;z-index:20;cursor:pointer;opacity:0}.details-header .card-detail .play:before{content:"\e6b9";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.details-header .card-detail .play:before{font-size:400%;color:rgba(255,255,255,0.8);top:0;right:0;bottom:0;left:0;position:absolute;margin:auto;width:55px;height:55px}.details-header .card-detail:hover .play{opacity:1}.details-header label{font-weight:normal}.details-header .dropdown>span{cursor:pointer}.tvshow-show .details-header,.season-details .details-header,.movie-show .details-header{min-height:315px}@media (min-width: 75em){.tvshow-show .details-header,.season-details .details-header,.movie-show .details-header{min-height:405px}}.section-movie .details-header .region-details-meta-below,.section-tvshow .details-header .region-details-meta-below{height:auto;overflow:initial}.layout-container.with-sidebar-first>.region-first{background:#f2f2f2;position:fixed;bottom:70px;top:50px;left:0;width:0;width:250px;left:-100%;-webkit-box-shadow:1px 0 3px 0 rgba(134,134,134,0.3);box-shadow:1px 0 3px 0 rgba(134,134,134,0.3);-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;overflow-y:auto;z-index:25}@media (min-width: 57em){.layout-container.with-sidebar-first>.region-first{bottom:70px}}@media (min-width: 57em){.layout-container.with-sidebar-first>.region-first{left:50px}}@media (min-width: 57em){.layout-container.with-sidebar-first>.region-first{width:190px}}@media (min-width: 75em){.layout-container.with-sidebar-first>.region-first{width:250px}}@media (min-width: 57em){.layout-container.with-sidebar-first>.region-first{display:block;-webkit-box-shadow:1px 0 3px 0 rgba(134,134,134,0.05);box-shadow:1px 0 3px 0 rgba(134,134,134,0.05);left:50px}}.region-first-open .layout-container.with-sidebar-first>.region-first{left:0}@media (min-width: 57em){.region-first-open .layout-container.with-sidebar-first>.region-first{left:50px}}.layout-container.with-sidebar-first>.region-content-wrapper{margin-left:0;margin-left:0}@media (min-width: 57em){.layout-container.with-sidebar-first>.region-content-wrapper{margin-left:190px}}@media (min-width: 75em){.layout-container.with-sidebar-first>.region-content-wrapper{margin-left:250px}}.layout-container.with-header>.region-content-wrapper{position:relative}.layout-container.with-header>.region-content-wrapper>.region-content,.layout-container.with-header>.region-content{background:#f5f5f5;padding-top:2em;min-height:500px}.region-first-toggle{top:0;left:50px;position:fixed;display:table;width:50px;text-align:center;cursor:pointer;color:rgba(255,255,255,0.6);z-index:100;font-size:150%;opacity:0.5}.region-first-toggle:before{content:"\e8a3";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.region-first-toggle:before{display:table-cell;vertical-align:middle;height:50px}@media (min-width: 57em){.region-first-toggle{display:none}}.region-first-open .region-first-toggle{color:#fff}.region-first-open .region-first-toggle:before{content:"\e89a"}.content-container.with-sidebar .content-container-first{float:left;padding-right:2em;display:none}@media (min-width: 45em){.content-container.with-sidebar .content-container-first{width:190px}}@media (min-width: 75em){.content-container.with-sidebar .content-container-first{width:280px}}@media (min-width: 45em){.content-container.with-sidebar .content-container-content-wrapper{margin-left:190px}}@media (min-width: 75em){.content-container.with-sidebar .content-container-content-wrapper{margin-left:280px}}
.section-content{max-width:1150px;margin-bottom:2em;padding-bottom:2em}.section-content h2{margin-bottom:1em}.section-content.section-full-width{max-width:none}.content-sections>.section-content:last-child{border:none}#loading-page{top:0;right:0;bottom:150px;left:0;position:fixed;left:0;right:0}@media (min-width: 57em){#loading-page{left:50px}}.shell-playlist-closed #loading-page{right:0}@media (min-width: 57em){#loading-page{right:310px}.shell-playlist-closed #loading-page{right:50px}}@media (min-width: 75em){#loading-page{right:400px}.shell-playlist-closed #loading-page{right:50px}}#loading-page.init{left:0 !important;right:0 !important}.shell-playlist-closed #loading-page{right:0}@media (min-width: 57em){.shell-playlist-closed #loading-page{right:50px}}@media (min-width: 75em){.shell-playlist-closed #loading-page{right:50px}}#loading-page h2{text-align:center;margin-top:18rem;font-size:1.5em;color:#a8a7a6}@media (min-width: 57em){#loading-page h2{margin-top:33rem}}.loader-inline #loading-page{position:relative;bottom:0;left:0 !important;right:0 !important}.loader-inline #loading-page h2{margin-top:10rem}@media (min-width: 57em){.loader-inline #loading-page h2{margin-top:12rem}}.search-page #loading-page{position:static;width:100%}.loader{position:absolute;margin:5rem auto 3rem auto;overflow:hidden}.loader>div{position:absolute;top:0;left:0;height:100%;width:100%}.orbit{height:20rem;width:20rem;top:0;left:0;bottom:0;right:0;margin:auto;overflow:visible;background-color:#ddd;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.orbit>div{top:2.5rem;left:2.5rem;font-size:1rem;height:15rem;width:15rem;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.orbit>div::before{position:absolute;left:calc(50% - .5em);display:block;content:'';height:1em;width:1em;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.orbit>div:nth-child(1)::before{background-color:#a8a7a6}.orbit>div:nth-child(2)::before{background-color:#a8a7a6}.orbit>div:nth-child(3)::before{background-color:#a8a7a6}.orbit>div:nth-child(4)::before{background-color:#a8a7a6}@-moz-keyframes loading-orbit{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-orbit{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-orbit{0%{-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes loading-orbit-before{0%{height:1em;width:1em;-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:5}5%{height:1.25em;width:1.25em}25%{height:2em;width:2em;z-index:10;background-color:#12b2e7}50%{-moz-transform:translate3d(1rem, 15rem, 0);transform:translate3d(1rem, 15rem, 0);z-index:0;height:1em;width:1em}100%{-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:0;height:1em;width:1em}}@-webkit-keyframes loading-orbit-before{0%{height:1em;width:1em;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:5}5%{height:1.25em;width:1.25em}25%{height:2em;width:2em;z-index:10;background-color:#12b2e7}50%{-webkit-transform:translate3d(1rem, 15rem, 0);transform:translate3d(1rem, 15rem, 0);z-index:0;height:1em;width:1em}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:0;height:1em;width:1em}}@keyframes loading-orbit-before{0%{height:1em;width:1em;-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:5}5%{height:1.25em;width:1.25em}25%{height:2em;width:2em;z-index:10;background-color:#12b2e7}50%{-moz-transform:translate3d(1rem, 15rem, 0);-ms-transform:translate3d(1rem, 15rem, 0);-webkit-transform:translate3d(1rem, 15rem, 0);transform:translate3d(1rem, 15rem, 0);z-index:0;height:1em;width:1em}100%{-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:0;height:1em;width:1em}}.loader.orbit>div{-webkit-animation:loading-orbit 6s infinite linear;-o-animation:loading-orbit 6s infinite linear;animation:loading-orbit 6s infinite linear}.loader.orbit>div::before{-webkit-animation:loading-orbit-before 2s infinite ease-in-out;-o-animation:loading-orbit-before 2s infinite ease-in-out;animation:loading-orbit-before 2s infinite ease-in-out}.loader.orbit>div:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.loader.orbit>div:nth-child(2){-webkit-animation-delay:-0.75s;animation-delay:-0.75s}.loader.orbit>div:nth-child(3){-webkit-animation-delay:-1.5s;animation-delay:-1.5s}.loader.orbit>div:nth-child(4){-webkit-animation-delay:-2.25s;animation-delay:-2.25s}.loader.orbit>div:nth-child(1)::before{-webkit-animation-delay:0s;animation-delay:0s}.loader.orbit>div:nth-child(2)::before{-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.loader.orbit>div:nth-child(3)::before{-webkit-animation-delay:-1s;animation-delay:-1s}.loader.orbit>div:nth-child(4)::before{-webkit-animation-delay:-1.5s;animation-delay:-1.5s}.spinner-double-section-far,.spinner-double-section{top:20em;right:0;bottom:0;left:0;position:absolute;margin:auto;width:80px;height:80px;border-radius:50%;border:4px solid rgba(170,170,170,0.2);-webkit-animation:spinner 3s linear infinite;-o-animation:spinner 3s linear infinite;animation:spinner 3s linear infinite}.loader-inline .spinner-double-section-far,.loader-inline .spinner-double-section{top:5em}@-moz-keyframes spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-webkit-keyframes spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.spinner-double-section-far,.spinner-double-section{position:relative}.spinner-double-section-far:before,.spinner-double-section-far:after,.spinner-double-section:before,.spinner-double-section:after{content:'';position:absolute;top:-20px;left:-20px;display:block;width:80px;height:80px;border-radius:50%;border:4px solid transparent;border-top-color:#12b2e7}.spinner-double-section-far:after,.spinner-double-section:after{border-top-color:transparent;border-bottom-color:#12b2e7}.spinner-double-section-far{top:11em}.spinner-double-section-far:before,.spinner-double-section-far:after{top:-12px;left:-12px;width:96px;height:96px}@media (min-width: 57em){.spinner-double-section-far{top:20em}}
-@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loader-small-inline{border-radius:50%;width:20px;height:20px;border:0.25rem solid rgba(0,0,0,0.1);border-top-color:#12b2e7;animation:spin 1s infinite linear;display:inline-block}.local-playlist-list .region-first .new-list{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#a8a7a6;padding:0.5em 1em;position:relative;cursor:pointer;margin:0 0.5em 0.5em 0;color:#fff;text-transform:capitalize;padding-right:2.5em;margin:2em 0}.local-playlist-list .region-first .new-list .text{position:relative;white-space:nowrap;overflow:hidden;display:block}.local-playlist-list .region-first .new-list .text:after{content:"";*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#00A8A7A6', endColorstr='#FFA8A7A6');background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YTdhNiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOGE3YTYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size:100%;background-image:-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(168,167,166,0)),color-stop(100%, #a8a7a6));background-image:-moz-linear-gradient(left, rgba(168,167,166,0) 0%,#a8a7a6 100%);background-image:-webkit-linear-gradient(left, rgba(168,167,166,0) 0%,#a8a7a6 100%);background-image:linear-gradient(to right, rgba(168,167,166,0) 0%,#a8a7a6 100%);top:0;right:0;bottom:0;position:absolute;width:1.5em}.local-playlist-list .region-first .new-list:hover{color:#fff}.local-playlist-list .region-first .new-list:before{content:"\e6fd";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.local-playlist-list .region-first .new-list:before{top:9px;right:0.5em;position:absolute;color:rgba(255,255,255,0.5);font-size:110%}.local-playlist-list .region-first .new-list:hover:before{color:#fff}.local-playlist-list .region-content{padding:0}.modal .playlist-selection-list h3{display:none}.modal .playlist-selection-list .lists li:after{display:none}.local-playlist .local-playlist-header{position:relative;background:#fff;padding:1em}.local-playlist .local-playlist-header h2{margin:0;font-size:18px;color:#888}.local-playlist .local-playlist-header .dropdown{position:absolute;right:1em;top:0.5em}.local-playlist .local-playlist-header .dropdown i{color:#888;display:table;width:1.5em;text-align:center;cursor:pointer;font-size:150%}.local-playlist .local-playlist-header .dropdown i:before{content:"\e8a3";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.local-playlist .local-playlist-header .dropdown i:before{display:table-cell;vertical-align:middle;height:1.5em}.local-playlist .local-playlist-header .dropdown ul{left:auto;right:0}.local-playlist .item-container{margin:1em}.local-playlist .empty-content{color:#888;text-align:center;font-size:150%;margin:2em}#modal-window .close,#modal-window .close:hover,#modal-window .close:focus{color:#fff}#modal-window .modal-dialog{-webkit-box-shadow:0 2px 11px 2px rgba(0,0,0,0.32);box-shadow:0 2px 11px 2px rgba(0,0,0,0.32)}@media (min-width: 45em){#modal-window .modal-dialog{min-width:500px}}#modal-window .modal-header{background:#2F3334;color:#fff}#modal-window .modal-header,#modal-window .modal-body{padding:15px 20px}#modal-window .modal-footer{background:rgba(0,0,0,0.05);padding:5px 20px}#modal-window.style-confirm .modal-body{padding:30px 20px}@media (min-width: 57em){#modal-window.style-video .modal-dialog{width:800px}}#modal-window.style-video .modal-body{padding:0;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}#modal-window.style-video .modal-body iframe{position:absolute;top:0;left:0;width:100%;height:100%}#modal-window.style-video .modal-footer{display:none}#modal-window.style-edit-form .modal-footer,#modal-window.style-form .modal-footer{display:none}#modal-window.style-edit-form footer,#modal-window.style-form footer{margin:15px -20px -15px;padding:5px 20px;background:rgba(0,0,0,0.05);*zoom:1}#modal-window.style-edit-form footer:after,#modal-window.style-form footer:after{content:"";display:table;clear:both}#modal-window.style-edit-form footer .inline-list li,#modal-window.style-form footer .inline-list li{margin:0 0 0 2em;float:right}#nav-bar{background:rgba(255,255,255,0.9);width:50px;padding:0;top:0;left:0;position:fixed;margin:0;padding:0;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;z-index:50;-webkit-box-shadow:1px 0 3px 0 rgba(134,134,134,0.05);box-shadow:1px 0 3px 0 rgba(134,134,134,0.05);display:none}#nav-bar #nav-header{height:50px;background:#1e2122 url('../images/logo.png?1423030648') 0 0 no-repeat}.section-home #nav-bar{display:block}@media (min-width: 57em){#nav-bar{display:block}}#nav-bar nav{padding:1em 0}#nav-bar nav ul{margin:0;padding:0}#nav-bar nav ul li{margin:0;padding:0;list-style:none}#nav-bar nav ul a{display:block;padding:0.5em 0;color:#2b2f30;top:0;bottom:0;left:0;position:absolute;white-space:nowrap;-webkit-transition:none;-o-transition:none;transition:none}#nav-bar nav ul a span{display:none;padding-right:1em;font-weight:bold;padding-top:2px}#nav-bar nav ul a i{font-size:130%;width:50px;text-align:center}#nav-bar nav ul a i:before{top:10px;left:16px;position:absolute}#nav-bar nav ul ul{display:none}#nav-bar nav ul li{position:relative;height:38px}#nav-bar nav ul li:hover{white-space:nowrap}#nav-bar nav ul li:hover a{background:#12b2e7;color:#fff}#nav-bar nav ul li:hover a span{display:inline-block}.active-player-local #nav-bar nav ul li:hover a{background:#db2464}#player-wrapper{right:0;bottom:0;left:0;position:fixed;height:70px;background:#18191a;z-index:501}@media (min-width: 57em){#player-wrapper{height:70px}}
+@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loader-small-inline{border-radius:50%;width:20px;height:20px;border:0.25rem solid rgba(0,0,0,0.1);border-top-color:#12b2e7;animation:spin 1s infinite linear;display:inline-block}.local-playlist-list .region-first .new-list{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#a8a7a6;padding:0.5em 1em;position:relative;cursor:pointer;margin:0 0.5em 0.5em 0;color:#fff;text-transform:capitalize;padding-right:2.5em;margin:2em 0}.local-playlist-list .region-first .new-list .text{position:relative;white-space:nowrap;overflow:hidden;display:block}.local-playlist-list .region-first .new-list .text:after{content:"";*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#00A8A7A6', endColorstr='#FFA8A7A6');background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YTdhNiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhOGE3YTYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');background-size:100%;background-image:-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(168,167,166,0)),color-stop(100%, #a8a7a6));background-image:-moz-linear-gradient(left, rgba(168,167,166,0) 0%,#a8a7a6 100%);background-image:-webkit-linear-gradient(left, rgba(168,167,166,0) 0%,#a8a7a6 100%);background-image:linear-gradient(to right, rgba(168,167,166,0) 0%,#a8a7a6 100%);top:0;right:0;bottom:0;position:absolute;width:1.5em}.local-playlist-list .region-first .new-list:hover{color:#fff}.local-playlist-list .region-first .new-list:before{content:"\e6fd";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.local-playlist-list .region-first .new-list:before{top:9px;right:0.5em;position:absolute;color:rgba(255,255,255,0.5);font-size:110%}.local-playlist-list .region-first .new-list:hover:before{color:#fff}.local-playlist-list .region-content{padding:0}.modal .playlist-selection-list h3{display:none}.modal .playlist-selection-list .lists li:after{display:none}.local-playlist .local-playlist-header{position:relative;background:#fff;padding:1em}.local-playlist .local-playlist-header h2{margin:0;font-size:18px;color:#888}.local-playlist .local-playlist-header .dropdown{position:absolute;right:1em;top:0.5em}.local-playlist .local-playlist-header .dropdown i{color:#888;display:table;width:1.5em;text-align:center;cursor:pointer;font-size:150%}.local-playlist .local-playlist-header .dropdown i:before{content:"\e8a3";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.local-playlist .local-playlist-header .dropdown i:before{display:table-cell;vertical-align:middle;height:1.5em}.local-playlist .local-playlist-header .dropdown ul{left:auto;right:0}.local-playlist .item-container{margin:1em}.local-playlist .empty-content{color:#888;text-align:center;font-size:150%;margin:2em}#modal-window .close,#modal-window .close:hover,#modal-window .close:focus{color:#fff}#modal-window .modal-dialog{-webkit-box-shadow:0 2px 11px 2px rgba(0,0,0,0.32);box-shadow:0 2px 11px 2px rgba(0,0,0,0.32)}@media (min-width: 45em){#modal-window .modal-dialog{min-width:500px}}#modal-window .modal-header{background:#2F3334;color:#fff}#modal-window .modal-header,#modal-window .modal-body{padding:15px 20px}#modal-window .modal-footer{background:rgba(0,0,0,0.05);padding:5px 20px}#modal-window.style-confirm .modal-body{padding:30px 20px}@media (min-width: 57em){#modal-window.style-video .modal-dialog{width:800px}}#modal-window.style-video .modal-body{padding:0;position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}#modal-window.style-video .modal-body iframe{position:absolute;top:0;left:0;width:100%;height:100%}#modal-window.style-video .modal-footer{display:none}#modal-window.style-edit-form .modal-footer,#modal-window.style-form .modal-footer{display:none}#modal-window.style-edit-form footer,#modal-window.style-form footer{margin:15px -20px -15px;padding:5px 20px;background:rgba(0,0,0,0.05);*zoom:1}#modal-window.style-edit-form footer:after,#modal-window.style-form footer:after{content:"";display:table;clear:both}#modal-window.style-edit-form footer .inline-list li,#modal-window.style-form footer .inline-list li{margin:0 0 0 2em;float:right}#nav-bar{background:rgba(255,255,255,0.9);width:50px;padding:0;top:0;left:0;position:fixed;margin:0;padding:0;-webkit-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;z-index:50;-webkit-box-shadow:1px 0 3px 0 rgba(134,134,134,0.05);box-shadow:1px 0 3px 0 rgba(134,134,134,0.05);display:none}#nav-bar #nav-header{height:50px;background:#1e2122 url('../images/logo.png?1532737039') 0 0 no-repeat}.section-home #nav-bar{display:block}@media (min-width: 57em){#nav-bar{display:block}}#nav-bar nav{padding:1em 0}#nav-bar nav ul{margin:0;padding:0}#nav-bar nav ul li{margin:0;padding:0;list-style:none}#nav-bar nav ul a{display:block;padding:0.5em 0;color:#2b2f30;top:0;bottom:0;left:0;position:absolute;white-space:nowrap;-webkit-transition:none;-o-transition:none;transition:none}#nav-bar nav ul a span{display:none;padding-right:1em;font-weight:bold;padding-top:2px}#nav-bar nav ul a i{font-size:130%;width:50px;text-align:center}#nav-bar nav ul a i:before{top:10px;left:16px;position:absolute}#nav-bar nav ul ul{display:none}#nav-bar nav ul li{position:relative;height:38px}#nav-bar nav ul li:hover{white-space:nowrap}#nav-bar nav ul li:hover a{background:#12b2e7;color:#fff}#nav-bar nav ul li:hover a span{display:inline-block}.active-player-local #nav-bar nav ul li:hover a{background:#db2464}#player-wrapper{right:0;bottom:0;left:0;position:fixed;height:70px;background:#18191a;z-index:501}@media (min-width: 57em){#player-wrapper{height:70px}}
#player-local{display:none}.active-player-local #player-local{display:block}#player-kodi{display:block}.active-player-local #player-kodi{display:none}#player-kodi .playing-thumb:hover .remote-toggle{display:table}.player .controls-primary,.player .controls-secondary{background:rgba(255,255,255,0.05);height:70px}@media (min-width: 57em){.player .controls-primary,.player .controls-secondary{height:70px}}.player .controls-primary .control,.player .controls-secondary .control{cursor:pointer;height:70px;display:table;font-size:40px;color:rgba(255,255,255,0.5)}@media (min-width: 57em){.player .controls-primary .control,.player .controls-secondary .control{height:70px}}.player .controls-primary .control:hover,.player .controls-secondary .control:hover{color:#fff}.player .control{text-align:center}.player .control:before{display:table-cell;vertical-align:middle}.player .controls-primary{display:none;width:100%}@media (min-width: 57em){.player .controls-primary{width:300px}}.player .controls-primary .control{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:33.33%;float:left}@media (min-width: 57em){.player .controls-primary{float:left;display:block}}.player .controls-secondary{display:none;width:100%}@media (min-width: 57em){.player .controls-secondary{width:300px}}.player .controls-secondary .control{margin-top:-9px;font-size:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:25%;float:left}@media (min-width: 57em){.player .controls-secondary{float:right;display:block}}.player .now-playing{height:70px;position:relative;font-size:12px;font-weight:bold;color:#bac1c8}@media (min-width: 57em){.player .now-playing{height:70px}}.player .now-playing a{color:#bac1c8}@media (min-width: 57em){.player .now-playing{margin-right:300px;margin-left:300px}}.player .thumb{width:70px;height:70px;background-position:50% 50%;background-color:transparent;display:block;background-size:cover;background-repeat:no-repeat}.player .playing-thumb{top:0;bottom:0;left:0;position:absolute;width:70px;height:70px;z-index:10;overflow:hidden;background-color:rgba(255,255,255,0.2);background-size:cover;background-position:50% 50%}@media (min-width: 57em){.player .playing-thumb{width:70px}}@media (min-width: 57em){.player .playing-thumb{height:70px}}.player .remote-toggle{background:rgba(0,0,0,0.55);top:0;right:0;bottom:0;left:0;position:absolute;display:table;width:100px;text-align:center;cursor:pointer;display:none;color:#fff;font-size:200%;text-align:center;height:70px;width:70px;font-size:300%;opacity:0.8}.player .remote-toggle:before{content:"\e66f";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.player .remote-toggle:before{display:table-cell;vertical-align:middle;height:100px}.player .remote-toggle:before{padding-right:5px}@media (min-width: 57em){.player .remote-toggle{height:70px}}@media (min-width: 57em){.player .remote-toggle{width:70px}}.player .remote-toggle:before{display:table-cell;vertical-align:middle;height:70px;width:70px;padding:0}@media (min-width: 57em){.player .remote-toggle:before{height:70px}}@media (min-width: 57em){.player .remote-toggle:before{width:70px}}.player .playing-info{margin-left:70px}@media (min-width: 57em){.player .playing-info{margin-left:70px}}.player .playing-time{right:0;bottom:0;position:absolute;top:20px;margin:7px 10px 0 0;text-align:right}.player .playing-meta{margin:7px 0 0 10px}.player .playing-title a,.player .playing-time-current{color:#fff;font-size:14px}.player .slider-bar{height:20px;background:rgba(255,255,255,0.1);border-top:4px solid rgba(255,255,255,0);margin:0;cursor:pointer}.player .slider-bar .noUi-base,.player .slider-bar .noUi-handle,.player .slider-bar .noUi-origin{height:20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;top:0;border:none}.player .slider-bar .noUi-origin{background:#1f1f20;top:-4px}.player .slider-bar .noUi-handle{background:none;width:7px;left:-5px}.player .slider-bar:hover .noUi-handle{background:#6B6B6B}.player .volume{background:#36393a}.control-prev:before{content:"\e6a8"}.control-play:before{content:"\e6b9";font-size:150%}.control-next:before{content:"\e6a7"}.control-mute:before{content:"\e6d2"}.control-repeat:before{content:"\e6c2"}.control-shuffle:before{content:"\e6c5"}.control-menu:before{content:"\e8a3"}.player-menu-wrapper{right:0;position:fixed;width:100%;bottom:70px;z-index:50}@media (min-width: 57em){.player-menu-wrapper{width:300px}}@media (min-width: 57em){.player-menu-wrapper{bottom:70px}}.player-menu-wrapper ul{background:#fff;-webkit-box-shadow:-1px -1px 8px rgba(0,0,0,0.1);box-shadow:-1px -1px 8px rgba(0,0,0,0.1);height:0;-webkit-transition:height 0.5s ease-in;-o-transition:height 0.5s ease-in;transition:height 0.5s ease-in}.player-menu-wrapper ul li{padding:7px 13px;cursor:pointer}.player-menu-wrapper ul li:hover{background:rgba(0,0,0,0.1)}.player-menu-wrapper.opened ul{height:auto}#player-kodi{background:#18191a}.kodi-playing #player-kodi .control-play:before{content:"\e6b6"}.kodi-playing #player-kodi .playing-progress{border-top-color:#12b2e7}.kodi-paused #player-kodi .control-play:before{content:"\e6b9"}.kodi-mute-on #player-kodi .control-mute:hover{color:#12b2e7}.kodi-mute-on #player-kodi .control-mute:before{content:"\e6d0"}.kodi-repeat-one #player-kodi .control-repeat{color:#fff}.kodi-repeat-one #player-kodi .control-repeat:before{content:"\e6c3"}.kodi-repeat-one #player-kodi .control-repeat:hover{color:#12b2e7}.kodi-repeat-all #player-kodi .control-repeat{color:#fff}.kodi-repeat-all #player-kodi .control-repeat:hover{color:#12b2e7}.kodi-shuffled-on #player-kodi .control-shuffle{color:#fff}.kodi-shuffled-on #player-kodi .control-shuffle:hover{color:#12b2e7}#player-kodi .slider-bar{background:#2a2b2c}#player-kodi .slider-bar .noUi-origin{background:#151617}#player-local{background:#313233}.local-playing #player-local .control-play:before{content:"\e6b6"}.local-playing #player-local .playing-progress{border-top-color:#db2464}.local-paused #player-local .control-play:before{content:"\e6b9"}.local-mute-on #player-local .control-mute:hover{color:#db2464}.local-mute-on #player-local .control-mute:before{content:"\e6d0"}.local-repeat-one #player-local .control-repeat{color:#fff}.local-repeat-one #player-local .control-repeat:before{content:"\e6c3"}.local-repeat-one #player-local .control-repeat:hover{color:#db2464}.local-repeat-all #player-local .control-repeat{color:#fff}.local-repeat-all #player-local .control-repeat:hover{color:#db2464}.local-shuffled-on #player-local .control-shuffle{color:#fff}.local-shuffled-on #player-local .control-shuffle:hover{color:#db2464}#player-local .slider-bar{background:#414243}#player-local .slider-bar .noUi-origin{background:#2c2d2d}.playlist-items li{border-bottom:1px solid rgba(255,255,255,0.1);height:34px;position:relative;color:#999}.playlist-items li a{color:#999}.playlist-items li.sortable-ghost,.playlist-items li.row-playing,.playlist-items li.row-paused,.playlist-items li:hover{height:51px;background-color:#0b0c0c}.playlist-items li.sortable-ghost .thumb,.playlist-items li.row-playing .thumb,.playlist-items li.row-paused .thumb,.playlist-items li:hover .thumb{width:50px;height:50px;background-position:50% 50%;background-color:transparent;display:block;background-size:cover;background-repeat:no-repeat}.playlist-items li.sortable-ghost .subtitle,.playlist-items li.sortable-ghost .thumb,.playlist-items li.row-playing .subtitle,.playlist-items li.row-playing .thumb,.playlist-items li.row-paused .subtitle,.playlist-items li.row-paused .thumb,.playlist-items li:hover .subtitle,.playlist-items li:hover .thumb{display:block}.playlist-items li.sortable-ghost .title a,.playlist-items li.row-playing .title a,.playlist-items li.row-paused .title a,.playlist-items li:hover .title a{color:rgba(255,255,255,0.95)}.playlist-items li.row-playing,.playlist-items li.row-paused{height:80px;background-image:url('../images/row-playing-white.gif?1423213071');background-repeat:no-repeat;background-position:2px 1px}.playlist-items li.row-playing .remove,.playlist-items li.row-paused .remove{display:none !important}.playlist-items li.row-playing .thumb,.playlist-items li.row-paused .thumb{width:80px;height:80px;background-position:50% 50%;background-color:transparent;display:block;background-size:cover;background-repeat:no-repeat}.playlist-items li.row-playing .thumb,.playlist-items li.row-paused .thumb{top:0;right:0;bottom:0;position:absolute;margin:0}.playlist-items li.row-playing .thumb .play,.playlist-items li.row-paused .thumb .play{display:none !important}.playlist-items li.row-playing .thumb .thumbs,.playlist-items li.row-paused .thumb .thumbs{background:rgba(0,0,0,0.55);top:0;right:0;bottom:0;left:0;position:absolute;display:table;width:50px;text-align:center;cursor:pointer;display:none;color:#fff;font-size:200%;width:80px}.playlist-items li.row-playing .thumb .thumbs:before,.playlist-items li.row-paused .thumb .thumbs:before{content:"\e684";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.playlist-items li.row-playing .thumb .thumbs:before,.playlist-items li.row-paused .thumb .thumbs:before{display:table-cell;vertical-align:middle;height:50px}.playlist-items li.row-playing .thumb .thumbs:before,.playlist-items li.row-paused .thumb .thumbs:before{padding-right:5px}.playlist-items li.row-playing .thumb .thumbs:before,.playlist-items li.row-paused .thumb .thumbs:before{width:80px;height:80px}.playlist-items li.row-playing .thumb:hover .thumbs,.playlist-items li.row-paused .thumb:hover .thumbs{display:block}.playlist-items li.row-playing .meta,.playlist-items li.row-paused .meta{margin-right:90px;margin-left:27px}.playlist-items li.row-playing .meta .title,.playlist-items li.row-paused .meta .title{margin-top:5px;font-size:110%}.playlist-items li.row-paused{background-image:url('../images/row-pause-white.png?1423213243')}.playlist-items li.sortable-ghost{height:50px;background:rgba(255,255,255,0.3);opacity:0.5}.playlist-items li.thumbs-up .thumbs{color:#12b2e7 !important}.active-player-local .playlist-items li.thumbs-up .thumbs{color:#db2464 !important}.playlist-items .thumb{background:transparent;overflow:hidden;letter-spacing:-0.31em;width:50px;height:50px;float:left;margin-right:10px;display:none;position:relative}.playlist-items .thumb img{display:block;vertical-align:middle;width:50px;margin-top:50%}.playlist-items .thumb .thumb{width:50px;height:50px;background-position:50% 50%;background-color:transparent;display:block;background-size:cover;background-repeat:no-repeat}.playlist-items .thumb:hover .play{display:table}.playlist-items .play{background:rgba(0,0,0,0.55);top:0;right:0;bottom:0;left:0;position:absolute;display:table;width:50px;text-align:center;cursor:pointer;display:none;color:#fff;font-size:200%}.playlist-items .play:before{content:"\e6b9";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.playlist-items .play:before{display:table-cell;vertical-align:middle;height:50px}.playlist-items .play:before{padding-right:5px}.playlist-items .meta{margin:0 30px 0 0px;padding:9px 10px 5px 15px}.playlist-items .title,.playlist-items .subtitle{display:block;overflow:hidden;white-space:nowrap}.playlist-items .title,.playlist-items .title a{color:#bdc1c2}.playlist-items .subtitle{display:none;font-size:95%;margin-top:2px}.playlist-items .remove{top:0;right:0;bottom:0;position:absolute;display:table;width:34px;text-align:center;cursor:pointer;display:none}.playlist-items .remove:before{content:"\e89c";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.playlist-items .remove:before{display:table-cell;vertical-align:middle;height:50px}.playlist-items .remove:hover{font-size:120%;color:darkred}.playlist-items li:hover .remove{display:table}.playlists-wrapper{padding:1em;font-size:85%;overflow-y:auto;right:0;bottom:0;left:0;position:absolute;top:50px;z-index:500}.media-toggle{*zoom:1;background:rgba(255,255,255,0.1);margin-bottom:0.5em}.media-toggle:after{content:"";display:table;clear:both}.media-toggle li{float:left;padding:5px 15px;color:#999;cursor:pointer}.playlist-bar.media-audio .media-toggle li.audio{color:#fff;background:rgba(255,255,255,0.1)}.playlist-bar.media-video .media-toggle li.video{color:#fff;background:rgba(255,255,255,0.1)}.playlist-header{background:#313233;height:50px}.playlist-header .player-toggle{display:table}.playlist-header .player-toggle li{height:50px;display:table-cell;vertical-align:middle;padding:0 2em 0 2em;color:rgba(255,255,255,0.8);cursor:pointer}.playlist-header .player-toggle li:before{margin-right:0.5em;font-size:90%}.playlist-header .player-toggle li.kodi:before{content:"\e602";display:inline-block;font-family:"icomoon";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.playlist-header .player-toggle li.local:before{content:"\e7b0";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.active-player-kodi .playlist-header .player-toggle li.kodi{color:#12b2e7;background:#1b1c1d}.active-player-local .playlist-header .player-toggle li.local{color:#db2464;background:#1b1c1d}.playlist-header .playlist-menu{top:0;right:0;position:absolute}.playlist-header .playlist-menu .menu-toggle{display:table;width:50px;text-align:center;cursor:pointer;color:rgba(255,255,255,0.5);font-size:150%}.playlist-header .playlist-menu .menu-toggle:before{content:"\e8a3";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.playlist-header .playlist-menu .menu-toggle:before{display:table-cell;vertical-align:middle;height:50px}.playlist-header .playlist-menu .menu-toggle:hover{color:#fff}@media (min-width: 57em){.playlist-header .playlist-menu{right:50px}}.playlist-header .playlist-menu .dropdown-menu{background:#fff;padding:0;top:50px;margin-top:-5px}.playlist-header .playlist-menu .dropdown-menu li{padding:0;font-size:12px}.playlist-header .playlist-menu .dropdown-menu li.dropdown-header{background:rgba(0,0,0,0.1);color:rgba(0,0,0,0.6)}.playlist-header .playlist-menu .dropdown-menu li.dropdown-header,.playlist-header .playlist-menu .dropdown-menu li a{padding:0.6em 1em}.playlist-header .playlist-menu .dropdown-menu li a{color:rgba(0,0,0,0.5)}.playlist-header .playlist-menu .dropdown-menu li .party-mode i{display:none}.active-player-local.local-partymode-on .playlist-header .playlist-menu .dropdown-menu li .party-mode i,.active-player-kodi.kodi-partymode-on .playlist-header .playlist-menu .dropdown-menu li .party-mode i{display:inline-block}.active-player-kodi .kodi-playlists{display:block}.active-player-kodi .local-playlists{display:none}.active-player-local .kodi-playlists{display:none}.active-player-local .local-playlists{display:block}.playlist-page__empty{text-align:right;margin-right:1em}.playlist-page__empty h3{margin-bottom:1em}.pvr-card{background:#fff;padding:1em;margin-bottom:0.5em;position:relative}.pvr-card.aired{background-color:#f0f0f0}.pvr-card.airing{background:#f4fcff}.pvr-card .title{margin-bottom:0.5em}.pvr-card .entity-progress{top:auto;bottom:0}.pvr-card .entity-progress .current-progress{height:4px;background:#12b2e7}.pvr-card .plot,.pvr-card .title span{color:#888;font-size:90%}.pvr-card .plot{margin-top:0.5em}.pvr-card .actions{top:0.5em;right:0.5em;position:absolute}.pvr-card .actions li{display:table;width:1.5em;text-align:center;cursor:pointer;color:rgba(0,0,0,0.3);float:left;font-size:140%}.pvr-card .actions li:before{content:"\e6b9";display:inline-block;font-family:"Material-Design-Icons";font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;font-variant:normal;text-transform:none}.pvr-card .actions li:before{display:table-cell;vertical-align:middle;height:1.5em}.pvr-card .actions li:hover{color:rgba(0,0,0,0.6)}.pvr-card .actions li.play{font-size:190%;margin-top:-5px}.pvr-card .actions li.record:before{content:"\e7da"}.pvr-card .actions li.toggle-timer:before{content:"\e65e"}.pvr-card.has-timer .actions li.toggle-timer,.pvr-card.has-timer .actions li.record{color:#bf0a07}#remote{display:none;position:fixed;top:0;right:0;left:0;bottom:70px;top:50px;right:0;background-color:#18191a;z-index:500;background-size:cover}.section-remote #remote{display:block}@media (min-width: 57em){#remote{bottom:70px}}.shell-playlist-closed #remote{right:0}@media (min-width: 57em){#remote{right:310px}.shell-playlist-closed #remote{right:50px}}@media (min-width: 75em){#remote{right:400px}.shell-playlist-closed #remote{right:50px}}
#remote-background{top:0;right:0;bottom:360px;left:0;position:absolute;background-color:#2b2f30;background-position:50% 50%;background-size:cover}@media (min-width: 57em){#remote-background{bottom:0;z-index:1;background-color:#f5f5f5}}
.kodi-remote{position:absolute;bottom:180px;left:0;right:0;font-size:1.7em;color:#6F7374;overflow:hidden;z-index:500;width:auto}@media (min-width: 57em){.kodi-remote{bottom:0}}@media (min-width: 57em){.kodi-remote{width:371px}}.kodi-remote .ibut{background:#222324}.kodi-remote .ibut:hover{color:#ccc;cursor:pointer}.kodi-remote .main-controls{background:#18191a;*zoom:1}.kodi-remote .main-controls:after{content:"";display:table;clear:both}.kodi-remote .direction{background:#222324;height:155px;margin-top:-12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:75%;float:left;position:relative;z-index:10}.kodi-remote .direction .pad{margin:5px auto;width:240px;position:relative;text-align:center}.kodi-remote .direction .pad .ibut{height:145px;position:absolute;top:0;left:80px;width:80px;font-size:125%}.kodi-remote .direction .pad .ibut.up,.kodi-remote .direction .pad .ibut.down,.kodi-remote .direction .pad .ibut.ok{height:48.3333333333px;line-height:48.3333333333px}.kodi-remote .direction .pad .ibut.down{top:96.6666666667px}.kodi-remote .direction .pad .ibut.ok{top:48.3333333333px;font-size:12px}.kodi-remote .direction .pad .ibut.left{bottom:0;left:0;line-height:145px;padding-left:20px}.kodi-remote .direction .pad .ibut.right{bottom:0;right:0;left:auto;line-height:145px;padding-right:20px}.kodi-remote .buttons{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:25%;float:right;padding:6px 8px 4px;margin-top:-20px}.kodi-remote .buttons .ibut{display:block;padding:11px 0;text-align:center;margin:1px 0 9px 0}.kodi-remote .alt-controls .row,.kodi-remote .secondary-controls{clear:both;background:#18191a;height:70px}.kodi-remote .alt-controls .row .ibut,.kodi-remote .secondary-controls .ibut{background:#222324;width:33%;padding:0;line-height:70px;font-size:1.5em;text-align:center;float:left;margin-bottom:12px}@media (min-width: 57em){.kodi-remote .alt-controls .row .ibut,.kodi-remote .secondary-controls .ibut{line-height:70px}}.kodi-remote .secondary-controls{height:auto}.kodi-remote .alt-controls .row{margin:8px 0}.kodi-remote .playing-area{height:150px;position:relative;font-size:15px;color:#838b8d}.kodi-remote .playing-area .not-playing,.kodi-remote .playing-area .playing{padding:10px 20px 35px;text-align:right}.kodi-remote .playing-area .playing{background:#3b3f40 0 0 no-repeat;background-size:cover;display:none}.kodi-remote .playing-area:after{content:"";position:absolute;left:0;bottom:0;right:0;height:24px;z-index:5}.section-remote .player .now-playing .remote-toggle,.section-remote .player .now-playing .thumb{height:75px;width:75px}.section-remote .player .controls-secondary,.section-remote .player .controls-secondary .control,.section-remote .player .controls-primary,.section-remote .player .controls-primary .control,.section-remote .player .now-playing,.section-remote .player .now-playing .thumb{height:75px}.section-remote #player-wrapper{height:250px}.section-remote .player .controls-secondary,.section-remote .player .controls-primary{display:block;margin-bottom:12px}.section-remote .player .now-playing{margin:10px 0 0 0}.section-remote .player .playing-info{margin-left:75px}@media (min-width: 57em){.section-remote #player-wrapper{height:70px}.section-remote .player .now-playing,.section-remote .player .controls-secondary,.section-remote .player .controls-primary{margin:0}.section-remote .player .now-playing,.section-remote .player .now-playing .control,.section-remote .player .controls-secondary,.section-remote .player .controls-secondary .control,.section-remote .player .controls-primary,.section-remote .player .controls-primary .control{height:70px}.section-remote .player .now-playing,.section-remote .player .now-playing .thumb,.section-remote .player .controls-secondary,.section-remote .player .controls-secondary .thumb,.section-remote .player .controls-primary,.section-remote .player .controls-primary .thumb{height:70px}.section-remote .player .now-playing .thumb,.section-remote .player .controls-secondary .thumb,.section-remote .player .controls-primary .thumb{width:70px}.section-remote .player .now-playing .playing-info,.section-remote .player .controls-secondary .playing-info,.section-remote .player .controls-primary .playing-info{margin-left:70px}.section-remote .player .now-playing{margin-left:300px;margin-right:300px}}
diff --git a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.eot b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.eot
index 2627d334f4..50064d08c7 100644
--- a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.eot
+++ b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.eot
Binary files differ
diff --git a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.svg b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.svg
index b3e3faabc3..d044e6cdd1 100644
--- a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.svg
+++ b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.svg
@@ -1,1824 +1,21032 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
-<metadata></metadata>
+<metadata>
+Created by FontForge 20161003 at Sat Sep 16 06:28:46 2017
+ By www-data
+Digitized data copyright (c) 2010-2011, Google Corporation.
+</metadata>
<defs>
-<font id="open_sanslight" horiz-adv-x="1169" >
-<font-face units-per-em="2048" ascent="1638" descent="-410" />
-<missing-glyph horiz-adv-x="532" />
-<glyph unicode="&#xfb01;" horiz-adv-x="1077" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM782 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97zM796 0v1087 h99v-1087h-99z" />
-<glyph unicode="&#xfb02;" horiz-adv-x="1077" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM796 0v1556h99v-1556h-99z" />
-<glyph unicode="&#xfb03;" horiz-adv-x="1692" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM643 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25 q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM1397 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97zM1411 0v1087h99v-1087h-99z" />
-<glyph unicode="&#xfb04;" horiz-adv-x="1692" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM643 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25 q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202zM1411 0v1556h99v-1556h-99z" />
-<glyph horiz-adv-x="0" />
-<glyph unicode="&#xd;" horiz-adv-x="1044" />
-<glyph unicode=" " horiz-adv-x="532" />
-<glyph unicode="&#x09;" horiz-adv-x="532" />
-<glyph unicode="&#xa0;" horiz-adv-x="532" />
-<glyph unicode="!" horiz-adv-x="492" d="M164 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM186 1462h119l-29 -1085h-61z" />
-<glyph unicode="&#x22;" horiz-adv-x="723" d="M133 1462h127l-33 -528h-61zM463 1462h127l-33 -528h-61z" />
-<glyph unicode="#" horiz-adv-x="1323" d="M55 451v79h299l76 398h-297v80h311l86 454h91l-89 -454h365l88 454h86l-88 -454h285v-80h-301l-76 -398h303v-79h-320l-86 -451h-90l88 451h-360l-86 -451h-88l86 451h-283zM440 530h363l78 398h-363z" />
-<glyph unicode="$" d="M164 186v103q75 -36 179.5 -61t193.5 -25v508q-145 44 -215 88t-102 104t-32 146q0 124 94.5 208.5t254.5 104.5v192h81v-190q197 -9 351 -72l-33 -90q-141 62 -318 72v-486q213 -66 293 -144t80 -204q0 -133 -99 -217t-274 -106v-236h-81v232q-92 2 -200.5 22.5 t-172.5 50.5zM297 1049q0 -86 57 -141t183 -93v453q-119 -16 -179.5 -76t-60.5 -143zM618 209q122 13 192.5 75t70.5 160q0 85 -63 140.5t-200 95.5v-471z" />
-<glyph unicode="%" horiz-adv-x="1653" d="M113 1026q0 223 72 340t212 117q139 0 215 -120.5t76 -336.5q0 -226 -75 -343.5t-216 -117.5q-133 0 -208.5 120.5t-75.5 340.5zM211 1026q0 -186 45 -279.5t141 -93.5q193 0 193 373q0 184 -49.5 276.5t-143.5 92.5q-96 0 -141 -92.5t-45 -276.5zM373 0l811 1462h96 l-811 -1462h-96zM965 438q0 225 73.5 341t212.5 116q137 0 213 -120t76 -337q0 -226 -74 -343.5t-215 -117.5q-136 0 -211 121.5t-75 339.5zM1063 438q0 -185 45 -277.5t141 -92.5q193 0 193 370q0 369 -193 369q-96 0 -141 -91.5t-45 -277.5z" />
-<glyph unicode="&#x26;" horiz-adv-x="1460" d="M123 371q0 138 73.5 235t274.5 205l-75 82q-66 71 -98 139t-32 142q0 143 95.5 227t256.5 84q155 0 245.5 -81t90.5 -224q0 -105 -70 -192.5t-253 -194.5l452 -457q61 72 104 157t75 201h96q-63 -246 -209 -426l266 -268h-135l-193 197q-92 -90 -164 -131.5t-157.5 -63.5 t-194.5 -22q-209 0 -328.5 103t-119.5 288zM227 375q0 -143 93 -224t258 -81q128 0 234.5 43.5t209.5 146.5l-483 485q-136 -72 -196.5 -122.5t-88 -109.5t-27.5 -138zM373 1176q0 -79 40 -146t152 -174q159 85 221 159t62 169q0 94 -62 152.5t-168 58.5q-114 0 -179.5 -58 t-65.5 -161z" />
-<glyph unicode="'" horiz-adv-x="393" d="M133 1462h127l-33 -528h-61z" />
-<glyph unicode="(" horiz-adv-x="557" d="M82 561q0 265 77.5 496t223.5 405h113q-148 -182 -227 -412.5t-79 -486.5q0 -483 304 -887h-111q-147 170 -224 397t-77 488z" />
-<glyph unicode=")" horiz-adv-x="557" d="M61 1462h113q147 -175 224 -406.5t77 -494.5t-77.5 -490t-223.5 -395h-111q304 404 304 887q0 257 -79 487.5t-227 411.5z" />
-<glyph unicode="*" horiz-adv-x="1128" d="M104 1124l19 131l401 -104l-39 405h146l-37 -405l405 104l21 -131l-395 -39l247 -340l-124 -71l-191 379l-180 -379l-125 71l242 340z" />
-<glyph unicode="+" d="M111 682v82h432v434h82v-434h434v-82h-434v-432h-82v432h-432z" />
-<glyph unicode="," horiz-adv-x="440" d="M68 -264q77 275 110 502h117l12 -21q-75 -265 -174 -481h-65z" />
-<glyph unicode="-" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
-<glyph unicode="." horiz-adv-x="487" d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
-<glyph unicode="/" horiz-adv-x="698" d="M25 0l544 1462h105l-545 -1462h-104z" />
-<glyph unicode="0" d="M115 735q0 382 115.5 566t351.5 184q231 0 352 -190.5t121 -559.5q0 -385 -117.5 -570t-355.5 -185q-229 0 -348 190.5t-119 564.5zM223 735q0 -340 89 -502.5t270 -162.5q189 0 275.5 168t86.5 497q0 324 -86.5 492t-275.5 168t-274 -168t-85 -492z" />
-<glyph unicode="1" d="M199 1165l397 297h86v-1462h-98v1065q0 145 12 301q-15 -15 -31 -29t-309 -243z" />
-<glyph unicode="2" d="M113 0v88l389 406q164 170 230 260t97 172t31 172q0 131 -86 213t-223 82q-183 0 -350 -133l-54 69q183 154 406 154q191 0 300.5 -102t109.5 -281q0 -145 -73.5 -280.5t-268.5 -334.5l-375 -385v-4h782v-96h-915z" />
-<glyph unicode="3" d="M94 63v99q84 -44 188.5 -69t196.5 -25q221 0 332 89.5t111 252.5q0 145 -113.5 223t-333.5 78h-158v96h160q182 0 288.5 86.5t106.5 234.5q0 122 -86.5 195.5t-226.5 73.5q-109 0 -199 -30.5t-202 -104.5l-49 67q85 71 205 112.5t243 41.5q202 0 312 -95.5t110 -269.5 q0 -136 -85.5 -229t-229.5 -119v-6q176 -22 268 -112t92 -242q0 -205 -139.5 -317.5t-401.5 -112.5q-223 0 -389 83z" />
-<glyph unicode="4" d="M43 373v67l725 1030h121v-1011h252v-86h-252v-373h-94v373h-752zM162 459h633v418q0 302 14 507h-8q-20 -37 -123 -188z" />
-<glyph unicode="5" d="M143 63v103q108 -55 192 -76.5t179 -21.5q192 0 308 101.5t116 274.5q0 163 -113 256t-307 93q-130 0 -272 -39l-60 39l58 669h704v-96h-610l-45 -516q156 29 244 29q234 0 368.5 -113t134.5 -311q0 -225 -140 -350t-386 -125q-109 0 -207 21.5t-164 61.5z" />
-<glyph unicode="6" d="M131 623q0 285 77.5 479.5t220 288.5t343.5 94q94 0 172 -23v-88q-73 27 -176 27q-247 0 -384.5 -178t-154.5 -518h13q76 98 174 148t207 50q205 0 320.5 -117t115.5 -323q0 -224 -121.5 -353.5t-327.5 -129.5q-222 0 -350.5 169.5t-128.5 473.5zM240 504 q0 -111 49.5 -213.5t134 -162.5t186.5 -60q164 0 255 103t91 294q0 168 -90 262t-245 94q-102 0 -189.5 -45t-139.5 -119.5t-52 -152.5z" />
-<glyph unicode="7" d="M109 1366v96h946v-73l-604 -1389h-117l602 1366h-827z" />
-<glyph unicode="8" d="M121 375q0 131 83 230t257 169q-161 76 -227 160.5t-66 202.5q0 105 53 184.5t148.5 122.5t212.5 43q186 0 299.5 -95t113.5 -257q0 -112 -70.5 -198t-228.5 -159q192 -79 270 -173t78 -228q0 -181 -126.5 -289t-339.5 -108q-221 0 -339 101t-118 294zM223 360 q0 -138 93.5 -214t261.5 -76q164 0 264 80.5t100 218.5q0 124 -78.5 201.5t-302.5 162.5q-184 -71 -261 -157t-77 -216zM268 1137q0 -70 31.5 -123.5t91 -97t199.5 -101.5q163 63 234 139t71 183q0 120 -84.5 190t-230.5 70q-141 0 -226.5 -69.5t-85.5 -190.5z" />
-<glyph unicode="9" d="M111 993q0 220 124.5 356t323.5 136q144 0 252 -75.5t166.5 -221.5t58.5 -346q0 -288 -75.5 -482t-220 -287t-349.5 -93q-104 0 -192 26v86q43 -14 103.5 -21.5t92.5 -7.5q247 0 387 178.5t156 520.5h-12q-73 -96 -174 -147.5t-211 -51.5q-203 0 -316.5 112t-113.5 318z M213 999q0 -174 87 -264t249 -90q101 0 188.5 45t139 119.5t51.5 151.5q0 117 -46.5 219t-130 159.5t-192.5 57.5q-158 0 -252 -106.5t-94 -291.5z" />
-<glyph unicode=":" horiz-adv-x="487" d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM162 971q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
-<glyph unicode=";" horiz-adv-x="487" d="M76 -264q29 97 62 245.5t48 256.5h117l12 -21q-75 -265 -174 -481h-65zM162 971q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
-<glyph unicode="&#x3c;" d="M111 682v61l948 474v-95l-823 -405l823 -355v-96z" />
-<glyph unicode="=" d="M111 477v82h948v-82h-948zM111 885v82h948v-82h-948z" />
-<glyph unicode="&#x3e;" d="M111 266v96l823 355l-823 405v95l948 -474v-61z" />
-<glyph unicode="?" horiz-adv-x="862" d="M57 1403q110 48 184.5 64t153.5 16q183 0 288 -98.5t105 -270.5q0 -68 -18 -119t-50.5 -94.5t-78.5 -84t-102 -87.5q-64 -54 -98.5 -98.5t-50 -93.5t-15.5 -146v-14h-82v37q0 123 37.5 201t138.5 167l91 79q72 61 103 121t31 138q0 127 -83.5 202t-219.5 75 q-79 0 -148 -17.5t-149 -56.5zM260 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
-<glyph unicode="@" horiz-adv-x="1815" d="M113 561q0 256 108.5 460.5t307 317.5t448.5 113q215 0 380.5 -89t255 -254.5t89.5 -383.5q0 -228 -90.5 -366t-245.5 -138q-89 0 -144.5 54t-64.5 147h-4q-43 -100 -124 -150.5t-189 -50.5q-148 0 -229 96.5t-81 270.5q0 202 120.5 330.5t314.5 128.5q138 0 286 -41 l-22 -464v-30q0 -104 35 -156.5t116 -52.5q103 0 168.5 116.5t65.5 303.5q0 194 -79 340t-225.5 224.5t-334.5 78.5q-230 0 -405.5 -99.5t-270 -281.5t-94.5 -418q0 -322 167 -497.5t474 -175.5q93 0 188.5 18t231.5 70v-99q-203 -80 -414 -80q-349 0 -544 200.5t-195 557.5 zM633 590q0 -143 55 -215t174 -72q255 0 273 346l16 291q-79 27 -193 27q-149 0 -237 -102.5t-88 -274.5z" />
-<glyph unicode="A" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
-<glyph unicode="B" horiz-adv-x="1284" d="M207 0v1462h401q271 0 398 -92t127 -278q0 -127 -77.5 -211.5t-226.5 -108.5v-6q175 -26 257.5 -110.5t82.5 -235.5q0 -202 -134 -311t-380 -109h-448zM309 90h344q406 0 406 330q0 301 -428 301h-322v-631zM309 811h322q206 0 299.5 68.5t93.5 214.5t-105.5 212 t-314.5 66h-295v-561z" />
-<glyph unicode="C" horiz-adv-x="1272" d="M129 735q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556z" />
-<glyph unicode="D" horiz-adv-x="1446" d="M207 0v1462h395q350 0 532.5 -183t182.5 -534q0 -368 -193 -556.5t-567 -188.5h-350zM309 90h242q655 0 655 651q0 314 -159.5 472.5t-468.5 158.5h-269v-1282z" />
-<glyph unicode="E" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799z" />
-<glyph unicode="F" horiz-adv-x="1028" d="M207 0v1462h801v-94h-699v-620h660v-95h-660v-653h-102z" />
-<glyph unicode="G" horiz-adv-x="1481" d="M129 729q0 223 91.5 395.5t262 266.5t391.5 94q239 0 429 -88l-41 -92q-190 88 -394 88q-289 0 -458.5 -178.5t-169.5 -481.5q0 -330 161 -496.5t473 -166.5q202 0 343 57v514h-435v96h539v-667q-212 -90 -477 -90q-346 0 -530.5 195.5t-184.5 553.5z" />
-<glyph unicode="H" horiz-adv-x="1473" d="M207 0v1462h102v-649h854v649h103v-1462h-103v719h-854v-719h-102z" />
-<glyph unicode="I" horiz-adv-x="516" d="M207 0v1462h102v-1462h-102z" />
-<glyph unicode="J" horiz-adv-x="506" d="M-184 -254q78 -20 149 -20q242 0 242 264v1472h102v-1462q0 -369 -342 -369q-92 0 -151 27v88z" />
-<glyph unicode="K" horiz-adv-x="1190" d="M207 0v1462h102v-760l162 162l573 598h130l-599 -618l615 -844h-125l-561 772l-195 -172v-600h-102z" />
-<glyph unicode="L" horiz-adv-x="1051" d="M207 0v1462h102v-1366h697v-96h-799z" />
-<glyph unicode="M" horiz-adv-x="1767" d="M207 0v1462h158l518 -1286h6l518 1286h154v-1462h-103v1108q0 116 12 240h-8l-547 -1348h-65l-545 1350h-8q8 -124 8 -254v-1096h-98z" />
-<glyph unicode="N" horiz-adv-x="1477" d="M207 0v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462h-103l-866 1298h-8q12 -232 12 -350v-948h-98z" />
-<glyph unicode="O" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483z" />
-<glyph unicode="P" horiz-adv-x="1198" d="M207 0v1462h358q522 0 522 -420q0 -212 -144 -325t-408 -113h-226v-604h-102zM309 692h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
-<glyph unicode="Q" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -294 -126 -486.5t-349 -246.5l333 -348h-166l-282 330l-33 -2h-31q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5 t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483z" />
-<glyph unicode="R" horiz-adv-x="1217" d="M207 0v1462h348q272 0 402 -100.5t130 -302.5q0 -147 -77.5 -248t-235.5 -145l397 -666h-122l-377 637h-363v-637h-102zM309 725h279q185 0 287 82.5t102 243.5q0 167 -100 243t-326 76h-242v-645z" />
-<glyph unicode="S" horiz-adv-x="1116" d="M111 39v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5 t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59z" />
-<glyph unicode="T" horiz-adv-x="1073" d="M10 1366v96h1053v-96h-475v-1366h-103v1366h-475z" />
-<glyph unicode="U" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5z" />
-<glyph unicode="V" horiz-adv-x="1182" d="M0 1462h109l368 -995q84 -225 113 -338q20 75 79 233l402 1100h111l-547 -1462h-90z" />
-<glyph unicode="W" horiz-adv-x="1827" d="M51 1462h107l256 -942q15 -57 28 -105.5t23.5 -91t19 -82t15.5 -79.5q24 136 102 413l250 887h113l293 -1018q51 -176 73 -284q13 72 33.5 153t308.5 1149h103l-404 -1462h-84l-321 1128q-40 139 -60 228q-16 -87 -45.5 -200t-322.5 -1156h-86z" />
-<glyph unicode="X" horiz-adv-x="1102" d="M0 0l492 762l-447 700h115l395 -626l401 626h109l-453 -698l490 -764h-117l-432 682l-440 -682h-113z" />
-<glyph unicode="Y" horiz-adv-x="1081" d="M0 1462h117l426 -800l428 800h110l-487 -897v-565h-105v557z" />
-<glyph unicode="Z" horiz-adv-x="1180" d="M82 0v76l856 1290h-817v96h954v-76l-858 -1290h881v-96h-1016z" />
-<glyph unicode="[" horiz-adv-x="653" d="M174 -324v1786h428v-94h-330v-1597h330v-95h-428z" />
-<glyph unicode="\" horiz-adv-x="698" d="M25 1462h102l547 -1462h-103z" />
-<glyph unicode="]" horiz-adv-x="653" d="M51 -229h330v1597h-330v94h428v-1786h-428v95z" />
-<glyph unicode="^" d="M88 561l465 912h68l460 -912h-100l-395 791l-398 -791h-100z" />
-<glyph unicode="_" horiz-adv-x="842" d="M-4 -184h850v-82h-850v82z" />
-<glyph unicode="`" horiz-adv-x="1182" d="M393 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
-<glyph unicode="a" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5z" />
-<glyph unicode="b" horiz-adv-x="1219" d="M182 0v1556h99v-391q0 -88 -4 -162l-3 -85h7q62 98 149.5 144t210.5 46q228 0 343.5 -143.5t115.5 -419.5q0 -271 -121.5 -418t-341.5 -147q-116 0 -209 48t-147 136h-9l-28 -164h-62zM281 528q0 -246 86.5 -353t269.5 -107q178 0 268 124.5t90 354.5q0 471 -356 471 q-192 0 -275 -110t-83 -363v-17z" />
-<glyph unicode="c" horiz-adv-x="973" d="M119 537q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51q-233 0 -365 147t-132 410z" />
-<glyph unicode="d" horiz-adv-x="1219" d="M119 528q0 282 118 431t343 149q118 0 204 -43t154 -147h6q-6 126 -6 247v391h98v-1556h-65l-25 166h-8q-124 -186 -356 -186q-225 0 -344 140t-119 408zM223 530q0 -462 359 -462q184 0 270 107t86 353v17q0 252 -84.5 362.5t-273.5 110.5q-178 0 -267.5 -125 t-89.5 -363z" />
-<glyph unicode="e" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5z" />
-<glyph unicode="f" horiz-adv-x="614" d="M29 1001v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86h-256v-1001h-99v1001h-202z" />
-<glyph unicode="g" horiz-adv-x="1071" d="M45 -193q0 112 69.5 186t188.5 101q-49 21 -78.5 59.5t-29.5 88.5q0 109 139 192q-95 39 -148 122.5t-53 191.5q0 163 103.5 261.5t279.5 98.5q107 0 166 -21h348v-69l-225 -14q90 -112 90 -246q0 -157 -104.5 -254.5t-280.5 -97.5q-74 0 -104 6q-59 -31 -90 -73t-31 -89 q0 -52 39.5 -76t132.5 -24h190q177 0 271 -71.5t94 -211.5q0 -172 -139.5 -265.5t-397.5 -93.5q-205 0 -317.5 79t-112.5 220zM150 -184q0 -224 333 -224q428 0 428 273q0 98 -67 142t-217 44h-178q-299 0 -299 -235zM233 748q0 -126 76.5 -195.5t204.5 -69.5 q136 0 208.5 69t72.5 200q0 139 -74.5 208.5t-208.5 69.5q-130 0 -204.5 -74.5t-74.5 -207.5z" />
-<glyph unicode="h" horiz-adv-x="1208" d="M182 0v1556h99v-495l-5 -139h7q61 98 154 142t231 44q370 0 370 -397v-711h-98v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99z" />
-<glyph unicode="i" horiz-adv-x="463" d="M168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97zM182 0v1087h99v-1087h-99z" />
-<glyph unicode="j" horiz-adv-x="463" d="M-98 -381q69 -20 129 -20q151 0 151 176v1312h99v-1298q0 -135 -63.5 -208t-180.5 -73q-80 0 -135 25v86zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
-<glyph unicode="k" horiz-adv-x="991" d="M182 0v1556h99v-780l-7 -299h5l555 610h120l-428 -464l465 -623h-119l-413 549l-178 -162v-387h-99z" />
-<glyph unicode="l" horiz-adv-x="463" d="M182 0v1556h99v-1556h-99z" />
-<glyph unicode="m" horiz-adv-x="1808" d="M182 0v1087h82l21 -149h6q45 81 128 125.5t183 44.5q257 0 330 -193h4q53 93 142.5 143t203.5 50q178 0 267 -95t89 -302v-711h-98v713q0 159 -62 232t-190 73q-167 0 -247 -92t-80 -289v-637h-101v743q0 275 -252 275q-171 0 -249 -99.5t-78 -318.5v-600h-99z" />
-<glyph unicode="n" horiz-adv-x="1208" d="M182 0v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99z" />
-<glyph unicode="o" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z " />
-<glyph unicode="p" horiz-adv-x="1219" d="M182 -492v1579h84l19 -155h6q112 176 358 176q220 0 335.5 -144.5t115.5 -420.5q0 -268 -121.5 -415.5t-331.5 -147.5q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99zM281 541q0 -255 85.5 -364t278.5 -109q167 0 258.5 124t91.5 347q0 479 -346 479 q-190 0 -279 -104.5t-89 -340.5v-32z" />
-<glyph unicode="q" horiz-adv-x="1219" d="M119 532q0 275 118 425.5t338 150.5q236 0 353 -174h6l18 153h84v-1579h-98v414q0 122 6 248h-6q-118 -190 -369 -190q-214 0 -332 142t-118 410zM223 530q0 -229 89.5 -345.5t258.5 -116.5q198 0 282.5 109t84.5 366v12q0 245 -85 354t-271 109q-176 0 -267.5 -124 t-91.5 -364z" />
-<glyph unicode="r" horiz-adv-x="797" d="M182 0v1087h84l10 -196h7q67 120 143 168.5t184 48.5q69 0 148 -14l-19 -95q-68 17 -141 17q-139 0 -228 -118t-89 -298v-600h-99z" />
-<glyph unicode="s" horiz-adv-x="954" d="M84 47v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44t-78 -122q0 -85 60.5 -136t236.5 -114 q147 -53 214 -95.5t100.5 -96.5t33.5 -127q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67z" />
-<glyph unicode="t" horiz-adv-x="686" d="M25 1001v58l161 45l50 246h51v-263h319v-86h-319v-688q0 -125 44 -185t138 -60t164 16v-80q-72 -24 -166 -24q-144 0 -212.5 77t-68.5 242v702h-161z" />
-<glyph unicode="u" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397z" />
-<glyph unicode="v" horiz-adv-x="940" d="M0 1087h102l281 -739q56 -142 84 -248h6q41 136 84 250l281 737h102l-420 -1087h-100z" />
-<glyph unicode="w" horiz-adv-x="1481" d="M31 1087h106l174 -630q61 -234 80 -344h6q59 234 86 311l224 663h90l213 -661q72 -235 88 -311h6q8 65 80 348l166 624h100l-295 -1087h-104l-238 727q-23 74 -59 217h-6l-21 -74l-45 -145l-242 -725h-98z" />
-<glyph unicode="x" horiz-adv-x="1020" d="M55 0l394 559l-379 528h114l324 -458l321 458h109l-373 -528l400 -559h-115l-342 485l-344 -485h-109z" />
-<glyph unicode="y" horiz-adv-x="940" d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5z" />
-<glyph unicode="z" horiz-adv-x="944" d="M82 0v63l645 936h-598v88h727v-63l-649 -936h651v-88h-776z" />
-<glyph unicode="{" horiz-adv-x="723" d="M61 528v80q122 2 176 51t54 148v350q0 299 360 305v-90q-138 -5 -200 -58t-62 -157v-305q0 -130 -44 -194t-142 -85v-8q97 -20 141.5 -83.5t44.5 -186.5v-322q0 -102 59.5 -152.5t202.5 -53.5v-91q-195 0 -277.5 75t-82.5 231v337q0 205 -230 209z" />
-<glyph unicode="|" horiz-adv-x="1108" d="M508 -506v2067h92v-2067h-92z" />
-<glyph unicode="}" horiz-adv-x="723" d="M72 -233q141 2 201.5 52.5t60.5 153.5v322q0 123 44.5 186.5t141.5 83.5v8q-97 20 -141.5 84t-44.5 195v305q0 103 -61.5 156.5t-200.5 58.5v90q174 0 267 -77.5t93 -227.5v-350q0 -100 54.5 -148.5t175.5 -50.5v-80q-230 -4 -230 -209v-337q0 -155 -82.5 -230.5 t-277.5 -75.5v91z" />
-<glyph unicode="~" d="M111 625v94q108 110 233 110q61 0 115 -13.5t155 -57.5q126 -58 220 -58q56 0 109.5 30.5t115.5 94.5v-96q-48 -49 -104.5 -81t-129.5 -32q-116 0 -270 72q-124 57 -221 57q-49 0 -108 -30.5t-115 -89.5z" />
-<glyph unicode="&#xa1;" horiz-adv-x="492" d="M166 1010q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76zM186 -375l29 1086h61l29 -1086h-119z" />
-<glyph unicode="&#xa2;" d="M211 745q0 232 102.5 381.5t288.5 182.5v174h82v-166h14q131 0 275 -55l-31 -84q-134 51 -237 51q-187 0 -288.5 -122.5t-101.5 -358.5q0 -225 100.5 -349.5t280.5 -124.5q131 0 267 58v-92q-110 -56 -267 -56h-12v-204h-82v210q-186 30 -288.5 175t-102.5 380z" />
-<glyph unicode="&#xa3;" d="M78 0v84q110 21 171.5 110t61.5 224v258h-211v82h211v297q0 204 98 315t281 111q175 0 330 -68l-35 -86q-157 66 -295 66q-141 0 -209.5 -81t-68.5 -253v-301h411v-82h-411v-256q0 -116 -35 -196t-113 -128h809v-96h-995z" />
-<glyph unicode="&#xa4;" d="M127 326l139 141q-90 106 -90 256q0 147 90 258l-139 141l59 60l138 -142q103 93 260 93q155 0 260 -93l137 142l59 -60l-139 -141q90 -111 90 -258q0 -151 -90 -256l139 -141l-59 -60l-137 142q-110 -93 -260 -93q-153 0 -260 93l-138 -142zM260 723q0 -136 94.5 -232 t229.5 -96q134 0 228.5 95.5t94.5 232.5q0 136 -95 233t-228 97q-134 0 -229 -97t-95 -233z" />
-<glyph unicode="&#xa5;" d="M43 1462h117l426 -796l428 796h110l-432 -788h283v-82h-338v-205h338v-82h-338v-305h-105v305h-337v82h337v205h-337v82h278z" />
-<glyph unicode="&#xa6;" horiz-adv-x="1108" d="M508 258h92v-764h-92v764zM508 797v764h92v-764h-92z" />
-<glyph unicode="&#xa7;" horiz-adv-x="1057" d="M129 63v95q182 -78 332 -78q162 0 247 49.5t85 140.5q0 55 -25 87.5t-88.5 65.5t-190.5 79q-200 73 -272 141.5t-72 169.5q0 83 50.5 152.5t138.5 107.5q-86 47 -125 102t-39 136q0 117 101.5 183.5t275.5 66.5q175 0 336 -64l-35 -80q-91 34 -158.5 47t-144.5 13 q-134 0 -205.5 -44.5t-71.5 -119.5q0 -54 25.5 -88.5t85.5 -65.5t188 -74q192 -64 264 -132.5t72 -170.5q0 -173 -186 -274q86 -42 129 -96t43 -136q0 -135 -113 -207.5t-311 -72.5q-92 0 -171 15t-165 52zM246 825q0 -65 31.5 -104t105.5 -75t250 -99q82 41 126 98t44 121 q0 62 -32 102t-108.5 77t-236.5 87q-81 -23 -130.5 -79t-49.5 -128z" />
-<glyph unicode="&#xa8;" horiz-adv-x="1182" d="M336 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM717 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1704" d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM193 731q0 -178 88.5 -329.5t240.5 -240.5t330 -89t329.5 88.5t240.5 240.5t89 330q0 174 -85.5 325 t-239 243t-334.5 92q-176 0 -328.5 -88.5t-241.5 -242.5t-89 -329zM489 725q0 208 111 332.5t297 124.5q119 0 227 -52l-37 -83q-98 45 -190 45q-142 0 -222.5 -94.5t-80.5 -264.5q0 -186 74.5 -275t220.5 -89q84 0 198 43v-88q-102 -45 -208 -45q-187 0 -288.5 115 t-101.5 331z" />
-<glyph unicode="&#xaa;" horiz-adv-x="686" d="M78 989q0 100 80 151.5t241 59.5l95 4v43q0 77 -38 114.5t-106 37.5q-87 0 -196 -49l-33 73q117 56 231 56q228 0 228 -215v-451h-68l-25 72q-84 -84 -202 -84q-95 0 -151 49t-56 139zM168 993q0 -54 35 -85t96 -31q90 0 142.5 50t52.5 142v64l-88 -5q-116 -6 -177 -36.5 t-61 -98.5z" />
-<glyph unicode="&#xab;" horiz-adv-x="885" d="M82 516v27l309 393l62 -43l-254 -363l254 -362l-62 -43zM442 516v27l310 393l61 -43l-254 -363l254 -362l-61 -43z" />
-<glyph unicode="&#xac;" d="M111 682v82h927v-494h-82v412h-845z" />
-<glyph unicode="&#xad;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
-<glyph unicode="&#xae;" horiz-adv-x="1704" d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM193 731q0 -178 88.5 -329.5t240.5 -240.5t330 -89t329.5 88.5t240.5 240.5t89 330q0 174 -85.5 325 t-239 243t-334.5 92q-176 0 -328.5 -88.5t-241.5 -242.5t-89 -329zM608 291v880h211q143 0 222 -62t79 -191q0 -79 -38.5 -139.5t-110.5 -94.5l237 -393h-121l-210 360h-168v-360h-101zM709 731h112q91 0 143 46.5t52 135.5q0 172 -197 172h-110v-354z" />
-<glyph unicode="&#xaf;" horiz-adv-x="1024" d="M-6 1556v82h1036v-82h-1036z" />
-<glyph unicode="&#xb0;" horiz-adv-x="877" d="M139 1184q0 132 86.5 215.5t212.5 83.5t212.5 -83.5t86.5 -215.5t-86.5 -215.5t-212.5 -83.5q-130 0 -214.5 83t-84.5 216zM229 1184q0 -91 61 -154t148 -63q86 0 147.5 62t61.5 155q0 92 -60 154.5t-149 62.5q-90 0 -149.5 -64t-59.5 -153z" />
-<glyph unicode="&#xb1;" d="M111 1v82h948v-82h-948zM111 682v82h432v434h82v-434h434v-82h-434v-432h-82v432h-432z" />
-<glyph unicode="&#xb2;" horiz-adv-x="688" d="M53 586v78l242 237q125 121 172 193t47 149q0 71 -46.5 112.5t-123.5 41.5q-108 0 -217 -82l-49 65q119 103 270 103q124 0 194 -63.5t70 -174.5q0 -47 -13 -89t-40 -85.5t-68.5 -90t-308.5 -306.5h447v-88h-576z" />
-<glyph unicode="&#xb3;" horiz-adv-x="688" d="M41 629v88q136 -62 266 -62q115 0 174.5 49t59.5 136q0 83 -59.5 122t-178.5 39h-131v84h135q105 0 158 43.5t53 120.5q0 67 -47 107.5t-127 40.5q-128 0 -246 -78l-47 70q130 94 293 94q127 0 199.5 -60t72.5 -163q0 -78 -44 -131.5t-117 -75.5q186 -45 186 -211 q0 -130 -88.5 -201.5t-247.5 -71.5q-144 0 -264 60z" />
-<glyph unicode="&#xb4;" horiz-adv-x="1182" d="M393 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xb5;" horiz-adv-x="1221" d="M182 -492v1579h99v-704q0 -164 69 -238.5t213 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-50 -77 -150 -123.5t-217 -46.5q-99 0 -167.5 27.5t-119.5 84.5q5 -92 5 -170v-414h-99z" />
-<glyph unicode="&#xb6;" horiz-adv-x="1341" d="M113 1042q0 260 109 387t341 127h543v-1816h-100v1722h-228v-1722h-100v819q-64 -18 -146 -18q-216 0 -317.5 125t-101.5 376z" />
-<glyph unicode="&#xb7;" horiz-adv-x="487" d="M162 721q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
-<glyph unicode="&#xb8;" horiz-adv-x="420" d="M43 -393q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88z" />
-<glyph unicode="&#xb9;" horiz-adv-x="688" d="M76 1298l274 164h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145z" />
-<glyph unicode="&#xba;" horiz-adv-x="739" d="M70 1141q0 162 78 250t223 88q142 0 220.5 -87t78.5 -251q0 -161 -80 -250.5t-223 -89.5t-220 86t-77 254zM160 1141q0 -264 209 -264t209 264q0 131 -50 194.5t-159 63.5t-159 -63.5t-50 -194.5z" />
-<glyph unicode="&#xbb;" horiz-adv-x="885" d="M72 168l254 362l-254 363l61 43l309 -391v-27l-309 -393zM432 168l254 362l-254 363l62 43l309 -391v-27l-309 -393z" />
-<glyph unicode="&#xbc;" horiz-adv-x="1516" d="M59 1298l274 164h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145zM243 0l811 1462h94l-811 -1462h-94zM760 242v60l407 581h96v-563h129v-78h-129v-241h-90v241h-413zM864 320h309v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5z" />
-<glyph unicode="&#xbd;" horiz-adv-x="1516" d="M11 1298l274 164h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145zM168 0l811 1462h94l-811 -1462h-94zM827 1v78l242 237q125 121 172 193t47 149q0 71 -46.5 112.5t-123.5 41.5q-108 0 -217 -82l-49 65q119 103 270 103q124 0 194 -63.5t70 -174.5q0 -47 -13 -89 t-40 -85.5t-68.5 -90t-308.5 -306.5h447v-88h-576z" />
-<glyph unicode="&#xbe;" horiz-adv-x="1516" d="M41 629v88q136 -62 266 -62q115 0 174.5 49t59.5 136q0 83 -59.5 122t-178.5 39h-131v84h135q105 0 158 43.5t53 120.5q0 67 -47 107.5t-127 40.5q-128 0 -246 -78l-47 70q130 94 293 94q127 0 199.5 -60t72.5 -163q0 -78 -44 -131.5t-117 -75.5q186 -45 186 -211 q0 -130 -88.5 -201.5t-247.5 -71.5q-144 0 -264 60zM395 0l811 1462h94l-811 -1462h-94zM863 242v60l407 581h96v-563h129v-78h-129v-241h-90v241h-413zM967 320h309v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5z" />
-<glyph unicode="&#xbf;" horiz-adv-x="862" d="M74 -27q0 70 20 124t58.5 102t171.5 159q64 53 98.5 98.5t49.5 94t15 145.5v15h82v-37q0 -125 -39.5 -204.5t-136.5 -164.5l-90 -79q-73 -61 -104 -120.5t-31 -138.5q0 -124 82 -200t221 -76q125 0 233 46l64 27l37 -79q-111 -48 -185.5 -64t-152.5 -16q-184 0 -288.5 99 t-104.5 269zM440 1010q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
-<glyph unicode="&#xc0;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM337 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
-<glyph unicode="&#xc1;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM504 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xc2;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM328 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
-<glyph unicode="&#xc3;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM287 1581q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20 q-45 0 -75 -34.5t-48 -121.5h-73zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
-<glyph unicode="&#xc4;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM367 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM748 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xc5;" horiz-adv-x="1229" d="M0 0l588 1468h65l576 -1468h-115l-203 516h-594l-204 -516h-113zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM402 1610q0 94 60 152.5t157 58.5t157 -59t60 -152q0 -97 -60 -155t-157 -58t-157 58t-60 155zM482 1610q0 -66 37.5 -103.5t99.5 -37.5 t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
-<glyph unicode="&#xc6;" horiz-adv-x="1653" d="M-2 0l653 1462h877v-94h-615v-553h576v-94h-576v-627h615v-94h-717v516h-475l-227 -516h-111zM377 608h434v760h-100z" />
-<glyph unicode="&#xc7;" horiz-adv-x="1272" d="M129 735q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556zM561 -393q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121 l93 174h96l-66 -117q168 -37 168 -174q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88z" />
-<glyph unicode="&#xc8;" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799zM314 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
-<glyph unicode="&#xc9;" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799zM463 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xca;" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799zM315 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
-<glyph unicode="&#xcb;" horiz-adv-x="1130" d="M207 0v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94h-799zM354 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM735 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xcc;" horiz-adv-x="516" d="M-63 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5zM207 0v1462h102v-1462h-102z" />
-<glyph unicode="&#xcd;" horiz-adv-x="516" d="M191 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70zM207 0v1462h102v-1462h-102z" />
-<glyph unicode="&#xce;" horiz-adv-x="516" d="M-32 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70zM207 0v1462h102v-1462h-102z" />
-<glyph unicode="&#xcf;" horiz-adv-x="516" d="M5 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM207 0v1462h102v-1462h-102zM386 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xd0;" horiz-adv-x="1466" d="M47 678v94h160v690h395q350 0 532.5 -183t182.5 -534q0 -368 -193 -556.5t-567 -188.5h-350v678h-160zM309 90h242q655 0 655 651q0 314 -159.5 472.5t-468.5 158.5h-269v-600h406v-94h-406v-588z" />
-<glyph unicode="&#xd1;" horiz-adv-x="1477" d="M207 0v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462h-103l-866 1298h-8q12 -232 12 -350v-948h-98zM400 1581q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5 q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
-<glyph unicode="&#xd2;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM502 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
-<glyph unicode="&#xd3;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM686 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xd4;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM492 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
-<glyph unicode="&#xd5;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM443 1581q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
-<glyph unicode="&#xd6;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170 t-141.5 -483zM529 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM910 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xd7;" d="M119 1130l57 58l408 -408l409 408l58 -58l-408 -407l406 -408l-58 -57l-407 408l-406 -408l-57 57l405 408z" />
-<glyph unicode="&#xd8;" horiz-adv-x="1565" d="M129 735q0 349 175.5 549.5t479.5 200.5q232 0 392 -121l108 152l72 -60l-111 -153q191 -207 191 -570q0 -348 -174 -550.5t-480 -202.5q-236 0 -395 120l-86 -120l-74 59l90 127q-188 200 -188 569zM240 733q0 -312 139 -483l739 1034q-133 102 -334 102 q-261 0 -402.5 -170t-141.5 -483zM444 182q133 -106 338 -106q264 0 403.5 170t139.5 487q0 315 -139 486z" />
-<glyph unicode="&#xd9;" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5zM450 1890v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
-<glyph unicode="&#xda;" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5zM633 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xdb;" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5zM444 1579v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207 q-108 -114 -221 -207h-70z" />
-<glyph unicode="&#xdc;" horiz-adv-x="1473" d="M190 520v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5zM481 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM862 1727q0 46 15.5 66t47.5 20 q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xdd;" horiz-adv-x="1081" d="M0 1462h117l426 -800l428 800h110l-487 -897v-565h-105v557zM434 1579v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xde;" horiz-adv-x="1198" d="M207 0v1462h102v-264h256q522 0 522 -420q0 -212 -144 -325t-408 -113h-226v-340h-102zM309 428h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
-<glyph unicode="&#xdf;" horiz-adv-x="1194" d="M182 0v1206q0 173 103.5 267t292.5 94q188 0 285.5 -72.5t97.5 -210.5q0 -139 -139 -250q-81 -64 -110.5 -100.5t-29.5 -75.5q0 -44 14.5 -68t51.5 -57t102 -78q106 -75 151.5 -124.5t68 -103t22.5 -120.5q0 -156 -88 -241.5t-246 -85.5q-95 0 -174.5 18.5t-126.5 48.5 v107q65 -38 148.5 -62t152.5 -24q114 0 174.5 54.5t60.5 160.5q0 83 -39 144t-149 136q-127 87 -175 147t-48 146q0 60 32.5 110t106.5 108q74 57 106.5 105.5t32.5 106.5q0 93 -70 143t-202 50q-145 0 -226 -69t-81 -196v-1214h-99z" />
-<glyph unicode="&#xe0;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM255 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
-<glyph unicode="&#xe1;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM422 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xe2;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM251 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
-<glyph unicode="&#xe3;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM200 1243q10 111 63 174.5t137 63.5 q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73zM203 285q0 -102 62.5 -158.5t176.5 -56.5q174 0 274.5 99.5t100.5 276.5v107l-190 -8 q-229 -11 -326.5 -71.5t-97.5 -188.5z" />
-<glyph unicode="&#xe4;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM282 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM663 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xe5;" horiz-adv-x="1085" d="M98 289q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227zM203 285q0 -102 62.5 -158.5t176.5 -56.5 q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5zM325 1456q0 94 60 152.5t157 58.5t157 -59t60 -152q0 -97 -60 -155t-157 -58t-157 58t-60 155zM405 1456q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5 q-62 0 -99.5 -38t-37.5 -101z" />
-<glyph unicode="&#xe6;" horiz-adv-x="1731" d="M98 289q0 154 125 243t377 97l201 6v72q0 155 -61.5 234t-198.5 79q-148 0 -305 -84l-37 86q173 84 346 84q261 0 325 -211q111 213 347 213q184 0 289.5 -134.5t105.5 -363.5v-80h-715q0 -460 348 -460q85 0 150 12t174 57v-90q-92 -41 -165 -55t-161 -14 q-295 0 -397 256q-68 -133 -168 -194.5t-252 -61.5q-156 0 -242 82.5t-86 226.5zM203 285q0 -102 61 -158.5t170 -56.5q169 0 266 99.5t97 276.5v107l-187 -8q-219 -11 -313 -71.5t-94 -188.5zM903 618h604q0 188 -77.5 295t-212.5 107q-284 0 -314 -402z" />
-<glyph unicode="&#xe7;" horiz-adv-x="973" d="M119 537q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51q-233 0 -365 147t-132 410zM373 -393q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121 l93 174h96l-66 -117q168 -37 168 -174q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88z" />
-<glyph unicode="&#xe8;" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5zM302 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
-<glyph unicode="&#xe9;" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5zM452 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xea;" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5zM290 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
-<glyph unicode="&#xeb;" horiz-adv-x="1124" d="M119 535q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-237 0 -369.5 146t-132.5 409zM229 618h672q0 189 -82 295.5t-227 106.5q-157 0 -252 -103.5 t-111 -298.5zM331 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM712 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xec;" horiz-adv-x="463" d="M-34 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5zM182 0v1087h99v-1087h-99z" />
-<glyph unicode="&#xed;" horiz-adv-x="463" d="M107 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70zM182 0v1087h99v-1087h-99z" />
-<glyph unicode="&#xee;" horiz-adv-x="463" d="M-58 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70zM182 0v1087h99v-1087h-99z" />
-<glyph unicode="&#xef;" horiz-adv-x="463" d="M-21 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM182 0v1087h99v-1087h-99zM360 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xf0;" horiz-adv-x="1174" d="M117 471q0 228 126.5 357.5t342.5 129.5q108 0 187.5 -33t148.5 -96l4 2q-64 270 -269 459l-270 -157l-49 77l244 146q-86 62 -199 119l45 81q147 -69 248 -145l225 137l49 -84l-202 -121q154 -151 230.5 -353t76.5 -431q0 -276 -124 -427.5t-349 -151.5 q-214 0 -339.5 130t-125.5 361zM221 463q0 -186 94.5 -289.5t268.5 -103.5q179 0 272.5 123t93.5 364q0 146 -97 228.5t-267 82.5q-185 0 -275 -100.5t-90 -304.5z" />
-<glyph unicode="&#xf1;" horiz-adv-x="1208" d="M182 0v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99zM282 1243q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76 q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
-<glyph unicode="&#xf2;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M335 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
-<glyph unicode="&#xf3;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M499 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xf4;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M309 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
-<glyph unicode="&#xf5;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M264 1243q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
-<glyph unicode="&#xf6;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z M346 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM727 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#xf7;" d="M111 682v82h948v-82h-948zM504 371q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76zM504 1075q0 99 80 99q82 0 82 -99q0 -52 -23.5 -75t-58.5 -23q-34 0 -57 23t-23 75z" />
-<glyph unicode="&#xf8;" horiz-adv-x="1200" d="M119 545q0 266 129 414.5t354 148.5q179 0 301 -104l96 124l74 -55l-104 -137q112 -147 112 -391q0 -266 -129 -415.5t-356 -149.5q-173 0 -291 98l-86 -113l-72 58l93 120q-121 153 -121 402zM223 545q0 -200 78 -322l543 705q-98 90 -246 90q-180 0 -277.5 -123.5 t-97.5 -349.5zM362 152q94 -82 238 -82q180 0 278.5 125.5t98.5 349.5q0 190 -72 309z" />
-<glyph unicode="&#xf9;" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397zM304 1552v17h142q26 -48 98.5 -142t142.5 -170v-16h-69q-96 79 -188.5 171.5t-125.5 139.5z" />
-<glyph unicode="&#xfa;" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397zM495 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xfb;" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397zM313 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
-<glyph unicode="&#xfc;" horiz-adv-x="1208" d="M170 377v710h98v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397zM350 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM731 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86 q-63 0 -63 86z" />
-<glyph unicode="&#xfd;" horiz-adv-x="940" d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM361 1241v16q73 79 144.5 171.5t97.5 140.5h141v-17 q-36 -52 -122.5 -138t-190.5 -173h-70z" />
-<glyph unicode="&#xfe;" horiz-adv-x="1219" d="M182 -492v2048h99v-391l-7 -247h7q114 190 368 190q220 0 335.5 -144.5t115.5 -420.5q0 -268 -121.5 -415.5t-331.5 -147.5q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99zM281 541q0 -255 85.5 -364t278.5 -109q167 0 258.5 124t91.5 347q0 479 -348 479 q-193 0 -279.5 -105t-86.5 -354v-18z" />
-<glyph unicode="&#xff;" horiz-adv-x="940" d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM214 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86 q-63 0 -63 86zM595 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#x152;" horiz-adv-x="1839" d="M129 735q0 347 174.5 545.5t480.5 198.5q78 0 183 -17h747v-94h-655v-553h616v-94h-616v-627h655v-94h-756q-76 -16 -176 -16q-305 0 -479 200t-174 551zM240 733q0 -315 140.5 -484t401.5 -169q109 0 174 18v1266q-62 16 -172 16q-262 0 -403 -167.5t-141 -479.5z" />
-<glyph unicode="&#x153;" horiz-adv-x="1942" d="M119 545q0 266 129 414.5t354 148.5q151 0 251 -70t157 -209q110 279 399 279q192 0 303 -134t111 -364v-80h-762q2 -230 100.5 -345t276.5 -115q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5q-156 0 -266.5 67.5t-165.5 198.5q-59 -128 -158 -197 t-252 -69q-143 0 -252 69t-167 198t-58 298zM223 545q0 -224 98.5 -349.5t278.5 -125.5q174 0 265 122.5t91 352.5q0 224 -93 348.5t-265 124.5q-180 0 -277.5 -123.5t-97.5 -349.5zM1065 618h653q0 189 -82 295.5t-227 106.5q-155 0 -242 -104t-102 -298z" />
-<glyph unicode="&#x178;" horiz-adv-x="1081" d="M0 1462h117l426 -800l428 800h110l-487 -897v-565h-105v557zM288 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM669 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
-<glyph unicode="&#x2c6;" horiz-adv-x="1182" d="M299 1241v16q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70z" />
-<glyph unicode="&#x2dc;" horiz-adv-x="1182" d="M283 1243q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73z" />
-<glyph unicode="&#x2000;" horiz-adv-x="953" />
-<glyph unicode="&#x2001;" horiz-adv-x="1907" />
-<glyph unicode="&#x2002;" horiz-adv-x="953" />
-<glyph unicode="&#x2003;" horiz-adv-x="1907" />
-<glyph unicode="&#x2004;" horiz-adv-x="635" />
-<glyph unicode="&#x2005;" horiz-adv-x="476" />
-<glyph unicode="&#x2006;" horiz-adv-x="317" />
-<glyph unicode="&#x2007;" horiz-adv-x="317" />
-<glyph unicode="&#x2008;" horiz-adv-x="238" />
-<glyph unicode="&#x2009;" horiz-adv-x="381" />
-<glyph unicode="&#x200a;" horiz-adv-x="105" />
-<glyph unicode="&#x2010;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
-<glyph unicode="&#x2011;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
-<glyph unicode="&#x2012;" horiz-adv-x="659" d="M92 512v82h475v-82h-475z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M82 512v82h860v-82h-860z" />
-<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M82 512v82h1884v-82h-1884z" />
-<glyph unicode="&#x2018;" horiz-adv-x="297" d="M29 981q32 112 81.5 251t92.5 230h65q-30 -101 -64.5 -257t-45.5 -244h-117z" />
-<glyph unicode="&#x2019;" horiz-adv-x="297" d="M29 961q29 96 61 241.5t49 259.5h117l12 -20q-75 -265 -174 -481h-65z" />
-<glyph unicode="&#x201a;" horiz-adv-x="451" d="M68 -263q29 96 61 241.5t49 259.5h117l12 -20q-75 -265 -174 -481h-65z" />
-<glyph unicode="&#x201c;" horiz-adv-x="614" d="M29 981q32 112 81.5 251t92.5 230h65q-30 -101 -64.5 -257t-45.5 -244h-117zM346 981q34 120 83 255t91 226h66q-30 -98 -63 -248.5t-48 -252.5h-117z" />
-<glyph unicode="&#x201d;" horiz-adv-x="614" d="M29 961q29 96 61 241.5t49 259.5h117l12 -20q-75 -265 -174 -481h-65zM346 961q30 98 63 248.5t48 252.5h116l13 -20q-36 -128 -85 -261t-89 -220h-66z" />
-<glyph unicode="&#x201e;" horiz-adv-x="768" d="M68 -263q29 96 61 241.5t49 259.5h117l12 -20q-75 -265 -174 -481h-65zM385 -263q30 98 63 248.5t48 252.5h116l13 -20q-36 -128 -85 -261t-89 -220h-66z" />
-<glyph unicode="&#x2022;" horiz-adv-x="770" d="M231 748q0 89 40.5 134.5t113.5 45.5t113.5 -47t40.5 -133q0 -85 -41 -133t-113 -48t-113 47t-41 134z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1466" d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM651 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM1141 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
-<glyph unicode="&#x202f;" horiz-adv-x="381" />
-<glyph unicode="&#x2039;" horiz-adv-x="524" d="M82 516v27l309 393l62 -43l-254 -363l254 -362l-62 -43z" />
-<glyph unicode="&#x203a;" horiz-adv-x="524" d="M72 168l254 362l-254 363l61 43l309 -391v-27l-309 -393z" />
-<glyph unicode="&#x205f;" horiz-adv-x="476" />
-<glyph unicode="&#x20ac;" d="M74 528v82h172q-4 38 -4 113l4 102h-172v82h184q39 272 183 425t362 153q88 0 161 -17t148 -57l-39 -86q-132 72 -270 72q-174 0 -288 -125.5t-155 -364.5h502v-82h-510l-4 -104v-24q0 -65 4 -87h449v-82h-443q30 -217 147.5 -338.5t301.5 -121.5q148 0 287 65v-94 q-81 -34 -150.5 -46.5t-140.5 -12.5q-228 0 -367.5 140t-181.5 408h-180z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1485" d="M10 1384v78h522v-78h-219v-643h-86v643h-217zM608 741v721h125l221 -606l224 606h125v-721h-86v398l4 207h-7l-227 -605h-74l-221 609h-6l4 -201v-408h-82z" />
-<glyph unicode="&#x25fc;" horiz-adv-x="1085" d="M0 0v1085h1085v-1085h-1085z" />
-<hkern u1="&#x22;" u2="&#x178;" k="-20" />
-<hkern u1="&#x22;" u2="&#x153;" k="123" />
-<hkern u1="&#x22;" u2="&#xfc;" k="61" />
-<hkern u1="&#x22;" u2="&#xfb;" k="61" />
-<hkern u1="&#x22;" u2="&#xfa;" k="61" />
-<hkern u1="&#x22;" u2="&#xf9;" k="61" />
-<hkern u1="&#x22;" u2="&#xf8;" k="123" />
-<hkern u1="&#x22;" u2="&#xf6;" k="123" />
-<hkern u1="&#x22;" u2="&#xf5;" k="123" />
-<hkern u1="&#x22;" u2="&#xf4;" k="123" />
-<hkern u1="&#x22;" u2="&#xf3;" k="123" />
-<hkern u1="&#x22;" u2="&#xf2;" k="123" />
-<hkern u1="&#x22;" u2="&#xeb;" k="123" />
-<hkern u1="&#x22;" u2="&#xea;" k="123" />
-<hkern u1="&#x22;" u2="&#xe9;" k="123" />
-<hkern u1="&#x22;" u2="&#xe8;" k="123" />
-<hkern u1="&#x22;" u2="&#xe7;" k="123" />
-<hkern u1="&#x22;" u2="&#xe6;" k="82" />
-<hkern u1="&#x22;" u2="&#xe5;" k="82" />
-<hkern u1="&#x22;" u2="&#xe4;" k="82" />
-<hkern u1="&#x22;" u2="&#xe3;" k="82" />
-<hkern u1="&#x22;" u2="&#xe2;" k="82" />
-<hkern u1="&#x22;" u2="&#xe1;" k="82" />
-<hkern u1="&#x22;" u2="&#xe0;" k="123" />
-<hkern u1="&#x22;" u2="&#xdd;" k="-20" />
-<hkern u1="&#x22;" u2="&#xc5;" k="143" />
-<hkern u1="&#x22;" u2="&#xc4;" k="143" />
-<hkern u1="&#x22;" u2="&#xc3;" k="143" />
-<hkern u1="&#x22;" u2="&#xc2;" k="143" />
-<hkern u1="&#x22;" u2="&#xc1;" k="143" />
-<hkern u1="&#x22;" u2="&#xc0;" k="143" />
-<hkern u1="&#x22;" u2="u" k="61" />
-<hkern u1="&#x22;" u2="s" k="61" />
-<hkern u1="&#x22;" u2="r" k="61" />
-<hkern u1="&#x22;" u2="q" k="123" />
-<hkern u1="&#x22;" u2="p" k="61" />
-<hkern u1="&#x22;" u2="o" k="123" />
-<hkern u1="&#x22;" u2="n" k="61" />
-<hkern u1="&#x22;" u2="m" k="61" />
-<hkern u1="&#x22;" u2="g" k="61" />
-<hkern u1="&#x22;" u2="e" k="123" />
-<hkern u1="&#x22;" u2="d" k="123" />
-<hkern u1="&#x22;" u2="c" k="123" />
-<hkern u1="&#x22;" u2="a" k="82" />
-<hkern u1="&#x22;" u2="Y" k="-20" />
-<hkern u1="&#x22;" u2="W" k="-41" />
-<hkern u1="&#x22;" u2="V" k="-41" />
-<hkern u1="&#x22;" u2="T" k="-41" />
-<hkern u1="&#x22;" u2="A" k="143" />
-<hkern u1="&#x27;" u2="&#x178;" k="-20" />
-<hkern u1="&#x27;" u2="&#x153;" k="123" />
-<hkern u1="&#x27;" u2="&#xfc;" k="61" />
-<hkern u1="&#x27;" u2="&#xfb;" k="61" />
-<hkern u1="&#x27;" u2="&#xfa;" k="61" />
-<hkern u1="&#x27;" u2="&#xf9;" k="61" />
-<hkern u1="&#x27;" u2="&#xf8;" k="123" />
-<hkern u1="&#x27;" u2="&#xf6;" k="123" />
-<hkern u1="&#x27;" u2="&#xf5;" k="123" />
-<hkern u1="&#x27;" u2="&#xf4;" k="123" />
-<hkern u1="&#x27;" u2="&#xf3;" k="123" />
-<hkern u1="&#x27;" u2="&#xf2;" k="123" />
-<hkern u1="&#x27;" u2="&#xeb;" k="123" />
-<hkern u1="&#x27;" u2="&#xea;" k="123" />
-<hkern u1="&#x27;" u2="&#xe9;" k="123" />
-<hkern u1="&#x27;" u2="&#xe8;" k="123" />
-<hkern u1="&#x27;" u2="&#xe7;" k="123" />
-<hkern u1="&#x27;" u2="&#xe6;" k="82" />
-<hkern u1="&#x27;" u2="&#xe5;" k="82" />
-<hkern u1="&#x27;" u2="&#xe4;" k="82" />
-<hkern u1="&#x27;" u2="&#xe3;" k="82" />
-<hkern u1="&#x27;" u2="&#xe2;" k="82" />
-<hkern u1="&#x27;" u2="&#xe1;" k="82" />
-<hkern u1="&#x27;" u2="&#xe0;" k="123" />
-<hkern u1="&#x27;" u2="&#xdd;" k="-20" />
-<hkern u1="&#x27;" u2="&#xc5;" k="143" />
-<hkern u1="&#x27;" u2="&#xc4;" k="143" />
-<hkern u1="&#x27;" u2="&#xc3;" k="143" />
-<hkern u1="&#x27;" u2="&#xc2;" k="143" />
-<hkern u1="&#x27;" u2="&#xc1;" k="143" />
-<hkern u1="&#x27;" u2="&#xc0;" k="143" />
-<hkern u1="&#x27;" u2="u" k="61" />
-<hkern u1="&#x27;" u2="s" k="61" />
-<hkern u1="&#x27;" u2="r" k="61" />
-<hkern u1="&#x27;" u2="q" k="123" />
-<hkern u1="&#x27;" u2="p" k="61" />
-<hkern u1="&#x27;" u2="o" k="123" />
-<hkern u1="&#x27;" u2="n" k="61" />
-<hkern u1="&#x27;" u2="m" k="61" />
-<hkern u1="&#x27;" u2="g" k="61" />
-<hkern u1="&#x27;" u2="e" k="123" />
-<hkern u1="&#x27;" u2="d" k="123" />
-<hkern u1="&#x27;" u2="c" k="123" />
-<hkern u1="&#x27;" u2="a" k="82" />
-<hkern u1="&#x27;" u2="Y" k="-20" />
-<hkern u1="&#x27;" u2="W" k="-41" />
-<hkern u1="&#x27;" u2="V" k="-41" />
-<hkern u1="&#x27;" u2="T" k="-41" />
-<hkern u1="&#x27;" u2="A" k="143" />
-<hkern u1="&#x28;" u2="J" k="-184" />
-<hkern u1="&#x2c;" u2="&#x178;" k="123" />
-<hkern u1="&#x2c;" u2="&#x152;" k="102" />
-<hkern u1="&#x2c;" u2="&#xdd;" k="123" />
-<hkern u1="&#x2c;" u2="&#xdc;" k="41" />
-<hkern u1="&#x2c;" u2="&#xdb;" k="41" />
-<hkern u1="&#x2c;" u2="&#xda;" k="41" />
-<hkern u1="&#x2c;" u2="&#xd9;" k="41" />
-<hkern u1="&#x2c;" u2="&#xd8;" k="102" />
-<hkern u1="&#x2c;" u2="&#xd6;" k="102" />
-<hkern u1="&#x2c;" u2="&#xd5;" k="102" />
-<hkern u1="&#x2c;" u2="&#xd4;" k="102" />
-<hkern u1="&#x2c;" u2="&#xd3;" k="102" />
-<hkern u1="&#x2c;" u2="&#xd2;" k="102" />
-<hkern u1="&#x2c;" u2="&#xc7;" k="102" />
-<hkern u1="&#x2c;" u2="Y" k="123" />
-<hkern u1="&#x2c;" u2="W" k="123" />
-<hkern u1="&#x2c;" u2="V" k="123" />
-<hkern u1="&#x2c;" u2="U" k="41" />
-<hkern u1="&#x2c;" u2="T" k="143" />
-<hkern u1="&#x2c;" u2="Q" k="102" />
-<hkern u1="&#x2c;" u2="O" k="102" />
-<hkern u1="&#x2c;" u2="G" k="102" />
-<hkern u1="&#x2c;" u2="C" k="102" />
-<hkern u1="&#x2d;" u2="T" k="82" />
-<hkern u1="&#x2e;" u2="&#x178;" k="123" />
-<hkern u1="&#x2e;" u2="&#x152;" k="102" />
-<hkern u1="&#x2e;" u2="&#xdd;" k="123" />
-<hkern u1="&#x2e;" u2="&#xdc;" k="41" />
-<hkern u1="&#x2e;" u2="&#xdb;" k="41" />
-<hkern u1="&#x2e;" u2="&#xda;" k="41" />
-<hkern u1="&#x2e;" u2="&#xd9;" k="41" />
-<hkern u1="&#x2e;" u2="&#xd8;" k="102" />
-<hkern u1="&#x2e;" u2="&#xd6;" k="102" />
-<hkern u1="&#x2e;" u2="&#xd5;" k="102" />
-<hkern u1="&#x2e;" u2="&#xd4;" k="102" />
-<hkern u1="&#x2e;" u2="&#xd3;" k="102" />
-<hkern u1="&#x2e;" u2="&#xd2;" k="102" />
-<hkern u1="&#x2e;" u2="&#xc7;" k="102" />
-<hkern u1="&#x2e;" u2="Y" k="123" />
-<hkern u1="&#x2e;" u2="W" k="123" />
-<hkern u1="&#x2e;" u2="V" k="123" />
-<hkern u1="&#x2e;" u2="U" k="41" />
-<hkern u1="&#x2e;" u2="T" k="143" />
-<hkern u1="&#x2e;" u2="Q" k="102" />
-<hkern u1="&#x2e;" u2="O" k="102" />
-<hkern u1="&#x2e;" u2="G" k="102" />
-<hkern u1="&#x2e;" u2="C" k="102" />
-<hkern u1="A" u2="&#x201d;" k="143" />
-<hkern u1="A" u2="&#x2019;" k="143" />
-<hkern u1="A" u2="&#x178;" k="123" />
-<hkern u1="A" u2="&#x152;" k="41" />
-<hkern u1="A" u2="&#xdd;" k="123" />
-<hkern u1="A" u2="&#xd8;" k="41" />
-<hkern u1="A" u2="&#xd6;" k="41" />
-<hkern u1="A" u2="&#xd5;" k="41" />
-<hkern u1="A" u2="&#xd4;" k="41" />
-<hkern u1="A" u2="&#xd3;" k="41" />
-<hkern u1="A" u2="&#xd2;" k="41" />
-<hkern u1="A" u2="&#xc7;" k="41" />
-<hkern u1="A" u2="Y" k="123" />
-<hkern u1="A" u2="W" k="82" />
-<hkern u1="A" u2="V" k="82" />
-<hkern u1="A" u2="T" k="143" />
-<hkern u1="A" u2="Q" k="41" />
-<hkern u1="A" u2="O" k="41" />
-<hkern u1="A" u2="J" k="-266" />
-<hkern u1="A" u2="G" k="41" />
-<hkern u1="A" u2="C" k="41" />
-<hkern u1="A" u2="&#x27;" k="143" />
-<hkern u1="A" u2="&#x22;" k="143" />
-<hkern u1="B" u2="&#x201e;" k="82" />
-<hkern u1="B" u2="&#x201a;" k="82" />
-<hkern u1="B" u2="&#x178;" k="20" />
-<hkern u1="B" u2="&#xdd;" k="20" />
-<hkern u1="B" u2="&#xc5;" k="41" />
-<hkern u1="B" u2="&#xc4;" k="41" />
-<hkern u1="B" u2="&#xc3;" k="41" />
-<hkern u1="B" u2="&#xc2;" k="41" />
-<hkern u1="B" u2="&#xc1;" k="41" />
-<hkern u1="B" u2="&#xc0;" k="41" />
-<hkern u1="B" u2="Z" k="20" />
-<hkern u1="B" u2="Y" k="20" />
-<hkern u1="B" u2="X" k="41" />
-<hkern u1="B" u2="W" k="20" />
-<hkern u1="B" u2="V" k="20" />
-<hkern u1="B" u2="T" k="61" />
-<hkern u1="B" u2="A" k="41" />
-<hkern u1="B" u2="&#x2e;" k="82" />
-<hkern u1="B" u2="&#x2c;" k="82" />
-<hkern u1="C" u2="&#x152;" k="41" />
-<hkern u1="C" u2="&#xd8;" k="41" />
-<hkern u1="C" u2="&#xd6;" k="41" />
-<hkern u1="C" u2="&#xd5;" k="41" />
-<hkern u1="C" u2="&#xd4;" k="41" />
-<hkern u1="C" u2="&#xd3;" k="41" />
-<hkern u1="C" u2="&#xd2;" k="41" />
-<hkern u1="C" u2="&#xc7;" k="41" />
-<hkern u1="C" u2="Q" k="41" />
-<hkern u1="C" u2="O" k="41" />
-<hkern u1="C" u2="G" k="41" />
-<hkern u1="C" u2="C" k="41" />
-<hkern u1="D" u2="&#x201e;" k="82" />
-<hkern u1="D" u2="&#x201a;" k="82" />
-<hkern u1="D" u2="&#x178;" k="20" />
-<hkern u1="D" u2="&#xdd;" k="20" />
-<hkern u1="D" u2="&#xc5;" k="41" />
-<hkern u1="D" u2="&#xc4;" k="41" />
-<hkern u1="D" u2="&#xc3;" k="41" />
-<hkern u1="D" u2="&#xc2;" k="41" />
-<hkern u1="D" u2="&#xc1;" k="41" />
-<hkern u1="D" u2="&#xc0;" k="41" />
-<hkern u1="D" u2="Z" k="20" />
-<hkern u1="D" u2="Y" k="20" />
-<hkern u1="D" u2="X" k="41" />
-<hkern u1="D" u2="W" k="20" />
-<hkern u1="D" u2="V" k="20" />
-<hkern u1="D" u2="T" k="61" />
-<hkern u1="D" u2="A" k="41" />
-<hkern u1="D" u2="&#x2e;" k="82" />
-<hkern u1="D" u2="&#x2c;" k="82" />
-<hkern u1="E" u2="J" k="-123" />
-<hkern u1="F" u2="&#x201e;" k="123" />
-<hkern u1="F" u2="&#x201a;" k="123" />
-<hkern u1="F" u2="&#xc5;" k="41" />
-<hkern u1="F" u2="&#xc4;" k="41" />
-<hkern u1="F" u2="&#xc3;" k="41" />
-<hkern u1="F" u2="&#xc2;" k="41" />
-<hkern u1="F" u2="&#xc1;" k="41" />
-<hkern u1="F" u2="&#xc0;" k="41" />
-<hkern u1="F" u2="A" k="41" />
-<hkern u1="F" u2="&#x3f;" k="-41" />
-<hkern u1="F" u2="&#x2e;" k="123" />
-<hkern u1="F" u2="&#x2c;" k="123" />
-<hkern u1="K" u2="&#x152;" k="41" />
-<hkern u1="K" u2="&#xd8;" k="41" />
-<hkern u1="K" u2="&#xd6;" k="41" />
-<hkern u1="K" u2="&#xd5;" k="41" />
-<hkern u1="K" u2="&#xd4;" k="41" />
-<hkern u1="K" u2="&#xd3;" k="41" />
-<hkern u1="K" u2="&#xd2;" k="41" />
-<hkern u1="K" u2="&#xc7;" k="41" />
-<hkern u1="K" u2="Q" k="41" />
-<hkern u1="K" u2="O" k="41" />
-<hkern u1="K" u2="G" k="41" />
-<hkern u1="K" u2="C" k="41" />
-<hkern u1="L" u2="&#x201d;" k="164" />
-<hkern u1="L" u2="&#x2019;" k="164" />
-<hkern u1="L" u2="&#x178;" k="61" />
-<hkern u1="L" u2="&#x152;" k="41" />
-<hkern u1="L" u2="&#xdd;" k="61" />
-<hkern u1="L" u2="&#xdc;" k="20" />
-<hkern u1="L" u2="&#xdb;" k="20" />
-<hkern u1="L" u2="&#xda;" k="20" />
-<hkern u1="L" u2="&#xd9;" k="20" />
-<hkern u1="L" u2="&#xd8;" k="41" />
-<hkern u1="L" u2="&#xd6;" k="41" />
-<hkern u1="L" u2="&#xd5;" k="41" />
-<hkern u1="L" u2="&#xd4;" k="41" />
-<hkern u1="L" u2="&#xd3;" k="41" />
-<hkern u1="L" u2="&#xd2;" k="41" />
-<hkern u1="L" u2="&#xc7;" k="41" />
-<hkern u1="L" u2="Y" k="61" />
-<hkern u1="L" u2="W" k="41" />
-<hkern u1="L" u2="V" k="41" />
-<hkern u1="L" u2="U" k="20" />
-<hkern u1="L" u2="T" k="41" />
-<hkern u1="L" u2="Q" k="41" />
-<hkern u1="L" u2="O" k="41" />
-<hkern u1="L" u2="G" k="41" />
-<hkern u1="L" u2="C" k="41" />
-<hkern u1="L" u2="&#x27;" k="164" />
-<hkern u1="L" u2="&#x22;" k="164" />
-<hkern u1="O" u2="&#x201e;" k="82" />
-<hkern u1="O" u2="&#x201a;" k="82" />
-<hkern u1="O" u2="&#x178;" k="20" />
-<hkern u1="O" u2="&#xdd;" k="20" />
-<hkern u1="O" u2="&#xc5;" k="41" />
-<hkern u1="O" u2="&#xc4;" k="41" />
-<hkern u1="O" u2="&#xc3;" k="41" />
-<hkern u1="O" u2="&#xc2;" k="41" />
-<hkern u1="O" u2="&#xc1;" k="41" />
-<hkern u1="O" u2="&#xc0;" k="41" />
-<hkern u1="O" u2="Z" k="20" />
-<hkern u1="O" u2="Y" k="20" />
-<hkern u1="O" u2="X" k="41" />
-<hkern u1="O" u2="W" k="20" />
-<hkern u1="O" u2="V" k="20" />
-<hkern u1="O" u2="T" k="61" />
-<hkern u1="O" u2="A" k="41" />
-<hkern u1="O" u2="&#x2e;" k="82" />
-<hkern u1="O" u2="&#x2c;" k="82" />
-<hkern u1="P" u2="&#x201e;" k="266" />
-<hkern u1="P" u2="&#x201a;" k="266" />
-<hkern u1="P" u2="&#xc5;" k="102" />
-<hkern u1="P" u2="&#xc4;" k="102" />
-<hkern u1="P" u2="&#xc3;" k="102" />
-<hkern u1="P" u2="&#xc2;" k="102" />
-<hkern u1="P" u2="&#xc1;" k="102" />
-<hkern u1="P" u2="&#xc0;" k="102" />
-<hkern u1="P" u2="Z" k="20" />
-<hkern u1="P" u2="X" k="41" />
-<hkern u1="P" u2="A" k="102" />
-<hkern u1="P" u2="&#x2e;" k="266" />
-<hkern u1="P" u2="&#x2c;" k="266" />
-<hkern u1="Q" u2="&#x201e;" k="82" />
-<hkern u1="Q" u2="&#x201a;" k="82" />
-<hkern u1="Q" u2="&#x178;" k="20" />
-<hkern u1="Q" u2="&#xdd;" k="20" />
-<hkern u1="Q" u2="&#xc5;" k="41" />
-<hkern u1="Q" u2="&#xc4;" k="41" />
-<hkern u1="Q" u2="&#xc3;" k="41" />
-<hkern u1="Q" u2="&#xc2;" k="41" />
-<hkern u1="Q" u2="&#xc1;" k="41" />
-<hkern u1="Q" u2="&#xc0;" k="41" />
-<hkern u1="Q" u2="Z" k="20" />
-<hkern u1="Q" u2="Y" k="20" />
-<hkern u1="Q" u2="X" k="41" />
-<hkern u1="Q" u2="W" k="20" />
-<hkern u1="Q" u2="V" k="20" />
-<hkern u1="Q" u2="T" k="61" />
-<hkern u1="Q" u2="A" k="41" />
-<hkern u1="Q" u2="&#x2e;" k="82" />
-<hkern u1="Q" u2="&#x2c;" k="82" />
-<hkern u1="T" u2="&#x201e;" k="123" />
-<hkern u1="T" u2="&#x201a;" k="123" />
-<hkern u1="T" u2="&#x2014;" k="82" />
-<hkern u1="T" u2="&#x2013;" k="82" />
-<hkern u1="T" u2="&#x153;" k="143" />
-<hkern u1="T" u2="&#x152;" k="41" />
-<hkern u1="T" u2="&#xfd;" k="41" />
-<hkern u1="T" u2="&#xfc;" k="102" />
-<hkern u1="T" u2="&#xfb;" k="102" />
-<hkern u1="T" u2="&#xfa;" k="102" />
-<hkern u1="T" u2="&#xf9;" k="102" />
-<hkern u1="T" u2="&#xf8;" k="143" />
-<hkern u1="T" u2="&#xf6;" k="143" />
-<hkern u1="T" u2="&#xf5;" k="143" />
-<hkern u1="T" u2="&#xf4;" k="143" />
-<hkern u1="T" u2="&#xf3;" k="143" />
-<hkern u1="T" u2="&#xf2;" k="143" />
-<hkern u1="T" u2="&#xeb;" k="143" />
-<hkern u1="T" u2="&#xea;" k="143" />
-<hkern u1="T" u2="&#xe9;" k="143" />
-<hkern u1="T" u2="&#xe8;" k="143" />
-<hkern u1="T" u2="&#xe7;" k="143" />
-<hkern u1="T" u2="&#xe6;" k="164" />
-<hkern u1="T" u2="&#xe5;" k="164" />
-<hkern u1="T" u2="&#xe4;" k="164" />
-<hkern u1="T" u2="&#xe3;" k="164" />
-<hkern u1="T" u2="&#xe2;" k="164" />
-<hkern u1="T" u2="&#xe1;" k="164" />
-<hkern u1="T" u2="&#xe0;" k="143" />
-<hkern u1="T" u2="&#xd8;" k="41" />
-<hkern u1="T" u2="&#xd6;" k="41" />
-<hkern u1="T" u2="&#xd5;" k="41" />
-<hkern u1="T" u2="&#xd4;" k="41" />
-<hkern u1="T" u2="&#xd3;" k="41" />
-<hkern u1="T" u2="&#xd2;" k="41" />
-<hkern u1="T" u2="&#xc7;" k="41" />
-<hkern u1="T" u2="&#xc5;" k="143" />
-<hkern u1="T" u2="&#xc4;" k="143" />
-<hkern u1="T" u2="&#xc3;" k="143" />
-<hkern u1="T" u2="&#xc2;" k="143" />
-<hkern u1="T" u2="&#xc1;" k="143" />
-<hkern u1="T" u2="&#xc0;" k="143" />
-<hkern u1="T" u2="z" k="82" />
-<hkern u1="T" u2="y" k="41" />
-<hkern u1="T" u2="x" k="41" />
-<hkern u1="T" u2="w" k="41" />
-<hkern u1="T" u2="v" k="41" />
-<hkern u1="T" u2="u" k="102" />
-<hkern u1="T" u2="s" k="123" />
-<hkern u1="T" u2="r" k="102" />
-<hkern u1="T" u2="q" k="143" />
-<hkern u1="T" u2="p" k="102" />
-<hkern u1="T" u2="o" k="143" />
-<hkern u1="T" u2="n" k="102" />
-<hkern u1="T" u2="m" k="102" />
-<hkern u1="T" u2="g" k="143" />
-<hkern u1="T" u2="e" k="143" />
-<hkern u1="T" u2="d" k="143" />
-<hkern u1="T" u2="c" k="143" />
-<hkern u1="T" u2="a" k="164" />
-<hkern u1="T" u2="T" k="-41" />
-<hkern u1="T" u2="Q" k="41" />
-<hkern u1="T" u2="O" k="41" />
-<hkern u1="T" u2="G" k="41" />
-<hkern u1="T" u2="C" k="41" />
-<hkern u1="T" u2="A" k="143" />
-<hkern u1="T" u2="&#x3f;" k="-41" />
-<hkern u1="T" u2="&#x2e;" k="123" />
-<hkern u1="T" u2="&#x2d;" k="82" />
-<hkern u1="T" u2="&#x2c;" k="123" />
-<hkern u1="U" u2="&#x201e;" k="41" />
-<hkern u1="U" u2="&#x201a;" k="41" />
-<hkern u1="U" u2="&#xc5;" k="20" />
-<hkern u1="U" u2="&#xc4;" k="20" />
-<hkern u1="U" u2="&#xc3;" k="20" />
-<hkern u1="U" u2="&#xc2;" k="20" />
-<hkern u1="U" u2="&#xc1;" k="20" />
-<hkern u1="U" u2="&#xc0;" k="20" />
-<hkern u1="U" u2="A" k="20" />
-<hkern u1="U" u2="&#x2e;" k="41" />
-<hkern u1="U" u2="&#x2c;" k="41" />
-<hkern u1="V" u2="&#x201e;" k="102" />
-<hkern u1="V" u2="&#x201a;" k="102" />
-<hkern u1="V" u2="&#x153;" k="41" />
-<hkern u1="V" u2="&#x152;" k="20" />
-<hkern u1="V" u2="&#xfc;" k="20" />
-<hkern u1="V" u2="&#xfb;" k="20" />
-<hkern u1="V" u2="&#xfa;" k="20" />
-<hkern u1="V" u2="&#xf9;" k="20" />
-<hkern u1="V" u2="&#xf8;" k="41" />
-<hkern u1="V" u2="&#xf6;" k="41" />
-<hkern u1="V" u2="&#xf5;" k="41" />
-<hkern u1="V" u2="&#xf4;" k="41" />
-<hkern u1="V" u2="&#xf3;" k="41" />
-<hkern u1="V" u2="&#xf2;" k="41" />
-<hkern u1="V" u2="&#xeb;" k="41" />
-<hkern u1="V" u2="&#xea;" k="41" />
-<hkern u1="V" u2="&#xe9;" k="41" />
-<hkern u1="V" u2="&#xe8;" k="41" />
-<hkern u1="V" u2="&#xe7;" k="41" />
-<hkern u1="V" u2="&#xe6;" k="41" />
-<hkern u1="V" u2="&#xe5;" k="41" />
-<hkern u1="V" u2="&#xe4;" k="41" />
-<hkern u1="V" u2="&#xe3;" k="41" />
-<hkern u1="V" u2="&#xe2;" k="41" />
-<hkern u1="V" u2="&#xe1;" k="41" />
-<hkern u1="V" u2="&#xe0;" k="41" />
-<hkern u1="V" u2="&#xd8;" k="20" />
-<hkern u1="V" u2="&#xd6;" k="20" />
-<hkern u1="V" u2="&#xd5;" k="20" />
-<hkern u1="V" u2="&#xd4;" k="20" />
-<hkern u1="V" u2="&#xd3;" k="20" />
-<hkern u1="V" u2="&#xd2;" k="20" />
-<hkern u1="V" u2="&#xc7;" k="20" />
-<hkern u1="V" u2="&#xc5;" k="82" />
-<hkern u1="V" u2="&#xc4;" k="82" />
-<hkern u1="V" u2="&#xc3;" k="82" />
-<hkern u1="V" u2="&#xc2;" k="82" />
-<hkern u1="V" u2="&#xc1;" k="82" />
-<hkern u1="V" u2="&#xc0;" k="82" />
-<hkern u1="V" u2="u" k="20" />
-<hkern u1="V" u2="s" k="20" />
-<hkern u1="V" u2="r" k="20" />
-<hkern u1="V" u2="q" k="41" />
-<hkern u1="V" u2="p" k="20" />
-<hkern u1="V" u2="o" k="41" />
-<hkern u1="V" u2="n" k="20" />
-<hkern u1="V" u2="m" k="20" />
-<hkern u1="V" u2="g" k="20" />
-<hkern u1="V" u2="e" k="41" />
-<hkern u1="V" u2="d" k="41" />
-<hkern u1="V" u2="c" k="41" />
-<hkern u1="V" u2="a" k="41" />
-<hkern u1="V" u2="Q" k="20" />
-<hkern u1="V" u2="O" k="20" />
-<hkern u1="V" u2="G" k="20" />
-<hkern u1="V" u2="C" k="20" />
-<hkern u1="V" u2="A" k="82" />
-<hkern u1="V" u2="&#x3f;" k="-41" />
-<hkern u1="V" u2="&#x2e;" k="102" />
-<hkern u1="V" u2="&#x2c;" k="102" />
-<hkern u1="W" u2="&#x201e;" k="102" />
-<hkern u1="W" u2="&#x201a;" k="102" />
-<hkern u1="W" u2="&#x153;" k="41" />
-<hkern u1="W" u2="&#x152;" k="20" />
-<hkern u1="W" u2="&#xfc;" k="20" />
-<hkern u1="W" u2="&#xfb;" k="20" />
-<hkern u1="W" u2="&#xfa;" k="20" />
-<hkern u1="W" u2="&#xf9;" k="20" />
-<hkern u1="W" u2="&#xf8;" k="41" />
-<hkern u1="W" u2="&#xf6;" k="41" />
-<hkern u1="W" u2="&#xf5;" k="41" />
-<hkern u1="W" u2="&#xf4;" k="41" />
-<hkern u1="W" u2="&#xf3;" k="41" />
-<hkern u1="W" u2="&#xf2;" k="41" />
-<hkern u1="W" u2="&#xeb;" k="41" />
-<hkern u1="W" u2="&#xea;" k="41" />
-<hkern u1="W" u2="&#xe9;" k="41" />
-<hkern u1="W" u2="&#xe8;" k="41" />
-<hkern u1="W" u2="&#xe7;" k="41" />
-<hkern u1="W" u2="&#xe6;" k="41" />
-<hkern u1="W" u2="&#xe5;" k="41" />
-<hkern u1="W" u2="&#xe4;" k="41" />
-<hkern u1="W" u2="&#xe3;" k="41" />
-<hkern u1="W" u2="&#xe2;" k="41" />
-<hkern u1="W" u2="&#xe1;" k="41" />
-<hkern u1="W" u2="&#xe0;" k="41" />
-<hkern u1="W" u2="&#xd8;" k="20" />
-<hkern u1="W" u2="&#xd6;" k="20" />
-<hkern u1="W" u2="&#xd5;" k="20" />
-<hkern u1="W" u2="&#xd4;" k="20" />
-<hkern u1="W" u2="&#xd3;" k="20" />
-<hkern u1="W" u2="&#xd2;" k="20" />
-<hkern u1="W" u2="&#xc7;" k="20" />
-<hkern u1="W" u2="&#xc5;" k="82" />
-<hkern u1="W" u2="&#xc4;" k="82" />
-<hkern u1="W" u2="&#xc3;" k="82" />
-<hkern u1="W" u2="&#xc2;" k="82" />
-<hkern u1="W" u2="&#xc1;" k="82" />
-<hkern u1="W" u2="&#xc0;" k="82" />
-<hkern u1="W" u2="u" k="20" />
-<hkern u1="W" u2="s" k="20" />
-<hkern u1="W" u2="r" k="20" />
-<hkern u1="W" u2="q" k="41" />
-<hkern u1="W" u2="p" k="20" />
-<hkern u1="W" u2="o" k="41" />
-<hkern u1="W" u2="n" k="20" />
-<hkern u1="W" u2="m" k="20" />
-<hkern u1="W" u2="g" k="20" />
-<hkern u1="W" u2="e" k="41" />
-<hkern u1="W" u2="d" k="41" />
-<hkern u1="W" u2="c" k="41" />
-<hkern u1="W" u2="a" k="41" />
-<hkern u1="W" u2="Q" k="20" />
-<hkern u1="W" u2="O" k="20" />
-<hkern u1="W" u2="G" k="20" />
-<hkern u1="W" u2="C" k="20" />
-<hkern u1="W" u2="A" k="82" />
-<hkern u1="W" u2="&#x3f;" k="-41" />
-<hkern u1="W" u2="&#x2e;" k="102" />
-<hkern u1="W" u2="&#x2c;" k="102" />
-<hkern u1="X" u2="&#x152;" k="41" />
-<hkern u1="X" u2="&#xd8;" k="41" />
-<hkern u1="X" u2="&#xd6;" k="41" />
-<hkern u1="X" u2="&#xd5;" k="41" />
-<hkern u1="X" u2="&#xd4;" k="41" />
-<hkern u1="X" u2="&#xd3;" k="41" />
-<hkern u1="X" u2="&#xd2;" k="41" />
-<hkern u1="X" u2="&#xc7;" k="41" />
-<hkern u1="X" u2="Q" k="41" />
-<hkern u1="X" u2="O" k="41" />
-<hkern u1="X" u2="G" k="41" />
-<hkern u1="X" u2="C" k="41" />
-<hkern u1="Y" u2="&#x201e;" k="123" />
-<hkern u1="Y" u2="&#x201a;" k="123" />
-<hkern u1="Y" u2="&#x153;" k="102" />
-<hkern u1="Y" u2="&#x152;" k="41" />
-<hkern u1="Y" u2="&#xfc;" k="61" />
-<hkern u1="Y" u2="&#xfb;" k="61" />
-<hkern u1="Y" u2="&#xfa;" k="61" />
-<hkern u1="Y" u2="&#xf9;" k="61" />
-<hkern u1="Y" u2="&#xf8;" k="102" />
-<hkern u1="Y" u2="&#xf6;" k="102" />
-<hkern u1="Y" u2="&#xf5;" k="102" />
-<hkern u1="Y" u2="&#xf4;" k="102" />
-<hkern u1="Y" u2="&#xf3;" k="102" />
-<hkern u1="Y" u2="&#xf2;" k="102" />
-<hkern u1="Y" u2="&#xeb;" k="102" />
-<hkern u1="Y" u2="&#xea;" k="102" />
-<hkern u1="Y" u2="&#xe9;" k="102" />
-<hkern u1="Y" u2="&#xe8;" k="102" />
-<hkern u1="Y" u2="&#xe7;" k="102" />
-<hkern u1="Y" u2="&#xe6;" k="102" />
-<hkern u1="Y" u2="&#xe5;" k="102" />
-<hkern u1="Y" u2="&#xe4;" k="102" />
-<hkern u1="Y" u2="&#xe3;" k="102" />
-<hkern u1="Y" u2="&#xe2;" k="102" />
-<hkern u1="Y" u2="&#xe1;" k="102" />
-<hkern u1="Y" u2="&#xe0;" k="102" />
-<hkern u1="Y" u2="&#xd8;" k="41" />
-<hkern u1="Y" u2="&#xd6;" k="41" />
-<hkern u1="Y" u2="&#xd5;" k="41" />
-<hkern u1="Y" u2="&#xd4;" k="41" />
-<hkern u1="Y" u2="&#xd3;" k="41" />
-<hkern u1="Y" u2="&#xd2;" k="41" />
-<hkern u1="Y" u2="&#xc7;" k="41" />
-<hkern u1="Y" u2="&#xc5;" k="123" />
-<hkern u1="Y" u2="&#xc4;" k="123" />
-<hkern u1="Y" u2="&#xc3;" k="123" />
-<hkern u1="Y" u2="&#xc2;" k="123" />
-<hkern u1="Y" u2="&#xc1;" k="123" />
-<hkern u1="Y" u2="&#xc0;" k="123" />
-<hkern u1="Y" u2="z" k="41" />
-<hkern u1="Y" u2="u" k="61" />
-<hkern u1="Y" u2="s" k="82" />
-<hkern u1="Y" u2="r" k="61" />
-<hkern u1="Y" u2="q" k="102" />
-<hkern u1="Y" u2="p" k="61" />
-<hkern u1="Y" u2="o" k="102" />
-<hkern u1="Y" u2="n" k="61" />
-<hkern u1="Y" u2="m" k="61" />
-<hkern u1="Y" u2="g" k="41" />
-<hkern u1="Y" u2="e" k="102" />
-<hkern u1="Y" u2="d" k="102" />
-<hkern u1="Y" u2="c" k="102" />
-<hkern u1="Y" u2="a" k="102" />
-<hkern u1="Y" u2="Q" k="41" />
-<hkern u1="Y" u2="O" k="41" />
-<hkern u1="Y" u2="G" k="41" />
-<hkern u1="Y" u2="C" k="41" />
-<hkern u1="Y" u2="A" k="123" />
-<hkern u1="Y" u2="&#x3f;" k="-41" />
-<hkern u1="Y" u2="&#x2e;" k="123" />
-<hkern u1="Y" u2="&#x2c;" k="123" />
-<hkern u1="Z" u2="&#x152;" k="20" />
-<hkern u1="Z" u2="&#xd8;" k="20" />
-<hkern u1="Z" u2="&#xd6;" k="20" />
-<hkern u1="Z" u2="&#xd5;" k="20" />
-<hkern u1="Z" u2="&#xd4;" k="20" />
-<hkern u1="Z" u2="&#xd3;" k="20" />
-<hkern u1="Z" u2="&#xd2;" k="20" />
-<hkern u1="Z" u2="&#xc7;" k="20" />
-<hkern u1="Z" u2="Q" k="20" />
-<hkern u1="Z" u2="O" k="20" />
-<hkern u1="Z" u2="G" k="20" />
-<hkern u1="Z" u2="C" k="20" />
-<hkern u1="[" u2="J" k="-184" />
-<hkern u1="a" u2="&#x201d;" k="20" />
-<hkern u1="a" u2="&#x2019;" k="20" />
-<hkern u1="a" u2="&#x27;" k="20" />
-<hkern u1="a" u2="&#x22;" k="20" />
-<hkern u1="b" u2="&#x201d;" k="20" />
-<hkern u1="b" u2="&#x2019;" k="20" />
-<hkern u1="b" u2="&#xfd;" k="41" />
-<hkern u1="b" u2="z" k="20" />
-<hkern u1="b" u2="y" k="41" />
-<hkern u1="b" u2="x" k="41" />
-<hkern u1="b" u2="w" k="41" />
-<hkern u1="b" u2="v" k="41" />
-<hkern u1="b" u2="&#x27;" k="20" />
-<hkern u1="b" u2="&#x22;" k="20" />
-<hkern u1="c" u2="&#x201d;" k="-41" />
-<hkern u1="c" u2="&#x2019;" k="-41" />
-<hkern u1="c" u2="&#x27;" k="-41" />
-<hkern u1="c" u2="&#x22;" k="-41" />
-<hkern u1="e" u2="&#x201d;" k="20" />
-<hkern u1="e" u2="&#x2019;" k="20" />
-<hkern u1="e" u2="&#xfd;" k="41" />
-<hkern u1="e" u2="z" k="20" />
-<hkern u1="e" u2="y" k="41" />
-<hkern u1="e" u2="x" k="41" />
-<hkern u1="e" u2="w" k="41" />
-<hkern u1="e" u2="v" k="41" />
-<hkern u1="e" u2="&#x27;" k="20" />
-<hkern u1="e" u2="&#x22;" k="20" />
-<hkern u1="f" u2="&#x201d;" k="-123" />
-<hkern u1="f" u2="&#x2019;" k="-123" />
-<hkern u1="f" u2="&#x27;" k="-123" />
-<hkern u1="f" u2="&#x22;" k="-123" />
-<hkern u1="h" u2="&#x201d;" k="20" />
-<hkern u1="h" u2="&#x2019;" k="20" />
-<hkern u1="h" u2="&#x27;" k="20" />
-<hkern u1="h" u2="&#x22;" k="20" />
-<hkern u1="k" u2="&#x153;" k="41" />
-<hkern u1="k" u2="&#xf8;" k="41" />
-<hkern u1="k" u2="&#xf6;" k="41" />
-<hkern u1="k" u2="&#xf5;" k="41" />
-<hkern u1="k" u2="&#xf4;" k="41" />
-<hkern u1="k" u2="&#xf3;" k="41" />
-<hkern u1="k" u2="&#xf2;" k="41" />
-<hkern u1="k" u2="&#xeb;" k="41" />
-<hkern u1="k" u2="&#xea;" k="41" />
-<hkern u1="k" u2="&#xe9;" k="41" />
-<hkern u1="k" u2="&#xe8;" k="41" />
-<hkern u1="k" u2="&#xe7;" k="41" />
-<hkern u1="k" u2="&#xe0;" k="41" />
-<hkern u1="k" u2="q" k="41" />
-<hkern u1="k" u2="o" k="41" />
-<hkern u1="k" u2="e" k="41" />
-<hkern u1="k" u2="d" k="41" />
-<hkern u1="k" u2="c" k="41" />
-<hkern u1="m" u2="&#x201d;" k="20" />
-<hkern u1="m" u2="&#x2019;" k="20" />
-<hkern u1="m" u2="&#x27;" k="20" />
-<hkern u1="m" u2="&#x22;" k="20" />
-<hkern u1="n" u2="&#x201d;" k="20" />
-<hkern u1="n" u2="&#x2019;" k="20" />
-<hkern u1="n" u2="&#x27;" k="20" />
-<hkern u1="n" u2="&#x22;" k="20" />
-<hkern u1="o" u2="&#x201d;" k="20" />
-<hkern u1="o" u2="&#x2019;" k="20" />
-<hkern u1="o" u2="&#xfd;" k="41" />
-<hkern u1="o" u2="z" k="20" />
-<hkern u1="o" u2="y" k="41" />
-<hkern u1="o" u2="x" k="41" />
-<hkern u1="o" u2="w" k="41" />
-<hkern u1="o" u2="v" k="41" />
-<hkern u1="o" u2="&#x27;" k="20" />
-<hkern u1="o" u2="&#x22;" k="20" />
-<hkern u1="p" u2="&#x201d;" k="20" />
-<hkern u1="p" u2="&#x2019;" k="20" />
-<hkern u1="p" u2="&#xfd;" k="41" />
-<hkern u1="p" u2="z" k="20" />
-<hkern u1="p" u2="y" k="41" />
-<hkern u1="p" u2="x" k="41" />
-<hkern u1="p" u2="w" k="41" />
-<hkern u1="p" u2="v" k="41" />
-<hkern u1="p" u2="&#x27;" k="20" />
-<hkern u1="p" u2="&#x22;" k="20" />
-<hkern u1="r" u2="&#x201d;" k="-82" />
-<hkern u1="r" u2="&#x2019;" k="-82" />
-<hkern u1="r" u2="&#x153;" k="41" />
-<hkern u1="r" u2="&#xf8;" k="41" />
-<hkern u1="r" u2="&#xf6;" k="41" />
-<hkern u1="r" u2="&#xf5;" k="41" />
-<hkern u1="r" u2="&#xf4;" k="41" />
-<hkern u1="r" u2="&#xf3;" k="41" />
-<hkern u1="r" u2="&#xf2;" k="41" />
-<hkern u1="r" u2="&#xeb;" k="41" />
-<hkern u1="r" u2="&#xea;" k="41" />
-<hkern u1="r" u2="&#xe9;" k="41" />
-<hkern u1="r" u2="&#xe8;" k="41" />
-<hkern u1="r" u2="&#xe7;" k="41" />
-<hkern u1="r" u2="&#xe6;" k="41" />
-<hkern u1="r" u2="&#xe5;" k="41" />
-<hkern u1="r" u2="&#xe4;" k="41" />
-<hkern u1="r" u2="&#xe3;" k="41" />
-<hkern u1="r" u2="&#xe2;" k="41" />
-<hkern u1="r" u2="&#xe1;" k="41" />
-<hkern u1="r" u2="&#xe0;" k="41" />
-<hkern u1="r" u2="q" k="41" />
-<hkern u1="r" u2="o" k="41" />
-<hkern u1="r" u2="g" k="20" />
-<hkern u1="r" u2="e" k="41" />
-<hkern u1="r" u2="d" k="41" />
-<hkern u1="r" u2="c" k="41" />
-<hkern u1="r" u2="a" k="41" />
-<hkern u1="r" u2="&#x27;" k="-82" />
-<hkern u1="r" u2="&#x22;" k="-82" />
-<hkern u1="t" u2="&#x201d;" k="-41" />
-<hkern u1="t" u2="&#x2019;" k="-41" />
-<hkern u1="t" u2="&#x27;" k="-41" />
-<hkern u1="t" u2="&#x22;" k="-41" />
-<hkern u1="v" u2="&#x201e;" k="82" />
-<hkern u1="v" u2="&#x201d;" k="-82" />
-<hkern u1="v" u2="&#x201a;" k="82" />
-<hkern u1="v" u2="&#x2019;" k="-82" />
-<hkern u1="v" u2="&#x3f;" k="-41" />
-<hkern u1="v" u2="&#x2e;" k="82" />
-<hkern u1="v" u2="&#x2c;" k="82" />
-<hkern u1="v" u2="&#x27;" k="-82" />
-<hkern u1="v" u2="&#x22;" k="-82" />
-<hkern u1="w" u2="&#x201e;" k="82" />
-<hkern u1="w" u2="&#x201d;" k="-82" />
-<hkern u1="w" u2="&#x201a;" k="82" />
-<hkern u1="w" u2="&#x2019;" k="-82" />
-<hkern u1="w" u2="&#x3f;" k="-41" />
-<hkern u1="w" u2="&#x2e;" k="82" />
-<hkern u1="w" u2="&#x2c;" k="82" />
-<hkern u1="w" u2="&#x27;" k="-82" />
-<hkern u1="w" u2="&#x22;" k="-82" />
-<hkern u1="x" u2="&#x153;" k="41" />
-<hkern u1="x" u2="&#xf8;" k="41" />
-<hkern u1="x" u2="&#xf6;" k="41" />
-<hkern u1="x" u2="&#xf5;" k="41" />
-<hkern u1="x" u2="&#xf4;" k="41" />
-<hkern u1="x" u2="&#xf3;" k="41" />
-<hkern u1="x" u2="&#xf2;" k="41" />
-<hkern u1="x" u2="&#xeb;" k="41" />
-<hkern u1="x" u2="&#xea;" k="41" />
-<hkern u1="x" u2="&#xe9;" k="41" />
-<hkern u1="x" u2="&#xe8;" k="41" />
-<hkern u1="x" u2="&#xe7;" k="41" />
-<hkern u1="x" u2="&#xe0;" k="41" />
-<hkern u1="x" u2="q" k="41" />
-<hkern u1="x" u2="o" k="41" />
-<hkern u1="x" u2="e" k="41" />
-<hkern u1="x" u2="d" k="41" />
-<hkern u1="x" u2="c" k="41" />
-<hkern u1="y" u2="&#x201e;" k="82" />
-<hkern u1="y" u2="&#x201d;" k="-82" />
-<hkern u1="y" u2="&#x201a;" k="82" />
-<hkern u1="y" u2="&#x2019;" k="-82" />
-<hkern u1="y" u2="&#x3f;" k="-41" />
-<hkern u1="y" u2="&#x2e;" k="82" />
-<hkern u1="y" u2="&#x2c;" k="82" />
-<hkern u1="y" u2="&#x27;" k="-82" />
-<hkern u1="y" u2="&#x22;" k="-82" />
-<hkern u1="&#x7b;" u2="J" k="-184" />
-<hkern u1="&#xc0;" u2="&#x201d;" k="143" />
-<hkern u1="&#xc0;" u2="&#x2019;" k="143" />
-<hkern u1="&#xc0;" u2="&#x178;" k="123" />
-<hkern u1="&#xc0;" u2="&#x152;" k="41" />
-<hkern u1="&#xc0;" u2="&#xdd;" k="123" />
-<hkern u1="&#xc0;" u2="&#xd8;" k="41" />
-<hkern u1="&#xc0;" u2="&#xd6;" k="41" />
-<hkern u1="&#xc0;" u2="&#xd5;" k="41" />
-<hkern u1="&#xc0;" u2="&#xd4;" k="41" />
-<hkern u1="&#xc0;" u2="&#xd3;" k="41" />
-<hkern u1="&#xc0;" u2="&#xd2;" k="41" />
-<hkern u1="&#xc0;" u2="&#xc7;" k="41" />
-<hkern u1="&#xc0;" u2="Y" k="123" />
-<hkern u1="&#xc0;" u2="W" k="82" />
-<hkern u1="&#xc0;" u2="V" k="82" />
-<hkern u1="&#xc0;" u2="T" k="143" />
-<hkern u1="&#xc0;" u2="Q" k="41" />
-<hkern u1="&#xc0;" u2="O" k="41" />
-<hkern u1="&#xc0;" u2="J" k="-266" />
-<hkern u1="&#xc0;" u2="G" k="41" />
-<hkern u1="&#xc0;" u2="C" k="41" />
-<hkern u1="&#xc0;" u2="&#x27;" k="143" />
-<hkern u1="&#xc0;" u2="&#x22;" k="143" />
-<hkern u1="&#xc1;" u2="&#x201d;" k="143" />
-<hkern u1="&#xc1;" u2="&#x2019;" k="143" />
-<hkern u1="&#xc1;" u2="&#x178;" k="123" />
-<hkern u1="&#xc1;" u2="&#x152;" k="41" />
-<hkern u1="&#xc1;" u2="&#xdd;" k="123" />
-<hkern u1="&#xc1;" u2="&#xd8;" k="41" />
-<hkern u1="&#xc1;" u2="&#xd6;" k="41" />
-<hkern u1="&#xc1;" u2="&#xd5;" k="41" />
-<hkern u1="&#xc1;" u2="&#xd4;" k="41" />
-<hkern u1="&#xc1;" u2="&#xd3;" k="41" />
-<hkern u1="&#xc1;" u2="&#xd2;" k="41" />
-<hkern u1="&#xc1;" u2="&#xc7;" k="41" />
-<hkern u1="&#xc1;" u2="Y" k="123" />
-<hkern u1="&#xc1;" u2="W" k="82" />
-<hkern u1="&#xc1;" u2="V" k="82" />
-<hkern u1="&#xc1;" u2="T" k="143" />
-<hkern u1="&#xc1;" u2="Q" k="41" />
-<hkern u1="&#xc1;" u2="O" k="41" />
-<hkern u1="&#xc1;" u2="J" k="-266" />
-<hkern u1="&#xc1;" u2="G" k="41" />
-<hkern u1="&#xc1;" u2="C" k="41" />
-<hkern u1="&#xc1;" u2="&#x27;" k="143" />
-<hkern u1="&#xc1;" u2="&#x22;" k="143" />
-<hkern u1="&#xc2;" u2="&#x201d;" k="143" />
-<hkern u1="&#xc2;" u2="&#x2019;" k="143" />
-<hkern u1="&#xc2;" u2="&#x178;" k="123" />
-<hkern u1="&#xc2;" u2="&#x152;" k="41" />
-<hkern u1="&#xc2;" u2="&#xdd;" k="123" />
-<hkern u1="&#xc2;" u2="&#xd8;" k="41" />
-<hkern u1="&#xc2;" u2="&#xd6;" k="41" />
-<hkern u1="&#xc2;" u2="&#xd5;" k="41" />
-<hkern u1="&#xc2;" u2="&#xd4;" k="41" />
-<hkern u1="&#xc2;" u2="&#xd3;" k="41" />
-<hkern u1="&#xc2;" u2="&#xd2;" k="41" />
-<hkern u1="&#xc2;" u2="&#xc7;" k="41" />
-<hkern u1="&#xc2;" u2="Y" k="123" />
-<hkern u1="&#xc2;" u2="W" k="82" />
-<hkern u1="&#xc2;" u2="V" k="82" />
-<hkern u1="&#xc2;" u2="T" k="143" />
-<hkern u1="&#xc2;" u2="Q" k="41" />
-<hkern u1="&#xc2;" u2="O" k="41" />
-<hkern u1="&#xc2;" u2="J" k="-266" />
-<hkern u1="&#xc2;" u2="G" k="41" />
-<hkern u1="&#xc2;" u2="C" k="41" />
-<hkern u1="&#xc2;" u2="&#x27;" k="143" />
-<hkern u1="&#xc2;" u2="&#x22;" k="143" />
-<hkern u1="&#xc3;" u2="&#x201d;" k="143" />
-<hkern u1="&#xc3;" u2="&#x2019;" k="143" />
-<hkern u1="&#xc3;" u2="&#x178;" k="123" />
-<hkern u1="&#xc3;" u2="&#x152;" k="41" />
-<hkern u1="&#xc3;" u2="&#xdd;" k="123" />
-<hkern u1="&#xc3;" u2="&#xd8;" k="41" />
-<hkern u1="&#xc3;" u2="&#xd6;" k="41" />
-<hkern u1="&#xc3;" u2="&#xd5;" k="41" />
-<hkern u1="&#xc3;" u2="&#xd4;" k="41" />
-<hkern u1="&#xc3;" u2="&#xd3;" k="41" />
-<hkern u1="&#xc3;" u2="&#xd2;" k="41" />
-<hkern u1="&#xc3;" u2="&#xc7;" k="41" />
-<hkern u1="&#xc3;" u2="Y" k="123" />
-<hkern u1="&#xc3;" u2="W" k="82" />
-<hkern u1="&#xc3;" u2="V" k="82" />
-<hkern u1="&#xc3;" u2="T" k="143" />
-<hkern u1="&#xc3;" u2="Q" k="41" />
-<hkern u1="&#xc3;" u2="O" k="41" />
-<hkern u1="&#xc3;" u2="J" k="-266" />
-<hkern u1="&#xc3;" u2="G" k="41" />
-<hkern u1="&#xc3;" u2="C" k="41" />
-<hkern u1="&#xc3;" u2="&#x27;" k="143" />
-<hkern u1="&#xc3;" u2="&#x22;" k="143" />
-<hkern u1="&#xc4;" u2="&#x201d;" k="143" />
-<hkern u1="&#xc4;" u2="&#x2019;" k="143" />
-<hkern u1="&#xc4;" u2="&#x178;" k="123" />
-<hkern u1="&#xc4;" u2="&#x152;" k="41" />
-<hkern u1="&#xc4;" u2="&#xdd;" k="123" />
-<hkern u1="&#xc4;" u2="&#xd8;" k="41" />
-<hkern u1="&#xc4;" u2="&#xd6;" k="41" />
-<hkern u1="&#xc4;" u2="&#xd5;" k="41" />
-<hkern u1="&#xc4;" u2="&#xd4;" k="41" />
-<hkern u1="&#xc4;" u2="&#xd3;" k="41" />
-<hkern u1="&#xc4;" u2="&#xd2;" k="41" />
-<hkern u1="&#xc4;" u2="&#xc7;" k="41" />
-<hkern u1="&#xc4;" u2="Y" k="123" />
-<hkern u1="&#xc4;" u2="W" k="82" />
-<hkern u1="&#xc4;" u2="V" k="82" />
-<hkern u1="&#xc4;" u2="T" k="143" />
-<hkern u1="&#xc4;" u2="Q" k="41" />
-<hkern u1="&#xc4;" u2="O" k="41" />
-<hkern u1="&#xc4;" u2="J" k="-266" />
-<hkern u1="&#xc4;" u2="G" k="41" />
-<hkern u1="&#xc4;" u2="C" k="41" />
-<hkern u1="&#xc4;" u2="&#x27;" k="143" />
-<hkern u1="&#xc4;" u2="&#x22;" k="143" />
-<hkern u1="&#xc5;" u2="&#x201d;" k="143" />
-<hkern u1="&#xc5;" u2="&#x2019;" k="143" />
-<hkern u1="&#xc5;" u2="&#x178;" k="123" />
-<hkern u1="&#xc5;" u2="&#x152;" k="41" />
-<hkern u1="&#xc5;" u2="&#xdd;" k="123" />
-<hkern u1="&#xc5;" u2="&#xd8;" k="41" />
-<hkern u1="&#xc5;" u2="&#xd6;" k="41" />
-<hkern u1="&#xc5;" u2="&#xd5;" k="41" />
-<hkern u1="&#xc5;" u2="&#xd4;" k="41" />
-<hkern u1="&#xc5;" u2="&#xd3;" k="41" />
-<hkern u1="&#xc5;" u2="&#xd2;" k="41" />
-<hkern u1="&#xc5;" u2="&#xc7;" k="41" />
-<hkern u1="&#xc5;" u2="Y" k="123" />
-<hkern u1="&#xc5;" u2="W" k="82" />
-<hkern u1="&#xc5;" u2="V" k="82" />
-<hkern u1="&#xc5;" u2="T" k="143" />
-<hkern u1="&#xc5;" u2="Q" k="41" />
-<hkern u1="&#xc5;" u2="O" k="41" />
-<hkern u1="&#xc5;" u2="J" k="-266" />
-<hkern u1="&#xc5;" u2="G" k="41" />
-<hkern u1="&#xc5;" u2="C" k="41" />
-<hkern u1="&#xc5;" u2="&#x27;" k="143" />
-<hkern u1="&#xc5;" u2="&#x22;" k="143" />
-<hkern u1="&#xc6;" u2="J" k="-123" />
-<hkern u1="&#xc7;" u2="&#x152;" k="41" />
-<hkern u1="&#xc7;" u2="&#xd8;" k="41" />
-<hkern u1="&#xc7;" u2="&#xd6;" k="41" />
-<hkern u1="&#xc7;" u2="&#xd5;" k="41" />
-<hkern u1="&#xc7;" u2="&#xd4;" k="41" />
-<hkern u1="&#xc7;" u2="&#xd3;" k="41" />
-<hkern u1="&#xc7;" u2="&#xd2;" k="41" />
-<hkern u1="&#xc7;" u2="&#xc7;" k="41" />
-<hkern u1="&#xc7;" u2="Q" k="41" />
-<hkern u1="&#xc7;" u2="O" k="41" />
-<hkern u1="&#xc7;" u2="G" k="41" />
-<hkern u1="&#xc7;" u2="C" k="41" />
-<hkern u1="&#xc8;" u2="J" k="-123" />
-<hkern u1="&#xc9;" u2="J" k="-123" />
-<hkern u1="&#xca;" u2="J" k="-123" />
-<hkern u1="&#xcb;" u2="J" k="-123" />
-<hkern u1="&#xd0;" u2="&#x201e;" k="82" />
-<hkern u1="&#xd0;" u2="&#x201a;" k="82" />
-<hkern u1="&#xd0;" u2="&#x178;" k="20" />
-<hkern u1="&#xd0;" u2="&#xdd;" k="20" />
-<hkern u1="&#xd0;" u2="&#xc5;" k="41" />
-<hkern u1="&#xd0;" u2="&#xc4;" k="41" />
-<hkern u1="&#xd0;" u2="&#xc3;" k="41" />
-<hkern u1="&#xd0;" u2="&#xc2;" k="41" />
-<hkern u1="&#xd0;" u2="&#xc1;" k="41" />
-<hkern u1="&#xd0;" u2="&#xc0;" k="41" />
-<hkern u1="&#xd0;" u2="Z" k="20" />
-<hkern u1="&#xd0;" u2="Y" k="20" />
-<hkern u1="&#xd0;" u2="X" k="41" />
-<hkern u1="&#xd0;" u2="W" k="20" />
-<hkern u1="&#xd0;" u2="V" k="20" />
-<hkern u1="&#xd0;" u2="T" k="61" />
-<hkern u1="&#xd0;" u2="A" k="41" />
-<hkern u1="&#xd0;" u2="&#x2e;" k="82" />
-<hkern u1="&#xd0;" u2="&#x2c;" k="82" />
-<hkern u1="&#xd2;" u2="&#x201e;" k="82" />
-<hkern u1="&#xd2;" u2="&#x201a;" k="82" />
-<hkern u1="&#xd2;" u2="&#x178;" k="20" />
-<hkern u1="&#xd2;" u2="&#xdd;" k="20" />
-<hkern u1="&#xd2;" u2="&#xc5;" k="41" />
-<hkern u1="&#xd2;" u2="&#xc4;" k="41" />
-<hkern u1="&#xd2;" u2="&#xc3;" k="41" />
-<hkern u1="&#xd2;" u2="&#xc2;" k="41" />
-<hkern u1="&#xd2;" u2="&#xc1;" k="41" />
-<hkern u1="&#xd2;" u2="&#xc0;" k="41" />
-<hkern u1="&#xd2;" u2="Z" k="20" />
-<hkern u1="&#xd2;" u2="Y" k="20" />
-<hkern u1="&#xd2;" u2="X" k="41" />
-<hkern u1="&#xd2;" u2="W" k="20" />
-<hkern u1="&#xd2;" u2="V" k="20" />
-<hkern u1="&#xd2;" u2="T" k="61" />
-<hkern u1="&#xd2;" u2="A" k="41" />
-<hkern u1="&#xd2;" u2="&#x2e;" k="82" />
-<hkern u1="&#xd2;" u2="&#x2c;" k="82" />
-<hkern u1="&#xd3;" u2="&#x201e;" k="82" />
-<hkern u1="&#xd3;" u2="&#x201a;" k="82" />
-<hkern u1="&#xd3;" u2="&#x178;" k="20" />
-<hkern u1="&#xd3;" u2="&#xdd;" k="20" />
-<hkern u1="&#xd3;" u2="&#xc5;" k="41" />
-<hkern u1="&#xd3;" u2="&#xc4;" k="41" />
-<hkern u1="&#xd3;" u2="&#xc3;" k="41" />
-<hkern u1="&#xd3;" u2="&#xc2;" k="41" />
-<hkern u1="&#xd3;" u2="&#xc1;" k="41" />
-<hkern u1="&#xd3;" u2="&#xc0;" k="41" />
-<hkern u1="&#xd3;" u2="Z" k="20" />
-<hkern u1="&#xd3;" u2="Y" k="20" />
-<hkern u1="&#xd3;" u2="X" k="41" />
-<hkern u1="&#xd3;" u2="W" k="20" />
-<hkern u1="&#xd3;" u2="V" k="20" />
-<hkern u1="&#xd3;" u2="T" k="61" />
-<hkern u1="&#xd3;" u2="A" k="41" />
-<hkern u1="&#xd3;" u2="&#x2e;" k="82" />
-<hkern u1="&#xd3;" u2="&#x2c;" k="82" />
-<hkern u1="&#xd4;" u2="&#x201e;" k="82" />
-<hkern u1="&#xd4;" u2="&#x201a;" k="82" />
-<hkern u1="&#xd4;" u2="&#x178;" k="20" />
-<hkern u1="&#xd4;" u2="&#xdd;" k="20" />
-<hkern u1="&#xd4;" u2="&#xc5;" k="41" />
-<hkern u1="&#xd4;" u2="&#xc4;" k="41" />
-<hkern u1="&#xd4;" u2="&#xc3;" k="41" />
-<hkern u1="&#xd4;" u2="&#xc2;" k="41" />
-<hkern u1="&#xd4;" u2="&#xc1;" k="41" />
-<hkern u1="&#xd4;" u2="&#xc0;" k="41" />
-<hkern u1="&#xd4;" u2="Z" k="20" />
-<hkern u1="&#xd4;" u2="Y" k="20" />
-<hkern u1="&#xd4;" u2="X" k="41" />
-<hkern u1="&#xd4;" u2="W" k="20" />
-<hkern u1="&#xd4;" u2="V" k="20" />
-<hkern u1="&#xd4;" u2="T" k="61" />
-<hkern u1="&#xd4;" u2="A" k="41" />
-<hkern u1="&#xd4;" u2="&#x2e;" k="82" />
-<hkern u1="&#xd4;" u2="&#x2c;" k="82" />
-<hkern u1="&#xd5;" u2="&#x201e;" k="82" />
-<hkern u1="&#xd5;" u2="&#x201a;" k="82" />
-<hkern u1="&#xd5;" u2="&#x178;" k="20" />
-<hkern u1="&#xd5;" u2="&#xdd;" k="20" />
-<hkern u1="&#xd5;" u2="&#xc5;" k="41" />
-<hkern u1="&#xd5;" u2="&#xc4;" k="41" />
-<hkern u1="&#xd5;" u2="&#xc3;" k="41" />
-<hkern u1="&#xd5;" u2="&#xc2;" k="41" />
-<hkern u1="&#xd5;" u2="&#xc1;" k="41" />
-<hkern u1="&#xd5;" u2="&#xc0;" k="41" />
-<hkern u1="&#xd5;" u2="Z" k="20" />
-<hkern u1="&#xd5;" u2="Y" k="20" />
-<hkern u1="&#xd5;" u2="X" k="41" />
-<hkern u1="&#xd5;" u2="W" k="20" />
-<hkern u1="&#xd5;" u2="V" k="20" />
-<hkern u1="&#xd5;" u2="T" k="61" />
-<hkern u1="&#xd5;" u2="A" k="41" />
-<hkern u1="&#xd5;" u2="&#x2e;" k="82" />
-<hkern u1="&#xd5;" u2="&#x2c;" k="82" />
-<hkern u1="&#xd6;" u2="&#x201e;" k="82" />
-<hkern u1="&#xd6;" u2="&#x201a;" k="82" />
-<hkern u1="&#xd6;" u2="&#x178;" k="20" />
-<hkern u1="&#xd6;" u2="&#xdd;" k="20" />
-<hkern u1="&#xd6;" u2="&#xc5;" k="41" />
-<hkern u1="&#xd6;" u2="&#xc4;" k="41" />
-<hkern u1="&#xd6;" u2="&#xc3;" k="41" />
-<hkern u1="&#xd6;" u2="&#xc2;" k="41" />
-<hkern u1="&#xd6;" u2="&#xc1;" k="41" />
-<hkern u1="&#xd6;" u2="&#xc0;" k="41" />
-<hkern u1="&#xd6;" u2="Z" k="20" />
-<hkern u1="&#xd6;" u2="Y" k="20" />
-<hkern u1="&#xd6;" u2="X" k="41" />
-<hkern u1="&#xd6;" u2="W" k="20" />
-<hkern u1="&#xd6;" u2="V" k="20" />
-<hkern u1="&#xd6;" u2="T" k="61" />
-<hkern u1="&#xd6;" u2="A" k="41" />
-<hkern u1="&#xd6;" u2="&#x2e;" k="82" />
-<hkern u1="&#xd6;" u2="&#x2c;" k="82" />
-<hkern u1="&#xd8;" u2="&#x201e;" k="82" />
-<hkern u1="&#xd8;" u2="&#x201a;" k="82" />
-<hkern u1="&#xd8;" u2="&#x178;" k="20" />
-<hkern u1="&#xd8;" u2="&#xdd;" k="20" />
-<hkern u1="&#xd8;" u2="&#xc5;" k="41" />
-<hkern u1="&#xd8;" u2="&#xc4;" k="41" />
-<hkern u1="&#xd8;" u2="&#xc3;" k="41" />
-<hkern u1="&#xd8;" u2="&#xc2;" k="41" />
-<hkern u1="&#xd8;" u2="&#xc1;" k="41" />
-<hkern u1="&#xd8;" u2="&#xc0;" k="41" />
-<hkern u1="&#xd8;" u2="Z" k="20" />
-<hkern u1="&#xd8;" u2="Y" k="20" />
-<hkern u1="&#xd8;" u2="X" k="41" />
-<hkern u1="&#xd8;" u2="W" k="20" />
-<hkern u1="&#xd8;" u2="V" k="20" />
-<hkern u1="&#xd8;" u2="T" k="61" />
-<hkern u1="&#xd8;" u2="A" k="41" />
-<hkern u1="&#xd8;" u2="&#x2e;" k="82" />
-<hkern u1="&#xd8;" u2="&#x2c;" k="82" />
-<hkern u1="&#xd9;" u2="&#x201e;" k="41" />
-<hkern u1="&#xd9;" u2="&#x201a;" k="41" />
-<hkern u1="&#xd9;" u2="&#xc5;" k="20" />
-<hkern u1="&#xd9;" u2="&#xc4;" k="20" />
-<hkern u1="&#xd9;" u2="&#xc3;" k="20" />
-<hkern u1="&#xd9;" u2="&#xc2;" k="20" />
-<hkern u1="&#xd9;" u2="&#xc1;" k="20" />
-<hkern u1="&#xd9;" u2="&#xc0;" k="20" />
-<hkern u1="&#xd9;" u2="A" k="20" />
-<hkern u1="&#xd9;" u2="&#x2e;" k="41" />
-<hkern u1="&#xd9;" u2="&#x2c;" k="41" />
-<hkern u1="&#xda;" u2="&#x201e;" k="41" />
-<hkern u1="&#xda;" u2="&#x201a;" k="41" />
-<hkern u1="&#xda;" u2="&#xc5;" k="20" />
-<hkern u1="&#xda;" u2="&#xc4;" k="20" />
-<hkern u1="&#xda;" u2="&#xc3;" k="20" />
-<hkern u1="&#xda;" u2="&#xc2;" k="20" />
-<hkern u1="&#xda;" u2="&#xc1;" k="20" />
-<hkern u1="&#xda;" u2="&#xc0;" k="20" />
-<hkern u1="&#xda;" u2="A" k="20" />
-<hkern u1="&#xda;" u2="&#x2e;" k="41" />
-<hkern u1="&#xda;" u2="&#x2c;" k="41" />
-<hkern u1="&#xdb;" u2="&#x201e;" k="41" />
-<hkern u1="&#xdb;" u2="&#x201a;" k="41" />
-<hkern u1="&#xdb;" u2="&#xc5;" k="20" />
-<hkern u1="&#xdb;" u2="&#xc4;" k="20" />
-<hkern u1="&#xdb;" u2="&#xc3;" k="20" />
-<hkern u1="&#xdb;" u2="&#xc2;" k="20" />
-<hkern u1="&#xdb;" u2="&#xc1;" k="20" />
-<hkern u1="&#xdb;" u2="&#xc0;" k="20" />
-<hkern u1="&#xdb;" u2="A" k="20" />
-<hkern u1="&#xdb;" u2="&#x2e;" k="41" />
-<hkern u1="&#xdb;" u2="&#x2c;" k="41" />
-<hkern u1="&#xdc;" u2="&#x201e;" k="41" />
-<hkern u1="&#xdc;" u2="&#x201a;" k="41" />
-<hkern u1="&#xdc;" u2="&#xc5;" k="20" />
-<hkern u1="&#xdc;" u2="&#xc4;" k="20" />
-<hkern u1="&#xdc;" u2="&#xc3;" k="20" />
-<hkern u1="&#xdc;" u2="&#xc2;" k="20" />
-<hkern u1="&#xdc;" u2="&#xc1;" k="20" />
-<hkern u1="&#xdc;" u2="&#xc0;" k="20" />
-<hkern u1="&#xdc;" u2="A" k="20" />
-<hkern u1="&#xdc;" u2="&#x2e;" k="41" />
-<hkern u1="&#xdc;" u2="&#x2c;" k="41" />
-<hkern u1="&#xdd;" u2="&#x201e;" k="123" />
-<hkern u1="&#xdd;" u2="&#x201a;" k="123" />
-<hkern u1="&#xdd;" u2="&#x153;" k="102" />
-<hkern u1="&#xdd;" u2="&#x152;" k="41" />
-<hkern u1="&#xdd;" u2="&#xfc;" k="61" />
-<hkern u1="&#xdd;" u2="&#xfb;" k="61" />
-<hkern u1="&#xdd;" u2="&#xfa;" k="61" />
-<hkern u1="&#xdd;" u2="&#xf9;" k="61" />
-<hkern u1="&#xdd;" u2="&#xf8;" k="102" />
-<hkern u1="&#xdd;" u2="&#xf6;" k="102" />
-<hkern u1="&#xdd;" u2="&#xf5;" k="102" />
-<hkern u1="&#xdd;" u2="&#xf4;" k="102" />
-<hkern u1="&#xdd;" u2="&#xf3;" k="102" />
-<hkern u1="&#xdd;" u2="&#xf2;" k="102" />
-<hkern u1="&#xdd;" u2="&#xeb;" k="102" />
-<hkern u1="&#xdd;" u2="&#xea;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe9;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe8;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe7;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe6;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe5;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe4;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe3;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe2;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe1;" k="102" />
-<hkern u1="&#xdd;" u2="&#xe0;" k="102" />
-<hkern u1="&#xdd;" u2="&#xd8;" k="41" />
-<hkern u1="&#xdd;" u2="&#xd6;" k="41" />
-<hkern u1="&#xdd;" u2="&#xd5;" k="41" />
-<hkern u1="&#xdd;" u2="&#xd4;" k="41" />
-<hkern u1="&#xdd;" u2="&#xd3;" k="41" />
-<hkern u1="&#xdd;" u2="&#xd2;" k="41" />
-<hkern u1="&#xdd;" u2="&#xc7;" k="41" />
-<hkern u1="&#xdd;" u2="&#xc5;" k="123" />
-<hkern u1="&#xdd;" u2="&#xc4;" k="123" />
-<hkern u1="&#xdd;" u2="&#xc3;" k="123" />
-<hkern u1="&#xdd;" u2="&#xc2;" k="123" />
-<hkern u1="&#xdd;" u2="&#xc1;" k="123" />
-<hkern u1="&#xdd;" u2="&#xc0;" k="123" />
-<hkern u1="&#xdd;" u2="z" k="41" />
-<hkern u1="&#xdd;" u2="u" k="61" />
-<hkern u1="&#xdd;" u2="s" k="82" />
-<hkern u1="&#xdd;" u2="r" k="61" />
-<hkern u1="&#xdd;" u2="q" k="102" />
-<hkern u1="&#xdd;" u2="p" k="61" />
-<hkern u1="&#xdd;" u2="o" k="102" />
-<hkern u1="&#xdd;" u2="n" k="61" />
-<hkern u1="&#xdd;" u2="m" k="61" />
-<hkern u1="&#xdd;" u2="g" k="41" />
-<hkern u1="&#xdd;" u2="e" k="102" />
-<hkern u1="&#xdd;" u2="d" k="102" />
-<hkern u1="&#xdd;" u2="c" k="102" />
-<hkern u1="&#xdd;" u2="a" k="102" />
-<hkern u1="&#xdd;" u2="Q" k="41" />
-<hkern u1="&#xdd;" u2="O" k="41" />
-<hkern u1="&#xdd;" u2="G" k="41" />
-<hkern u1="&#xdd;" u2="C" k="41" />
-<hkern u1="&#xdd;" u2="A" k="123" />
-<hkern u1="&#xdd;" u2="&#x3f;" k="-41" />
-<hkern u1="&#xdd;" u2="&#x2e;" k="123" />
-<hkern u1="&#xdd;" u2="&#x2c;" k="123" />
-<hkern u1="&#xde;" u2="&#x201e;" k="266" />
-<hkern u1="&#xde;" u2="&#x201a;" k="266" />
-<hkern u1="&#xde;" u2="&#xc5;" k="102" />
-<hkern u1="&#xde;" u2="&#xc4;" k="102" />
-<hkern u1="&#xde;" u2="&#xc3;" k="102" />
-<hkern u1="&#xde;" u2="&#xc2;" k="102" />
-<hkern u1="&#xde;" u2="&#xc1;" k="102" />
-<hkern u1="&#xde;" u2="&#xc0;" k="102" />
-<hkern u1="&#xde;" u2="Z" k="20" />
-<hkern u1="&#xde;" u2="X" k="41" />
-<hkern u1="&#xde;" u2="A" k="102" />
-<hkern u1="&#xde;" u2="&#x2e;" k="266" />
-<hkern u1="&#xde;" u2="&#x2c;" k="266" />
-<hkern u1="&#xe0;" u2="&#x201d;" k="20" />
-<hkern u1="&#xe0;" u2="&#x2019;" k="20" />
-<hkern u1="&#xe0;" u2="&#x27;" k="20" />
-<hkern u1="&#xe0;" u2="&#x22;" k="20" />
-<hkern u1="&#xe1;" u2="&#x201d;" k="20" />
-<hkern u1="&#xe1;" u2="&#x2019;" k="20" />
-<hkern u1="&#xe1;" u2="&#x27;" k="20" />
-<hkern u1="&#xe1;" u2="&#x22;" k="20" />
-<hkern u1="&#xe2;" u2="&#x201d;" k="20" />
-<hkern u1="&#xe2;" u2="&#x2019;" k="20" />
-<hkern u1="&#xe2;" u2="&#x27;" k="20" />
-<hkern u1="&#xe2;" u2="&#x22;" k="20" />
-<hkern u1="&#xe3;" u2="&#x201d;" k="20" />
-<hkern u1="&#xe3;" u2="&#x2019;" k="20" />
-<hkern u1="&#xe3;" u2="&#x27;" k="20" />
-<hkern u1="&#xe3;" u2="&#x22;" k="20" />
-<hkern u1="&#xe4;" u2="&#x201d;" k="20" />
-<hkern u1="&#xe4;" u2="&#x2019;" k="20" />
-<hkern u1="&#xe4;" u2="&#x27;" k="20" />
-<hkern u1="&#xe4;" u2="&#x22;" k="20" />
-<hkern u1="&#xe5;" u2="&#x201d;" k="20" />
-<hkern u1="&#xe5;" u2="&#x2019;" k="20" />
-<hkern u1="&#xe5;" u2="&#x27;" k="20" />
-<hkern u1="&#xe5;" u2="&#x22;" k="20" />
-<hkern u1="&#xe8;" u2="&#x201d;" k="20" />
-<hkern u1="&#xe8;" u2="&#x2019;" k="20" />
-<hkern u1="&#xe8;" u2="&#xfd;" k="41" />
-<hkern u1="&#xe8;" u2="z" k="20" />
-<hkern u1="&#xe8;" u2="y" k="41" />
-<hkern u1="&#xe8;" u2="x" k="41" />
-<hkern u1="&#xe8;" u2="w" k="41" />
-<hkern u1="&#xe8;" u2="v" k="41" />
-<hkern u1="&#xe8;" u2="&#x27;" k="20" />
-<hkern u1="&#xe8;" u2="&#x22;" k="20" />
-<hkern u1="&#xe9;" u2="&#x201d;" k="20" />
-<hkern u1="&#xe9;" u2="&#x2019;" k="20" />
-<hkern u1="&#xe9;" u2="&#xfd;" k="41" />
-<hkern u1="&#xe9;" u2="z" k="20" />
-<hkern u1="&#xe9;" u2="y" k="41" />
-<hkern u1="&#xe9;" u2="x" k="41" />
-<hkern u1="&#xe9;" u2="w" k="41" />
-<hkern u1="&#xe9;" u2="v" k="41" />
-<hkern u1="&#xe9;" u2="&#x27;" k="20" />
-<hkern u1="&#xe9;" u2="&#x22;" k="20" />
-<hkern u1="&#xea;" u2="&#x201d;" k="20" />
-<hkern u1="&#xea;" u2="&#x2019;" k="20" />
-<hkern u1="&#xea;" u2="&#xfd;" k="41" />
-<hkern u1="&#xea;" u2="z" k="20" />
-<hkern u1="&#xea;" u2="y" k="41" />
-<hkern u1="&#xea;" u2="x" k="41" />
-<hkern u1="&#xea;" u2="w" k="41" />
-<hkern u1="&#xea;" u2="v" k="41" />
-<hkern u1="&#xea;" u2="&#x27;" k="20" />
-<hkern u1="&#xea;" u2="&#x22;" k="20" />
-<hkern u1="&#xeb;" u2="&#x201d;" k="20" />
-<hkern u1="&#xeb;" u2="&#x2019;" k="20" />
-<hkern u1="&#xeb;" u2="&#xfd;" k="41" />
-<hkern u1="&#xeb;" u2="z" k="20" />
-<hkern u1="&#xeb;" u2="y" k="41" />
-<hkern u1="&#xeb;" u2="x" k="41" />
-<hkern u1="&#xeb;" u2="w" k="41" />
-<hkern u1="&#xeb;" u2="v" k="41" />
-<hkern u1="&#xeb;" u2="&#x27;" k="20" />
-<hkern u1="&#xeb;" u2="&#x22;" k="20" />
-<hkern u1="&#xf0;" u2="&#x201d;" k="20" />
-<hkern u1="&#xf0;" u2="&#x2019;" k="20" />
-<hkern u1="&#xf0;" u2="&#xfd;" k="41" />
-<hkern u1="&#xf0;" u2="z" k="20" />
-<hkern u1="&#xf0;" u2="y" k="41" />
-<hkern u1="&#xf0;" u2="x" k="41" />
-<hkern u1="&#xf0;" u2="w" k="41" />
-<hkern u1="&#xf0;" u2="v" k="41" />
-<hkern u1="&#xf0;" u2="&#x27;" k="20" />
-<hkern u1="&#xf0;" u2="&#x22;" k="20" />
-<hkern u1="&#xf2;" u2="&#x201d;" k="20" />
-<hkern u1="&#xf2;" u2="&#x2019;" k="20" />
-<hkern u1="&#xf2;" u2="&#xfd;" k="41" />
-<hkern u1="&#xf2;" u2="z" k="20" />
-<hkern u1="&#xf2;" u2="y" k="41" />
-<hkern u1="&#xf2;" u2="x" k="41" />
-<hkern u1="&#xf2;" u2="w" k="41" />
-<hkern u1="&#xf2;" u2="v" k="41" />
-<hkern u1="&#xf2;" u2="&#x27;" k="20" />
-<hkern u1="&#xf2;" u2="&#x22;" k="20" />
-<hkern u1="&#xf3;" u2="&#x201d;" k="20" />
-<hkern u1="&#xf3;" u2="&#x2019;" k="20" />
-<hkern u1="&#xf3;" u2="&#xfd;" k="41" />
-<hkern u1="&#xf3;" u2="z" k="20" />
-<hkern u1="&#xf3;" u2="y" k="41" />
-<hkern u1="&#xf3;" u2="x" k="41" />
-<hkern u1="&#xf3;" u2="w" k="41" />
-<hkern u1="&#xf3;" u2="v" k="41" />
-<hkern u1="&#xf3;" u2="&#x27;" k="20" />
-<hkern u1="&#xf3;" u2="&#x22;" k="20" />
-<hkern u1="&#xf4;" u2="&#x201d;" k="20" />
-<hkern u1="&#xf4;" u2="&#x2019;" k="20" />
-<hkern u1="&#xf4;" u2="&#xfd;" k="41" />
-<hkern u1="&#xf4;" u2="z" k="20" />
-<hkern u1="&#xf4;" u2="y" k="41" />
-<hkern u1="&#xf4;" u2="x" k="41" />
-<hkern u1="&#xf4;" u2="w" k="41" />
-<hkern u1="&#xf4;" u2="v" k="41" />
-<hkern u1="&#xf4;" u2="&#x27;" k="20" />
-<hkern u1="&#xf4;" u2="&#x22;" k="20" />
-<hkern u1="&#xf6;" u2="&#x201d;" k="41" />
-<hkern u1="&#xf6;" u2="&#x2019;" k="41" />
-<hkern u1="&#xf6;" u2="&#x27;" k="41" />
-<hkern u1="&#xf6;" u2="&#x22;" k="41" />
-<hkern u1="&#xf8;" u2="&#x201d;" k="20" />
-<hkern u1="&#xf8;" u2="&#x2019;" k="20" />
-<hkern u1="&#xf8;" u2="&#xfd;" k="41" />
-<hkern u1="&#xf8;" u2="z" k="20" />
-<hkern u1="&#xf8;" u2="y" k="41" />
-<hkern u1="&#xf8;" u2="x" k="41" />
-<hkern u1="&#xf8;" u2="w" k="41" />
-<hkern u1="&#xf8;" u2="v" k="41" />
-<hkern u1="&#xf8;" u2="&#x27;" k="20" />
-<hkern u1="&#xf8;" u2="&#x22;" k="20" />
-<hkern u1="&#xfd;" u2="&#x201e;" k="82" />
-<hkern u1="&#xfd;" u2="&#x201d;" k="-82" />
-<hkern u1="&#xfd;" u2="&#x201a;" k="82" />
-<hkern u1="&#xfd;" u2="&#x2019;" k="-82" />
-<hkern u1="&#xfd;" u2="&#x3f;" k="-41" />
-<hkern u1="&#xfd;" u2="&#x2e;" k="82" />
-<hkern u1="&#xfd;" u2="&#x2c;" k="82" />
-<hkern u1="&#xfd;" u2="&#x27;" k="-82" />
-<hkern u1="&#xfd;" u2="&#x22;" k="-82" />
-<hkern u1="&#xfe;" u2="&#x201d;" k="20" />
-<hkern u1="&#xfe;" u2="&#x2019;" k="20" />
-<hkern u1="&#xfe;" u2="&#xfd;" k="41" />
-<hkern u1="&#xfe;" u2="z" k="20" />
-<hkern u1="&#xfe;" u2="y" k="41" />
-<hkern u1="&#xfe;" u2="x" k="41" />
-<hkern u1="&#xfe;" u2="w" k="41" />
-<hkern u1="&#xfe;" u2="v" k="41" />
-<hkern u1="&#xfe;" u2="&#x27;" k="20" />
-<hkern u1="&#xfe;" u2="&#x22;" k="20" />
-<hkern u1="&#xff;" u2="&#x201e;" k="82" />
-<hkern u1="&#xff;" u2="&#x201d;" k="-82" />
-<hkern u1="&#xff;" u2="&#x201a;" k="82" />
-<hkern u1="&#xff;" u2="&#x2019;" k="-82" />
-<hkern u1="&#xff;" u2="&#x3f;" k="-41" />
-<hkern u1="&#xff;" u2="&#x2e;" k="82" />
-<hkern u1="&#xff;" u2="&#x2c;" k="82" />
-<hkern u1="&#xff;" u2="&#x27;" k="-82" />
-<hkern u1="&#xff;" u2="&#x22;" k="-82" />
-<hkern u1="&#x152;" u2="J" k="-123" />
-<hkern u1="&#x178;" u2="&#x201e;" k="123" />
-<hkern u1="&#x178;" u2="&#x201a;" k="123" />
-<hkern u1="&#x178;" u2="&#x153;" k="102" />
-<hkern u1="&#x178;" u2="&#x152;" k="41" />
-<hkern u1="&#x178;" u2="&#xfc;" k="61" />
-<hkern u1="&#x178;" u2="&#xfb;" k="61" />
-<hkern u1="&#x178;" u2="&#xfa;" k="61" />
-<hkern u1="&#x178;" u2="&#xf9;" k="61" />
-<hkern u1="&#x178;" u2="&#xf8;" k="102" />
-<hkern u1="&#x178;" u2="&#xf6;" k="102" />
-<hkern u1="&#x178;" u2="&#xf5;" k="102" />
-<hkern u1="&#x178;" u2="&#xf4;" k="102" />
-<hkern u1="&#x178;" u2="&#xf3;" k="102" />
-<hkern u1="&#x178;" u2="&#xf2;" k="102" />
-<hkern u1="&#x178;" u2="&#xeb;" k="102" />
-<hkern u1="&#x178;" u2="&#xea;" k="102" />
-<hkern u1="&#x178;" u2="&#xe9;" k="102" />
-<hkern u1="&#x178;" u2="&#xe8;" k="102" />
-<hkern u1="&#x178;" u2="&#xe7;" k="102" />
-<hkern u1="&#x178;" u2="&#xe6;" k="102" />
-<hkern u1="&#x178;" u2="&#xe5;" k="102" />
-<hkern u1="&#x178;" u2="&#xe4;" k="102" />
-<hkern u1="&#x178;" u2="&#xe3;" k="102" />
-<hkern u1="&#x178;" u2="&#xe2;" k="102" />
-<hkern u1="&#x178;" u2="&#xe1;" k="102" />
-<hkern u1="&#x178;" u2="&#xe0;" k="102" />
-<hkern u1="&#x178;" u2="&#xd8;" k="41" />
-<hkern u1="&#x178;" u2="&#xd6;" k="41" />
-<hkern u1="&#x178;" u2="&#xd5;" k="41" />
-<hkern u1="&#x178;" u2="&#xd4;" k="41" />
-<hkern u1="&#x178;" u2="&#xd3;" k="41" />
-<hkern u1="&#x178;" u2="&#xd2;" k="41" />
-<hkern u1="&#x178;" u2="&#xc7;" k="41" />
-<hkern u1="&#x178;" u2="&#xc5;" k="123" />
-<hkern u1="&#x178;" u2="&#xc4;" k="123" />
-<hkern u1="&#x178;" u2="&#xc3;" k="123" />
-<hkern u1="&#x178;" u2="&#xc2;" k="123" />
-<hkern u1="&#x178;" u2="&#xc1;" k="123" />
-<hkern u1="&#x178;" u2="&#xc0;" k="123" />
-<hkern u1="&#x178;" u2="z" k="41" />
-<hkern u1="&#x178;" u2="u" k="61" />
-<hkern u1="&#x178;" u2="s" k="82" />
-<hkern u1="&#x178;" u2="r" k="61" />
-<hkern u1="&#x178;" u2="q" k="102" />
-<hkern u1="&#x178;" u2="p" k="61" />
-<hkern u1="&#x178;" u2="o" k="102" />
-<hkern u1="&#x178;" u2="n" k="61" />
-<hkern u1="&#x178;" u2="m" k="61" />
-<hkern u1="&#x178;" u2="g" k="41" />
-<hkern u1="&#x178;" u2="e" k="102" />
-<hkern u1="&#x178;" u2="d" k="102" />
-<hkern u1="&#x178;" u2="c" k="102" />
-<hkern u1="&#x178;" u2="a" k="102" />
-<hkern u1="&#x178;" u2="Q" k="41" />
-<hkern u1="&#x178;" u2="O" k="41" />
-<hkern u1="&#x178;" u2="G" k="41" />
-<hkern u1="&#x178;" u2="C" k="41" />
-<hkern u1="&#x178;" u2="A" k="123" />
-<hkern u1="&#x178;" u2="&#x3f;" k="-41" />
-<hkern u1="&#x178;" u2="&#x2e;" k="123" />
-<hkern u1="&#x178;" u2="&#x2c;" k="123" />
-<hkern u1="&#x2013;" u2="T" k="82" />
-<hkern u1="&#x2014;" u2="T" k="82" />
-<hkern u1="&#x2018;" u2="&#x178;" k="-20" />
-<hkern u1="&#x2018;" u2="&#x153;" k="123" />
-<hkern u1="&#x2018;" u2="&#xfc;" k="61" />
-<hkern u1="&#x2018;" u2="&#xfb;" k="61" />
-<hkern u1="&#x2018;" u2="&#xfa;" k="61" />
-<hkern u1="&#x2018;" u2="&#xf9;" k="61" />
-<hkern u1="&#x2018;" u2="&#xf8;" k="123" />
-<hkern u1="&#x2018;" u2="&#xf6;" k="123" />
-<hkern u1="&#x2018;" u2="&#xf5;" k="123" />
-<hkern u1="&#x2018;" u2="&#xf4;" k="123" />
-<hkern u1="&#x2018;" u2="&#xf3;" k="123" />
-<hkern u1="&#x2018;" u2="&#xf2;" k="123" />
-<hkern u1="&#x2018;" u2="&#xeb;" k="123" />
-<hkern u1="&#x2018;" u2="&#xea;" k="123" />
-<hkern u1="&#x2018;" u2="&#xe9;" k="123" />
-<hkern u1="&#x2018;" u2="&#xe8;" k="123" />
-<hkern u1="&#x2018;" u2="&#xe7;" k="123" />
-<hkern u1="&#x2018;" u2="&#xe6;" k="82" />
-<hkern u1="&#x2018;" u2="&#xe5;" k="82" />
-<hkern u1="&#x2018;" u2="&#xe4;" k="82" />
-<hkern u1="&#x2018;" u2="&#xe3;" k="82" />
-<hkern u1="&#x2018;" u2="&#xe2;" k="82" />
-<hkern u1="&#x2018;" u2="&#xe1;" k="82" />
-<hkern u1="&#x2018;" u2="&#xe0;" k="123" />
-<hkern u1="&#x2018;" u2="&#xdd;" k="-20" />
-<hkern u1="&#x2018;" u2="&#xc5;" k="143" />
-<hkern u1="&#x2018;" u2="&#xc4;" k="143" />
-<hkern u1="&#x2018;" u2="&#xc3;" k="143" />
-<hkern u1="&#x2018;" u2="&#xc2;" k="143" />
-<hkern u1="&#x2018;" u2="&#xc1;" k="143" />
-<hkern u1="&#x2018;" u2="&#xc0;" k="143" />
-<hkern u1="&#x2018;" u2="u" k="61" />
-<hkern u1="&#x2018;" u2="s" k="61" />
-<hkern u1="&#x2018;" u2="r" k="61" />
-<hkern u1="&#x2018;" u2="q" k="123" />
-<hkern u1="&#x2018;" u2="p" k="61" />
-<hkern u1="&#x2018;" u2="o" k="123" />
-<hkern u1="&#x2018;" u2="n" k="61" />
-<hkern u1="&#x2018;" u2="m" k="61" />
-<hkern u1="&#x2018;" u2="g" k="61" />
-<hkern u1="&#x2018;" u2="e" k="123" />
-<hkern u1="&#x2018;" u2="d" k="123" />
-<hkern u1="&#x2018;" u2="c" k="123" />
-<hkern u1="&#x2018;" u2="a" k="82" />
-<hkern u1="&#x2018;" u2="Y" k="-20" />
-<hkern u1="&#x2018;" u2="W" k="-41" />
-<hkern u1="&#x2018;" u2="V" k="-41" />
-<hkern u1="&#x2018;" u2="T" k="-41" />
-<hkern u1="&#x2018;" u2="A" k="143" />
-<hkern u1="&#x2019;" u2="&#x178;" k="-20" />
-<hkern u1="&#x2019;" u2="&#x153;" k="123" />
-<hkern u1="&#x2019;" u2="&#xfc;" k="61" />
-<hkern u1="&#x2019;" u2="&#xfb;" k="61" />
-<hkern u1="&#x2019;" u2="&#xfa;" k="61" />
-<hkern u1="&#x2019;" u2="&#xf9;" k="61" />
-<hkern u1="&#x2019;" u2="&#xf8;" k="123" />
-<hkern u1="&#x2019;" u2="&#xf6;" k="123" />
-<hkern u1="&#x2019;" u2="&#xf5;" k="123" />
-<hkern u1="&#x2019;" u2="&#xf4;" k="123" />
-<hkern u1="&#x2019;" u2="&#xf3;" k="123" />
-<hkern u1="&#x2019;" u2="&#xf2;" k="123" />
-<hkern u1="&#x2019;" u2="&#xeb;" k="123" />
-<hkern u1="&#x2019;" u2="&#xea;" k="123" />
-<hkern u1="&#x2019;" u2="&#xe9;" k="123" />
-<hkern u1="&#x2019;" u2="&#xe8;" k="123" />
-<hkern u1="&#x2019;" u2="&#xe7;" k="123" />
-<hkern u1="&#x2019;" u2="&#xe6;" k="82" />
-<hkern u1="&#x2019;" u2="&#xe5;" k="82" />
-<hkern u1="&#x2019;" u2="&#xe4;" k="82" />
-<hkern u1="&#x2019;" u2="&#xe3;" k="82" />
-<hkern u1="&#x2019;" u2="&#xe2;" k="82" />
-<hkern u1="&#x2019;" u2="&#xe1;" k="82" />
-<hkern u1="&#x2019;" u2="&#xe0;" k="123" />
-<hkern u1="&#x2019;" u2="&#xdd;" k="-20" />
-<hkern u1="&#x2019;" u2="&#xc5;" k="143" />
-<hkern u1="&#x2019;" u2="&#xc4;" k="143" />
-<hkern u1="&#x2019;" u2="&#xc3;" k="143" />
-<hkern u1="&#x2019;" u2="&#xc2;" k="143" />
-<hkern u1="&#x2019;" u2="&#xc1;" k="143" />
-<hkern u1="&#x2019;" u2="&#xc0;" k="143" />
-<hkern u1="&#x2019;" u2="u" k="61" />
-<hkern u1="&#x2019;" u2="s" k="61" />
-<hkern u1="&#x2019;" u2="r" k="61" />
-<hkern u1="&#x2019;" u2="q" k="123" />
-<hkern u1="&#x2019;" u2="p" k="61" />
-<hkern u1="&#x2019;" u2="o" k="123" />
-<hkern u1="&#x2019;" u2="n" k="61" />
-<hkern u1="&#x2019;" u2="m" k="61" />
-<hkern u1="&#x2019;" u2="g" k="61" />
-<hkern u1="&#x2019;" u2="e" k="123" />
-<hkern u1="&#x2019;" u2="d" k="123" />
-<hkern u1="&#x2019;" u2="c" k="123" />
-<hkern u1="&#x2019;" u2="a" k="82" />
-<hkern u1="&#x2019;" u2="Y" k="-20" />
-<hkern u1="&#x2019;" u2="W" k="-41" />
-<hkern u1="&#x2019;" u2="V" k="-41" />
-<hkern u1="&#x2019;" u2="T" k="-41" />
-<hkern u1="&#x2019;" u2="A" k="143" />
-<hkern u1="&#x201a;" u2="&#x178;" k="123" />
-<hkern u1="&#x201a;" u2="&#x152;" k="102" />
-<hkern u1="&#x201a;" u2="&#xdd;" k="123" />
-<hkern u1="&#x201a;" u2="&#xdc;" k="41" />
-<hkern u1="&#x201a;" u2="&#xdb;" k="41" />
-<hkern u1="&#x201a;" u2="&#xda;" k="41" />
-<hkern u1="&#x201a;" u2="&#xd9;" k="41" />
-<hkern u1="&#x201a;" u2="&#xd8;" k="102" />
-<hkern u1="&#x201a;" u2="&#xd6;" k="102" />
-<hkern u1="&#x201a;" u2="&#xd5;" k="102" />
-<hkern u1="&#x201a;" u2="&#xd4;" k="102" />
-<hkern u1="&#x201a;" u2="&#xd3;" k="102" />
-<hkern u1="&#x201a;" u2="&#xd2;" k="102" />
-<hkern u1="&#x201a;" u2="&#xc7;" k="102" />
-<hkern u1="&#x201a;" u2="Y" k="123" />
-<hkern u1="&#x201a;" u2="W" k="123" />
-<hkern u1="&#x201a;" u2="V" k="123" />
-<hkern u1="&#x201a;" u2="U" k="41" />
-<hkern u1="&#x201a;" u2="T" k="143" />
-<hkern u1="&#x201a;" u2="Q" k="102" />
-<hkern u1="&#x201a;" u2="O" k="102" />
-<hkern u1="&#x201a;" u2="G" k="102" />
-<hkern u1="&#x201a;" u2="C" k="102" />
-<hkern u1="&#x201c;" u2="&#x178;" k="-20" />
-<hkern u1="&#x201c;" u2="&#x153;" k="123" />
-<hkern u1="&#x201c;" u2="&#xfc;" k="61" />
-<hkern u1="&#x201c;" u2="&#xfb;" k="61" />
-<hkern u1="&#x201c;" u2="&#xfa;" k="61" />
-<hkern u1="&#x201c;" u2="&#xf9;" k="61" />
-<hkern u1="&#x201c;" u2="&#xf8;" k="123" />
-<hkern u1="&#x201c;" u2="&#xf6;" k="123" />
-<hkern u1="&#x201c;" u2="&#xf5;" k="123" />
-<hkern u1="&#x201c;" u2="&#xf4;" k="123" />
-<hkern u1="&#x201c;" u2="&#xf3;" k="123" />
-<hkern u1="&#x201c;" u2="&#xf2;" k="123" />
-<hkern u1="&#x201c;" u2="&#xeb;" k="123" />
-<hkern u1="&#x201c;" u2="&#xea;" k="123" />
-<hkern u1="&#x201c;" u2="&#xe9;" k="123" />
-<hkern u1="&#x201c;" u2="&#xe8;" k="123" />
-<hkern u1="&#x201c;" u2="&#xe7;" k="123" />
-<hkern u1="&#x201c;" u2="&#xe6;" k="82" />
-<hkern u1="&#x201c;" u2="&#xe5;" k="82" />
-<hkern u1="&#x201c;" u2="&#xe4;" k="82" />
-<hkern u1="&#x201c;" u2="&#xe3;" k="82" />
-<hkern u1="&#x201c;" u2="&#xe2;" k="82" />
-<hkern u1="&#x201c;" u2="&#xe1;" k="82" />
-<hkern u1="&#x201c;" u2="&#xe0;" k="123" />
-<hkern u1="&#x201c;" u2="&#xdd;" k="-20" />
-<hkern u1="&#x201c;" u2="&#xc5;" k="143" />
-<hkern u1="&#x201c;" u2="&#xc4;" k="143" />
-<hkern u1="&#x201c;" u2="&#xc3;" k="143" />
-<hkern u1="&#x201c;" u2="&#xc2;" k="143" />
-<hkern u1="&#x201c;" u2="&#xc1;" k="143" />
-<hkern u1="&#x201c;" u2="&#xc0;" k="143" />
-<hkern u1="&#x201c;" u2="u" k="61" />
-<hkern u1="&#x201c;" u2="s" k="61" />
-<hkern u1="&#x201c;" u2="r" k="61" />
-<hkern u1="&#x201c;" u2="q" k="123" />
-<hkern u1="&#x201c;" u2="p" k="61" />
-<hkern u1="&#x201c;" u2="o" k="123" />
-<hkern u1="&#x201c;" u2="n" k="61" />
-<hkern u1="&#x201c;" u2="m" k="61" />
-<hkern u1="&#x201c;" u2="g" k="61" />
-<hkern u1="&#x201c;" u2="e" k="123" />
-<hkern u1="&#x201c;" u2="d" k="123" />
-<hkern u1="&#x201c;" u2="c" k="123" />
-<hkern u1="&#x201c;" u2="a" k="82" />
-<hkern u1="&#x201c;" u2="Y" k="-20" />
-<hkern u1="&#x201c;" u2="W" k="-41" />
-<hkern u1="&#x201c;" u2="V" k="-41" />
-<hkern u1="&#x201c;" u2="T" k="-41" />
-<hkern u1="&#x201c;" u2="A" k="143" />
-<hkern u1="&#x201e;" u2="&#x178;" k="123" />
-<hkern u1="&#x201e;" u2="&#x152;" k="102" />
-<hkern u1="&#x201e;" u2="&#xdd;" k="123" />
-<hkern u1="&#x201e;" u2="&#xdc;" k="41" />
-<hkern u1="&#x201e;" u2="&#xdb;" k="41" />
-<hkern u1="&#x201e;" u2="&#xda;" k="41" />
-<hkern u1="&#x201e;" u2="&#xd9;" k="41" />
-<hkern u1="&#x201e;" u2="&#xd8;" k="102" />
-<hkern u1="&#x201e;" u2="&#xd6;" k="102" />
-<hkern u1="&#x201e;" u2="&#xd5;" k="102" />
-<hkern u1="&#x201e;" u2="&#xd4;" k="102" />
-<hkern u1="&#x201e;" u2="&#xd3;" k="102" />
-<hkern u1="&#x201e;" u2="&#xd2;" k="102" />
-<hkern u1="&#x201e;" u2="&#xc7;" k="102" />
-<hkern u1="&#x201e;" u2="Y" k="123" />
-<hkern u1="&#x201e;" u2="W" k="123" />
-<hkern u1="&#x201e;" u2="V" k="123" />
-<hkern u1="&#x201e;" u2="U" k="41" />
-<hkern u1="&#x201e;" u2="T" k="143" />
-<hkern u1="&#x201e;" u2="Q" k="102" />
-<hkern u1="&#x201e;" u2="O" k="102" />
-<hkern u1="&#x201e;" u2="G" k="102" />
-<hkern u1="&#x201e;" u2="C" k="102" />
-</font>
-</defs></svg> \ No newline at end of file
+<font id="OpenSans-Light" horiz-adv-x="1169" >
+ <font-face
+ font-family="Open Sans Light"
+ font-weight="300"
+ font-stretch="normal"
+ units-per-em="2048"
+ panose-1="2 11 3 6 3 5 4 2 2 4"
+ ascent="1638"
+ descent="-410"
+ x-height="1087"
+ cap-height="1462"
+ bbox="-1067 -551 2335 2146"
+ underline-thickness="102"
+ underline-position="-205"
+ unicode-range="U+0020-FFFD"
+ />
+<missing-glyph horiz-adv-x="1229"
+d="M193 1462h841v-1462h-841v1462zM297 104h633v1254h-633v-1254z" />
+ <glyph glyph-name="uniFB01" unicode="fi" horiz-adv-x="1077"
+d="M586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM895 0h-99v1087h99v-1087zM782 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71
+t-48.5 -26q-63 0 -63 97z" />
+ <glyph glyph-name="uniFB02" unicode="fl" horiz-adv-x="1077"
+d="M586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM895 0h-99v1556h99v-1556z" />
+ <glyph glyph-name="uniFB03" unicode="ffi" horiz-adv-x="1692"
+d="M586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM1200 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27
+l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM1510 0h-99v1087h99v-1087zM1397 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
+ <glyph glyph-name="uniFB04" unicode="ffl" horiz-adv-x="1692"
+d="M586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM1200 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27
+l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM1510 0h-99v1556h99v-1556z" />
+ <glyph glyph-name="ff" unicode="ff" horiz-adv-x="1229"
+d="M586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86zM1200 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27
+l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86z" />
+ <glyph glyph-name=".notdef" horiz-adv-x="1229"
+d="M193 1462h841v-1462h-841v1462zM297 104h633v1254h-633v-1254z" />
+ <glyph glyph-name="null" horiz-adv-x="0"
+ />
+ <glyph glyph-name="nonmarkingreturn" horiz-adv-x="1044"
+ />
+ <glyph glyph-name="space" unicode=" " horiz-adv-x="532"
+ />
+ <glyph glyph-name="exclam" unicode="!" horiz-adv-x="492"
+d="M276 377h-61l-29 1085h119zM164 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
+ <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="723"
+d="M260 1462l-33 -528h-61l-33 528h127zM590 1462l-33 -528h-61l-33 528h127z" />
+ <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1323"
+d="M967 928l-76 -398h303v-79h-320l-86 -451h-90l88 451h-360l-86 -451h-88l86 451h-283v79h299l76 398h-297v80h311l86 454h91l-89 -454h365l88 454h86l-88 -454h285v-80h-301zM440 530h363l78 398h-363z" />
+ <glyph glyph-name="dollar" unicode="$"
+d="M991 440q0 -133 -99 -217t-274 -106v-236h-81v232q-92 2 -200.5 22.5t-172.5 50.5v103q75 -36 179.5 -61t193.5 -25v508q-145 44 -215 88t-102 104t-32 146q0 124 94.5 208.5t254.5 104.5v192h81v-190q197 -9 351 -72l-33 -90q-141 62 -318 72v-486q213 -66 293 -144
+t80 -204zM881 444q0 85 -63 140.5t-200 95.5v-471q122 13 192.5 75t70.5 160zM297 1049q0 -86 57 -141t183 -93v453q-119 -16 -179.5 -76t-60.5 -143z" />
+ <glyph glyph-name="percent" unicode="%" horiz-adv-x="1653"
+d="M211 1026q0 -186 45 -279.5t141 -93.5q193 0 193 373q0 184 -49.5 276.5t-143.5 92.5q-96 0 -141 -92.5t-45 -276.5zM688 1026q0 -226 -75 -343.5t-216 -117.5q-133 0 -208.5 120.5t-75.5 340.5q0 223 72 340t212 117q139 0 215 -120.5t76 -336.5zM1063 438
+q0 -185 45 -277.5t141 -92.5q193 0 193 370q0 369 -193 369q-96 0 -141 -91.5t-45 -277.5zM1540 438q0 -226 -74 -343.5t-215 -117.5q-136 0 -211 121.5t-75 339.5q0 225 73.5 341t212.5 116q137 0 213 -120t76 -337zM1280 1462l-811 -1462h-96l811 1462h96z" />
+ <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1460"
+d="M123 371q0 138 73.5 235t274.5 205l-75 82q-66 71 -98 139t-32 142q0 143 95.5 227t256.5 84q155 0 245.5 -81t90.5 -224q0 -105 -70 -192.5t-253 -194.5l452 -457q61 72 104 157t75 201h96q-63 -246 -209 -426l266 -268h-135l-193 197q-92 -90 -164 -131.5t-157.5 -63.5
+t-194.5 -22q-209 0 -328.5 103t-119.5 288zM578 70q128 0 234.5 43.5t209.5 146.5l-483 485q-136 -72 -196.5 -122.5t-88 -109.5t-27.5 -138q0 -143 93 -224t258 -81zM373 1176q0 -79 40 -146t152 -174q159 85 221 159t62 169q0 94 -62 152.5t-168 58.5q-114 0 -179.5 -58
+t-65.5 -161z" />
+ <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="393"
+d="M260 1462l-33 -528h-61l-33 528h127z" />
+ <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="557"
+d="M82 561q0 265 77.5 496t223.5 405h113q-148 -182 -227 -412.5t-79 -486.5q0 -483 304 -887h-111q-147 170 -224 397t-77 488z" />
+ <glyph glyph-name="parenright" unicode=")" horiz-adv-x="557"
+d="M475 561q0 -263 -77.5 -490t-223.5 -395h-111q304 404 304 887q0 257 -79 487.5t-227 411.5h113q147 -175 224 -406.5t77 -494.5z" />
+ <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="1128"
+d="M631 1556l-37 -405l405 104l21 -131l-395 -39l247 -340l-124 -71l-191 379l-180 -379l-125 71l242 340l-390 39l19 131l401 -104l-39 405h146z" />
+ <glyph glyph-name="plus" unicode="+"
+d="M625 764h434v-82h-434v-432h-82v432h-432v82h432v434h82v-434z" />
+ <glyph glyph-name="comma" unicode="," horiz-adv-x="440"
+d="M295 238l12 -21q-75 -265 -174 -481h-65q77 275 110 502h117z" />
+ <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="659"
+d="M92 512v82h475v-82h-475z" />
+ <glyph glyph-name="period" unicode="." horiz-adv-x="487"
+d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
+ <glyph glyph-name="slash" unicode="/" horiz-adv-x="698"
+d="M674 1462l-545 -1462h-104l544 1462h105z" />
+ <glyph glyph-name="zero" unicode="0"
+d="M1055 735q0 -385 -117.5 -570t-355.5 -185q-229 0 -348 190.5t-119 564.5q0 382 115.5 566t351.5 184q231 0 352 -190.5t121 -559.5zM223 735q0 -340 89 -502.5t270 -162.5q189 0 275.5 168t86.5 497q0 324 -86.5 492t-275.5 168t-274 -168t-85 -492z" />
+ <glyph glyph-name="one" unicode="1"
+d="M682 0h-98v1065q0 145 12 301q-15 -15 -31 -29t-309 -243l-57 71l397 297h86v-1462z" />
+ <glyph glyph-name="two" unicode="2"
+d="M1028 0h-915v88l389 406q164 170 230 260t97 172t31 172q0 131 -86 213t-223 82q-183 0 -350 -133l-54 69q183 154 406 154q191 0 300.5 -102t109.5 -281q0 -145 -73.5 -280.5t-268.5 -334.5l-375 -385v-4h782v-96z" />
+ <glyph glyph-name="three" unicode="3"
+d="M979 1118q0 -136 -85.5 -229t-229.5 -119v-6q176 -22 268 -112t92 -242q0 -205 -139.5 -317.5t-401.5 -112.5q-223 0 -389 83v99q84 -44 188.5 -69t196.5 -25q221 0 332 89.5t111 252.5q0 145 -113.5 223t-333.5 78h-158v96h160q182 0 288.5 86.5t106.5 234.5
+q0 122 -86.5 195.5t-226.5 73.5q-109 0 -199 -30.5t-202 -104.5l-49 67q85 71 205 112.5t243 41.5q202 0 312 -95.5t110 -269.5z" />
+ <glyph glyph-name="four" unicode="4"
+d="M1141 373h-252v-373h-94v373h-752v67l725 1030h121v-1011h252v-86zM795 459v418q0 302 14 507h-8q-20 -37 -123 -188l-516 -737h633z" />
+ <glyph glyph-name="five" unicode="5"
+d="M537 879q234 0 368.5 -113t134.5 -311q0 -225 -140 -350t-386 -125q-109 0 -207 21.5t-164 61.5v103q108 -55 192 -76.5t179 -21.5q192 0 308 101.5t116 274.5q0 163 -113 256t-307 93q-130 0 -272 -39l-60 39l58 669h704v-96h-610l-45 -516q156 29 244 29z" />
+ <glyph glyph-name="six" unicode="6"
+d="M131 623q0 285 77.5 479.5t220 288.5t343.5 94q94 0 172 -23v-88q-73 27 -176 27q-247 0 -384.5 -178t-154.5 -518h13q76 98 174 148t207 50q205 0 320.5 -117t115.5 -323q0 -224 -121.5 -353.5t-327.5 -129.5q-222 0 -350.5 169.5t-128.5 473.5zM610 68q164 0 255 103
+t91 294q0 168 -90 262t-245 94q-102 0 -189.5 -45t-139.5 -119.5t-52 -152.5q0 -111 49.5 -213.5t134 -162.5t186.5 -60z" />
+ <glyph glyph-name="seven" unicode="7"
+d="M334 0l602 1366h-827v96h946v-73l-604 -1389h-117z" />
+ <glyph glyph-name="eight" unicode="8"
+d="M582 1487q186 0 299.5 -95t113.5 -257q0 -112 -70.5 -198t-228.5 -159q192 -79 270 -173t78 -228q0 -181 -126.5 -289t-339.5 -108q-221 0 -339 101t-118 294q0 131 83 230t257 169q-161 76 -227 160.5t-66 202.5q0 105 53 184.5t148.5 122.5t212.5 43zM223 360
+q0 -138 93.5 -214t261.5 -76q164 0 264 80.5t100 218.5q0 124 -78.5 201.5t-302.5 162.5q-184 -71 -261 -157t-77 -216zM580 1397q-141 0 -226.5 -69.5t-85.5 -190.5q0 -70 31.5 -123.5t91 -97t199.5 -101.5q163 63 234 139t71 183q0 120 -84.5 190t-230.5 70z" />
+ <glyph glyph-name="nine" unicode="9"
+d="M1036 842q0 -288 -75.5 -482t-220 -287t-349.5 -93q-104 0 -192 26v86q43 -14 103.5 -21.5t92.5 -7.5q247 0 387 178.5t156 520.5h-12q-73 -96 -174 -147.5t-211 -51.5q-203 0 -316.5 112t-113.5 318q0 220 124.5 356t323.5 136q144 0 252 -75.5t166.5 -221.5t58.5 -346z
+M559 1397q-158 0 -252 -106.5t-94 -291.5q0 -174 87 -264t249 -90q101 0 188.5 45t139 119.5t51.5 151.5q0 117 -46.5 219t-130 159.5t-192.5 57.5z" />
+ <glyph glyph-name="colon" unicode=":" horiz-adv-x="487"
+d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM162 971q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
+ <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="487"
+d="M303 238l12 -21q-75 -265 -174 -481h-65q29 97 62 245.5t48 256.5h117zM162 971q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
+ <glyph glyph-name="less" unicode="&#x3c;"
+d="M1059 266l-948 416v61l948 474v-95l-823 -405l823 -355v-96z" />
+ <glyph glyph-name="equal" unicode="="
+d="M111 885v82h948v-82h-948zM111 477v82h948v-82h-948z" />
+ <glyph glyph-name="greater" unicode="&#x3e;"
+d="M111 362l823 355l-823 405v95l948 -474v-61l-948 -416v96z" />
+ <glyph glyph-name="question" unicode="?" horiz-adv-x="862"
+d="M293 377v37q0 123 37.5 201t138.5 167l91 79q72 61 103 121t31 138q0 127 -83.5 202t-219.5 75q-79 0 -148 -17.5t-149 -56.5l-37 80q110 48 184.5 64t153.5 16q183 0 288 -98.5t105 -270.5q0 -68 -18 -119t-50.5 -94.5t-78.5 -84t-102 -87.5q-64 -54 -98.5 -98.5
+t-50 -93.5t-15.5 -146v-14h-82zM260 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
+ <glyph glyph-name="at" unicode="@" horiz-adv-x="1815"
+d="M1702 725q0 -228 -90.5 -366t-245.5 -138q-89 0 -144.5 54t-64.5 147h-4q-43 -100 -124 -150.5t-189 -50.5q-148 0 -229 96.5t-81 270.5q0 202 120.5 330.5t314.5 128.5q138 0 286 -41l-22 -464v-30q0 -104 35 -156.5t116 -52.5q103 0 168.5 116.5t65.5 303.5
+q0 194 -79 340t-225.5 224.5t-334.5 78.5q-230 0 -405.5 -99.5t-270 -281.5t-94.5 -418q0 -322 167 -497.5t474 -175.5q93 0 188.5 18t231.5 70v-99q-203 -80 -414 -80q-349 0 -544 200.5t-195 557.5q0 256 108.5 460.5t307 317.5t448.5 113q215 0 380.5 -89t255 -254.5
+t89.5 -383.5zM633 590q0 -143 55 -215t174 -72q255 0 273 346l16 291q-79 27 -193 27q-149 0 -237 -102.5t-88 -274.5z" />
+ <glyph glyph-name="A" unicode="A" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
+ <glyph glyph-name="B" unicode="B" horiz-adv-x="1284"
+d="M207 1462h401q271 0 398 -92t127 -278q0 -127 -77.5 -211.5t-226.5 -108.5v-6q175 -26 257.5 -110.5t82.5 -235.5q0 -202 -134 -311t-380 -109h-448v1462zM309 811h322q206 0 299.5 68.5t93.5 214.5t-105.5 212t-314.5 66h-295v-561zM309 721v-631h344q406 0 406 330
+q0 301 -428 301h-322z" />
+ <glyph glyph-name="C" unicode="C" horiz-adv-x="1272"
+d="M831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80z" />
+ <glyph glyph-name="D" unicode="D" horiz-adv-x="1446"
+d="M1317 745q0 -368 -193 -556.5t-567 -188.5h-350v1462h395q350 0 532.5 -183t182.5 -534zM1206 741q0 314 -159.5 472.5t-468.5 158.5h-269v-1282h242q655 0 655 651z" />
+ <glyph glyph-name="E" unicode="E" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94z" />
+ <glyph glyph-name="F" unicode="F" horiz-adv-x="1028"
+d="M309 0h-102v1462h801v-94h-699v-620h660v-95h-660v-653z" />
+ <glyph glyph-name="G" unicode="G" horiz-adv-x="1481"
+d="M782 737h539v-667q-212 -90 -477 -90q-346 0 -530.5 195.5t-184.5 553.5q0 223 91.5 395.5t262 266.5t391.5 94q239 0 429 -88l-41 -92q-190 88 -394 88q-289 0 -458.5 -178.5t-169.5 -481.5q0 -330 161 -496.5t473 -166.5q202 0 343 57v514h-435v96z" />
+ <glyph glyph-name="H" unicode="H" horiz-adv-x="1473"
+d="M1266 0h-103v719h-854v-719h-102v1462h102v-649h854v649h103v-1462z" />
+ <glyph glyph-name="I.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66z" />
+ <glyph glyph-name="J" unicode="J" horiz-adv-x="506"
+d="M-33 -369q-92 0 -151 27v88q78 -20 149 -20q242 0 242 264v1472h102v-1462q0 -369 -342 -369z" />
+ <glyph glyph-name="K" unicode="K" horiz-adv-x="1190"
+d="M1190 0h-125l-561 772l-195 -172v-600h-102v1462h102v-760l162 162l573 598h130l-599 -618z" />
+ <glyph glyph-name="L" unicode="L" horiz-adv-x="1051"
+d="M207 0v1462h102v-1366h697v-96h-799z" />
+ <glyph glyph-name="M" unicode="M" horiz-adv-x="1767"
+d="M850 0l-545 1350h-8q8 -124 8 -254v-1096h-98v1462h158l518 -1286h6l518 1286h154v-1462h-103v1108q0 116 12 240h-8l-547 -1348h-65z" />
+ <glyph glyph-name="N" unicode="N" horiz-adv-x="1477"
+d="M1270 0h-103l-866 1298h-8q12 -232 12 -350v-948h-98v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462z" />
+ <glyph glyph-name="O" unicode="O" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483z" />
+ <glyph glyph-name="P" unicode="P" horiz-adv-x="1198"
+d="M1087 1042q0 -212 -144 -325t-408 -113h-226v-604h-102v1462h358q522 0 522 -420zM309 692h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
+ <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1565"
+d="M1436 733q0 -294 -126 -486.5t-349 -246.5l333 -348h-166l-282 330l-33 -2h-31q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5
+t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483z" />
+ <glyph glyph-name="R" unicode="R" horiz-adv-x="1217"
+d="M309 637v-637h-102v1462h348q272 0 402 -100.5t130 -302.5q0 -147 -77.5 -248t-235.5 -145l397 -666h-122l-377 637h-363zM309 725h279q185 0 287 82.5t102 243.5q0 167 -100 243t-326 76h-242v-645z" />
+ <glyph glyph-name="S" unicode="S" horiz-adv-x="1116"
+d="M1014 377q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76
+q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5z" />
+ <glyph glyph-name="T" unicode="T" horiz-adv-x="1073"
+d="M588 0h-103v1366h-475v96h1053v-96h-475v-1366z" />
+ <glyph glyph-name="U" unicode="U" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102z" />
+ <glyph glyph-name="V" unicode="V" horiz-adv-x="1182"
+d="M1071 1462h111l-547 -1462h-90l-545 1462h109l368 -995q84 -225 113 -338q20 75 79 233z" />
+ <glyph glyph-name="W" unicode="W" horiz-adv-x="1827"
+d="M1372 0h-84l-321 1128q-40 139 -60 228q-16 -87 -45.5 -200t-322.5 -1156h-86l-402 1462h107l256 -942q15 -57 28 -105.5t23.5 -91t19 -82t15.5 -79.5q24 136 102 413l250 887h113l293 -1018q51 -176 73 -284q13 72 33.5 153t308.5 1149h103z" />
+ <glyph glyph-name="X" unicode="X" horiz-adv-x="1102"
+d="M1102 0h-117l-432 682l-440 -682h-113l492 762l-447 700h115l395 -626l401 626h109l-453 -698z" />
+ <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117z" />
+ <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1180"
+d="M1098 0h-1016v76l856 1290h-817v96h954v-76l-858 -1290h881v-96z" />
+ <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="653"
+d="M602 -324h-428v1786h428v-94h-330v-1597h330v-95z" />
+ <glyph glyph-name="backslash" unicode="\" horiz-adv-x="698"
+d="M127 1462l547 -1462h-103l-546 1462h102z" />
+ <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="653"
+d="M51 -229h330v1597h-330v94h428v-1786h-428v95z" />
+ <glyph glyph-name="asciicircum" unicode="^"
+d="M88 561l465 912h68l460 -912h-100l-395 791l-398 -791h-100z" />
+ <glyph glyph-name="underscore" unicode="_" horiz-adv-x="842"
+d="M846 -266h-850v82h850v-82z" />
+ <glyph glyph-name="grave" unicode="`" horiz-adv-x="1182"
+d="M776 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="a" unicode="a" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5z" />
+ <glyph glyph-name="b" unicode="b" horiz-adv-x="1219"
+d="M641 1108q228 0 343.5 -143.5t115.5 -419.5q0 -271 -121.5 -418t-341.5 -147q-116 0 -209 48t-147 136h-9l-28 -164h-62v1556h99v-391q0 -88 -4 -162l-3 -85h7q62 98 149.5 144t210.5 46zM639 1018q-192 0 -275 -110t-83 -363v-17q0 -246 86.5 -353t269.5 -107
+q178 0 268 124.5t90 354.5q0 471 -356 471z" />
+ <glyph glyph-name="c" unicode="c" horiz-adv-x="973"
+d="M616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51z" />
+ <glyph glyph-name="d" unicode="d" horiz-adv-x="1219"
+d="M580 1108q118 0 204 -43t154 -147h6q-6 126 -6 247v391h98v-1556h-65l-25 166h-8q-124 -186 -356 -186q-225 0 -344 140t-119 408q0 282 118 431t343 149zM580 1018q-178 0 -267.5 -125t-89.5 -363q0 -462 359 -462q184 0 270 107t86 353v17q0 252 -84.5 362.5
+t-273.5 110.5z" />
+ <glyph glyph-name="e" unicode="e" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5z" />
+ <glyph glyph-name="f" unicode="f" horiz-adv-x="614"
+d="M586 1001h-256v-1001h-99v1001h-202v58l202 37v84q0 200 73.5 293.5t240.5 93.5q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-101h256v-86z" />
+ <glyph glyph-name="g" unicode="g" horiz-adv-x="1071"
+d="M1030 1087v-69l-225 -14q90 -112 90 -246q0 -157 -104.5 -254.5t-280.5 -97.5q-74 0 -104 6q-59 -31 -90 -73t-31 -89q0 -52 39.5 -76t132.5 -24h190q177 0 271 -71.5t94 -211.5q0 -172 -139.5 -265.5t-397.5 -93.5q-205 0 -317.5 79t-112.5 220q0 112 69.5 186
+t188.5 101q-49 21 -78.5 59.5t-29.5 88.5q0 109 139 192q-95 39 -148 122.5t-53 191.5q0 163 103.5 261.5t279.5 98.5q107 0 166 -21h348zM150 -184q0 -224 333 -224q428 0 428 273q0 98 -67 142t-217 44h-178q-299 0 -299 -235zM233 748q0 -126 76.5 -195.5t204.5 -69.5
+q136 0 208.5 69t72.5 200q0 139 -74.5 208.5t-208.5 69.5q-130 0 -204.5 -74.5t-74.5 -207.5z" />
+ <glyph glyph-name="h" unicode="h" horiz-adv-x="1208"
+d="M940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1556h99v-495l-5 -139h7q61 98 154 142t231 44q370 0 370 -397v-711h-98z" />
+ <glyph glyph-name="i" unicode="i" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
+ <glyph glyph-name="j" unicode="j" horiz-adv-x="463"
+d="M37 -492q-80 0 -135 25v86q69 -20 129 -20q151 0 151 176v1312h99v-1298q0 -135 -63.5 -208t-180.5 -73zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
+ <glyph glyph-name="k" unicode="k" horiz-adv-x="991"
+d="M279 477l555 610h120l-428 -464l465 -623h-119l-413 549l-178 -162v-387h-99v1556h99v-780l-7 -299h5z" />
+ <glyph glyph-name="l" unicode="l" horiz-adv-x="463"
+d="M281 0h-99v1556h99v-1556z" />
+ <glyph glyph-name="m" unicode="m" horiz-adv-x="1808"
+d="M1540 0v713q0 159 -62 232t-190 73q-167 0 -247 -92t-80 -289v-637h-101v743q0 275 -252 275q-171 0 -249 -99.5t-78 -318.5v-600h-99v1087h82l21 -149h6q45 81 128 125.5t183 44.5q257 0 330 -193h4q53 93 142.5 143t203.5 50q178 0 267 -95t89 -302v-711h-98z" />
+ <glyph glyph-name="n" unicode="n" horiz-adv-x="1208"
+d="M940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98z" />
+ <glyph glyph-name="o" unicode="o" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+" />
+ <glyph glyph-name="p" unicode="p" horiz-adv-x="1219"
+d="M647 -20q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99v1579h84l19 -155h6q112 176 358 176q220 0 335.5 -144.5t115.5 -420.5q0 -268 -121.5 -415.5t-331.5 -147.5zM645 68q167 0 258.5 124t91.5 347q0 479 -346 479q-190 0 -279 -104.5t-89 -340.5v-32
+q0 -255 85.5 -364t278.5 -109z" />
+ <glyph glyph-name="q" unicode="q" horiz-adv-x="1219"
+d="M569 -20q-214 0 -332 142t-118 410q0 275 118 425.5t338 150.5q236 0 353 -174h6l18 153h84v-1579h-98v414q0 122 6 248h-6q-118 -190 -369 -190zM571 68q198 0 282.5 109t84.5 366v12q0 245 -85 354t-271 109q-176 0 -267.5 -124t-91.5 -364q0 -229 89.5 -345.5
+t258.5 -116.5z" />
+ <glyph glyph-name="r" unicode="r" horiz-adv-x="797"
+d="M610 1108q69 0 148 -14l-19 -95q-68 17 -141 17q-139 0 -228 -118t-89 -298v-600h-99v1087h84l10 -196h7q67 120 143 168.5t184 48.5z" />
+ <glyph glyph-name="s" unicode="s" horiz-adv-x="954"
+d="M856 283q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44
+t-78 -122q0 -85 60.5 -136t236.5 -114q147 -53 214 -95.5t100.5 -96.5t33.5 -127z" />
+ <glyph glyph-name="t" unicode="t" horiz-adv-x="686"
+d="M469 68q94 0 164 16v-80q-72 -24 -166 -24q-144 0 -212.5 77t-68.5 242v702h-161v58l161 45l50 246h51v-263h319v-86h-319v-688q0 -125 44 -185t138 -60z" />
+ <glyph glyph-name="u" unicode="u" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98z" />
+ <glyph glyph-name="v" unicode="v" horiz-adv-x="940"
+d="M420 0l-420 1087h102l281 -739q56 -142 84 -248h6q41 136 84 250l281 737h102l-420 -1087h-100z" />
+ <glyph glyph-name="w" unicode="w" horiz-adv-x="1481"
+d="M1051 0l-238 727q-23 74 -59 217h-6l-21 -74l-45 -145l-242 -725h-98l-311 1087h106l174 -630q61 -234 80 -344h6q59 234 86 311l224 663h90l213 -661q72 -235 88 -311h6q8 65 80 348l166 624h100l-295 -1087h-104z" />
+ <glyph glyph-name="x" unicode="x" horiz-adv-x="1020"
+d="M449 559l-379 528h114l324 -458l321 458h109l-373 -528l400 -559h-115l-342 485l-344 -485h-109z" />
+ <glyph glyph-name="y" unicode="y" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5z" />
+ <glyph glyph-name="z" unicode="z" horiz-adv-x="944"
+d="M858 0h-776v63l645 936h-598v88h727v-63l-649 -936h651v-88z" />
+ <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="723"
+d="M389 -27q0 -102 59.5 -152.5t202.5 -53.5v-91q-195 0 -277.5 75t-82.5 231v337q0 205 -230 209v80q122 2 176 51t54 148v350q0 299 360 305v-90q-138 -5 -200 -58t-62 -157v-305q0 -130 -44 -194t-142 -85v-8q97 -20 141.5 -83.5t44.5 -186.5v-322z" />
+ <glyph glyph-name="bar" unicode="|" horiz-adv-x="1108"
+d="M508 1561h92v-2067h-92v2067z" />
+ <glyph glyph-name="braceright" unicode="}" horiz-adv-x="723"
+d="M334 295q0 123 44.5 186.5t141.5 83.5v8q-97 20 -141.5 84t-44.5 195v305q0 103 -61.5 156.5t-200.5 58.5v90q174 0 267 -77.5t93 -227.5v-350q0 -100 54.5 -148.5t175.5 -50.5v-80q-230 -4 -230 -209v-337q0 -155 -82.5 -230.5t-277.5 -75.5v91q141 2 201.5 52.5
+t60.5 153.5v322z" />
+ <glyph glyph-name="asciitilde" unicode="~"
+d="M334 745q-49 0 -108 -30.5t-115 -89.5v94q108 110 233 110q61 0 115 -13.5t155 -57.5q126 -58 220 -58q56 0 109.5 30.5t115.5 94.5v-96q-48 -49 -104.5 -81t-129.5 -32q-116 0 -270 72q-124 57 -221 57z" />
+ <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="532"
+ />
+ <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="492"
+d="M215 711h61l29 -1086h-119zM166 1010q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
+ <glyph glyph-name="cent" unicode="&#xa2;"
+d="M602 190q-186 30 -288.5 175t-102.5 380q0 232 102.5 381.5t288.5 182.5v174h82v-166h14q131 0 275 -55l-31 -84q-134 51 -237 51q-187 0 -288.5 -122.5t-101.5 -358.5q0 -225 100.5 -349.5t280.5 -124.5q131 0 267 58v-92q-110 -56 -267 -56h-12v-204h-82v210z" />
+ <glyph glyph-name="sterling" unicode="&#xa3;"
+d="M412 676v-256q0 -116 -35 -196t-113 -128h809v-96h-995v84q110 21 171.5 110t61.5 224v258h-211v82h211v297q0 204 98 315t281 111q175 0 330 -68l-35 -86q-157 66 -295 66q-141 0 -209.5 -81t-68.5 -253v-301h411v-82h-411z" />
+ <glyph glyph-name="currency" unicode="&#xa4;"
+d="M991 723q0 -151 -90 -256l139 -141l-59 -60l-137 142q-110 -93 -260 -93q-153 0 -260 93l-138 -142l-59 60l139 141q-90 106 -90 256q0 147 90 258l-139 141l59 60l138 -142q103 93 260 93q155 0 260 -93l137 142l59 -60l-139 -141q90 -111 90 -258zM584 395
+q134 0 228.5 95.5t94.5 232.5q0 136 -95 233t-228 97q-134 0 -229 -97t-95 -233t94.5 -232t229.5 -96z" />
+ <glyph glyph-name="yen" unicode="&#xa5;"
+d="M586 666l428 796h110l-432 -788h283v-82h-338v-205h338v-82h-338v-305h-105v305h-337v82h337v205h-337v82h278l-430 788h117z" />
+ <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="1108"
+d="M508 1561h92v-764h-92v764zM508 258h92v-764h-92v764z" />
+ <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1057"
+d="M145 813q0 83 50.5 152.5t138.5 107.5q-86 47 -125 102t-39 136q0 117 101.5 183.5t275.5 66.5q175 0 336 -64l-35 -80q-91 34 -158.5 47t-144.5 13q-134 0 -205.5 -44.5t-71.5 -119.5q0 -54 25.5 -88.5t85.5 -65.5t188 -74q192 -64 264 -132.5t72 -170.5
+q0 -173 -186 -274q86 -42 129 -96t43 -136q0 -135 -113 -207.5t-311 -72.5q-92 0 -171 15t-165 52v95q182 -78 332 -78q162 0 247 49.5t85 140.5q0 55 -25 87.5t-88.5 65.5t-190.5 79q-200 73 -272 141.5t-72 169.5zM246 825q0 -65 31.5 -104t105.5 -75t250 -99
+q82 41 126 98t44 121q0 62 -32 102t-108.5 77t-236.5 87q-81 -23 -130.5 -79t-49.5 -128z" />
+ <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1182"
+d="M336 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM717 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1704"
+d="M897 1092q-142 0 -222.5 -94.5t-80.5 -264.5q0 -186 74.5 -275t220.5 -89q84 0 198 43v-88q-102 -45 -208 -45q-187 0 -288.5 115t-101.5 331q0 208 111 332.5t297 124.5q119 0 227 -52l-37 -83q-98 45 -190 45zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100
+t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM193 731q0 -178 88.5 -329.5t240.5 -240.5t330 -89t329.5 88.5t240.5 240.5t89 330q0 174 -85.5 325t-239 243t-334.5 92q-176 0 -328.5 -88.5t-241.5 -242.5t-89 -329z
+" />
+ <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="686"
+d="M512 813l-25 72q-84 -84 -202 -84q-95 0 -151 49t-56 139q0 100 80 151.5t241 59.5l95 4v43q0 77 -38 114.5t-106 37.5q-87 0 -196 -49l-33 73q117 56 231 56q228 0 228 -215v-451h-68zM168 993q0 -54 35 -85t96 -31q90 0 142.5 50t52.5 142v64l-88 -5
+q-116 -6 -177 -36.5t-61 -98.5z" />
+ <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="885"
+d="M82 543l309 393l62 -43l-254 -363l254 -362l-62 -43l-309 391v27zM442 543l310 393l61 -43l-254 -363l254 -362l-61 -43l-310 391v27z" />
+ <glyph glyph-name="logicalnot" unicode="&#xac;"
+d="M1038 764v-494h-82v412h-845v82h927z" />
+ <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="659"
+d="M92 512v82h475v-82h-475z" />
+ <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1704"
+d="M709 731h112q91 0 143 46.5t52 135.5q0 172 -197 172h-110v-354zM1120 918q0 -79 -38.5 -139.5t-110.5 -94.5l237 -393h-121l-210 360h-168v-360h-101v880h211q143 0 222 -62t79 -191zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377
+q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM193 731q0 -178 88.5 -329.5t240.5 -240.5t330 -89t329.5 88.5t240.5 240.5t89 330q0 174 -85.5 325t-239 243t-334.5 92q-176 0 -328.5 -88.5t-241.5 -242.5t-89 -329z" />
+ <glyph glyph-name="overscore" unicode="&#xaf;" horiz-adv-x="1024"
+d="M1030 1556h-1036v82h1036v-82z" />
+ <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="877"
+d="M139 1184q0 132 86.5 215.5t212.5 83.5t212.5 -83.5t86.5 -215.5t-86.5 -215.5t-212.5 -83.5q-130 0 -214.5 83t-84.5 216zM229 1184q0 -91 61 -154t148 -63q86 0 147.5 62t61.5 155q0 92 -60 154.5t-149 62.5q-90 0 -149.5 -64t-59.5 -153z" />
+ <glyph glyph-name="plusminus" unicode="&#xb1;"
+d="M111 1v82h948v-82h-948zM625 764h434v-82h-434v-432h-82v432h-432v82h432v434h82v-434z" />
+ <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="688"
+d="M629 586h-576v78l242 237q125 121 172 193t47 149q0 71 -46.5 112.5t-123.5 41.5q-108 0 -217 -82l-49 65q119 103 270 103q124 0 194 -63.5t70 -174.5q0 -47 -13 -89t-40 -85.5t-68.5 -90t-308.5 -306.5h447v-88z" />
+ <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="688"
+d="M616 1260q0 -78 -44 -131.5t-117 -75.5q186 -45 186 -211q0 -130 -88.5 -201.5t-247.5 -71.5q-144 0 -264 60v88q136 -62 266 -62q115 0 174.5 49t59.5 136q0 83 -59.5 122t-178.5 39h-131v84h135q105 0 158 43.5t53 120.5q0 67 -47 107.5t-127 40.5q-128 0 -246 -78
+l-47 70q130 94 293 94q127 0 199.5 -60t72.5 -163z" />
+ <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1182"
+d="M393 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1221"
+d="M281 1087v-704q0 -164 69 -238.5t213 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-50 -77 -150 -123.5t-217 -46.5q-99 0 -167.5 27.5t-119.5 84.5q5 -92 5 -170v-414h-99v1579h99z" />
+ <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="1341"
+d="M1106 -260h-100v1722h-228v-1722h-100v819q-64 -18 -146 -18q-216 0 -317.5 125t-101.5 376q0 260 109 387t341 127h543v-1816z" />
+ <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="487"
+d="M162 721q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
+ <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="420"
+d="M393 -291q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174z" />
+ <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="688"
+d="M350 1462h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145l-47 77z" />
+ <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="739"
+d="M670 1141q0 -161 -80 -250.5t-223 -89.5t-220 86t-77 254q0 162 78 250t223 88q142 0 220.5 -87t78.5 -251zM160 1141q0 -264 209 -264t209 264q0 131 -50 194.5t-159 63.5t-159 -63.5t-50 -194.5z" />
+ <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="885"
+d="M803 518l-309 -393l-62 43l254 362l-254 363l62 43l309 -391v-27zM442 518l-309 -393l-61 43l254 362l-254 363l61 43l309 -391v-27z" />
+ <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1516"
+d="M333 1462h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145l-47 77zM1148 1462l-811 -1462h-94l811 1462h94zM1392 242h-129v-241h-90v241h-413v60l407 581h96v-563h129v-78zM1173 320v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5h309z" />
+ <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1516"
+d="M285 1462h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145l-47 77zM1073 1462l-811 -1462h-94l811 1462h94zM1403 1h-576v78l242 237q125 121 172 193t47 149q0 71 -46.5 112.5t-123.5 41.5q-108 0 -217 -82l-49 65q119 103 270 103q124 0 194 -63.5t70 -174.5
+q0 -47 -13 -89t-40 -85.5t-68.5 -90t-308.5 -306.5h447v-88z" />
+ <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1516"
+d="M616 1260q0 -78 -44 -131.5t-117 -75.5q186 -45 186 -211q0 -130 -88.5 -201.5t-247.5 -71.5q-144 0 -264 60v88q136 -62 266 -62q115 0 174.5 49t59.5 136q0 83 -59.5 122t-178.5 39h-131v84h135q105 0 158 43.5t53 120.5q0 67 -47 107.5t-127 40.5q-128 0 -246 -78
+l-47 70q130 94 293 94q127 0 199.5 -60t72.5 -163zM1300 1462l-811 -1462h-94l811 1462h94zM1495 242h-129v-241h-90v241h-413v60l407 581h96v-563h129v-78zM1276 320v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5h309z" />
+ <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="862"
+d="M569 711v-37q0 -125 -39.5 -204.5t-136.5 -164.5l-90 -79q-73 -61 -104 -120.5t-31 -138.5q0 -124 82 -200t221 -76q125 0 233 46l64 27l37 -79q-111 -48 -185.5 -64t-152.5 -16q-184 0 -288.5 99t-104.5 269q0 70 20 124t58.5 102t171.5 159q64 53 98.5 98.5t49.5 94
+t15 145.5v15h82zM440 1010q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
+ <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM720 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM504 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM328 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM784 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59
+q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM367 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM748 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM836 1610q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM482 1610q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5
+t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
+ <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1653"
+d="M1528 0h-717v516h-475l-227 -516h-111l653 1462h877v-94h-615v-553h576v-94h-576v-627h615v-94zM377 608h434v760h-100z" />
+ <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1272"
+d="M831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80zM911 -291q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11
+v88q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174z" />
+ <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM697 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM463 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM315 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM354 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM735 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="Igrave.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM435 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="Iacute.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM224 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Icircumflex.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM21 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Idieresis.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM58 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM439 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1466"
+d="M1317 745q0 -368 -193 -556.5t-567 -188.5h-350v678h-160v94h160v690h395q350 0 532.5 -183t182.5 -534zM1206 741q0 314 -159.5 472.5t-468.5 158.5h-269v-600h406v-94h-406v-588h242q655 0 655 651z" />
+ <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1477"
+d="M1270 0h-103l-866 1298h-8q12 -232 12 -350v-948h-98v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462zM897 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50
+t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM885 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM686 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM492 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM940 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM529 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM910 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="multiply" unicode="&#xd7;"
+d="M584 780l409 408l58 -58l-408 -407l406 -408l-58 -57l-407 408l-406 -408l-57 57l405 408l-407 407l57 58z" />
+ <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-236 0 -395 120l-86 -120l-74 59l90 127q-188 200 -188 569q0 349 175.5 549.5t479.5 200.5q232 0 392 -121l108 152l72 -60l-111 -153q191 -207 191 -570zM1325 733q0 315 -139 486l-742 -1037q133 -106 338 -106
+q264 0 403.5 170t139.5 487zM240 733q0 -312 139 -483l739 1034q-133 102 -334 102q-261 0 -402.5 -170t-141.5 -483z" />
+ <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM833 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM633 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM444 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207
+q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM481 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM862 1727q0 46 15.5 66t47.5 20
+q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM434 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1198"
+d="M1087 778q0 -212 -144 -325t-408 -113h-226v-340h-102v1462h102v-264h256q522 0 522 -420zM309 428h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
+ <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1194"
+d="M961 1284q0 -139 -139 -250q-81 -64 -110.5 -100.5t-29.5 -75.5q0 -44 14.5 -68t51.5 -57t102 -78q106 -75 151.5 -124.5t68 -103t22.5 -120.5q0 -156 -88 -241.5t-246 -85.5q-95 0 -174.5 18.5t-126.5 48.5v107q65 -38 148.5 -62t152.5 -24q114 0 174.5 54.5t60.5 160.5
+q0 83 -39 144t-149 136q-127 87 -175 147t-48 146q0 60 32.5 110t106.5 108q74 57 106.5 105.5t32.5 106.5q0 93 -70 143t-202 50q-145 0 -226 -69t-81 -196v-1214h-99v1206q0 173 103.5 267t292.5 94q188 0 285.5 -72.5t97.5 -210.5z" />
+ <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM638 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM422 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM251 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM697 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5
+h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM282 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM663 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM759 1456q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM405 1456q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5
+q-62 0 -99.5 -38t-37.5 -101z" />
+ <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1731"
+d="M1243 -20q-295 0 -397 256q-68 -133 -168 -194.5t-252 -61.5q-156 0 -242 82.5t-86 226.5q0 154 125 243t377 97l201 6v72q0 155 -61.5 234t-198.5 79q-148 0 -305 -84l-37 86q173 84 346 84q261 0 325 -211q111 213 347 213q184 0 289.5 -134.5t105.5 -363.5v-80h-715
+q0 -460 348 -460q85 0 150 12t174 57v-90q-92 -41 -165 -55t-161 -14zM434 70q169 0 266 99.5t97 276.5v107l-187 -8q-219 -11 -313 -71.5t-94 -188.5q0 -102 61 -158.5t170 -56.5zM1217 1020q-284 0 -314 -402h604q0 188 -77.5 295t-212.5 107z" />
+ <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="973"
+d="M616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51zM723 -291q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88
+q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174z" />
+ <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM685 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM452 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM290 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM331 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM712 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM349 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM107 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM-58 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM-21 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM360 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1174"
+d="M1055 559q0 -276 -124 -427.5t-349 -151.5q-214 0 -339.5 130t-125.5 361q0 228 126.5 357.5t342.5 129.5q108 0 187.5 -33t148.5 -96l4 2q-64 270 -269 459l-270 -157l-49 77l244 146q-86 62 -199 119l45 81q147 -69 248 -145l225 137l49 -84l-202 -121
+q154 -151 230.5 -353t76.5 -431zM950 557q0 146 -97 228.5t-267 82.5q-185 0 -275 -100.5t-90 -304.5q0 -186 94.5 -289.5t268.5 -103.5q179 0 272.5 123t93.5 364z" />
+ <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1208"
+d="M940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98zM779 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5
+t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M718 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M499 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M309 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M761 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M346 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM727 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="divide" unicode="&#xf7;"
+d="M111 682v82h948v-82h-948zM504 1075q0 99 80 99q82 0 82 -99q0 -52 -23.5 -75t-58.5 -23q-34 0 -57 23t-23 75zM504 371q0 98 80 98q82 0 82 -98q0 -53 -23.5 -76t-58.5 -23q-34 0 -57 23t-23 76z" />
+ <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-173 0 -291 98l-86 -113l-72 58l93 120q-121 153 -121 402q0 266 129 414.5t354 148.5q179 0 301 -104l96 124l74 -55l-104 -137q112 -147 112 -391zM223 545q0 -200 78 -322l543 705q-98 90 -246 90q-180 0 -277.5 -123.5
+t-97.5 -349.5zM977 545q0 190 -72 309l-543 -702q94 -82 238 -82q180 0 278.5 125.5t98.5 349.5z" />
+ <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM687 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM495 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM313 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM350 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM731 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86
+q-63 0 -63 86z" />
+ <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM361 1257q73 79 144.5 171.5t97.5 140.5h141v-17
+q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1219"
+d="M281 918q114 190 368 190q220 0 335.5 -144.5t115.5 -420.5q0 -268 -121.5 -415.5t-331.5 -147.5q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99v2048h99v-391l-7 -247h7zM645 68q167 0 258.5 124t91.5 347q0 479 -348 479q-193 0 -279.5 -105t-86.5 -354v-18
+q0 -255 85.5 -364t278.5 -109z" />
+ <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM214 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86
+q-63 0 -63 86zM595 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM342 1671h555v-82h-555v82z" />
+ <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM274 1333h555v-82h-555v82z" />
+ <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM617 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM552 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM1061 -248q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139t112 125h90q-72 -63 -107.5 -119.5
+t-35.5 -128.5z" />
+ <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="1085"
+d="M772 -248q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139q38 67 127 138l-23 159h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79
+q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723q-72 -63 -107.5 -119.5t-35.5 -128.5zM442 70q174 0 274.5 99.5t100.5 276.5v107l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5z" />
+ <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1272"
+d="M831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80zM657 1595q73 79 144.5 171.5t97.5 140.5h141v-17
+q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="973"
+d="M616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51zM444 1257q73 79 144.5 171.5t97.5 140.5h141v-17
+q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Ccircumflex" unicode="&#x108;" horiz-adv-x="1272"
+d="M831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80zM473 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312
+v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="ccircumflex" unicode="&#x109;" horiz-adv-x="973"
+d="M616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51zM290 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312
+v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Cdot" unicode="&#x10a;" horiz-adv-x="1272"
+d="M831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80zM717 1727q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71
+t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="cdot" unicode="&#x10b;" horiz-adv-x="973"
+d="M616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51zM522 1389q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71
+t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1272"
+d="M831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80zM1051 1890q-170 -188 -242 -311h-98q-76 128 -242 311v17
+h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="973"
+d="M616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51zM872 1552q-170 -188 -242 -311h-98q-76 128 -242 311v17h70
+q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="1446"
+d="M1317 745q0 -368 -193 -556.5t-567 -188.5h-350v1462h395q350 0 532.5 -183t182.5 -534zM1206 741q0 314 -159.5 472.5t-468.5 158.5h-269v-1282h242q655 0 655 651zM961 1890q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z
+" />
+ <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="1219"
+d="M580 1108q118 0 204 -43t154 -147h6q-6 126 -6 247v391h98v-1556h-65l-25 166h-8q-124 -186 -356 -186q-225 0 -344 140t-119 408q0 282 118 431t343 149zM580 1018q-178 0 -267.5 -125t-89.5 -363q0 -462 359 -462q184 0 270 107t86 353v17q0 252 -84.5 362.5
+t-273.5 110.5zM1141 1245q21 45 48 139.5t38 171.5h112v-14q-15 -60 -53.5 -147t-91.5 -166h-53v16z" />
+ <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="1466"
+d="M1317 745q0 -368 -193 -556.5t-567 -188.5h-350v678h-160v94h160v690h395q350 0 532.5 -183t182.5 -534zM1206 741q0 314 -159.5 472.5t-468.5 158.5h-269v-600h406v-94h-406v-588h242q655 0 655 651z" />
+ <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1219"
+d="M580 1108q118 0 204 -43t154 -147h6q-6 126 -6 247v107h-473v82h473v202h98v-202h156v-82h-156v-1272h-65l-25 166h-8q-124 -186 -356 -186q-225 0 -344 140t-119 408q0 282 118 431t343 149zM580 1018q-178 0 -267.5 -125t-89.5 -363q0 -462 359 -462q184 0 270 107
+t86 353v17q0 252 -84.5 362.5t-273.5 110.5z" />
+ <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM322 1671h555v-82h-555v82z" />
+ <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM309 1333h555v-82h-555v82z" />
+ <glyph glyph-name="Ebreve" unicode="&#x114;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM596 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="ebreve" unicode="&#x115;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM581 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM543 1698q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM512 1389q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM754 -248q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139t112 125h90q-72 -63 -107.5 -119.5t-35.5 -128.5z" />
+ <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM752 -211q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139t112 125h90q-72 -63 -107.5 -119.5t-35.5 -128.5z" />
+ <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM889 1890q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM866 1552q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="Gcircumflex" unicode="&#x11c;" horiz-adv-x="1481"
+d="M782 737h539v-667q-212 -90 -477 -90q-346 0 -530.5 195.5t-184.5 553.5q0 223 91.5 395.5t262 266.5t391.5 94q239 0 429 -88l-41 -92q-190 88 -394 88q-289 0 -458.5 -178.5t-169.5 -481.5q0 -330 161 -496.5t473 -166.5q202 0 343 57v514h-435v96zM512 1595
+q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="gcircumflex" unicode="&#x11d;" horiz-adv-x="1071"
+d="M1030 1087v-69l-225 -14q90 -112 90 -246q0 -157 -104.5 -254.5t-280.5 -97.5q-74 0 -104 6q-59 -31 -90 -73t-31 -89q0 -52 39.5 -76t132.5 -24h190q177 0 271 -71.5t94 -211.5q0 -172 -139.5 -265.5t-397.5 -93.5q-205 0 -317.5 79t-112.5 220q0 112 69.5 186
+t188.5 101q-49 21 -78.5 59.5t-29.5 88.5q0 109 139 192q-95 39 -148 122.5t-53 191.5q0 163 103.5 261.5t279.5 98.5q107 0 166 -21h348zM150 -184q0 -224 333 -224q428 0 428 273q0 98 -67 142t-217 44h-178q-299 0 -299 -235zM233 748q0 -126 76.5 -195.5t204.5 -69.5
+q136 0 208.5 69t72.5 200q0 139 -74.5 208.5t-208.5 69.5q-130 0 -204.5 -74.5t-74.5 -207.5zM230 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1481"
+d="M782 737h539v-667q-212 -90 -477 -90q-346 0 -530.5 195.5t-184.5 553.5q0 223 91.5 395.5t262 266.5t391.5 94q239 0 429 -88l-41 -92q-190 88 -394 88q-289 0 -458.5 -178.5t-169.5 -481.5q0 -330 161 -496.5t473 -166.5q202 0 343 57v514h-435v96zM799 1579
+q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1071"
+d="M1030 1087v-69l-225 -14q90 -112 90 -246q0 -157 -104.5 -254.5t-280.5 -97.5q-74 0 -104 6q-59 -31 -90 -73t-31 -89q0 -52 39.5 -76t132.5 -24h190q177 0 271 -71.5t94 -211.5q0 -172 -139.5 -265.5t-397.5 -93.5q-205 0 -317.5 79t-112.5 220q0 112 69.5 186
+t188.5 101q-49 21 -78.5 59.5t-29.5 88.5q0 109 139 192q-95 39 -148 122.5t-53 191.5q0 163 103.5 261.5t279.5 98.5q107 0 166 -21h348zM150 -184q0 -224 333 -224q428 0 428 273q0 98 -67 142t-217 44h-178q-299 0 -299 -235zM233 748q0 -126 76.5 -195.5t204.5 -69.5
+q136 0 208.5 69t72.5 200q0 139 -74.5 208.5t-208.5 69.5q-130 0 -204.5 -74.5t-74.5 -207.5zM513 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="Gdot" unicode="&#x120;" horiz-adv-x="1481"
+d="M782 737h539v-667q-212 -90 -477 -90q-346 0 -530.5 195.5t-184.5 553.5q0 223 91.5 395.5t262 266.5t391.5 94q239 0 429 -88l-41 -92q-190 88 -394 88q-289 0 -458.5 -178.5t-169.5 -481.5q0 -330 161 -496.5t473 -166.5q202 0 343 57v514h-435v96zM753 1727
+q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="gdot" unicode="&#x121;" horiz-adv-x="1071"
+d="M1030 1087v-69l-225 -14q90 -112 90 -246q0 -157 -104.5 -254.5t-280.5 -97.5q-74 0 -104 6q-59 -31 -90 -73t-31 -89q0 -52 39.5 -76t132.5 -24h190q177 0 271 -71.5t94 -211.5q0 -172 -139.5 -265.5t-397.5 -93.5q-205 0 -317.5 79t-112.5 220q0 112 69.5 186
+t188.5 101q-49 21 -78.5 59.5t-29.5 88.5q0 109 139 192q-95 39 -148 122.5t-53 191.5q0 163 103.5 261.5t279.5 98.5q107 0 166 -21h348zM150 -184q0 -224 333 -224q428 0 428 273q0 98 -67 142t-217 44h-178q-299 0 -299 -235zM233 748q0 -126 76.5 -195.5t204.5 -69.5
+q136 0 208.5 69t72.5 200q0 139 -74.5 208.5t-208.5 69.5q-130 0 -204.5 -74.5t-74.5 -207.5zM463 1389q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="1481"
+d="M782 737h539v-667q-212 -90 -477 -90q-346 0 -530.5 195.5t-184.5 553.5q0 223 91.5 395.5t262 266.5t391.5 94q239 0 429 -88l-41 -92q-190 88 -394 88q-289 0 -458.5 -178.5t-169.5 -481.5q0 -330 161 -496.5t473 -166.5q202 0 343 57v514h-435v96zM682 -436
+q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="1071"
+d="M1030 1087v-69l-225 -14q90 -112 90 -246q0 -157 -104.5 -254.5t-280.5 -97.5q-74 0 -104 6q-59 -31 -90 -73t-31 -89q0 -52 39.5 -76t132.5 -24h190q177 0 271 -71.5t94 -211.5q0 -172 -139.5 -265.5t-397.5 -93.5q-205 0 -317.5 79t-112.5 220q0 112 69.5 186
+t188.5 101q-49 21 -78.5 59.5t-29.5 88.5q0 109 139 192q-95 39 -148 122.5t-53 191.5q0 163 103.5 261.5t279.5 98.5q107 0 166 -21h348zM150 -184q0 -224 333 -224q428 0 428 273q0 98 -67 142t-217 44h-178q-299 0 -299 -235zM233 748q0 -126 76.5 -195.5t204.5 -69.5
+q136 0 208.5 69t72.5 200q0 139 -74.5 208.5t-208.5 69.5q-130 0 -204.5 -74.5t-74.5 -207.5zM669 1552q-27 -58 -53.5 -159t-32.5 -152h-112v14q20 77 61.5 165t83.5 149h53v-17z" />
+ <glyph glyph-name="Hcircumflex" unicode="&#x124;" horiz-adv-x="1473"
+d="M1266 0h-103v719h-854v-719h-102v1462h102v-649h854v649h103v-1462zM444 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="hcircumflex" unicode="&#x125;" horiz-adv-x="1208"
+d="M940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1556h99v-495l-5 -139h7q61 98 154 142t231 44q370 0 370 -397v-711h-98zM313 1650q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207
+h-70v16z" />
+ <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="1473"
+d="M207 1192v270h102v-270h854v270h103v-270h207v-94h-207v-1098h-103v719h-854v-719h-102v1098h-207v94h207zM1163 813v285h-854v-285h854z" />
+ <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="1208"
+d="M940 0v674q0 164 -69 238.5t-214 74.5q-197 0 -286.5 -98t-89.5 -320v-569h-99v1272h-155v82h155v202h99v-202h473v-82h-473v-242l-5 -139h7q61 98 154 142t231 44q370 0 370 -397v-680h-98z" />
+ <glyph glyph-name="Itilde.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM472 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5
+h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="itilde" unicode="&#x129;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM390 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="Imacron.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM36 1671h555v-82h-555v82z" />
+ <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM-44 1333h555v-82h-555v82z" />
+ <glyph glyph-name="Ibreve.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM311 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="ibreve" unicode="&#x12d;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM231 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="Iogonek.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM264 -248q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139t112 125h90q-72 -63 -107.5 -119.5t-35.5 -128.5z" />
+ <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97zM138 -248q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139t112 125h90q-72 -63 -107.5 -119.5
+t-35.5 -128.5z" />
+ <glyph glyph-name="Idotaccent.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM248 1727q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087z" />
+ <glyph glyph-name="IJ.alt" horiz-adv-x="1128"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM590 -369q-92 0 -151 27v88q78 -20 149 -20q242 0 242 264v1472h102v-1462q0 -369 -342 -369z" />
+ <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="926"
+d="M281 0h-99v1087h99v-1087zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97zM500 -492q-80 0 -135 25v86q69 -20 129 -20q151 0 151 176v1312h99v-1298q0 -135 -63.5 -208t-180.5 -73zM631 1389q0 96 63 96q31 0 48.5 -25t17.5 -71
+q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
+ <glyph glyph-name="Jcircumflex" unicode="&#x134;" horiz-adv-x="506"
+d="M-33 -369q-92 0 -151 27v88q78 -20 149 -20q242 0 242 264v1472h102v-1462q0 -369 -342 -369zM-34 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="jcircumflex" unicode="&#x135;" horiz-adv-x="463"
+d="M37 -492q-80 0 -135 25v86q69 -20 129 -20q151 0 151 176v1312h99v-1298q0 -135 -63.5 -208t-180.5 -73zM-58 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="1190"
+d="M1190 0h-125l-561 772l-195 -172v-600h-102v1462h102v-760l162 162l573 598h130l-599 -618zM524 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="991"
+d="M279 477l555 610h120l-428 -464l465 -623h-119l-413 549l-178 -162v-387h-99v1556h99v-780l-7 -299h5zM436 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="kgreenlandic" unicode="&#x138;" horiz-adv-x="991"
+d="M279 477l555 610h120l-428 -464l465 -623h-119l-413 549l-178 -162v-387h-99v1087h99v-311l-7 -299h5z" />
+ <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="1051"
+d="M207 0v1462h102v-1366h697v-96h-799zM226 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="463"
+d="M281 0h-99v1556h99v-1556zM136 1652q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="1051"
+d="M207 0v1462h102v-1366h697v-96h-799zM461 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="463"
+d="M281 0h-99v1556h99v-1556zM97 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="1051"
+d="M207 0v1462h102v-1366h697v-96h-799zM676 1152q21 45 48 139.5t38 171.5h112v-14q-15 -60 -53.5 -147t-91.5 -166h-53v16z" />
+ <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="463"
+d="M281 0h-99v1556h99v-1556zM386 1245q21 45 48 139.5t38 171.5h112v-14q-15 -60 -53.5 -147t-91.5 -166h-53v16z" />
+ <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="1051"
+d="M207 0v1462h102v-1366h697v-96h-799zM692 728q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="477"
+d="M281 0h-99v1556h99v-1556zM405 677q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="1051"
+d="M207 0v551l-137 -86l-41 74l178 112v811h102v-747l324 205l47 -76l-371 -230v-518h697v-96h-799z" />
+ <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="463"
+d="M281 817l153 103l43 -70l-196 -131v-719h-99v653l-129 -86l-45 72l174 115v802h99v-739z" />
+ <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="1477"
+d="M1270 0h-103l-866 1298h-8q12 -232 12 -350v-948h-98v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462zM618 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="1208"
+d="M940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98zM489 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="1477"
+d="M1270 0h-103l-866 1298h-8q12 -232 12 -350v-948h-98v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462zM598 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="1208"
+d="M940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98zM475 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="1477"
+d="M1270 0h-103l-866 1298h-8q12 -232 12 -350v-948h-98v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462zM1028 1890q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="1208"
+d="M940 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98zM895 1552q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="napostrophe" unicode="&#x149;" horiz-adv-x="1284"
+d="M1016 0v705q0 164 -69 238.5t-214 74.5q-195 0 -285.5 -98.5t-90.5 -319.5v-600h-99v1087h84l19 -149h6q106 170 377 170q370 0 370 -397v-711h-98zM228 1462l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117z" />
+ <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="1477"
+d="M1270 0q0 -369 -342 -369q-93 0 -152 27v88q78 -20 150 -20q241 0 241 264v10l-866 1298h-8q12 -232 12 -350v-948h-98v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462z" />
+ <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="1208"
+d="M795 -492q-79 0 -136 25v86q69 -20 129 -20q152 0 152 176v930q0 164 -72.5 238.5t-224.5 74.5q-189 0 -275.5 -99.5t-86.5 -318.5v-600h-99v1087h84l19 -149h6q54 87 147 128.5t205 41.5q201 0 298 -99t97 -298v-922q0 -134 -62.5 -207.5t-180.5 -73.5z" />
+ <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM506 1671h555v-82h-555v82z" />
+ <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M324 1333h555v-82h-555v82z" />
+ <glyph glyph-name="Obreve" unicode="&#x14e;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM781 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="obreve" unicode="&#x14f;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M598 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM534 1595q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16zM872 1595q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16z" />
+ <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M342 1257q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16zM680 1257q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16z" />
+ <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1839"
+d="M1714 0h-756q-76 -16 -176 -16q-305 0 -479 200t-174 551q0 347 174.5 545.5t480.5 198.5q78 0 183 -17h747v-94h-655v-553h616v-94h-616v-627h655v-94zM782 80q109 0 174 18v1266q-62 16 -172 16q-262 0 -403 -167.5t-141 -479.5q0 -315 140.5 -484t401.5 -169z" />
+ <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1942"
+d="M1438 -20q-156 0 -266.5 67.5t-165.5 198.5q-59 -128 -158 -197t-252 -69q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q151 0 251 -70t157 -209q110 279 399 279q192 0 303 -134t111 -364v-80h-762q2 -230 100.5 -345t276.5 -115q93 0 163.5 13t178.5 56
+v-90q-92 -40 -170 -54.5t-172 -14.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5q174 0 265 122.5t91 352.5q0 224 -93 348.5t-265 124.5q-180 0 -277.5 -123.5t-97.5 -349.5zM1409 1020q-155 0 -242 -104t-102 -298h653q0 189 -82 295.5t-227 106.5z" />
+ <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="1217"
+d="M309 637v-637h-102v1462h348q272 0 402 -100.5t130 -302.5q0 -147 -77.5 -248t-235.5 -145l397 -666h-122l-377 637h-363zM309 725h279q185 0 287 82.5t102 243.5q0 167 -100 243t-326 76h-242v-645zM491 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138
+t-190.5 -173h-70v16z" />
+ <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="797"
+d="M610 1108q69 0 148 -14l-19 -95q-68 17 -141 17q-139 0 -228 -118t-89 -298v-600h-99v1087h84l10 -196h7q67 120 143 168.5t184 48.5zM339 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="1217"
+d="M309 637v-637h-102v1462h348q272 0 402 -100.5t130 -302.5q0 -147 -77.5 -248t-235.5 -145l397 -666h-122l-377 637h-363zM309 725h279q185 0 287 82.5t102 243.5q0 167 -100 243t-326 76h-242v-645zM524 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5
+t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="797"
+d="M610 1108q69 0 148 -14l-19 -95q-68 17 -141 17q-139 0 -228 -118t-89 -298v-600h-99v1087h84l10 -196h7q67 120 143 168.5t184 48.5zM109 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="1217"
+d="M309 637v-637h-102v1462h348q272 0 402 -100.5t130 -302.5q0 -147 -77.5 -248t-235.5 -145l397 -666h-122l-377 637h-363zM309 725h279q185 0 287 82.5t102 243.5q0 167 -100 243t-326 76h-242v-645zM895 1890q-170 -188 -242 -311h-98q-76 128 -242 311v17h70
+q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="797"
+d="M610 1108q69 0 148 -14l-19 -95q-68 17 -141 17q-139 0 -228 -118t-89 -298v-600h-99v1087h84l10 -196h7q67 120 143 168.5t184 48.5zM745 1552q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="1116"
+d="M1014 377q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76
+q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5zM456 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="954"
+d="M856 283q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44
+t-78 -122q0 -85 60.5 -136t236.5 -114q147 -53 214 -95.5t100.5 -96.5t33.5 -127zM351 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Scircumflex" unicode="&#x15c;" horiz-adv-x="1116"
+d="M1014 377q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76
+q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5zM280 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="scircumflex" unicode="&#x15d;" horiz-adv-x="954"
+d="M856 283q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44
+t-78 -122q0 -85 60.5 -136t236.5 -114q147 -53 214 -95.5t100.5 -96.5t33.5 -127zM196 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1116"
+d="M1014 377q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76
+q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5zM719 -291q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174z" />
+ <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="954"
+d="M856 283q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44
+t-78 -122q0 -85 60.5 -136t236.5 -114q147 -53 214 -95.5t100.5 -96.5t33.5 -127zM629 -291q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174z" />
+ <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1116"
+d="M1014 377q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76
+q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5zM859 1890q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="954"
+d="M856 283q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44
+t-78 -122q0 -85 60.5 -136t236.5 -114q147 -53 214 -95.5t100.5 -96.5t33.5 -127zM759 1552q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="Tcommaaccent" unicode="&#x21a;" horiz-adv-x="1073"
+d="M588 0h-103v1366h-475v96h1053v-96h-475v-1366zM403 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="tcommaaccent" unicode="&#x21b;" horiz-adv-x="686"
+d="M469 68q94 0 164 16v-80q-72 -24 -166 -24q-144 0 -212.5 77t-68.5 242v702h-161v58l161 45l50 246h51v-263h319v-86h-319v-688q0 -125 44 -185t138 -60zM263 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="1073"
+d="M588 0h-103v1366h-475v96h1053v-96h-475v-1366zM829 1890q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="686"
+d="M469 68q94 0 164 16v-80q-72 -24 -166 -24q-144 0 -212.5 77t-68.5 242v702h-161v58l161 45l50 246h51v-263h319v-86h-319v-688q0 -125 44 -185t138 -60zM480 1245q21 45 48 139.5t38 171.5h112v-14q-15 -60 -53.5 -147t-91.5 -166h-53v16z" />
+ <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="1073"
+d="M588 793h354v-95h-354v-698h-103v698h-358v95h358v573h-475v96h1053v-96h-475v-573z" />
+ <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="686"
+d="M41 688h145v313h-161v58l161 45l50 246h51v-263h319v-86h-319v-313h309v-86h-309v-289q0 -125 44 -185t138 -60t164 16v-80q-72 -24 -166 -24q-144 0 -212.5 77t-68.5 242v303h-145v86z" />
+ <glyph glyph-name="Utilde" unicode="&#x168;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM893 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73
+q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="utilde" unicode="&#x169;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM765 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5
+t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM459 1671h555v-82h-555v82z" />
+ <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM328 1333h555v-82h-555v82z" />
+ <glyph glyph-name="Ubreve" unicode="&#x16c;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM733 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80
+q-30 -246 -278 -246z" />
+ <glyph glyph-name="ubreve" unicode="&#x16d;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM602 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM952 1794q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM598 1794
+q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
+ <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM821 1456q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM467 1456
+q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
+ <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM475 1595q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16zM813 1595q31 33 67 90t121 222h136
+v-17q-135 -202 -254 -311h-70v16z" />
+ <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM346 1257q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16zM684 1257q31 33 67 90t121 222h136v-17
+q-135 -202 -254 -311h-70v16z" />
+ <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM697 -248q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139
+t112 125h90q-72 -63 -107.5 -119.5t-35.5 -128.5z" />
+ <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087q-72 -63 -107.5 -119.5t-35.5 -128.5q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139q39 69 117 129l-17 146h-6q-106 -170 -377 -170
+q-186 0 -278.5 99t-92.5 298v710h98z" />
+ <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="1827"
+d="M1372 0h-84l-321 1128q-40 139 -60 228q-16 -87 -45.5 -200t-322.5 -1156h-86l-402 1462h107l256 -942q15 -57 28 -105.5t23.5 -91t19 -82t15.5 -79.5q24 136 102 413l250 887h113l293 -1018q51 -176 73 -284q13 72 33.5 153t308.5 1149h103zM618 1595q62 67 131.5 156
+t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="1481"
+d="M1051 0l-238 727q-23 74 -59 217h-6l-21 -74l-45 -145l-242 -725h-98l-311 1087h106l174 -630q61 -234 80 -344h6q59 234 86 311l224 663h90l213 -661q72 -235 88 -311h6q8 65 80 348l166 624h100l-295 -1087h-104zM459 1257q62 67 131.5 156t110.5 156h98
+q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM251 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM179 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16
+h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM288 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM669 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="1180"
+d="M1098 0h-1016v76l856 1290h-817v96h954v-76l-858 -1290h881v-96zM481 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="944"
+d="M858 0h-776v63l645 936h-598v88h727v-63l-649 -936h651v-88zM380 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="1180"
+d="M1098 0h-1016v76l856 1290h-817v96h954v-76l-858 -1290h881v-96zM526 1727q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="944"
+d="M858 0h-776v63l645 936h-598v88h727v-63l-649 -936h651v-88zM426 1389q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1180"
+d="M1098 0h-1016v76l856 1290h-817v96h954v-76l-858 -1290h881v-96zM891 1890q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="944"
+d="M858 0h-776v63l645 936h-598v88h727v-63l-649 -936h651v-88zM780 1552q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="longs" unicode="&#x17f;" horiz-adv-x="627"
+d="M281 0h-99v1180q0 203 74.5 295t239.5 92q90 0 180 -27l-23 -86q-80 25 -159 25q-116 0 -164.5 -68.5t-48.5 -222.5v-1188z" />
+ <glyph glyph-name="florin" unicode="&#x192;"
+d="M303 854v59l207 37v146q0 201 76.5 294t240.5 93q82 0 183 -31l-25 -86q-89 29 -160 29q-115 0 -166 -67.5t-51 -223.5v-162h281v-88h-281v-1028q0 -155 -71 -236.5t-207 -81.5q-85 0 -140 19v90q78 -18 144 -18q176 0 176 217v1038h-207z" />
+ <glyph glyph-name="Aringacute" unicode="&#x1fa;" horiz-adv-x="1229"
+d="M836 1411q0 -81 -41 -133t-109 -72l553 -1206h-115l-200 446h-617l-209 -446h-110l565 1206q-68 17 -110 69t-42 136q0 94 60 152.5t157 58.5q98 0 158 -58t60 -153zM885 539l-207 454q-24 52 -60 154q-23 -70 -63 -160l-209 -448h539zM481 1411q0 -66 38 -103.5
+t99 -37.5q62 0 100 37.5t38 103.5q0 64 -39 101.5t-99 37.5t-98.5 -38t-38.5 -101zM561 1690q103 111 191 272h141v-16q-44 -61 -121.5 -141t-140.5 -132h-70v17z" />
+ <glyph glyph-name="aringacute" unicode="&#x1fb;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM467 1712q48 50 101.5 123t86.5 127h138v-14q-35 -45 -112.5 -120t-145.5 -128h-68v12zM758 1413q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152z
+M403 1413q0 -66 38 -103.5t100 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-60 0 -99 -37.5t-39 -101.5z" />
+ <glyph glyph-name="AEacute" unicode="&#x1fc;" horiz-adv-x="1653"
+d="M1528 0h-717v516h-475l-227 -516h-111l653 1462h877v-94h-615v-553h576v-94h-576v-627h615v-94zM377 608h434v760h-100zM891 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="aeacute" unicode="&#x1fd;" horiz-adv-x="1731"
+d="M1243 -20q-295 0 -397 256q-68 -133 -168 -194.5t-252 -61.5q-156 0 -242 82.5t-86 226.5q0 154 125 243t377 97l201 6v72q0 155 -61.5 234t-198.5 79q-148 0 -305 -84l-37 86q173 84 346 84q261 0 325 -211q111 213 347 213q184 0 289.5 -134.5t105.5 -363.5v-80h-715
+q0 -460 348 -460q85 0 150 12t174 57v-90q-92 -41 -165 -55t-161 -14zM434 70q169 0 266 99.5t97 276.5v107l-187 -8q-219 -11 -313 -71.5t-94 -188.5q0 -102 61 -158.5t170 -56.5zM1217 1020q-284 0 -314 -402h604q0 188 -77.5 295t-212.5 107zM774 1257q73 79 144.5 171.5
+t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Oslashacute" unicode="&#x1fe;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-236 0 -395 120l-86 -120l-74 59l90 127q-188 200 -188 569q0 349 175.5 549.5t479.5 200.5q232 0 392 -121l108 152l72 -60l-111 -153q191 -207 191 -570zM1325 733q0 315 -139 486l-742 -1037q133 -106 338 -106
+q264 0 403.5 170t139.5 487zM240 733q0 -312 139 -483l739 1034q-133 102 -334 102q-261 0 -402.5 -170t-141.5 -483zM686 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="oslashacute" unicode="&#x1ff;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-173 0 -291 98l-86 -113l-72 58l93 120q-121 153 -121 402q0 266 129 414.5t354 148.5q179 0 301 -104l96 124l74 -55l-104 -137q112 -147 112 -391zM223 545q0 -200 78 -322l543 705q-98 90 -246 90q-180 0 -277.5 -123.5
+t-97.5 -349.5zM977 545q0 190 -72 309l-543 -702q94 -82 238 -82q180 0 278.5 125.5t98.5 349.5zM499 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="1116"
+d="M1014 377q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76
+q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5zM428 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="954"
+d="M856 283q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44
+t-78 -122q0 -85 60.5 -136t236.5 -114q147 -53 214 -95.5t100.5 -96.5t33.5 -127zM326 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="1182"
+d="M299 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="1182"
+d="M881 1552q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="macron" unicode="&#x2c9;" horiz-adv-x="1141"
+d="M293 1333h555v-82h-555v82z" />
+ <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="1182"
+d="M586 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="483"
+d="M178 1389q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="1182"
+d="M805 1456q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM451 1456q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
+ <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="356"
+d="M162 -248q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139t112 125h90q-72 -63 -107.5 -119.5t-35.5 -128.5z" />
+ <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="1182"
+d="M780 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="1182"
+d="M258 1257q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16zM596 1257q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16z" />
+ <glyph glyph-name="tonos" unicode="&#x384;" horiz-adv-x="1182"
+d="M530 1257q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="dieresistonos" unicode="&#x385;" horiz-adv-x="1182"
+d="M526 1405q75 164 115 311h117v-18q-21 -52 -72.5 -145t-101.5 -164h-58v16zM309 1389q0 86 64 86q63 0 63 -86t-63 -86q-64 0 -64 86zM745 1389q0 86 64 86q63 0 63 -86t-63 -86q-64 0 -64 86z" />
+ <glyph glyph-name="Alphatonos" unicode="&#x386;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM76 1152q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="anoteleia" unicode="&#x387;" horiz-adv-x="487"
+d="M162 721q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
+ <glyph glyph-name="Epsilontonos" unicode="&#x388;" horiz-adv-x="1221"
+d="M1096 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM-40 1152q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="Etatonos" unicode="&#x389;" horiz-adv-x="1563"
+d="M1356 0h-103v719h-854v-719h-102v1462h102v-649h854v649h103v-1462zM-40 1152q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="Iotatonos.alt" horiz-adv-x="801"
+d="M710 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM-40 1152q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="Omicrontonos" unicode="&#x38c;" horiz-adv-x="1577"
+d="M1448 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM252 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM-40 1152q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="Upsilontonos" unicode="&#x38e;" horiz-adv-x="1321"
+d="M783 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM-40 1152q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="Omegatonos" unicode="&#x38f;" horiz-adv-x="1608"
+d="M813 1393q-251 0 -399 -151.5t-148 -412.5q0 -226 90.5 -397.5t312.5 -359.5v-72h-567v94h407q-133 118 -205.5 224.5t-110.5 232t-38 270.5q0 200 80 351t229.5 232t348.5 81q311 0 485 -174t174 -488q0 -209 -80.5 -384t-269.5 -345h403v-94h-565v72q215 175 308 350
+t93 405q0 262 -146 414t-402 152zM-40 1152q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="iotadieresistonos" unicode="&#x390;" horiz-adv-x="629"
+d="M264 1087v-774q0 -134 46.5 -189.5t152.5 -55.5q65 0 129 16v-84q-20 -7 -61 -13.5t-78 -6.5q-152 0 -219.5 80t-67.5 243v784h98zM167 1405q75 164 115 311h117v-18q-21 -52 -72.5 -145t-101.5 -164h-58v16zM-50 1389q0 86 64 86q63 0 63 -86t-63 -86q-64 0 -64 86z
+M386 1389q0 86 64 86q63 0 63 -86t-63 -86q-64 0 -64 86z" />
+ <glyph glyph-name="Alpha" unicode="&#x391;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
+ <glyph glyph-name="Beta" unicode="&#x392;" horiz-adv-x="1284"
+d="M207 1462h401q271 0 398 -92t127 -278q0 -127 -77.5 -211.5t-226.5 -108.5v-6q175 -26 257.5 -110.5t82.5 -235.5q0 -202 -134 -311t-380 -109h-448v1462zM309 811h322q206 0 299.5 68.5t93.5 214.5t-105.5 212t-314.5 66h-295v-561zM309 721v-631h344q406 0 406 330
+q0 301 -428 301h-322z" />
+ <glyph glyph-name="Gamma" unicode="&#x393;" horiz-adv-x="1028"
+d="M309 0h-102v1462h801v-94h-699v-1368z" />
+ <glyph glyph-name="uni0394" unicode="&#x394;"
+d="M20 59l521 1403h80l528 -1405v-57h-1129v59zM580 1315q-53 -153 -441 -1219h889q-391 1054 -448 1219z" />
+ <glyph glyph-name="Epsilon" unicode="&#x395;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94z" />
+ <glyph glyph-name="Zeta" unicode="&#x396;" horiz-adv-x="1180"
+d="M1098 0h-1016v76l856 1290h-817v96h954v-76l-858 -1290h881v-96z" />
+ <glyph glyph-name="Eta" unicode="&#x397;" horiz-adv-x="1473"
+d="M1266 0h-103v719h-854v-719h-102v1462h102v-649h854v649h103v-1462z" />
+ <glyph glyph-name="Theta" unicode="&#x398;" horiz-adv-x="1565"
+d="M449 793h665v-95h-665v95zM1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5
+q-261 0 -402.5 -170t-141.5 -483z" />
+ <glyph glyph-name="Iota.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66z" />
+ <glyph glyph-name="Kappa" unicode="&#x39a;" horiz-adv-x="1190"
+d="M1190 0h-125l-561 772l-195 -172v-600h-102v1462h102v-760l162 162l573 598h130l-599 -618z" />
+ <glyph glyph-name="Lambda" unicode="&#x39b;" horiz-adv-x="1229"
+d="M113 0h-113l596 1468h49l584 -1468h-115l-436 1120q-23 60 -60 172q-29 -100 -59 -174z" />
+ <glyph glyph-name="Mu" unicode="&#x39c;" horiz-adv-x="1767"
+d="M850 0l-545 1350h-8q8 -124 8 -254v-1096h-98v1462h158l518 -1286h6l518 1286h154v-1462h-103v1108q0 116 12 240h-8l-547 -1348h-65z" />
+ <glyph glyph-name="Nu" unicode="&#x39d;" horiz-adv-x="1477"
+d="M1270 0h-103l-866 1298h-8q12 -232 12 -350v-948h-98v1462h102l865 -1296h6q-9 180 -9 342v954h99v-1462z" />
+ <glyph glyph-name="Xi" unicode="&#x39e;" horiz-adv-x="1087"
+d="M164 815h760v-94h-760v94zM82 1462h924v-94h-924v94zM1047 94v-94h-1006v94h1006z" />
+ <glyph glyph-name="Omicron" unicode="&#x39f;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483z" />
+ <glyph glyph-name="Pi" unicode="&#x3a0;" horiz-adv-x="1462"
+d="M1255 0h-102v1366h-844v-1366h-102v1462h1048v-1462z" />
+ <glyph glyph-name="Rho" unicode="&#x3a1;" horiz-adv-x="1198"
+d="M1087 1042q0 -212 -144 -325t-408 -113h-226v-604h-102v1462h358q522 0 522 -420zM309 692h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
+ <glyph glyph-name="Sigma" unicode="&#x3a3;" horiz-adv-x="1128"
+d="M61 0v84l533 676l-520 620v82h964v-94h-647l-182 2l514 -604l-530 -672h905v-94h-1037z" />
+ <glyph glyph-name="Tau" unicode="&#x3a4;" horiz-adv-x="1073"
+d="M588 0h-103v1366h-475v96h1053v-96h-475v-1366z" />
+ <glyph glyph-name="Upsilon" unicode="&#x3a5;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117z" />
+ <glyph glyph-name="Phi" unicode="&#x3a6;" horiz-adv-x="1561"
+d="M729 1483h102v-180h43q275 0 425.5 -141t150.5 -392q0 -174 -69.5 -301t-206 -195.5t-332.5 -68.5h-11v-225h-102v225h-18q-193 0 -327.5 68t-203.5 191t-69 294q0 156 70 281.5t201 194.5t310 69h37v180zM831 289h15q236 0 364.5 124.5t128.5 352.5q0 219 -120 336
+t-345 117h-43v-930zM729 1219h-41q-219 0 -343 -122t-124 -333q0 -227 128.5 -351t363.5 -124h16v930z" />
+ <glyph glyph-name="Chi" unicode="&#x3a7;" horiz-adv-x="1102"
+d="M1102 0h-117l-432 682l-440 -682h-113l492 762l-447 700h115l395 -626l401 626h109l-453 -698z" />
+ <glyph glyph-name="Psi" unicode="&#x3a8;" horiz-adv-x="1565"
+d="M823 0h-102v453h-27q-280 0 -425.5 130.5t-145.5 395.5v483h102v-479q0 -226 117 -333t356 -107h23v919h102v-919h23q239 0 356 107t117 333v479h102v-483q0 -265 -146 -395.5t-425 -130.5h-27v-453z" />
+ <glyph glyph-name="uni03A9" unicode="&#x3a9;" horiz-adv-x="1587"
+d="M793 1393q-251 0 -399 -151.5t-148 -412.5q0 -226 90.5 -397.5t312.5 -359.5v-72h-567v94h407q-133 118 -205.5 224.5t-110.5 232t-38 270.5q0 200 80 351t229.5 232t348.5 81q311 0 485 -174t174 -488q0 -209 -80.5 -384t-269.5 -345h403v-94h-565v72q215 175 308 350
+t93 405q0 262 -146 414t-402 152z" />
+ <glyph glyph-name="Iotadieresis.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM58 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM439 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="Upsilondieresis" unicode="&#x3ab;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM288 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM669 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="alphatonos" unicode="&#x3ac;" horiz-adv-x="1208"
+d="M578 68q180 0 265 108.5t85 353.5v35q0 237 -85.5 345t-267.5 108q-169 0 -260.5 -123.5t-91.5 -353.5q0 -473 355 -473zM578 -20q-226 0 -342.5 143t-116.5 416q0 275 120.5 422t346.5 147q128 0 216 -56.5t142 -177.5h6q4 52 18.5 119.5t24.5 93.5h74
+q-41 -134 -41 -391v-495q0 -142 90 -142q37 0 64 11v-72q-29 -18 -82 -18q-146 0 -164 188h-8q-63 -98 -148 -143t-200 -45zM567 1257q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="epsilontonos" unicode="&#x3ad;" horiz-adv-x="928"
+d="M672 618v-86h-140q-169 0 -251 -62.5t-82 -174.5q0 -105 87 -165t244 -60q76 0 140 14t174 66v-93q-135 -77 -322 -77q-202 0 -315 81t-113 226q0 224 248 284v9q-215 63 -215 239q0 133 103 211t282 78q96 0 174.5 -15.5t165.5 -52.5l-37 -84q-148 64 -303 64
+q-142 0 -211.5 -53t-69.5 -150q0 -199 326 -199h115zM451 1257q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="etatonos" unicode="&#x3ae;" horiz-adv-x="1208"
+d="M940 -492v1197q0 164 -72.5 238.5t-224.5 74.5q-189 0 -275.5 -99.5t-86.5 -318.5v-600h-99v1087h84l19 -149h6q54 87 147 128.5t205 41.5q201 0 298 -99t97 -298v-1203h-98zM561 1257q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="iotatonos" unicode="&#x3af;" horiz-adv-x="629"
+d="M264 1087v-774q0 -134 46.5 -189.5t152.5 -55.5q65 0 129 16v-84q-20 -7 -61 -13.5t-78 -6.5q-152 0 -219.5 80t-67.5 243v784h98zM171 1257q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="upsilondieresistonos" unicode="&#x3b0;" horiz-adv-x="1219"
+d="M602 -20q-219 0 -327.5 125t-108.5 387v595h98v-606q0 -201 82.5 -307t263.5 -106q189 0 282 132t93 404q0 127 -13 237t-46 246h98q31 -116 46 -231.5t15 -259.5q0 -318 -121.5 -467t-361.5 -149zM542 1405q75 164 115 311h117v-18q-21 -52 -72.5 -145t-101.5 -164h-58
+v16zM325 1389q0 86 64 86q63 0 63 -86t-63 -86q-64 0 -64 86zM761 1389q0 86 64 86q63 0 63 -86t-63 -86q-64 0 -64 86z" />
+ <glyph glyph-name="alpha" unicode="&#x3b1;" horiz-adv-x="1208"
+d="M578 68q180 0 265 108.5t85 353.5v35q0 237 -85.5 345t-267.5 108q-169 0 -260.5 -123.5t-91.5 -353.5q0 -473 355 -473zM578 -20q-226 0 -342.5 143t-116.5 416q0 275 120.5 422t346.5 147q128 0 216 -56.5t142 -177.5h6q4 52 18.5 119.5t24.5 93.5h74
+q-41 -134 -41 -391v-495q0 -142 90 -142q37 0 64 11v-72q-29 -18 -82 -18q-146 0 -164 188h-8q-63 -98 -148 -143t-200 -45z" />
+ <glyph glyph-name="beta" unicode="&#x3b2;" horiz-adv-x="1245"
+d="M649 1567q204 0 319 -102t115 -283q0 -140 -72.5 -232.5t-213.5 -118.5v-6q176 -24 261 -124t85 -287q0 -201 -132 -313.5t-358 -112.5q-183 0 -372 100v-580h-99v1586q0 224 121 348.5t346 124.5zM647 1479q-182 0 -274 -97t-92 -284v-928q109 -58 194 -81t176 -23
+q187 0 292.5 91t105.5 255q0 364 -392 364h-118v88h106q164 0 249 81.5t85 238.5q0 139 -87 217t-245 78z" />
+ <glyph glyph-name="gamma" unicode="&#x3b3;" horiz-adv-x="983"
+d="M459 -492h-99q0 92 30 238.5t73 265.5l-453 1075h103l268 -645l125 -313h6l86 238l272 720h103l-404 -1040q-44 -116 -74.5 -269t-35.5 -270z" />
+ <glyph glyph-name="delta" unicode="&#x3b4;" horiz-adv-x="1190"
+d="M573 940q-158 89 -220 169.5t-62 180.5q0 122 93.5 199.5t242.5 77.5q97 0 187.5 -20.5t213.5 -80.5l-45 -86q-112 57 -191.5 78t-162.5 21q-109 0 -172.5 -50.5t-63.5 -134.5t53 -141.5t238 -165.5q166 -95 241 -165.5t110.5 -153.5t35.5 -197q0 -229 -126.5 -360
+t-350.5 -131q-217 0 -347 124.5t-130 329.5q0 195 109.5 319t346.5 187zM967 473q0 135 -70.5 232t-237.5 182q-148 -36 -222.5 -75.5t-120.5 -92t-70.5 -123t-24.5 -162.5q0 -166 101.5 -266t273.5 -100q177 0 274 104.5t97 300.5z" />
+ <glyph glyph-name="epsilon" unicode="&#x3b5;" horiz-adv-x="928"
+d="M672 618v-86h-140q-169 0 -251 -62.5t-82 -174.5q0 -105 87 -165t244 -60q76 0 140 14t174 66v-93q-135 -77 -322 -77q-202 0 -315 81t-113 226q0 224 248 284v9q-215 63 -215 239q0 133 103 211t282 78q96 0 174.5 -15.5t165.5 -52.5l-37 -84q-148 64 -303 64
+q-142 0 -211.5 -53t-69.5 -150q0 -199 326 -199h115z" />
+ <glyph glyph-name="zeta" unicode="&#x3b6;" horiz-adv-x="956"
+d="M182 1470v86h717v-75q-256 -236 -401.5 -407.5t-210 -313.5t-64.5 -297q0 -113 29 -176.5t95 -103t198 -68.5q153 -33 216.5 -62t92.5 -72t29 -110q0 -60 -25 -123t-88 -149h-96q114 155 114 258q0 49 -26 76.5t-85 49.5t-165 42q-209 38 -301 142t-92 292
+q0 100 25.5 192t71.5 179.5t112.5 175t154 181.5t293.5 290q-105 -7 -364 -7h-230z" />
+ <glyph glyph-name="eta" unicode="&#x3b7;" horiz-adv-x="1208"
+d="M940 -492v1197q0 164 -72.5 238.5t-224.5 74.5q-189 0 -275.5 -99.5t-86.5 -318.5v-600h-99v1087h84l19 -149h6q54 87 147 128.5t205 41.5q201 0 298 -99t97 -298v-1203h-98z" />
+ <glyph glyph-name="theta" unicode="&#x3b8;" horiz-adv-x="1167"
+d="M1049 782q0 -399 -118 -600.5t-351 -201.5q-461 0 -461 800q0 392 119.5 595.5t347.5 203.5q463 0 463 -797zM582 68q353 0 368 692h-733q12 -692 365 -692zM580 1491q-176 0 -263.5 -164.5t-99.5 -480.5h731q-12 328 -103 486.5t-265 158.5z" />
+ <glyph glyph-name="iota" unicode="&#x3b9;" horiz-adv-x="629"
+d="M264 1087v-774q0 -134 46.5 -189.5t152.5 -55.5q65 0 129 16v-84q-20 -7 -61 -13.5t-78 -6.5q-152 0 -219.5 80t-67.5 243v784h98z" />
+ <glyph glyph-name="kappa" unicode="&#x3ba;" horiz-adv-x="991"
+d="M279 477l555 610h120l-428 -464l465 -623h-119l-413 549l-178 -162v-387h-99v1087h99v-311l-7 -299h5z" />
+ <glyph glyph-name="lambda" unicode="&#x3bb;" horiz-adv-x="1030"
+d="M-12 0l477 1092l-55 165q-35 107 -60 148.5t-58 62.5t-81 21q-44 0 -102 -12v75q63 17 114 17q68 0 112 -23t78 -76.5t81 -185.5l401 -1139q15 -43 33 -64.5t47 -21.5q31 0 55 11v-74q-30 -16 -78 -16q-52 0 -85.5 32t-59.5 105l-172 489q-96 280 -123 389h-4
+q-32 -95 -76.5 -202t-339.5 -793h-104z" />
+ <glyph glyph-name="uni03BC" unicode="&#x3bc;" horiz-adv-x="1221"
+d="M281 1087v-704q0 -164 69 -238.5t213 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-50 -77 -150 -123.5t-217 -46.5q-99 0 -167.5 27.5t-119.5 84.5q5 -92 5 -170v-414h-99v1579h99z" />
+ <glyph glyph-name="nu" unicode="&#x3bd;" horiz-adv-x="1051"
+d="M-2 1087h102q290 -781 318 -858.5t49 -140.5h6q399 369 399 999h95q0 -352 -110 -607.5t-349 -479.5h-102z" />
+ <glyph glyph-name="xi" unicode="&#x3be;" horiz-adv-x="940"
+d="M809 780h-150q-200 0 -318 -96.5t-118 -255.5q0 -93 32.5 -152.5t98.5 -97t230 -72.5q174 -38 236.5 -89t62.5 -148q0 -119 -113 -270h-96q114 157 114 256q0 50 -26.5 79t-85 50t-164.5 41q-207 38 -300 137t-93 260q0 144 80 247.5t225 145.5v10q-121 36 -178.5 107
+t-57.5 182q0 131 85 226.5t245 138.5q-69 -9 -248 -9h-88v86h670v-79h-16q-155 0 -286 -47t-201 -128.5t-70 -183.5q0 -254 380 -254h150v-84z" />
+ <glyph glyph-name="omicron" unicode="&#x3bf;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+" />
+ <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1253"
+d="M1085 68q42 0 68 12v-84q-37 -16 -82 -16q-91 0 -142.5 58t-51.5 171v792h-533v-1001h-98v1001h-221v58l165 28h1006v-86h-221v-778q0 -155 110 -155z" />
+ <glyph glyph-name="rho" unicode="&#x3c1;" horiz-adv-x="1196"
+d="M1077 547q0 -279 -124.5 -423t-366.5 -144q-84 0 -167.5 26.5t-148.5 79.5h-2l3 -94l3 -187v-297h-98v1059q0 268 114 404.5t337 136.5q221 0 335.5 -142t114.5 -419zM618 1018q-179 0 -261.5 -110.5t-82.5 -344.5v-373q68 -61 142.5 -91.5t171.5 -30.5q195 0 290 117.5
+t95 361.5q0 232 -85.5 351.5t-269.5 119.5z" />
+ <glyph glyph-name="sigma1" unicode="&#x3c2;" horiz-adv-x="973"
+d="M223 514q0 -141 35 -213t114 -120t218 -77q161 -34 227 -86t66 -147q0 -44 -12.5 -85.5t-31 -78.5t-69.5 -108h-96q55 74 84.5 142t29.5 118q0 65 -59 100t-207 64q-157 31 -241.5 92t-123 160.5t-38.5 232.5q0 286 134 443t380 157q138 0 268 -49l-27 -88
+q-69 23 -136 35t-109 12q-406 0 -406 -504z" />
+ <glyph glyph-name="sigma" unicode="&#x3c3;" horiz-adv-x="1202"
+d="M1073 518q0 -249 -127.5 -393.5t-353.5 -144.5q-222 0 -347.5 142.5t-125.5 391.5q0 282 149.5 427.5t436.5 145.5h448v-86h-254q174 -200 174 -483zM223 514q0 -209 97 -326.5t276 -117.5q177 0 275 116t98 318q0 297 -181 497h-79q-246 0 -366 -119t-120 -368z" />
+ <glyph glyph-name="tau" unicode="&#x3c4;" horiz-adv-x="913"
+d="M848 1087v-86h-430v-677q0 -131 54.5 -194.5t174.5 -63.5q75 0 146 20v-84q-57 -22 -168 -22q-153 0 -230.5 85t-77.5 246v690h-297v58l162 28h666z" />
+ <glyph glyph-name="upsilon" unicode="&#x3c5;" horiz-adv-x="1219"
+d="M602 -20q-219 0 -327.5 125t-108.5 387v595h98v-606q0 -201 82.5 -307t263.5 -106q189 0 282 132t93 404q0 127 -13 237t-46 246h98q31 -116 46 -231.5t15 -259.5q0 -318 -121.5 -467t-361.5 -149z" />
+ <glyph glyph-name="phi" unicode="&#x3c6;" horiz-adv-x="1389"
+d="M637 -492v472q-256 17 -387 161.5t-131 411.5q0 290 200 537l80 -56q-102 -138 -139 -248t-37 -233q0 -221 103 -344t311 -141v682q0 358 283 358q165 0 257.5 -140.5t92.5 -385.5q0 -180 -66 -311.5t-186.5 -205.5t-282.5 -85v-472h-98zM1165 580q0 204 -69.5 321
+t-182.5 117q-88 0 -133 -69.5t-45 -196.5v-684q128 11 226.5 75.5t151 175.5t52.5 261z" />
+ <glyph glyph-name="chi" unicode="&#x3c7;" horiz-adv-x="1053"
+d="M143 1102q40 0 68 -14.5t50 -43.5t42 -77t217 -545l344 665h111l-406 -765l193 -472q54 -134 79 -178t51 -63t62 -19q42 0 80 9v-76q-37 -15 -96 -15q-58 0 -98.5 24.5t-74 77t-89.5 193.5l-170 428l-414 -723h-112l477 826l-228 563q-27 67 -53 96t-61 29q-29 0 -66 -8
+v71q46 17 94 17z" />
+ <glyph glyph-name="psi" unicode="&#x3c8;" horiz-adv-x="1477"
+d="M788 1554v-1480q224 17 339.5 147.5t115.5 364.5q0 126 -11.5 236.5t-47.5 264.5h96q63 -226 63 -491q0 -278 -142.5 -437.5t-412.5 -176.5v-474h-98v474q-257 12 -390.5 155.5t-133.5 411.5v538h98v-540q0 -221 110 -340.5t316 -132.5v1480h98z" />
+ <glyph glyph-name="omega" unicode="&#x3c9;" horiz-adv-x="1503"
+d="M1034 -20q-113 0 -177 51.5t-99 146.5h-10q-39 -103 -104.5 -150.5t-170.5 -47.5q-168 0 -261 140t-93 402q0 161 29 295t94 270h102q-66 -154 -93.5 -286.5t-27.5 -282.5q0 -219 67 -333.5t191 -114.5q107 0 164 74.5t57 215.5v324h99v-324q0 -136 58.5 -213t168.5 -77
+q124 0 188 116t64 332q0 153 -27.5 283.5t-93.5 285.5h103q63 -132 92.5 -266.5t29.5 -298.5q0 -258 -91 -400t-259 -142z" />
+ <glyph glyph-name="iotadieresis" unicode="&#x3ca;" horiz-adv-x="629"
+d="M264 1087v-774q0 -134 46.5 -189.5t152.5 -55.5q65 0 129 16v-84q-20 -7 -61 -13.5t-78 -6.5q-152 0 -219.5 80t-67.5 243v784h98zM3 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM384 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z
+" />
+ <glyph glyph-name="upsilondieresis" unicode="&#x3cb;" horiz-adv-x="1219"
+d="M602 -20q-219 0 -327.5 125t-108.5 387v595h98v-606q0 -201 82.5 -307t263.5 -106q189 0 282 132t93 404q0 127 -13 237t-46 246h98q31 -116 46 -231.5t15 -259.5q0 -318 -121.5 -467t-361.5 -149zM346 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z
+M727 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="omicrontonos" unicode="&#x3cc;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M553 1257q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="upsilontonos" unicode="&#x3cd;" horiz-adv-x="1219"
+d="M602 -20q-219 0 -327.5 125t-108.5 387v595h98v-606q0 -201 82.5 -307t263.5 -106q189 0 282 132t93 404q0 127 -13 237t-46 246h98q31 -116 46 -231.5t15 -259.5q0 -318 -121.5 -467t-361.5 -149zM553 1257q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58
+v16z" />
+ <glyph glyph-name="omegatonos" unicode="&#x3ce;" horiz-adv-x="1503"
+d="M1034 -20q-113 0 -177 51.5t-99 146.5h-10q-39 -103 -104.5 -150.5t-170.5 -47.5q-168 0 -261 140t-93 402q0 161 29 295t94 270h102q-66 -154 -93.5 -286.5t-27.5 -282.5q0 -219 67 -333.5t191 -114.5q107 0 164 74.5t57 215.5v324h99v-324q0 -136 58.5 -213t168.5 -77
+q124 0 188 116t64 332q0 153 -27.5 283.5t-93.5 285.5h103q63 -132 92.5 -266.5t29.5 -298.5q0 -258 -91 -400t-259 -142zM692 1257q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="afii10023" unicode="&#x401;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM354 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM735 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="afii10051" unicode="&#x402;" horiz-adv-x="1425"
+d="M928 -20q-94 0 -142 18v100q58 -18 142 -18q109 0 168 71.5t59 204.5v160q0 146 -69.5 207t-227.5 61h-409v-784h-103v1366h-336v96h955v-96h-516v-487h438q190 0 281.5 -88t91.5 -271v-160q0 -183 -86 -281.5t-246 -98.5z" />
+ <glyph glyph-name="afii10052" unicode="&#x403;" horiz-adv-x="1028"
+d="M309 0h-102v1462h801v-94h-699v-1368zM483 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="afii10053" unicode="&#x404;" horiz-adv-x="1272"
+d="M831 1391q-256 0 -412.5 -153t-176.5 -425h776v-94h-780q6 -311 156 -478t421 -167q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80z" />
+ <glyph glyph-name="afii10054" unicode="&#x405;" horiz-adv-x="1116"
+d="M1014 377q0 -183 -134.5 -290t-357.5 -107q-268 0 -411 59v102q158 -67 403 -67q180 0 285.5 82.5t105.5 216.5q0 83 -35 137.5t-114 99.5t-232 97q-224 77 -309.5 166.5t-85.5 238.5q0 164 128.5 267.5t330.5 103.5q206 0 387 -78l-37 -88q-182 76 -348 76
+q-162 0 -258 -75t-96 -204q0 -81 29.5 -133t96.5 -93.5t230 -99.5q171 -59 257 -114.5t125.5 -126t39.5 -170.5z" />
+ <glyph glyph-name="afii10055.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66z" />
+ <glyph glyph-name="afii10056.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM58 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM439 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="afii10057" unicode="&#x408;" horiz-adv-x="506"
+d="M-33 -369q-92 0 -151 27v88q78 -20 149 -20q242 0 242 264v1472h102v-1462q0 -369 -342 -369z" />
+ <glyph glyph-name="afii10058" unicode="&#x409;" horiz-adv-x="1874"
+d="M1761 424q0 -205 -126 -314.5t-355 -109.5h-315v1366h-402q-71 -507 -112 -763.5t-79.5 -385.5t-97.5 -184.5t-157 -55.5q-62 0 -117 25v92q61 -22 109 -22q68 0 107 51t73 184.5t80 415t108 739.5h590v-645h195q250 0 374.5 -94t124.5 -299zM1067 90h190q202 0 298 80.5
+t96 253.5q0 161 -94 232t-314 71h-176v-637z" />
+ <glyph glyph-name="afii10059" unicode="&#x40a;" horiz-adv-x="1939"
+d="M1133 817h194q249 0 374.5 -94t125.5 -299q0 -204 -126 -314t-355 -110h-316v723h-721v-723h-102v1462h102v-645h721v645h103v-645zM1133 90h190q201 0 297 79.5t96 254.5q0 161 -94 232t-313 71h-176v-637z" />
+ <glyph glyph-name="afii10060" unicode="&#x40b;" horiz-adv-x="1430"
+d="M449 879h450q189 0 275 -85t86 -274v-520h-105v526q0 145 -60 201.5t-210 56.5h-436v-784h-103v1366h-336v96h981v-96h-542v-487z" />
+ <glyph glyph-name="afii10061" unicode="&#x40c;" horiz-adv-x="1171"
+d="M1171 0h-139l-723 745v-745h-102v1462h102v-708l703 708h135l-707 -708zM553 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="afii10062" unicode="&#x40e;" horiz-adv-x="1204"
+d="M276 -20q-119 0 -192 30v103q86 -37 182 -37q72 0 123.5 24.5t95.5 79t107 182.5l-582 1100h121l447 -854q35 -69 63 -143h4l25 61l420 936h114l-469 -1028q-45 -99 -86 -182.5t-91 -143.5t-117 -94t-165 -34zM623 1579q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5
+t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="afii10145" unicode="&#x40f;" horiz-adv-x="1462"
+d="M1255 0h-475v-369h-98v369h-475v1462h102v-1366h844v1366h102v-1462z" />
+ <glyph glyph-name="afii10017" unicode="&#x410;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174z" />
+ <glyph glyph-name="afii10018" unicode="&#x411;" horiz-adv-x="1219"
+d="M602 817q252 0 378 -95.5t126 -301.5q0 -202 -124.5 -311t-356.5 -109h-418v1462h821v-96h-719v-549h293zM309 90h299q197 0 292 79.5t95 250.5q0 165 -96 236t-311 71h-279v-637z" />
+ <glyph glyph-name="afii10019" unicode="&#x412;" horiz-adv-x="1284"
+d="M207 1462h401q271 0 398 -92t127 -278q0 -127 -77.5 -211.5t-226.5 -108.5v-6q175 -26 257.5 -110.5t82.5 -235.5q0 -202 -134 -311t-380 -109h-448v1462zM309 811h322q206 0 299.5 68.5t93.5 214.5t-105.5 212t-314.5 66h-295v-561zM309 721v-631h344q406 0 406 330
+q0 301 -428 301h-322z" />
+ <glyph glyph-name="afii10020" unicode="&#x413;" horiz-adv-x="1028"
+d="M309 0h-102v1462h801v-94h-699v-1368z" />
+ <glyph glyph-name="afii10021" unicode="&#x414;" horiz-adv-x="1337"
+d="M1276 -369h-98v369h-1065v-369h-99v465h105q148 257 260 652.5t125 713.5h622v-1366h150v-465zM1022 96v1270h-430q-24 -315 -126 -679t-233 -591h789z" />
+ <glyph glyph-name="afii10022" unicode="&#x415;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94z" />
+ <glyph glyph-name="afii10024" unicode="&#x416;" horiz-adv-x="1597"
+d="M625 745l-592 717h127l588 -708v708h102v-708l588 708h127l-594 -710l626 -752h-135l-612 741v-741h-102v741l-613 -741h-135z" />
+ <glyph glyph-name="afii10025" unicode="&#x417;" horiz-adv-x="1145"
+d="M1001 1120q0 -286 -303 -352v-6q332 -71 332 -356q0 -201 -141.5 -313.5t-399.5 -112.5q-242 0 -407 86v104q95 -46 203 -71t204 -25q200 0 315.5 86.5t115.5 242.5q0 152 -112.5 230t-336.5 78h-217v96h225q212 0 313 80t101 227q0 125 -92.5 200t-241.5 75
+q-111 0 -204 -31.5t-201 -108.5l-58 80q202 154 463 154q205 0 323.5 -98t118.5 -265z" />
+ <glyph glyph-name="afii10026" unicode="&#x418;" horiz-adv-x="1477"
+d="M207 1462h98v-956q0 -102 -8 -342h6l864 1298h103v-1462h-99v950q0 162 13 350h-8l-867 -1300h-102v1462z" />
+ <glyph glyph-name="afii10027" unicode="&#x419;" horiz-adv-x="1477"
+d="M207 1462h98v-956q0 -102 -8 -342h6l864 1298h103v-1462h-99v950q0 162 13 350h-8l-867 -1300h-102v1462zM737 1579q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="afii10028" unicode="&#x41a;" horiz-adv-x="1171"
+d="M1171 0h-139l-723 745v-745h-102v1462h102v-708l703 708h135l-707 -708z" />
+ <glyph glyph-name="afii10029" unicode="&#x41b;" horiz-adv-x="1395"
+d="M1188 0h-103v1366h-530q-41 -339 -87 -643t-77.5 -433t-66 -191.5t-83.5 -92t-124 -29.5q-67 0 -117 25v92q61 -22 113 -22q87 0 135.5 108t106 466t114.5 816h719v-1462z" />
+ <glyph glyph-name="afii10030" unicode="&#x41c;" horiz-adv-x="1767"
+d="M850 0l-545 1350h-8q8 -124 8 -254v-1096h-98v1462h158l518 -1286h6l518 1286h154v-1462h-103v1108q0 116 12 240h-8l-547 -1348h-65z" />
+ <glyph glyph-name="afii10031" unicode="&#x41d;" horiz-adv-x="1473"
+d="M1266 0h-103v719h-854v-719h-102v1462h102v-649h854v649h103v-1462z" />
+ <glyph glyph-name="afii10032" unicode="&#x41e;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483z" />
+ <glyph glyph-name="afii10033" unicode="&#x41f;" horiz-adv-x="1462"
+d="M1255 0h-102v1366h-844v-1366h-102v1462h1048v-1462z" />
+ <glyph glyph-name="afii10034" unicode="&#x420;" horiz-adv-x="1198"
+d="M1087 1042q0 -212 -144 -325t-408 -113h-226v-604h-102v1462h358q522 0 522 -420zM309 692h201q247 0 357 81.5t110 264.5q0 169 -104 250.5t-322 81.5h-242v-678z" />
+ <glyph glyph-name="afii10035" unicode="&#x421;" horiz-adv-x="1272"
+d="M831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80z" />
+ <glyph glyph-name="afii10036" unicode="&#x422;" horiz-adv-x="1073"
+d="M588 0h-103v1366h-475v96h1053v-96h-475v-1366z" />
+ <glyph glyph-name="afii10037" unicode="&#x423;" horiz-adv-x="1204"
+d="M276 -20q-119 0 -192 30v103q86 -37 182 -37q72 0 123.5 24.5t95.5 79t107 182.5l-582 1100h121l447 -854q35 -69 63 -143h4l25 61l420 936h114l-469 -1028q-45 -99 -86 -182.5t-91 -143.5t-117 -94t-165 -34z" />
+ <glyph glyph-name="afii10038" unicode="&#x424;" horiz-adv-x="1561"
+d="M729 1483h102v-180h43q275 0 425.5 -141t150.5 -392q0 -174 -69.5 -301t-206 -195.5t-332.5 -68.5h-11v-225h-102v225h-18q-193 0 -327.5 68t-203.5 191t-69 294q0 156 70 281.5t201 194.5t310 69h37v180zM831 289h15q236 0 364.5 124.5t128.5 352.5q0 219 -120 336
+t-345 117h-43v-930zM729 1219h-41q-219 0 -343 -122t-124 -333q0 -227 128.5 -351t363.5 -124h16v930z" />
+ <glyph glyph-name="afii10039" unicode="&#x425;" horiz-adv-x="1102"
+d="M1102 0h-117l-432 682l-440 -682h-113l492 762l-447 700h115l395 -626l401 626h109l-453 -698z" />
+ <glyph glyph-name="afii10040" unicode="&#x426;" horiz-adv-x="1473"
+d="M1255 96h156v-465h-98v369h-1106v1462h102v-1366h844v1366h102v-1366z" />
+ <glyph glyph-name="afii10041" unicode="&#x427;" horiz-adv-x="1372"
+d="M1165 0h-102v635q-261 -103 -461 -103q-204 0 -312 90.5t-108 276.5v563h103v-567q0 -266 325 -266q96 0 192 17.5t261 76.5v739h102v-1462z" />
+ <glyph glyph-name="afii10042" unicode="&#x428;" horiz-adv-x="2060"
+d="M1853 0h-1646v1462h102v-1366h670v1366h102v-1366h670v1366h102v-1462z" />
+ <glyph glyph-name="afii10043" unicode="&#x429;" horiz-adv-x="2071"
+d="M207 0v1462h102v-1366h670v1366h102v-1366h670v1366h102v-1366h156v-465h-98v369h-1704z" />
+ <glyph glyph-name="afii10044" unicode="&#x42a;" horiz-adv-x="1348"
+d="M346 0v1366h-336v96h439v-645h282q252 0 378 -95.5t126 -301.5q0 -202 -124.5 -311t-356.5 -109h-408zM449 90h288q197 0 292 79.5t95 250.5q0 165 -96 236t-311 71h-268v-637z" />
+ <glyph glyph-name="afii10045" unicode="&#x42b;" horiz-adv-x="1669"
+d="M1462 0h-102v1462h102v-1462zM309 817h283q251 0 377.5 -95.5t126.5 -301.5q0 -202 -124 -311t-358 -109h-407v1462h102v-645zM309 90h289q204 0 295.5 83t91.5 247q0 163 -95 235t-312 72h-269v-637z" />
+ <glyph glyph-name="afii10046" unicode="&#x42c;" horiz-adv-x="1219"
+d="M309 817h295q252 0 378 -95.5t126 -301.5q0 -203 -124 -311.5t-357 -108.5h-420v1462h102v-645zM309 90h301q197 0 292 79.5t95 250.5q0 165 -96 236t-311 71h-281v-637z" />
+ <glyph glyph-name="afii10047" unicode="&#x42d;" horiz-adv-x="1266"
+d="M434 1391q-80 0 -154.5 -17.5t-162.5 -60.5l-41 92q164 78 368 78q324 0 508.5 -192t184.5 -525q0 -239 -83 -417t-239.5 -273.5t-361.5 -95.5q-238 0 -383 51v94q167 -51 364 -51q270 0 425 169t169 476h-774v94h772q-22 278 -174.5 428t-417.5 150z" />
+ <glyph glyph-name="afii10048" unicode="&#x42e;" horiz-adv-x="2105"
+d="M1976 733q0 -348 -166 -550.5t-460 -202.5q-293 0 -459 199.5t-168 539.5h-414v-719h-102v1462h102v-649h416q19 312 185 492t442 180q293 0 458.5 -201.5t165.5 -550.5zM834 733q0 -313 133 -485t383 -172t383 170.5t133 486.5q0 315 -132.5 484t-381.5 169
+q-248 0 -383 -170t-135 -483z" />
+ <glyph glyph-name="afii10049" unicode="&#x42f;" horiz-adv-x="1202"
+d="M545 637l-391 -637h-123l411 657q-153 30 -237 131t-84 254q0 420 526 420h348v-1462h-102v637h-348zM893 1370h-242q-221 0 -320.5 -76.5t-99.5 -246.5q0 -160 98 -241t287 -81h277v645z" />
+ <glyph glyph-name="afii10065" unicode="&#x430;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5z" />
+ <glyph glyph-name="afii10066" unicode="&#x431;" horiz-adv-x="1176"
+d="M123 653q0 708 399 807q140 35 268.5 59.5t227.5 43.5l18 -86l-120 -23q-297 -56 -392 -86q-135 -39 -211.5 -187t-87.5 -405h6q107 127 208 181.5t208 54.5q200 0 306 -129t106 -367q0 -253 -122 -394.5t-343 -141.5q-224 0 -347.5 175t-123.5 498zM602 70
+q171 0 261.5 114t90.5 328q0 203 -80.5 306.5t-236.5 103.5q-116 0 -224.5 -72.5t-189.5 -200.5q0 -179 44.5 -314t129.5 -200t205 -65z" />
+ <glyph glyph-name="afii10067" unicode="&#x432;" horiz-adv-x="1159"
+d="M1016 825q0 -103 -51 -161.5t-166 -81.5v-7q131 -15 189.5 -75.5t58.5 -173.5q0 -157 -103.5 -241.5t-302.5 -84.5h-459v1087h461q186 0 279.5 -67t93.5 -195zM942 328q0 200 -307 200h-354v-434h368q293 0 293 234zM911 817q0 95 -68 135.5t-204 40.5h-358v-372h346
+q152 0 218 47t66 149z" />
+ <glyph glyph-name="afii10068" unicode="&#x433;" horiz-adv-x="862"
+d="M821 1001h-540v-1001h-99v1087h639v-86z" />
+ <glyph glyph-name="afii10069" unicode="&#x434;" horiz-adv-x="1118"
+d="M1069 -369h-98v369h-832v-369h-98v463h72q136 191 210 443t78 550h523v-993h145v-463zM825 94v901h-338q-24 -541 -262 -901h600z" />
+ <glyph glyph-name="afii10070" unicode="&#x435;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5z" />
+ <glyph glyph-name="afii10072" unicode="&#x436;" horiz-adv-x="1362"
+d="M631 1087h100v-528l467 528h121l-471 -528l508 -559h-127l-498 551v-551h-100v551l-498 -551h-127l506 555l-469 532h121l467 -528v528z" />
+ <glyph glyph-name="afii10073" unicode="&#x437;" horiz-adv-x="926"
+d="M387 618q295 0 295 203q0 97 -68 148t-194 51q-80 0 -149 -18.5t-148 -53.5l-37 82q174 78 338 78q178 0 270 -74t92 -205q0 -189 -194 -241v-6q121 -30 176 -99.5t55 -177.5q0 -151 -110.5 -238t-306.5 -87q-106 0 -193.5 20.5t-144.5 54.5v99q103 -49 178 -66.5
+t160 -17.5q148 0 230.5 62.5t82.5 178.5q0 113 -79 167t-237 54h-151v86h135z" />
+ <glyph glyph-name="afii10074" unicode="&#x438;" horiz-adv-x="1229"
+d="M276 1087v-786l-6 -205l645 991h132v-1087h-95v781l4 210l-645 -991h-129v1087h94z" />
+ <glyph glyph-name="afii10075" unicode="&#x439;" horiz-adv-x="1229"
+d="M276 1087v-786l-6 -205l645 991h132v-1087h-95v781l4 210l-645 -991h-129v1087h94zM615 1241q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="afii10076" unicode="&#x43a;" horiz-adv-x="940"
+d="M772 1087h123l-487 -526l522 -561h-133l-514 551v-551h-101v1087h101v-528z" />
+ <glyph glyph-name="afii10077" unicode="&#x43b;" horiz-adv-x="1116"
+d="M934 0h-98v995h-385q-30 -395 -73.5 -602.5t-112 -305t-177.5 -97.5q-39 0 -68 8v90q19 -6 54 -6q113 0 182.5 238.5t105.5 766.5h572v-1087z" />
+ <glyph glyph-name="afii10078" unicode="&#x43c;" horiz-adv-x="1382"
+d="M688 106l62 175l313 806h137v-1087h-94v967q-22 -63 -46.5 -129t-326.5 -838h-88l-301 764q-19 46 -35.5 97t-36.5 110v-971h-90v1087h131l314 -800q37 -97 61 -181z" />
+ <glyph glyph-name="afii10079" unicode="&#x43d;" horiz-adv-x="1251"
+d="M281 1087v-477h690v477h98v-1087h-98v524h-690v-524h-99v1087h99z" />
+ <glyph glyph-name="afii10080" unicode="&#x43e;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+" />
+ <glyph glyph-name="afii10081" unicode="&#x43f;" horiz-adv-x="1231"
+d="M281 0h-99v1087h867v-1087h-99v993h-669v-993z" />
+ <glyph glyph-name="afii10082" unicode="&#x440;" horiz-adv-x="1219"
+d="M647 -20q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99v1579h84l19 -155h6q112 176 358 176q220 0 335.5 -144.5t115.5 -420.5q0 -268 -121.5 -415.5t-331.5 -147.5zM645 68q167 0 258.5 124t91.5 347q0 479 -346 479q-190 0 -279 -104.5t-89 -340.5v-32
+q0 -255 85.5 -364t278.5 -109z" />
+ <glyph glyph-name="afii10083" unicode="&#x441;" horiz-adv-x="973"
+d="M616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51z" />
+ <glyph glyph-name="afii10084" unicode="&#x442;" horiz-adv-x="913"
+d="M872 1001h-362v-1001h-98v1001h-371v86h831v-86z" />
+ <glyph glyph-name="afii10085" unicode="&#x443;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5z" />
+ <glyph glyph-name="afii10086" unicode="&#x444;" horiz-adv-x="1372"
+d="M1253 545q0 -251 -135.5 -399t-380.5 -166v-472h-98v472q-244 14 -382 162t-138 403q0 251 136 398t384 165v448h98v-448q246 -18 381 -165t135 -398zM223 545q0 -213 108.5 -335.5t307.5 -137.5v944q-205 -17 -310.5 -138.5t-105.5 -332.5zM1149 545q0 209 -107 331.5
+t-305 139.5v-944q200 17 306 142t106 331z" />
+ <glyph glyph-name="afii10087" unicode="&#x445;" horiz-adv-x="1020"
+d="M449 559l-379 528h114l324 -458l321 458h109l-373 -528l400 -559h-115l-342 485l-344 -485h-109z" />
+ <glyph glyph-name="afii10088" unicode="&#x446;" horiz-adv-x="1223"
+d="M1174 -369h-99v369h-893v1087h99v-993h649v993h98v-993h146v-463z" />
+ <glyph glyph-name="afii10089" unicode="&#x447;" horiz-adv-x="1188"
+d="M262 1087v-364q0 -138 67 -199t206 -61q98 0 187 35t185 112v477h99v-1087h-99v516q-100 -77 -196.5 -110t-208.5 -33q-167 0 -252.5 87t-85.5 251v376h98z" />
+ <glyph glyph-name="afii10090" unicode="&#x448;" horiz-adv-x="1745"
+d="M922 94h542v993h99v-1087h-1381v1087h99v-993h542v993h99v-993z" />
+ <glyph glyph-name="afii10091" unicode="&#x449;" horiz-adv-x="1757"
+d="M922 94h542v993h99v-993h145v-463h-98v369h-1428v1087h99v-993h542v993h99v-993z" />
+ <glyph glyph-name="afii10092" unicode="&#x44a;" horiz-adv-x="1323"
+d="M469 629h352q383 0 383 -301q0 -155 -107 -241.5t-306 -86.5h-420v1001h-330v86h428v-458zM469 535v-441h338q144 0 218.5 62t74.5 176q0 106 -67 154.5t-232 48.5h-332z" />
+ <glyph glyph-name="afii10093" unicode="&#x44b;" horiz-adv-x="1481"
+d="M281 629h346q383 0 383 -301q0 -155 -107 -241.5t-307 -86.5h-414v1087h99v-458zM281 535v-441h331q141 0 217 59t76 177q0 108 -67 156.5t-232 48.5h-325zM1298 0h-98v1087h98v-1087z" />
+ <glyph glyph-name="afii10094" unicode="&#x44c;" horiz-adv-x="1165"
+d="M281 629h383q383 0 383 -301q0 -155 -107 -241.5t-307 -86.5h-451v1087h99v-458zM281 535v-441h368q142 0 217.5 60t75.5 176q0 108 -67 156.5t-232 48.5h-362z" />
+ <glyph glyph-name="afii10095" unicode="&#x44d;" horiz-adv-x="1006"
+d="M358 -20q-92 0 -171 15t-119 36v92q127 -53 284 -53q196 0 313 124.5t119 335.5h-620v88h616q-17 197 -119.5 298.5t-281.5 101.5q-106 0 -266 -60l-29 89q56 23 140 42t153 19q244 0 377 -144t133 -407q0 -269 -141.5 -423t-387.5 -154z" />
+ <glyph glyph-name="afii10096" unicode="&#x44e;" horiz-adv-x="1634"
+d="M1516 545q0 -266 -119.5 -415.5t-327.5 -149.5q-196 0 -315.5 147t-122.5 397h-350v-524h-99v1087h99v-477h352q14 235 130.5 366.5t311.5 131.5q204 0 322.5 -150.5t118.5 -412.5zM735 545q0 -224 88.5 -349.5t249.5 -125.5t249.5 126t88.5 349q0 224 -89 348.5
+t-251 124.5q-161 0 -248.5 -123.5t-87.5 -349.5z" />
+ <glyph glyph-name="afii10097" unicode="&#x44f;" horiz-adv-x="1083"
+d="M166 0h-125l328 469q-150 28 -216.5 104t-66.5 195q0 148 99.5 233.5t267.5 85.5h448v-1087h-98v457h-332zM190 772q0 -112 72.5 -166.5t218.5 -54.5h322v442h-352q-124 0 -192.5 -56.5t-68.5 -164.5z" />
+ <glyph glyph-name="afii10071" unicode="&#x451;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM331 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM712 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="afii10099" unicode="&#x452;" horiz-adv-x="1208"
+d="M795 -492q-79 0 -136 25v86q69 -20 129 -20q152 0 152 176v899q0 164 -68.5 238.5t-214.5 74.5q-197 0 -286.5 -98.5t-89.5 -319.5v-569h-99v1272h-155v82h155v202h99v-202h473v-82h-473v-242l-5 -139h7q61 98 154 142t231 44q370 0 370 -397v-891q0 -134 -62.5 -207.5
+t-180.5 -73.5z" />
+ <glyph glyph-name="afii10100" unicode="&#x453;" horiz-adv-x="862"
+d="M821 1001h-540v-1001h-99v1087h639v-86zM378 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="afii10101" unicode="&#x454;" horiz-adv-x="993"
+d="M627 -20q-237 0 -372.5 149.5t-135.5 407.5q0 265 140.5 418t381.5 153q62 0 142.5 -13t138.5 -36l-29 -88q-59 21 -132.5 34t-121.5 13q-185 0 -291 -105t-123 -295h625v-88h-629q2 -217 111 -338.5t293 -121.5q157 0 284 53v-92q-46 -23 -121 -37t-161 -14z" />
+ <glyph glyph-name="afii10102" unicode="&#x455;" horiz-adv-x="954"
+d="M856 283q0 -146 -111 -224.5t-315 -78.5q-218 0 -346 67v107q164 -82 346 -82q161 0 244.5 53.5t83.5 142.5q0 82 -66.5 138t-218.5 110q-163 59 -229 101.5t-99.5 96t-33.5 130.5q0 122 102.5 193t286.5 71q176 0 334 -66l-37 -90q-160 66 -297 66q-133 0 -211 -44
+t-78 -122q0 -85 60.5 -136t236.5 -114q147 -53 214 -95.5t100.5 -96.5t33.5 -127z" />
+ <glyph glyph-name="afii10103" unicode="&#x456;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
+ <glyph glyph-name="afii10104" unicode="&#x457;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM-21 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM360 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="afii10105" unicode="&#x458;" horiz-adv-x="463"
+d="M37 -492q-80 0 -135 25v86q69 -20 129 -20q151 0 151 176v1312h99v-1298q0 -135 -63.5 -208t-180.5 -73zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97z" />
+ <glyph glyph-name="afii10106" unicode="&#x459;" horiz-adv-x="1655"
+d="M862 621h285q205 0 297 -71.5t92 -225.5q0 -324 -420 -324h-352v995h-313q-29 -394 -72.5 -603t-113.5 -305.5t-181 -96.5q-37 0 -64 8v90q20 -6 52 -6q114 0 183 231t107 774h500v-466zM862 526v-432h271q154 0 226.5 57.5t72.5 176.5q0 74 -28 116.5t-86.5 62
+t-191.5 19.5h-264z" />
+ <glyph glyph-name="afii10107" unicode="&#x45a;" horiz-adv-x="1759"
+d="M967 1087v-466h295q196 0 287 -71t91 -226q0 -161 -104.5 -242.5t-304.5 -81.5h-363v526h-587v-526h-99v1087h99v-466h587v466h99zM967 526v-432h280q142 0 215.5 54.5t73.5 177.5q0 75 -28 118.5t-86.5 62.5t-180.5 19h-274z" />
+ <glyph glyph-name="afii10108" unicode="&#x45b;" horiz-adv-x="1208"
+d="M940 0v674q0 164 -69 238.5t-214 74.5q-197 0 -286.5 -98t-89.5 -320v-569h-99v1272h-155v82h155v202h99v-202h473v-82h-473v-242l-5 -139h7q61 98 154 142t231 44q370 0 370 -397v-680h-98z" />
+ <glyph glyph-name="afii10109" unicode="&#x45c;" horiz-adv-x="940"
+d="M772 1087h123l-487 -526l522 -561h-133l-514 551v-551h-101v1087h101v-528zM422 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="afii10110" unicode="&#x45e;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM470 1241q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5
+t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="afii10193" unicode="&#x45f;" horiz-adv-x="1231"
+d="M567 0h-385v1087h99v-993h669v993h99v-1087h-383v-369h-99v369z" />
+ <glyph glyph-name="afii10050" unicode="&#x490;" horiz-adv-x="1028"
+d="M909 1462v301h99v-395h-699v-1368h-102v1462h702z" />
+ <glyph glyph-name="afii10098" unicode="&#x491;" horiz-adv-x="862"
+d="M821 1001h-540v-1001h-99v1087h543v330h96v-416z" />
+ <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="1827"
+d="M1372 0h-84l-321 1128q-40 139 -60 228q-16 -87 -45.5 -200t-322.5 -1156h-86l-402 1462h107l256 -942q15 -57 28 -105.5t23.5 -91t19 -82t15.5 -79.5q24 136 102 413l250 887h113l293 -1018q51 -176 73 -284q13 72 33.5 153t308.5 1149h103zM1028 1579h-69
+q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="1481"
+d="M1051 0l-238 727q-23 74 -59 217h-6l-21 -74l-45 -145l-242 -725h-98l-311 1087h106l174 -630q61 -234 80 -344h6q59 234 86 311l224 663h90l213 -661q72 -235 88 -311h6q8 65 80 348l166 624h100l-295 -1087h-104zM864 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17
+h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="1827"
+d="M1372 0h-84l-321 1128q-40 139 -60 228q-16 -87 -45.5 -200t-322.5 -1156h-86l-402 1462h107l256 -942q15 -57 28 -105.5t23.5 -91t19 -82t15.5 -79.5q24 136 102 413l250 887h113l293 -1018q51 -176 73 -284q13 72 33.5 153t308.5 1149h103zM815 1595q73 79 144.5 171.5
+t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="1481"
+d="M1051 0l-238 727q-23 74 -59 217h-6l-21 -74l-45 -145l-242 -725h-98l-311 1087h106l174 -630q61 -234 80 -344h6q59 234 86 311l224 663h90l213 -661q72 -235 88 -311h6q8 65 80 348l166 624h100l-295 -1087h-104zM661 1257q73 79 144.5 171.5t97.5 140.5h141v-17
+q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="1827"
+d="M1372 0h-84l-321 1128q-40 139 -60 228q-16 -87 -45.5 -200t-322.5 -1156h-86l-402 1462h107l256 -942q15 -57 28 -105.5t23.5 -91t19 -82t15.5 -79.5q24 136 102 413l250 887h113l293 -1018q51 -176 73 -284q13 72 33.5 153t308.5 1149h103zM655 1727q0 46 15.5 66
+t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM1036 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="1481"
+d="M1051 0l-238 727q-23 74 -59 217h-6l-21 -74l-45 -145l-242 -725h-98l-311 1087h106l174 -630q61 -234 80 -344h6q59 234 86 311l224 663h90l213 -661q72 -235 88 -311h6q8 65 80 348l166 624h100l-295 -1087h-104zM498 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86
+q-63 0 -63 86zM879 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM646 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM564 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142
+q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="1024"
+d="M82 512v82h860v-82h-860z" />
+ <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048"
+d="M82 512v82h1884v-82h-1884z" />
+ <glyph glyph-name="afii00208" unicode="&#x2015;" horiz-adv-x="2048"
+d="M82 512v82h1884v-82h-1884z" />
+ <glyph glyph-name="underscoredbl" unicode="&#x2017;" horiz-adv-x="842"
+d="M846 -127h-850v82h850v-82zM846 -404h-850v82h850v-82z" />
+ <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="297"
+d="M41 961l-12 20q32 112 81.5 251t92.5 230h65q-30 -101 -64.5 -257t-45.5 -244h-117z" />
+ <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="297"
+d="M256 1462l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117z" />
+ <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="451"
+d="M295 238l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117z" />
+ <glyph glyph-name="quotereversed" unicode="&#x201b;" horiz-adv-x="297"
+d="M158 1462q11 -87 45.5 -243t64.5 -258h-65q-40 84 -89.5 220.5t-84.5 260.5l12 20h117z" />
+ <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="614"
+d="M358 961l-12 20q34 120 83 255t91 226h66q-30 -98 -63 -248.5t-48 -252.5h-117zM41 961l-12 20q32 112 81.5 251t92.5 230h65q-30 -101 -64.5 -257t-45.5 -244h-117z" />
+ <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="614"
+d="M256 1462l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117zM573 1462l13 -20q-36 -128 -85 -261t-89 -220h-66q30 98 63 248.5t48 252.5h116z" />
+ <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="768"
+d="M295 238l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117zM612 238l13 -20q-36 -128 -85 -261t-89 -220h-66q30 98 63 248.5t48 252.5h116z" />
+ <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1006"
+d="M883 1055l-359 20l27 -1075h-117l27 1075l-338 -20v112l338 -28l-27 417h117l-27 -417l359 28v-112z" />
+ <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1006"
+d="M524 461l359 24v-112l-359 24l27 -397h-117l27 397l-338 -24v112l338 -24l-17 325l17 293l-338 -24v112l338 -24l-27 413h117l-27 -413l359 24v-112l-359 24l17 -293z" />
+ <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="770"
+d="M231 748q0 89 40.5 134.5t113.5 45.5t113.5 -47t40.5 -133q0 -85 -41 -133t-113 -48t-113 47t-41 134z" />
+ <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="1466"
+d="M162 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM651 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM1141 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
+ <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2331"
+d="M211 1026q0 -186 45 -279.5t141 -93.5q193 0 193 373q0 184 -49.5 276.5t-143.5 92.5q-96 0 -141 -92.5t-45 -276.5zM688 1026q0 -226 -75 -343.5t-216 -117.5q-133 0 -208.5 120.5t-75.5 340.5q0 223 72 340t212 117q139 0 215 -120.5t76 -336.5zM1063 438
+q0 -185 45 -277.5t141 -92.5q193 0 193 370q0 369 -193 369q-96 0 -141 -91.5t-45 -277.5zM1540 438q0 -226 -74 -343.5t-215 -117.5q-136 0 -211 121.5t-75 339.5q0 225 73.5 341t212.5 116q137 0 213 -120t76 -337zM1280 1462l-811 -1462h-96l811 1462h96zM1741 438
+q0 -185 45 -277.5t141 -92.5q193 0 193 370q0 369 -193 369q-96 0 -141 -91.5t-45 -277.5zM2218 438q0 -226 -74 -343.5t-215 -117.5q-135 0 -211 120.5t-76 340.5q0 225 73.5 341t213.5 116q137 0 213 -120t76 -337z" />
+ <glyph glyph-name="minute" unicode="&#x2032;" horiz-adv-x="393"
+d="M260 1462l-33 -528h-61l-33 528h127z" />
+ <glyph glyph-name="second" unicode="&#x2033;" horiz-adv-x="723"
+d="M260 1462l-33 -528h-61l-33 528h127zM590 1462l-33 -528h-61l-33 528h127z" />
+ <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="524"
+d="M82 543l309 393l62 -43l-254 -363l254 -362l-62 -43l-309 391v27z" />
+ <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="524"
+d="M442 518l-309 -393l-61 43l254 362l-254 363l61 43l309 -391v-27z" />
+ <glyph glyph-name="exclamdbl" unicode="&#x203c;" horiz-adv-x="918"
+d="M276 377h-61l-29 1085h119zM164 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98zM702 377h-61l-29 1085h119zM590 78q0 98 80 98q82 0 82 -98t-82 -98q-80 0 -80 98z" />
+ <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="246"
+d="M573 1462l-811 -1462h-94l811 1462h94z" />
+ <glyph glyph-name="nsuperior" unicode="&#x207f;" horiz-adv-x="766"
+d="M573 813v414q0 93 -42.5 133.5t-127.5 40.5q-108 0 -154 -55t-46 -179v-354h-90v655h75l11 -90h6q70 101 211 101q248 0 248 -250v-416h-91z" />
+ <glyph glyph-name="franc" unicode="&#x20a3;"
+d="M387 381h373v-82h-373v-299h-102v299h-181v82h181v1081h759v-94h-657v-610h619v-94h-619v-283z" />
+ <glyph glyph-name="afii08941" unicode="&#x20a4;"
+d="M412 799v-215h411v-82h-411v-82q0 -116 -35 -196t-113 -128h809v-96h-995v84q110 21 171.5 110t61.5 224v84h-211v82h211v215h-211v82h211v174q0 204 98 315t281 111q175 0 330 -68l-35 -86q-157 66 -295 66q-141 0 -209.5 -81t-68.5 -253v-178h411v-82h-411z" />
+ <glyph glyph-name="peseta" unicode="&#x20a7;" horiz-adv-x="1501"
+d="M1319 66q58 0 108 12v-82q-48 -16 -131 -16q-227 0 -227 253v527h-160v59l160 43l39 195h61v-211h234v-86h-234v-502q0 -106 35 -149t115 -43zM872 1042q0 -448 -555 -448h-45v-594h-102v1462h195q507 0 507 -420zM272 682h58q225 0 329.5 85t104.5 271q0 172 -98 252
+t-308 80h-86v-688z" />
+ <glyph glyph-name="Euro" unicode="&#x20ac;"
+d="M803 1397q-174 0 -288 -125.5t-155 -364.5h502v-82h-510l-4 -104v-24q0 -65 4 -87h449v-82h-443q30 -217 147.5 -338.5t301.5 -121.5q148 0 287 65v-94q-81 -34 -150.5 -46.5t-140.5 -12.5q-228 0 -367.5 140t-181.5 408h-180v82h172q-4 38 -4 113l4 102h-172v82h184
+q39 272 183 425t362 153q88 0 161 -17t148 -57l-39 -86q-132 72 -270 72z" />
+ <glyph glyph-name="afii61248" unicode="&#x2105;" horiz-adv-x="1645"
+d="M1501 334q0 -160 -78.5 -251t-220.5 -91q-140 0 -217.5 91.5t-77.5 250.5q0 162 80.5 252t220.5 90t216.5 -91.5t76.5 -250.5zM1006 334q0 -124 51.5 -189t148.5 -65q95 0 146 66t51 188q0 124 -50.5 189t-146.5 65q-99 0 -149.5 -65t-50.5 -189zM475 788q-160 0 -246 90
+t-86 250q0 159 93.5 252t252.5 93q100 0 193 -31l-29 -88q-85 30 -161 30q-121 0 -185.5 -65t-64.5 -189q0 -131 59 -192t184 -61q100 0 185 32v-84q-86 -37 -195 -37zM1272 1462l-811 -1462h-94l811 1462h94z" />
+ <glyph glyph-name="afii61289" unicode="&#x2113;" horiz-adv-x="1024"
+d="M602 72q171 0 197 229h78q-5 -146 -82.5 -232.5t-204.5 -86.5q-143 0 -210 82.5t-67 246.5v285q-104 -43 -198 -64v84q106 28 198 66v506q0 144 62.5 219.5t177.5 75.5q116 0 181 -76.5t65 -216.5q0 -188 -99 -330.5t-288 -228.5v-301q0 -134 44 -196t146 -62zM705 1188
+q0 105 -40.5 158t-111.5 53q-73 0 -107 -48t-34 -163v-463q152 77 222.5 190t70.5 273z" />
+ <glyph glyph-name="afii61352" unicode="&#x2116;" horiz-adv-x="2073"
+d="M1208 0h-104l-803 1296h-8q12 -232 12 -348v-948h-98v1462h102l803 -1290h6q-8 232 -8 336v954h98v-1462zM1958 610q0 -166 -79.5 -251t-217.5 -85q-135 0 -213 85t-78 251q0 164 79 253t218 89q138 0 214.5 -90t76.5 -252zM1468 610q0 -123 50 -185.5t147 -62.5
+q94 0 144.5 63.5t50.5 184.5q0 124 -49.5 189t-145.5 65q-197 0 -197 -254zM1425 0v86h473v-86h-473z" />
+ <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1485"
+d="M313 741h-86v643h-217v78h522v-78h-219v-643zM913 741l-221 609h-6l4 -201v-408h-82v721h125l221 -606l224 606h125v-721h-86v398l4 207h-7l-227 -605h-74z" />
+ <glyph glyph-name="Omega" unicode="&#x2126;" horiz-adv-x="1587"
+d="M793 1393q-251 0 -399 -151.5t-148 -412.5q0 -226 90.5 -397.5t312.5 -359.5v-72h-567v94h407q-133 118 -205.5 224.5t-110.5 232t-38 270.5q0 200 80 351t229.5 232t348.5 81q311 0 485 -174t174 -488q0 -209 -80.5 -384t-269.5 -345h403v-94h-565v72q215 175 308 350
+t93 405q0 262 -146 414t-402 152z" />
+ <glyph glyph-name="estimated" unicode="&#x212e;" horiz-adv-x="1268"
+d="M633 -35q-157 0 -277.5 73.5t-187 204t-66.5 287.5q0 171 69 298.5t191 197.5t271 70q152 0 273.5 -71t189 -200.5t67.5 -294.5h-827v-356q49 -53 132 -88t165 -35q131 0 222.5 52.5t172.5 181.5l72 -41q-98 -155 -206.5 -217t-260.5 -62zM932 616v277q-50 53 -131.5 86
+t-169.5 33q-173 0 -295 -117v-279h596z" />
+ <glyph glyph-name="oneeighth" unicode="&#x215b;" horiz-adv-x="1516"
+d="M1106 894q121 0 193.5 -62t72.5 -164q0 -136 -172 -206q100 -38 149.5 -98t49.5 -136q0 -111 -79.5 -179.5t-215.5 -68.5t-213.5 64.5t-77.5 177.5q0 75 44.5 136t131.5 102q-86 47 -118.5 92.5t-32.5 111.5q0 101 74.5 165.5t193.5 64.5zM912 222q0 -71 52.5 -113.5
+t141.5 -42.5q93 0 142 41.5t49 114.5q0 59 -42.5 103t-150.5 85l-20 9q-93 -35 -132.5 -83t-39.5 -114zM1104 808q-75 0 -119.5 -38.5t-44.5 -103.5q0 -54 36.5 -93t129.5 -72q86 30 126 70.5t40 96.5q0 63 -45 101.5t-123 38.5zM1085 1462l-811 -1462h-94l811 1462h94z
+M296 1462h92v-876h-98v547q0 99 12 233q-26 -23 -233 -145l-47 77z" />
+ <glyph glyph-name="threeeighths" unicode="&#x215c;" horiz-adv-x="1516"
+d="M1190 894q121 0 193.5 -62t72.5 -164q0 -136 -172 -206q100 -38 149.5 -98t49.5 -136q0 -111 -79.5 -179.5t-215.5 -68.5t-213.5 64.5t-77.5 177.5q0 75 44.5 136t131.5 102q-86 47 -118.5 92.5t-32.5 111.5q0 101 74.5 165.5t193.5 64.5zM996 222q0 -71 52.5 -113.5
+t141.5 -42.5q93 0 142 41.5t49 114.5q0 59 -42.5 103t-150.5 85l-20 9q-93 -35 -132.5 -83t-39.5 -114zM1188 808q-75 0 -119.5 -38.5t-44.5 -103.5q0 -54 36.5 -93t129.5 -72q86 30 126 70.5t40 96.5q0 63 -45 101.5t-123 38.5zM1218 1462l-811 -1462h-94l811 1462h94z
+M607 1260q0 -78 -44 -131.5t-117 -75.5q186 -45 186 -211q0 -130 -88.5 -201.5t-247.5 -71.5q-144 0 -264 60v88q136 -62 266 -62q115 0 174.5 49t59.5 136q0 83 -59.5 122t-178.5 39h-131v84h135q105 0 158 43.5t53 120.5q0 67 -47 107.5t-127 40.5q-128 0 -246 -78l-47 70
+q130 94 293 94q127 0 199.5 -60t72.5 -163z" />
+ <glyph glyph-name="fiveeighths" unicode="&#x215d;" horiz-adv-x="1516"
+d="M309 1122q145 0 229 -71.5t84 -194.5q0 -132 -87 -209.5t-239 -77.5q-65 0 -133 16t-110 42v94q120 -66 245 -66q107 0 166.5 51.5t59.5 147.5q0 85 -58.5 133.5t-171.5 48.5q-74 0 -162 -24l-51 39l31 411h475v-88h-389l-18 -266q56 14 129 14zM1206 1462l-811 -1462
+h-94l811 1462h94zM1173 894q121 0 193.5 -62t72.5 -164q0 -136 -172 -206q100 -38 149.5 -98t49.5 -136q0 -111 -79.5 -179.5t-215.5 -68.5t-213.5 64.5t-77.5 177.5q0 75 44.5 136t131.5 102q-86 47 -118.5 92.5t-32.5 111.5q0 101 74.5 165.5t193.5 64.5zM979 222
+q0 -71 52.5 -113.5t141.5 -42.5q93 0 142 41.5t49 114.5q0 59 -42.5 103t-150.5 85l-20 9q-93 -35 -132.5 -83t-39.5 -114zM1171 808q-75 0 -119.5 -38.5t-44.5 -103.5q0 -54 36.5 -93t129.5 -72q86 30 126 70.5t40 96.5q0 63 -45 101.5t-123 38.5z" />
+ <glyph glyph-name="seveneighths" unicode="&#x215e;" horiz-adv-x="1516"
+d="M1153 894q121 0 193.5 -62t72.5 -164q0 -136 -172 -206q100 -38 149.5 -98t49.5 -136q0 -111 -79.5 -179.5t-215.5 -68.5t-213.5 64.5t-77.5 177.5q0 75 44.5 136t131.5 102q-86 47 -118.5 92.5t-32.5 111.5q0 101 74.5 165.5t193.5 64.5zM959 222q0 -71 52.5 -113.5
+t141.5 -42.5q93 0 142 41.5t49 114.5q0 59 -42.5 103t-150.5 85l-20 9q-93 -35 -132.5 -83t-39.5 -114zM1151 808q-75 0 -119.5 -38.5t-44.5 -103.5q0 -54 36.5 -93t129.5 -72q86 30 126 70.5t40 96.5q0 63 -45 101.5t-123 38.5zM1097 1462l-811 -1462h-94l811 1462h94z
+M193 586l364 788h-467v88h576v-67l-363 -809h-110z" />
+ <glyph glyph-name="partialdiff" unicode="&#x2202;"
+d="M463 -20q-165 0 -254.5 102.5t-89.5 284.5q0 175 68.5 330t181.5 234t258 79q205 0 301 -226q8 75 8 144q0 236 -73 350.5t-228 114.5q-61 0 -127 -16.5t-115 -41.5v99q128 51 256 51q389 0 389 -549q0 -266 -77 -496.5t-205.5 -345t-292.5 -114.5zM465 72
+q159 0 278.5 166t163.5 428q-39 123 -109 187.5t-165 64.5q-118 0 -210.5 -70.5t-148 -203.5t-55.5 -277q0 -139 64 -217t182 -78z" />
+ <glyph glyph-name="Delta" unicode="&#x2206;"
+d="M20 59l521 1403h80l528 -1405v-57h-1129v59zM580 1315q-53 -153 -441 -1219h889q-391 1054 -448 1219z" />
+ <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1501"
+d="M1192 -510v1876h-883v-1876h-102v1972h1087v-1972h-102z" />
+ <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1272"
+d="M86 -510v70l664 970l-648 863v69h1041v-94h-897l628 -829l-649 -955h985v-94h-1124z" />
+ <glyph glyph-name="minus" unicode="&#x2212;"
+d="M111 682v82h948v-82h-948z" />
+ <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1124"
+d="M610 -14h-110l-281 798h-182v88h250l270 -768l541 1561h94z" />
+ <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1434"
+d="M416 1034q91 0 163.5 -53.5t137.5 -175.5q63 120 135 174.5t166 54.5q127 0 210 -88.5t83 -222.5q0 -135 -83.5 -223t-209.5 -88q-94 0 -166 54.5t-135 174.5q-66 -123 -138.5 -176t-162.5 -53q-127 0 -210 88.5t-83 222.5q0 135 83.5 223t209.5 88zM1018 938
+q-80 0 -137.5 -54t-112.5 -161q55 -107 112.5 -161t137.5 -54q88 0 140 59.5t52 155.5q0 97 -52.5 156t-139.5 59zM416 938q-87 0 -140 -59t-53 -156t53 -156t140 -59q74 0 131.5 49t118.5 166q-60 116 -118 165.5t-132 49.5z" />
+ <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="745"
+d="M315 1169q0 387 293 387q48 0 90 -12v-90q-46 12 -90 12q-97 0 -145.5 -68t-48.5 -224v-1278q0 -198 -71.5 -293t-217.5 -95q-66 0 -121 19v90q52 -18 125 -18q186 0 186 288v1282z" />
+ <glyph glyph-name="approxequal" unicode="&#x2248;"
+d="M334 940q-48 0 -105.5 -29t-117.5 -92v94q107 111 233 111q64 0 121 -15t149 -57q124 -57 220 -57q110 0 225 125v-96q-108 -113 -234 -113q-116 0 -270 72q-124 57 -221 57zM334 571q-49 0 -108 -30.5t-115 -89.5v94q108 110 233 110q61 0 115 -13.5t155 -57.5
+q126 -58 220 -58q56 0 109.5 30.5t115.5 94.5v-96q-108 -113 -234 -113q-116 0 -270 72q-124 57 -221 57z" />
+ <glyph glyph-name="notequal" unicode="&#x2260;"
+d="M514 477l-139 -299l-76 37l123 262h-311v82h350l153 326h-503v82h542l144 305l73 -39l-125 -266h314v-82h-352l-154 -326h506v-82h-545z" />
+ <glyph glyph-name="lessequal" unicode="&#x2264;"
+d="M1059 266l-948 416v61l948 474v-95l-823 -405l823 -355v-96zM111 1v82h948v-82h-948z" />
+ <glyph glyph-name="greaterequal" unicode="&#x2265;"
+d="M111 362l823 355l-823 405v95l948 -474v-61l-948 -416v96zM111 1v82h948v-82h-948z" />
+ <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1188"
+d="M119 735l450 740h49l451 -740l-451 -735h-49zM969 735l-375 621l-375 -621l375 -614z" />
+ <glyph glyph-name="cyrillicbreve" horiz-adv-x="1182"
+d="M590 1241q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="dotlessj" unicode="&#x237;" horiz-adv-x="463"
+d="M37 -492q-80 0 -135 25v86q69 -20 129 -20q151 0 151 176v1312h99v-1298q0 -135 -63.5 -208t-180.5 -73z" />
+ <glyph glyph-name="caroncommaaccent" horiz-adv-x="1024"
+d="M412 1245q21 45 48 139.5t38 171.5h112v-14q-15 -60 -53.5 -147t-91.5 -166h-53v16z" />
+ <glyph glyph-name="commaaccent" horiz-adv-x="1024"
+d="M395 -436q25 54 50 145t36 166h113v-14q-23 -82 -63.5 -167.5t-81.5 -146.5h-54v17z" />
+ <glyph glyph-name="commaaccentrotate" horiz-adv-x="1024"
+d="M606 1552q-27 -58 -53.5 -159t-32.5 -152h-112v14q20 77 61.5 165t83.5 149h53v-17z" />
+ <glyph glyph-name="zerosuperior" unicode="&#x2070;" horiz-adv-x="688"
+d="M147 1028q0 -190 45.5 -281.5t151.5 -91.5q104 0 150.5 91t46.5 282q0 187 -46.5 278t-150.5 91q-106 0 -151.5 -91t-45.5 -278zM639 1026q0 -230 -72.5 -343.5t-220.5 -113.5q-154 0 -225.5 112.5t-71.5 344.5q0 457 297 457q149 0 221 -112t72 -345z" />
+ <glyph glyph-name="foursuperior" unicode="&#x2074;" horiz-adv-x="688"
+d="M657 827h-129v-241h-90v241h-413v60l407 581h96v-563h129v-78zM438 905v221q0 132 8 232q-6 -12 -21.5 -35.5t-295.5 -417.5h309z" />
+ <glyph glyph-name="fivesuperior" unicode="&#x2075;" horiz-adv-x="688"
+d="M324 1122q145 0 229 -71.5t84 -194.5q0 -132 -87 -209.5t-239 -77.5q-65 0 -133 16t-110 42v94q120 -66 245 -66q107 0 166.5 51.5t59.5 147.5q0 85 -58.5 133.5t-171.5 48.5q-74 0 -162 -24l-51 39l31 411h475v-88h-389l-18 -266q56 14 129 14z" />
+ <glyph glyph-name="sixsuperior" unicode="&#x2076;" horiz-adv-x="688"
+d="M647 874q0 -131 -83.5 -218t-211.5 -87q-142 0 -225.5 92.5t-83.5 251.5q0 211 125 353t379 221l35 -80q-194 -57 -298 -145.5t-139 -223.5h7q89 113 227 113q119 0 193.5 -75.5t74.5 -201.5zM352 655q88 0 142.5 61t54.5 156q0 91 -50 142t-141 51q-92 0 -153.5 -50.5
+t-61.5 -125.5q0 -109 58 -171.5t151 -62.5z" />
+ <glyph glyph-name="sevensuperior" unicode="&#x2077;" horiz-adv-x="688"
+d="M164 586l364 788h-467v88h576v-67l-363 -809h-110z" />
+ <glyph glyph-name="eightsuperior" unicode="&#x2078;" horiz-adv-x="688"
+d="M344 1483q121 0 193.5 -62t72.5 -164q0 -136 -172 -206q100 -38 149.5 -98t49.5 -136q0 -111 -79.5 -179.5t-215.5 -68.5t-213.5 64.5t-77.5 177.5q0 75 44.5 136t131.5 102q-86 47 -118.5 92.5t-32.5 111.5q0 101 74.5 165.5t193.5 64.5zM150 811q0 -71 52.5 -113.5
+t141.5 -42.5q93 0 142 41.5t49 114.5q0 59 -42.5 103t-150.5 85l-20 9q-93 -35 -132.5 -83t-39.5 -114zM342 1397q-75 0 -119.5 -38.5t-44.5 -103.5q0 -54 36.5 -93t129.5 -72q86 30 126 70.5t40 96.5q0 63 -45 101.5t-123 38.5z" />
+ <glyph glyph-name="ninesuperior" unicode="&#x2079;" horiz-adv-x="688"
+d="M641 1108q0 -282 -103.5 -410.5t-314.5 -128.5q-76 0 -129 17v90q54 -21 131 -21q148 0 231.5 90.5t92.5 274.5h-8q-37 -52 -98 -82.5t-128 -30.5q-130 0 -204 75t-74 204q0 135 81 215t212 80q91 0 162.5 -44.5t110 -129.5t38.5 -199zM324 1397q-91 0 -143 -55.5
+t-52 -149.5q0 -91 46.5 -145t143.5 -54q95 0 158.5 50t63.5 120q0 102 -59.5 168t-157.5 66z" />
+ <glyph glyph-name="uni2000" unicode="&#x2000;" horiz-adv-x="1024"
+ />
+ <glyph glyph-name="uni2001" unicode="&#x2001;" horiz-adv-x="2048"
+ />
+ <glyph glyph-name="uni2002" unicode="&#x2002;" horiz-adv-x="1024"
+ />
+ <glyph glyph-name="uni2003" unicode="&#x2003;" horiz-adv-x="2048"
+ />
+ <glyph glyph-name="uni2004" unicode="&#x2004;" horiz-adv-x="682"
+ />
+ <glyph glyph-name="uni2005" unicode="&#x2005;" horiz-adv-x="512"
+ />
+ <glyph glyph-name="uni2006" unicode="&#x2006;" horiz-adv-x="342"
+ />
+ <glyph glyph-name="uni2007" unicode="&#x2007;" horiz-adv-x="1145"
+ />
+ <glyph glyph-name="uni2008" unicode="&#x2008;" horiz-adv-x="530"
+ />
+ <glyph glyph-name="uni2009" unicode="&#x2009;" horiz-adv-x="410"
+ />
+ <glyph glyph-name="uni200A" unicode="&#x200a;" horiz-adv-x="205"
+ />
+ <glyph glyph-name="uni200B" unicode="&#x200b;" horiz-adv-x="0"
+ />
+ <glyph glyph-name="uniFEFF" unicode="&#xfeff;" horiz-adv-x="0"
+ />
+ <glyph glyph-name="uniFFFC" unicode="&#xfffc;" horiz-adv-x="2048"
+d="M84 1214v304h303v-111h-192v-193h-111zM1681 1407v111h304v-304h-109v193h-195zM84 -383v303h111v-194h192v-109h-303zM1681 -383v109h195v194h109v-303h-304zM1290 -383v109h273v-109h-273zM508 -383v109h270v-109h-270zM508 1407v111h270v-111h-270zM1985 39h-109v270
+h109v-270zM1985 823h-109v271h109v-271zM899 -383v109h272v-109h-272zM195 39h-111v270h111v-270zM899 1407v111h272v-111h-272zM1290 1407v111h273v-111h-273zM195 430h-111v272h111v-272zM195 823h-111v271h111v-271zM1985 430h-109v272h109v-272zM864 629
+q0 -145 -67.5 -223t-194.5 -78t-194.5 78t-67.5 223q0 146 67.5 223.5t194.5 77.5q126 0 194 -77t68 -224zM467 629q0 -197 135 -197t135 197q0 196 -135 196t-135 -196zM948 922h172q109 0 165 -33.5t56 -116.5q0 -49 -23 -83t-67 -42v-4q59 -13 83 -47t24 -90
+q0 -81 -54.5 -125.5t-148.5 -44.5h-207v586zM1071 690h66q46 0 64 17t18 49q0 34 -21 48.5t-68 14.5h-59v-129zM1071 592v-154h74q49 0 67.5 21.5t18.5 58.5q0 74 -90 74h-70zM1491 330q-52 0 -80 10v102q43 -8 68 -8q86 0 86 86v402h125v-398q0 -95 -52.5 -144.5
+t-146.5 -49.5z" />
+ <glyph glyph-name="uniFFFD" unicode="&#xfffd;" horiz-adv-x="2048"
+d="M1022 1556l940 -938l-940 -937l-938 937zM1087 367v47q0 50 22 82.5t87 81.5q103 82 139.5 145t36.5 151q0 135 -93.5 212t-258.5 77q-79 0 -172 -28t-164 -70l82 -178q160 80 250 80q63 0 94 -29t31 -76q0 -53 -24.5 -90.5t-96.5 -91.5q-84 -68 -113.5 -124t-29.5 -130
+v-59h210zM850 92q0 -63 35.5 -99t105.5 -36q66 0 102.5 36.5t36.5 98.5q0 64 -36 100.5t-103 36.5q-72 0 -106.5 -36t-34.5 -101z" />
+ <glyph glyph-name="uni01F0" unicode="&#x1f0;" horiz-adv-x="463"
+d="M37 -492q-80 0 -135 25v86q69 -20 129 -20q151 0 151 176v1312h99v-1298q0 -135 -63.5 -208t-180.5 -73zM524 1552q-170 -188 -242 -311h-98q-76 128 -242 311v17h70q114 -94 221 -207q108 114 221 207h70v-17z" />
+ <glyph glyph-name="uni02BC" unicode="&#x2bc;" horiz-adv-x="297"
+d="M256 1462l12 -20q-75 -265 -174 -481h-65q29 96 61 241.5t49 259.5h117z" />
+ <glyph glyph-name="uni03D1" unicode="&#x3d1;" horiz-adv-x="1208"
+d="M1042 862q5 -65 5 -104q0 -375 -130 -576.5t-372 -201.5q-179 0 -272 87.5t-93 262.5q0 62 16 182q15 119 15 156q0 55 -22.5 79.5t-57.5 24.5q-39 0 -94 -22l-27 75q62 31 135 31q80 0 124 -47.5t44 -140.5q0 -52 -15 -158q-15 -107 -15 -186q0 -254 258 -254
+q401 0 401 686q0 56 -4 108q-332 3 -511 108t-179 300q0 143 85.5 225t231.5 82q187 0 309 -161.5t162 -465.5h142v-90h-136zM930 952q-32 252 -127.5 394.5t-231.5 142.5q-108 0 -167.5 -55t-59.5 -156q0 -157 151.5 -240.5t434.5 -85.5z" />
+ <glyph glyph-name="uni03D2" unicode="&#x3d2;" horiz-adv-x="1104"
+d="M543 662l50 113q140 320 210 461t121 190t118 49q31 0 62 -11v-90q-26 6 -51 6q-42 0 -78.5 -43.5t-96 -162t-130 -274.5t-154.5 -357v-543h-105v557l-489 905h117z" />
+ <glyph glyph-name="uni03D6" unicode="&#x3d6;" horiz-adv-x="1587"
+d="M1059 -20q-106 0 -174.5 49t-108.5 159h-4q-37 -107 -103 -157.5t-180 -50.5q-171 0 -259.5 114.5t-88.5 337.5q0 142 41.5 271.5t139.5 297.5h-302v58l168 28h1334v-86h-267q81 -143 116.5 -273t35.5 -296q0 -221 -88.5 -336.5t-259.5 -115.5zM1303 432q0 155 -32.5 296
+t-115.5 273h-737q-172 -293 -172 -569q0 -185 62.5 -273.5t193.5 -88.5q109 0 166 76t57 208v221h98v-221q0 -134 60.5 -209t167.5 -75q252 0 252 362z" />
+ <glyph glyph-name="uni1E3E" unicode="&#x1e3e;" horiz-adv-x="1767"
+d="M850 0l-545 1350h-8q8 -124 8 -254v-1096h-98v1462h158l518 -1286h6l518 1286h154v-1462h-103v1108q0 116 12 240h-8l-547 -1348h-65zM778 1597q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="uni1E3F" unicode="&#x1e3f;" horiz-adv-x="1808"
+d="M1540 0v713q0 159 -62 232t-190 73q-167 0 -247 -92t-80 -289v-637h-101v743q0 275 -252 275q-171 0 -249 -99.5t-78 -318.5v-600h-99v1087h82l21 -149h6q45 81 128 125.5t183 44.5q257 0 330 -193h4q53 93 142.5 143t203.5 50q178 0 267 -95t89 -302v-711h-98zM837 1257
+q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="uni1E00" unicode="&#x1e00;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM831 -338q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM477 -338q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5
+t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
+ <glyph glyph-name="uni1E01" unicode="&#x1e01;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM737 -338q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM383 -338q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5
+q-62 0 -99.5 -38t-37.5 -101z" />
+ <glyph glyph-name="uni1F4D" unicode="&#x1f4d;" horiz-adv-x="1632"
+d="M1504 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM308 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM7 1151q87 179 123 311h115v-18q-31 -67 -84 -155t-102 -154h-52v16zM-259 1255q0 84 51.5 135t153.5 80v-55q-127 -38 -127 -106q0 -24 14.5 -35t32.5 -20t32.5 -21t14.5 -37q0 -31 -20 -49.5t-52 -18.5q-46 0 -73 35t-27 92z" />
+ <glyph glyph-name="uni02F3" unicode="&#x2f3;" horiz-adv-x="682"
+d="M557 -338q0 -97 -60 -155t-157 -58t-157 58t-60 155q0 94 60 152.5t157 58.5t157 -59t60 -152zM203 -338q0 -66 37.5 -103.5t99.5 -37.5t99.5 37.5t37.5 103.5q0 64 -39 101.5t-98 37.5q-62 0 -99.5 -38t-37.5 -101z" />
+ <glyph glyph-name="dasiaoxia" horiz-adv-x="819"
+d="M440 1151q87 179 123 311h115v-18q-31 -67 -84 -155t-102 -154h-52v16zM174 1255q0 84 51.5 135t153.5 80v-55q-127 -38 -127 -106q0 -24 14.5 -35t32.5 -20t32.5 -21t14.5 -37q0 -31 -20 -49.5t-52 -18.5q-46 0 -73 35t-27 92z" />
+ <glyph glyph-name="Ohorn" unicode="&#x1a0;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q330 0 500 -230q81 21 120.5 92t39.5 209h104l13 -18q-10 -147 -67.5 -232t-164.5 -120q107 -182 107 -453zM240 733q0 -314 140 -485.5t402 -171.5
+q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483z" />
+ <glyph glyph-name="ohorn" unicode="&#x1a1;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q219 0 348 -147q72 24 107.5 92t38.5 202h100l12 -18q-11 -144 -62 -225t-147 -119q82 -137 82 -348zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5
+t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z" />
+ <glyph glyph-name="Uhorn" unicode="&#x1af;" horiz-adv-x="1497"
+d="M1282 1462v-207q89 19 130.5 89t41.5 212h105l12 -18q-12 -167 -85.5 -254.5t-203.5 -112.5v-655q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102z" />
+ <glyph glyph-name="uhorn" unicode="&#x1b0;" horiz-adv-x="1262"
+d="M268 1087v-704q0 -164 72.5 -238.5t224.5 -74.5q189 0 276 99t87 318v600h98v-122q66 11 104.5 44t55 90t16.5 167h101l12 -19q-9 -123 -41 -190t-91.5 -113t-156.5 -63v-881h-84l-18 150h-6q-52 -82 -143.5 -126t-209.5 -44q-201 0 -298 98t-97 299v710h98z" />
+ <glyph glyph-name="uni0300" unicode="&#x300;" horiz-adv-x="0"
+d="M-501 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uni0301" unicode="&#x301;" horiz-adv-x="0"
+d="M-708 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="uni0303" unicode="&#x303;" horiz-adv-x="0"
+d="M-446 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="hook" unicode="&#x309;" horiz-adv-x="0"
+d="M-412 1505q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="dotbelow" unicode="&#x323;" horiz-adv-x="0"
+d="M-662 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni0400" unicode="&#x400;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM697 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uni040D" unicode="&#x40d;" horiz-adv-x="1477"
+d="M207 1462h98v-956q0 -102 -8 -342h6l864 1298h103v-1462h-99v950q0 162 13 350h-8l-867 -1300h-102v1462zM852 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uni0450" unicode="&#x450;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM685 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uni045D" unicode="&#x45d;" horiz-adv-x="1229"
+d="M276 1087v-786l-6 -205l645 991h132v-1087h-95v781l4 210l-645 -991h-129v1087h94zM720 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uni0460" unicode="&#x460;" horiz-adv-x="1987"
+d="M674 76q165 0 268 80v506h102v-504q110 -82 289 -82q196 0 305 180.5t109 501.5q0 193 -41.5 335.5t-118.5 217.5t-180 75q-63 0 -110.5 -17t-94.5 -42l-43 94q68 36 125.5 50t128.5 14q212 0 328.5 -190.5t116.5 -534.5q0 -367 -135 -573.5t-382 -206.5
+q-111 0 -189.5 21.5t-156.5 74.5h-4q-76 -53 -153.5 -74.5t-188.5 -21.5q-250 0 -385 205.5t-135 574.5q0 340 124 532.5t341 192.5q73 0 131 -14.5t123 -49.5l-43 -94q-72 36 -118 47.5t-93 11.5q-107 0 -187.5 -74t-123.5 -216.5t-43 -337.5q0 -324 114.5 -503t319.5 -179
+z" />
+ <glyph glyph-name="uni0461" unicode="&#x461;" horiz-adv-x="1548"
+d="M754 526l-30 -65q-37 -82 -46 -101t-184 -360h-103l-391 1087h104l209 -577q39 -106 136 -408h6q34 77 74.5 159.5t187.5 365.5l-166 460h102l209 -577l148 -422h6q178 178 266 422.5t88 576.5h94q0 -367 -99 -618.5t-314 -468.5h-101z" />
+ <glyph glyph-name="uni0462" unicode="&#x462;" horiz-adv-x="1378"
+d="M31 1239h336v317h102v-317h481v-84h-481v-338h287q252 0 381 -97.5t129 -299.5q0 -199 -128 -309.5t-364 -110.5h-407v1155h-336v84zM469 88h289q205 0 301 84t96 248q0 158 -98 231.5t-320 73.5h-268v-637z" />
+ <glyph glyph-name="uni0463" unicode="&#x463;" horiz-adv-x="1241"
+d="M356 1087h398v-81h-398v-377h383q383 0 383 -301q0 -155 -107 -241.5t-306 -86.5h-451v1006h-227v81h227v232h98v-232zM356 535v-441h369q142 0 217.5 60t75.5 176q0 108 -69 156.5t-236 48.5h-357z" />
+ <glyph glyph-name="uni0464" unicode="&#x464;" horiz-adv-x="1866"
+d="M1425 1391q-256 0 -412.5 -153t-176.5 -425h776v-94h-781q6 -309 155.5 -477t422.5 -168q184 0 338 47v-90q-145 -51 -363 -51q-304 0 -480.5 195t-180.5 544h-414v-719h-102v1462h102v-649h416q23 308 209.5 489t484.5 181q214 0 383 -80l-41 -92q-160 80 -336 80z" />
+ <glyph glyph-name="uni0465" unicode="&#x465;" horiz-adv-x="1487"
+d="M1128 -20q-237 0 -365 142.5t-130 405.5h-352v-528h-99v1087h99v-473h356q19 232 153 363t351 131q61 0 141.5 -13.5t132.5 -35.5l-29 -88q-54 21 -123 34t-122 13q-178 0 -281.5 -106t-120.5 -298h584v-88h-588q2 -213 106 -334.5t289 -121.5q148 0 273 53v-92
+q-45 -23 -118.5 -37t-156.5 -14z" />
+ <glyph glyph-name="uni0466" unicode="&#x466;" horiz-adv-x="1286"
+d="M887 690h-195v-690h-98v690h-191l-292 -690h-111l627 1468h49l610 -1468h-115zM442 784h406q-82 198 -126 304t-73 204q-16 -52 -33 -96t-174 -412z" />
+ <glyph glyph-name="uni0467" unicode="&#x467;" horiz-adv-x="1022"
+d="M561 1087l451 -1087h-101l-209 500h-143v-500h-98v500h-142l-206 -500h-103l453 1087h98zM352 582h318q-116 287 -156 409h-6q-25 -81 -48.5 -147t-107.5 -262z" />
+ <glyph glyph-name="uni0468" unicode="&#x468;" horiz-adv-x="1763"
+d="M1352 719h-183v-719h-98v719h-178l-305 -719h-111l307 719h-475v-719h-102v1462h102v-649h516l279 655h49l610 -1468h-114zM932 813h381l-121 293q-34 85 -66 186q-16 -51 -32.5 -94.5t-161.5 -384.5z" />
+ <glyph glyph-name="uni0469" unicode="&#x469;" horiz-adv-x="1395"
+d="M934 1087l450 -1087h-100l-221 532h-131v-532h-98v532h-127l-222 -532h-102l221 528h-323v-528h-99v1087h99v-473h358l197 473h98zM739 614h291q-114 281 -143 377h-6q-25 -80 -48.5 -145.5t-93.5 -231.5z" />
+ <glyph glyph-name="uni046A" unicode="&#x46a;" horiz-adv-x="1419"
+d="M1260 1462v-86l-439 -545q121 -3 200.5 -38t131.5 -104t98 -218t144 -471h-105l-147 483q-45 148 -118 204t-230 56h-35v-743h-103v743h-34q-109 0 -171 -23.5t-103 -78t-73 -158.5l-147 -483h-104l139 457q47 158 99 228.5t132.5 106.5t200.5 39l-438 545v86h1102z
+M1133 1368h-848l424 -526z" />
+ <glyph glyph-name="uni046B" unicode="&#x46b;" horiz-adv-x="1241"
+d="M1083 1087v-83l-342 -373q93 -7 155.5 -35t107 -81.5t98.5 -186.5l129 -328h-105l-133 344q-44 115 -106.5 157t-179.5 42h-37v-543h-99v543h-34q-119 0 -181.5 -42t-105.5 -155l-135 -346h-105l129 328q48 124 93 181t108.5 86.5t159.5 35.5l-344 373v83h927zM965 1001
+h-691l347 -380z" />
+ <glyph glyph-name="uni046C" unicode="&#x46c;" horiz-adv-x="1929"
+d="M1769 1462v-86l-438 -559q126 -4 206.5 -38t132 -104t95.5 -218l140 -457h-105l-147 483q-44 144 -115.5 195t-232.5 51h-35v-729h-103v729h-34q-117 0 -178.5 -22.5t-100.5 -75t-68 -148.5l-147 -483h-104l139 457q28 94 61 161t86 111h-512v-729h-102v1462h102v-639
+h805l-446 553v86h1101zM1642 1368h-847l428 -539z" />
+ <glyph glyph-name="uni046D" unicode="&#x46d;" horiz-adv-x="1636"
+d="M1479 1087v-83l-355 -388q100 0 166.5 -26.5t111 -79t95.5 -182.5l129 -328h-104l-133 344q-42 109 -100 146.5t-181 37.5h-43v-528h-98v528h-43q-124 0 -182 -37.5t-99 -144.5l-135 -346h-102l129 328q24 62 51 112.5t69 87.5h-374v-528h-99v1087h99v-473h630l-360 390
+v83h928zM1360 1001h-690l346 -380z" />
+ <glyph glyph-name="uni046E" unicode="&#x46e;" horiz-adv-x="1145"
+d="M1001 1120q0 -286 -303 -352v-6q163 -31 247.5 -115t84.5 -237q0 -193 -126 -285t-415 -109q-157 -9 -226.5 -44t-69.5 -111q0 -146 198 -146q82 0 191 9q109 8 186 8q127 0 201 -35v-105q-44 26 -98 36t-126 10q-80 0 -171.5 -8.5t-182.5 -8.5q-150 0 -229.5 60.5
+t-79.5 179.5q0 118 98.5 181.5t313.5 76.5q236 13 327.5 79.5t91.5 213.5q0 299 -442 299h-217v96h225q212 0 313 80t101 227q0 125 -92.5 200t-241.5 75q-111 0 -204 -31.5t-201 -108.5l-58 80q74 58 175 98.5t200 49.5q-65 75 -235 245v17h75q108 -77 236 -203
+q91 113 153.5 156t122.5 43q41 0 76 -13v-84q-26 11 -55 11q-51 0 -103.5 -37t-122.5 -131q181 -17 282 -113t101 -248z" />
+ <glyph glyph-name="uni046F" unicode="&#x46f;" horiz-adv-x="926"
+d="M387 618q295 0 295 203q0 97 -68 148t-194 51q-80 0 -149 -18.5t-148 -53.5l-37 82q145 65 272 76q-25 29 -55 61t-166 168v17h76q115 -84 236 -203q93 116 155 157.5t121 41.5q35 0 76 -13v-84q-29 11 -56 11q-51 0 -102 -35t-117 -125q260 -44 260 -273
+q0 -189 -194 -241v-6q123 -28 177 -91t54 -167q0 -145 -99 -221.5t-308 -98.5q-156 -16 -216.5 -45.5t-60.5 -91.5q0 -55 43.5 -79t139.5 -24q64 0 274 13l84 2q70 0 145 -31v-102q-67 39 -166 39l-81 -2q-215 -13 -265 -13q-136 0 -207 49.5t-71 145.5q0 107 88 160t285 73
+q175 19 243 72t68 158q0 108 -79 156t-237 48h-151v86h135z" />
+ <glyph glyph-name="uni0470" unicode="&#x470;" horiz-adv-x="1565"
+d="M823 0h-102v453h-27q-280 0 -425.5 130.5t-145.5 395.5v483h102v-479q0 -226 117 -333t356 -107h23v919h102v-919h23q239 0 356 107t117 333v479h102v-483q0 -265 -146 -395.5t-425 -130.5h-27v-453z" />
+ <glyph glyph-name="uni0471" unicode="&#x471;" horiz-adv-x="1477"
+d="M788 1554v-1480q224 17 339.5 147.5t115.5 364.5q0 126 -11.5 236.5t-47.5 264.5h96q63 -226 63 -491q0 -278 -142.5 -437.5t-412.5 -176.5v-474h-98v474q-257 12 -390.5 155.5t-133.5 411.5v538h98v-540q0 -221 110 -340.5t316 -132.5v1480h98z" />
+ <glyph glyph-name="uni0472" unicode="&#x472;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM782 76q256 0 395.5 160t147.5 462h-1085q8 -299 147.5 -460.5t394.5 -161.5zM784 1386q-250 0 -389 -153.5t-153 -439.5h1081
+q-13 288 -152.5 440.5t-386.5 152.5z" />
+ <glyph glyph-name="uni0473" unicode="&#x473;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM600 70q174 0 272.5 118.5t104.5 333.5h-754q4 -211 103 -331.5t274 -120.5zM598 1018q-165 0 -262 -107.5t-111 -300.5h750
+q-16 196 -114.5 302t-262.5 106z" />
+ <glyph glyph-name="uni0474" unicode="&#x474;" horiz-adv-x="1210"
+d="M1210 1384q-49 0 -80 -26t-60.5 -87.5t-80.5 -209.5l-354 -1061h-94l-541 1462h109l358 -968q85 -234 121 -355q44 164 125 402l176 532q64 192 104 265t87.5 105t121.5 32q48 0 90 -15v-90q-42 14 -82 14z" />
+ <glyph glyph-name="uni0475" unicode="&#x475;" horiz-adv-x="973"
+d="M420 0l-420 1087h102l279 -733q73 -187 96 -270h6q37 130 115 365l125 372q36 109 70.5 171t72.5 89t97 27q30 0 59 -8v-88q-29 8 -57 8q-45 0 -79 -48.5t-73 -166.5l-272 -805h-121z" />
+ <glyph glyph-name="uni0476" unicode="&#x476;" horiz-adv-x="1210"
+d="M1210 1384q-49 0 -80 -26t-60.5 -87.5t-80.5 -209.5l-354 -1061h-94l-541 1462h109l358 -968q85 -234 121 -355q44 164 125 402l176 532q64 192 104 265t87.5 105t121.5 32q48 0 90 -15v-90q-42 14 -82 14zM842 1579h-70q-57 50 -131.5 142.5t-122.5 168.5v17h135
+q79 -154 118 -216t71 -96v-16zM504 1579h-70q-57 50 -131.5 142.5t-122.5 168.5v17h135q76 -148 115.5 -212t73.5 -100v-16z" />
+ <glyph glyph-name="uni0477" unicode="&#x477;" horiz-adv-x="973"
+d="M420 0l-420 1087h102l279 -733q73 -187 96 -270h6q37 130 115 365l125 372q36 109 70.5 171t72.5 89t97 27q30 0 59 -8v-88q-29 8 -57 8q-45 0 -79 -48.5t-73 -166.5l-272 -805h-121zM727 1241h-70q-57 50 -131.5 142.5t-122.5 168.5v17h135q79 -154 118 -216t71 -96v-16
+zM389 1241h-70q-57 50 -131.5 142.5t-122.5 168.5v17h135q76 -148 115.5 -212t73.5 -100v-16z" />
+ <glyph glyph-name="uni0478" unicode="&#x478;" horiz-adv-x="2335"
+d="M1292 733q0 -350 -156 -551.5t-427 -201.5q-276 0 -428 198t-152 557q0 348 156 549t428 201q277 0 428 -200t151 -552zM240 733q0 -317 119.5 -487t349.5 -170q232 0 352.5 167.5t120.5 489.5q0 320 -120 486.5t-349 166.5q-232 0 -352.5 -167t-120.5 -486zM1395 1087
+h102q169 -450 256 -679.5t107 -309.5h6q10 35 53.5 156.5t312.5 832.5h103l-488 -1263q-53 -142 -94 -201t-95 -87t-132 -28q-57 0 -127 21v86q58 -16 125 -16q51 0 89.5 23.5t69.5 72t72 155.5l55 150z" />
+ <glyph glyph-name="uni0479" unicode="&#x479;" horiz-adv-x="2093"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M1153 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5z" />
+ <glyph glyph-name="uni047A" unicode="&#x47a;" horiz-adv-x="1626"
+d="M1497 733q0 -319 -155 -518t-433 -229q-21 -74 -96 -74q-73 0 -94 74q-280 29 -435 228.5t-155 520.5q0 318 156.5 516.5t433.5 227.5q21 69 94 69q75 0 96 -69q278 -30 433 -228t155 -518zM240 733q0 -285 123 -454.5t354 -198.5q17 80 96 80t96 -78q234 29 355.5 196.5
+t121.5 454.5q0 286 -122 452t-353 195q-9 -42 -36 -61t-62 -19q-79 0 -96 80q-228 -29 -352.5 -194.5t-124.5 -452.5z" />
+ <glyph glyph-name="uni047B" unicode="&#x47b;" horiz-adv-x="1241"
+d="M1122 545q0 -238 -108.5 -383t-302.5 -174q-19 -72 -93 -72q-68 0 -88 70q-190 29 -300.5 177t-110.5 382q0 237 108 382.5t301 174.5q14 76 90 76q77 0 95 -76q195 -29 302 -176t107 -381zM223 545q0 -196 80 -317t225 -150q19 72 90 72q74 0 93 -72q148 30 227.5 152
+t79.5 315t-80 314t-229 151q-21 -66 -91 -66q-67 0 -88 66q-149 -28 -228 -148.5t-79 -316.5z" />
+ <glyph glyph-name="uni047C" unicode="&#x47c;" horiz-adv-x="1987"
+d="M674 76q94 0 169.5 30t149.5 91q84 -63 164.5 -92t175.5 -29q196 0 304 179t108 503q0 294 -91 461t-247 167q-63 0 -110.5 -17t-94.5 -42l-43 94q68 36 125.5 50t128.5 14q212 0 328.5 -190.5t116.5 -534.5q0 -367 -135 -573.5t-382 -206.5q-111 0 -189.5 21.5
+t-156.5 74.5h-4q-76 -53 -153.5 -74.5t-188.5 -21.5q-250 0 -385 205.5t-135 574.5q0 340 124 532.5t341 192.5q73 0 131 -14.5t123 -49.5l-43 -94q-72 36 -118 47.5t-93 11.5q-164 0 -258 -166t-94 -462q0 -326 113.5 -504t318.5 -178zM1116 1761q0 -83 -51 -134.5
+t-154 -80.5v56q127 38 127 106q0 24 -14.5 35t-32.5 20t-32.5 20.5t-14.5 37.5q0 31 20 49t52 18q46 0 73 -35t27 -92zM1401 1886h-12q-112 0 -239 49l-67 25q-84 32 -117.5 39.5t-70.5 7.5q-56 0 -87.5 -29t-31.5 -104v-8h-90v8q0 104 52.5 161.5t154.5 57.5q50 0 98 -13
+t178 -65q117 -47 232 -47v-82z" />
+ <glyph glyph-name="uni047D" unicode="&#x47d;" horiz-adv-x="1569"
+d="M780 37q-98 -57 -219 -57q-214 0 -328 142.5t-114 414.5q0 180 43.5 308t126 195.5t192.5 67.5q123 0 205 -45l-33 -86q-82 43 -157 43q-133 0 -203 -123.5t-70 -357.5q0 -236 90 -352.5t256 -116.5q109 0 215 67q110 -67 220 -67q166 0 254 116.5t88 352.5
+q0 233 -65 357t-187 124q-78 0 -160 -43l-31 86q82 45 205 45q104 0 181.5 -67t119 -196t41.5 -308q0 -268 -115 -412.5t-327 -144.5q-128 0 -228 57zM895 1452q0 -84 -51.5 -135t-153.5 -80v55q57 17 92 44.5t35 62.5q0 24 -14.5 35t-32.5 19.5t-32.5 20.5t-14.5 37
+q0 31 20 49.5t52 18.5q46 0 73 -35t27 -92zM1180 1577h-13q-113 0 -239 49q-150 57 -184.5 64.5t-69.5 7.5q-56 0 -87.5 -29t-31.5 -104v-9h-90v9q0 104 52.5 161.5t154.5 57.5q50 0 98 -13t178 -65q117 -47 232 -47v-82z" />
+ <glyph glyph-name="uni047E" unicode="&#x47e;" horiz-adv-x="1987"
+d="M1403 1796v-27l-80 -172h-12l-54 117h-202l-56 -117h-12l-55 117h-203l-53 -117h-12l-80 172v27h819zM674 76q165 0 268 80v506h102v-504q110 -82 289 -82q196 0 305 180.5t109 501.5q0 193 -41.5 335.5t-118.5 217.5t-180 75q-63 0 -110.5 -17t-94.5 -42l-43 94
+q68 36 125.5 50t128.5 14q212 0 328.5 -190.5t116.5 -534.5q0 -367 -135 -573.5t-382 -206.5q-111 0 -189.5 21.5t-156.5 74.5h-4q-76 -53 -153.5 -74.5t-188.5 -21.5q-250 0 -385 205.5t-135 574.5q0 340 124 532.5t341 192.5q73 0 131 -14.5t123 -49.5l-43 -94
+q-72 36 -118 47.5t-93 11.5q-107 0 -187.5 -74t-123.5 -216.5t-43 -337.5q0 -324 114.5 -503t319.5 -179z" />
+ <glyph glyph-name="uni047F" unicode="&#x47f;" horiz-adv-x="1548"
+d="M1180 1444v-27l-80 -172h-13l-53 117h-203l-55 -117h-12l-55 117h-203l-53 -117h-13l-80 172v27h820zM754 526l-30 -65q-37 -82 -46 -101t-184 -360h-103l-391 1087h104l209 -577q39 -106 136 -408h6q34 77 74.5 159.5t187.5 365.5l-166 460h102l209 -577l148 -422h6
+q178 178 266 422.5t88 576.5h94q0 -367 -99 -618.5t-314 -468.5h-101z" />
+ <glyph glyph-name="uni0480" unicode="&#x480;" horiz-adv-x="1272"
+d="M831 1391q-275 0 -433 -176t-158 -482q0 -316 157 -486.5t441 -170.5q69 0 127 10v-578h-103v472h-33q-338 0 -519 195t-181 560q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80z" />
+ <glyph glyph-name="uni0481" unicode="&#x481;" horiz-adv-x="973"
+d="M635 72q76 0 147 20v-584h-100v469h-43q-249 0 -384.5 143.5t-135.5 416.5q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -223 106.5 -345t305.5 -122z" />
+ <glyph glyph-name="uni0482" unicode="&#x482;" horiz-adv-x="1239"
+d="M500 348l-197 -342l-82 45l197 342l-303 178l41 74l303 -180l237 407l-307 181l43 73l305 -180l195 334l80 -45l-197 -336l309 -178l-45 -74l-305 180l-233 -407l305 -180l-39 -74z" />
+ <glyph glyph-name="uni0483" unicode="&#x483;" horiz-adv-x="1141"
+d="M219 1264q0 49 24.5 66.5t73.5 17.5h441q6 51 24.5 71.5t57.5 20.5q40 0 60 -18.5t20 -67.5q0 -46 -22 -64t-77 -18h-440q-6 -51 -25 -72.5t-57 -21.5q-40 0 -60 18t-20 68z" />
+ <glyph glyph-name="uni0484" unicode="&#x484;" horiz-adv-x="1182"
+d="M260 1356q61 0 122 13t173 58q57 23 108 38.5t105 15.5q100 0 153.5 -56.5t53.5 -162.5v-9h-90v9q0 75 -31.5 104t-87.5 29q-38 0 -74.5 -8.5t-180.5 -63.5q-126 -49 -239 -49h-12v82z" />
+ <glyph glyph-name="uni0485" unicode="&#x485;" horiz-adv-x="1182"
+d="M485 1462q0 57 27 92t74 35q32 0 51.5 -18t19.5 -49q0 -26 -14.5 -37.5t-32.5 -20.5t-32.5 -20t-14.5 -35q0 -68 127 -106v-56q-102 29 -153.5 80.5t-51.5 134.5z" />
+ <glyph glyph-name="uni0486" unicode="&#x486;" horiz-adv-x="1182"
+d="M696 1462q0 -83 -51 -134.5t-153 -80.5v56q126 38 126 106q0 24 -14.5 35t-32.5 20t-32.5 20.5t-14.5 37.5q0 31 20 49t52 18q46 0 73 -35t27 -92z" />
+ <glyph glyph-name="uni0488" unicode="&#x488;" horiz-adv-x="2025"
+d="M1135 1231q-7 57 -45 82.5t-89 25.5q-61 0 -93.5 -24t-39.5 -84h-75q11 194 208 194q93 0 149.5 -50.5t63.5 -143.5h-79zM1135 -319q-7 57 -45 82.5t-89 25.5q-61 0 -93.5 -24t-39.5 -84h-75q5 89 55 141.5t153 52.5q92 0 149.5 -51t63.5 -143h-79zM1714 -41
+q-6 57 -44 83t-89 26q-62 0 -94.5 -24.5t-38.5 -84.5h-76q5 90 55.5 142.5t153.5 52.5q92 0 149.5 -51t63.5 -144h-80zM561 -41q-6 57 -44 83t-89 26q-62 0 -94.5 -24.5t-38.5 -84.5h-76q5 90 55.5 142.5t153.5 52.5q92 0 149.5 -51t63.5 -144h-80zM1714 946q-6 57 -44 83
+t-89 26q-62 0 -94.5 -24.5t-38.5 -84.5h-76q5 90 55.5 142.5t153.5 52.5q92 0 149.5 -51t63.5 -144h-80zM561 946q-6 57 -44 83t-89 26q-62 0 -94.5 -24.5t-38.5 -84.5h-76q5 90 55.5 142.5t153.5 52.5q92 0 149.5 -51t63.5 -144h-80zM1905 459q-7 57 -44.5 82.5t-88.5 25.5
+q-62 0 -94.5 -24t-39.5 -84h-75q11 194 209 194q92 0 149.5 -52t63.5 -142h-80zM383 459q-5 51 -39.5 79.5t-93.5 28.5q-62 0 -94.5 -24t-38.5 -84h-76q5 90 55.5 142t153.5 52q92 0 149.5 -51t63.5 -143h-80z" />
+ <glyph glyph-name="uni0489" unicode="&#x489;" horiz-adv-x="1958"
+d="M1069 -35l10 -14q-40 -156 -123 -336h-75q55 230 71 350h117zM891 1141l-10 14q43 162 123 336h75q-55 -230 -71 -350h-117zM1567 641l14 10q86 -23 180.5 -59t155.5 -64v-75q-230 55 -350 71v117zM391 463l-14 -8q-171 44 -336 120v76q230 -55 350 -71v-117zM1458 180
+l19 -4q77 -131 149 -323l-53 -54q-124 199 -197 299zM502 885l-19 4q-77 131 -149 323l53 54q138 -222 197 -299zM1331 1010l4 18q134 79 324 150l53 -54q-208 -129 -299 -196zM627 53l-4 -16q-73 -42 -163.5 -83.5t-160.5 -68.5l-53 54q208 129 299 196z" />
+ <glyph glyph-name="uni048A" unicode="&#x48a;" horiz-adv-x="1477"
+d="M305 1462v-956q0 -102 -8 -342h6l864 1298h103v-1368h127l-142 -463h-116l131 369h-99v950q0 162 13 350h-8l-867 -1300h-102v1462h98zM737 1579q-149 0 -227 66.5t-90 214.5h88q14 -109 66.5 -155t164.5 -46t165 48t65 153h88q-23 -281 -320 -281z" />
+ <glyph glyph-name="uni048B" unicode="&#x48b;" horiz-adv-x="1229"
+d="M276 1087v-786l-6 -205l645 991h132v-993h127l-142 -463h-117l132 369h-95v781l4 210l-645 -991h-129v1087h94zM614 1241q-149 0 -227 66.5t-90 214.5h88q14 -109 66.5 -155t164.5 -46t165 48t65 153h88q-21 -281 -320 -281z" />
+ <glyph glyph-name="uni048C" unicode="&#x48c;" horiz-adv-x="1219"
+d="M207 1155h-160v84h160v223h102v-223h424v-84h-424v-338h299q250 0 375 -95.5t125 -301.5q0 -203 -124 -311.5t-357 -108.5h-420v1155zM309 90h301q198 0 292.5 79.5t94.5 250.5q0 164 -96.5 235.5t-310.5 71.5h-281v-637z" />
+ <glyph glyph-name="uni048D" unicode="&#x48d;" horiz-adv-x="1165"
+d="M281 1292h352v-82h-352v-581h383q383 0 383 -301q0 -155 -107 -241.5t-307 -86.5h-451v1210h-155v82h155v264h99v-264zM281 535v-441h368q142 0 217.5 60t75.5 176q0 108 -69 156.5t-236 48.5h-356z" />
+ <glyph glyph-name="uni048E" unicode="&#x48e;" horiz-adv-x="1198"
+d="M1087 1042q0 -128 -56 -222.5t-163 -149.5l121 -168l-69 -53l-136 188q-101 -33 -249 -33h-226v-604h-102v1462h358q522 0 522 -420zM309 692h205q129 0 217 21l-117 164l70 51l131 -185q82 39 122 110t40 185q0 169 -104 250.5t-322 81.5h-242v-678z" />
+ <glyph glyph-name="uni048F" unicode="&#x48f;" horiz-adv-x="1219"
+d="M647 -20q-251 0 -366 188h-7l3 -84q4 -74 4 -162v-414h-99v1579h84l19 -155h6q112 176 358 176q220 0 335.5 -144.5t115.5 -420.5q0 -319 -172 -465l121 -168l-70 -53l-123 172q-90 -49 -209 -49zM645 68q88 0 158 34l-129 183l69 51l129 -182q123 123 123 385
+q0 479 -346 479q-190 0 -279 -104.5t-89 -340.5v-32q0 -255 85.5 -364t278.5 -109z" />
+ <glyph glyph-name="uni0492" unicode="&#x492;" horiz-adv-x="1028"
+d="M309 772h439v-94h-439v-678h-102v678h-160v94h160v690h801v-94h-699v-596z" />
+ <glyph glyph-name="uni0493" unicode="&#x493;" horiz-adv-x="862"
+d="M821 1001h-540v-409h366v-86h-366v-506h-99v506h-164v86h164v495h639v-86z" />
+ <glyph glyph-name="uni0494" unicode="&#x494;" horiz-adv-x="1292"
+d="M1028 1462v-94h-719v-588q115 23 223 23q203 0 349.5 -79t222.5 -226t76 -344q0 -320 -133.5 -493t-380.5 -173q-144 0 -258 49v101q131 -56 258 -56q193 0 298 151t105 423q0 263 -146.5 409t-410.5 146q-108 0 -203 -23v-688h-102v1462h821z" />
+ <glyph glyph-name="uni0495" unicode="&#x495;" horiz-adv-x="1049"
+d="M838 1001h-557v-391q93 27 194 27q248 0 377 -149t129 -431q0 -265 -103 -412t-286 -147q-138 0 -225 58v100q112 -68 229 -68q134 0 207.5 124t73.5 347q0 241 -104 364.5t-308 123.5q-98 0 -184 -35v-512h-99v1087h656v-86z" />
+ <glyph glyph-name="uni0496" unicode="&#x496;" horiz-adv-x="1642"
+d="M625 745l-592 717h127l588 -708v708h102v-708l588 708h127l-594 -710l547 -658h94v-463h-99v369h-51l-612 741v-741h-102v741l-613 -741h-135z" />
+ <glyph glyph-name="uni0497" unicode="&#x497;" horiz-adv-x="1411"
+d="M631 1087h100v-528l467 528h121l-471 -528l422 -465h110v-463h-98v369h-53l-498 551v-551h-100v551l-498 -551h-127l506 555l-469 532h121l467 -528v528z" />
+ <glyph glyph-name="uni0498" unicode="&#x498;" horiz-adv-x="1145"
+d="M1001 1120q0 -286 -303 -352v-6q332 -71 332 -356q0 -201 -141.5 -313.5t-399.5 -112.5q-242 0 -407 86v104q95 -46 203 -71t204 -25q200 0 315.5 86.5t115.5 242.5q0 152 -112.5 230t-336.5 78h-217v96h225q212 0 313 80t101 227q0 125 -92.5 200t-241.5 75
+q-111 0 -204 -31.5t-201 -108.5l-58 80q202 154 463 154q205 0 323.5 -98t118.5 -265zM588 -248q0 72 -35.5 128.5t-108.5 119.5h91q151 -118 151 -260q0 -87 -51 -136.5t-137 -49.5q-56 0 -99 16v84q34 -12 82 -12q107 0 107 110z" />
+ <glyph glyph-name="uni0499" unicode="&#x499;" horiz-adv-x="926"
+d="M387 618q295 0 295 203q0 97 -68 148t-194 51q-80 0 -149 -18.5t-148 -53.5l-37 82q174 78 338 78q178 0 270 -74t92 -205q0 -189 -194 -241v-6q121 -30 176 -99.5t55 -177.5q0 -151 -110.5 -238t-306.5 -87q-106 0 -193.5 20.5t-144.5 54.5v99q103 -49 178 -66.5
+t160 -17.5q148 0 230.5 62.5t82.5 178.5q0 113 -79 167t-237 54h-151v86h135zM488 -248q0 72 -35.5 128.5t-108.5 119.5h91q151 -118 151 -260q0 -87 -51 -136.5t-137 -49.5q-56 0 -99 16v84q34 -12 82 -12q107 0 107 110z" />
+ <glyph glyph-name="uni049A" unicode="&#x49a;" horiz-adv-x="1278"
+d="M1120 94h127v-463h-98v369h-84l-561 772l-195 -172v-600h-102v1462h102v-760l162 162l573 598h130l-599 -618z" />
+ <glyph glyph-name="uni049B" unicode="&#x49b;" horiz-adv-x="989"
+d="M772 1087h123l-487 -526l434 -467h116v-463h-98v369h-63l-514 551v-551h-101v1087h101v-528z" />
+ <glyph glyph-name="uni049C" unicode="&#x49c;" horiz-adv-x="1190"
+d="M1190 0h-125l-508 700v-389h-86v432l-162 -143v-600h-102v1462h102v-760l162 162v355h86v-267l487 510h130l-599 -618z" />
+ <glyph glyph-name="uni049D" unicode="&#x49d;" horiz-adv-x="940"
+d="M412 698v316h86v-223l274 296h123l-397 -428v-194l432 -465h-133l-299 322v-216h-86v308l-129 137v-551h-101v1087h101v-528z" />
+ <glyph glyph-name="uni049E" unicode="&#x49e;" horiz-adv-x="1190"
+d="M49 1274h158v188h102v-188h250v-94h-250v-478l162 162l573 598h130l-599 -618l615 -844h-125l-561 772l-195 -172v-600h-102v1180h-158v94z" />
+ <glyph glyph-name="uni049F" unicode="&#x49f;" horiz-adv-x="991"
+d="M27 1356h155v200h99v-200h385v-86h-385v-494l-7 -299h5l555 610h120l-428 -464l465 -623h-119l-413 549l-178 -162v-387h-99v1270h-155v86z" />
+ <glyph glyph-name="uni04A0" unicode="&#x4a0;" horiz-adv-x="1319"
+d="M1319 0h-125l-561 772l-195 -172v-600h-102v1366h-326v96h428v-760l162 162l574 598h129l-598 -618z" />
+ <glyph glyph-name="uni04A1" unicode="&#x4a1;" horiz-adv-x="1118"
+d="M950 1087h123l-487 -526l522 -561h-133l-514 551v-551h-101v1001h-319v86h420v-528z" />
+ <glyph glyph-name="uni04A2" unicode="&#x4a2;" horiz-adv-x="1483"
+d="M1266 94h118v-463h-98v369h-123v719h-854v-719h-102v1462h102v-649h854v649h103v-1368z" />
+ <glyph glyph-name="uni04A3" unicode="&#x4a3;" horiz-adv-x="1251"
+d="M281 1087v-477h690v477h98v-993h119v-463h-98v369h-119v524h-690v-524h-99v1087h99z" />
+ <glyph glyph-name="uni04A4" unicode="&#x4a4;" horiz-adv-x="1602"
+d="M1591 1366h-325v-1366h-103v719h-854v-719h-102v1462h102v-649h854v649h428v-96z" />
+ <glyph glyph-name="uni04A5" unicode="&#x4a5;" horiz-adv-x="1430"
+d="M281 1087v-477h690v477h418v-86h-320v-1001h-98v524h-690v-524h-99v1087h99z" />
+ <glyph glyph-name="uni04A6" unicode="&#x4a6;" horiz-adv-x="2146"
+d="M1184 0h-103v1366h-772v-1366h-102v1462h977v-682q113 23 223 23q194 0 336 -79.5t216.5 -226.5t74.5 -343q0 -321 -136 -493.5t-382 -172.5q-145 0 -259 49v101q134 -56 259 -56q192 0 299.5 150.5t107.5 423.5q0 261 -139 408t-389 147q-116 0 -211 -23v-688z" />
+ <glyph glyph-name="uni04A7" unicode="&#x4a7;" horiz-adv-x="1737"
+d="M989 610q93 27 174 27q250 0 378 -146t128 -434q0 -267 -96 -413t-275 -146q-138 0 -225 58v100q114 -68 221 -68q132 0 201.5 123.5t69.5 347.5q0 488 -412 488q-91 0 -164 -27v-520h-98v993h-610v-993h-99v1087h807v-477z" />
+ <glyph glyph-name="uni04A8" unicode="&#x4a8;" horiz-adv-x="1565"
+d="M1436 678q0 -185 -78.5 -348.5t-212.5 -251.5q89 -68 196 -68q74 0 129 21v-92q-42 -23 -139 -23t-169.5 30.5t-131.5 73.5q-100 -40 -252 -40q-196 0 -344.5 92.5t-226.5 262t-78 390.5q0 361 163 560.5t460 199.5q130 0 209 -27l-27 -96q-75 24 -186 24
+q-508 0 -508 -663q0 -311 143.5 -479t404.5 -168q38 0 85.5 5.5t74.5 14.5q-105 98 -163 250t-58 332q0 245 94.5 380.5t257.5 135.5q173 0 265 -132.5t92 -383.5zM1329 680q0 416 -250 416q-115 0 -181.5 -109.5t-66.5 -308.5q0 -350 224 -543q132 72 203 215t71 330z" />
+ <glyph glyph-name="uni04A9" unicode="&#x4a9;" horiz-adv-x="1239"
+d="M686 496q0 -122 39.5 -208t114.5 -151q78 51 126 145t48 220q0 139 -36.5 210.5t-121.5 71.5q-170 0 -170 -288zM1067 -53q-126 0 -240 76q-86 -43 -227 -43q-145 0 -254 70.5t-168 197.5t-59 287q0 266 117 419.5t329 153.5q82 0 146 -18l-21 -91q-69 19 -129 19
+q-162 0 -250 -124.5t-88 -358.5q0 -139 47.5 -245t138 -163t218.5 -57q78 0 127 22q-172 154 -172 406q0 178 72 277t202 99q128 0 195 -96t67 -276q0 -132 -53 -241.5t-150 -178.5q24 -18 68 -32.5t84 -14.5q62 0 107 14v-88q-44 -14 -107 -14z" />
+ <glyph glyph-name="uni04AA" unicode="&#x4aa;" horiz-adv-x="1272"
+d="M831 1391q-275 0 -433 -176t-158 -482q0 -313 149 -486t426 -173q184 0 338 47v-90q-145 -51 -362 -51q-308 0 -485 199t-177 556q0 223 84.5 393t243 262.5t368.5 92.5q214 0 383 -80l-41 -92q-160 80 -336 80zM795 -248q0 72 -35.5 128.5t-108.5 119.5h91
+q151 -118 151 -260q0 -87 -51 -136.5t-137 -49.5q-56 0 -99 16v84q34 -12 82 -12q107 0 107 110z" />
+ <glyph glyph-name="uni04AB" unicode="&#x4ab;" horiz-adv-x="973"
+d="M616 -20q-233 0 -365 147t-132 410q0 270 137 420.5t375 150.5q141 0 270 -49l-27 -88q-141 47 -245 47q-200 0 -303 -123.5t-103 -355.5q0 -220 103 -344.5t288 -124.5q148 0 275 53v-92q-104 -51 -273 -51zM621 -248q0 72 -35.5 128.5t-108.5 119.5h91
+q151 -118 151 -260q0 -87 -51 -136.5t-137 -49.5q-56 0 -99 16v84q34 -12 82 -12q107 0 107 110z" />
+ <glyph glyph-name="uni04AC" unicode="&#x4ac;" horiz-adv-x="1073"
+d="M588 94h119v-463h-99v369h-123v1366h-475v96h1053v-96h-475v-1272z" />
+ <glyph glyph-name="uni04AD" unicode="&#x4ad;" horiz-adv-x="913"
+d="M872 1001h-362v-907h119v-463h-99v369h-118v1001h-371v86h831v-86z" />
+ <glyph glyph-name="uni04AE" unicode="&#x4ae;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117z" />
+ <glyph glyph-name="uni04AF" unicode="&#x4af;" horiz-adv-x="940"
+d="M518 -4v-488h-98v492l-420 1087h102l281 -739q56 -142 84 -248h6q41 136 84 250l281 737h102z" />
+ <glyph glyph-name="uni04B0" unicode="&#x4b0;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-67h315v-95h-315v-403h-105v403h-317v95h317v59l-489 905h117z" />
+ <glyph glyph-name="uni04B1" unicode="&#x4b1;" horiz-adv-x="940"
+d="M520 0h307v-86h-309v-406h-98v406h-309v86h309l-420 1087h102l281 -739q56 -142 84 -248h6q41 136 84 250l281 737h102z" />
+ <glyph glyph-name="uni04B2" unicode="&#x4b2;" horiz-adv-x="1171"
+d="M1040 94h101v-463h-99v369h-57l-432 682l-440 -682h-113l492 762l-447 700h115l395 -626l401 626h109l-453 -698z" />
+ <glyph glyph-name="uni04B3" unicode="&#x4b3;" horiz-adv-x="1036"
+d="M508 485l-344 -485h-109l394 559l-379 528h114l324 -458l321 458h109l-373 -528l332 -465h109v-463h-99v369h-57z" />
+ <glyph glyph-name="uni04B4" unicode="&#x4b4;" horiz-adv-x="1720"
+d="M1503 96h156v-465h-98v369h-1106v1366h-445v96h1073v-96h-526v-1270h844v1366h102v-1366z" />
+ <glyph glyph-name="uni04B5" unicode="&#x4b5;" horiz-adv-x="1411"
+d="M862 1001h-393v-907h649v993h99v-993h145v-463h-98v369h-893v1001h-330v86h821v-86z" />
+ <glyph glyph-name="uni04B6" unicode="&#x4b6;" horiz-adv-x="1372"
+d="M1165 94h119v-463h-98v369h-123v635q-261 -103 -461 -103q-204 0 -312 90.5t-108 276.5v563h103v-567q0 -266 325 -266q96 0 192 17.5t261 76.5v739h102v-1368z" />
+ <glyph glyph-name="uni04B7" unicode="&#x4b7;" horiz-adv-x="1188"
+d="M262 1087v-364q0 -138 67 -199t206 -61q98 0 187 35t185 112v477h99v-993h118v-463h-98v369h-119v516q-100 -77 -196.5 -110t-208.5 -33q-167 0 -252.5 87t-85.5 251v376h98z" />
+ <glyph glyph-name="uni04B8" unicode="&#x4b8;" horiz-adv-x="1372"
+d="M1165 0h-102v635q-174 -72 -352 -96v-326h-86v319h-23q-204 0 -312 90.5t-108 276.5v563h103v-567q0 -266 325 -266h15v370h86v-366q73 7 147.5 25t204.5 65v739h102v-1462z" />
+ <glyph glyph-name="uni04B9" unicode="&#x4b9;" horiz-adv-x="1188"
+d="M262 1087v-364q0 -138 67 -199t206 -61h2v311h86v-305q142 25 284 141v477h99v-1087h-99v516q-144 -108 -284 -133v-252h-86v242h-35q-167 0 -252.5 87t-85.5 251v376h98z" />
+ <glyph glyph-name="uni04BA" unicode="&#x4ba;" horiz-adv-x="1352"
+d="M207 1462h102v-635q274 111 461 111q205 0 312.5 -94t107.5 -281v-563h-103v567q0 138 -83 206.5t-242 68.5q-70 0 -130.5 -9t-115 -24t-105.5 -33.5t-102 -36.5v-739h-102v1462z" />
+ <glyph glyph-name="uni04BB" unicode="&#x4bb;" horiz-adv-x="1167"
+d="M926 0v365q0 138 -67 199t-206 61q-93 0 -183.5 -34t-188.5 -114v-477h-99v1087h99v-516q100 77 196.5 110.5t208.5 33.5q167 0 252.5 -87t85.5 -251v-377h-98z" />
+ <glyph glyph-name="uni04BC" unicode="&#x4bc;" horiz-adv-x="1636"
+d="M61 909q0 66 21 111h100q-18 -50 -18 -107q0 -66 39 -97.5t121 -31.5q9 209 90.5 368.5t224.5 246t324 86.5q268 0 407 -185t139 -546v-66h-1077q19 -315 168.5 -463.5t429.5 -148.5q94 0 181.5 15t201.5 52v-96q-179 -67 -403 -67q-326 0 -498.5 179t-187.5 529
+q-129 2 -196 58.5t-67 162.5zM958 1389q-237 0 -373 -157t-153 -450h967q0 298 -112 452.5t-329 154.5z" />
+ <glyph glyph-name="uni04BD" unicode="&#x4bd;" horiz-adv-x="1303"
+d="M799 -20q-235 0 -367.5 144t-134.5 404q-126 7 -185 66t-59 156q0 65 21 110h100q-18 -50 -18 -106q0 -127 145 -133q22 225 147 356t322 131q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5
+zM770 1020q-160 0 -254 -106.5t-108 -295.5h671q0 189 -82 295.5t-227 106.5z" />
+ <glyph glyph-name="uni04BE" unicode="&#x4be;" horiz-adv-x="1636"
+d="M61 909q0 66 21 111h100q-18 -50 -18 -107q0 -66 39 -97.5t121 -31.5q9 209 90.5 368.5t224.5 246t324 86.5q268 0 407 -185t139 -546v-66h-1077q19 -315 168.5 -463.5t429.5 -148.5q94 0 181.5 15t201.5 52v-96q-179 -67 -403 -67v-349h-99v353q-559 52 -587 704
+q-129 2 -196 58.5t-67 162.5zM958 1389q-237 0 -373 -157t-153 -450h967q0 298 -112 452.5t-329 154.5z" />
+ <glyph glyph-name="uni04BF" unicode="&#x4bf;" horiz-adv-x="1303"
+d="M797 -369h-99v357q-189 29 -294 168t-107 372q-126 7 -185 66t-59 156q0 65 21 110h100q-18 -50 -18 -106q0 -127 145 -133q22 225 147 356t322 131q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5
+t-174 -14.5v-349zM770 1020q-160 0 -254 -106.5t-108 -295.5h671q0 189 -82 295.5t-227 106.5z" />
+ <glyph glyph-name="uni04C0.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66z" />
+ <glyph glyph-name="uni04C1" unicode="&#x4c1;" horiz-adv-x="1597"
+d="M625 745l-592 717h127l588 -708v708h102v-708l588 708h127l-594 -710l626 -752h-135l-612 741v-741h-102v741l-613 -741h-135zM799 1591q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="uni04C2" unicode="&#x4c2;" horiz-adv-x="1362"
+d="M631 1087h100v-528l467 528h121l-471 -528l508 -559h-127l-498 551v-551h-100v551l-498 -551h-127l506 555l-469 532h121l467 -528v528zM680 1241q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="uni04C3" unicode="&#x4c3;" horiz-adv-x="1341"
+d="M309 0h-102v1462h102v-727l725 727h129l-694 -692q54 12 100 12q322 0 491 -159.5t169 -468.5q0 -323 -136 -494.5t-391 -171.5q-135 0 -249 49v101q134 -56 249 -56q202 0 309 149t107 425q0 262 -146.5 396t-428.5 134q-143 0 -234 -41v-645z" />
+ <glyph glyph-name="uni04C4" unicode="&#x4c4;" horiz-adv-x="1087"
+d="M281 0h-99v1087h99v-528l520 528h123l-482 -481q288 0 433 -138.5t145 -410.5q0 -177 -49 -302.5t-140 -191t-213 -65.5q-126 0 -217 58v100q47 -28 98.5 -48t121.5 -20q142 0 218 120.5t76 350.5q0 225 -117.5 342t-344.5 117q-92 0 -172 -26v-492z" />
+ <glyph glyph-name="uni04C5" unicode="&#x4c5;" horiz-adv-x="1395"
+d="M1188 94h153l-147 -463h-117l131 369h-123v1366h-530q-41 -339 -87 -643t-77.5 -433t-66 -191.5t-83.5 -92t-124 -29.5q-67 0 -117 25v92q61 -22 113 -22q87 0 135.5 108t106 466t114.5 816h719v-1368z" />
+ <glyph glyph-name="uni04C6" unicode="&#x4c6;" horiz-adv-x="1116"
+d="M934 94h153l-147 -463h-117l131 369h-118v995h-385q-30 -395 -73.5 -602.5t-112 -305t-177.5 -97.5q-39 0 -68 8v90q19 -6 54 -6q113 0 182.5 238.5t105.5 766.5h572v-993z" />
+ <glyph glyph-name="uni04C7" unicode="&#x4c7;" horiz-adv-x="1473"
+d="M1266 147q0 -331 -123 -495t-383 -164q-76 0 -135 10.5t-131 40.5v94q134 -51 256 -51q208 0 310.5 137.5t102.5 427.5v574h-854v-721h-102v1462h102v-647h854v647h103v-1315z" />
+ <glyph glyph-name="uni04C8" unicode="&#x4c8;" horiz-adv-x="1251"
+d="M281 1087v-475h690v475h98v-1052q0 -270 -81 -398.5t-261 -128.5q-126 0 -213 54v98q97 -61 205 -61q132 0 192 108.5t60 327.5v491h-690v-526h-99v1087h99z" />
+ <glyph glyph-name="uni04C9" unicode="&#x4c9;" horiz-adv-x="1473"
+d="M1266 94h153l-147 -463h-117l131 369h-123v719h-854v-719h-102v1462h102v-649h854v649h103v-1368z" />
+ <glyph glyph-name="uni04CA" unicode="&#x4ca;" horiz-adv-x="1251"
+d="M281 1087v-479h690v479h98v-993h154l-148 -463h-117l132 369h-119v522h-690v-522h-99v1087h99z" />
+ <glyph glyph-name="uni04CB" unicode="&#x4cb;" horiz-adv-x="1372"
+d="M1165 0h-123v-369h-98v463h119v541q-261 -103 -461 -103q-204 0 -312 90.5t-108 276.5v563h103v-567q0 -266 325 -266q96 0 192 17.5t261 76.5v739h102v-1462z" />
+ <glyph glyph-name="uni04CC" unicode="&#x4cc;" horiz-adv-x="1188"
+d="M262 1087v-364q0 -138 67 -199t206 -61q98 0 187 35t185 112v477h99v-1087h-119v-369h-99v463h119v422q-100 -77 -196.5 -110t-208.5 -33q-167 0 -252.5 87t-85.5 251v376h98z" />
+ <glyph glyph-name="uni04CD" unicode="&#x4cd;" horiz-adv-x="1767"
+d="M850 0l-545 1350h-8q8 -124 8 -254v-1096h-98v1462h158l518 -1286h6l518 1286h154v-1368h153l-147 -463h-117l131 369h-123v1108q0 116 12 240h-8l-547 -1348h-65z" />
+ <glyph glyph-name="uni04CE" unicode="&#x4ce;" horiz-adv-x="1382"
+d="M688 106l62 175l313 806h137v-993h154l-148 -463h-116l131 369h-115v967q-22 -63 -46.5 -129t-326.5 -838h-88l-301 764q-19 46 -35.5 97t-36.5 110v-971h-90v1087h131l314 -800q37 -97 61 -181z" />
+ <glyph glyph-name="uni04CF.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66z" />
+ <glyph glyph-name="uni04D0" unicode="&#x4d0;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM619 1579q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="uni04D1" unicode="&#x4d1;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM546 1241q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="uni04D2" unicode="&#x4d2;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM367 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM748 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04D3" unicode="&#x4d3;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM282 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM663 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04D4" unicode="&#x4d4;" horiz-adv-x="1653"
+d="M1528 0h-717v516h-475l-227 -516h-111l653 1462h877v-94h-615v-553h576v-94h-576v-627h615v-94zM377 608h434v760h-100z" />
+ <glyph glyph-name="uni04D5" unicode="&#x4d5;" horiz-adv-x="1731"
+d="M1243 -20q-295 0 -397 256q-68 -133 -168 -194.5t-252 -61.5q-156 0 -242 82.5t-86 226.5q0 154 125 243t377 97l201 6v72q0 155 -61.5 234t-198.5 79q-148 0 -305 -84l-37 86q173 84 346 84q261 0 325 -211q111 213 347 213q184 0 289.5 -134.5t105.5 -363.5v-80h-715
+q0 -460 348 -460q85 0 150 12t174 57v-90q-92 -41 -165 -55t-161 -14zM434 70q169 0 266 99.5t97 276.5v107l-187 -8q-219 -11 -313 -71.5t-94 -188.5q0 -102 61 -158.5t170 -56.5zM1217 1020q-284 0 -314 -402h604q0 188 -77.5 295t-212.5 107z" />
+ <glyph glyph-name="uni04D6" unicode="&#x4d6;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM592 1579q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="uni04D7" unicode="&#x4d7;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM579 1241q-149 0 -227 66.5t-91 214.5h88q15 -110 68 -155.5t164 -45.5q110 0 163.5 47t65.5 154h88q-21 -281 -319 -281z" />
+ <glyph glyph-name="uni04D8" unicode="&#x4d8;" horiz-adv-x="1442"
+d="M639 1386q-189 0 -416 -73v100q128 43 220.5 57.5t195.5 14.5q329 0 501.5 -195.5t172.5 -560.5q0 -224 -75 -394t-217 -262.5t-335 -92.5q-275 0 -417 185.5t-142 549.5v61h1077q-34 610 -565 610zM690 76q227 0 363.5 160.5t150.5 445.5h-966q0 -295 115.5 -450.5
+t336.5 -155.5z" />
+ <glyph glyph-name="uni04D9" unicode="&#x4d9;" horiz-adv-x="1124"
+d="M504 1108q237 0 369.5 -146t132.5 -409q0 -172 -59 -303.5t-167 -200.5t-248 -69q-191 0 -302 133.5t-111 363.5v80h782q-2 223 -103.5 342t-293.5 119q-89 0 -162.5 -14t-179.5 -56v90q90 39 165.5 54.5t176.5 15.5zM532 68q157 0 252 104t111 297h-672
+q0 -186 81.5 -293.5t227.5 -107.5z" />
+ <glyph glyph-name="uni04DA" unicode="&#x4da;" horiz-adv-x="1442"
+d="M639 1386q-189 0 -416 -73v100q128 43 220.5 57.5t195.5 14.5q329 0 501.5 -195.5t172.5 -560.5q0 -224 -75 -394t-217 -262.5t-335 -92.5q-275 0 -417 185.5t-142 549.5v61h1077q-34 610 -565 610zM690 76q227 0 363.5 160.5t150.5 445.5h-966q0 -295 115.5 -450.5
+t336.5 -155.5zM488 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM869 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04DB" unicode="&#x4db;" horiz-adv-x="1124"
+d="M504 1108q237 0 369.5 -146t132.5 -409q0 -172 -59 -303.5t-167 -200.5t-248 -69q-191 0 -302 133.5t-111 363.5v80h782q-2 223 -103.5 342t-293.5 119q-89 0 -162.5 -14t-179.5 -56v90q90 39 165.5 54.5t176.5 15.5zM532 68q157 0 252 104t111 297h-672
+q0 -186 81.5 -293.5t227.5 -107.5zM310 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM691 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04DC" unicode="&#x4dc;" horiz-adv-x="1597"
+d="M625 745l-592 717h127l588 -708v708h102v-708l588 708h127l-594 -710l626 -752h-135l-612 741v-741h-102v741l-613 -741h-135zM545 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM926 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04DD" unicode="&#x4dd;" horiz-adv-x="1362"
+d="M631 1087h100v-528l467 528h121l-471 -528l508 -559h-127l-498 551v-551h-100v551l-498 -551h-127l506 555l-469 532h121l467 -528v528zM426 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM807 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86
+q-63 0 -63 86z" />
+ <glyph glyph-name="uni04DE" unicode="&#x4de;" horiz-adv-x="1145"
+d="M1001 1120q0 -286 -303 -352v-6q332 -71 332 -356q0 -201 -141.5 -313.5t-399.5 -112.5q-242 0 -407 86v104q95 -46 203 -71t204 -25q200 0 315.5 86.5t115.5 242.5q0 152 -112.5 230t-336.5 78h-217v96h225q212 0 313 80t101 227q0 125 -92.5 200t-241.5 75
+q-111 0 -204 -31.5t-201 -108.5l-58 80q202 154 463 154q205 0 323.5 -98t118.5 -265zM310 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM691 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04DF" unicode="&#x4df;" horiz-adv-x="926"
+d="M387 618q295 0 295 203q0 97 -68 148t-194 51q-80 0 -149 -18.5t-148 -53.5l-37 82q174 78 338 78q178 0 270 -74t92 -205q0 -189 -194 -241v-6q121 -30 176 -99.5t55 -177.5q0 -151 -110.5 -238t-306.5 -87q-106 0 -193.5 20.5t-144.5 54.5v99q103 -49 178 -66.5
+t160 -17.5q148 0 230.5 62.5t82.5 178.5q0 113 -79 167t-237 54h-151v86h135zM194 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM575 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04E0" unicode="&#x4e0;" horiz-adv-x="1153"
+d="M442 815q286 0 441 -107t155 -302q0 -207 -142 -316.5t-407 -109.5q-248 0 -407 83v109q198 -96 414 -96q206 0 319 85t113 240q0 151 -122 231.5t-351 80.5h-152v86l565 567h-749v96h882v-96z" />
+ <glyph glyph-name="uni04E1" unicode="&#x4e1;" horiz-adv-x="942"
+d="M319 436q291 -3 423 -112t132 -324q0 -148 -62 -260.5t-174.5 -172t-254.5 -59.5q-209 0 -352 68v102q90 -43 174 -61t174 -18q181 0 286 108t105 293q0 172 -110.5 259t-342.5 87h-124v80l507 573h-645v88h781v-73z" />
+ <glyph glyph-name="uni04E2" unicode="&#x4e2;" horiz-adv-x="1477"
+d="M207 1462h98v-956q0 -102 -8 -342h6l864 1298h103v-1462h-99v950q0 162 13 350h-8l-867 -1300h-102v1462zM461 1671h555v-82h-555v82z" />
+ <glyph glyph-name="uni04E3" unicode="&#x4e3;" horiz-adv-x="1229"
+d="M276 1087v-786l-6 -205l645 991h132v-1087h-95v781l4 210l-645 -991h-129v1087h94zM338 1333h555v-82h-555v82z" />
+ <glyph glyph-name="uni04E4" unicode="&#x4e4;" horiz-adv-x="1477"
+d="M207 1462h98v-956q0 -102 -8 -342h6l864 1298h103v-1462h-99v950q0 162 13 350h-8l-867 -1300h-102v1462zM483 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM864 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04E5" unicode="&#x4e5;" horiz-adv-x="1229"
+d="M276 1087v-786l-6 -205l645 991h132v-1087h-95v781l4 210l-645 -991h-129v1087h94zM361 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM742 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04E6" unicode="&#x4e6;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM529 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM910 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04E7" unicode="&#x4e7;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M346 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM727 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04E8" unicode="&#x4e8;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM782 76q256 0 395.5 160t147.5 462h-1085q8 -299 147.5 -460.5t394.5 -161.5zM784 1386q-250 0 -389 -153.5t-153 -439.5h1081
+q-13 288 -152.5 440.5t-386.5 152.5z" />
+ <glyph glyph-name="uni04E9" unicode="&#x4e9;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM600 70q174 0 272.5 118.5t104.5 333.5h-754q4 -211 103 -331.5t274 -120.5zM598 1018q-165 0 -262 -107.5t-111 -300.5h750
+q-16 196 -114.5 302t-262.5 106z" />
+ <glyph glyph-name="uni04EA" unicode="&#x4ea;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM782 76q256 0 395.5 160t147.5 462h-1085q8 -299 147.5 -460.5t394.5 -161.5zM784 1386q-250 0 -389 -153.5t-153 -439.5h1081
+q-13 288 -152.5 440.5t-386.5 152.5zM529 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM910 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04EB" unicode="&#x4eb;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM600 70q174 0 272.5 118.5t104.5 333.5h-754q4 -211 103 -331.5t274 -120.5zM598 1018q-165 0 -262 -107.5t-111 -300.5h750
+q-16 196 -114.5 302t-262.5 106zM346 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM727 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04EC" unicode="&#x4ec;" horiz-adv-x="1266"
+d="M434 1391q-80 0 -154.5 -17.5t-162.5 -60.5l-41 92q164 78 368 78q324 0 508.5 -192t184.5 -525q0 -239 -83 -417t-239.5 -273.5t-361.5 -95.5q-238 0 -383 51v94q167 -51 364 -51q270 0 425 169t169 476h-774v94h772q-22 278 -174.5 428t-417.5 150zM329 1727
+q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM710 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04ED" unicode="&#x4ed;" horiz-adv-x="1006"
+d="M358 -20q-92 0 -171 15t-119 36v92q127 -53 284 -53q196 0 313 124.5t119 335.5h-620v88h616q-17 197 -119.5 298.5t-281.5 101.5q-106 0 -266 -60l-29 89q56 23 140 42t153 19q244 0 377 -144t133 -407q0 -269 -141.5 -423t-387.5 -154zM214 1389q0 46 15.5 66t47.5 20
+q64 0 64 -86t-64 -86q-63 0 -63 86zM595 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04EE" unicode="&#x4ee;" horiz-adv-x="1204"
+d="M276 -20q-119 0 -192 30v103q86 -37 182 -37q72 0 123.5 24.5t95.5 79t107 182.5l-582 1100h121l447 -854q35 -69 63 -143h4l25 61l420 936h114l-469 -1028q-45 -99 -86 -182.5t-91 -143.5t-117 -94t-165 -34zM338 1671h555v-82h-555v82z" />
+ <glyph glyph-name="uni04EF" unicode="&#x4ef;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM194 1333h555v-82h-555v82z" />
+ <glyph glyph-name="uni04F0" unicode="&#x4f0;" horiz-adv-x="1204"
+d="M276 -20q-119 0 -192 30v103q86 -37 182 -37q72 0 123.5 24.5t95.5 79t107 182.5l-582 1100h121l447 -854q35 -69 63 -143h4l25 61l420 936h114l-469 -1028q-45 -99 -86 -182.5t-91 -143.5t-117 -94t-165 -34zM365 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86
+q-63 0 -63 86zM746 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04F1" unicode="&#x4f1;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM214 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86
+q-63 0 -63 86zM595 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04F2" unicode="&#x4f2;" horiz-adv-x="1204"
+d="M276 -20q-119 0 -192 30v103q86 -37 182 -37q72 0 123.5 24.5t95.5 79t107 182.5l-582 1100h121l447 -854q35 -69 63 -143h4l25 61l420 936h114l-469 -1028q-45 -99 -86 -182.5t-91 -143.5t-117 -94t-165 -34zM367 1595q31 33 67 90t121 222h136v-17q-135 -202 -254 -311
+h-70v16zM705 1595q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16z" />
+ <glyph glyph-name="uni04F3" unicode="&#x4f3;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM212 1257q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70
+v16zM550 1257q31 33 67 90t121 222h136v-17q-135 -202 -254 -311h-70v16z" />
+ <glyph glyph-name="uni04F4" unicode="&#x4f4;" horiz-adv-x="1372"
+d="M1165 0h-102v635q-261 -103 -461 -103q-204 0 -312 90.5t-108 276.5v563h103v-567q0 -266 325 -266q96 0 192 17.5t261 76.5v739h102v-1462zM420 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM801 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86
+q-63 0 -63 86z" />
+ <glyph glyph-name="uni04F5" unicode="&#x4f5;" horiz-adv-x="1188"
+d="M262 1087v-364q0 -138 67 -199t206 -61q98 0 187 35t185 112v477h99v-1087h-99v516q-100 -77 -196.5 -110t-208.5 -33q-167 0 -252.5 87t-85.5 251v376h98zM331 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM712 1389q0 46 15.5 66t47.5 20q64 0 64 -86
+t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04F6" unicode="&#x4f6;" horiz-adv-x="1028"
+d="M207 1462h801v-94h-699v-1274h99v-463h-99v369h-102v1462z" />
+ <glyph glyph-name="uni04F7" unicode="&#x4f7;" horiz-adv-x="862"
+d="M182 1087h639v-86h-540v-907h98v-463h-98v369h-99v1087z" />
+ <glyph glyph-name="uni04F8" unicode="&#x4f8;" horiz-adv-x="1669"
+d="M1462 0h-102v1462h102v-1462zM309 817h283q251 0 377.5 -95.5t126.5 -301.5q0 -202 -124 -311t-358 -109h-407v1462h102v-645zM309 90h289q204 0 295.5 83t91.5 247q0 163 -95 235t-312 72h-269v-637zM576 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z
+M957 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04F9" unicode="&#x4f9;" horiz-adv-x="1481"
+d="M281 629h346q383 0 383 -301q0 -155 -107 -241.5t-307 -86.5h-414v1087h99v-458zM281 535v-441h331q141 0 217 59t76 177q0 108 -67 156.5t-232 48.5h-325zM1298 0h-98v1087h98v-1087zM486 1389q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM867 1389
+q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04FA" unicode="&#x4fa;" horiz-adv-x="1028"
+d="M309 772h439v-94h-439v-584h119v-244q0 -104 -46 -161.5t-136 -57.5q-57 0 -99 21v92q45 -18 84 -18q99 0 99 124v150h-123v678h-160v94h160v690h801v-94h-699v-596z" />
+ <glyph glyph-name="uni04FB" unicode="&#x4fb;" horiz-adv-x="862"
+d="M821 1001h-540v-409h366v-86h-366v-412h118v-244q0 -104 -46 -161.5t-136 -57.5q-59 0 -98 21v92q45 -18 84 -18q98 0 98 124v150h-119v506h-164v86h164v495h639v-86z" />
+ <glyph glyph-name="uni04FC" unicode="&#x4fc;" horiz-adv-x="1192"
+d="M1042 94h119v-244q0 -104 -46 -161.5t-136 -57.5q-59 0 -98 21v92q45 -18 84 -18q98 0 98 124v150h-78l-432 682l-440 -682h-113l492 762l-447 700h115l395 -626l401 626h109l-453 -698z" />
+ <glyph glyph-name="uni04FD" unicode="&#x4fd;" horiz-adv-x="1036"
+d="M449 559l-379 528h114l324 -458l321 458h109l-373 -528l332 -465h109v-244q0 -104 -46 -161.5t-137 -57.5q-59 0 -98 21v92q45 -18 84 -18q98 0 98 124v150h-57l-342 485l-344 -485h-109z" />
+ <glyph glyph-name="uni04FE" unicode="&#x4fe;" horiz-adv-x="1102"
+d="M147 831h299l-401 631h115l395 -626l401 626h109l-410 -631h303v-90h-331l475 -741h-117l-432 682l-440 -682h-113l477 741h-330v90z" />
+ <glyph glyph-name="uni04FF" unicode="&#x4ff;" horiz-adv-x="1020"
+d="M123 608h291l-344 479h114l324 -458l321 458h109l-338 -479h297v-82h-309l377 -526h-115l-342 485l-344 -485h-109l371 526h-303v82z" />
+ <glyph glyph-name="uni0500" unicode="&#x500;" horiz-adv-x="1219"
+d="M909 1462h103v-1462h-420q-233 0 -357 108.5t-124 311.5q0 206 126 301.5t377 95.5h295v645zM909 727h-280q-217 0 -312.5 -71.5t-95.5 -235.5t91.5 -247t295.5 -83h301v637z" />
+ <glyph glyph-name="uni0501" unicode="&#x501;" horiz-adv-x="1219"
+d="M580 1108q118 0 204 -43t154 -147h6q-6 126 -6 247v391h98v-1556h-65l-25 166h-8q-124 -186 -356 -186q-225 0 -344 140t-119 408q0 282 118 431t343 149zM580 1018q-178 0 -267.5 -125t-89.5 -363q0 -462 359 -462q184 0 270 107t86 353v17q0 252 -84.5 362.5
+t-273.5 110.5z" />
+ <glyph glyph-name="uni0502" unicode="&#x502;" horiz-adv-x="1759"
+d="M547 -20q-207 0 -320.5 105t-113.5 300q0 210 144.5 321t408.5 111h190v645h102v-1083q0 -303 273 -303q116 0 175.5 75t59.5 222v475h103v-481q0 -184 -89.5 -285.5t-254.5 -101.5q-236 0 -330 182q-121 -182 -348 -182zM856 725h-197q-436 0 -436 -334
+q0 -156 85.5 -238.5t246.5 -82.5q142 0 221.5 79t79.5 213v363z" />
+ <glyph glyph-name="uni0503" unicode="&#x503;" horiz-adv-x="1769"
+d="M580 1108q112 0 192 -47t135 -143h6q-6 126 -6 247v391h99v-1142q0 -177 61 -261.5t197 -84.5q109 0 173 73.5t64 231.5v327h98v-333q0 -189 -88 -288t-256 -99q-249 0 -315 223h-6q-109 -223 -352 -223q-225 0 -344 140t-119 408q0 282 118 431t343 149zM580 1018
+q-178 0 -267.5 -125t-89.5 -363q0 -462 359 -462q166 0 245.5 111t79.5 349v17q0 242 -77 357.5t-250 115.5z" />
+ <glyph glyph-name="uni0504" unicode="&#x504;" horiz-adv-x="1774"
+d="M434 711h-194v96h194q199 0 301.5 79.5t102.5 227.5q0 126 -85 200.5t-221 74.5q-103 0 -192 -30.5t-201 -109.5l-57 80q112 82 218 118t232 36q194 0 304 -98t110 -265q0 -141 -78 -231t-223 -121v-6q171 -37 246 -124.5t86 -250.5q12 -175 71 -243t193 -68
+q121 0 180.5 73t59.5 222v477h102v-481q0 -188 -88 -287.5t-254 -99.5q-191 0 -279.5 97.5t-97.5 307.5q-7 172 -108 249t-322 77z" />
+ <glyph glyph-name="uni0505" unicode="&#x505;" horiz-adv-x="1546"
+d="M389 532h-143v86h112q141 0 215 52t74 151q0 93 -65 146t-185 53q-123 0 -280 -72l-37 82q80 35 157.5 56.5t165.5 21.5q165 0 257 -74t92 -209q0 -91 -49.5 -152.5t-145.5 -84.5v-6q113 -24 165.5 -83t68.5 -173q13 -98 40.5 -154t72.5 -80t138 -24q236 0 236 305v327
+h98v-333q0 -189 -85 -288t-249 -99q-116 0 -185.5 33t-108 103.5t-58.5 209.5q-15 111 -81 158.5t-220 47.5z" />
+ <glyph glyph-name="uni0506" unicode="&#x506;" horiz-adv-x="1184"
+d="M987 1120q0 -141 -77 -230.5t-226 -121.5v-6q171 -35 244 -118t73 -238v-312h119v-463h-98v369h-123v403q0 155 -112.5 231.5t-340.5 76.5h-206v96h225q212 0 313 80t101 227q0 125 -92.5 200t-241.5 75q-112 0 -205.5 -32t-200.5 -108l-57 80q202 154 463 154
+q205 0 323.5 -99t118.5 -264z" />
+ <glyph glyph-name="uni0507" unicode="&#x507;" horiz-adv-x="983"
+d="M387 618q295 0 295 203q0 97 -68 148t-194 51q-80 0 -149 -18.5t-148 -53.5l-37 82q174 78 338 78q178 0 270 -74t92 -205q0 -189 -194 -241v-6q122 -31 170.5 -95t48.5 -174v-219h119v-463h-99v369h-118v319q0 109 -78 161t-236 52h-147v86h135z" />
+ <glyph glyph-name="uni0508" unicode="&#x508;" horiz-adv-x="1907"
+d="M1006 1366h-443l-36 -258q-30 -216 -69 -463.5t-80 -398.5t-99.5 -210t-157.5 -59q-66 0 -121 25v92q61 -22 111 -22q51 0 85 31.5t58 88t59 220.5t76.5 435.5t87.5 614.5h631v-1079q0 -167 61 -237t195 -70q250 0 250 297v475h102v-481q0 -184 -93.5 -285.5
+t-258.5 -101.5q-186 0 -272 99t-86 302v985z" />
+ <glyph glyph-name="uni0509" unicode="&#x509;" horiz-adv-x="1667"
+d="M903 369q0 -301 256 -301q111 0 175.5 71.5t64.5 225.5v335h98v-333q0 -188 -86.5 -287.5t-251.5 -99.5q-354 0 -354 401v614h-354q-30 -400 -73.5 -607t-114 -302.5t-181.5 -95.5q-33 0 -62 8v90q20 -6 50 -6q115 0 184.5 233t107.5 772h541v-718z" />
+ <glyph glyph-name="uni050A" unicode="&#x50a;" horiz-adv-x="2023"
+d="M1225 373q0 -153 60.5 -226t195.5 -73q250 0 250 288v486h102v-481q0 -184 -91.5 -285.5t-260.5 -101.5q-184 0 -271.5 100.5t-87.5 300.5v338h-813v-719h-102v1462h102v-649h813v649h103v-1089z" />
+ <glyph glyph-name="uni050B" unicode="&#x50b;" horiz-adv-x="1802"
+d="M281 1087v-477h659v477h98v-714q0 -305 254 -305q118 0 180 75.5t62 221.5v335h98v-333q0 -189 -87.5 -288t-252.5 -99q-176 0 -264 99t-88 302v143h-659v-524h-99v1087h99z" />
+ <glyph glyph-name="uni050C" unicode="&#x50c;" horiz-adv-x="1503"
+d="M866 733h518v-88q0 -335 -146 -500t-441 -165q-313 0 -490.5 200t-177.5 553q0 229 90.5 399t259.5 260.5t391 90.5q102 0 214.5 -21t197.5 -57l-39 -94q-80 35 -180.5 57.5t-196.5 22.5q-290 0 -458 -174t-168 -484q0 -311 148 -486t413 -175q243 0 359 137.5t116 427.5
+h-410v96z" />
+ <glyph glyph-name="uni050D" unicode="&#x50d;" horiz-adv-x="1257"
+d="M676 547h477v-68q0 -246 -122 -372.5t-361 -126.5q-260 0 -405.5 147.5t-145.5 411.5q0 173 70.5 302.5t205 198t320.5 68.5q207 0 370 -68l-32 -88q-150 66 -336 66q-234 0 -364 -123.5t-130 -351.5t116 -350.5t333 -122.5q383 0 383 391h-379v86z" />
+ <glyph glyph-name="uni050E" unicode="&#x50e;" horiz-adv-x="1386"
+d="M10 1366v96h1057v-96h-479v-983q0 -161 62.5 -235t203.5 -74q240 0 240 299v475h102v-481q0 -187 -90 -287t-252 -100q-187 0 -278 98.5t-91 302.5v985h-475z" />
+ <glyph glyph-name="uni050F" unicode="&#x50f;" horiz-adv-x="1264"
+d="M862 1001h-362v-618q0 -315 256 -315q239 0 239 305v327h99v-333q0 -188 -86.5 -287.5t-251.5 -99.5q-355 0 -355 401v620h-360v86h821v-86z" />
+ <glyph glyph-name="uni0510" unicode="&#x510;" horiz-adv-x="1159"
+d="M158 1108q0 108 57 194.5t162 133.5t237 47q273 0 463 -111l-51 -90q-181 107 -412 107q-154 0 -251 -77t-97 -210q0 -143 126.5 -219t346.5 -76h166v-96h-196q-233 0 -357.5 -84.5t-124.5 -243.5q0 -151 110 -230t318 -79q238 0 414 86v-101q-151 -79 -414 -79
+q-262 0 -401 104.5t-139 300.5q0 146 100.5 245.5t280.5 131.5v6q-166 29 -252 116t-86 224z" />
+ <glyph glyph-name="uni0511" unicode="&#x511;" horiz-adv-x="928"
+d="M672 618v-86h-140q-169 0 -251 -62.5t-82 -174.5q0 -105 87 -165t244 -60q76 0 140 14t174 66v-93q-135 -77 -322 -77q-202 0 -315 81t-113 226q0 224 248 284v9q-215 63 -215 239q0 133 103 211t282 78q96 0 174.5 -15.5t165.5 -52.5l-37 -84q-148 64 -303 64
+q-142 0 -211.5 -53t-69.5 -150q0 -199 326 -199h115z" />
+ <glyph glyph-name="uni0512" unicode="&#x512;" horiz-adv-x="1395"
+d="M1085 1366h-530q-41 -339 -87 -643t-77.5 -433t-66 -191.5t-83.5 -92t-124 -29.5q-67 0 -117 25v92q61 -22 113 -22q87 0 135.5 108t106 466t114.5 816h719v-1368h119v-244q0 -104 -46 -161.5t-137 -57.5q-56 0 -98 21v92q45 -18 84 -18q98 0 98 124v150h-123v1366z" />
+ <glyph glyph-name="uni0513" unicode="&#x513;" horiz-adv-x="1116"
+d="M836 995h-385q-30 -395 -73.5 -602.5t-112 -305t-177.5 -97.5q-39 0 -68 8v90q19 -6 54 -6q113 0 182.5 238.5t105.5 766.5h572v-993h119v-244q0 -104 -46 -161.5t-137 -57.5q-56 0 -98 21v92q45 -18 84 -18q98 0 98 124v150h-118v995z" />
+ <glyph glyph-name="uni1EA0" unicode="&#x1ea0;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM548 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EA1" unicode="&#x1ea1;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM448 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EA2" unicode="&#x1ea2;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM837 1843q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5
+t60.5 -128.5z" />
+ <glyph glyph-name="uni1EA3" unicode="&#x1ea3;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM731 1505q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EA4" unicode="&#x1ea4;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM674 1856q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM824 1790q42 54 65.5 90t69.5 121h125v-16
+q-90 -121 -193 -211h-67v16z" />
+ <glyph glyph-name="uni1EA5" unicode="&#x1ea5;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM588 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM738 1452q42 54 65.5 90t69.5 121h125v-16q-90 -121 -193 -211h-67v16z" />
+ <glyph glyph-name="uni1EA6" unicode="&#x1ea6;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM674 1856q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM418 1774h-67q-115 100 -193 211v16h125
+q47 -86 69 -119.5t66 -91.5v-16z" />
+ <glyph glyph-name="uni1EA7" unicode="&#x1ea7;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM588 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM332 1436h-67q-115 100 -193 211v16h125q47 -86 69 -119.5t66 -91.5v-16z" />
+ <glyph glyph-name="uni1EA8" unicode="&#x1ea8;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM1086 1987q0 -107 -131 -136l-4 -81h-68l-10 131q63 11 94 28t31 56q0 37 -29 50t-76 13q-31 0 -71 -6v72q34 8 86 8q84 0 131 -36t47 -99zM674 1856
+q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1EA9" unicode="&#x1ea9;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM1000 1649q0 -107 -131 -136l-4 -81h-68l-10 131q63 11 94 28t31 56q0 37 -29 50t-76 13q-31 0 -71 -6v72q34 8 86 8q84 0 131 -36t47 -99zM588 1518q101 -135 229 -261v-16h-67
+q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1EAA" unicode="&#x1eaa;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM754 1935q-39 0 -74.5 20t-67.5 43.5t-61 43.5t-55 20q-80 0 -105 -129h-73q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5
+q75 0 98 127h76q-11 -101 -58.5 -156t-121.5 -55zM674 1856q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1EAB" unicode="&#x1eab;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM668 1597q-39 0 -74.5 20t-67.5 43.5t-61 43.5t-55 20q-80 0 -105 -129h-73q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5q75 0 98 127h76q-11 -101 -58.5 -156t-121.5 -55z
+M588 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1EAC" unicode="&#x1eac;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM548 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97zM328 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312
+v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="uni1EAD" unicode="&#x1ead;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM251 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16zM448 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26
+q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EAE" unicode="&#x1eae;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM617 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246zM555 1856q34 42 59.5 80t75.5 131h125
+v-17q-37 -53 -93 -113.5t-99 -97.5h-68v17z" />
+ <glyph glyph-name="uni1EAF" unicode="&#x1eaf;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM551 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246zM489 1518q34 42 59.5 80t75.5 131h125v-17q-37 -53 -93 -113.5t-99 -97.5h-68
+v17z" />
+ <glyph glyph-name="uni1EB0" unicode="&#x1eb0;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM670 1839h-68q-42 37 -99 98.5t-93 112.5v17h125q51 -94 70 -122.5t65 -88.5v-17zM617 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5
+t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="uni1EB1" unicode="&#x1eb1;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM604 1501h-68q-42 37 -99 98.5t-93 112.5v17h125q51 -94 70 -122.5t65 -88.5v-17zM551 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80
+q-30 -246 -278 -246z" />
+ <glyph glyph-name="uni1EB2" unicode="&#x1eb2;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM760 1999q0 -107 -127 -131l-6 -43h-70l-10 90q62 11 93.5 28.5t31.5 55.5q0 63 -98 63q-39 0 -78 -6v72q34 8 90 8q80 0 127 -37t47 -100zM617 1579
+q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="uni1EB3" unicode="&#x1eb3;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM694 1661q0 -107 -127 -131l-6 -43h-70l-10 90q62 11 93.5 28.5t31.5 55.5q0 63 -98 63q-39 0 -78 -6v72q34 8 90 8q80 0 127 -37t47 -100zM551 1241q-253 0 -275 246h82q14 -87 60.5 -124.5
+t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="uni1EB4" unicode="&#x1eb4;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM617 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246zM758 1925q-39 0 -74.5 20t-67.5 43.5
+t-61 43.5t-55 20q-80 0 -105 -129h-73q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5q45 0 66 35t32 92h76q-11 -101 -58.5 -156t-121.5 -55z" />
+ <glyph glyph-name="uni1EB5" unicode="&#x1eb5;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM551 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246zM692 1587q-39 0 -74.5 20t-67.5 43.5t-61 43.5t-55 20q-80 0 -105 -129h-73
+q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5q45 0 66 35t32 92h76q-11 -101 -58.5 -156t-121.5 -55z" />
+ <glyph glyph-name="uni1EB6" unicode="&#x1eb6;" horiz-adv-x="1229"
+d="M911 516h-594l-204 -516h-113l588 1468h65l576 -1468h-115zM354 608h523l-199 527q-25 62 -60 172q-27 -96 -59 -174zM617 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246zM548 -227q0 96 64 96q31 0 48.5 -25
+t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EB7" unicode="&#x1eb7;" horiz-adv-x="1085"
+d="M842 0l-25 172h-8q-82 -105 -168.5 -148.5t-204.5 -43.5q-160 0 -249 82t-89 227q0 159 132.5 247t383.5 93l207 6v72q0 155 -63 234t-203 79q-151 0 -313 -84l-37 86q179 84 354 84q179 0 267.5 -93t88.5 -290v-723h-73zM442 70q174 0 274.5 99.5t100.5 276.5v107
+l-190 -8q-229 -11 -326.5 -71.5t-97.5 -188.5q0 -102 62.5 -158.5t176.5 -56.5zM552 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246zM448 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26
+q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EB8" unicode="&#x1eb8;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM544 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EB9" unicode="&#x1eb9;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM512 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EBA" unicode="&#x1eba;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM798 1843q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EBB" unicode="&#x1ebb;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM786 1505q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EBC" unicode="&#x1ebc;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM754 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76
+q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="uni1EBD" unicode="&#x1ebd;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM738 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="uni1EBE" unicode="&#x1ebe;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM659 1856q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM809 1790q42 54 65.5 90t69.5 121h125v-16q-90 -121 -193 -211h-67v16z" />
+ <glyph glyph-name="uni1EBF" unicode="&#x1ebf;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM623 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM773 1452q42 54 65.5 90t69.5 121h125v-16q-90 -121 -193 -211h-67v16z" />
+ <glyph glyph-name="uni1EC0" unicode="&#x1ec0;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM661 1856q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM405 1774h-67q-115 100 -193 211v16h125q47 -86 69 -119.5t66 -91.5v-16z" />
+ <glyph glyph-name="uni1EC1" unicode="&#x1ec1;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM623 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM367 1436h-67q-115 100 -193 211v16h125q47 -86 69 -119.5t66 -91.5v-16z" />
+ <glyph glyph-name="uni1EC2" unicode="&#x1ec2;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM1073 1987q0 -107 -131 -136l-4 -81h-68l-10 131q63 11 94 28t31 56q0 37 -29 50t-76 13q-31 0 -71 -6v72q34 8 86 8q84 0 131 -36t47 -99zM661 1856q101 -135 229 -261v-16h-67q-128 93 -217 176
+q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1EC3" unicode="&#x1ec3;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM1035 1649q0 -107 -131 -136l-4 -81h-68l-10 131q63 11 94 28t31 56q0 37 -29 50t-76 13q-31 0 -71 -6v72q34 8 86 8q84 0 131 -36t47 -99zM623 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1EC4" unicode="&#x1ec4;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM741 1935q-39 0 -74.5 20t-67.5 43.5t-61 43.5t-55 20q-80 0 -105 -129h-73q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5q75 0 98 127h76q-11 -101 -58.5 -156t-121.5 -55zM661 1856
+q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1EC5" unicode="&#x1ec5;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM713 1597q-39 0 -74.5 20t-67.5 43.5t-61 43.5t-55 20q-80 0 -105 -129h-73q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5q75 0 98 127h76q-11 -101 -58.5 -156t-121.5 -55zM633 1518q101 -135 229 -261v-16h-67q-128 93 -217 176
+q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1EC6" unicode="&#x1ec6;" horiz-adv-x="1130"
+d="M1006 0h-799v1462h799v-94h-697v-553h658v-94h-658v-627h697v-94zM544 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97zM315 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70
+v16z" />
+ <glyph glyph-name="uni1EC7" unicode="&#x1ec7;" horiz-adv-x="1124"
+d="M621 -20q-237 0 -369.5 146t-132.5 409q0 260 128 416.5t345 156.5q192 0 303 -134t111 -364v-80h-783q2 -224 104.5 -342t293.5 -118q93 0 163.5 13t178.5 56v-90q-92 -40 -170 -54.5t-172 -14.5zM592 1020q-157 0 -252 -103.5t-111 -298.5h672q0 189 -82 295.5
+t-227 106.5zM290 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16zM512 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EC8.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM522 1843q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EC9" unicode="&#x1ec9;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM448 1505q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1ECA.alt" horiz-adv-x="623"
+d="M532 0h-442v66l170 20v1290l-170 21v65h442v-65l-170 -21v-1290l170 -20v-66zM245 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1ECB" unicode="&#x1ecb;" horiz-adv-x="463"
+d="M281 0h-99v1087h99v-1087zM168 1389q0 96 63 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-63 0 -63 97zM165 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1ECC" unicode="&#x1ecc;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM716 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1ECD" unicode="&#x1ecd;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M534 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1ECE" unicode="&#x1ece;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM974 1843q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1ECF" unicode="&#x1ecf;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M792 1505q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1ED0" unicode="&#x1ed0;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM838 1856q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM988 1790q42 54 65.5 90t69.5 121h125v-16q-90 -121 -193 -211h-67v16z" />
+ <glyph glyph-name="uni1ED1" unicode="&#x1ed1;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M655 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM805 1452q42 54 65.5 90t69.5 121h125v-16q-90 -121 -193 -211h-67v16z" />
+ <glyph glyph-name="uni1ED2" unicode="&#x1ed2;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM838 1856q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM582 1774h-67q-115 100 -193 211v16h125q47 -86 69 -119.5t66 -91.5v-16z" />
+ <glyph glyph-name="uni1ED3" unicode="&#x1ed3;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M655 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM399 1436h-67q-115 100 -193 211v16h125q47 -86 69 -119.5t66 -91.5v-16z" />
+ <glyph glyph-name="uni1ED4" unicode="&#x1ed4;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM1250 1987q0 -107 -131 -136l-4 -81h-68l-10 131q63 11 94 28t31 56q0 37 -29 50t-76 13q-31 0 -71 -6v72q34 8 86 8q84 0 131 -36t47 -99zM838 1856q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1ED5" unicode="&#x1ed5;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M1067 1649q0 -107 -131 -136l-4 -81h-68l-10 131q63 11 94 28t31 56q0 37 -29 50t-76 13q-31 0 -71 -6v72q34 8 86 8q84 0 131 -36t47 -99zM655 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1ED6" unicode="&#x1ed6;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM918 1935q-39 0 -74.5 20t-67.5 43.5t-61 43.5t-55 20q-80 0 -105 -129h-73q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5q75 0 98 127h76q-11 -101 -58.5 -156t-121.5 -55zM838 1856q101 -135 229 -261v-16h-67q-128 93 -217 176
+q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1ED7" unicode="&#x1ed7;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M735 1597q-39 0 -74.5 20t-67.5 43.5t-61 43.5t-55 20q-80 0 -105 -129h-73q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5q75 0 98 127h76q-11 -101 -58.5 -156t-121.5 -55zM655 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68
+v16q141 136 234 261h106z" />
+ <glyph glyph-name="uni1ED8" unicode="&#x1ed8;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q306 0 479 -201.5t173 -550.5zM240 733q0 -314 140 -485.5t402 -171.5q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170
+t-141.5 -483zM716 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97zM492 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="uni1ED9" unicode="&#x1ed9;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q224 0 351.5 -150.5t127.5 -412.5zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5z
+M534 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97zM309 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="uni1EDA" unicode="&#x1eda;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q330 0 500 -230q81 21 120.5 92t39.5 209h104l13 -18q-10 -147 -67.5 -232t-164.5 -120q107 -182 107 -453zM240 733q0 -314 140 -485.5t402 -171.5
+q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483zM686 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="uni1EDB" unicode="&#x1edb;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q219 0 348 -147q72 24 107.5 92t38.5 202h100l12 -18q-11 -144 -62 -225t-147 -119q82 -137 82 -348zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5
+t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5zM499 1257q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="uni1EDC" unicode="&#x1edc;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q330 0 500 -230q81 21 120.5 92t39.5 209h104l13 -18q-10 -147 -67.5 -232t-164.5 -120q107 -182 107 -453zM240 733q0 -314 140 -485.5t402 -171.5
+q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483zM885 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uni1EDD" unicode="&#x1edd;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q219 0 348 -147q72 24 107.5 92t38.5 202h100l12 -18q-11 -144 -62 -225t-147 -119q82 -137 82 -348zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5
+t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5zM718 1241h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uni1EDE" unicode="&#x1ede;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q330 0 500 -230q81 21 120.5 92t39.5 209h104l13 -18q-10 -147 -67.5 -232t-164.5 -120q107 -182 107 -453zM240 733q0 -314 140 -485.5t402 -171.5
+q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483zM974 1843q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EDF" unicode="&#x1edf;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q219 0 348 -147q72 24 107.5 92t38.5 202h100l12 -18q-11 -144 -62 -225t-147 -119q82 -137 82 -348zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5
+t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5zM792 1505q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EE0" unicode="&#x1ee0;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q330 0 500 -230q81 21 120.5 92t39.5 209h104l13 -18q-10 -147 -67.5 -232t-164.5 -120q107 -182 107 -453zM240 733q0 -314 140 -485.5t402 -171.5
+q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483zM940 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22
+q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="uni1EE1" unicode="&#x1ee1;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q219 0 348 -147q72 24 107.5 92t38.5 202h100l12 -18q-11 -144 -62 -225t-147 -119q82 -137 82 -348zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5
+t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5zM761 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76
+q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="uni1EE2" unicode="&#x1ee2;" horiz-adv-x="1565"
+d="M1436 733q0 -348 -174 -550.5t-480 -202.5q-305 0 -479 202.5t-174 552.5q0 349 175.5 549.5t479.5 200.5q330 0 500 -230q81 21 120.5 92t39.5 209h104l13 -18q-10 -147 -67.5 -232t-164.5 -120q107 -182 107 -453zM240 733q0 -314 140 -485.5t402 -171.5
+q264 0 403.5 170t139.5 487q0 316 -139.5 484.5t-401.5 168.5q-261 0 -402.5 -170t-141.5 -483zM716 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EE3" unicode="&#x1ee3;" horiz-adv-x="1200"
+d="M1081 545q0 -266 -129 -415.5t-356 -149.5q-143 0 -252 69t-167 198t-58 298q0 266 129 414.5t354 148.5q219 0 348 -147q72 24 107.5 92t38.5 202h100l12 -18q-11 -144 -62 -225t-147 -119q82 -137 82 -348zM223 545q0 -224 98.5 -349.5t278.5 -125.5t278.5 125.5
+t98.5 349.5q0 225 -99.5 349t-279.5 124t-277.5 -123.5t-97.5 -349.5zM534 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EE4" unicode="&#x1ee4;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM669 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EE5" unicode="&#x1ee5;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM526 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EE6" unicode="&#x1ee6;" horiz-adv-x="1473"
+d="M1282 1462v-946q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM923 1843q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24
+q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EE7" unicode="&#x1ee7;" horiz-adv-x="1208"
+d="M268 1087v-704q0 -164 69 -238.5t214 -74.5q194 0 285.5 98t91.5 319v600h98v-1087h-84l-18 150h-6q-106 -170 -377 -170q-371 0 -371 397v710h98zM802 1505q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78
+q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EE8" unicode="&#x1ee8;" horiz-adv-x="1497"
+d="M1282 1462v-207q89 19 130.5 89t41.5 212h105l12 -18q-12 -167 -85.5 -254.5t-203.5 -112.5v-655q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM633 1595
+q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="uni1EE9" unicode="&#x1ee9;" horiz-adv-x="1262"
+d="M268 1087v-704q0 -164 72.5 -238.5t224.5 -74.5q189 0 276 99t87 318v600h98v-122q66 11 104.5 44t55 90t16.5 167h101l12 -19q-9 -123 -41 -190t-91.5 -113t-156.5 -63v-881h-84l-18 150h-6q-52 -82 -143.5 -126t-209.5 -44q-201 0 -298 98t-97 299v710h98zM495 1257
+q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="uni1EEA" unicode="&#x1eea;" horiz-adv-x="1497"
+d="M1282 1462v-207q89 19 130.5 89t41.5 212h105l12 -18q-12 -167 -85.5 -254.5t-203.5 -112.5v-655q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM833 1579h-69
+q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uni1EEB" unicode="&#x1eeb;" horiz-adv-x="1262"
+d="M268 1087v-704q0 -164 72.5 -238.5t224.5 -74.5q189 0 276 99t87 318v600h98v-122q66 11 104.5 44t55 90t16.5 167h101l12 -19q-9 -123 -41 -190t-91.5 -113t-156.5 -63v-881h-84l-18 150h-6q-52 -82 -143.5 -126t-209.5 -44q-201 0 -298 98t-97 299v710h98zM687 1241
+h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="uni1EEC" unicode="&#x1eec;" horiz-adv-x="1497"
+d="M1282 1462v-207q89 19 130.5 89t41.5 212h105l12 -18q-12 -167 -85.5 -254.5t-203.5 -112.5v-655q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM923 1843
+q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EED" unicode="&#x1eed;" horiz-adv-x="1262"
+d="M268 1087v-704q0 -164 72.5 -238.5t224.5 -74.5q189 0 276 99t87 318v600h98v-122q66 11 104.5 44t55 90t16.5 167h101l12 -19q-9 -123 -41 -190t-91.5 -113t-156.5 -63v-881h-84l-18 150h-6q-52 -82 -143.5 -126t-209.5 -44q-201 0 -298 98t-97 299v710h98zM802 1505
+q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EEE" unicode="&#x1eee;" horiz-adv-x="1497"
+d="M1282 1462v-207q89 19 130.5 89t41.5 212h105l12 -18q-12 -167 -85.5 -254.5t-203.5 -112.5v-655q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM893 1581
+q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="uni1EEF" unicode="&#x1eef;" horiz-adv-x="1262"
+d="M268 1087v-704q0 -164 72.5 -238.5t224.5 -74.5q189 0 276 99t87 318v600h98v-122q66 11 104.5 44t55 90t16.5 167h101l12 -19q-9 -123 -41 -190t-91.5 -113t-156.5 -63v-881h-84l-18 150h-6q-52 -82 -143.5 -126t-209.5 -44q-201 0 -298 98t-97 299v710h98zM765 1243
+q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="uni1EF0" unicode="&#x1ef0;" horiz-adv-x="1497"
+d="M1282 1462v-207q89 19 130.5 89t41.5 212h105l12 -18q-12 -167 -85.5 -254.5t-203.5 -112.5v-655q0 -252 -146 -394t-407 -142q-254 0 -396.5 142.5t-142.5 397.5v942h103v-946q0 -211 117 -328.5t331 -117.5q209 0 324 115.5t115 320.5v956h102zM669 -227q0 96 64 96
+q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EF1" unicode="&#x1ef1;" horiz-adv-x="1262"
+d="M268 1087v-704q0 -164 72.5 -238.5t224.5 -74.5q189 0 276 99t87 318v600h98v-122q66 11 104.5 44t55 90t16.5 167h101l12 -19q-9 -123 -41 -190t-91.5 -113t-156.5 -63v-881h-84l-18 150h-6q-52 -82 -143.5 -126t-209.5 -44q-201 0 -298 98t-97 299v710h98zM526 -227
+q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EF4" unicode="&#x1ef4;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM475 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EF5" unicode="&#x1ef5;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM702 -244q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71
+t-48.5 -26q-64 0 -64 97z" />
+ <glyph glyph-name="uni1EF6" unicode="&#x1ef6;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM745 1843q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EF7" unicode="&#x1ef7;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM661 1505q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43
+t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1EF8" unicode="&#x1ef8;" horiz-adv-x="1081"
+d="M543 662l428 800h110l-487 -897v-565h-105v557l-489 905h117zM701 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76
+q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="uni1EF9" unicode="&#x1ef9;" horiz-adv-x="940"
+d="M0 1087h102l230 -610q105 -281 133 -379h6q42 129 137 385l230 604h102l-487 -1263q-59 -154 -99 -208t-93.5 -81t-129.5 -27q-57 0 -127 21v86q58 -16 125 -16q51 0 90 24t70.5 74.5t73 160t53.5 142.5zM629 1243q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20
+q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="uni20AB" unicode="&#x20ab;" horiz-adv-x="1219"
+d="M580 1108q118 0 204 -43t154 -147h6q-6 126 -6 247v107h-473v82h473v202h98v-202h156v-82h-156v-1272h-65l-25 166h-8q-124 -186 -356 -186q-225 0 -344 140t-119 408q0 282 118 431t343 149zM580 1018q-178 0 -267.5 -125t-89.5 -363q0 -462 359 -462q184 0 270 107
+t86 353v17q0 252 -84.5 362.5t-273.5 110.5zM1036 -266h-850v82h850v-82z" />
+ <glyph glyph-name="uni030F" unicode="&#x30f;" horiz-adv-x="0"
+d="M-350 1241h-70q-57 50 -131.5 142.5t-122.5 168.5v17h135q79 -154 118 -216t71 -96v-16zM-688 1241h-70q-57 50 -131.5 142.5t-122.5 168.5v17h135q76 -148 115.5 -212t73.5 -100v-16z" />
+ <glyph glyph-name="circumflexacutecomb" horiz-adv-x="0"
+d="M-551 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM-401 1452q42 54 65.5 90t69.5 121h125v-16q-90 -121 -193 -211h-67v16z" />
+ <glyph glyph-name="circumflexgravecomb" horiz-adv-x="0"
+d="M-551 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106zM-807 1436h-67q-115 100 -193 211v16h125q47 -86 69 -119.5t66 -91.5v-16z" />
+ <glyph glyph-name="circumflexhookcomb" horiz-adv-x="0"
+d="M-139 1649q0 -107 -131 -136l-4 -81h-68l-10 131q63 11 94 28t31 56q0 37 -29 50t-76 13q-31 0 -71 -6v72q34 8 86 8q84 0 131 -36t47 -99zM-551 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="circumflextildecomb" horiz-adv-x="0"
+d="M-471 1597q-39 0 -74.5 20t-67.5 43.5t-61 43.5t-55 20q-80 0 -105 -129h-73q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5q75 0 98 127h76q-11 -101 -58.5 -156t-121.5 -55zM-551 1518q101 -135 229 -261v-16h-67q-128 93 -217 176q-89 -83 -217 -176
+h-68v16q141 136 234 261h106z" />
+ <glyph glyph-name="breveacutecomb" horiz-adv-x="0"
+d="M-612 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246zM-674 1518q34 42 59.5 80t75.5 131h125v-17q-37 -53 -93 -113.5t-99 -97.5h-68v17z" />
+ <glyph glyph-name="brevegravecomb" horiz-adv-x="0"
+d="M-559 1501h-68q-42 37 -99 98.5t-93 112.5v17h125q51 -94 70 -122.5t65 -88.5v-17zM-612 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="brevehookcomb" horiz-adv-x="0"
+d="M-469 1661q0 -107 -127 -131l-6 -43h-70l-10 90q62 11 93.5 28.5t31.5 55.5q0 63 -98 63q-39 0 -78 -6v72q34 8 90 8q80 0 127 -37t47 -100zM-612 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="brevetildecomb" horiz-adv-x="0"
+d="M-612 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246zM-471 1587q-39 0 -74.5 20t-67.5 43.5t-61 43.5t-55 20q-80 0 -105 -129h-73q14 97 60 154t124 57q39 0 73.5 -19.5t66 -43t60.5 -43t58 -19.5q45 0 66 35
+t32 92h76q-11 -101 -58.5 -156t-121.5 -55z" />
+ <glyph glyph-name="cyrillichookleft" horiz-adv-x="418"
+d="M248 -248q0 72 -35.5 128.5t-108.5 119.5h91q151 -118 151 -260q0 -87 -51 -136.5t-137 -49.5q-56 0 -99 16v84q34 -12 82 -12q107 0 107 110z" />
+ <glyph glyph-name="cyrillicbighookUC" horiz-adv-x="420"
+d="M211 94h119v-244q0 -104 -46 -161.5t-137 -57.5q-56 0 -98 21v92q45 -18 84 -18q98 0 98 124v150h-20v94z" />
+ <glyph glyph-name="cyrillicbighookLC" horiz-adv-x="420"
+d="M211 94h119v-244q0 -104 -46 -161.5t-137 -57.5q-56 0 -98 21v92q45 -18 84 -18q98 0 98 124v150h-20v94z" />
+ <glyph glyph-name="one.pnum" horiz-adv-x="745"
+d="M547 0h-98v1065q0 145 12 301q-15 -15 -31 -29t-309 -243l-58 71l398 297h86v-1462z" />
+ <glyph glyph-name="zero.os"
+d="M1051 561q0 -276 -124 -428.5t-347 -152.5q-216 0 -338.5 152.5t-122.5 428.5q0 277 124 427.5t343 150.5t342 -151t123 -427zM223 561q0 -239 91.5 -365t269.5 -126q362 0 362 491q0 243 -92 365.5t-272 122.5q-177 0 -268 -122t-91 -366z" />
+ <glyph glyph-name="one.os" horiz-adv-x="717"
+d="M535 0h-99v721q0 132 13 301q-39 -37 -79.5 -70.5t-265.5 -189.5l-53 72l402 284h82v-1118z" />
+ <glyph glyph-name="two.os" horiz-adv-x="1018"
+d="M946 0h-895v88l393 299q153 115 216 178.5t90.5 121.5t27.5 130q0 108 -78 170t-211 62q-188 0 -350 -134l-53 70q181 154 424 154q170 0 270.5 -86.5t100.5 -235.5q0 -118 -61.5 -210.5t-244.5 -231.5l-364 -277l2 -2h733v-96z" />
+ <glyph glyph-name="three.os" horiz-adv-x="1053"
+d="M927 775q0 -136 -85.5 -229t-229.5 -119v-6q176 -22 268 -112t92 -242q0 -205 -139.5 -317.5t-401.5 -112.5q-223 0 -389 83v99q84 -44 188.5 -69t196.5 -25q221 0 332 89.5t111 252.5q0 145 -113.5 223t-333.5 78h-158v96h160q182 0 288.5 86.5t106.5 234.5
+q0 122 -86.5 195.5t-226.5 73.5q-109 0 -199 -30.5t-202 -104.5l-49 67q85 71 205 112.5t243 41.5q202 0 312 -95.5t110 -269.5z" />
+ <glyph glyph-name="four.os" horiz-adv-x="1161"
+d="M1120 37h-252v-381h-94v381h-751v67l725 1014h120v-995h252v-86zM774 123v401q0 298 14 508h-8q-23 -44 -123 -188l-516 -721h633z" />
+ <glyph glyph-name="five.os" horiz-adv-x="1124"
+d="M524 536q234 0 368.5 -113t134.5 -311q0 -225 -140 -350t-386 -125q-109 0 -207 21.5t-164 61.5v103q108 -55 192 -76.5t179 -21.5q192 0 308 101.5t116 274.5q0 163 -113 256t-307 93q-130 0 -272 -39l-60 39l58 669h704v-96h-610l-45 -516q156 29 244 29z" />
+ <glyph glyph-name="six.os"
+d="M131 623q0 285 77.5 479.5t220 288.5t343.5 94q94 0 172 -23v-88q-73 27 -176 27q-247 0 -384.5 -178t-154.5 -518h13q76 98 174 148t207 50q205 0 320.5 -117t115.5 -323q0 -224 -121.5 -353.5t-327.5 -129.5q-222 0 -350.5 169.5t-128.5 473.5zM610 68q164 0 255 103
+t91 294q0 168 -90 262t-245 94q-102 0 -189.5 -45t-139.5 -119.5t-52 -152.5q0 -111 49.5 -213.5t134 -162.5t186.5 -60z" />
+ <glyph glyph-name="seven.os" horiz-adv-x="1069"
+d="M272 -343l602 1366h-827v96h946v-73l-604 -1389h-117z" />
+ <glyph glyph-name="eight.os"
+d="M584 1487q186 0 299.5 -95t113.5 -257q0 -112 -70.5 -198t-228.5 -159q192 -79 270 -173t78 -228q0 -181 -126.5 -289t-339.5 -108q-221 0 -339 101t-118 294q0 131 83 230t257 169q-161 76 -227 160.5t-66 202.5q0 105 53 184.5t148.5 122.5t212.5 43zM225 360
+q0 -138 93.5 -214t261.5 -76q164 0 264 80.5t100 218.5q0 124 -78.5 201.5t-302.5 162.5q-184 -71 -261 -157t-77 -216zM582 1397q-141 0 -226.5 -69.5t-85.5 -190.5q0 -70 31.5 -123.5t91 -97t199.5 -101.5q163 63 234 139t71 183q0 120 -84.5 190t-230.5 70z" />
+ <glyph glyph-name="nine.os"
+d="M1040 499q0 -288 -75.5 -482t-220 -287t-349.5 -93q-104 0 -192 26v86q43 -14 103.5 -21.5t92.5 -7.5q247 0 387 178.5t156 520.5h-12q-73 -96 -174 -147.5t-211 -51.5q-203 0 -316.5 112t-113.5 318q0 220 124.5 356t323.5 136q144 0 252 -75.5t166.5 -221.5t58.5 -346z
+M563 1054q-158 0 -252 -106.5t-94 -291.5q0 -174 87 -264t249 -90q101 0 188.5 45t139 119.5t51.5 151.5q0 117 -46.5 219t-130 159.5t-192.5 57.5z" />
+ <glyph glyph-name="uni2120" unicode="&#x2120;" horiz-adv-x="1552"
+d="M565 938q0 -92 -74.5 -148.5t-197.5 -56.5q-139 0 -201 31v78q99 -33 203 -33q180 0 180 121q0 59 -29.5 88t-142.5 69q-112 39 -154.5 83.5t-42.5 123.5q0 78 67 128.5t171 50.5q122 0 209 -33l-31 -76q-80 33 -174 33q-69 0 -112 -27t-43 -74q0 -50 29.5 -78t139.5 -69
+q94 -36 131.5 -62t54.5 -61t17 -88zM981 733l-221 608h-6l4 -200v-408h-82v721h125l221 -606l223 606h125v-721h-86v397l4 207h-6l-227 -604h-74z" />
+ <glyph glyph-name="Tcedilla" unicode="&#x162;" horiz-adv-x="1073"
+d="M588 0h-103v1366h-475v96h1053v-96h-475v-1366zM686 -291q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121l93 174h96l-66 -117q168 -37 168 -174z" />
+ <glyph glyph-name="tcedilla" unicode="&#x163;" horiz-adv-x="686"
+d="M469 68q94 0 164 16v-80q-72 -24 -166 -24q-144 0 -212.5 77t-68.5 242v702h-161v58l161 45l50 246h51v-263h319v-86h-319v-688q0 -125 44 -185t138 -60zM590 -291q0 -100 -67.5 -150.5t-188.5 -50.5q-68 0 -94 11v88q30 -10 92 -10q78 0 119 28t41 80q0 94 -193 121
+l93 174h96l-66 -117q168 -37 168 -174z" />
+ <glyph glyph-name="g.alt" horiz-adv-x="1219"
+d="M938 -2q0 118 6 172h-6q-118 -190 -369 -190q-214 0 -332 142t-118 410q0 275 118 425.5t338 150.5q236 0 353 -174h6l18 153h84v-1107q0 -214 -122 -343t-326 -129q-221 0 -377 70v107q166 -88 383 -88q160 0 252 100t92 280v21zM571 68q198 0 282.5 109t84.5 366v12
+q0 245 -85 354t-271 109q-176 0 -267.5 -124t-91.5 -364q0 -229 89.5 -345.5t258.5 -116.5z" />
+ <glyph glyph-name="gcircumflex.alt" horiz-adv-x="1219"
+d="M938 -2q0 118 6 172h-6q-118 -190 -369 -190q-214 0 -332 142t-118 410q0 275 118 425.5t338 150.5q236 0 353 -174h6l18 153h84v-1107q0 -214 -122 -343t-326 -129q-221 0 -377 70v107q166 -88 383 -88q160 0 252 100t92 280v21zM571 68q198 0 282.5 109t84.5 366v12
+q0 245 -85 354t-271 109q-176 0 -267.5 -124t-91.5 -364q0 -229 89.5 -345.5t258.5 -116.5zM292 1257q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="gbreve.alt" horiz-adv-x="1219"
+d="M938 -2q0 118 6 172h-6q-118 -190 -369 -190q-214 0 -332 142t-118 410q0 275 118 425.5t338 150.5q236 0 353 -174h6l18 153h84v-1107q0 -214 -122 -343t-326 -129q-221 0 -377 70v107q166 -88 383 -88q160 0 252 100t92 280v21zM571 68q198 0 282.5 109t84.5 366v12
+q0 245 -85 354t-271 109q-176 0 -267.5 -124t-91.5 -364q0 -229 89.5 -345.5t258.5 -116.5zM575 1241q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="gdot.alt" horiz-adv-x="1219"
+d="M938 -2q0 118 6 172h-6q-118 -190 -369 -190q-214 0 -332 142t-118 410q0 275 118 425.5t338 150.5q236 0 353 -174h6l18 153h84v-1107q0 -214 -122 -343t-326 -129q-221 0 -377 70v107q166 -88 383 -88q160 0 252 100t92 280v21zM571 68q198 0 282.5 109t84.5 366v12
+q0 245 -85 354t-271 109q-176 0 -267.5 -124t-91.5 -364q0 -229 89.5 -345.5t258.5 -116.5zM514 1389q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="gcommaaccent.alt" horiz-adv-x="1219"
+d="M938 -2q0 118 6 172h-6q-118 -190 -369 -190q-214 0 -332 142t-118 410q0 275 118 425.5t338 150.5q236 0 353 -174h6l18 153h84v-1107q0 -214 -122 -343t-326 -129q-221 0 -377 70v107q166 -88 383 -88q160 0 252 100t92 280v21zM571 68q198 0 282.5 109t84.5 366v12
+q0 245 -85 354t-271 109q-176 0 -267.5 -124t-91.5 -364q0 -229 89.5 -345.5t258.5 -116.5zM731 1552q-27 -58 -53.5 -159t-32.5 -152h-112v14q20 77 61.5 165t83.5 149h53v-17z" />
+ <glyph glyph-name="I" unicode="I" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102z" />
+ <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM320 1579h-69q-96 79 -188.5 171.5t-125.5 139.5v17h142q26 -48 98.5 -142t142.5 -170v-16z" />
+ <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM191 1595q73 79 144.5 171.5t97.5 140.5h141v-17q-36 -52 -122.5 -138t-190.5 -173h-70v16z" />
+ <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM-32 1595q62 67 131.5 156t110.5 156h98q68 -120 242 -312v-16h-70q-122 101 -221 207q-108 -114 -221 -207h-70v16z" />
+ <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM5 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM386 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="Itilde" unicode="&#x128;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM419 1581q-36 0 -75 18.5t-101 71.5q-32 26 -62.5 46t-62.5 20q-45 0 -75 -34.5t-48 -121.5h-73q10 111 63 174.5t137 63.5q48 0 88 -25t82 -59q34 -28 66 -50t61 -22q46 0 77 36.5t48 119.5h76q-16 -116 -69 -177t-132 -61z" />
+ <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM-17 1671h555v-82h-555v82z" />
+ <glyph glyph-name="Ibreve" unicode="&#x12c;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM257 1579q-253 0 -275 246h82q14 -87 60.5 -124.5t134.5 -37.5t134.5 37.5t61.5 124.5h80q-30 -246 -278 -246z" />
+ <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM164 -248q0 -110 106 -110q49 0 82 12v-84q-40 -16 -104 -16q-84 0 -133.5 47.5t-49.5 134.5q0 70 40 139t112 125h90q-72 -63 -107.5 -119.5t-35.5 -128.5z" />
+ <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM194 1727q0 96 64 96q31 0 48 -25t17 -71q0 -45 -17 -71t-48 -26q-64 0 -64 97z" />
+ <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="1022"
+d="M207 0v1462h102v-1462h-102zM483 -369q-92 0 -151 27v88q78 -20 149 -20q242 0 242 264v1472h102v-1462q0 -369 -342 -369z" />
+ <glyph glyph-name="Iotatonos" unicode="&#x38a;" horiz-adv-x="602"
+d="M293 0v1462h102v-1462h-102zM-40 1152q29 75 57 184t42 210h119v-17q-18 -77 -63 -191t-97 -202h-58v16z" />
+ <glyph glyph-name="Iota" unicode="&#x399;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102z" />
+ <glyph glyph-name="Iotadieresis" unicode="&#x3aa;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM5 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM386 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="afii10055" unicode="&#x406;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102z" />
+ <glyph glyph-name="afii10056" unicode="&#x407;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM5 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86zM386 1727q0 46 15.5 66t47.5 20q64 0 64 -86t-64 -86q-63 0 -63 86z" />
+ <glyph glyph-name="uni04C0" unicode="&#x4c0;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102z" />
+ <glyph glyph-name="uni04CF" unicode="&#x4cf;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102z" />
+ <glyph glyph-name="uni1EC8" unicode="&#x1ec8;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM469 1843q0 -140 -168 -176l-10 -121h-80l-10 178q89 15 129.5 43t40.5 72q0 48 -33.5 72t-111.5 24q-48 0 -93 -8v78q52 12 107 12q108 0 168.5 -45.5t60.5 -128.5z" />
+ <glyph glyph-name="uni1ECA" unicode="&#x1eca;" horiz-adv-x="516"
+d="M207 0v1462h102v-1462h-102zM192 -227q0 96 64 96q31 0 48.5 -25t17.5 -71q0 -45 -17.5 -71t-48.5 -26q-64 0 -64 97z" />
+ <hkern u1="&#x22;" u2="&#x162;" k="-41" />
+ <hkern u1="&#x22;" u2="&#x1ef8;" k="-20" />
+ <hkern u1="&#x22;" u2="&#x1ef6;" k="-20" />
+ <hkern u1="&#x22;" u2="&#x1ef4;" k="-20" />
+ <hkern u1="&#x22;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1ee3;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ee1;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1edf;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1edd;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1edb;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ed9;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ed7;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ed5;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ed1;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ecf;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ecd;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ec7;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ec5;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ec3;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ebf;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ebd;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1ebb;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1eb9;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1eb7;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1eb6;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1eb5;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1eb4;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1eb3;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1eb2;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1eb1;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1eb0;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1eaf;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1eae;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1ead;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1eac;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1eab;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1eaa;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1ea9;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1ea8;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1ea6;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1ea5;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1ea4;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1ea3;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1ea2;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1ea1;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1ea0;" k="143" />
+ <hkern u1="&#x22;" u2="&#x513;" k="143" />
+ <hkern u1="&#x22;" u2="&#x512;" k="123" />
+ <hkern u1="&#x22;" u2="&#x511;" k="123" />
+ <hkern u1="&#x22;" u2="&#x50d;" k="123" />
+ <hkern u1="&#x22;" u2="&#x509;" k="143" />
+ <hkern u1="&#x22;" u2="&#x508;" k="123" />
+ <hkern u1="&#x22;" u2="&#x503;" k="123" />
+ <hkern u1="&#x22;" u2="&#x502;" k="143" />
+ <hkern u1="&#x22;" u2="&#x501;" k="123" />
+ <hkern u1="&#x22;" u2="&#x500;" k="143" />
+ <hkern u1="&#x22;" u2="&#x4eb;" k="123" />
+ <hkern u1="&#x22;" u2="&#x4e9;" k="123" />
+ <hkern u1="&#x22;" u2="&#x4e7;" k="123" />
+ <hkern u1="&#x22;" u2="&#x4db;" k="41" />
+ <hkern u1="&#x22;" u2="&#x4d9;" k="41" />
+ <hkern u1="&#x22;" u2="&#x4d7;" k="123" />
+ <hkern u1="&#x22;" u2="&#x4d5;" k="41" />
+ <hkern u1="&#x22;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x22;" u2="&#x4d3;" k="41" />
+ <hkern u1="&#x22;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x22;" u2="&#x4d1;" k="41" />
+ <hkern u1="&#x22;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x22;" u2="&#x4c6;" k="143" />
+ <hkern u1="&#x22;" u2="&#x4c5;" k="123" />
+ <hkern u1="&#x22;" u2="&#x4ab;" k="123" />
+ <hkern u1="&#x22;" u2="&#x4a9;" k="123" />
+ <hkern u1="&#x22;" u2="&#x481;" k="123" />
+ <hkern u1="&#x22;" u2="&#x47d;" k="123" />
+ <hkern u1="&#x22;" u2="&#x47b;" k="123" />
+ <hkern u1="&#x22;" u2="&#x479;" k="123" />
+ <hkern u1="&#x22;" u2="&#x473;" k="123" />
+ <hkern u1="&#x22;" u2="&#x471;" k="20" />
+ <hkern u1="&#x22;" u2="&#x467;" k="143" />
+ <hkern u1="&#x22;" u2="&#x466;" k="143" />
+ <hkern u1="&#x22;" u2="&#x450;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1a1;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1e01;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1e00;" k="143" />
+ <hkern u1="&#x22;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1ef2;" k="-20" />
+ <hkern u1="&#x22;" u2="&#x1e84;" k="-41" />
+ <hkern u1="&#x22;" u2="&#x1e82;" k="-41" />
+ <hkern u1="&#x22;" u2="&#x1e80;" k="-41" />
+ <hkern u1="&#x22;" u2="&#x459;" k="143" />
+ <hkern u1="&#x22;" u2="&#x455;" k="61" />
+ <hkern u1="&#x22;" u2="&#x454;" k="123" />
+ <hkern u1="&#x22;" u2="&#x451;" k="123" />
+ <hkern u1="&#x22;" u2="&#x444;" k="123" />
+ <hkern u1="&#x22;" u2="&#x441;" k="123" />
+ <hkern u1="&#x22;" u2="&#x43e;" k="123" />
+ <hkern u1="&#x22;" u2="&#x43b;" k="143" />
+ <hkern u1="&#x22;" u2="&#x435;" k="123" />
+ <hkern u1="&#x22;" u2="&#x434;" k="143" />
+ <hkern u1="&#x22;" u2="&#x430;" k="41" />
+ <hkern u1="&#x22;" u2="&#x41b;" k="123" />
+ <hkern u1="&#x22;" u2="&#x414;" k="123" />
+ <hkern u1="&#x22;" u2="&#x410;" k="143" />
+ <hkern u1="&#x22;" u2="&#x409;" k="123" />
+ <hkern u1="&#x22;" u2="&#x3cc;" k="82" />
+ <hkern u1="&#x22;" u2="&#x3c6;" k="82" />
+ <hkern u1="&#x22;" u2="&#x3c3;" k="82" />
+ <hkern u1="&#x22;" u2="&#x3c2;" k="82" />
+ <hkern u1="&#x22;" u2="&#x3c1;" k="61" />
+ <hkern u1="&#x22;" u2="&#x3bf;" k="82" />
+ <hkern u1="&#x22;" u2="&#x3bc;" k="41" />
+ <hkern u1="&#x22;" u2="&#x3ba;" k="41" />
+ <hkern u1="&#x22;" u2="&#x3b7;" k="41" />
+ <hkern u1="&#x22;" u2="&#x3b6;" k="41" />
+ <hkern u1="&#x22;" u2="&#x3b5;" k="41" />
+ <hkern u1="&#x22;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x22;" u2="&#x3b1;" k="82" />
+ <hkern u1="&#x22;" u2="&#x3ae;" k="41" />
+ <hkern u1="&#x22;" u2="&#x3ad;" k="41" />
+ <hkern u1="&#x22;" u2="&#x3ac;" k="82" />
+ <hkern u1="&#x22;" u2="&#x39b;" k="143" />
+ <hkern u1="&#x22;" u2="&#x394;" k="143" />
+ <hkern u1="&#x22;" u2="&#x391;" k="143" />
+ <hkern u1="&#x22;" u2="&#x386;" k="143" />
+ <hkern u1="&#x22;" u2="&#x219;" k="61" />
+ <hkern u1="&#x22;" u2="&#x1ff;" k="123" />
+ <hkern u1="&#x22;" u2="&#x1fd;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1fb;" k="82" />
+ <hkern u1="&#x22;" u2="&#x1fa;" k="143" />
+ <hkern u1="&#x22;" u2="&#x178;" k="-20" />
+ <hkern u1="&#x22;" u2="&#x176;" k="-20" />
+ <hkern u1="&#x22;" u2="&#x174;" k="-41" />
+ <hkern u1="&#x22;" u2="&#x173;" k="61" />
+ <hkern u1="&#x22;" u2="&#x171;" k="61" />
+ <hkern u1="&#x22;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x22;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x22;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x22;" u2="&#x169;" k="61" />
+ <hkern u1="&#x22;" u2="&#x164;" k="-41" />
+ <hkern u1="&#x22;" u2="&#x21a;" k="-41" />
+ <hkern u1="&#x22;" u2="&#x15f;" k="61" />
+ <hkern u1="&#x22;" u2="&#x15b;" k="61" />
+ <hkern u1="&#x22;" u2="&#x157;" k="61" />
+ <hkern u1="&#x22;" u2="&#x155;" k="61" />
+ <hkern u1="&#x22;" u2="&#x153;" k="123" />
+ <hkern u1="&#x22;" u2="&#x151;" k="123" />
+ <hkern u1="&#x22;" u2="&#x14f;" k="123" />
+ <hkern u1="&#x22;" u2="&#x14d;" k="123" />
+ <hkern u1="&#x22;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x22;" u2="&#x146;" k="61" />
+ <hkern u1="&#x22;" u2="&#x144;" k="61" />
+ <hkern u1="&#x22;" u2="&#x138;" k="61" />
+ <hkern u1="&#x22;" u2="&#x123;" k="61" />
+ <hkern u1="&#x22;" u2="&#x121;" k="61" />
+ <hkern u1="&#x22;" u2="&#x11f;" k="61" />
+ <hkern u1="&#x22;" u2="&#x11d;" k="61" />
+ <hkern u1="&#x22;" u2="&#x11b;" k="123" />
+ <hkern u1="&#x22;" u2="&#x119;" k="123" />
+ <hkern u1="&#x22;" u2="&#x117;" k="123" />
+ <hkern u1="&#x22;" u2="&#x115;" k="123" />
+ <hkern u1="&#x22;" u2="&#x113;" k="123" />
+ <hkern u1="&#x22;" u2="&#x111;" k="123" />
+ <hkern u1="&#x22;" u2="&#x10f;" k="123" />
+ <hkern u1="&#x22;" u2="&#x10d;" k="123" />
+ <hkern u1="&#x22;" u2="&#x10b;" k="123" />
+ <hkern u1="&#x22;" u2="&#x109;" k="123" />
+ <hkern u1="&#x22;" u2="&#x107;" k="123" />
+ <hkern u1="&#x22;" u2="&#x105;" k="82" />
+ <hkern u1="&#x22;" u2="&#x104;" k="143" />
+ <hkern u1="&#x22;" u2="&#x103;" k="82" />
+ <hkern u1="&#x22;" u2="&#x102;" k="143" />
+ <hkern u1="&#x22;" u2="&#x101;" k="82" />
+ <hkern u1="&#x22;" u2="&#x100;" k="143" />
+ <hkern u1="&#x22;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x22;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x22;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x22;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x22;" u2="&#xf8;" k="123" />
+ <hkern u1="&#x22;" u2="&#xf6;" k="123" />
+ <hkern u1="&#x22;" u2="&#xf5;" k="123" />
+ <hkern u1="&#x22;" u2="&#xf4;" k="123" />
+ <hkern u1="&#x22;" u2="&#xf3;" k="123" />
+ <hkern u1="&#x22;" u2="&#xf2;" k="123" />
+ <hkern u1="&#x22;" u2="&#xeb;" k="123" />
+ <hkern u1="&#x22;" u2="&#xea;" k="123" />
+ <hkern u1="&#x22;" u2="&#xe9;" k="123" />
+ <hkern u1="&#x22;" u2="&#xe8;" k="123" />
+ <hkern u1="&#x22;" u2="&#xe7;" k="123" />
+ <hkern u1="&#x22;" u2="&#xe6;" k="82" />
+ <hkern u1="&#x22;" u2="&#xe5;" k="82" />
+ <hkern u1="&#x22;" u2="&#xe4;" k="82" />
+ <hkern u1="&#x22;" u2="&#xe3;" k="82" />
+ <hkern u1="&#x22;" u2="&#xe2;" k="82" />
+ <hkern u1="&#x22;" u2="&#xe1;" k="82" />
+ <hkern u1="&#x22;" u2="&#xe0;" k="123" />
+ <hkern u1="&#x22;" u2="&#xdd;" k="-20" />
+ <hkern u1="&#x22;" u2="&#xc5;" k="143" />
+ <hkern u1="&#x22;" u2="&#xc4;" k="143" />
+ <hkern u1="&#x22;" u2="&#xc3;" k="143" />
+ <hkern u1="&#x22;" u2="&#xc2;" k="143" />
+ <hkern u1="&#x22;" u2="&#xc1;" k="143" />
+ <hkern u1="&#x22;" u2="&#xc0;" k="143" />
+ <hkern u1="&#x22;" u2="u" k="61" />
+ <hkern u1="&#x22;" u2="s" k="61" />
+ <hkern u1="&#x22;" u2="r" k="61" />
+ <hkern u1="&#x22;" u2="q" k="123" />
+ <hkern u1="&#x22;" u2="p" k="61" />
+ <hkern u1="&#x22;" u2="o" k="123" />
+ <hkern u1="&#x22;" u2="n" k="61" />
+ <hkern u1="&#x22;" u2="m" k="61" />
+ <hkern u1="&#x22;" u2="g" k="61" />
+ <hkern u1="&#x22;" u2="e" k="123" />
+ <hkern u1="&#x22;" u2="d" k="123" />
+ <hkern u1="&#x22;" u2="c" k="123" />
+ <hkern u1="&#x22;" u2="a" k="82" />
+ <hkern u1="&#x22;" u2="Y" k="-20" />
+ <hkern u1="&#x22;" u2="W" k="-41" />
+ <hkern u1="&#x22;" u2="V" k="-41" />
+ <hkern u1="&#x22;" u2="T" k="-41" />
+ <hkern u1="&#x22;" u2="A" k="143" />
+ <hkern u1="&#x27;" u2="&#x162;" k="-41" />
+ <hkern u1="&#x27;" u2="&#x1ef8;" k="-20" />
+ <hkern u1="&#x27;" u2="&#x1ef6;" k="-20" />
+ <hkern u1="&#x27;" u2="&#x1ef4;" k="-20" />
+ <hkern u1="&#x27;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1ee3;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ee1;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1edf;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1edd;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1edb;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ed9;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ed7;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ed5;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ed1;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ecf;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ecd;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ec7;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ec5;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ec3;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ebf;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ebd;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1ebb;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1eb9;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1eb7;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1eb6;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1eb5;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1eb4;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1eb3;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1eb2;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1eb1;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1eb0;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1eaf;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1eae;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1ead;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1eac;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1eab;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1eaa;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1ea9;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1ea8;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1ea6;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1ea5;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1ea4;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1ea3;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1ea2;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1ea1;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1ea0;" k="143" />
+ <hkern u1="&#x27;" u2="&#x513;" k="143" />
+ <hkern u1="&#x27;" u2="&#x512;" k="123" />
+ <hkern u1="&#x27;" u2="&#x511;" k="123" />
+ <hkern u1="&#x27;" u2="&#x50d;" k="123" />
+ <hkern u1="&#x27;" u2="&#x509;" k="143" />
+ <hkern u1="&#x27;" u2="&#x508;" k="123" />
+ <hkern u1="&#x27;" u2="&#x503;" k="123" />
+ <hkern u1="&#x27;" u2="&#x502;" k="143" />
+ <hkern u1="&#x27;" u2="&#x501;" k="123" />
+ <hkern u1="&#x27;" u2="&#x500;" k="143" />
+ <hkern u1="&#x27;" u2="&#x4eb;" k="123" />
+ <hkern u1="&#x27;" u2="&#x4e9;" k="123" />
+ <hkern u1="&#x27;" u2="&#x4e7;" k="123" />
+ <hkern u1="&#x27;" u2="&#x4db;" k="41" />
+ <hkern u1="&#x27;" u2="&#x4d9;" k="41" />
+ <hkern u1="&#x27;" u2="&#x4d7;" k="123" />
+ <hkern u1="&#x27;" u2="&#x4d5;" k="41" />
+ <hkern u1="&#x27;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x27;" u2="&#x4d3;" k="41" />
+ <hkern u1="&#x27;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x27;" u2="&#x4d1;" k="41" />
+ <hkern u1="&#x27;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x27;" u2="&#x4c6;" k="143" />
+ <hkern u1="&#x27;" u2="&#x4c5;" k="123" />
+ <hkern u1="&#x27;" u2="&#x4ab;" k="123" />
+ <hkern u1="&#x27;" u2="&#x4a9;" k="123" />
+ <hkern u1="&#x27;" u2="&#x481;" k="123" />
+ <hkern u1="&#x27;" u2="&#x47d;" k="123" />
+ <hkern u1="&#x27;" u2="&#x47b;" k="123" />
+ <hkern u1="&#x27;" u2="&#x479;" k="123" />
+ <hkern u1="&#x27;" u2="&#x473;" k="123" />
+ <hkern u1="&#x27;" u2="&#x471;" k="20" />
+ <hkern u1="&#x27;" u2="&#x467;" k="143" />
+ <hkern u1="&#x27;" u2="&#x466;" k="143" />
+ <hkern u1="&#x27;" u2="&#x450;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1a1;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1e01;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1e00;" k="143" />
+ <hkern u1="&#x27;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1ef2;" k="-20" />
+ <hkern u1="&#x27;" u2="&#x1e84;" k="-41" />
+ <hkern u1="&#x27;" u2="&#x1e82;" k="-41" />
+ <hkern u1="&#x27;" u2="&#x1e80;" k="-41" />
+ <hkern u1="&#x27;" u2="&#x459;" k="143" />
+ <hkern u1="&#x27;" u2="&#x455;" k="61" />
+ <hkern u1="&#x27;" u2="&#x454;" k="123" />
+ <hkern u1="&#x27;" u2="&#x451;" k="123" />
+ <hkern u1="&#x27;" u2="&#x444;" k="123" />
+ <hkern u1="&#x27;" u2="&#x441;" k="123" />
+ <hkern u1="&#x27;" u2="&#x43e;" k="123" />
+ <hkern u1="&#x27;" u2="&#x43b;" k="143" />
+ <hkern u1="&#x27;" u2="&#x435;" k="123" />
+ <hkern u1="&#x27;" u2="&#x434;" k="143" />
+ <hkern u1="&#x27;" u2="&#x430;" k="41" />
+ <hkern u1="&#x27;" u2="&#x41b;" k="123" />
+ <hkern u1="&#x27;" u2="&#x414;" k="123" />
+ <hkern u1="&#x27;" u2="&#x410;" k="143" />
+ <hkern u1="&#x27;" u2="&#x409;" k="123" />
+ <hkern u1="&#x27;" u2="&#x3cc;" k="82" />
+ <hkern u1="&#x27;" u2="&#x3c6;" k="82" />
+ <hkern u1="&#x27;" u2="&#x3c3;" k="82" />
+ <hkern u1="&#x27;" u2="&#x3c2;" k="82" />
+ <hkern u1="&#x27;" u2="&#x3c1;" k="61" />
+ <hkern u1="&#x27;" u2="&#x3bf;" k="82" />
+ <hkern u1="&#x27;" u2="&#x3bc;" k="41" />
+ <hkern u1="&#x27;" u2="&#x3ba;" k="41" />
+ <hkern u1="&#x27;" u2="&#x3b7;" k="41" />
+ <hkern u1="&#x27;" u2="&#x3b6;" k="41" />
+ <hkern u1="&#x27;" u2="&#x3b5;" k="41" />
+ <hkern u1="&#x27;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x27;" u2="&#x3b1;" k="82" />
+ <hkern u1="&#x27;" u2="&#x3ae;" k="41" />
+ <hkern u1="&#x27;" u2="&#x3ad;" k="41" />
+ <hkern u1="&#x27;" u2="&#x3ac;" k="82" />
+ <hkern u1="&#x27;" u2="&#x39b;" k="143" />
+ <hkern u1="&#x27;" u2="&#x394;" k="143" />
+ <hkern u1="&#x27;" u2="&#x391;" k="143" />
+ <hkern u1="&#x27;" u2="&#x386;" k="143" />
+ <hkern u1="&#x27;" u2="&#x219;" k="61" />
+ <hkern u1="&#x27;" u2="&#x1ff;" k="123" />
+ <hkern u1="&#x27;" u2="&#x1fd;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1fb;" k="82" />
+ <hkern u1="&#x27;" u2="&#x1fa;" k="143" />
+ <hkern u1="&#x27;" u2="&#x178;" k="-20" />
+ <hkern u1="&#x27;" u2="&#x176;" k="-20" />
+ <hkern u1="&#x27;" u2="&#x174;" k="-41" />
+ <hkern u1="&#x27;" u2="&#x173;" k="61" />
+ <hkern u1="&#x27;" u2="&#x171;" k="61" />
+ <hkern u1="&#x27;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x27;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x27;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x27;" u2="&#x169;" k="61" />
+ <hkern u1="&#x27;" u2="&#x164;" k="-41" />
+ <hkern u1="&#x27;" u2="&#x21a;" k="-41" />
+ <hkern u1="&#x27;" u2="&#x15f;" k="61" />
+ <hkern u1="&#x27;" u2="&#x15b;" k="61" />
+ <hkern u1="&#x27;" u2="&#x157;" k="61" />
+ <hkern u1="&#x27;" u2="&#x155;" k="61" />
+ <hkern u1="&#x27;" u2="&#x153;" k="123" />
+ <hkern u1="&#x27;" u2="&#x151;" k="123" />
+ <hkern u1="&#x27;" u2="&#x14f;" k="123" />
+ <hkern u1="&#x27;" u2="&#x14d;" k="123" />
+ <hkern u1="&#x27;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x27;" u2="&#x146;" k="61" />
+ <hkern u1="&#x27;" u2="&#x144;" k="61" />
+ <hkern u1="&#x27;" u2="&#x138;" k="61" />
+ <hkern u1="&#x27;" u2="&#x123;" k="61" />
+ <hkern u1="&#x27;" u2="&#x121;" k="61" />
+ <hkern u1="&#x27;" u2="&#x11f;" k="61" />
+ <hkern u1="&#x27;" u2="&#x11d;" k="61" />
+ <hkern u1="&#x27;" u2="&#x11b;" k="123" />
+ <hkern u1="&#x27;" u2="&#x119;" k="123" />
+ <hkern u1="&#x27;" u2="&#x117;" k="123" />
+ <hkern u1="&#x27;" u2="&#x115;" k="123" />
+ <hkern u1="&#x27;" u2="&#x113;" k="123" />
+ <hkern u1="&#x27;" u2="&#x111;" k="123" />
+ <hkern u1="&#x27;" u2="&#x10f;" k="123" />
+ <hkern u1="&#x27;" u2="&#x10d;" k="123" />
+ <hkern u1="&#x27;" u2="&#x10b;" k="123" />
+ <hkern u1="&#x27;" u2="&#x109;" k="123" />
+ <hkern u1="&#x27;" u2="&#x107;" k="123" />
+ <hkern u1="&#x27;" u2="&#x105;" k="82" />
+ <hkern u1="&#x27;" u2="&#x104;" k="143" />
+ <hkern u1="&#x27;" u2="&#x103;" k="82" />
+ <hkern u1="&#x27;" u2="&#x102;" k="143" />
+ <hkern u1="&#x27;" u2="&#x101;" k="82" />
+ <hkern u1="&#x27;" u2="&#x100;" k="143" />
+ <hkern u1="&#x27;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x27;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x27;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x27;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x27;" u2="&#xf8;" k="123" />
+ <hkern u1="&#x27;" u2="&#xf6;" k="123" />
+ <hkern u1="&#x27;" u2="&#xf5;" k="123" />
+ <hkern u1="&#x27;" u2="&#xf4;" k="123" />
+ <hkern u1="&#x27;" u2="&#xf3;" k="123" />
+ <hkern u1="&#x27;" u2="&#xf2;" k="123" />
+ <hkern u1="&#x27;" u2="&#xeb;" k="123" />
+ <hkern u1="&#x27;" u2="&#xea;" k="123" />
+ <hkern u1="&#x27;" u2="&#xe9;" k="123" />
+ <hkern u1="&#x27;" u2="&#xe8;" k="123" />
+ <hkern u1="&#x27;" u2="&#xe7;" k="123" />
+ <hkern u1="&#x27;" u2="&#xe6;" k="82" />
+ <hkern u1="&#x27;" u2="&#xe5;" k="82" />
+ <hkern u1="&#x27;" u2="&#xe4;" k="82" />
+ <hkern u1="&#x27;" u2="&#xe3;" k="82" />
+ <hkern u1="&#x27;" u2="&#xe2;" k="82" />
+ <hkern u1="&#x27;" u2="&#xe1;" k="82" />
+ <hkern u1="&#x27;" u2="&#xe0;" k="123" />
+ <hkern u1="&#x27;" u2="&#xdd;" k="-20" />
+ <hkern u1="&#x27;" u2="&#xc5;" k="143" />
+ <hkern u1="&#x27;" u2="&#xc4;" k="143" />
+ <hkern u1="&#x27;" u2="&#xc3;" k="143" />
+ <hkern u1="&#x27;" u2="&#xc2;" k="143" />
+ <hkern u1="&#x27;" u2="&#xc1;" k="143" />
+ <hkern u1="&#x27;" u2="&#xc0;" k="143" />
+ <hkern u1="&#x27;" u2="u" k="61" />
+ <hkern u1="&#x27;" u2="s" k="61" />
+ <hkern u1="&#x27;" u2="r" k="61" />
+ <hkern u1="&#x27;" u2="q" k="123" />
+ <hkern u1="&#x27;" u2="p" k="61" />
+ <hkern u1="&#x27;" u2="o" k="123" />
+ <hkern u1="&#x27;" u2="n" k="61" />
+ <hkern u1="&#x27;" u2="m" k="61" />
+ <hkern u1="&#x27;" u2="g" k="61" />
+ <hkern u1="&#x27;" u2="e" k="123" />
+ <hkern u1="&#x27;" u2="d" k="123" />
+ <hkern u1="&#x27;" u2="c" k="123" />
+ <hkern u1="&#x27;" u2="a" k="82" />
+ <hkern u1="&#x27;" u2="Y" k="-20" />
+ <hkern u1="&#x27;" u2="W" k="-41" />
+ <hkern u1="&#x27;" u2="V" k="-41" />
+ <hkern u1="&#x27;" u2="T" k="-41" />
+ <hkern u1="&#x27;" u2="A" k="143" />
+ <hkern u1="&#x28;" u2="J" k="-184" />
+ <hkern u1="&#x2c;" u2="&#x162;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x1ef0;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x1eee;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x1eec;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x1eea;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x1ee8;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x1ee6;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x1ee4;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x1ee2;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1ee0;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1ede;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1edc;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1eda;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1ed8;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1ed6;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1ed4;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1ed2;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1ed0;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1ece;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1ecc;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x50e;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x50c;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x507;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x506;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x505;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x504;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x4f5;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x4f4;" k="164" />
+ <hkern u1="&#x2c;" u2="&#x4ea;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x4e8;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x4e6;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x4cc;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x4cb;" k="164" />
+ <hkern u1="&#x2c;" u2="&#x4be;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x4bc;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x4b9;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x4b8;" k="164" />
+ <hkern u1="&#x2c;" u2="&#x4b7;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x4b6;" k="164" />
+ <hkern u1="&#x2c;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x4b4;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x4b0;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x4ae;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x4aa;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x4a8;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x4a0;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x480;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x47e;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x47c;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x47a;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x478;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x476;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x474;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x472;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x470;" k="164" />
+ <hkern u1="&#x2c;" u2="&#x460;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x1af;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x1a0;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x3d2;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x1e84;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x1e82;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x1e80;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x447;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x442;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x42a;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x427;" k="164" />
+ <hkern u1="&#x2c;" u2="&#x424;" k="82" />
+ <hkern u1="&#x2c;" u2="&#x422;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x421;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x41e;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x40b;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x404;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x402;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x3b8;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x3ab;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x3a8;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x3a6;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x3a5;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x3a4;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x39f;" k="82" />
+ <hkern u1="&#x2c;" u2="&#x398;" k="82" />
+ <hkern u1="&#x2c;" u2="&#x1fe;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x178;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x176;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x174;" k="123" />
+ <hkern u1="&#x2c;" u2="&#x172;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x170;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x16e;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x16c;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x16a;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x168;" k="41" />
+ <hkern u1="&#x2c;" u2="&#x164;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x2c;" u2="&#x152;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x150;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x14e;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x14c;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x122;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x120;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x11e;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x11c;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x10c;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x10a;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x108;" k="102" />
+ <hkern u1="&#x2c;" u2="&#x106;" k="102" />
+ <hkern u1="&#x2c;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x2c;" u2="&#xdc;" k="41" />
+ <hkern u1="&#x2c;" u2="&#xdb;" k="41" />
+ <hkern u1="&#x2c;" u2="&#xda;" k="41" />
+ <hkern u1="&#x2c;" u2="&#xd9;" k="41" />
+ <hkern u1="&#x2c;" u2="&#xd8;" k="102" />
+ <hkern u1="&#x2c;" u2="&#xd6;" k="102" />
+ <hkern u1="&#x2c;" u2="&#xd5;" k="102" />
+ <hkern u1="&#x2c;" u2="&#xd4;" k="102" />
+ <hkern u1="&#x2c;" u2="&#xd3;" k="102" />
+ <hkern u1="&#x2c;" u2="&#xd2;" k="102" />
+ <hkern u1="&#x2c;" u2="&#xc7;" k="102" />
+ <hkern u1="&#x2c;" u2="Y" k="123" />
+ <hkern u1="&#x2c;" u2="W" k="123" />
+ <hkern u1="&#x2c;" u2="V" k="123" />
+ <hkern u1="&#x2c;" u2="U" k="41" />
+ <hkern u1="&#x2c;" u2="T" k="143" />
+ <hkern u1="&#x2c;" u2="Q" k="102" />
+ <hkern u1="&#x2c;" u2="O" k="102" />
+ <hkern u1="&#x2c;" u2="G" k="102" />
+ <hkern u1="&#x2c;" u2="C" k="102" />
+ <hkern u1="&#x2d;" u2="&#x162;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x2d;" u2="&#x50e;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x2d;" u2="&#x4b4;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x2d;" u2="&#x4ac;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x2d;" u2="&#x4a0;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x2d;" u2="&#x442;" k="41" />
+ <hkern u1="&#x2d;" u2="&#x42a;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x422;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x40b;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x402;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x3a4;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x164;" k="82" />
+ <hkern u1="&#x2d;" u2="&#x21a;" k="82" />
+ <hkern u1="&#x2d;" u2="T" k="82" />
+ <hkern u1="&#x2e;" u2="&#x162;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x1ef0;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x1eee;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x1eec;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x1eea;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x1ee8;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x1ee6;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x1ee4;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x1ee2;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1ee0;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1ede;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1edc;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1eda;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1ed8;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1ed6;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1ed4;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1ed2;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1ed0;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1ece;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1ecc;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x50e;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x50c;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x507;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x506;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x505;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x504;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x4f5;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x4f4;" k="164" />
+ <hkern u1="&#x2e;" u2="&#x4ea;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x4e8;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x4e6;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x4cc;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x4cb;" k="164" />
+ <hkern u1="&#x2e;" u2="&#x4be;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x4bc;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x4b9;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x4b8;" k="164" />
+ <hkern u1="&#x2e;" u2="&#x4b7;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x4b6;" k="164" />
+ <hkern u1="&#x2e;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x4b4;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x4b0;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x4ae;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x4aa;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x4a8;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x4a0;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x480;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x47e;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x47c;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x47a;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x478;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x476;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x474;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x472;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x470;" k="164" />
+ <hkern u1="&#x2e;" u2="&#x460;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x1af;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x1a0;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x3d2;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x1e84;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x1e82;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x1e80;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x447;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x442;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x42a;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x427;" k="164" />
+ <hkern u1="&#x2e;" u2="&#x424;" k="82" />
+ <hkern u1="&#x2e;" u2="&#x422;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x421;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x41e;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x40b;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x404;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x402;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x3b8;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x3ab;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x3a8;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x3a6;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x3a5;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x3a4;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x39f;" k="82" />
+ <hkern u1="&#x2e;" u2="&#x398;" k="82" />
+ <hkern u1="&#x2e;" u2="&#x1fe;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x178;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x176;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x174;" k="123" />
+ <hkern u1="&#x2e;" u2="&#x172;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x170;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x16e;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x16c;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x16a;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x168;" k="41" />
+ <hkern u1="&#x2e;" u2="&#x164;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x2e;" u2="&#x152;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x150;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x14e;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x14c;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x122;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x120;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x11e;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x11c;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x10c;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x10a;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x108;" k="102" />
+ <hkern u1="&#x2e;" u2="&#x106;" k="102" />
+ <hkern u1="&#x2e;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x2e;" u2="&#xdc;" k="41" />
+ <hkern u1="&#x2e;" u2="&#xdb;" k="41" />
+ <hkern u1="&#x2e;" u2="&#xda;" k="41" />
+ <hkern u1="&#x2e;" u2="&#xd9;" k="41" />
+ <hkern u1="&#x2e;" u2="&#xd8;" k="102" />
+ <hkern u1="&#x2e;" u2="&#xd6;" k="102" />
+ <hkern u1="&#x2e;" u2="&#xd5;" k="102" />
+ <hkern u1="&#x2e;" u2="&#xd4;" k="102" />
+ <hkern u1="&#x2e;" u2="&#xd3;" k="102" />
+ <hkern u1="&#x2e;" u2="&#xd2;" k="102" />
+ <hkern u1="&#x2e;" u2="&#xc7;" k="102" />
+ <hkern u1="&#x2e;" u2="Y" k="123" />
+ <hkern u1="&#x2e;" u2="W" k="123" />
+ <hkern u1="&#x2e;" u2="V" k="123" />
+ <hkern u1="&#x2e;" u2="U" k="41" />
+ <hkern u1="&#x2e;" u2="T" k="143" />
+ <hkern u1="&#x2e;" u2="Q" k="102" />
+ <hkern u1="&#x2e;" u2="O" k="102" />
+ <hkern u1="&#x2e;" u2="G" k="102" />
+ <hkern u1="&#x2e;" u2="C" k="102" />
+ <hkern u1="A" u2="&#x162;" k="143" />
+ <hkern u1="A" u2="&#x1ef8;" k="123" />
+ <hkern u1="A" u2="&#x1ef6;" k="123" />
+ <hkern u1="A" u2="&#x1ef4;" k="123" />
+ <hkern u1="A" u2="&#x1ee2;" k="41" />
+ <hkern u1="A" u2="&#x1ee0;" k="41" />
+ <hkern u1="A" u2="&#x1ede;" k="41" />
+ <hkern u1="A" u2="&#x1edc;" k="41" />
+ <hkern u1="A" u2="&#x1eda;" k="41" />
+ <hkern u1="A" u2="&#x1ed8;" k="41" />
+ <hkern u1="A" u2="&#x1ed6;" k="41" />
+ <hkern u1="A" u2="&#x1ed4;" k="41" />
+ <hkern u1="A" u2="&#x1ed2;" k="41" />
+ <hkern u1="A" u2="&#x1ed0;" k="41" />
+ <hkern u1="A" u2="&#x1ece;" k="41" />
+ <hkern u1="A" u2="&#x1ecc;" k="41" />
+ <hkern u1="A" u2="&#x1a0;" k="41" />
+ <hkern u1="A" u2="&#x201d;" k="143" />
+ <hkern u1="A" u2="&#x2019;" k="143" />
+ <hkern u1="A" u2="&#x1ef2;" k="123" />
+ <hkern u1="A" u2="&#x1e84;" k="82" />
+ <hkern u1="A" u2="&#x1e82;" k="82" />
+ <hkern u1="A" u2="&#x1e80;" k="82" />
+ <hkern u1="A" u2="&#x1fe;" k="41" />
+ <hkern u1="A" u2="&#x178;" k="123" />
+ <hkern u1="A" u2="&#x176;" k="123" />
+ <hkern u1="A" u2="&#x174;" k="82" />
+ <hkern u1="A" u2="&#x164;" k="143" />
+ <hkern u1="A" u2="&#x21a;" k="143" />
+ <hkern u1="A" u2="&#x152;" k="41" />
+ <hkern u1="A" u2="&#x150;" k="41" />
+ <hkern u1="A" u2="&#x14e;" k="41" />
+ <hkern u1="A" u2="&#x14c;" k="41" />
+ <hkern u1="A" u2="&#x122;" k="41" />
+ <hkern u1="A" u2="&#x120;" k="41" />
+ <hkern u1="A" u2="&#x11e;" k="41" />
+ <hkern u1="A" u2="&#x11c;" k="41" />
+ <hkern u1="A" u2="&#x10c;" k="41" />
+ <hkern u1="A" u2="&#x10a;" k="41" />
+ <hkern u1="A" u2="&#x108;" k="41" />
+ <hkern u1="A" u2="&#x106;" k="41" />
+ <hkern u1="A" u2="&#xdd;" k="123" />
+ <hkern u1="A" u2="&#xd8;" k="41" />
+ <hkern u1="A" u2="&#xd6;" k="41" />
+ <hkern u1="A" u2="&#xd5;" k="41" />
+ <hkern u1="A" u2="&#xd4;" k="41" />
+ <hkern u1="A" u2="&#xd3;" k="41" />
+ <hkern u1="A" u2="&#xd2;" k="41" />
+ <hkern u1="A" u2="&#xc7;" k="41" />
+ <hkern u1="A" u2="Y" k="123" />
+ <hkern u1="A" u2="W" k="82" />
+ <hkern u1="A" u2="V" k="82" />
+ <hkern u1="A" u2="T" k="143" />
+ <hkern u1="A" u2="Q" k="41" />
+ <hkern u1="A" u2="O" k="41" />
+ <hkern u1="A" u2="J" k="-266" />
+ <hkern u1="A" u2="G" k="41" />
+ <hkern u1="A" u2="C" k="41" />
+ <hkern u1="A" u2="&#x27;" k="143" />
+ <hkern u1="A" u2="&#x22;" k="143" />
+ <hkern u1="B" u2="&#x162;" k="61" />
+ <hkern u1="B" u2="&#x1ef8;" k="20" />
+ <hkern u1="B" u2="&#x1ef6;" k="20" />
+ <hkern u1="B" u2="&#x1ef4;" k="20" />
+ <hkern u1="B" u2="&#x1eb6;" k="41" />
+ <hkern u1="B" u2="&#x1eb4;" k="41" />
+ <hkern u1="B" u2="&#x1eb2;" k="41" />
+ <hkern u1="B" u2="&#x1eb0;" k="41" />
+ <hkern u1="B" u2="&#x1eae;" k="41" />
+ <hkern u1="B" u2="&#x1eac;" k="41" />
+ <hkern u1="B" u2="&#x1eaa;" k="41" />
+ <hkern u1="B" u2="&#x1ea8;" k="41" />
+ <hkern u1="B" u2="&#x1ea6;" k="41" />
+ <hkern u1="B" u2="&#x1ea4;" k="41" />
+ <hkern u1="B" u2="&#x1ea2;" k="41" />
+ <hkern u1="B" u2="&#x1ea0;" k="41" />
+ <hkern u1="B" u2="&#x1e00;" k="41" />
+ <hkern u1="B" u2="&#x201e;" k="82" />
+ <hkern u1="B" u2="&#x201a;" k="82" />
+ <hkern u1="B" u2="&#x1ef2;" k="20" />
+ <hkern u1="B" u2="&#x1e84;" k="20" />
+ <hkern u1="B" u2="&#x1e82;" k="20" />
+ <hkern u1="B" u2="&#x1e80;" k="20" />
+ <hkern u1="B" u2="&#x405;" k="20" />
+ <hkern u1="B" u2="&#x1fa;" k="41" />
+ <hkern u1="B" u2="&#x17d;" k="20" />
+ <hkern u1="B" u2="&#x17b;" k="20" />
+ <hkern u1="B" u2="&#x179;" k="20" />
+ <hkern u1="B" u2="&#x178;" k="20" />
+ <hkern u1="B" u2="&#x176;" k="20" />
+ <hkern u1="B" u2="&#x174;" k="20" />
+ <hkern u1="B" u2="&#x164;" k="61" />
+ <hkern u1="B" u2="&#x21a;" k="61" />
+ <hkern u1="B" u2="&#x104;" k="41" />
+ <hkern u1="B" u2="&#x102;" k="41" />
+ <hkern u1="B" u2="&#x100;" k="41" />
+ <hkern u1="B" u2="&#xdd;" k="20" />
+ <hkern u1="B" u2="&#xc5;" k="41" />
+ <hkern u1="B" u2="&#xc4;" k="41" />
+ <hkern u1="B" u2="&#xc3;" k="41" />
+ <hkern u1="B" u2="&#xc2;" k="41" />
+ <hkern u1="B" u2="&#xc1;" k="41" />
+ <hkern u1="B" u2="&#xc0;" k="41" />
+ <hkern u1="B" u2="Z" k="20" />
+ <hkern u1="B" u2="Y" k="20" />
+ <hkern u1="B" u2="X" k="41" />
+ <hkern u1="B" u2="W" k="20" />
+ <hkern u1="B" u2="V" k="20" />
+ <hkern u1="B" u2="T" k="61" />
+ <hkern u1="B" u2="A" k="41" />
+ <hkern u1="B" u2="&#x2e;" k="82" />
+ <hkern u1="B" u2="&#x2c;" k="82" />
+ <hkern u1="C" u2="&#x1ee2;" k="41" />
+ <hkern u1="C" u2="&#x1ee0;" k="41" />
+ <hkern u1="C" u2="&#x1ede;" k="41" />
+ <hkern u1="C" u2="&#x1edc;" k="41" />
+ <hkern u1="C" u2="&#x1eda;" k="41" />
+ <hkern u1="C" u2="&#x1ed8;" k="41" />
+ <hkern u1="C" u2="&#x1ed6;" k="41" />
+ <hkern u1="C" u2="&#x1ed4;" k="41" />
+ <hkern u1="C" u2="&#x1ed2;" k="41" />
+ <hkern u1="C" u2="&#x1ed0;" k="41" />
+ <hkern u1="C" u2="&#x1ece;" k="41" />
+ <hkern u1="C" u2="&#x1ecc;" k="41" />
+ <hkern u1="C" u2="&#x1a0;" k="41" />
+ <hkern u1="C" u2="&#x1fe;" k="41" />
+ <hkern u1="C" u2="&#x152;" k="41" />
+ <hkern u1="C" u2="&#x150;" k="41" />
+ <hkern u1="C" u2="&#x14e;" k="41" />
+ <hkern u1="C" u2="&#x14c;" k="41" />
+ <hkern u1="C" u2="&#x122;" k="41" />
+ <hkern u1="C" u2="&#x120;" k="41" />
+ <hkern u1="C" u2="&#x11e;" k="41" />
+ <hkern u1="C" u2="&#x11c;" k="41" />
+ <hkern u1="C" u2="&#x10c;" k="41" />
+ <hkern u1="C" u2="&#x10a;" k="41" />
+ <hkern u1="C" u2="&#x108;" k="41" />
+ <hkern u1="C" u2="&#x106;" k="41" />
+ <hkern u1="C" u2="&#xd8;" k="41" />
+ <hkern u1="C" u2="&#xd6;" k="41" />
+ <hkern u1="C" u2="&#xd5;" k="41" />
+ <hkern u1="C" u2="&#xd4;" k="41" />
+ <hkern u1="C" u2="&#xd3;" k="41" />
+ <hkern u1="C" u2="&#xd2;" k="41" />
+ <hkern u1="C" u2="&#xc7;" k="41" />
+ <hkern u1="C" u2="Q" k="41" />
+ <hkern u1="C" u2="O" k="41" />
+ <hkern u1="C" u2="G" k="41" />
+ <hkern u1="C" u2="C" k="41" />
+ <hkern u1="D" u2="&#x162;" k="61" />
+ <hkern u1="D" u2="&#x1ef8;" k="20" />
+ <hkern u1="D" u2="&#x1ef6;" k="20" />
+ <hkern u1="D" u2="&#x1ef4;" k="20" />
+ <hkern u1="D" u2="&#x1eb6;" k="41" />
+ <hkern u1="D" u2="&#x1eb4;" k="41" />
+ <hkern u1="D" u2="&#x1eb2;" k="41" />
+ <hkern u1="D" u2="&#x1eb0;" k="41" />
+ <hkern u1="D" u2="&#x1eae;" k="41" />
+ <hkern u1="D" u2="&#x1eac;" k="41" />
+ <hkern u1="D" u2="&#x1eaa;" k="41" />
+ <hkern u1="D" u2="&#x1ea8;" k="41" />
+ <hkern u1="D" u2="&#x1ea6;" k="41" />
+ <hkern u1="D" u2="&#x1ea4;" k="41" />
+ <hkern u1="D" u2="&#x1ea2;" k="41" />
+ <hkern u1="D" u2="&#x1ea0;" k="41" />
+ <hkern u1="D" u2="&#x1e00;" k="41" />
+ <hkern u1="D" u2="&#x201e;" k="82" />
+ <hkern u1="D" u2="&#x201a;" k="82" />
+ <hkern u1="D" u2="&#x1ef2;" k="20" />
+ <hkern u1="D" u2="&#x1e84;" k="20" />
+ <hkern u1="D" u2="&#x1e82;" k="20" />
+ <hkern u1="D" u2="&#x1e80;" k="20" />
+ <hkern u1="D" u2="&#x405;" k="20" />
+ <hkern u1="D" u2="&#x1fa;" k="41" />
+ <hkern u1="D" u2="&#x17d;" k="20" />
+ <hkern u1="D" u2="&#x17b;" k="20" />
+ <hkern u1="D" u2="&#x179;" k="20" />
+ <hkern u1="D" u2="&#x178;" k="20" />
+ <hkern u1="D" u2="&#x176;" k="20" />
+ <hkern u1="D" u2="&#x174;" k="20" />
+ <hkern u1="D" u2="&#x164;" k="61" />
+ <hkern u1="D" u2="&#x21a;" k="61" />
+ <hkern u1="D" u2="&#x104;" k="41" />
+ <hkern u1="D" u2="&#x102;" k="41" />
+ <hkern u1="D" u2="&#x100;" k="41" />
+ <hkern u1="D" u2="&#xdd;" k="20" />
+ <hkern u1="D" u2="&#xc5;" k="41" />
+ <hkern u1="D" u2="&#xc4;" k="41" />
+ <hkern u1="D" u2="&#xc3;" k="41" />
+ <hkern u1="D" u2="&#xc2;" k="41" />
+ <hkern u1="D" u2="&#xc1;" k="41" />
+ <hkern u1="D" u2="&#xc0;" k="41" />
+ <hkern u1="D" u2="Z" k="20" />
+ <hkern u1="D" u2="Y" k="20" />
+ <hkern u1="D" u2="X" k="41" />
+ <hkern u1="D" u2="W" k="20" />
+ <hkern u1="D" u2="V" k="20" />
+ <hkern u1="D" u2="T" k="61" />
+ <hkern u1="D" u2="A" k="41" />
+ <hkern u1="D" u2="&#x2e;" k="82" />
+ <hkern u1="D" u2="&#x2c;" k="82" />
+ <hkern u1="E" u2="J" k="-123" />
+ <hkern u1="F" u2="&#x1eb6;" k="41" />
+ <hkern u1="F" u2="&#x1eb4;" k="41" />
+ <hkern u1="F" u2="&#x1eb2;" k="41" />
+ <hkern u1="F" u2="&#x1eb0;" k="41" />
+ <hkern u1="F" u2="&#x1eae;" k="41" />
+ <hkern u1="F" u2="&#x1eac;" k="41" />
+ <hkern u1="F" u2="&#x1eaa;" k="41" />
+ <hkern u1="F" u2="&#x1ea8;" k="41" />
+ <hkern u1="F" u2="&#x1ea6;" k="41" />
+ <hkern u1="F" u2="&#x1ea4;" k="41" />
+ <hkern u1="F" u2="&#x1ea2;" k="41" />
+ <hkern u1="F" u2="&#x1ea0;" k="41" />
+ <hkern u1="F" u2="&#x1e00;" k="41" />
+ <hkern u1="F" u2="&#x201e;" k="123" />
+ <hkern u1="F" u2="&#x201a;" k="123" />
+ <hkern u1="F" u2="&#x1fa;" k="41" />
+ <hkern u1="F" u2="&#x104;" k="41" />
+ <hkern u1="F" u2="&#x102;" k="41" />
+ <hkern u1="F" u2="&#x100;" k="41" />
+ <hkern u1="F" u2="&#xc5;" k="41" />
+ <hkern u1="F" u2="&#xc4;" k="41" />
+ <hkern u1="F" u2="&#xc3;" k="41" />
+ <hkern u1="F" u2="&#xc2;" k="41" />
+ <hkern u1="F" u2="&#xc1;" k="41" />
+ <hkern u1="F" u2="&#xc0;" k="41" />
+ <hkern u1="F" u2="A" k="41" />
+ <hkern u1="F" u2="&#x3f;" k="-41" />
+ <hkern u1="F" u2="&#x2e;" k="123" />
+ <hkern u1="F" u2="&#x2c;" k="123" />
+ <hkern u1="K" u2="&#x1ee2;" k="41" />
+ <hkern u1="K" u2="&#x1ee0;" k="41" />
+ <hkern u1="K" u2="&#x1ede;" k="41" />
+ <hkern u1="K" u2="&#x1edc;" k="41" />
+ <hkern u1="K" u2="&#x1eda;" k="41" />
+ <hkern u1="K" u2="&#x1ed8;" k="41" />
+ <hkern u1="K" u2="&#x1ed6;" k="41" />
+ <hkern u1="K" u2="&#x1ed4;" k="41" />
+ <hkern u1="K" u2="&#x1ed2;" k="41" />
+ <hkern u1="K" u2="&#x1ed0;" k="41" />
+ <hkern u1="K" u2="&#x1ece;" k="41" />
+ <hkern u1="K" u2="&#x1ecc;" k="41" />
+ <hkern u1="K" u2="&#x1a0;" k="41" />
+ <hkern u1="K" u2="&#x1fe;" k="41" />
+ <hkern u1="K" u2="&#x152;" k="41" />
+ <hkern u1="K" u2="&#x150;" k="41" />
+ <hkern u1="K" u2="&#x14e;" k="41" />
+ <hkern u1="K" u2="&#x14c;" k="41" />
+ <hkern u1="K" u2="&#x122;" k="41" />
+ <hkern u1="K" u2="&#x120;" k="41" />
+ <hkern u1="K" u2="&#x11e;" k="41" />
+ <hkern u1="K" u2="&#x11c;" k="41" />
+ <hkern u1="K" u2="&#x10c;" k="41" />
+ <hkern u1="K" u2="&#x10a;" k="41" />
+ <hkern u1="K" u2="&#x108;" k="41" />
+ <hkern u1="K" u2="&#x106;" k="41" />
+ <hkern u1="K" u2="&#xd8;" k="41" />
+ <hkern u1="K" u2="&#xd6;" k="41" />
+ <hkern u1="K" u2="&#xd5;" k="41" />
+ <hkern u1="K" u2="&#xd4;" k="41" />
+ <hkern u1="K" u2="&#xd3;" k="41" />
+ <hkern u1="K" u2="&#xd2;" k="41" />
+ <hkern u1="K" u2="&#xc7;" k="41" />
+ <hkern u1="K" u2="Q" k="41" />
+ <hkern u1="K" u2="O" k="41" />
+ <hkern u1="K" u2="G" k="41" />
+ <hkern u1="K" u2="C" k="41" />
+ <hkern u1="L" u2="&#x162;" k="41" />
+ <hkern u1="L" u2="&#x1ef8;" k="61" />
+ <hkern u1="L" u2="&#x1ef6;" k="61" />
+ <hkern u1="L" u2="&#x1ef4;" k="61" />
+ <hkern u1="L" u2="&#x1ef0;" k="20" />
+ <hkern u1="L" u2="&#x1eee;" k="20" />
+ <hkern u1="L" u2="&#x1eec;" k="20" />
+ <hkern u1="L" u2="&#x1eea;" k="20" />
+ <hkern u1="L" u2="&#x1ee8;" k="20" />
+ <hkern u1="L" u2="&#x1ee6;" k="20" />
+ <hkern u1="L" u2="&#x1ee4;" k="20" />
+ <hkern u1="L" u2="&#x1ee2;" k="41" />
+ <hkern u1="L" u2="&#x1ee0;" k="41" />
+ <hkern u1="L" u2="&#x1ede;" k="41" />
+ <hkern u1="L" u2="&#x1edc;" k="41" />
+ <hkern u1="L" u2="&#x1eda;" k="41" />
+ <hkern u1="L" u2="&#x1ed8;" k="41" />
+ <hkern u1="L" u2="&#x1ed6;" k="41" />
+ <hkern u1="L" u2="&#x1ed4;" k="41" />
+ <hkern u1="L" u2="&#x1ed2;" k="41" />
+ <hkern u1="L" u2="&#x1ed0;" k="41" />
+ <hkern u1="L" u2="&#x1ece;" k="41" />
+ <hkern u1="L" u2="&#x1ecc;" k="41" />
+ <hkern u1="L" u2="&#x1af;" k="20" />
+ <hkern u1="L" u2="&#x1a0;" k="41" />
+ <hkern u1="L" u2="&#x201d;" k="164" />
+ <hkern u1="L" u2="&#x2019;" k="164" />
+ <hkern u1="L" u2="&#x1ef2;" k="61" />
+ <hkern u1="L" u2="&#x1e84;" k="41" />
+ <hkern u1="L" u2="&#x1e82;" k="41" />
+ <hkern u1="L" u2="&#x1e80;" k="41" />
+ <hkern u1="L" u2="&#x1fe;" k="41" />
+ <hkern u1="L" u2="&#x178;" k="61" />
+ <hkern u1="L" u2="&#x176;" k="61" />
+ <hkern u1="L" u2="&#x174;" k="41" />
+ <hkern u1="L" u2="&#x172;" k="20" />
+ <hkern u1="L" u2="&#x170;" k="20" />
+ <hkern u1="L" u2="&#x16e;" k="20" />
+ <hkern u1="L" u2="&#x16c;" k="20" />
+ <hkern u1="L" u2="&#x16a;" k="20" />
+ <hkern u1="L" u2="&#x168;" k="20" />
+ <hkern u1="L" u2="&#x164;" k="41" />
+ <hkern u1="L" u2="&#x21a;" k="41" />
+ <hkern u1="L" u2="&#x152;" k="41" />
+ <hkern u1="L" u2="&#x150;" k="41" />
+ <hkern u1="L" u2="&#x14e;" k="41" />
+ <hkern u1="L" u2="&#x14c;" k="41" />
+ <hkern u1="L" u2="&#x122;" k="41" />
+ <hkern u1="L" u2="&#x120;" k="41" />
+ <hkern u1="L" u2="&#x11e;" k="41" />
+ <hkern u1="L" u2="&#x11c;" k="41" />
+ <hkern u1="L" u2="&#x10c;" k="41" />
+ <hkern u1="L" u2="&#x10a;" k="41" />
+ <hkern u1="L" u2="&#x108;" k="41" />
+ <hkern u1="L" u2="&#x106;" k="41" />
+ <hkern u1="L" u2="&#xdd;" k="61" />
+ <hkern u1="L" u2="&#xdc;" k="20" />
+ <hkern u1="L" u2="&#xdb;" k="20" />
+ <hkern u1="L" u2="&#xda;" k="20" />
+ <hkern u1="L" u2="&#xd9;" k="20" />
+ <hkern u1="L" u2="&#xd8;" k="41" />
+ <hkern u1="L" u2="&#xd6;" k="41" />
+ <hkern u1="L" u2="&#xd5;" k="41" />
+ <hkern u1="L" u2="&#xd4;" k="41" />
+ <hkern u1="L" u2="&#xd3;" k="41" />
+ <hkern u1="L" u2="&#xd2;" k="41" />
+ <hkern u1="L" u2="&#xc7;" k="41" />
+ <hkern u1="L" u2="Y" k="61" />
+ <hkern u1="L" u2="W" k="41" />
+ <hkern u1="L" u2="V" k="41" />
+ <hkern u1="L" u2="U" k="20" />
+ <hkern u1="L" u2="T" k="41" />
+ <hkern u1="L" u2="Q" k="41" />
+ <hkern u1="L" u2="O" k="41" />
+ <hkern u1="L" u2="G" k="41" />
+ <hkern u1="L" u2="C" k="41" />
+ <hkern u1="L" u2="&#x27;" k="164" />
+ <hkern u1="L" u2="&#x22;" k="164" />
+ <hkern u1="O" u2="&#x162;" k="61" />
+ <hkern u1="O" u2="&#x1ef8;" k="20" />
+ <hkern u1="O" u2="&#x1ef6;" k="20" />
+ <hkern u1="O" u2="&#x1ef4;" k="20" />
+ <hkern u1="O" u2="&#x1eb6;" k="41" />
+ <hkern u1="O" u2="&#x1eb4;" k="41" />
+ <hkern u1="O" u2="&#x1eb2;" k="41" />
+ <hkern u1="O" u2="&#x1eb0;" k="41" />
+ <hkern u1="O" u2="&#x1eae;" k="41" />
+ <hkern u1="O" u2="&#x1eac;" k="41" />
+ <hkern u1="O" u2="&#x1eaa;" k="41" />
+ <hkern u1="O" u2="&#x1ea8;" k="41" />
+ <hkern u1="O" u2="&#x1ea6;" k="41" />
+ <hkern u1="O" u2="&#x1ea4;" k="41" />
+ <hkern u1="O" u2="&#x1ea2;" k="41" />
+ <hkern u1="O" u2="&#x1ea0;" k="41" />
+ <hkern u1="O" u2="&#x1e00;" k="41" />
+ <hkern u1="O" u2="&#x201e;" k="82" />
+ <hkern u1="O" u2="&#x201a;" k="82" />
+ <hkern u1="O" u2="&#x1ef2;" k="20" />
+ <hkern u1="O" u2="&#x1e84;" k="20" />
+ <hkern u1="O" u2="&#x1e82;" k="20" />
+ <hkern u1="O" u2="&#x1e80;" k="20" />
+ <hkern u1="O" u2="&#x405;" k="20" />
+ <hkern u1="O" u2="&#x1fa;" k="41" />
+ <hkern u1="O" u2="&#x17d;" k="20" />
+ <hkern u1="O" u2="&#x17b;" k="20" />
+ <hkern u1="O" u2="&#x179;" k="20" />
+ <hkern u1="O" u2="&#x178;" k="20" />
+ <hkern u1="O" u2="&#x176;" k="20" />
+ <hkern u1="O" u2="&#x174;" k="20" />
+ <hkern u1="O" u2="&#x164;" k="61" />
+ <hkern u1="O" u2="&#x21a;" k="61" />
+ <hkern u1="O" u2="&#x104;" k="41" />
+ <hkern u1="O" u2="&#x102;" k="41" />
+ <hkern u1="O" u2="&#x100;" k="41" />
+ <hkern u1="O" u2="&#xdd;" k="20" />
+ <hkern u1="O" u2="&#xc5;" k="41" />
+ <hkern u1="O" u2="&#xc4;" k="41" />
+ <hkern u1="O" u2="&#xc3;" k="41" />
+ <hkern u1="O" u2="&#xc2;" k="41" />
+ <hkern u1="O" u2="&#xc1;" k="41" />
+ <hkern u1="O" u2="&#xc0;" k="41" />
+ <hkern u1="O" u2="Z" k="20" />
+ <hkern u1="O" u2="Y" k="20" />
+ <hkern u1="O" u2="X" k="41" />
+ <hkern u1="O" u2="W" k="20" />
+ <hkern u1="O" u2="V" k="20" />
+ <hkern u1="O" u2="T" k="61" />
+ <hkern u1="O" u2="A" k="41" />
+ <hkern u1="O" u2="&#x2e;" k="82" />
+ <hkern u1="O" u2="&#x2c;" k="82" />
+ <hkern u1="P" u2="&#x1eb6;" k="102" />
+ <hkern u1="P" u2="&#x1eb4;" k="102" />
+ <hkern u1="P" u2="&#x1eb2;" k="102" />
+ <hkern u1="P" u2="&#x1eb0;" k="102" />
+ <hkern u1="P" u2="&#x1eae;" k="102" />
+ <hkern u1="P" u2="&#x1eac;" k="102" />
+ <hkern u1="P" u2="&#x1eaa;" k="102" />
+ <hkern u1="P" u2="&#x1ea8;" k="102" />
+ <hkern u1="P" u2="&#x1ea6;" k="102" />
+ <hkern u1="P" u2="&#x1ea4;" k="102" />
+ <hkern u1="P" u2="&#x1ea2;" k="102" />
+ <hkern u1="P" u2="&#x1ea0;" k="102" />
+ <hkern u1="P" u2="&#x1e00;" k="102" />
+ <hkern u1="P" u2="&#x201e;" k="266" />
+ <hkern u1="P" u2="&#x201a;" k="266" />
+ <hkern u1="P" u2="&#x1fa;" k="102" />
+ <hkern u1="P" u2="&#x17d;" k="20" />
+ <hkern u1="P" u2="&#x17b;" k="20" />
+ <hkern u1="P" u2="&#x179;" k="20" />
+ <hkern u1="P" u2="&#x104;" k="102" />
+ <hkern u1="P" u2="&#x102;" k="102" />
+ <hkern u1="P" u2="&#x100;" k="102" />
+ <hkern u1="P" u2="&#xc5;" k="102" />
+ <hkern u1="P" u2="&#xc4;" k="102" />
+ <hkern u1="P" u2="&#xc3;" k="102" />
+ <hkern u1="P" u2="&#xc2;" k="102" />
+ <hkern u1="P" u2="&#xc1;" k="102" />
+ <hkern u1="P" u2="&#xc0;" k="102" />
+ <hkern u1="P" u2="Z" k="20" />
+ <hkern u1="P" u2="X" k="41" />
+ <hkern u1="P" u2="A" k="102" />
+ <hkern u1="P" u2="&#x2e;" k="266" />
+ <hkern u1="P" u2="&#x2c;" k="266" />
+ <hkern u1="Q" u2="&#x162;" k="61" />
+ <hkern u1="Q" u2="&#x1ef8;" k="20" />
+ <hkern u1="Q" u2="&#x1ef6;" k="20" />
+ <hkern u1="Q" u2="&#x1ef4;" k="20" />
+ <hkern u1="Q" u2="&#x1eb6;" k="41" />
+ <hkern u1="Q" u2="&#x1eb4;" k="41" />
+ <hkern u1="Q" u2="&#x1eb2;" k="41" />
+ <hkern u1="Q" u2="&#x1eb0;" k="41" />
+ <hkern u1="Q" u2="&#x1eae;" k="41" />
+ <hkern u1="Q" u2="&#x1eac;" k="41" />
+ <hkern u1="Q" u2="&#x1eaa;" k="41" />
+ <hkern u1="Q" u2="&#x1ea8;" k="41" />
+ <hkern u1="Q" u2="&#x1ea6;" k="41" />
+ <hkern u1="Q" u2="&#x1ea4;" k="41" />
+ <hkern u1="Q" u2="&#x1ea2;" k="41" />
+ <hkern u1="Q" u2="&#x1ea0;" k="41" />
+ <hkern u1="Q" u2="&#x1e00;" k="41" />
+ <hkern u1="Q" u2="&#x201e;" k="82" />
+ <hkern u1="Q" u2="&#x201a;" k="82" />
+ <hkern u1="Q" u2="&#x1ef2;" k="20" />
+ <hkern u1="Q" u2="&#x1e84;" k="20" />
+ <hkern u1="Q" u2="&#x1e82;" k="20" />
+ <hkern u1="Q" u2="&#x1e80;" k="20" />
+ <hkern u1="Q" u2="&#x405;" k="20" />
+ <hkern u1="Q" u2="&#x1fa;" k="41" />
+ <hkern u1="Q" u2="&#x17d;" k="20" />
+ <hkern u1="Q" u2="&#x17b;" k="20" />
+ <hkern u1="Q" u2="&#x179;" k="20" />
+ <hkern u1="Q" u2="&#x178;" k="20" />
+ <hkern u1="Q" u2="&#x176;" k="20" />
+ <hkern u1="Q" u2="&#x174;" k="20" />
+ <hkern u1="Q" u2="&#x164;" k="61" />
+ <hkern u1="Q" u2="&#x21a;" k="61" />
+ <hkern u1="Q" u2="&#x104;" k="41" />
+ <hkern u1="Q" u2="&#x102;" k="41" />
+ <hkern u1="Q" u2="&#x100;" k="41" />
+ <hkern u1="Q" u2="&#xdd;" k="20" />
+ <hkern u1="Q" u2="&#xc5;" k="41" />
+ <hkern u1="Q" u2="&#xc4;" k="41" />
+ <hkern u1="Q" u2="&#xc3;" k="41" />
+ <hkern u1="Q" u2="&#xc2;" k="41" />
+ <hkern u1="Q" u2="&#xc1;" k="41" />
+ <hkern u1="Q" u2="&#xc0;" k="41" />
+ <hkern u1="Q" u2="Z" k="20" />
+ <hkern u1="Q" u2="Y" k="20" />
+ <hkern u1="Q" u2="X" k="41" />
+ <hkern u1="Q" u2="W" k="20" />
+ <hkern u1="Q" u2="V" k="20" />
+ <hkern u1="Q" u2="T" k="61" />
+ <hkern u1="Q" u2="A" k="41" />
+ <hkern u1="Q" u2="&#x2e;" k="82" />
+ <hkern u1="Q" u2="&#x2c;" k="82" />
+ <hkern u1="T" u2="&#x162;" k="-41" />
+ <hkern u1="T" u2="&#x1ef5;" k="41" />
+ <hkern u1="T" u2="&#x1ef1;" k="102" />
+ <hkern u1="T" u2="&#x1eef;" k="102" />
+ <hkern u1="T" u2="&#x1eed;" k="102" />
+ <hkern u1="T" u2="&#x1eeb;" k="102" />
+ <hkern u1="T" u2="&#x1ee9;" k="102" />
+ <hkern u1="T" u2="&#x1ee7;" k="102" />
+ <hkern u1="T" u2="&#x1ee5;" k="102" />
+ <hkern u1="T" u2="&#x1ee3;" k="143" />
+ <hkern u1="T" u2="&#x1ee2;" k="41" />
+ <hkern u1="T" u2="&#x1ee1;" k="143" />
+ <hkern u1="T" u2="&#x1ee0;" k="41" />
+ <hkern u1="T" u2="&#x1edf;" k="143" />
+ <hkern u1="T" u2="&#x1ede;" k="41" />
+ <hkern u1="T" u2="&#x1edd;" k="143" />
+ <hkern u1="T" u2="&#x1edc;" k="41" />
+ <hkern u1="T" u2="&#x1edb;" k="143" />
+ <hkern u1="T" u2="&#x1eda;" k="41" />
+ <hkern u1="T" u2="&#x1ed9;" k="143" />
+ <hkern u1="T" u2="&#x1ed8;" k="41" />
+ <hkern u1="T" u2="&#x1ed7;" k="143" />
+ <hkern u1="T" u2="&#x1ed6;" k="41" />
+ <hkern u1="T" u2="&#x1ed5;" k="143" />
+ <hkern u1="T" u2="&#x1ed4;" k="41" />
+ <hkern u1="T" u2="&#x1ed2;" k="41" />
+ <hkern u1="T" u2="&#x1ed1;" k="143" />
+ <hkern u1="T" u2="&#x1ed0;" k="41" />
+ <hkern u1="T" u2="&#x1ecf;" k="143" />
+ <hkern u1="T" u2="&#x1ece;" k="41" />
+ <hkern u1="T" u2="&#x1ecd;" k="143" />
+ <hkern u1="T" u2="&#x1ecc;" k="41" />
+ <hkern u1="T" u2="&#x1ec7;" k="143" />
+ <hkern u1="T" u2="&#x1ec5;" k="143" />
+ <hkern u1="T" u2="&#x1ec3;" k="143" />
+ <hkern u1="T" u2="&#x1ebf;" k="143" />
+ <hkern u1="T" u2="&#x1ebd;" k="143" />
+ <hkern u1="T" u2="&#x1ebb;" k="143" />
+ <hkern u1="T" u2="&#x1eb9;" k="143" />
+ <hkern u1="T" u2="&#x1eb7;" k="164" />
+ <hkern u1="T" u2="&#x1eb6;" k="143" />
+ <hkern u1="T" u2="&#x1eb5;" k="164" />
+ <hkern u1="T" u2="&#x1eb4;" k="143" />
+ <hkern u1="T" u2="&#x1eb3;" k="164" />
+ <hkern u1="T" u2="&#x1eb2;" k="143" />
+ <hkern u1="T" u2="&#x1eb1;" k="164" />
+ <hkern u1="T" u2="&#x1eb0;" k="143" />
+ <hkern u1="T" u2="&#x1eaf;" k="164" />
+ <hkern u1="T" u2="&#x1eae;" k="143" />
+ <hkern u1="T" u2="&#x1ead;" k="164" />
+ <hkern u1="T" u2="&#x1eac;" k="143" />
+ <hkern u1="T" u2="&#x1eab;" k="164" />
+ <hkern u1="T" u2="&#x1eaa;" k="143" />
+ <hkern u1="T" u2="&#x1ea9;" k="164" />
+ <hkern u1="T" u2="&#x1ea8;" k="143" />
+ <hkern u1="T" u2="&#x1ea6;" k="143" />
+ <hkern u1="T" u2="&#x1ea5;" k="164" />
+ <hkern u1="T" u2="&#x1ea4;" k="143" />
+ <hkern u1="T" u2="&#x1ea3;" k="164" />
+ <hkern u1="T" u2="&#x1ea2;" k="143" />
+ <hkern u1="T" u2="&#x1ea1;" k="164" />
+ <hkern u1="T" u2="&#x1ea0;" k="143" />
+ <hkern u1="T" u2="&#x1b0;" k="102" />
+ <hkern u1="T" u2="&#x1a1;" k="143" />
+ <hkern u1="T" u2="&#x1a0;" k="41" />
+ <hkern u1="T" u2="&#x1e01;" k="164" />
+ <hkern u1="T" u2="&#x1e00;" k="143" />
+ <hkern u1="T" u2="&#x1e3f;" k="102" />
+ <hkern u1="T" u2="&#x201e;" k="123" />
+ <hkern u1="T" u2="&#x201a;" k="123" />
+ <hkern u1="T" u2="&#x2015;" k="82" />
+ <hkern u1="T" u2="&#x2014;" k="82" />
+ <hkern u1="T" u2="&#x2013;" k="82" />
+ <hkern u1="T" u2="&#x1e83;" k="41" />
+ <hkern u1="T" u2="&#x1e81;" k="41" />
+ <hkern u1="T" u2="&#x219;" k="123" />
+ <hkern u1="T" u2="&#x1ff;" k="143" />
+ <hkern u1="T" u2="&#x1fe;" k="41" />
+ <hkern u1="T" u2="&#x1fd;" k="164" />
+ <hkern u1="T" u2="&#x1fb;" k="164" />
+ <hkern u1="T" u2="&#x1fa;" k="143" />
+ <hkern u1="T" u2="&#x17e;" k="82" />
+ <hkern u1="T" u2="&#x17c;" k="82" />
+ <hkern u1="T" u2="&#x17a;" k="82" />
+ <hkern u1="T" u2="&#x175;" k="41" />
+ <hkern u1="T" u2="&#x173;" k="102" />
+ <hkern u1="T" u2="&#x171;" k="102" />
+ <hkern u1="T" u2="&#x16f;" k="102" />
+ <hkern u1="T" u2="&#x16d;" k="102" />
+ <hkern u1="T" u2="&#x16b;" k="102" />
+ <hkern u1="T" u2="&#x169;" k="102" />
+ <hkern u1="T" u2="&#x164;" k="-41" />
+ <hkern u1="T" u2="&#x21a;" k="-41" />
+ <hkern u1="T" u2="&#x15f;" k="123" />
+ <hkern u1="T" u2="&#x15b;" k="123" />
+ <hkern u1="T" u2="&#x157;" k="102" />
+ <hkern u1="T" u2="&#x155;" k="102" />
+ <hkern u1="T" u2="&#x153;" k="143" />
+ <hkern u1="T" u2="&#x152;" k="41" />
+ <hkern u1="T" u2="&#x151;" k="143" />
+ <hkern u1="T" u2="&#x150;" k="41" />
+ <hkern u1="T" u2="&#x14f;" k="143" />
+ <hkern u1="T" u2="&#x14e;" k="41" />
+ <hkern u1="T" u2="&#x14d;" k="143" />
+ <hkern u1="T" u2="&#x14c;" k="41" />
+ <hkern u1="T" u2="&#x14b;" k="102" />
+ <hkern u1="T" u2="&#x146;" k="102" />
+ <hkern u1="T" u2="&#x144;" k="102" />
+ <hkern u1="T" u2="&#x138;" k="102" />
+ <hkern u1="T" u2="&#x123;" k="143" />
+ <hkern u1="T" u2="&#x122;" k="41" />
+ <hkern u1="T" u2="&#x121;" k="143" />
+ <hkern u1="T" u2="&#x120;" k="41" />
+ <hkern u1="T" u2="&#x11f;" k="143" />
+ <hkern u1="T" u2="&#x11e;" k="41" />
+ <hkern u1="T" u2="&#x11d;" k="143" />
+ <hkern u1="T" u2="&#x11c;" k="41" />
+ <hkern u1="T" u2="&#x11b;" k="143" />
+ <hkern u1="T" u2="&#x119;" k="143" />
+ <hkern u1="T" u2="&#x117;" k="143" />
+ <hkern u1="T" u2="&#x115;" k="143" />
+ <hkern u1="T" u2="&#x113;" k="143" />
+ <hkern u1="T" u2="&#x111;" k="143" />
+ <hkern u1="T" u2="&#x10f;" k="143" />
+ <hkern u1="T" u2="&#x10d;" k="143" />
+ <hkern u1="T" u2="&#x10c;" k="41" />
+ <hkern u1="T" u2="&#x10b;" k="143" />
+ <hkern u1="T" u2="&#x10a;" k="41" />
+ <hkern u1="T" u2="&#x109;" k="143" />
+ <hkern u1="T" u2="&#x108;" k="41" />
+ <hkern u1="T" u2="&#x107;" k="143" />
+ <hkern u1="T" u2="&#x106;" k="41" />
+ <hkern u1="T" u2="&#x105;" k="164" />
+ <hkern u1="T" u2="&#x104;" k="143" />
+ <hkern u1="T" u2="&#x103;" k="164" />
+ <hkern u1="T" u2="&#x102;" k="143" />
+ <hkern u1="T" u2="&#x101;" k="164" />
+ <hkern u1="T" u2="&#x100;" k="143" />
+ <hkern u1="T" u2="&#xfd;" k="41" />
+ <hkern u1="T" u2="&#xfc;" k="102" />
+ <hkern u1="T" u2="&#xfb;" k="102" />
+ <hkern u1="T" u2="&#xfa;" k="102" />
+ <hkern u1="T" u2="&#xf9;" k="102" />
+ <hkern u1="T" u2="&#xf8;" k="143" />
+ <hkern u1="T" u2="&#xf6;" k="143" />
+ <hkern u1="T" u2="&#xf5;" k="143" />
+ <hkern u1="T" u2="&#xf4;" k="143" />
+ <hkern u1="T" u2="&#xf3;" k="143" />
+ <hkern u1="T" u2="&#xf2;" k="143" />
+ <hkern u1="T" u2="&#xeb;" k="143" />
+ <hkern u1="T" u2="&#xea;" k="143" />
+ <hkern u1="T" u2="&#xe9;" k="143" />
+ <hkern u1="T" u2="&#xe8;" k="143" />
+ <hkern u1="T" u2="&#xe7;" k="143" />
+ <hkern u1="T" u2="&#xe6;" k="164" />
+ <hkern u1="T" u2="&#xe5;" k="164" />
+ <hkern u1="T" u2="&#xe4;" k="164" />
+ <hkern u1="T" u2="&#xe3;" k="164" />
+ <hkern u1="T" u2="&#xe2;" k="164" />
+ <hkern u1="T" u2="&#xe1;" k="164" />
+ <hkern u1="T" u2="&#xe0;" k="143" />
+ <hkern u1="T" u2="&#xd8;" k="41" />
+ <hkern u1="T" u2="&#xd6;" k="41" />
+ <hkern u1="T" u2="&#xd5;" k="41" />
+ <hkern u1="T" u2="&#xd4;" k="41" />
+ <hkern u1="T" u2="&#xd3;" k="41" />
+ <hkern u1="T" u2="&#xd2;" k="41" />
+ <hkern u1="T" u2="&#xc7;" k="41" />
+ <hkern u1="T" u2="&#xc5;" k="143" />
+ <hkern u1="T" u2="&#xc4;" k="143" />
+ <hkern u1="T" u2="&#xc3;" k="143" />
+ <hkern u1="T" u2="&#xc2;" k="143" />
+ <hkern u1="T" u2="&#xc1;" k="143" />
+ <hkern u1="T" u2="&#xc0;" k="143" />
+ <hkern u1="T" u2="z" k="82" />
+ <hkern u1="T" u2="y" k="41" />
+ <hkern u1="T" u2="x" k="41" />
+ <hkern u1="T" u2="w" k="41" />
+ <hkern u1="T" u2="v" k="41" />
+ <hkern u1="T" u2="u" k="102" />
+ <hkern u1="T" u2="s" k="123" />
+ <hkern u1="T" u2="r" k="102" />
+ <hkern u1="T" u2="q" k="143" />
+ <hkern u1="T" u2="p" k="102" />
+ <hkern u1="T" u2="o" k="143" />
+ <hkern u1="T" u2="n" k="102" />
+ <hkern u1="T" u2="m" k="102" />
+ <hkern u1="T" u2="g" k="143" />
+ <hkern u1="T" u2="e" k="143" />
+ <hkern u1="T" u2="d" k="143" />
+ <hkern u1="T" u2="c" k="143" />
+ <hkern u1="T" u2="a" k="164" />
+ <hkern u1="T" u2="T" k="-41" />
+ <hkern u1="T" u2="Q" k="41" />
+ <hkern u1="T" u2="O" k="41" />
+ <hkern u1="T" u2="G" k="41" />
+ <hkern u1="T" u2="C" k="41" />
+ <hkern u1="T" u2="A" k="143" />
+ <hkern u1="T" u2="&#x3f;" k="-41" />
+ <hkern u1="T" u2="&#x2e;" k="123" />
+ <hkern u1="T" u2="&#x2d;" k="82" />
+ <hkern u1="T" u2="&#x2c;" k="123" />
+ <hkern u1="U" u2="&#x1eb6;" k="20" />
+ <hkern u1="U" u2="&#x1eb4;" k="20" />
+ <hkern u1="U" u2="&#x1eb2;" k="20" />
+ <hkern u1="U" u2="&#x1eb0;" k="20" />
+ <hkern u1="U" u2="&#x1eae;" k="20" />
+ <hkern u1="U" u2="&#x1eac;" k="20" />
+ <hkern u1="U" u2="&#x1eaa;" k="20" />
+ <hkern u1="U" u2="&#x1ea8;" k="20" />
+ <hkern u1="U" u2="&#x1ea6;" k="20" />
+ <hkern u1="U" u2="&#x1ea4;" k="20" />
+ <hkern u1="U" u2="&#x1ea2;" k="20" />
+ <hkern u1="U" u2="&#x1ea0;" k="20" />
+ <hkern u1="U" u2="&#x1e00;" k="20" />
+ <hkern u1="U" u2="&#x201e;" k="41" />
+ <hkern u1="U" u2="&#x201a;" k="41" />
+ <hkern u1="U" u2="&#x1fa;" k="20" />
+ <hkern u1="U" u2="&#x104;" k="20" />
+ <hkern u1="U" u2="&#x102;" k="20" />
+ <hkern u1="U" u2="&#x100;" k="20" />
+ <hkern u1="U" u2="&#xc5;" k="20" />
+ <hkern u1="U" u2="&#xc4;" k="20" />
+ <hkern u1="U" u2="&#xc3;" k="20" />
+ <hkern u1="U" u2="&#xc2;" k="20" />
+ <hkern u1="U" u2="&#xc1;" k="20" />
+ <hkern u1="U" u2="&#xc0;" k="20" />
+ <hkern u1="U" u2="A" k="20" />
+ <hkern u1="U" u2="&#x2e;" k="41" />
+ <hkern u1="U" u2="&#x2c;" k="41" />
+ <hkern u1="V" u2="&#x1ef1;" k="20" />
+ <hkern u1="V" u2="&#x1eef;" k="20" />
+ <hkern u1="V" u2="&#x1eed;" k="20" />
+ <hkern u1="V" u2="&#x1eeb;" k="20" />
+ <hkern u1="V" u2="&#x1ee9;" k="20" />
+ <hkern u1="V" u2="&#x1ee7;" k="20" />
+ <hkern u1="V" u2="&#x1ee5;" k="20" />
+ <hkern u1="V" u2="&#x1ee3;" k="41" />
+ <hkern u1="V" u2="&#x1ee2;" k="20" />
+ <hkern u1="V" u2="&#x1ee1;" k="41" />
+ <hkern u1="V" u2="&#x1ee0;" k="20" />
+ <hkern u1="V" u2="&#x1edf;" k="41" />
+ <hkern u1="V" u2="&#x1ede;" k="20" />
+ <hkern u1="V" u2="&#x1edd;" k="41" />
+ <hkern u1="V" u2="&#x1edc;" k="20" />
+ <hkern u1="V" u2="&#x1edb;" k="41" />
+ <hkern u1="V" u2="&#x1eda;" k="20" />
+ <hkern u1="V" u2="&#x1ed9;" k="41" />
+ <hkern u1="V" u2="&#x1ed8;" k="20" />
+ <hkern u1="V" u2="&#x1ed7;" k="41" />
+ <hkern u1="V" u2="&#x1ed6;" k="20" />
+ <hkern u1="V" u2="&#x1ed5;" k="41" />
+ <hkern u1="V" u2="&#x1ed4;" k="20" />
+ <hkern u1="V" u2="&#x1ed2;" k="20" />
+ <hkern u1="V" u2="&#x1ed1;" k="41" />
+ <hkern u1="V" u2="&#x1ed0;" k="20" />
+ <hkern u1="V" u2="&#x1ecf;" k="41" />
+ <hkern u1="V" u2="&#x1ece;" k="20" />
+ <hkern u1="V" u2="&#x1ecd;" k="41" />
+ <hkern u1="V" u2="&#x1ecc;" k="20" />
+ <hkern u1="V" u2="&#x1ec7;" k="41" />
+ <hkern u1="V" u2="&#x1ec5;" k="41" />
+ <hkern u1="V" u2="&#x1ec3;" k="41" />
+ <hkern u1="V" u2="&#x1ebf;" k="41" />
+ <hkern u1="V" u2="&#x1ebd;" k="41" />
+ <hkern u1="V" u2="&#x1ebb;" k="41" />
+ <hkern u1="V" u2="&#x1eb9;" k="41" />
+ <hkern u1="V" u2="&#x1eb7;" k="41" />
+ <hkern u1="V" u2="&#x1eb6;" k="82" />
+ <hkern u1="V" u2="&#x1eb5;" k="41" />
+ <hkern u1="V" u2="&#x1eb4;" k="82" />
+ <hkern u1="V" u2="&#x1eb3;" k="41" />
+ <hkern u1="V" u2="&#x1eb2;" k="82" />
+ <hkern u1="V" u2="&#x1eb1;" k="41" />
+ <hkern u1="V" u2="&#x1eb0;" k="82" />
+ <hkern u1="V" u2="&#x1eaf;" k="41" />
+ <hkern u1="V" u2="&#x1eae;" k="82" />
+ <hkern u1="V" u2="&#x1ead;" k="41" />
+ <hkern u1="V" u2="&#x1eac;" k="82" />
+ <hkern u1="V" u2="&#x1eab;" k="41" />
+ <hkern u1="V" u2="&#x1eaa;" k="82" />
+ <hkern u1="V" u2="&#x1ea9;" k="41" />
+ <hkern u1="V" u2="&#x1ea8;" k="82" />
+ <hkern u1="V" u2="&#x1ea6;" k="82" />
+ <hkern u1="V" u2="&#x1ea5;" k="41" />
+ <hkern u1="V" u2="&#x1ea4;" k="82" />
+ <hkern u1="V" u2="&#x1ea3;" k="41" />
+ <hkern u1="V" u2="&#x1ea2;" k="82" />
+ <hkern u1="V" u2="&#x1ea1;" k="41" />
+ <hkern u1="V" u2="&#x1ea0;" k="82" />
+ <hkern u1="V" u2="&#x1b0;" k="20" />
+ <hkern u1="V" u2="&#x1a1;" k="41" />
+ <hkern u1="V" u2="&#x1a0;" k="20" />
+ <hkern u1="V" u2="&#x1e01;" k="41" />
+ <hkern u1="V" u2="&#x1e00;" k="82" />
+ <hkern u1="V" u2="&#x1e3f;" k="20" />
+ <hkern u1="V" u2="&#x201e;" k="102" />
+ <hkern u1="V" u2="&#x201a;" k="102" />
+ <hkern u1="V" u2="&#x219;" k="20" />
+ <hkern u1="V" u2="&#x1ff;" k="41" />
+ <hkern u1="V" u2="&#x1fe;" k="20" />
+ <hkern u1="V" u2="&#x1fd;" k="41" />
+ <hkern u1="V" u2="&#x1fb;" k="41" />
+ <hkern u1="V" u2="&#x1fa;" k="82" />
+ <hkern u1="V" u2="&#x173;" k="20" />
+ <hkern u1="V" u2="&#x171;" k="20" />
+ <hkern u1="V" u2="&#x16f;" k="20" />
+ <hkern u1="V" u2="&#x16d;" k="20" />
+ <hkern u1="V" u2="&#x16b;" k="20" />
+ <hkern u1="V" u2="&#x169;" k="20" />
+ <hkern u1="V" u2="&#x15f;" k="20" />
+ <hkern u1="V" u2="&#x15b;" k="20" />
+ <hkern u1="V" u2="&#x157;" k="20" />
+ <hkern u1="V" u2="&#x155;" k="20" />
+ <hkern u1="V" u2="&#x153;" k="41" />
+ <hkern u1="V" u2="&#x152;" k="20" />
+ <hkern u1="V" u2="&#x151;" k="41" />
+ <hkern u1="V" u2="&#x150;" k="20" />
+ <hkern u1="V" u2="&#x14f;" k="41" />
+ <hkern u1="V" u2="&#x14e;" k="20" />
+ <hkern u1="V" u2="&#x14d;" k="41" />
+ <hkern u1="V" u2="&#x14c;" k="20" />
+ <hkern u1="V" u2="&#x14b;" k="20" />
+ <hkern u1="V" u2="&#x146;" k="20" />
+ <hkern u1="V" u2="&#x144;" k="20" />
+ <hkern u1="V" u2="&#x138;" k="20" />
+ <hkern u1="V" u2="&#x123;" k="20" />
+ <hkern u1="V" u2="&#x122;" k="20" />
+ <hkern u1="V" u2="&#x121;" k="20" />
+ <hkern u1="V" u2="&#x120;" k="20" />
+ <hkern u1="V" u2="&#x11f;" k="20" />
+ <hkern u1="V" u2="&#x11e;" k="20" />
+ <hkern u1="V" u2="&#x11d;" k="20" />
+ <hkern u1="V" u2="&#x11c;" k="20" />
+ <hkern u1="V" u2="&#x11b;" k="41" />
+ <hkern u1="V" u2="&#x119;" k="41" />
+ <hkern u1="V" u2="&#x117;" k="41" />
+ <hkern u1="V" u2="&#x115;" k="41" />
+ <hkern u1="V" u2="&#x113;" k="41" />
+ <hkern u1="V" u2="&#x111;" k="41" />
+ <hkern u1="V" u2="&#x10f;" k="41" />
+ <hkern u1="V" u2="&#x10d;" k="41" />
+ <hkern u1="V" u2="&#x10c;" k="20" />
+ <hkern u1="V" u2="&#x10b;" k="41" />
+ <hkern u1="V" u2="&#x10a;" k="20" />
+ <hkern u1="V" u2="&#x109;" k="41" />
+ <hkern u1="V" u2="&#x108;" k="20" />
+ <hkern u1="V" u2="&#x107;" k="41" />
+ <hkern u1="V" u2="&#x106;" k="20" />
+ <hkern u1="V" u2="&#x105;" k="41" />
+ <hkern u1="V" u2="&#x104;" k="82" />
+ <hkern u1="V" u2="&#x103;" k="41" />
+ <hkern u1="V" u2="&#x102;" k="82" />
+ <hkern u1="V" u2="&#x101;" k="41" />
+ <hkern u1="V" u2="&#x100;" k="82" />
+ <hkern u1="V" u2="&#xfc;" k="20" />
+ <hkern u1="V" u2="&#xfb;" k="20" />
+ <hkern u1="V" u2="&#xfa;" k="20" />
+ <hkern u1="V" u2="&#xf9;" k="20" />
+ <hkern u1="V" u2="&#xf8;" k="41" />
+ <hkern u1="V" u2="&#xf6;" k="41" />
+ <hkern u1="V" u2="&#xf5;" k="41" />
+ <hkern u1="V" u2="&#xf4;" k="41" />
+ <hkern u1="V" u2="&#xf3;" k="41" />
+ <hkern u1="V" u2="&#xf2;" k="41" />
+ <hkern u1="V" u2="&#xeb;" k="41" />
+ <hkern u1="V" u2="&#xea;" k="41" />
+ <hkern u1="V" u2="&#xe9;" k="41" />
+ <hkern u1="V" u2="&#xe8;" k="41" />
+ <hkern u1="V" u2="&#xe7;" k="41" />
+ <hkern u1="V" u2="&#xe6;" k="41" />
+ <hkern u1="V" u2="&#xe5;" k="41" />
+ <hkern u1="V" u2="&#xe4;" k="41" />
+ <hkern u1="V" u2="&#xe3;" k="41" />
+ <hkern u1="V" u2="&#xe2;" k="41" />
+ <hkern u1="V" u2="&#xe1;" k="41" />
+ <hkern u1="V" u2="&#xe0;" k="41" />
+ <hkern u1="V" u2="&#xd8;" k="20" />
+ <hkern u1="V" u2="&#xd6;" k="20" />
+ <hkern u1="V" u2="&#xd5;" k="20" />
+ <hkern u1="V" u2="&#xd4;" k="20" />
+ <hkern u1="V" u2="&#xd3;" k="20" />
+ <hkern u1="V" u2="&#xd2;" k="20" />
+ <hkern u1="V" u2="&#xc7;" k="20" />
+ <hkern u1="V" u2="&#xc5;" k="82" />
+ <hkern u1="V" u2="&#xc4;" k="82" />
+ <hkern u1="V" u2="&#xc3;" k="82" />
+ <hkern u1="V" u2="&#xc2;" k="82" />
+ <hkern u1="V" u2="&#xc1;" k="82" />
+ <hkern u1="V" u2="&#xc0;" k="82" />
+ <hkern u1="V" u2="u" k="20" />
+ <hkern u1="V" u2="s" k="20" />
+ <hkern u1="V" u2="r" k="20" />
+ <hkern u1="V" u2="q" k="41" />
+ <hkern u1="V" u2="p" k="20" />
+ <hkern u1="V" u2="o" k="41" />
+ <hkern u1="V" u2="n" k="20" />
+ <hkern u1="V" u2="m" k="20" />
+ <hkern u1="V" u2="g" k="20" />
+ <hkern u1="V" u2="e" k="41" />
+ <hkern u1="V" u2="d" k="41" />
+ <hkern u1="V" u2="c" k="41" />
+ <hkern u1="V" u2="a" k="41" />
+ <hkern u1="V" u2="Q" k="20" />
+ <hkern u1="V" u2="O" k="20" />
+ <hkern u1="V" u2="G" k="20" />
+ <hkern u1="V" u2="C" k="20" />
+ <hkern u1="V" u2="A" k="82" />
+ <hkern u1="V" u2="&#x3f;" k="-41" />
+ <hkern u1="V" u2="&#x2e;" k="102" />
+ <hkern u1="V" u2="&#x2c;" k="102" />
+ <hkern u1="W" u2="&#x1ef1;" k="20" />
+ <hkern u1="W" u2="&#x1eef;" k="20" />
+ <hkern u1="W" u2="&#x1eed;" k="20" />
+ <hkern u1="W" u2="&#x1eeb;" k="20" />
+ <hkern u1="W" u2="&#x1ee9;" k="20" />
+ <hkern u1="W" u2="&#x1ee7;" k="20" />
+ <hkern u1="W" u2="&#x1ee5;" k="20" />
+ <hkern u1="W" u2="&#x1ee3;" k="41" />
+ <hkern u1="W" u2="&#x1ee2;" k="20" />
+ <hkern u1="W" u2="&#x1ee1;" k="41" />
+ <hkern u1="W" u2="&#x1ee0;" k="20" />
+ <hkern u1="W" u2="&#x1edf;" k="41" />
+ <hkern u1="W" u2="&#x1ede;" k="20" />
+ <hkern u1="W" u2="&#x1edd;" k="41" />
+ <hkern u1="W" u2="&#x1edc;" k="20" />
+ <hkern u1="W" u2="&#x1edb;" k="41" />
+ <hkern u1="W" u2="&#x1eda;" k="20" />
+ <hkern u1="W" u2="&#x1ed9;" k="41" />
+ <hkern u1="W" u2="&#x1ed8;" k="20" />
+ <hkern u1="W" u2="&#x1ed7;" k="41" />
+ <hkern u1="W" u2="&#x1ed6;" k="20" />
+ <hkern u1="W" u2="&#x1ed5;" k="41" />
+ <hkern u1="W" u2="&#x1ed4;" k="20" />
+ <hkern u1="W" u2="&#x1ed2;" k="20" />
+ <hkern u1="W" u2="&#x1ed1;" k="41" />
+ <hkern u1="W" u2="&#x1ed0;" k="20" />
+ <hkern u1="W" u2="&#x1ecf;" k="41" />
+ <hkern u1="W" u2="&#x1ece;" k="20" />
+ <hkern u1="W" u2="&#x1ecd;" k="41" />
+ <hkern u1="W" u2="&#x1ecc;" k="20" />
+ <hkern u1="W" u2="&#x1ec7;" k="41" />
+ <hkern u1="W" u2="&#x1ec5;" k="41" />
+ <hkern u1="W" u2="&#x1ec3;" k="41" />
+ <hkern u1="W" u2="&#x1ebf;" k="41" />
+ <hkern u1="W" u2="&#x1ebd;" k="41" />
+ <hkern u1="W" u2="&#x1ebb;" k="41" />
+ <hkern u1="W" u2="&#x1eb9;" k="41" />
+ <hkern u1="W" u2="&#x1eb7;" k="41" />
+ <hkern u1="W" u2="&#x1eb6;" k="82" />
+ <hkern u1="W" u2="&#x1eb5;" k="41" />
+ <hkern u1="W" u2="&#x1eb4;" k="82" />
+ <hkern u1="W" u2="&#x1eb3;" k="41" />
+ <hkern u1="W" u2="&#x1eb2;" k="82" />
+ <hkern u1="W" u2="&#x1eb1;" k="41" />
+ <hkern u1="W" u2="&#x1eb0;" k="82" />
+ <hkern u1="W" u2="&#x1eaf;" k="41" />
+ <hkern u1="W" u2="&#x1eae;" k="82" />
+ <hkern u1="W" u2="&#x1ead;" k="41" />
+ <hkern u1="W" u2="&#x1eac;" k="82" />
+ <hkern u1="W" u2="&#x1eab;" k="41" />
+ <hkern u1="W" u2="&#x1eaa;" k="82" />
+ <hkern u1="W" u2="&#x1ea9;" k="41" />
+ <hkern u1="W" u2="&#x1ea8;" k="82" />
+ <hkern u1="W" u2="&#x1ea6;" k="82" />
+ <hkern u1="W" u2="&#x1ea5;" k="41" />
+ <hkern u1="W" u2="&#x1ea4;" k="82" />
+ <hkern u1="W" u2="&#x1ea3;" k="41" />
+ <hkern u1="W" u2="&#x1ea2;" k="82" />
+ <hkern u1="W" u2="&#x1ea1;" k="41" />
+ <hkern u1="W" u2="&#x1ea0;" k="82" />
+ <hkern u1="W" u2="&#x1b0;" k="20" />
+ <hkern u1="W" u2="&#x1a1;" k="41" />
+ <hkern u1="W" u2="&#x1a0;" k="20" />
+ <hkern u1="W" u2="&#x1e01;" k="41" />
+ <hkern u1="W" u2="&#x1e00;" k="82" />
+ <hkern u1="W" u2="&#x1e3f;" k="20" />
+ <hkern u1="W" u2="&#x201e;" k="102" />
+ <hkern u1="W" u2="&#x201a;" k="102" />
+ <hkern u1="W" u2="&#x219;" k="20" />
+ <hkern u1="W" u2="&#x1ff;" k="41" />
+ <hkern u1="W" u2="&#x1fe;" k="20" />
+ <hkern u1="W" u2="&#x1fd;" k="41" />
+ <hkern u1="W" u2="&#x1fb;" k="41" />
+ <hkern u1="W" u2="&#x1fa;" k="82" />
+ <hkern u1="W" u2="&#x173;" k="20" />
+ <hkern u1="W" u2="&#x171;" k="20" />
+ <hkern u1="W" u2="&#x16f;" k="20" />
+ <hkern u1="W" u2="&#x16d;" k="20" />
+ <hkern u1="W" u2="&#x16b;" k="20" />
+ <hkern u1="W" u2="&#x169;" k="20" />
+ <hkern u1="W" u2="&#x15f;" k="20" />
+ <hkern u1="W" u2="&#x15b;" k="20" />
+ <hkern u1="W" u2="&#x157;" k="20" />
+ <hkern u1="W" u2="&#x155;" k="20" />
+ <hkern u1="W" u2="&#x153;" k="41" />
+ <hkern u1="W" u2="&#x152;" k="20" />
+ <hkern u1="W" u2="&#x151;" k="41" />
+ <hkern u1="W" u2="&#x150;" k="20" />
+ <hkern u1="W" u2="&#x14f;" k="41" />
+ <hkern u1="W" u2="&#x14e;" k="20" />
+ <hkern u1="W" u2="&#x14d;" k="41" />
+ <hkern u1="W" u2="&#x14c;" k="20" />
+ <hkern u1="W" u2="&#x14b;" k="20" />
+ <hkern u1="W" u2="&#x146;" k="20" />
+ <hkern u1="W" u2="&#x144;" k="20" />
+ <hkern u1="W" u2="&#x138;" k="20" />
+ <hkern u1="W" u2="&#x123;" k="20" />
+ <hkern u1="W" u2="&#x122;" k="20" />
+ <hkern u1="W" u2="&#x121;" k="20" />
+ <hkern u1="W" u2="&#x120;" k="20" />
+ <hkern u1="W" u2="&#x11f;" k="20" />
+ <hkern u1="W" u2="&#x11e;" k="20" />
+ <hkern u1="W" u2="&#x11d;" k="20" />
+ <hkern u1="W" u2="&#x11c;" k="20" />
+ <hkern u1="W" u2="&#x11b;" k="41" />
+ <hkern u1="W" u2="&#x119;" k="41" />
+ <hkern u1="W" u2="&#x117;" k="41" />
+ <hkern u1="W" u2="&#x115;" k="41" />
+ <hkern u1="W" u2="&#x113;" k="41" />
+ <hkern u1="W" u2="&#x111;" k="41" />
+ <hkern u1="W" u2="&#x10f;" k="41" />
+ <hkern u1="W" u2="&#x10d;" k="41" />
+ <hkern u1="W" u2="&#x10c;" k="20" />
+ <hkern u1="W" u2="&#x10b;" k="41" />
+ <hkern u1="W" u2="&#x10a;" k="20" />
+ <hkern u1="W" u2="&#x109;" k="41" />
+ <hkern u1="W" u2="&#x108;" k="20" />
+ <hkern u1="W" u2="&#x107;" k="41" />
+ <hkern u1="W" u2="&#x106;" k="20" />
+ <hkern u1="W" u2="&#x105;" k="41" />
+ <hkern u1="W" u2="&#x104;" k="82" />
+ <hkern u1="W" u2="&#x103;" k="41" />
+ <hkern u1="W" u2="&#x102;" k="82" />
+ <hkern u1="W" u2="&#x101;" k="41" />
+ <hkern u1="W" u2="&#x100;" k="82" />
+ <hkern u1="W" u2="&#xfc;" k="20" />
+ <hkern u1="W" u2="&#xfb;" k="20" />
+ <hkern u1="W" u2="&#xfa;" k="20" />
+ <hkern u1="W" u2="&#xf9;" k="20" />
+ <hkern u1="W" u2="&#xf8;" k="41" />
+ <hkern u1="W" u2="&#xf6;" k="41" />
+ <hkern u1="W" u2="&#xf5;" k="41" />
+ <hkern u1="W" u2="&#xf4;" k="41" />
+ <hkern u1="W" u2="&#xf3;" k="41" />
+ <hkern u1="W" u2="&#xf2;" k="41" />
+ <hkern u1="W" u2="&#xeb;" k="41" />
+ <hkern u1="W" u2="&#xea;" k="41" />
+ <hkern u1="W" u2="&#xe9;" k="41" />
+ <hkern u1="W" u2="&#xe8;" k="41" />
+ <hkern u1="W" u2="&#xe7;" k="41" />
+ <hkern u1="W" u2="&#xe6;" k="41" />
+ <hkern u1="W" u2="&#xe5;" k="41" />
+ <hkern u1="W" u2="&#xe4;" k="41" />
+ <hkern u1="W" u2="&#xe3;" k="41" />
+ <hkern u1="W" u2="&#xe2;" k="41" />
+ <hkern u1="W" u2="&#xe1;" k="41" />
+ <hkern u1="W" u2="&#xe0;" k="41" />
+ <hkern u1="W" u2="&#xd8;" k="20" />
+ <hkern u1="W" u2="&#xd6;" k="20" />
+ <hkern u1="W" u2="&#xd5;" k="20" />
+ <hkern u1="W" u2="&#xd4;" k="20" />
+ <hkern u1="W" u2="&#xd3;" k="20" />
+ <hkern u1="W" u2="&#xd2;" k="20" />
+ <hkern u1="W" u2="&#xc7;" k="20" />
+ <hkern u1="W" u2="&#xc5;" k="82" />
+ <hkern u1="W" u2="&#xc4;" k="82" />
+ <hkern u1="W" u2="&#xc3;" k="82" />
+ <hkern u1="W" u2="&#xc2;" k="82" />
+ <hkern u1="W" u2="&#xc1;" k="82" />
+ <hkern u1="W" u2="&#xc0;" k="82" />
+ <hkern u1="W" u2="u" k="20" />
+ <hkern u1="W" u2="s" k="20" />
+ <hkern u1="W" u2="r" k="20" />
+ <hkern u1="W" u2="q" k="41" />
+ <hkern u1="W" u2="p" k="20" />
+ <hkern u1="W" u2="o" k="41" />
+ <hkern u1="W" u2="n" k="20" />
+ <hkern u1="W" u2="m" k="20" />
+ <hkern u1="W" u2="g" k="20" />
+ <hkern u1="W" u2="e" k="41" />
+ <hkern u1="W" u2="d" k="41" />
+ <hkern u1="W" u2="c" k="41" />
+ <hkern u1="W" u2="a" k="41" />
+ <hkern u1="W" u2="Q" k="20" />
+ <hkern u1="W" u2="O" k="20" />
+ <hkern u1="W" u2="G" k="20" />
+ <hkern u1="W" u2="C" k="20" />
+ <hkern u1="W" u2="A" k="82" />
+ <hkern u1="W" u2="&#x3f;" k="-41" />
+ <hkern u1="W" u2="&#x2e;" k="102" />
+ <hkern u1="W" u2="&#x2c;" k="102" />
+ <hkern u1="X" u2="&#x1ee2;" k="41" />
+ <hkern u1="X" u2="&#x1ee0;" k="41" />
+ <hkern u1="X" u2="&#x1ede;" k="41" />
+ <hkern u1="X" u2="&#x1edc;" k="41" />
+ <hkern u1="X" u2="&#x1eda;" k="41" />
+ <hkern u1="X" u2="&#x1ed8;" k="41" />
+ <hkern u1="X" u2="&#x1ed6;" k="41" />
+ <hkern u1="X" u2="&#x1ed4;" k="41" />
+ <hkern u1="X" u2="&#x1ed2;" k="41" />
+ <hkern u1="X" u2="&#x1ed0;" k="41" />
+ <hkern u1="X" u2="&#x1ece;" k="41" />
+ <hkern u1="X" u2="&#x1ecc;" k="41" />
+ <hkern u1="X" u2="&#x1a0;" k="41" />
+ <hkern u1="X" u2="&#x1fe;" k="41" />
+ <hkern u1="X" u2="&#x152;" k="41" />
+ <hkern u1="X" u2="&#x150;" k="41" />
+ <hkern u1="X" u2="&#x14e;" k="41" />
+ <hkern u1="X" u2="&#x14c;" k="41" />
+ <hkern u1="X" u2="&#x122;" k="41" />
+ <hkern u1="X" u2="&#x120;" k="41" />
+ <hkern u1="X" u2="&#x11e;" k="41" />
+ <hkern u1="X" u2="&#x11c;" k="41" />
+ <hkern u1="X" u2="&#x10c;" k="41" />
+ <hkern u1="X" u2="&#x10a;" k="41" />
+ <hkern u1="X" u2="&#x108;" k="41" />
+ <hkern u1="X" u2="&#x106;" k="41" />
+ <hkern u1="X" u2="&#xd8;" k="41" />
+ <hkern u1="X" u2="&#xd6;" k="41" />
+ <hkern u1="X" u2="&#xd5;" k="41" />
+ <hkern u1="X" u2="&#xd4;" k="41" />
+ <hkern u1="X" u2="&#xd3;" k="41" />
+ <hkern u1="X" u2="&#xd2;" k="41" />
+ <hkern u1="X" u2="&#xc7;" k="41" />
+ <hkern u1="X" u2="Q" k="41" />
+ <hkern u1="X" u2="O" k="41" />
+ <hkern u1="X" u2="G" k="41" />
+ <hkern u1="X" u2="C" k="41" />
+ <hkern u1="Y" u2="&#x1ef1;" k="61" />
+ <hkern u1="Y" u2="&#x1eef;" k="61" />
+ <hkern u1="Y" u2="&#x1eed;" k="61" />
+ <hkern u1="Y" u2="&#x1eeb;" k="61" />
+ <hkern u1="Y" u2="&#x1ee9;" k="61" />
+ <hkern u1="Y" u2="&#x1ee7;" k="61" />
+ <hkern u1="Y" u2="&#x1ee5;" k="61" />
+ <hkern u1="Y" u2="&#x1ee3;" k="102" />
+ <hkern u1="Y" u2="&#x1ee2;" k="41" />
+ <hkern u1="Y" u2="&#x1ee1;" k="102" />
+ <hkern u1="Y" u2="&#x1ee0;" k="41" />
+ <hkern u1="Y" u2="&#x1edf;" k="102" />
+ <hkern u1="Y" u2="&#x1ede;" k="41" />
+ <hkern u1="Y" u2="&#x1edd;" k="102" />
+ <hkern u1="Y" u2="&#x1edc;" k="41" />
+ <hkern u1="Y" u2="&#x1edb;" k="102" />
+ <hkern u1="Y" u2="&#x1eda;" k="41" />
+ <hkern u1="Y" u2="&#x1ed9;" k="102" />
+ <hkern u1="Y" u2="&#x1ed8;" k="41" />
+ <hkern u1="Y" u2="&#x1ed7;" k="102" />
+ <hkern u1="Y" u2="&#x1ed6;" k="41" />
+ <hkern u1="Y" u2="&#x1ed5;" k="102" />
+ <hkern u1="Y" u2="&#x1ed4;" k="41" />
+ <hkern u1="Y" u2="&#x1ed2;" k="41" />
+ <hkern u1="Y" u2="&#x1ed1;" k="102" />
+ <hkern u1="Y" u2="&#x1ed0;" k="41" />
+ <hkern u1="Y" u2="&#x1ecf;" k="102" />
+ <hkern u1="Y" u2="&#x1ece;" k="41" />
+ <hkern u1="Y" u2="&#x1ecd;" k="102" />
+ <hkern u1="Y" u2="&#x1ecc;" k="41" />
+ <hkern u1="Y" u2="&#x1ec7;" k="102" />
+ <hkern u1="Y" u2="&#x1ec5;" k="102" />
+ <hkern u1="Y" u2="&#x1ec3;" k="102" />
+ <hkern u1="Y" u2="&#x1ebf;" k="102" />
+ <hkern u1="Y" u2="&#x1ebd;" k="102" />
+ <hkern u1="Y" u2="&#x1ebb;" k="102" />
+ <hkern u1="Y" u2="&#x1eb9;" k="102" />
+ <hkern u1="Y" u2="&#x1eb7;" k="102" />
+ <hkern u1="Y" u2="&#x1eb6;" k="123" />
+ <hkern u1="Y" u2="&#x1eb5;" k="102" />
+ <hkern u1="Y" u2="&#x1eb4;" k="123" />
+ <hkern u1="Y" u2="&#x1eb3;" k="102" />
+ <hkern u1="Y" u2="&#x1eb2;" k="123" />
+ <hkern u1="Y" u2="&#x1eb1;" k="102" />
+ <hkern u1="Y" u2="&#x1eb0;" k="123" />
+ <hkern u1="Y" u2="&#x1eaf;" k="102" />
+ <hkern u1="Y" u2="&#x1eae;" k="123" />
+ <hkern u1="Y" u2="&#x1ead;" k="102" />
+ <hkern u1="Y" u2="&#x1eac;" k="123" />
+ <hkern u1="Y" u2="&#x1eab;" k="102" />
+ <hkern u1="Y" u2="&#x1eaa;" k="123" />
+ <hkern u1="Y" u2="&#x1ea9;" k="102" />
+ <hkern u1="Y" u2="&#x1ea8;" k="123" />
+ <hkern u1="Y" u2="&#x1ea6;" k="123" />
+ <hkern u1="Y" u2="&#x1ea5;" k="102" />
+ <hkern u1="Y" u2="&#x1ea4;" k="123" />
+ <hkern u1="Y" u2="&#x1ea3;" k="102" />
+ <hkern u1="Y" u2="&#x1ea2;" k="123" />
+ <hkern u1="Y" u2="&#x1ea1;" k="102" />
+ <hkern u1="Y" u2="&#x1ea0;" k="123" />
+ <hkern u1="Y" u2="&#x1b0;" k="61" />
+ <hkern u1="Y" u2="&#x1a1;" k="102" />
+ <hkern u1="Y" u2="&#x1a0;" k="41" />
+ <hkern u1="Y" u2="&#x1e01;" k="102" />
+ <hkern u1="Y" u2="&#x1e00;" k="123" />
+ <hkern u1="Y" u2="&#x1e3f;" k="61" />
+ <hkern u1="Y" u2="&#x201e;" k="123" />
+ <hkern u1="Y" u2="&#x201a;" k="123" />
+ <hkern u1="Y" u2="&#x219;" k="82" />
+ <hkern u1="Y" u2="&#x1ff;" k="102" />
+ <hkern u1="Y" u2="&#x1fe;" k="41" />
+ <hkern u1="Y" u2="&#x1fd;" k="102" />
+ <hkern u1="Y" u2="&#x1fb;" k="102" />
+ <hkern u1="Y" u2="&#x1fa;" k="123" />
+ <hkern u1="Y" u2="&#x17e;" k="41" />
+ <hkern u1="Y" u2="&#x17c;" k="41" />
+ <hkern u1="Y" u2="&#x17a;" k="41" />
+ <hkern u1="Y" u2="&#x173;" k="61" />
+ <hkern u1="Y" u2="&#x171;" k="61" />
+ <hkern u1="Y" u2="&#x16f;" k="61" />
+ <hkern u1="Y" u2="&#x16d;" k="61" />
+ <hkern u1="Y" u2="&#x16b;" k="61" />
+ <hkern u1="Y" u2="&#x169;" k="61" />
+ <hkern u1="Y" u2="&#x15f;" k="82" />
+ <hkern u1="Y" u2="&#x15b;" k="82" />
+ <hkern u1="Y" u2="&#x157;" k="61" />
+ <hkern u1="Y" u2="&#x155;" k="61" />
+ <hkern u1="Y" u2="&#x153;" k="102" />
+ <hkern u1="Y" u2="&#x152;" k="41" />
+ <hkern u1="Y" u2="&#x151;" k="102" />
+ <hkern u1="Y" u2="&#x150;" k="41" />
+ <hkern u1="Y" u2="&#x14f;" k="102" />
+ <hkern u1="Y" u2="&#x14e;" k="41" />
+ <hkern u1="Y" u2="&#x14d;" k="102" />
+ <hkern u1="Y" u2="&#x14c;" k="41" />
+ <hkern u1="Y" u2="&#x14b;" k="61" />
+ <hkern u1="Y" u2="&#x146;" k="61" />
+ <hkern u1="Y" u2="&#x144;" k="61" />
+ <hkern u1="Y" u2="&#x138;" k="61" />
+ <hkern u1="Y" u2="&#x123;" k="41" />
+ <hkern u1="Y" u2="&#x122;" k="41" />
+ <hkern u1="Y" u2="&#x121;" k="41" />
+ <hkern u1="Y" u2="&#x120;" k="41" />
+ <hkern u1="Y" u2="&#x11f;" k="41" />
+ <hkern u1="Y" u2="&#x11e;" k="41" />
+ <hkern u1="Y" u2="&#x11d;" k="41" />
+ <hkern u1="Y" u2="&#x11c;" k="41" />
+ <hkern u1="Y" u2="&#x11b;" k="102" />
+ <hkern u1="Y" u2="&#x119;" k="102" />
+ <hkern u1="Y" u2="&#x117;" k="102" />
+ <hkern u1="Y" u2="&#x115;" k="102" />
+ <hkern u1="Y" u2="&#x113;" k="102" />
+ <hkern u1="Y" u2="&#x111;" k="102" />
+ <hkern u1="Y" u2="&#x10f;" k="102" />
+ <hkern u1="Y" u2="&#x10d;" k="102" />
+ <hkern u1="Y" u2="&#x10c;" k="41" />
+ <hkern u1="Y" u2="&#x10b;" k="102" />
+ <hkern u1="Y" u2="&#x10a;" k="41" />
+ <hkern u1="Y" u2="&#x109;" k="102" />
+ <hkern u1="Y" u2="&#x108;" k="41" />
+ <hkern u1="Y" u2="&#x107;" k="102" />
+ <hkern u1="Y" u2="&#x106;" k="41" />
+ <hkern u1="Y" u2="&#x105;" k="102" />
+ <hkern u1="Y" u2="&#x104;" k="123" />
+ <hkern u1="Y" u2="&#x103;" k="102" />
+ <hkern u1="Y" u2="&#x102;" k="123" />
+ <hkern u1="Y" u2="&#x101;" k="102" />
+ <hkern u1="Y" u2="&#x100;" k="123" />
+ <hkern u1="Y" u2="&#xfc;" k="61" />
+ <hkern u1="Y" u2="&#xfb;" k="61" />
+ <hkern u1="Y" u2="&#xfa;" k="61" />
+ <hkern u1="Y" u2="&#xf9;" k="61" />
+ <hkern u1="Y" u2="&#xf8;" k="102" />
+ <hkern u1="Y" u2="&#xf6;" k="102" />
+ <hkern u1="Y" u2="&#xf5;" k="102" />
+ <hkern u1="Y" u2="&#xf4;" k="102" />
+ <hkern u1="Y" u2="&#xf3;" k="102" />
+ <hkern u1="Y" u2="&#xf2;" k="102" />
+ <hkern u1="Y" u2="&#xeb;" k="102" />
+ <hkern u1="Y" u2="&#xea;" k="102" />
+ <hkern u1="Y" u2="&#xe9;" k="102" />
+ <hkern u1="Y" u2="&#xe8;" k="102" />
+ <hkern u1="Y" u2="&#xe7;" k="102" />
+ <hkern u1="Y" u2="&#xe6;" k="102" />
+ <hkern u1="Y" u2="&#xe5;" k="102" />
+ <hkern u1="Y" u2="&#xe4;" k="102" />
+ <hkern u1="Y" u2="&#xe3;" k="102" />
+ <hkern u1="Y" u2="&#xe2;" k="102" />
+ <hkern u1="Y" u2="&#xe1;" k="102" />
+ <hkern u1="Y" u2="&#xe0;" k="102" />
+ <hkern u1="Y" u2="&#xd8;" k="41" />
+ <hkern u1="Y" u2="&#xd6;" k="41" />
+ <hkern u1="Y" u2="&#xd5;" k="41" />
+ <hkern u1="Y" u2="&#xd4;" k="41" />
+ <hkern u1="Y" u2="&#xd3;" k="41" />
+ <hkern u1="Y" u2="&#xd2;" k="41" />
+ <hkern u1="Y" u2="&#xc7;" k="41" />
+ <hkern u1="Y" u2="&#xc5;" k="123" />
+ <hkern u1="Y" u2="&#xc4;" k="123" />
+ <hkern u1="Y" u2="&#xc3;" k="123" />
+ <hkern u1="Y" u2="&#xc2;" k="123" />
+ <hkern u1="Y" u2="&#xc1;" k="123" />
+ <hkern u1="Y" u2="&#xc0;" k="123" />
+ <hkern u1="Y" u2="z" k="41" />
+ <hkern u1="Y" u2="u" k="61" />
+ <hkern u1="Y" u2="s" k="82" />
+ <hkern u1="Y" u2="r" k="61" />
+ <hkern u1="Y" u2="q" k="102" />
+ <hkern u1="Y" u2="p" k="61" />
+ <hkern u1="Y" u2="o" k="102" />
+ <hkern u1="Y" u2="n" k="61" />
+ <hkern u1="Y" u2="m" k="61" />
+ <hkern u1="Y" u2="g" k="41" />
+ <hkern u1="Y" u2="e" k="102" />
+ <hkern u1="Y" u2="d" k="102" />
+ <hkern u1="Y" u2="c" k="102" />
+ <hkern u1="Y" u2="a" k="102" />
+ <hkern u1="Y" u2="Q" k="41" />
+ <hkern u1="Y" u2="O" k="41" />
+ <hkern u1="Y" u2="G" k="41" />
+ <hkern u1="Y" u2="C" k="41" />
+ <hkern u1="Y" u2="A" k="123" />
+ <hkern u1="Y" u2="&#x3f;" k="-41" />
+ <hkern u1="Y" u2="&#x2e;" k="123" />
+ <hkern u1="Y" u2="&#x2c;" k="123" />
+ <hkern u1="Z" u2="&#x1ee2;" k="20" />
+ <hkern u1="Z" u2="&#x1ee0;" k="20" />
+ <hkern u1="Z" u2="&#x1ede;" k="20" />
+ <hkern u1="Z" u2="&#x1edc;" k="20" />
+ <hkern u1="Z" u2="&#x1eda;" k="20" />
+ <hkern u1="Z" u2="&#x1ed8;" k="20" />
+ <hkern u1="Z" u2="&#x1ed6;" k="20" />
+ <hkern u1="Z" u2="&#x1ed4;" k="20" />
+ <hkern u1="Z" u2="&#x1ed2;" k="20" />
+ <hkern u1="Z" u2="&#x1ed0;" k="20" />
+ <hkern u1="Z" u2="&#x1ece;" k="20" />
+ <hkern u1="Z" u2="&#x1ecc;" k="20" />
+ <hkern u1="Z" u2="&#x1a0;" k="20" />
+ <hkern u1="Z" u2="&#x1fe;" k="20" />
+ <hkern u1="Z" u2="&#x152;" k="20" />
+ <hkern u1="Z" u2="&#x150;" k="20" />
+ <hkern u1="Z" u2="&#x14e;" k="20" />
+ <hkern u1="Z" u2="&#x14c;" k="20" />
+ <hkern u1="Z" u2="&#x122;" k="20" />
+ <hkern u1="Z" u2="&#x120;" k="20" />
+ <hkern u1="Z" u2="&#x11e;" k="20" />
+ <hkern u1="Z" u2="&#x11c;" k="20" />
+ <hkern u1="Z" u2="&#x10c;" k="20" />
+ <hkern u1="Z" u2="&#x10a;" k="20" />
+ <hkern u1="Z" u2="&#x108;" k="20" />
+ <hkern u1="Z" u2="&#x106;" k="20" />
+ <hkern u1="Z" u2="&#xd8;" k="20" />
+ <hkern u1="Z" u2="&#xd6;" k="20" />
+ <hkern u1="Z" u2="&#xd5;" k="20" />
+ <hkern u1="Z" u2="&#xd4;" k="20" />
+ <hkern u1="Z" u2="&#xd3;" k="20" />
+ <hkern u1="Z" u2="&#xd2;" k="20" />
+ <hkern u1="Z" u2="&#xc7;" k="20" />
+ <hkern u1="Z" u2="Q" k="20" />
+ <hkern u1="Z" u2="O" k="20" />
+ <hkern u1="Z" u2="G" k="20" />
+ <hkern u1="Z" u2="C" k="20" />
+ <hkern u1="[" u2="J" k="-184" />
+ <hkern u1="a" u2="&#x201d;" k="20" />
+ <hkern u1="a" u2="&#x2019;" k="20" />
+ <hkern u1="a" u2="&#x27;" k="20" />
+ <hkern u1="a" u2="&#x22;" k="20" />
+ <hkern u1="b" u2="&#x1ef5;" k="41" />
+ <hkern u1="b" u2="&#x201d;" k="20" />
+ <hkern u1="b" u2="&#x2019;" k="20" />
+ <hkern u1="b" u2="&#x1e83;" k="41" />
+ <hkern u1="b" u2="&#x1e81;" k="41" />
+ <hkern u1="b" u2="&#x17e;" k="20" />
+ <hkern u1="b" u2="&#x17c;" k="20" />
+ <hkern u1="b" u2="&#x17a;" k="20" />
+ <hkern u1="b" u2="&#x175;" k="41" />
+ <hkern u1="b" u2="&#xfd;" k="41" />
+ <hkern u1="b" u2="z" k="20" />
+ <hkern u1="b" u2="y" k="41" />
+ <hkern u1="b" u2="x" k="41" />
+ <hkern u1="b" u2="w" k="41" />
+ <hkern u1="b" u2="v" k="41" />
+ <hkern u1="b" u2="&#x27;" k="20" />
+ <hkern u1="b" u2="&#x22;" k="20" />
+ <hkern u1="c" u2="&#x201d;" k="-41" />
+ <hkern u1="c" u2="&#x2019;" k="-41" />
+ <hkern u1="c" u2="&#x27;" k="-41" />
+ <hkern u1="c" u2="&#x22;" k="-41" />
+ <hkern u1="e" u2="&#x1ef5;" k="41" />
+ <hkern u1="e" u2="&#x201d;" k="20" />
+ <hkern u1="e" u2="&#x2019;" k="20" />
+ <hkern u1="e" u2="&#x1e83;" k="41" />
+ <hkern u1="e" u2="&#x1e81;" k="41" />
+ <hkern u1="e" u2="&#x17e;" k="20" />
+ <hkern u1="e" u2="&#x17c;" k="20" />
+ <hkern u1="e" u2="&#x17a;" k="20" />
+ <hkern u1="e" u2="&#x175;" k="41" />
+ <hkern u1="e" u2="&#xfd;" k="41" />
+ <hkern u1="e" u2="z" k="20" />
+ <hkern u1="e" u2="y" k="41" />
+ <hkern u1="e" u2="x" k="41" />
+ <hkern u1="e" u2="w" k="41" />
+ <hkern u1="e" u2="v" k="41" />
+ <hkern u1="e" u2="&#x27;" k="20" />
+ <hkern u1="e" u2="&#x22;" k="20" />
+ <hkern u1="f" u2="&#x201d;" k="-123" />
+ <hkern u1="f" u2="&#x2019;" k="-123" />
+ <hkern u1="f" u2="&#x27;" k="-123" />
+ <hkern u1="f" u2="&#x22;" k="-123" />
+ <hkern u1="h" u2="&#x201d;" k="20" />
+ <hkern u1="h" u2="&#x2019;" k="20" />
+ <hkern u1="h" u2="&#x27;" k="20" />
+ <hkern u1="h" u2="&#x22;" k="20" />
+ <hkern u1="k" u2="&#x1ee3;" k="41" />
+ <hkern u1="k" u2="&#x1ee1;" k="41" />
+ <hkern u1="k" u2="&#x1edf;" k="41" />
+ <hkern u1="k" u2="&#x1edd;" k="41" />
+ <hkern u1="k" u2="&#x1edb;" k="41" />
+ <hkern u1="k" u2="&#x1ed9;" k="41" />
+ <hkern u1="k" u2="&#x1ed7;" k="41" />
+ <hkern u1="k" u2="&#x1ed5;" k="41" />
+ <hkern u1="k" u2="&#x1ed1;" k="41" />
+ <hkern u1="k" u2="&#x1ecf;" k="41" />
+ <hkern u1="k" u2="&#x1ecd;" k="41" />
+ <hkern u1="k" u2="&#x1ec7;" k="41" />
+ <hkern u1="k" u2="&#x1ec5;" k="41" />
+ <hkern u1="k" u2="&#x1ec3;" k="41" />
+ <hkern u1="k" u2="&#x1ebf;" k="41" />
+ <hkern u1="k" u2="&#x1ebd;" k="41" />
+ <hkern u1="k" u2="&#x1ebb;" k="41" />
+ <hkern u1="k" u2="&#x1eb9;" k="41" />
+ <hkern u1="k" u2="&#x1a1;" k="41" />
+ <hkern u1="k" u2="&#x1ff;" k="41" />
+ <hkern u1="k" u2="&#x153;" k="41" />
+ <hkern u1="k" u2="&#x151;" k="41" />
+ <hkern u1="k" u2="&#x14f;" k="41" />
+ <hkern u1="k" u2="&#x14d;" k="41" />
+ <hkern u1="k" u2="&#x11b;" k="41" />
+ <hkern u1="k" u2="&#x119;" k="41" />
+ <hkern u1="k" u2="&#x117;" k="41" />
+ <hkern u1="k" u2="&#x115;" k="41" />
+ <hkern u1="k" u2="&#x113;" k="41" />
+ <hkern u1="k" u2="&#x111;" k="41" />
+ <hkern u1="k" u2="&#x10f;" k="41" />
+ <hkern u1="k" u2="&#x10d;" k="41" />
+ <hkern u1="k" u2="&#x10b;" k="41" />
+ <hkern u1="k" u2="&#x109;" k="41" />
+ <hkern u1="k" u2="&#x107;" k="41" />
+ <hkern u1="k" u2="&#xf8;" k="41" />
+ <hkern u1="k" u2="&#xf6;" k="41" />
+ <hkern u1="k" u2="&#xf5;" k="41" />
+ <hkern u1="k" u2="&#xf4;" k="41" />
+ <hkern u1="k" u2="&#xf3;" k="41" />
+ <hkern u1="k" u2="&#xf2;" k="41" />
+ <hkern u1="k" u2="&#xeb;" k="41" />
+ <hkern u1="k" u2="&#xea;" k="41" />
+ <hkern u1="k" u2="&#xe9;" k="41" />
+ <hkern u1="k" u2="&#xe8;" k="41" />
+ <hkern u1="k" u2="&#xe7;" k="41" />
+ <hkern u1="k" u2="&#xe0;" k="41" />
+ <hkern u1="k" u2="q" k="41" />
+ <hkern u1="k" u2="o" k="41" />
+ <hkern u1="k" u2="e" k="41" />
+ <hkern u1="k" u2="d" k="41" />
+ <hkern u1="k" u2="c" k="41" />
+ <hkern u1="m" u2="&#x201d;" k="20" />
+ <hkern u1="m" u2="&#x2019;" k="20" />
+ <hkern u1="m" u2="&#x27;" k="20" />
+ <hkern u1="m" u2="&#x22;" k="20" />
+ <hkern u1="n" u2="&#x201d;" k="20" />
+ <hkern u1="n" u2="&#x2019;" k="20" />
+ <hkern u1="n" u2="&#x27;" k="20" />
+ <hkern u1="n" u2="&#x22;" k="20" />
+ <hkern u1="o" u2="&#x1ef5;" k="41" />
+ <hkern u1="o" u2="&#x201d;" k="20" />
+ <hkern u1="o" u2="&#x2019;" k="20" />
+ <hkern u1="o" u2="&#x1e83;" k="41" />
+ <hkern u1="o" u2="&#x1e81;" k="41" />
+ <hkern u1="o" u2="&#x17e;" k="20" />
+ <hkern u1="o" u2="&#x17c;" k="20" />
+ <hkern u1="o" u2="&#x17a;" k="20" />
+ <hkern u1="o" u2="&#x175;" k="41" />
+ <hkern u1="o" u2="&#xfd;" k="41" />
+ <hkern u1="o" u2="z" k="20" />
+ <hkern u1="o" u2="y" k="41" />
+ <hkern u1="o" u2="x" k="41" />
+ <hkern u1="o" u2="w" k="41" />
+ <hkern u1="o" u2="v" k="41" />
+ <hkern u1="o" u2="&#x27;" k="20" />
+ <hkern u1="o" u2="&#x22;" k="20" />
+ <hkern u1="p" u2="&#x1ef5;" k="41" />
+ <hkern u1="p" u2="&#x201d;" k="20" />
+ <hkern u1="p" u2="&#x2019;" k="20" />
+ <hkern u1="p" u2="&#x1e83;" k="41" />
+ <hkern u1="p" u2="&#x1e81;" k="41" />
+ <hkern u1="p" u2="&#x17e;" k="20" />
+ <hkern u1="p" u2="&#x17c;" k="20" />
+ <hkern u1="p" u2="&#x17a;" k="20" />
+ <hkern u1="p" u2="&#x175;" k="41" />
+ <hkern u1="p" u2="&#xfd;" k="41" />
+ <hkern u1="p" u2="z" k="20" />
+ <hkern u1="p" u2="y" k="41" />
+ <hkern u1="p" u2="x" k="41" />
+ <hkern u1="p" u2="w" k="41" />
+ <hkern u1="p" u2="v" k="41" />
+ <hkern u1="p" u2="&#x27;" k="20" />
+ <hkern u1="p" u2="&#x22;" k="20" />
+ <hkern u1="r" u2="&#x1ee3;" k="41" />
+ <hkern u1="r" u2="&#x1ee1;" k="41" />
+ <hkern u1="r" u2="&#x1edf;" k="41" />
+ <hkern u1="r" u2="&#x1edd;" k="41" />
+ <hkern u1="r" u2="&#x1edb;" k="41" />
+ <hkern u1="r" u2="&#x1ed9;" k="41" />
+ <hkern u1="r" u2="&#x1ed7;" k="41" />
+ <hkern u1="r" u2="&#x1ed5;" k="41" />
+ <hkern u1="r" u2="&#x1ed1;" k="41" />
+ <hkern u1="r" u2="&#x1ecf;" k="41" />
+ <hkern u1="r" u2="&#x1ecd;" k="41" />
+ <hkern u1="r" u2="&#x1ec7;" k="41" />
+ <hkern u1="r" u2="&#x1ec5;" k="41" />
+ <hkern u1="r" u2="&#x1ec3;" k="41" />
+ <hkern u1="r" u2="&#x1ebf;" k="41" />
+ <hkern u1="r" u2="&#x1ebd;" k="41" />
+ <hkern u1="r" u2="&#x1ebb;" k="41" />
+ <hkern u1="r" u2="&#x1eb9;" k="41" />
+ <hkern u1="r" u2="&#x1eb7;" k="41" />
+ <hkern u1="r" u2="&#x1eb5;" k="41" />
+ <hkern u1="r" u2="&#x1eb3;" k="41" />
+ <hkern u1="r" u2="&#x1eb1;" k="41" />
+ <hkern u1="r" u2="&#x1eaf;" k="41" />
+ <hkern u1="r" u2="&#x1ead;" k="41" />
+ <hkern u1="r" u2="&#x1eab;" k="41" />
+ <hkern u1="r" u2="&#x1ea9;" k="41" />
+ <hkern u1="r" u2="&#x1ea5;" k="41" />
+ <hkern u1="r" u2="&#x1ea3;" k="41" />
+ <hkern u1="r" u2="&#x1ea1;" k="41" />
+ <hkern u1="r" u2="&#x1a1;" k="41" />
+ <hkern u1="r" u2="&#x1e01;" k="41" />
+ <hkern u1="r" u2="&#x201d;" k="-82" />
+ <hkern u1="r" u2="&#x2019;" k="-82" />
+ <hkern u1="r" u2="&#x1ff;" k="41" />
+ <hkern u1="r" u2="&#x1fd;" k="41" />
+ <hkern u1="r" u2="&#x1fb;" k="41" />
+ <hkern u1="r" u2="&#x153;" k="41" />
+ <hkern u1="r" u2="&#x151;" k="41" />
+ <hkern u1="r" u2="&#x14f;" k="41" />
+ <hkern u1="r" u2="&#x14d;" k="41" />
+ <hkern u1="r" u2="&#x123;" k="20" />
+ <hkern u1="r" u2="&#x121;" k="20" />
+ <hkern u1="r" u2="&#x11f;" k="20" />
+ <hkern u1="r" u2="&#x11d;" k="20" />
+ <hkern u1="r" u2="&#x11b;" k="41" />
+ <hkern u1="r" u2="&#x119;" k="41" />
+ <hkern u1="r" u2="&#x117;" k="41" />
+ <hkern u1="r" u2="&#x115;" k="41" />
+ <hkern u1="r" u2="&#x113;" k="41" />
+ <hkern u1="r" u2="&#x111;" k="41" />
+ <hkern u1="r" u2="&#x10f;" k="41" />
+ <hkern u1="r" u2="&#x10d;" k="41" />
+ <hkern u1="r" u2="&#x10b;" k="41" />
+ <hkern u1="r" u2="&#x109;" k="41" />
+ <hkern u1="r" u2="&#x107;" k="41" />
+ <hkern u1="r" u2="&#x105;" k="41" />
+ <hkern u1="r" u2="&#x103;" k="41" />
+ <hkern u1="r" u2="&#x101;" k="41" />
+ <hkern u1="r" u2="&#xf8;" k="41" />
+ <hkern u1="r" u2="&#xf6;" k="41" />
+ <hkern u1="r" u2="&#xf5;" k="41" />
+ <hkern u1="r" u2="&#xf4;" k="41" />
+ <hkern u1="r" u2="&#xf3;" k="41" />
+ <hkern u1="r" u2="&#xf2;" k="41" />
+ <hkern u1="r" u2="&#xeb;" k="41" />
+ <hkern u1="r" u2="&#xea;" k="41" />
+ <hkern u1="r" u2="&#xe9;" k="41" />
+ <hkern u1="r" u2="&#xe8;" k="41" />
+ <hkern u1="r" u2="&#xe7;" k="41" />
+ <hkern u1="r" u2="&#xe6;" k="41" />
+ <hkern u1="r" u2="&#xe5;" k="41" />
+ <hkern u1="r" u2="&#xe4;" k="41" />
+ <hkern u1="r" u2="&#xe3;" k="41" />
+ <hkern u1="r" u2="&#xe2;" k="41" />
+ <hkern u1="r" u2="&#xe1;" k="41" />
+ <hkern u1="r" u2="&#xe0;" k="41" />
+ <hkern u1="r" u2="q" k="41" />
+ <hkern u1="r" u2="o" k="41" />
+ <hkern u1="r" u2="g" k="20" />
+ <hkern u1="r" u2="e" k="41" />
+ <hkern u1="r" u2="d" k="41" />
+ <hkern u1="r" u2="c" k="41" />
+ <hkern u1="r" u2="a" k="41" />
+ <hkern u1="r" u2="&#x27;" k="-82" />
+ <hkern u1="r" u2="&#x22;" k="-82" />
+ <hkern u1="t" u2="&#x201d;" k="-41" />
+ <hkern u1="t" u2="&#x2019;" k="-41" />
+ <hkern u1="t" u2="&#x27;" k="-41" />
+ <hkern u1="t" u2="&#x22;" k="-41" />
+ <hkern u1="v" u2="&#x201e;" k="82" />
+ <hkern u1="v" u2="&#x201d;" k="-82" />
+ <hkern u1="v" u2="&#x201a;" k="82" />
+ <hkern u1="v" u2="&#x2019;" k="-82" />
+ <hkern u1="v" u2="&#x3f;" k="-41" />
+ <hkern u1="v" u2="&#x2e;" k="82" />
+ <hkern u1="v" u2="&#x2c;" k="82" />
+ <hkern u1="v" u2="&#x27;" k="-82" />
+ <hkern u1="v" u2="&#x22;" k="-82" />
+ <hkern u1="w" u2="&#x201e;" k="82" />
+ <hkern u1="w" u2="&#x201d;" k="-82" />
+ <hkern u1="w" u2="&#x201a;" k="82" />
+ <hkern u1="w" u2="&#x2019;" k="-82" />
+ <hkern u1="w" u2="&#x3f;" k="-41" />
+ <hkern u1="w" u2="&#x2e;" k="82" />
+ <hkern u1="w" u2="&#x2c;" k="82" />
+ <hkern u1="w" u2="&#x27;" k="-82" />
+ <hkern u1="w" u2="&#x22;" k="-82" />
+ <hkern u1="x" u2="&#x1ee3;" k="41" />
+ <hkern u1="x" u2="&#x1ee1;" k="41" />
+ <hkern u1="x" u2="&#x1edf;" k="41" />
+ <hkern u1="x" u2="&#x1edd;" k="41" />
+ <hkern u1="x" u2="&#x1edb;" k="41" />
+ <hkern u1="x" u2="&#x1ed9;" k="41" />
+ <hkern u1="x" u2="&#x1ed7;" k="41" />
+ <hkern u1="x" u2="&#x1ed5;" k="41" />
+ <hkern u1="x" u2="&#x1ed1;" k="41" />
+ <hkern u1="x" u2="&#x1ecf;" k="41" />
+ <hkern u1="x" u2="&#x1ecd;" k="41" />
+ <hkern u1="x" u2="&#x1ec7;" k="41" />
+ <hkern u1="x" u2="&#x1ec5;" k="41" />
+ <hkern u1="x" u2="&#x1ec3;" k="41" />
+ <hkern u1="x" u2="&#x1ebf;" k="41" />
+ <hkern u1="x" u2="&#x1ebd;" k="41" />
+ <hkern u1="x" u2="&#x1ebb;" k="41" />
+ <hkern u1="x" u2="&#x1eb9;" k="41" />
+ <hkern u1="x" u2="&#x1a1;" k="41" />
+ <hkern u1="x" u2="&#x1ff;" k="41" />
+ <hkern u1="x" u2="&#x153;" k="41" />
+ <hkern u1="x" u2="&#x151;" k="41" />
+ <hkern u1="x" u2="&#x14f;" k="41" />
+ <hkern u1="x" u2="&#x14d;" k="41" />
+ <hkern u1="x" u2="&#x11b;" k="41" />
+ <hkern u1="x" u2="&#x119;" k="41" />
+ <hkern u1="x" u2="&#x117;" k="41" />
+ <hkern u1="x" u2="&#x115;" k="41" />
+ <hkern u1="x" u2="&#x113;" k="41" />
+ <hkern u1="x" u2="&#x111;" k="41" />
+ <hkern u1="x" u2="&#x10f;" k="41" />
+ <hkern u1="x" u2="&#x10d;" k="41" />
+ <hkern u1="x" u2="&#x10b;" k="41" />
+ <hkern u1="x" u2="&#x109;" k="41" />
+ <hkern u1="x" u2="&#x107;" k="41" />
+ <hkern u1="x" u2="&#xf8;" k="41" />
+ <hkern u1="x" u2="&#xf6;" k="41" />
+ <hkern u1="x" u2="&#xf5;" k="41" />
+ <hkern u1="x" u2="&#xf4;" k="41" />
+ <hkern u1="x" u2="&#xf3;" k="41" />
+ <hkern u1="x" u2="&#xf2;" k="41" />
+ <hkern u1="x" u2="&#xeb;" k="41" />
+ <hkern u1="x" u2="&#xea;" k="41" />
+ <hkern u1="x" u2="&#xe9;" k="41" />
+ <hkern u1="x" u2="&#xe8;" k="41" />
+ <hkern u1="x" u2="&#xe7;" k="41" />
+ <hkern u1="x" u2="&#xe0;" k="41" />
+ <hkern u1="x" u2="q" k="41" />
+ <hkern u1="x" u2="o" k="41" />
+ <hkern u1="x" u2="e" k="41" />
+ <hkern u1="x" u2="d" k="41" />
+ <hkern u1="x" u2="c" k="41" />
+ <hkern u1="y" u2="&#x201e;" k="82" />
+ <hkern u1="y" u2="&#x201d;" k="-82" />
+ <hkern u1="y" u2="&#x201a;" k="82" />
+ <hkern u1="y" u2="&#x2019;" k="-82" />
+ <hkern u1="y" u2="&#x3f;" k="-41" />
+ <hkern u1="y" u2="&#x2e;" k="82" />
+ <hkern u1="y" u2="&#x2c;" k="82" />
+ <hkern u1="y" u2="&#x27;" k="-82" />
+ <hkern u1="y" u2="&#x22;" k="-82" />
+ <hkern u1="&#x7b;" u2="J" k="-184" />
+ <hkern u1="&#xc0;" u2="&#x162;" k="143" />
+ <hkern u1="&#xc0;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#xc0;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#xc0;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#xc0;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x201d;" k="143" />
+ <hkern u1="&#xc0;" u2="&#x2019;" k="143" />
+ <hkern u1="&#xc0;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#xc0;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#xc0;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#xc0;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#xc0;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x178;" k="123" />
+ <hkern u1="&#xc0;" u2="&#x176;" k="123" />
+ <hkern u1="&#xc0;" u2="&#x174;" k="82" />
+ <hkern u1="&#xc0;" u2="&#x164;" k="143" />
+ <hkern u1="&#xc0;" u2="&#x21a;" k="143" />
+ <hkern u1="&#xc0;" u2="&#x152;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x150;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x14e;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x14c;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x122;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x120;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x11e;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x11c;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x10c;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x10a;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x108;" k="41" />
+ <hkern u1="&#xc0;" u2="&#x106;" k="41" />
+ <hkern u1="&#xc0;" u2="&#xdd;" k="123" />
+ <hkern u1="&#xc0;" u2="&#xd8;" k="41" />
+ <hkern u1="&#xc0;" u2="&#xd6;" k="41" />
+ <hkern u1="&#xc0;" u2="&#xd5;" k="41" />
+ <hkern u1="&#xc0;" u2="&#xd4;" k="41" />
+ <hkern u1="&#xc0;" u2="&#xd3;" k="41" />
+ <hkern u1="&#xc0;" u2="&#xd2;" k="41" />
+ <hkern u1="&#xc0;" u2="&#xc7;" k="41" />
+ <hkern u1="&#xc0;" u2="Y" k="123" />
+ <hkern u1="&#xc0;" u2="W" k="82" />
+ <hkern u1="&#xc0;" u2="V" k="82" />
+ <hkern u1="&#xc0;" u2="T" k="143" />
+ <hkern u1="&#xc0;" u2="Q" k="41" />
+ <hkern u1="&#xc0;" u2="O" k="41" />
+ <hkern u1="&#xc0;" u2="J" k="-266" />
+ <hkern u1="&#xc0;" u2="G" k="41" />
+ <hkern u1="&#xc0;" u2="C" k="41" />
+ <hkern u1="&#xc0;" u2="&#x27;" k="143" />
+ <hkern u1="&#xc0;" u2="&#x22;" k="143" />
+ <hkern u1="&#xc1;" u2="&#x162;" k="143" />
+ <hkern u1="&#xc1;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#xc1;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#xc1;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#xc1;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x201d;" k="143" />
+ <hkern u1="&#xc1;" u2="&#x2019;" k="143" />
+ <hkern u1="&#xc1;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#xc1;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#xc1;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#xc1;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#xc1;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x178;" k="123" />
+ <hkern u1="&#xc1;" u2="&#x176;" k="123" />
+ <hkern u1="&#xc1;" u2="&#x174;" k="82" />
+ <hkern u1="&#xc1;" u2="&#x164;" k="143" />
+ <hkern u1="&#xc1;" u2="&#x21a;" k="143" />
+ <hkern u1="&#xc1;" u2="&#x152;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x150;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x14e;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x14c;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x122;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x120;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x11e;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x11c;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x10c;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x10a;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x108;" k="41" />
+ <hkern u1="&#xc1;" u2="&#x106;" k="41" />
+ <hkern u1="&#xc1;" u2="&#xdd;" k="123" />
+ <hkern u1="&#xc1;" u2="&#xd8;" k="41" />
+ <hkern u1="&#xc1;" u2="&#xd6;" k="41" />
+ <hkern u1="&#xc1;" u2="&#xd5;" k="41" />
+ <hkern u1="&#xc1;" u2="&#xd4;" k="41" />
+ <hkern u1="&#xc1;" u2="&#xd3;" k="41" />
+ <hkern u1="&#xc1;" u2="&#xd2;" k="41" />
+ <hkern u1="&#xc1;" u2="&#xc7;" k="41" />
+ <hkern u1="&#xc1;" u2="Y" k="123" />
+ <hkern u1="&#xc1;" u2="W" k="82" />
+ <hkern u1="&#xc1;" u2="V" k="82" />
+ <hkern u1="&#xc1;" u2="T" k="143" />
+ <hkern u1="&#xc1;" u2="Q" k="41" />
+ <hkern u1="&#xc1;" u2="O" k="41" />
+ <hkern u1="&#xc1;" u2="J" k="-266" />
+ <hkern u1="&#xc1;" u2="G" k="41" />
+ <hkern u1="&#xc1;" u2="C" k="41" />
+ <hkern u1="&#xc1;" u2="&#x27;" k="143" />
+ <hkern u1="&#xc1;" u2="&#x22;" k="143" />
+ <hkern u1="&#xc2;" u2="&#x162;" k="143" />
+ <hkern u1="&#xc2;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#xc2;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#xc2;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#xc2;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x201d;" k="143" />
+ <hkern u1="&#xc2;" u2="&#x2019;" k="143" />
+ <hkern u1="&#xc2;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#xc2;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#xc2;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#xc2;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#xc2;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x178;" k="123" />
+ <hkern u1="&#xc2;" u2="&#x176;" k="123" />
+ <hkern u1="&#xc2;" u2="&#x174;" k="82" />
+ <hkern u1="&#xc2;" u2="&#x164;" k="143" />
+ <hkern u1="&#xc2;" u2="&#x21a;" k="143" />
+ <hkern u1="&#xc2;" u2="&#x152;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x150;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x14e;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x14c;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x122;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x120;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x11e;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x11c;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x10c;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x10a;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x108;" k="41" />
+ <hkern u1="&#xc2;" u2="&#x106;" k="41" />
+ <hkern u1="&#xc2;" u2="&#xdd;" k="123" />
+ <hkern u1="&#xc2;" u2="&#xd8;" k="41" />
+ <hkern u1="&#xc2;" u2="&#xd6;" k="41" />
+ <hkern u1="&#xc2;" u2="&#xd5;" k="41" />
+ <hkern u1="&#xc2;" u2="&#xd4;" k="41" />
+ <hkern u1="&#xc2;" u2="&#xd3;" k="41" />
+ <hkern u1="&#xc2;" u2="&#xd2;" k="41" />
+ <hkern u1="&#xc2;" u2="&#xc7;" k="41" />
+ <hkern u1="&#xc2;" u2="Y" k="123" />
+ <hkern u1="&#xc2;" u2="W" k="82" />
+ <hkern u1="&#xc2;" u2="V" k="82" />
+ <hkern u1="&#xc2;" u2="T" k="143" />
+ <hkern u1="&#xc2;" u2="Q" k="41" />
+ <hkern u1="&#xc2;" u2="O" k="41" />
+ <hkern u1="&#xc2;" u2="J" k="-266" />
+ <hkern u1="&#xc2;" u2="G" k="41" />
+ <hkern u1="&#xc2;" u2="C" k="41" />
+ <hkern u1="&#xc2;" u2="&#x27;" k="143" />
+ <hkern u1="&#xc2;" u2="&#x22;" k="143" />
+ <hkern u1="&#xc3;" u2="&#x162;" k="143" />
+ <hkern u1="&#xc3;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#xc3;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#xc3;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#xc3;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x201d;" k="143" />
+ <hkern u1="&#xc3;" u2="&#x2019;" k="143" />
+ <hkern u1="&#xc3;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#xc3;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#xc3;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#xc3;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#xc3;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x178;" k="123" />
+ <hkern u1="&#xc3;" u2="&#x176;" k="123" />
+ <hkern u1="&#xc3;" u2="&#x174;" k="82" />
+ <hkern u1="&#xc3;" u2="&#x164;" k="143" />
+ <hkern u1="&#xc3;" u2="&#x21a;" k="143" />
+ <hkern u1="&#xc3;" u2="&#x152;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x150;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x14e;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x14c;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x122;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x120;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x11e;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x11c;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x10c;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x10a;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x108;" k="41" />
+ <hkern u1="&#xc3;" u2="&#x106;" k="41" />
+ <hkern u1="&#xc3;" u2="&#xdd;" k="123" />
+ <hkern u1="&#xc3;" u2="&#xd8;" k="41" />
+ <hkern u1="&#xc3;" u2="&#xd6;" k="41" />
+ <hkern u1="&#xc3;" u2="&#xd5;" k="41" />
+ <hkern u1="&#xc3;" u2="&#xd4;" k="41" />
+ <hkern u1="&#xc3;" u2="&#xd3;" k="41" />
+ <hkern u1="&#xc3;" u2="&#xd2;" k="41" />
+ <hkern u1="&#xc3;" u2="&#xc7;" k="41" />
+ <hkern u1="&#xc3;" u2="Y" k="123" />
+ <hkern u1="&#xc3;" u2="W" k="82" />
+ <hkern u1="&#xc3;" u2="V" k="82" />
+ <hkern u1="&#xc3;" u2="T" k="143" />
+ <hkern u1="&#xc3;" u2="Q" k="41" />
+ <hkern u1="&#xc3;" u2="O" k="41" />
+ <hkern u1="&#xc3;" u2="J" k="-266" />
+ <hkern u1="&#xc3;" u2="G" k="41" />
+ <hkern u1="&#xc3;" u2="C" k="41" />
+ <hkern u1="&#xc3;" u2="&#x27;" k="143" />
+ <hkern u1="&#xc3;" u2="&#x22;" k="143" />
+ <hkern u1="&#xc4;" u2="&#x162;" k="143" />
+ <hkern u1="&#xc4;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#xc4;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#xc4;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#xc4;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x201d;" k="143" />
+ <hkern u1="&#xc4;" u2="&#x2019;" k="143" />
+ <hkern u1="&#xc4;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#xc4;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#xc4;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#xc4;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#xc4;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x178;" k="123" />
+ <hkern u1="&#xc4;" u2="&#x176;" k="123" />
+ <hkern u1="&#xc4;" u2="&#x174;" k="82" />
+ <hkern u1="&#xc4;" u2="&#x164;" k="143" />
+ <hkern u1="&#xc4;" u2="&#x21a;" k="143" />
+ <hkern u1="&#xc4;" u2="&#x152;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x150;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x14e;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x14c;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x122;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x120;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x11e;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x11c;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x10c;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x10a;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x108;" k="41" />
+ <hkern u1="&#xc4;" u2="&#x106;" k="41" />
+ <hkern u1="&#xc4;" u2="&#xdd;" k="123" />
+ <hkern u1="&#xc4;" u2="&#xd8;" k="41" />
+ <hkern u1="&#xc4;" u2="&#xd6;" k="41" />
+ <hkern u1="&#xc4;" u2="&#xd5;" k="41" />
+ <hkern u1="&#xc4;" u2="&#xd4;" k="41" />
+ <hkern u1="&#xc4;" u2="&#xd3;" k="41" />
+ <hkern u1="&#xc4;" u2="&#xd2;" k="41" />
+ <hkern u1="&#xc4;" u2="&#xc7;" k="41" />
+ <hkern u1="&#xc4;" u2="Y" k="123" />
+ <hkern u1="&#xc4;" u2="W" k="82" />
+ <hkern u1="&#xc4;" u2="V" k="82" />
+ <hkern u1="&#xc4;" u2="T" k="143" />
+ <hkern u1="&#xc4;" u2="Q" k="41" />
+ <hkern u1="&#xc4;" u2="O" k="41" />
+ <hkern u1="&#xc4;" u2="J" k="-266" />
+ <hkern u1="&#xc4;" u2="G" k="41" />
+ <hkern u1="&#xc4;" u2="C" k="41" />
+ <hkern u1="&#xc4;" u2="&#x27;" k="143" />
+ <hkern u1="&#xc4;" u2="&#x22;" k="143" />
+ <hkern u1="&#xc5;" u2="&#x162;" k="143" />
+ <hkern u1="&#xc5;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#xc5;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#xc5;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#xc5;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x201d;" k="143" />
+ <hkern u1="&#xc5;" u2="&#x2019;" k="143" />
+ <hkern u1="&#xc5;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#xc5;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#xc5;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#xc5;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#xc5;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x178;" k="123" />
+ <hkern u1="&#xc5;" u2="&#x176;" k="123" />
+ <hkern u1="&#xc5;" u2="&#x174;" k="82" />
+ <hkern u1="&#xc5;" u2="&#x164;" k="143" />
+ <hkern u1="&#xc5;" u2="&#x21a;" k="143" />
+ <hkern u1="&#xc5;" u2="&#x152;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x150;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x14e;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x14c;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x122;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x120;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x11e;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x11c;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x10c;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x10a;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x108;" k="41" />
+ <hkern u1="&#xc5;" u2="&#x106;" k="41" />
+ <hkern u1="&#xc5;" u2="&#xdd;" k="123" />
+ <hkern u1="&#xc5;" u2="&#xd8;" k="41" />
+ <hkern u1="&#xc5;" u2="&#xd6;" k="41" />
+ <hkern u1="&#xc5;" u2="&#xd5;" k="41" />
+ <hkern u1="&#xc5;" u2="&#xd4;" k="41" />
+ <hkern u1="&#xc5;" u2="&#xd3;" k="41" />
+ <hkern u1="&#xc5;" u2="&#xd2;" k="41" />
+ <hkern u1="&#xc5;" u2="&#xc7;" k="41" />
+ <hkern u1="&#xc5;" u2="Y" k="123" />
+ <hkern u1="&#xc5;" u2="W" k="82" />
+ <hkern u1="&#xc5;" u2="V" k="82" />
+ <hkern u1="&#xc5;" u2="T" k="143" />
+ <hkern u1="&#xc5;" u2="Q" k="41" />
+ <hkern u1="&#xc5;" u2="O" k="41" />
+ <hkern u1="&#xc5;" u2="J" k="-266" />
+ <hkern u1="&#xc5;" u2="G" k="41" />
+ <hkern u1="&#xc5;" u2="C" k="41" />
+ <hkern u1="&#xc5;" u2="&#x27;" k="143" />
+ <hkern u1="&#xc5;" u2="&#x22;" k="143" />
+ <hkern u1="&#xc6;" u2="J" k="-123" />
+ <hkern u1="&#xc7;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x152;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x150;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x14e;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x14c;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x122;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x120;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x11e;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x11c;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x10c;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x10a;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x108;" k="41" />
+ <hkern u1="&#xc7;" u2="&#x106;" k="41" />
+ <hkern u1="&#xc7;" u2="&#xd8;" k="41" />
+ <hkern u1="&#xc7;" u2="&#xd6;" k="41" />
+ <hkern u1="&#xc7;" u2="&#xd5;" k="41" />
+ <hkern u1="&#xc7;" u2="&#xd4;" k="41" />
+ <hkern u1="&#xc7;" u2="&#xd3;" k="41" />
+ <hkern u1="&#xc7;" u2="&#xd2;" k="41" />
+ <hkern u1="&#xc7;" u2="&#xc7;" k="41" />
+ <hkern u1="&#xc7;" u2="Q" k="41" />
+ <hkern u1="&#xc7;" u2="O" k="41" />
+ <hkern u1="&#xc7;" u2="G" k="41" />
+ <hkern u1="&#xc7;" u2="C" k="41" />
+ <hkern u1="&#xc8;" u2="J" k="-123" />
+ <hkern u1="&#xc9;" u2="J" k="-123" />
+ <hkern u1="&#xca;" u2="J" k="-123" />
+ <hkern u1="&#xcb;" u2="J" k="-123" />
+ <hkern u1="&#xd0;" u2="&#x162;" k="61" />
+ <hkern u1="&#xd0;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x201e;" k="82" />
+ <hkern u1="&#xd0;" u2="&#x201a;" k="82" />
+ <hkern u1="&#xd0;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x405;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x17d;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x17b;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x179;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x178;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x176;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x174;" k="20" />
+ <hkern u1="&#xd0;" u2="&#x164;" k="61" />
+ <hkern u1="&#xd0;" u2="&#x21a;" k="61" />
+ <hkern u1="&#xd0;" u2="&#x104;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x102;" k="41" />
+ <hkern u1="&#xd0;" u2="&#x100;" k="41" />
+ <hkern u1="&#xd0;" u2="&#xdd;" k="20" />
+ <hkern u1="&#xd0;" u2="&#xc5;" k="41" />
+ <hkern u1="&#xd0;" u2="&#xc4;" k="41" />
+ <hkern u1="&#xd0;" u2="&#xc3;" k="41" />
+ <hkern u1="&#xd0;" u2="&#xc2;" k="41" />
+ <hkern u1="&#xd0;" u2="&#xc1;" k="41" />
+ <hkern u1="&#xd0;" u2="&#xc0;" k="41" />
+ <hkern u1="&#xd0;" u2="Z" k="20" />
+ <hkern u1="&#xd0;" u2="Y" k="20" />
+ <hkern u1="&#xd0;" u2="X" k="41" />
+ <hkern u1="&#xd0;" u2="W" k="20" />
+ <hkern u1="&#xd0;" u2="V" k="20" />
+ <hkern u1="&#xd0;" u2="T" k="61" />
+ <hkern u1="&#xd0;" u2="A" k="41" />
+ <hkern u1="&#xd0;" u2="&#x2e;" k="82" />
+ <hkern u1="&#xd0;" u2="&#x2c;" k="82" />
+ <hkern u1="&#xd2;" u2="&#x162;" k="61" />
+ <hkern u1="&#xd2;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x201e;" k="82" />
+ <hkern u1="&#xd2;" u2="&#x201a;" k="82" />
+ <hkern u1="&#xd2;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x405;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x17d;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x17b;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x179;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x178;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x176;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x174;" k="20" />
+ <hkern u1="&#xd2;" u2="&#x164;" k="61" />
+ <hkern u1="&#xd2;" u2="&#x21a;" k="61" />
+ <hkern u1="&#xd2;" u2="&#x104;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x102;" k="41" />
+ <hkern u1="&#xd2;" u2="&#x100;" k="41" />
+ <hkern u1="&#xd2;" u2="&#xdd;" k="20" />
+ <hkern u1="&#xd2;" u2="&#xc5;" k="41" />
+ <hkern u1="&#xd2;" u2="&#xc4;" k="41" />
+ <hkern u1="&#xd2;" u2="&#xc3;" k="41" />
+ <hkern u1="&#xd2;" u2="&#xc2;" k="41" />
+ <hkern u1="&#xd2;" u2="&#xc1;" k="41" />
+ <hkern u1="&#xd2;" u2="&#xc0;" k="41" />
+ <hkern u1="&#xd2;" u2="Z" k="20" />
+ <hkern u1="&#xd2;" u2="Y" k="20" />
+ <hkern u1="&#xd2;" u2="X" k="41" />
+ <hkern u1="&#xd2;" u2="W" k="20" />
+ <hkern u1="&#xd2;" u2="V" k="20" />
+ <hkern u1="&#xd2;" u2="T" k="61" />
+ <hkern u1="&#xd2;" u2="A" k="41" />
+ <hkern u1="&#xd2;" u2="&#x2e;" k="82" />
+ <hkern u1="&#xd2;" u2="&#x2c;" k="82" />
+ <hkern u1="&#xd3;" u2="&#x162;" k="61" />
+ <hkern u1="&#xd3;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x201e;" k="82" />
+ <hkern u1="&#xd3;" u2="&#x201a;" k="82" />
+ <hkern u1="&#xd3;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x405;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x17d;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x17b;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x179;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x178;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x176;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x174;" k="20" />
+ <hkern u1="&#xd3;" u2="&#x164;" k="61" />
+ <hkern u1="&#xd3;" u2="&#x21a;" k="61" />
+ <hkern u1="&#xd3;" u2="&#x104;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x102;" k="41" />
+ <hkern u1="&#xd3;" u2="&#x100;" k="41" />
+ <hkern u1="&#xd3;" u2="&#xdd;" k="20" />
+ <hkern u1="&#xd3;" u2="&#xc5;" k="41" />
+ <hkern u1="&#xd3;" u2="&#xc4;" k="41" />
+ <hkern u1="&#xd3;" u2="&#xc3;" k="41" />
+ <hkern u1="&#xd3;" u2="&#xc2;" k="41" />
+ <hkern u1="&#xd3;" u2="&#xc1;" k="41" />
+ <hkern u1="&#xd3;" u2="&#xc0;" k="41" />
+ <hkern u1="&#xd3;" u2="Z" k="20" />
+ <hkern u1="&#xd3;" u2="Y" k="20" />
+ <hkern u1="&#xd3;" u2="X" k="41" />
+ <hkern u1="&#xd3;" u2="W" k="20" />
+ <hkern u1="&#xd3;" u2="V" k="20" />
+ <hkern u1="&#xd3;" u2="T" k="61" />
+ <hkern u1="&#xd3;" u2="A" k="41" />
+ <hkern u1="&#xd3;" u2="&#x2e;" k="82" />
+ <hkern u1="&#xd3;" u2="&#x2c;" k="82" />
+ <hkern u1="&#xd4;" u2="&#x162;" k="61" />
+ <hkern u1="&#xd4;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x201e;" k="82" />
+ <hkern u1="&#xd4;" u2="&#x201a;" k="82" />
+ <hkern u1="&#xd4;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x405;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x17d;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x17b;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x179;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x178;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x176;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x174;" k="20" />
+ <hkern u1="&#xd4;" u2="&#x164;" k="61" />
+ <hkern u1="&#xd4;" u2="&#x21a;" k="61" />
+ <hkern u1="&#xd4;" u2="&#x104;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x102;" k="41" />
+ <hkern u1="&#xd4;" u2="&#x100;" k="41" />
+ <hkern u1="&#xd4;" u2="&#xdd;" k="20" />
+ <hkern u1="&#xd4;" u2="&#xc5;" k="41" />
+ <hkern u1="&#xd4;" u2="&#xc4;" k="41" />
+ <hkern u1="&#xd4;" u2="&#xc3;" k="41" />
+ <hkern u1="&#xd4;" u2="&#xc2;" k="41" />
+ <hkern u1="&#xd4;" u2="&#xc1;" k="41" />
+ <hkern u1="&#xd4;" u2="&#xc0;" k="41" />
+ <hkern u1="&#xd4;" u2="Z" k="20" />
+ <hkern u1="&#xd4;" u2="Y" k="20" />
+ <hkern u1="&#xd4;" u2="X" k="41" />
+ <hkern u1="&#xd4;" u2="W" k="20" />
+ <hkern u1="&#xd4;" u2="V" k="20" />
+ <hkern u1="&#xd4;" u2="T" k="61" />
+ <hkern u1="&#xd4;" u2="A" k="41" />
+ <hkern u1="&#xd4;" u2="&#x2e;" k="82" />
+ <hkern u1="&#xd4;" u2="&#x2c;" k="82" />
+ <hkern u1="&#xd5;" u2="&#x162;" k="61" />
+ <hkern u1="&#xd5;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x201e;" k="82" />
+ <hkern u1="&#xd5;" u2="&#x201a;" k="82" />
+ <hkern u1="&#xd5;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x405;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x17d;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x17b;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x179;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x178;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x176;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x174;" k="20" />
+ <hkern u1="&#xd5;" u2="&#x164;" k="61" />
+ <hkern u1="&#xd5;" u2="&#x21a;" k="61" />
+ <hkern u1="&#xd5;" u2="&#x104;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x102;" k="41" />
+ <hkern u1="&#xd5;" u2="&#x100;" k="41" />
+ <hkern u1="&#xd5;" u2="&#xdd;" k="20" />
+ <hkern u1="&#xd5;" u2="&#xc5;" k="41" />
+ <hkern u1="&#xd5;" u2="&#xc4;" k="41" />
+ <hkern u1="&#xd5;" u2="&#xc3;" k="41" />
+ <hkern u1="&#xd5;" u2="&#xc2;" k="41" />
+ <hkern u1="&#xd5;" u2="&#xc1;" k="41" />
+ <hkern u1="&#xd5;" u2="&#xc0;" k="41" />
+ <hkern u1="&#xd5;" u2="Z" k="20" />
+ <hkern u1="&#xd5;" u2="Y" k="20" />
+ <hkern u1="&#xd5;" u2="X" k="41" />
+ <hkern u1="&#xd5;" u2="W" k="20" />
+ <hkern u1="&#xd5;" u2="V" k="20" />
+ <hkern u1="&#xd5;" u2="T" k="61" />
+ <hkern u1="&#xd5;" u2="A" k="41" />
+ <hkern u1="&#xd5;" u2="&#x2e;" k="82" />
+ <hkern u1="&#xd5;" u2="&#x2c;" k="82" />
+ <hkern u1="&#xd6;" u2="&#x162;" k="61" />
+ <hkern u1="&#xd6;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x201e;" k="82" />
+ <hkern u1="&#xd6;" u2="&#x201a;" k="82" />
+ <hkern u1="&#xd6;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x405;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x17d;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x17b;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x179;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x178;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x176;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x174;" k="20" />
+ <hkern u1="&#xd6;" u2="&#x164;" k="61" />
+ <hkern u1="&#xd6;" u2="&#x21a;" k="61" />
+ <hkern u1="&#xd6;" u2="&#x104;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x102;" k="41" />
+ <hkern u1="&#xd6;" u2="&#x100;" k="41" />
+ <hkern u1="&#xd6;" u2="&#xdd;" k="20" />
+ <hkern u1="&#xd6;" u2="&#xc5;" k="41" />
+ <hkern u1="&#xd6;" u2="&#xc4;" k="41" />
+ <hkern u1="&#xd6;" u2="&#xc3;" k="41" />
+ <hkern u1="&#xd6;" u2="&#xc2;" k="41" />
+ <hkern u1="&#xd6;" u2="&#xc1;" k="41" />
+ <hkern u1="&#xd6;" u2="&#xc0;" k="41" />
+ <hkern u1="&#xd6;" u2="Z" k="20" />
+ <hkern u1="&#xd6;" u2="Y" k="20" />
+ <hkern u1="&#xd6;" u2="X" k="41" />
+ <hkern u1="&#xd6;" u2="W" k="20" />
+ <hkern u1="&#xd6;" u2="V" k="20" />
+ <hkern u1="&#xd6;" u2="T" k="61" />
+ <hkern u1="&#xd6;" u2="A" k="41" />
+ <hkern u1="&#xd6;" u2="&#x2e;" k="82" />
+ <hkern u1="&#xd6;" u2="&#x2c;" k="82" />
+ <hkern u1="&#xd8;" u2="&#x162;" k="61" />
+ <hkern u1="&#xd8;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x201e;" k="82" />
+ <hkern u1="&#xd8;" u2="&#x201a;" k="82" />
+ <hkern u1="&#xd8;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x405;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x17d;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x17b;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x179;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x178;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x176;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x174;" k="20" />
+ <hkern u1="&#xd8;" u2="&#x164;" k="61" />
+ <hkern u1="&#xd8;" u2="&#x21a;" k="61" />
+ <hkern u1="&#xd8;" u2="&#x104;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x102;" k="41" />
+ <hkern u1="&#xd8;" u2="&#x100;" k="41" />
+ <hkern u1="&#xd8;" u2="&#xdd;" k="20" />
+ <hkern u1="&#xd8;" u2="&#xc5;" k="41" />
+ <hkern u1="&#xd8;" u2="&#xc4;" k="41" />
+ <hkern u1="&#xd8;" u2="&#xc3;" k="41" />
+ <hkern u1="&#xd8;" u2="&#xc2;" k="41" />
+ <hkern u1="&#xd8;" u2="&#xc1;" k="41" />
+ <hkern u1="&#xd8;" u2="&#xc0;" k="41" />
+ <hkern u1="&#xd8;" u2="Z" k="20" />
+ <hkern u1="&#xd8;" u2="Y" k="20" />
+ <hkern u1="&#xd8;" u2="X" k="41" />
+ <hkern u1="&#xd8;" u2="W" k="20" />
+ <hkern u1="&#xd8;" u2="V" k="20" />
+ <hkern u1="&#xd8;" u2="T" k="61" />
+ <hkern u1="&#xd8;" u2="A" k="41" />
+ <hkern u1="&#xd8;" u2="&#x2e;" k="82" />
+ <hkern u1="&#xd8;" u2="&#x2c;" k="82" />
+ <hkern u1="&#xd9;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x201e;" k="41" />
+ <hkern u1="&#xd9;" u2="&#x201a;" k="41" />
+ <hkern u1="&#xd9;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x104;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x102;" k="20" />
+ <hkern u1="&#xd9;" u2="&#x100;" k="20" />
+ <hkern u1="&#xd9;" u2="&#xc5;" k="20" />
+ <hkern u1="&#xd9;" u2="&#xc4;" k="20" />
+ <hkern u1="&#xd9;" u2="&#xc3;" k="20" />
+ <hkern u1="&#xd9;" u2="&#xc2;" k="20" />
+ <hkern u1="&#xd9;" u2="&#xc1;" k="20" />
+ <hkern u1="&#xd9;" u2="&#xc0;" k="20" />
+ <hkern u1="&#xd9;" u2="A" k="20" />
+ <hkern u1="&#xd9;" u2="&#x2e;" k="41" />
+ <hkern u1="&#xd9;" u2="&#x2c;" k="41" />
+ <hkern u1="&#xda;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#xda;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#xda;" u2="&#x201e;" k="41" />
+ <hkern u1="&#xda;" u2="&#x201a;" k="41" />
+ <hkern u1="&#xda;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#xda;" u2="&#x104;" k="20" />
+ <hkern u1="&#xda;" u2="&#x102;" k="20" />
+ <hkern u1="&#xda;" u2="&#x100;" k="20" />
+ <hkern u1="&#xda;" u2="&#xc5;" k="20" />
+ <hkern u1="&#xda;" u2="&#xc4;" k="20" />
+ <hkern u1="&#xda;" u2="&#xc3;" k="20" />
+ <hkern u1="&#xda;" u2="&#xc2;" k="20" />
+ <hkern u1="&#xda;" u2="&#xc1;" k="20" />
+ <hkern u1="&#xda;" u2="&#xc0;" k="20" />
+ <hkern u1="&#xda;" u2="A" k="20" />
+ <hkern u1="&#xda;" u2="&#x2e;" k="41" />
+ <hkern u1="&#xda;" u2="&#x2c;" k="41" />
+ <hkern u1="&#xdb;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x201e;" k="41" />
+ <hkern u1="&#xdb;" u2="&#x201a;" k="41" />
+ <hkern u1="&#xdb;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x104;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x102;" k="20" />
+ <hkern u1="&#xdb;" u2="&#x100;" k="20" />
+ <hkern u1="&#xdb;" u2="&#xc5;" k="20" />
+ <hkern u1="&#xdb;" u2="&#xc4;" k="20" />
+ <hkern u1="&#xdb;" u2="&#xc3;" k="20" />
+ <hkern u1="&#xdb;" u2="&#xc2;" k="20" />
+ <hkern u1="&#xdb;" u2="&#xc1;" k="20" />
+ <hkern u1="&#xdb;" u2="&#xc0;" k="20" />
+ <hkern u1="&#xdb;" u2="A" k="20" />
+ <hkern u1="&#xdb;" u2="&#x2e;" k="41" />
+ <hkern u1="&#xdb;" u2="&#x2c;" k="41" />
+ <hkern u1="&#xdc;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x201e;" k="41" />
+ <hkern u1="&#xdc;" u2="&#x201a;" k="41" />
+ <hkern u1="&#xdc;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x104;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x102;" k="20" />
+ <hkern u1="&#xdc;" u2="&#x100;" k="20" />
+ <hkern u1="&#xdc;" u2="&#xc5;" k="20" />
+ <hkern u1="&#xdc;" u2="&#xc4;" k="20" />
+ <hkern u1="&#xdc;" u2="&#xc3;" k="20" />
+ <hkern u1="&#xdc;" u2="&#xc2;" k="20" />
+ <hkern u1="&#xdc;" u2="&#xc1;" k="20" />
+ <hkern u1="&#xdc;" u2="&#xc0;" k="20" />
+ <hkern u1="&#xdc;" u2="A" k="20" />
+ <hkern u1="&#xdc;" u2="&#x2e;" k="41" />
+ <hkern u1="&#xdc;" u2="&#x2c;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x1ee3;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ee1;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1edf;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1edd;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1edb;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ed9;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ed7;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ed5;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ed1;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ecf;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ecd;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1ec7;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ec5;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ec3;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ebf;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ebd;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ebb;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eb9;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eb7;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eb6;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1eb5;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eb4;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1eb3;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eb2;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1eb1;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eb0;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1eaf;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eae;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1ead;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eac;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1eab;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1eaa;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1ea9;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ea8;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1ea6;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1ea5;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ea4;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1ea3;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ea2;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1ea1;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1ea0;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x1a1;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1e01;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1e00;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x201e;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x201a;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x219;" k="82" />
+ <hkern u1="&#xdd;" u2="&#x1ff;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x1fd;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1fb;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x1fa;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x17e;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x17c;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x17a;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x173;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x171;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x16f;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x16d;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x16b;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x169;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x15f;" k="82" />
+ <hkern u1="&#xdd;" u2="&#x15b;" k="82" />
+ <hkern u1="&#xdd;" u2="&#x157;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x155;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x153;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x152;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x151;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x150;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x14f;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x14e;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x14d;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x14c;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x14b;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x146;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x144;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x138;" k="61" />
+ <hkern u1="&#xdd;" u2="&#x123;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x122;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x121;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x120;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x11f;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x11e;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x11d;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x11c;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x11b;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x119;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x117;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x115;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x113;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x111;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x10f;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x10d;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x10c;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x10b;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x10a;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x109;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x108;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x107;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x106;" k="41" />
+ <hkern u1="&#xdd;" u2="&#x105;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x104;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x103;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x102;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x101;" k="102" />
+ <hkern u1="&#xdd;" u2="&#x100;" k="123" />
+ <hkern u1="&#xdd;" u2="&#xfc;" k="61" />
+ <hkern u1="&#xdd;" u2="&#xfb;" k="61" />
+ <hkern u1="&#xdd;" u2="&#xfa;" k="61" />
+ <hkern u1="&#xdd;" u2="&#xf9;" k="61" />
+ <hkern u1="&#xdd;" u2="&#xf8;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xf6;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xf5;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xf4;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xf3;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xf2;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xeb;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xea;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe9;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe8;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe7;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe6;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe5;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe4;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe3;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe2;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe1;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xe0;" k="102" />
+ <hkern u1="&#xdd;" u2="&#xd8;" k="41" />
+ <hkern u1="&#xdd;" u2="&#xd6;" k="41" />
+ <hkern u1="&#xdd;" u2="&#xd5;" k="41" />
+ <hkern u1="&#xdd;" u2="&#xd4;" k="41" />
+ <hkern u1="&#xdd;" u2="&#xd3;" k="41" />
+ <hkern u1="&#xdd;" u2="&#xd2;" k="41" />
+ <hkern u1="&#xdd;" u2="&#xc7;" k="41" />
+ <hkern u1="&#xdd;" u2="&#xc5;" k="123" />
+ <hkern u1="&#xdd;" u2="&#xc4;" k="123" />
+ <hkern u1="&#xdd;" u2="&#xc3;" k="123" />
+ <hkern u1="&#xdd;" u2="&#xc2;" k="123" />
+ <hkern u1="&#xdd;" u2="&#xc1;" k="123" />
+ <hkern u1="&#xdd;" u2="&#xc0;" k="123" />
+ <hkern u1="&#xdd;" u2="z" k="41" />
+ <hkern u1="&#xdd;" u2="u" k="61" />
+ <hkern u1="&#xdd;" u2="s" k="82" />
+ <hkern u1="&#xdd;" u2="r" k="61" />
+ <hkern u1="&#xdd;" u2="q" k="102" />
+ <hkern u1="&#xdd;" u2="p" k="61" />
+ <hkern u1="&#xdd;" u2="o" k="102" />
+ <hkern u1="&#xdd;" u2="n" k="61" />
+ <hkern u1="&#xdd;" u2="m" k="61" />
+ <hkern u1="&#xdd;" u2="g" k="41" />
+ <hkern u1="&#xdd;" u2="e" k="102" />
+ <hkern u1="&#xdd;" u2="d" k="102" />
+ <hkern u1="&#xdd;" u2="c" k="102" />
+ <hkern u1="&#xdd;" u2="a" k="102" />
+ <hkern u1="&#xdd;" u2="Q" k="41" />
+ <hkern u1="&#xdd;" u2="O" k="41" />
+ <hkern u1="&#xdd;" u2="G" k="41" />
+ <hkern u1="&#xdd;" u2="C" k="41" />
+ <hkern u1="&#xdd;" u2="A" k="123" />
+ <hkern u1="&#xdd;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#xdd;" u2="&#x2e;" k="123" />
+ <hkern u1="&#xdd;" u2="&#x2c;" k="123" />
+ <hkern u1="&#xde;" u2="&#x1eb6;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1eb4;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1eb2;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1eb0;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1eae;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1eac;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1eaa;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1ea8;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1ea6;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1ea4;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1ea2;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1ea0;" k="102" />
+ <hkern u1="&#xde;" u2="&#x1e00;" k="102" />
+ <hkern u1="&#xde;" u2="&#x201e;" k="266" />
+ <hkern u1="&#xde;" u2="&#x201a;" k="266" />
+ <hkern u1="&#xde;" u2="&#x1fa;" k="102" />
+ <hkern u1="&#xde;" u2="&#x17d;" k="20" />
+ <hkern u1="&#xde;" u2="&#x17b;" k="20" />
+ <hkern u1="&#xde;" u2="&#x179;" k="20" />
+ <hkern u1="&#xde;" u2="&#x104;" k="102" />
+ <hkern u1="&#xde;" u2="&#x102;" k="102" />
+ <hkern u1="&#xde;" u2="&#x100;" k="102" />
+ <hkern u1="&#xde;" u2="&#xc5;" k="102" />
+ <hkern u1="&#xde;" u2="&#xc4;" k="102" />
+ <hkern u1="&#xde;" u2="&#xc3;" k="102" />
+ <hkern u1="&#xde;" u2="&#xc2;" k="102" />
+ <hkern u1="&#xde;" u2="&#xc1;" k="102" />
+ <hkern u1="&#xde;" u2="&#xc0;" k="102" />
+ <hkern u1="&#xde;" u2="Z" k="20" />
+ <hkern u1="&#xde;" u2="X" k="41" />
+ <hkern u1="&#xde;" u2="A" k="102" />
+ <hkern u1="&#xde;" u2="&#x2e;" k="266" />
+ <hkern u1="&#xde;" u2="&#x2c;" k="266" />
+ <hkern u1="&#xe0;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xe0;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xe0;" u2="&#x27;" k="20" />
+ <hkern u1="&#xe0;" u2="&#x22;" k="20" />
+ <hkern u1="&#xe1;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xe1;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xe1;" u2="&#x27;" k="20" />
+ <hkern u1="&#xe1;" u2="&#x22;" k="20" />
+ <hkern u1="&#xe2;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xe2;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xe2;" u2="&#x27;" k="20" />
+ <hkern u1="&#xe2;" u2="&#x22;" k="20" />
+ <hkern u1="&#xe3;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xe3;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xe3;" u2="&#x27;" k="20" />
+ <hkern u1="&#xe3;" u2="&#x22;" k="20" />
+ <hkern u1="&#xe4;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xe4;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xe4;" u2="&#x27;" k="20" />
+ <hkern u1="&#xe4;" u2="&#x22;" k="20" />
+ <hkern u1="&#xe5;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xe5;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xe5;" u2="&#x27;" k="20" />
+ <hkern u1="&#xe5;" u2="&#x22;" k="20" />
+ <hkern u1="&#xe8;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xe8;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xe8;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xe8;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xe8;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xe8;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xe8;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xe8;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xe8;" u2="&#x175;" k="41" />
+ <hkern u1="&#xe8;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xe8;" u2="z" k="20" />
+ <hkern u1="&#xe8;" u2="y" k="41" />
+ <hkern u1="&#xe8;" u2="x" k="41" />
+ <hkern u1="&#xe8;" u2="w" k="41" />
+ <hkern u1="&#xe8;" u2="v" k="41" />
+ <hkern u1="&#xe8;" u2="&#x27;" k="20" />
+ <hkern u1="&#xe8;" u2="&#x22;" k="20" />
+ <hkern u1="&#xe9;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xe9;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xe9;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xe9;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xe9;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xe9;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xe9;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xe9;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xe9;" u2="&#x175;" k="41" />
+ <hkern u1="&#xe9;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xe9;" u2="z" k="20" />
+ <hkern u1="&#xe9;" u2="y" k="41" />
+ <hkern u1="&#xe9;" u2="x" k="41" />
+ <hkern u1="&#xe9;" u2="w" k="41" />
+ <hkern u1="&#xe9;" u2="v" k="41" />
+ <hkern u1="&#xe9;" u2="&#x27;" k="20" />
+ <hkern u1="&#xe9;" u2="&#x22;" k="20" />
+ <hkern u1="&#xea;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xea;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xea;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xea;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xea;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xea;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xea;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xea;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xea;" u2="&#x175;" k="41" />
+ <hkern u1="&#xea;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xea;" u2="z" k="20" />
+ <hkern u1="&#xea;" u2="y" k="41" />
+ <hkern u1="&#xea;" u2="x" k="41" />
+ <hkern u1="&#xea;" u2="w" k="41" />
+ <hkern u1="&#xea;" u2="v" k="41" />
+ <hkern u1="&#xea;" u2="&#x27;" k="20" />
+ <hkern u1="&#xea;" u2="&#x22;" k="20" />
+ <hkern u1="&#xeb;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xeb;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xeb;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xeb;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xeb;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xeb;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xeb;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xeb;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xeb;" u2="&#x175;" k="41" />
+ <hkern u1="&#xeb;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xeb;" u2="z" k="20" />
+ <hkern u1="&#xeb;" u2="y" k="41" />
+ <hkern u1="&#xeb;" u2="x" k="41" />
+ <hkern u1="&#xeb;" u2="w" k="41" />
+ <hkern u1="&#xeb;" u2="v" k="41" />
+ <hkern u1="&#xeb;" u2="&#x27;" k="20" />
+ <hkern u1="&#xeb;" u2="&#x22;" k="20" />
+ <hkern u1="&#xf0;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xf0;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xf0;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xf0;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xf0;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xf0;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xf0;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xf0;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xf0;" u2="&#x175;" k="41" />
+ <hkern u1="&#xf0;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xf0;" u2="z" k="20" />
+ <hkern u1="&#xf0;" u2="y" k="41" />
+ <hkern u1="&#xf0;" u2="x" k="41" />
+ <hkern u1="&#xf0;" u2="w" k="41" />
+ <hkern u1="&#xf0;" u2="v" k="41" />
+ <hkern u1="&#xf0;" u2="&#x27;" k="20" />
+ <hkern u1="&#xf0;" u2="&#x22;" k="20" />
+ <hkern u1="&#xf2;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xf2;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xf2;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xf2;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xf2;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xf2;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xf2;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xf2;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xf2;" u2="&#x175;" k="41" />
+ <hkern u1="&#xf2;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xf2;" u2="z" k="20" />
+ <hkern u1="&#xf2;" u2="y" k="41" />
+ <hkern u1="&#xf2;" u2="x" k="41" />
+ <hkern u1="&#xf2;" u2="w" k="41" />
+ <hkern u1="&#xf2;" u2="v" k="41" />
+ <hkern u1="&#xf2;" u2="&#x27;" k="20" />
+ <hkern u1="&#xf2;" u2="&#x22;" k="20" />
+ <hkern u1="&#xf3;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xf3;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xf3;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xf3;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xf3;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xf3;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xf3;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xf3;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xf3;" u2="&#x175;" k="41" />
+ <hkern u1="&#xf3;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xf3;" u2="z" k="20" />
+ <hkern u1="&#xf3;" u2="y" k="41" />
+ <hkern u1="&#xf3;" u2="x" k="41" />
+ <hkern u1="&#xf3;" u2="w" k="41" />
+ <hkern u1="&#xf3;" u2="v" k="41" />
+ <hkern u1="&#xf3;" u2="&#x27;" k="20" />
+ <hkern u1="&#xf3;" u2="&#x22;" k="20" />
+ <hkern u1="&#xf4;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xf4;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xf4;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xf4;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xf4;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xf4;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xf4;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xf4;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xf4;" u2="&#x175;" k="41" />
+ <hkern u1="&#xf4;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xf4;" u2="z" k="20" />
+ <hkern u1="&#xf4;" u2="y" k="41" />
+ <hkern u1="&#xf4;" u2="x" k="41" />
+ <hkern u1="&#xf4;" u2="w" k="41" />
+ <hkern u1="&#xf4;" u2="v" k="41" />
+ <hkern u1="&#xf4;" u2="&#x27;" k="20" />
+ <hkern u1="&#xf4;" u2="&#x22;" k="20" />
+ <hkern u1="&#xf6;" u2="&#x201d;" k="41" />
+ <hkern u1="&#xf6;" u2="&#x2019;" k="41" />
+ <hkern u1="&#xf6;" u2="&#x27;" k="41" />
+ <hkern u1="&#xf6;" u2="&#x22;" k="41" />
+ <hkern u1="&#xf8;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xf8;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xf8;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xf8;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xf8;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xf8;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xf8;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xf8;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xf8;" u2="&#x175;" k="41" />
+ <hkern u1="&#xf8;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xf8;" u2="z" k="20" />
+ <hkern u1="&#xf8;" u2="y" k="41" />
+ <hkern u1="&#xf8;" u2="x" k="41" />
+ <hkern u1="&#xf8;" u2="w" k="41" />
+ <hkern u1="&#xf8;" u2="v" k="41" />
+ <hkern u1="&#xf8;" u2="&#x27;" k="20" />
+ <hkern u1="&#xf8;" u2="&#x22;" k="20" />
+ <hkern u1="&#xfd;" u2="&#x201e;" k="82" />
+ <hkern u1="&#xfd;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#xfd;" u2="&#x201a;" k="82" />
+ <hkern u1="&#xfd;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#xfd;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#xfd;" u2="&#x2e;" k="82" />
+ <hkern u1="&#xfd;" u2="&#x2c;" k="82" />
+ <hkern u1="&#xfd;" u2="&#x27;" k="-82" />
+ <hkern u1="&#xfd;" u2="&#x22;" k="-82" />
+ <hkern u1="&#xfe;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#xfe;" u2="&#x201d;" k="20" />
+ <hkern u1="&#xfe;" u2="&#x2019;" k="20" />
+ <hkern u1="&#xfe;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#xfe;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#xfe;" u2="&#x17e;" k="20" />
+ <hkern u1="&#xfe;" u2="&#x17c;" k="20" />
+ <hkern u1="&#xfe;" u2="&#x17a;" k="20" />
+ <hkern u1="&#xfe;" u2="&#x175;" k="41" />
+ <hkern u1="&#xfe;" u2="&#xfd;" k="41" />
+ <hkern u1="&#xfe;" u2="z" k="20" />
+ <hkern u1="&#xfe;" u2="y" k="41" />
+ <hkern u1="&#xfe;" u2="x" k="41" />
+ <hkern u1="&#xfe;" u2="w" k="41" />
+ <hkern u1="&#xfe;" u2="v" k="41" />
+ <hkern u1="&#xfe;" u2="&#x27;" k="20" />
+ <hkern u1="&#xfe;" u2="&#x22;" k="20" />
+ <hkern u1="&#xff;" u2="&#x201e;" k="82" />
+ <hkern u1="&#xff;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#xff;" u2="&#x201a;" k="82" />
+ <hkern u1="&#xff;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#xff;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#xff;" u2="&#x2e;" k="82" />
+ <hkern u1="&#xff;" u2="&#x2c;" k="82" />
+ <hkern u1="&#xff;" u2="&#x27;" k="-82" />
+ <hkern u1="&#xff;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x100;" u2="&#x162;" k="143" />
+ <hkern u1="&#x100;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x100;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x100;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x100;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x100;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x100;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x100;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x100;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x100;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x100;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x100;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x100;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x100;" u2="&#x178;" k="123" />
+ <hkern u1="&#x100;" u2="&#x176;" k="123" />
+ <hkern u1="&#x100;" u2="&#x174;" k="82" />
+ <hkern u1="&#x100;" u2="&#x164;" k="143" />
+ <hkern u1="&#x100;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x100;" u2="&#x152;" k="41" />
+ <hkern u1="&#x100;" u2="&#x150;" k="41" />
+ <hkern u1="&#x100;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x100;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x100;" u2="&#x122;" k="41" />
+ <hkern u1="&#x100;" u2="&#x120;" k="41" />
+ <hkern u1="&#x100;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x100;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x100;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x100;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x100;" u2="&#x108;" k="41" />
+ <hkern u1="&#x100;" u2="&#x106;" k="41" />
+ <hkern u1="&#x100;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x100;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x100;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x100;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x100;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x100;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x100;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x100;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x100;" u2="Y" k="123" />
+ <hkern u1="&#x100;" u2="W" k="82" />
+ <hkern u1="&#x100;" u2="V" k="82" />
+ <hkern u1="&#x100;" u2="T" k="143" />
+ <hkern u1="&#x100;" u2="Q" k="41" />
+ <hkern u1="&#x100;" u2="O" k="41" />
+ <hkern u1="&#x100;" u2="J" k="-266" />
+ <hkern u1="&#x100;" u2="G" k="41" />
+ <hkern u1="&#x100;" u2="C" k="41" />
+ <hkern u1="&#x100;" u2="&#x27;" k="143" />
+ <hkern u1="&#x100;" u2="&#x22;" k="143" />
+ <hkern u1="&#x101;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x101;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x101;" u2="&#x27;" k="20" />
+ <hkern u1="&#x101;" u2="&#x22;" k="20" />
+ <hkern u1="&#x102;" u2="&#x162;" k="143" />
+ <hkern u1="&#x102;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x102;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x102;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x102;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x102;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x102;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x102;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x102;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x102;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x102;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x102;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x102;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x102;" u2="&#x178;" k="123" />
+ <hkern u1="&#x102;" u2="&#x176;" k="123" />
+ <hkern u1="&#x102;" u2="&#x174;" k="82" />
+ <hkern u1="&#x102;" u2="&#x164;" k="143" />
+ <hkern u1="&#x102;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x102;" u2="&#x152;" k="41" />
+ <hkern u1="&#x102;" u2="&#x150;" k="41" />
+ <hkern u1="&#x102;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x102;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x102;" u2="&#x122;" k="41" />
+ <hkern u1="&#x102;" u2="&#x120;" k="41" />
+ <hkern u1="&#x102;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x102;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x102;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x102;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x102;" u2="&#x108;" k="41" />
+ <hkern u1="&#x102;" u2="&#x106;" k="41" />
+ <hkern u1="&#x102;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x102;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x102;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x102;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x102;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x102;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x102;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x102;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x102;" u2="Y" k="123" />
+ <hkern u1="&#x102;" u2="W" k="82" />
+ <hkern u1="&#x102;" u2="V" k="82" />
+ <hkern u1="&#x102;" u2="T" k="143" />
+ <hkern u1="&#x102;" u2="Q" k="41" />
+ <hkern u1="&#x102;" u2="O" k="41" />
+ <hkern u1="&#x102;" u2="J" k="-266" />
+ <hkern u1="&#x102;" u2="G" k="41" />
+ <hkern u1="&#x102;" u2="C" k="41" />
+ <hkern u1="&#x102;" u2="&#x27;" k="143" />
+ <hkern u1="&#x102;" u2="&#x22;" k="143" />
+ <hkern u1="&#x103;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x103;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x103;" u2="&#x27;" k="20" />
+ <hkern u1="&#x103;" u2="&#x22;" k="20" />
+ <hkern u1="&#x104;" u2="&#x162;" k="143" />
+ <hkern u1="&#x104;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x104;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x104;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x104;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x104;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x104;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x104;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x104;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x104;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x104;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x104;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x104;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x104;" u2="&#x178;" k="123" />
+ <hkern u1="&#x104;" u2="&#x176;" k="123" />
+ <hkern u1="&#x104;" u2="&#x174;" k="82" />
+ <hkern u1="&#x104;" u2="&#x164;" k="143" />
+ <hkern u1="&#x104;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x104;" u2="&#x152;" k="41" />
+ <hkern u1="&#x104;" u2="&#x150;" k="41" />
+ <hkern u1="&#x104;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x104;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x104;" u2="&#x122;" k="41" />
+ <hkern u1="&#x104;" u2="&#x120;" k="41" />
+ <hkern u1="&#x104;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x104;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x104;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x104;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x104;" u2="&#x108;" k="41" />
+ <hkern u1="&#x104;" u2="&#x106;" k="41" />
+ <hkern u1="&#x104;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x104;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x104;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x104;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x104;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x104;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x104;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x104;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x104;" u2="Y" k="123" />
+ <hkern u1="&#x104;" u2="W" k="82" />
+ <hkern u1="&#x104;" u2="V" k="82" />
+ <hkern u1="&#x104;" u2="T" k="143" />
+ <hkern u1="&#x104;" u2="Q" k="41" />
+ <hkern u1="&#x104;" u2="O" k="41" />
+ <hkern u1="&#x104;" u2="J" k="-266" />
+ <hkern u1="&#x104;" u2="G" k="41" />
+ <hkern u1="&#x104;" u2="C" k="41" />
+ <hkern u1="&#x104;" u2="&#x27;" k="143" />
+ <hkern u1="&#x104;" u2="&#x22;" k="143" />
+ <hkern u1="&#x105;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x105;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x105;" u2="&#x27;" k="20" />
+ <hkern u1="&#x105;" u2="&#x22;" k="20" />
+ <hkern u1="&#x106;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x106;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x106;" u2="&#x152;" k="41" />
+ <hkern u1="&#x106;" u2="&#x150;" k="41" />
+ <hkern u1="&#x106;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x106;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x106;" u2="&#x122;" k="41" />
+ <hkern u1="&#x106;" u2="&#x120;" k="41" />
+ <hkern u1="&#x106;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x106;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x106;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x106;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x106;" u2="&#x108;" k="41" />
+ <hkern u1="&#x106;" u2="&#x106;" k="41" />
+ <hkern u1="&#x106;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x106;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x106;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x106;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x106;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x106;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x106;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x106;" u2="Q" k="41" />
+ <hkern u1="&#x106;" u2="O" k="41" />
+ <hkern u1="&#x106;" u2="G" k="41" />
+ <hkern u1="&#x106;" u2="C" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x108;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x108;" u2="&#x152;" k="41" />
+ <hkern u1="&#x108;" u2="&#x150;" k="41" />
+ <hkern u1="&#x108;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x108;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x108;" u2="&#x122;" k="41" />
+ <hkern u1="&#x108;" u2="&#x120;" k="41" />
+ <hkern u1="&#x108;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x108;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x108;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x108;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x108;" u2="&#x108;" k="41" />
+ <hkern u1="&#x108;" u2="&#x106;" k="41" />
+ <hkern u1="&#x108;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x108;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x108;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x108;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x108;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x108;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x108;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x108;" u2="Q" k="41" />
+ <hkern u1="&#x108;" u2="O" k="41" />
+ <hkern u1="&#x108;" u2="G" k="41" />
+ <hkern u1="&#x108;" u2="C" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x152;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x150;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x122;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x120;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x108;" k="41" />
+ <hkern u1="&#x10a;" u2="&#x106;" k="41" />
+ <hkern u1="&#x10a;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x10a;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x10a;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x10a;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x10a;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x10a;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x10a;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x10a;" u2="Q" k="41" />
+ <hkern u1="&#x10a;" u2="O" k="41" />
+ <hkern u1="&#x10a;" u2="G" k="41" />
+ <hkern u1="&#x10a;" u2="C" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x152;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x150;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x122;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x120;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x108;" k="41" />
+ <hkern u1="&#x10c;" u2="&#x106;" k="41" />
+ <hkern u1="&#x10c;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x10c;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x10c;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x10c;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x10c;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x10c;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x10c;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x10c;" u2="Q" k="41" />
+ <hkern u1="&#x10c;" u2="O" k="41" />
+ <hkern u1="&#x10c;" u2="G" k="41" />
+ <hkern u1="&#x10c;" u2="C" k="41" />
+ <hkern u1="&#x10e;" u2="&#x162;" k="61" />
+ <hkern u1="&#x10e;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x10e;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x10e;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x405;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x179;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x178;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x176;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x174;" k="20" />
+ <hkern u1="&#x10e;" u2="&#x164;" k="61" />
+ <hkern u1="&#x10e;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x10e;" u2="&#x104;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x102;" k="41" />
+ <hkern u1="&#x10e;" u2="&#x100;" k="41" />
+ <hkern u1="&#x10e;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x10e;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x10e;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x10e;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x10e;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x10e;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x10e;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x10e;" u2="Z" k="20" />
+ <hkern u1="&#x10e;" u2="Y" k="20" />
+ <hkern u1="&#x10e;" u2="X" k="41" />
+ <hkern u1="&#x10e;" u2="W" k="20" />
+ <hkern u1="&#x10e;" u2="V" k="20" />
+ <hkern u1="&#x10e;" u2="T" k="61" />
+ <hkern u1="&#x10e;" u2="A" k="41" />
+ <hkern u1="&#x10e;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x10e;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x10f;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x10f;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x10f;" u2="&#x127;" k="-123" />
+ <hkern u1="&#x10f;" u2="&#x125;" k="-61" />
+ <hkern u1="&#x10f;" u2="&#x7d;" k="-143" />
+ <hkern u1="&#x10f;" u2="l" k="-61" />
+ <hkern u1="&#x10f;" u2="k" k="-61" />
+ <hkern u1="&#x10f;" u2="h" k="-61" />
+ <hkern u1="&#x10f;" u2="b" k="-61" />
+ <hkern u1="&#x10f;" u2="]" k="-143" />
+ <hkern u1="&#x10f;" u2="&#x3f;" k="-164" />
+ <hkern u1="&#x10f;" u2="&#x29;" k="-143" />
+ <hkern u1="&#x10f;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x10f;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x110;" u2="&#x162;" k="61" />
+ <hkern u1="&#x110;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x110;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x110;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x110;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x110;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x110;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x110;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x110;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x110;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x110;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x110;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x110;" u2="&#x405;" k="20" />
+ <hkern u1="&#x110;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x110;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x110;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x110;" u2="&#x179;" k="20" />
+ <hkern u1="&#x110;" u2="&#x178;" k="20" />
+ <hkern u1="&#x110;" u2="&#x176;" k="20" />
+ <hkern u1="&#x110;" u2="&#x174;" k="20" />
+ <hkern u1="&#x110;" u2="&#x164;" k="61" />
+ <hkern u1="&#x110;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x110;" u2="&#x104;" k="41" />
+ <hkern u1="&#x110;" u2="&#x102;" k="41" />
+ <hkern u1="&#x110;" u2="&#x100;" k="41" />
+ <hkern u1="&#x110;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x110;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x110;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x110;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x110;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x110;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x110;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x110;" u2="Z" k="20" />
+ <hkern u1="&#x110;" u2="Y" k="20" />
+ <hkern u1="&#x110;" u2="X" k="41" />
+ <hkern u1="&#x110;" u2="W" k="20" />
+ <hkern u1="&#x110;" u2="V" k="20" />
+ <hkern u1="&#x110;" u2="T" k="61" />
+ <hkern u1="&#x110;" u2="A" k="41" />
+ <hkern u1="&#x110;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x110;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x112;" u2="J" k="-123" />
+ <hkern u1="&#x113;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x113;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x113;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x113;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x113;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x113;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x113;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x113;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x113;" u2="&#x175;" k="41" />
+ <hkern u1="&#x113;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x113;" u2="z" k="20" />
+ <hkern u1="&#x113;" u2="y" k="41" />
+ <hkern u1="&#x113;" u2="x" k="41" />
+ <hkern u1="&#x113;" u2="w" k="41" />
+ <hkern u1="&#x113;" u2="v" k="41" />
+ <hkern u1="&#x113;" u2="&#x27;" k="20" />
+ <hkern u1="&#x113;" u2="&#x22;" k="20" />
+ <hkern u1="&#x114;" u2="J" k="-123" />
+ <hkern u1="&#x115;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x115;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x115;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x115;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x115;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x115;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x115;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x115;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x115;" u2="&#x175;" k="41" />
+ <hkern u1="&#x115;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x115;" u2="z" k="20" />
+ <hkern u1="&#x115;" u2="y" k="41" />
+ <hkern u1="&#x115;" u2="x" k="41" />
+ <hkern u1="&#x115;" u2="w" k="41" />
+ <hkern u1="&#x115;" u2="v" k="41" />
+ <hkern u1="&#x115;" u2="&#x27;" k="20" />
+ <hkern u1="&#x115;" u2="&#x22;" k="20" />
+ <hkern u1="&#x116;" u2="J" k="-123" />
+ <hkern u1="&#x117;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x117;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x117;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x117;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x117;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x117;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x117;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x117;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x117;" u2="&#x175;" k="41" />
+ <hkern u1="&#x117;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x117;" u2="z" k="20" />
+ <hkern u1="&#x117;" u2="y" k="41" />
+ <hkern u1="&#x117;" u2="x" k="41" />
+ <hkern u1="&#x117;" u2="w" k="41" />
+ <hkern u1="&#x117;" u2="v" k="41" />
+ <hkern u1="&#x117;" u2="&#x27;" k="20" />
+ <hkern u1="&#x117;" u2="&#x22;" k="20" />
+ <hkern u1="&#x118;" u2="J" k="-123" />
+ <hkern u1="&#x119;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x119;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x119;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x119;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x119;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x119;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x119;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x119;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x119;" u2="&#x175;" k="41" />
+ <hkern u1="&#x119;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x119;" u2="z" k="20" />
+ <hkern u1="&#x119;" u2="y" k="41" />
+ <hkern u1="&#x119;" u2="x" k="41" />
+ <hkern u1="&#x119;" u2="w" k="41" />
+ <hkern u1="&#x119;" u2="v" k="41" />
+ <hkern u1="&#x119;" u2="&#x27;" k="20" />
+ <hkern u1="&#x119;" u2="&#x22;" k="20" />
+ <hkern u1="&#x11a;" u2="J" k="-123" />
+ <hkern u1="&#x11b;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x11b;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x11b;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x11b;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x11b;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x11b;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x11b;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x11b;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x11b;" u2="&#x175;" k="41" />
+ <hkern u1="&#x11b;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x11b;" u2="z" k="20" />
+ <hkern u1="&#x11b;" u2="y" k="41" />
+ <hkern u1="&#x11b;" u2="x" k="41" />
+ <hkern u1="&#x11b;" u2="w" k="41" />
+ <hkern u1="&#x11b;" u2="v" k="41" />
+ <hkern u1="&#x11b;" u2="&#x27;" k="20" />
+ <hkern u1="&#x11b;" u2="&#x22;" k="20" />
+ <hkern u1="&#x125;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x125;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x125;" u2="&#x27;" k="20" />
+ <hkern u1="&#x125;" u2="&#x22;" k="20" />
+ <hkern u1="&#x136;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x136;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x136;" u2="&#x152;" k="41" />
+ <hkern u1="&#x136;" u2="&#x150;" k="41" />
+ <hkern u1="&#x136;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x136;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x136;" u2="&#x122;" k="41" />
+ <hkern u1="&#x136;" u2="&#x120;" k="41" />
+ <hkern u1="&#x136;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x136;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x136;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x136;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x136;" u2="&#x108;" k="41" />
+ <hkern u1="&#x136;" u2="&#x106;" k="41" />
+ <hkern u1="&#x136;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x136;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x136;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x136;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x136;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x136;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x136;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x136;" u2="Q" k="41" />
+ <hkern u1="&#x136;" u2="O" k="41" />
+ <hkern u1="&#x136;" u2="G" k="41" />
+ <hkern u1="&#x136;" u2="C" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ee3;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ee1;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1edf;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1edd;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1edb;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ed9;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ed7;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ed5;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ed1;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ecf;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ecd;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ec7;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ec5;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ec3;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ebf;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ebd;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ebb;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1eb9;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1a1;" k="41" />
+ <hkern u1="&#x137;" u2="&#x1ff;" k="41" />
+ <hkern u1="&#x137;" u2="&#x153;" k="41" />
+ <hkern u1="&#x137;" u2="&#x151;" k="41" />
+ <hkern u1="&#x137;" u2="&#x14f;" k="41" />
+ <hkern u1="&#x137;" u2="&#x14d;" k="41" />
+ <hkern u1="&#x137;" u2="&#x11b;" k="41" />
+ <hkern u1="&#x137;" u2="&#x119;" k="41" />
+ <hkern u1="&#x137;" u2="&#x117;" k="41" />
+ <hkern u1="&#x137;" u2="&#x115;" k="41" />
+ <hkern u1="&#x137;" u2="&#x113;" k="41" />
+ <hkern u1="&#x137;" u2="&#x111;" k="41" />
+ <hkern u1="&#x137;" u2="&#x10f;" k="41" />
+ <hkern u1="&#x137;" u2="&#x10d;" k="41" />
+ <hkern u1="&#x137;" u2="&#x10b;" k="41" />
+ <hkern u1="&#x137;" u2="&#x109;" k="41" />
+ <hkern u1="&#x137;" u2="&#x107;" k="41" />
+ <hkern u1="&#x137;" u2="&#xf8;" k="41" />
+ <hkern u1="&#x137;" u2="&#xf6;" k="41" />
+ <hkern u1="&#x137;" u2="&#xf5;" k="41" />
+ <hkern u1="&#x137;" u2="&#xf4;" k="41" />
+ <hkern u1="&#x137;" u2="&#xf3;" k="41" />
+ <hkern u1="&#x137;" u2="&#xf2;" k="41" />
+ <hkern u1="&#x137;" u2="&#xeb;" k="41" />
+ <hkern u1="&#x137;" u2="&#xea;" k="41" />
+ <hkern u1="&#x137;" u2="&#xe9;" k="41" />
+ <hkern u1="&#x137;" u2="&#xe8;" k="41" />
+ <hkern u1="&#x137;" u2="&#xe7;" k="41" />
+ <hkern u1="&#x137;" u2="&#xe0;" k="41" />
+ <hkern u1="&#x137;" u2="q" k="41" />
+ <hkern u1="&#x137;" u2="o" k="41" />
+ <hkern u1="&#x137;" u2="e" k="41" />
+ <hkern u1="&#x137;" u2="d" k="41" />
+ <hkern u1="&#x137;" u2="c" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ee3;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ee1;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1edf;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1edd;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1edb;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ed9;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ed7;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ed5;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ed1;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ecf;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ecd;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ec7;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ec5;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ec3;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ebf;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ebd;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ebb;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1eb9;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1a1;" k="41" />
+ <hkern u1="&#x138;" u2="&#x1ff;" k="41" />
+ <hkern u1="&#x138;" u2="&#x153;" k="41" />
+ <hkern u1="&#x138;" u2="&#x151;" k="41" />
+ <hkern u1="&#x138;" u2="&#x14f;" k="41" />
+ <hkern u1="&#x138;" u2="&#x14d;" k="41" />
+ <hkern u1="&#x138;" u2="&#x11b;" k="41" />
+ <hkern u1="&#x138;" u2="&#x119;" k="41" />
+ <hkern u1="&#x138;" u2="&#x117;" k="41" />
+ <hkern u1="&#x138;" u2="&#x115;" k="41" />
+ <hkern u1="&#x138;" u2="&#x113;" k="41" />
+ <hkern u1="&#x138;" u2="&#x111;" k="41" />
+ <hkern u1="&#x138;" u2="&#x10f;" k="41" />
+ <hkern u1="&#x138;" u2="&#x10d;" k="41" />
+ <hkern u1="&#x138;" u2="&#x10b;" k="41" />
+ <hkern u1="&#x138;" u2="&#x109;" k="41" />
+ <hkern u1="&#x138;" u2="&#x107;" k="41" />
+ <hkern u1="&#x138;" u2="&#xf8;" k="41" />
+ <hkern u1="&#x138;" u2="&#xf6;" k="41" />
+ <hkern u1="&#x138;" u2="&#xf5;" k="41" />
+ <hkern u1="&#x138;" u2="&#xf4;" k="41" />
+ <hkern u1="&#x138;" u2="&#xf3;" k="41" />
+ <hkern u1="&#x138;" u2="&#xf2;" k="41" />
+ <hkern u1="&#x138;" u2="&#xeb;" k="41" />
+ <hkern u1="&#x138;" u2="&#xea;" k="41" />
+ <hkern u1="&#x138;" u2="&#xe9;" k="41" />
+ <hkern u1="&#x138;" u2="&#xe8;" k="41" />
+ <hkern u1="&#x138;" u2="&#xe7;" k="41" />
+ <hkern u1="&#x138;" u2="&#xe0;" k="41" />
+ <hkern u1="&#x138;" u2="q" k="41" />
+ <hkern u1="&#x138;" u2="o" k="41" />
+ <hkern u1="&#x138;" u2="e" k="41" />
+ <hkern u1="&#x138;" u2="d" k="41" />
+ <hkern u1="&#x138;" u2="c" k="41" />
+ <hkern u1="&#x139;" u2="&#x162;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ef8;" k="61" />
+ <hkern u1="&#x139;" u2="&#x1ef6;" k="61" />
+ <hkern u1="&#x139;" u2="&#x1ef4;" k="61" />
+ <hkern u1="&#x139;" u2="&#x1ef0;" k="20" />
+ <hkern u1="&#x139;" u2="&#x1eee;" k="20" />
+ <hkern u1="&#x139;" u2="&#x1eec;" k="20" />
+ <hkern u1="&#x139;" u2="&#x1eea;" k="20" />
+ <hkern u1="&#x139;" u2="&#x1ee8;" k="20" />
+ <hkern u1="&#x139;" u2="&#x1ee6;" k="20" />
+ <hkern u1="&#x139;" u2="&#x1ee4;" k="20" />
+ <hkern u1="&#x139;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1af;" k="20" />
+ <hkern u1="&#x139;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x139;" u2="&#x201d;" k="164" />
+ <hkern u1="&#x139;" u2="&#x2019;" k="164" />
+ <hkern u1="&#x139;" u2="&#x1ef2;" k="61" />
+ <hkern u1="&#x139;" u2="&#x1e84;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1e82;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1e80;" k="41" />
+ <hkern u1="&#x139;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x139;" u2="&#x178;" k="61" />
+ <hkern u1="&#x139;" u2="&#x176;" k="61" />
+ <hkern u1="&#x139;" u2="&#x174;" k="41" />
+ <hkern u1="&#x139;" u2="&#x172;" k="20" />
+ <hkern u1="&#x139;" u2="&#x170;" k="20" />
+ <hkern u1="&#x139;" u2="&#x16e;" k="20" />
+ <hkern u1="&#x139;" u2="&#x16c;" k="20" />
+ <hkern u1="&#x139;" u2="&#x16a;" k="20" />
+ <hkern u1="&#x139;" u2="&#x168;" k="20" />
+ <hkern u1="&#x139;" u2="&#x164;" k="41" />
+ <hkern u1="&#x139;" u2="&#x21a;" k="41" />
+ <hkern u1="&#x139;" u2="&#x152;" k="41" />
+ <hkern u1="&#x139;" u2="&#x150;" k="41" />
+ <hkern u1="&#x139;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x139;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x139;" u2="&#x122;" k="41" />
+ <hkern u1="&#x139;" u2="&#x120;" k="41" />
+ <hkern u1="&#x139;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x139;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x139;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x139;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x139;" u2="&#x108;" k="41" />
+ <hkern u1="&#x139;" u2="&#x106;" k="41" />
+ <hkern u1="&#x139;" u2="&#xdd;" k="61" />
+ <hkern u1="&#x139;" u2="&#xdc;" k="20" />
+ <hkern u1="&#x139;" u2="&#xdb;" k="20" />
+ <hkern u1="&#x139;" u2="&#xda;" k="20" />
+ <hkern u1="&#x139;" u2="&#xd9;" k="20" />
+ <hkern u1="&#x139;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x139;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x139;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x139;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x139;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x139;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x139;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x139;" u2="Y" k="61" />
+ <hkern u1="&#x139;" u2="W" k="41" />
+ <hkern u1="&#x139;" u2="V" k="41" />
+ <hkern u1="&#x139;" u2="U" k="20" />
+ <hkern u1="&#x139;" u2="T" k="41" />
+ <hkern u1="&#x139;" u2="Q" k="41" />
+ <hkern u1="&#x139;" u2="O" k="41" />
+ <hkern u1="&#x139;" u2="G" k="41" />
+ <hkern u1="&#x139;" u2="C" k="41" />
+ <hkern u1="&#x139;" u2="&#x27;" k="164" />
+ <hkern u1="&#x139;" u2="&#x22;" k="164" />
+ <hkern u1="&#x13b;" u2="&#x162;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ef8;" k="61" />
+ <hkern u1="&#x13b;" u2="&#x1ef6;" k="61" />
+ <hkern u1="&#x13b;" u2="&#x1ef4;" k="61" />
+ <hkern u1="&#x13b;" u2="&#x1ef0;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x1eee;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x1eec;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x1eea;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x1ee8;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x1ee6;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x1ee4;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1af;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x201d;" k="164" />
+ <hkern u1="&#x13b;" u2="&#x2019;" k="164" />
+ <hkern u1="&#x13b;" u2="&#x1ef2;" k="61" />
+ <hkern u1="&#x13b;" u2="&#x1e84;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1e82;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1e80;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x178;" k="61" />
+ <hkern u1="&#x13b;" u2="&#x176;" k="61" />
+ <hkern u1="&#x13b;" u2="&#x174;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x172;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x170;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x16e;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x16c;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x16a;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x168;" k="20" />
+ <hkern u1="&#x13b;" u2="&#x164;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x21a;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x152;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x150;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x122;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x120;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x108;" k="41" />
+ <hkern u1="&#x13b;" u2="&#x106;" k="41" />
+ <hkern u1="&#x13b;" u2="&#xdd;" k="61" />
+ <hkern u1="&#x13b;" u2="&#xdc;" k="20" />
+ <hkern u1="&#x13b;" u2="&#xdb;" k="20" />
+ <hkern u1="&#x13b;" u2="&#xda;" k="20" />
+ <hkern u1="&#x13b;" u2="&#xd9;" k="20" />
+ <hkern u1="&#x13b;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x13b;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x13b;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x13b;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x13b;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x13b;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x13b;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x13b;" u2="Y" k="61" />
+ <hkern u1="&#x13b;" u2="W" k="41" />
+ <hkern u1="&#x13b;" u2="V" k="41" />
+ <hkern u1="&#x13b;" u2="U" k="20" />
+ <hkern u1="&#x13b;" u2="T" k="41" />
+ <hkern u1="&#x13b;" u2="Q" k="41" />
+ <hkern u1="&#x13b;" u2="O" k="41" />
+ <hkern u1="&#x13b;" u2="G" k="41" />
+ <hkern u1="&#x13b;" u2="C" k="41" />
+ <hkern u1="&#x13b;" u2="&#x27;" k="164" />
+ <hkern u1="&#x13b;" u2="&#x22;" k="164" />
+ <hkern u1="&#x13d;" u2="&#x162;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ef8;" k="61" />
+ <hkern u1="&#x13d;" u2="&#x1ef6;" k="61" />
+ <hkern u1="&#x13d;" u2="&#x1ef4;" k="61" />
+ <hkern u1="&#x13d;" u2="&#x1ef0;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x1eee;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x1eec;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x1eea;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x1ee8;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x1ee6;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x1ee4;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1af;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x201d;" k="164" />
+ <hkern u1="&#x13d;" u2="&#x2019;" k="164" />
+ <hkern u1="&#x13d;" u2="&#x1ef2;" k="61" />
+ <hkern u1="&#x13d;" u2="&#x1e84;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1e82;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1e80;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x178;" k="61" />
+ <hkern u1="&#x13d;" u2="&#x176;" k="61" />
+ <hkern u1="&#x13d;" u2="&#x174;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x172;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x170;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x16e;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x16c;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x16a;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x168;" k="20" />
+ <hkern u1="&#x13d;" u2="&#x164;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x21a;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x152;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x150;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x122;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x120;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x108;" k="41" />
+ <hkern u1="&#x13d;" u2="&#x106;" k="41" />
+ <hkern u1="&#x13d;" u2="&#xdd;" k="61" />
+ <hkern u1="&#x13d;" u2="&#xdc;" k="20" />
+ <hkern u1="&#x13d;" u2="&#xdb;" k="20" />
+ <hkern u1="&#x13d;" u2="&#xda;" k="20" />
+ <hkern u1="&#x13d;" u2="&#xd9;" k="20" />
+ <hkern u1="&#x13d;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x13d;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x13d;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x13d;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x13d;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x13d;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x13d;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x13d;" u2="Y" k="61" />
+ <hkern u1="&#x13d;" u2="W" k="41" />
+ <hkern u1="&#x13d;" u2="V" k="41" />
+ <hkern u1="&#x13d;" u2="U" k="20" />
+ <hkern u1="&#x13d;" u2="T" k="41" />
+ <hkern u1="&#x13d;" u2="Q" k="41" />
+ <hkern u1="&#x13d;" u2="O" k="41" />
+ <hkern u1="&#x13d;" u2="G" k="41" />
+ <hkern u1="&#x13d;" u2="C" k="41" />
+ <hkern u1="&#x13d;" u2="&#x27;" k="164" />
+ <hkern u1="&#x13d;" u2="&#x22;" k="164" />
+ <hkern u1="&#x13e;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x13e;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x13e;" u2="&#x127;" k="-143" />
+ <hkern u1="&#x13e;" u2="&#x125;" k="-61" />
+ <hkern u1="&#x13e;" u2="&#x7d;" k="-143" />
+ <hkern u1="&#x13e;" u2="l" k="-61" />
+ <hkern u1="&#x13e;" u2="k" k="-61" />
+ <hkern u1="&#x13e;" u2="h" k="-61" />
+ <hkern u1="&#x13e;" u2="b" k="-61" />
+ <hkern u1="&#x13e;" u2="]" k="-143" />
+ <hkern u1="&#x13e;" u2="&#x3f;" k="-143" />
+ <hkern u1="&#x13e;" u2="&#x29;" k="-143" />
+ <hkern u1="&#x13e;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x13e;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x13f;" u2="&#x162;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ef8;" k="61" />
+ <hkern u1="&#x13f;" u2="&#x1ef6;" k="61" />
+ <hkern u1="&#x13f;" u2="&#x1ef4;" k="61" />
+ <hkern u1="&#x13f;" u2="&#x1ef0;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x1eee;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x1eec;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x1eea;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x1ee8;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x1ee6;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x1ee4;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1af;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x201d;" k="164" />
+ <hkern u1="&#x13f;" u2="&#x2019;" k="164" />
+ <hkern u1="&#x13f;" u2="&#x1ef2;" k="61" />
+ <hkern u1="&#x13f;" u2="&#x1e84;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1e82;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1e80;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x178;" k="61" />
+ <hkern u1="&#x13f;" u2="&#x176;" k="61" />
+ <hkern u1="&#x13f;" u2="&#x174;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x172;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x170;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x16e;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x16c;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x16a;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x168;" k="20" />
+ <hkern u1="&#x13f;" u2="&#x164;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x21a;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x152;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x150;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x122;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x120;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x108;" k="41" />
+ <hkern u1="&#x13f;" u2="&#x106;" k="41" />
+ <hkern u1="&#x13f;" u2="&#xdd;" k="61" />
+ <hkern u1="&#x13f;" u2="&#xdc;" k="20" />
+ <hkern u1="&#x13f;" u2="&#xdb;" k="20" />
+ <hkern u1="&#x13f;" u2="&#xda;" k="20" />
+ <hkern u1="&#x13f;" u2="&#xd9;" k="20" />
+ <hkern u1="&#x13f;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x13f;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x13f;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x13f;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x13f;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x13f;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x13f;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x13f;" u2="Y" k="61" />
+ <hkern u1="&#x13f;" u2="W" k="41" />
+ <hkern u1="&#x13f;" u2="V" k="41" />
+ <hkern u1="&#x13f;" u2="U" k="20" />
+ <hkern u1="&#x13f;" u2="T" k="41" />
+ <hkern u1="&#x13f;" u2="Q" k="41" />
+ <hkern u1="&#x13f;" u2="O" k="41" />
+ <hkern u1="&#x13f;" u2="G" k="41" />
+ <hkern u1="&#x13f;" u2="C" k="41" />
+ <hkern u1="&#x13f;" u2="&#x27;" k="164" />
+ <hkern u1="&#x13f;" u2="&#x22;" k="164" />
+ <hkern u1="&#x141;" u2="&#x162;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ef8;" k="61" />
+ <hkern u1="&#x141;" u2="&#x1ef6;" k="61" />
+ <hkern u1="&#x141;" u2="&#x1ef4;" k="61" />
+ <hkern u1="&#x141;" u2="&#x1ef0;" k="20" />
+ <hkern u1="&#x141;" u2="&#x1eee;" k="20" />
+ <hkern u1="&#x141;" u2="&#x1eec;" k="20" />
+ <hkern u1="&#x141;" u2="&#x1eea;" k="20" />
+ <hkern u1="&#x141;" u2="&#x1ee8;" k="20" />
+ <hkern u1="&#x141;" u2="&#x1ee6;" k="20" />
+ <hkern u1="&#x141;" u2="&#x1ee4;" k="20" />
+ <hkern u1="&#x141;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1af;" k="20" />
+ <hkern u1="&#x141;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x141;" u2="&#x201d;" k="164" />
+ <hkern u1="&#x141;" u2="&#x2019;" k="164" />
+ <hkern u1="&#x141;" u2="&#x1ef2;" k="61" />
+ <hkern u1="&#x141;" u2="&#x1e84;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1e82;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1e80;" k="41" />
+ <hkern u1="&#x141;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x141;" u2="&#x178;" k="61" />
+ <hkern u1="&#x141;" u2="&#x176;" k="61" />
+ <hkern u1="&#x141;" u2="&#x174;" k="41" />
+ <hkern u1="&#x141;" u2="&#x172;" k="20" />
+ <hkern u1="&#x141;" u2="&#x170;" k="20" />
+ <hkern u1="&#x141;" u2="&#x16e;" k="20" />
+ <hkern u1="&#x141;" u2="&#x16c;" k="20" />
+ <hkern u1="&#x141;" u2="&#x16a;" k="20" />
+ <hkern u1="&#x141;" u2="&#x168;" k="20" />
+ <hkern u1="&#x141;" u2="&#x164;" k="41" />
+ <hkern u1="&#x141;" u2="&#x21a;" k="41" />
+ <hkern u1="&#x141;" u2="&#x152;" k="41" />
+ <hkern u1="&#x141;" u2="&#x150;" k="41" />
+ <hkern u1="&#x141;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x141;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x141;" u2="&#x122;" k="41" />
+ <hkern u1="&#x141;" u2="&#x120;" k="41" />
+ <hkern u1="&#x141;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x141;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x141;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x141;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x141;" u2="&#x108;" k="41" />
+ <hkern u1="&#x141;" u2="&#x106;" k="41" />
+ <hkern u1="&#x141;" u2="&#xdd;" k="61" />
+ <hkern u1="&#x141;" u2="&#xdc;" k="20" />
+ <hkern u1="&#x141;" u2="&#xdb;" k="20" />
+ <hkern u1="&#x141;" u2="&#xda;" k="20" />
+ <hkern u1="&#x141;" u2="&#xd9;" k="20" />
+ <hkern u1="&#x141;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x141;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x141;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x141;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x141;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x141;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x141;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x141;" u2="Y" k="61" />
+ <hkern u1="&#x141;" u2="W" k="41" />
+ <hkern u1="&#x141;" u2="V" k="41" />
+ <hkern u1="&#x141;" u2="U" k="20" />
+ <hkern u1="&#x141;" u2="T" k="41" />
+ <hkern u1="&#x141;" u2="Q" k="41" />
+ <hkern u1="&#x141;" u2="O" k="41" />
+ <hkern u1="&#x141;" u2="G" k="41" />
+ <hkern u1="&#x141;" u2="C" k="41" />
+ <hkern u1="&#x141;" u2="&#x27;" k="164" />
+ <hkern u1="&#x141;" u2="&#x22;" k="164" />
+ <hkern u1="&#x146;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x146;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x146;" u2="&#x27;" k="20" />
+ <hkern u1="&#x146;" u2="&#x22;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x162;" k="61" />
+ <hkern u1="&#x14c;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x14c;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x14c;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x405;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x179;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x178;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x176;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x174;" k="20" />
+ <hkern u1="&#x14c;" u2="&#x164;" k="61" />
+ <hkern u1="&#x14c;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x14c;" u2="&#x104;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x102;" k="41" />
+ <hkern u1="&#x14c;" u2="&#x100;" k="41" />
+ <hkern u1="&#x14c;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x14c;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x14c;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x14c;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x14c;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x14c;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x14c;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x14c;" u2="Z" k="20" />
+ <hkern u1="&#x14c;" u2="Y" k="20" />
+ <hkern u1="&#x14c;" u2="X" k="41" />
+ <hkern u1="&#x14c;" u2="W" k="20" />
+ <hkern u1="&#x14c;" u2="V" k="20" />
+ <hkern u1="&#x14c;" u2="T" k="61" />
+ <hkern u1="&#x14c;" u2="A" k="41" />
+ <hkern u1="&#x14c;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x14c;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x14e;" u2="&#x162;" k="61" />
+ <hkern u1="&#x14e;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x14e;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x14e;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x405;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x179;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x178;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x176;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x174;" k="20" />
+ <hkern u1="&#x14e;" u2="&#x164;" k="61" />
+ <hkern u1="&#x14e;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x14e;" u2="&#x104;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x102;" k="41" />
+ <hkern u1="&#x14e;" u2="&#x100;" k="41" />
+ <hkern u1="&#x14e;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x14e;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x14e;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x14e;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x14e;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x14e;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x14e;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x14e;" u2="Z" k="20" />
+ <hkern u1="&#x14e;" u2="Y" k="20" />
+ <hkern u1="&#x14e;" u2="X" k="41" />
+ <hkern u1="&#x14e;" u2="W" k="20" />
+ <hkern u1="&#x14e;" u2="V" k="20" />
+ <hkern u1="&#x14e;" u2="T" k="61" />
+ <hkern u1="&#x14e;" u2="A" k="41" />
+ <hkern u1="&#x14e;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x14e;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x150;" u2="&#x162;" k="61" />
+ <hkern u1="&#x150;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x150;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x150;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x150;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x150;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x150;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x150;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x150;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x150;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x150;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x150;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x150;" u2="&#x405;" k="20" />
+ <hkern u1="&#x150;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x150;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x150;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x150;" u2="&#x179;" k="20" />
+ <hkern u1="&#x150;" u2="&#x178;" k="20" />
+ <hkern u1="&#x150;" u2="&#x176;" k="20" />
+ <hkern u1="&#x150;" u2="&#x174;" k="20" />
+ <hkern u1="&#x150;" u2="&#x164;" k="61" />
+ <hkern u1="&#x150;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x150;" u2="&#x104;" k="41" />
+ <hkern u1="&#x150;" u2="&#x102;" k="41" />
+ <hkern u1="&#x150;" u2="&#x100;" k="41" />
+ <hkern u1="&#x150;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x150;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x150;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x150;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x150;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x150;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x150;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x150;" u2="Z" k="20" />
+ <hkern u1="&#x150;" u2="Y" k="20" />
+ <hkern u1="&#x150;" u2="X" k="41" />
+ <hkern u1="&#x150;" u2="W" k="20" />
+ <hkern u1="&#x150;" u2="V" k="20" />
+ <hkern u1="&#x150;" u2="T" k="61" />
+ <hkern u1="&#x150;" u2="A" k="41" />
+ <hkern u1="&#x150;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x150;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x152;" u2="J" k="-123" />
+ <hkern u1="&#x155;" u2="&#x1ee3;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ee1;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1edf;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1edd;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1edb;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ed9;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ed7;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ed5;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ed1;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ecf;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ecd;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ec7;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ec5;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ec3;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ebf;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ebd;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ebb;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1eb9;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1eb7;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1eb5;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1eb3;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1eb1;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1eaf;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ead;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1eab;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ea9;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ea5;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ea3;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1ea1;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1a1;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1e01;" k="41" />
+ <hkern u1="&#x155;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x155;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x155;" u2="&#x1ff;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1fd;" k="41" />
+ <hkern u1="&#x155;" u2="&#x1fb;" k="41" />
+ <hkern u1="&#x155;" u2="&#x153;" k="41" />
+ <hkern u1="&#x155;" u2="&#x151;" k="41" />
+ <hkern u1="&#x155;" u2="&#x14f;" k="41" />
+ <hkern u1="&#x155;" u2="&#x14d;" k="41" />
+ <hkern u1="&#x155;" u2="&#x123;" k="20" />
+ <hkern u1="&#x155;" u2="&#x121;" k="20" />
+ <hkern u1="&#x155;" u2="&#x11f;" k="20" />
+ <hkern u1="&#x155;" u2="&#x11d;" k="20" />
+ <hkern u1="&#x155;" u2="&#x11b;" k="41" />
+ <hkern u1="&#x155;" u2="&#x119;" k="41" />
+ <hkern u1="&#x155;" u2="&#x117;" k="41" />
+ <hkern u1="&#x155;" u2="&#x115;" k="41" />
+ <hkern u1="&#x155;" u2="&#x113;" k="41" />
+ <hkern u1="&#x155;" u2="&#x111;" k="41" />
+ <hkern u1="&#x155;" u2="&#x10f;" k="41" />
+ <hkern u1="&#x155;" u2="&#x10d;" k="41" />
+ <hkern u1="&#x155;" u2="&#x10b;" k="41" />
+ <hkern u1="&#x155;" u2="&#x109;" k="41" />
+ <hkern u1="&#x155;" u2="&#x107;" k="41" />
+ <hkern u1="&#x155;" u2="&#x105;" k="41" />
+ <hkern u1="&#x155;" u2="&#x103;" k="41" />
+ <hkern u1="&#x155;" u2="&#x101;" k="41" />
+ <hkern u1="&#x155;" u2="&#xf8;" k="41" />
+ <hkern u1="&#x155;" u2="&#xf6;" k="41" />
+ <hkern u1="&#x155;" u2="&#xf5;" k="41" />
+ <hkern u1="&#x155;" u2="&#xf4;" k="41" />
+ <hkern u1="&#x155;" u2="&#xf3;" k="41" />
+ <hkern u1="&#x155;" u2="&#xf2;" k="41" />
+ <hkern u1="&#x155;" u2="&#xeb;" k="41" />
+ <hkern u1="&#x155;" u2="&#xea;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe9;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe8;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe7;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe6;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe5;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe4;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe3;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe2;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe1;" k="41" />
+ <hkern u1="&#x155;" u2="&#xe0;" k="41" />
+ <hkern u1="&#x155;" u2="q" k="41" />
+ <hkern u1="&#x155;" u2="o" k="41" />
+ <hkern u1="&#x155;" u2="g" k="20" />
+ <hkern u1="&#x155;" u2="e" k="41" />
+ <hkern u1="&#x155;" u2="d" k="41" />
+ <hkern u1="&#x155;" u2="c" k="41" />
+ <hkern u1="&#x155;" u2="a" k="41" />
+ <hkern u1="&#x155;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x155;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x157;" u2="&#x1ee3;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ee1;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1edf;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1edd;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1edb;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ed9;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ed7;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ed5;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ed1;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ecf;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ecd;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ec7;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ec5;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ec3;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ebf;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ebd;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ebb;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1eb9;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1eb7;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1eb5;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1eb3;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1eb1;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1eaf;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ead;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1eab;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ea9;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ea5;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ea3;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1ea1;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1a1;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1e01;" k="41" />
+ <hkern u1="&#x157;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x157;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x157;" u2="&#x1ff;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1fd;" k="41" />
+ <hkern u1="&#x157;" u2="&#x1fb;" k="41" />
+ <hkern u1="&#x157;" u2="&#x153;" k="41" />
+ <hkern u1="&#x157;" u2="&#x151;" k="41" />
+ <hkern u1="&#x157;" u2="&#x14f;" k="41" />
+ <hkern u1="&#x157;" u2="&#x14d;" k="41" />
+ <hkern u1="&#x157;" u2="&#x123;" k="20" />
+ <hkern u1="&#x157;" u2="&#x121;" k="20" />
+ <hkern u1="&#x157;" u2="&#x11f;" k="20" />
+ <hkern u1="&#x157;" u2="&#x11d;" k="20" />
+ <hkern u1="&#x157;" u2="&#x11b;" k="41" />
+ <hkern u1="&#x157;" u2="&#x119;" k="41" />
+ <hkern u1="&#x157;" u2="&#x117;" k="41" />
+ <hkern u1="&#x157;" u2="&#x115;" k="41" />
+ <hkern u1="&#x157;" u2="&#x113;" k="41" />
+ <hkern u1="&#x157;" u2="&#x111;" k="41" />
+ <hkern u1="&#x157;" u2="&#x10f;" k="41" />
+ <hkern u1="&#x157;" u2="&#x10d;" k="41" />
+ <hkern u1="&#x157;" u2="&#x10b;" k="41" />
+ <hkern u1="&#x157;" u2="&#x109;" k="41" />
+ <hkern u1="&#x157;" u2="&#x107;" k="41" />
+ <hkern u1="&#x157;" u2="&#x105;" k="41" />
+ <hkern u1="&#x157;" u2="&#x103;" k="41" />
+ <hkern u1="&#x157;" u2="&#x101;" k="41" />
+ <hkern u1="&#x157;" u2="&#xf8;" k="41" />
+ <hkern u1="&#x157;" u2="&#xf6;" k="41" />
+ <hkern u1="&#x157;" u2="&#xf5;" k="41" />
+ <hkern u1="&#x157;" u2="&#xf4;" k="41" />
+ <hkern u1="&#x157;" u2="&#xf3;" k="41" />
+ <hkern u1="&#x157;" u2="&#xf2;" k="41" />
+ <hkern u1="&#x157;" u2="&#xeb;" k="41" />
+ <hkern u1="&#x157;" u2="&#xea;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe9;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe8;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe7;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe6;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe5;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe4;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe3;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe2;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe1;" k="41" />
+ <hkern u1="&#x157;" u2="&#xe0;" k="41" />
+ <hkern u1="&#x157;" u2="q" k="41" />
+ <hkern u1="&#x157;" u2="o" k="41" />
+ <hkern u1="&#x157;" u2="g" k="20" />
+ <hkern u1="&#x157;" u2="e" k="41" />
+ <hkern u1="&#x157;" u2="d" k="41" />
+ <hkern u1="&#x157;" u2="c" k="41" />
+ <hkern u1="&#x157;" u2="a" k="41" />
+ <hkern u1="&#x157;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x157;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x159;" u2="&#x1ee3;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ee1;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1edf;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1edd;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1edb;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ed9;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ed7;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ed5;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ed1;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ecf;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ecd;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ec7;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ec5;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ec3;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ebf;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ebd;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ebb;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1eb9;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1eb7;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1eb5;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1eb3;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1eb1;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1eaf;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ead;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1eab;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ea9;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ea5;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ea3;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1ea1;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1a1;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1e01;" k="41" />
+ <hkern u1="&#x159;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x159;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x159;" u2="&#x1ff;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1fd;" k="41" />
+ <hkern u1="&#x159;" u2="&#x1fb;" k="41" />
+ <hkern u1="&#x159;" u2="&#x153;" k="41" />
+ <hkern u1="&#x159;" u2="&#x151;" k="41" />
+ <hkern u1="&#x159;" u2="&#x14f;" k="41" />
+ <hkern u1="&#x159;" u2="&#x14d;" k="41" />
+ <hkern u1="&#x159;" u2="&#x123;" k="20" />
+ <hkern u1="&#x159;" u2="&#x121;" k="20" />
+ <hkern u1="&#x159;" u2="&#x11f;" k="20" />
+ <hkern u1="&#x159;" u2="&#x11d;" k="20" />
+ <hkern u1="&#x159;" u2="&#x11b;" k="41" />
+ <hkern u1="&#x159;" u2="&#x119;" k="41" />
+ <hkern u1="&#x159;" u2="&#x117;" k="41" />
+ <hkern u1="&#x159;" u2="&#x115;" k="41" />
+ <hkern u1="&#x159;" u2="&#x113;" k="41" />
+ <hkern u1="&#x159;" u2="&#x111;" k="41" />
+ <hkern u1="&#x159;" u2="&#x10f;" k="41" />
+ <hkern u1="&#x159;" u2="&#x10d;" k="41" />
+ <hkern u1="&#x159;" u2="&#x10b;" k="41" />
+ <hkern u1="&#x159;" u2="&#x109;" k="41" />
+ <hkern u1="&#x159;" u2="&#x107;" k="41" />
+ <hkern u1="&#x159;" u2="&#x105;" k="41" />
+ <hkern u1="&#x159;" u2="&#x103;" k="41" />
+ <hkern u1="&#x159;" u2="&#x101;" k="41" />
+ <hkern u1="&#x159;" u2="&#xf8;" k="41" />
+ <hkern u1="&#x159;" u2="&#xf6;" k="41" />
+ <hkern u1="&#x159;" u2="&#xf5;" k="41" />
+ <hkern u1="&#x159;" u2="&#xf4;" k="41" />
+ <hkern u1="&#x159;" u2="&#xf3;" k="41" />
+ <hkern u1="&#x159;" u2="&#xf2;" k="41" />
+ <hkern u1="&#x159;" u2="&#xeb;" k="41" />
+ <hkern u1="&#x159;" u2="&#xea;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe9;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe8;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe7;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe6;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe5;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe4;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe3;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe2;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe1;" k="41" />
+ <hkern u1="&#x159;" u2="&#xe0;" k="41" />
+ <hkern u1="&#x159;" u2="q" k="41" />
+ <hkern u1="&#x159;" u2="o" k="41" />
+ <hkern u1="&#x159;" u2="g" k="20" />
+ <hkern u1="&#x159;" u2="e" k="41" />
+ <hkern u1="&#x159;" u2="d" k="41" />
+ <hkern u1="&#x159;" u2="c" k="41" />
+ <hkern u1="&#x159;" u2="a" k="41" />
+ <hkern u1="&#x159;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x159;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x21a;" u2="&#x162;" k="-41" />
+ <hkern u1="&#x21a;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ef1;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x1eef;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x1eed;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x1eeb;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x1ee9;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x1ee7;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x1ee5;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x1ee3;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ee1;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1edf;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1edd;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1edb;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ed9;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ed7;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ed5;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ed1;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ecf;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ecd;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1ec7;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ec5;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ec3;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ebf;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ebd;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ebb;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1eb9;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1eb7;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1eb6;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1eb5;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1eb4;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1eb3;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1eb2;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1eb1;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1eb0;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1eaf;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1eae;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ead;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1eac;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1eab;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1eaa;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ea9;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1ea8;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ea6;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ea5;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1ea4;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ea3;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1ea2;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1ea1;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1ea0;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1b0;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x1a1;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1e01;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1e00;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1e3f;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x21a;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x21a;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x21a;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x21a;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x21a;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x219;" k="123" />
+ <hkern u1="&#x21a;" u2="&#x1ff;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x1fd;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1fb;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x1fa;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x17e;" k="82" />
+ <hkern u1="&#x21a;" u2="&#x17c;" k="82" />
+ <hkern u1="&#x21a;" u2="&#x17a;" k="82" />
+ <hkern u1="&#x21a;" u2="&#x175;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x173;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x171;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x16f;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x16d;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x16b;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x169;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x164;" k="-41" />
+ <hkern u1="&#x21a;" u2="&#x21a;" k="-41" />
+ <hkern u1="&#x21a;" u2="&#x15f;" k="123" />
+ <hkern u1="&#x21a;" u2="&#x15b;" k="123" />
+ <hkern u1="&#x21a;" u2="&#x157;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x155;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x153;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x152;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x151;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x150;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x14f;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x14d;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x14b;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x146;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x144;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x138;" k="102" />
+ <hkern u1="&#x21a;" u2="&#x123;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x122;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x121;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x120;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x11f;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x11d;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x11b;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x119;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x117;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x115;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x113;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x111;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x10f;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x10d;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x10b;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x109;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x108;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x107;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x106;" k="41" />
+ <hkern u1="&#x21a;" u2="&#x105;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x104;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x103;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x102;" k="143" />
+ <hkern u1="&#x21a;" u2="&#x101;" k="164" />
+ <hkern u1="&#x21a;" u2="&#x100;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x21a;" u2="&#xfc;" k="102" />
+ <hkern u1="&#x21a;" u2="&#xfb;" k="102" />
+ <hkern u1="&#x21a;" u2="&#xfa;" k="102" />
+ <hkern u1="&#x21a;" u2="&#xf9;" k="102" />
+ <hkern u1="&#x21a;" u2="&#xf8;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xf6;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xf5;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xf4;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xf3;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xf2;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xeb;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xea;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xe9;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xe8;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xe7;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xe6;" k="164" />
+ <hkern u1="&#x21a;" u2="&#xe5;" k="164" />
+ <hkern u1="&#x21a;" u2="&#xe4;" k="164" />
+ <hkern u1="&#x21a;" u2="&#xe3;" k="164" />
+ <hkern u1="&#x21a;" u2="&#xe2;" k="164" />
+ <hkern u1="&#x21a;" u2="&#xe1;" k="164" />
+ <hkern u1="&#x21a;" u2="&#xe0;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x21a;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x21a;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x21a;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x21a;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x21a;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x21a;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x21a;" u2="&#xc5;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xc4;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xc3;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xc2;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xc1;" k="143" />
+ <hkern u1="&#x21a;" u2="&#xc0;" k="143" />
+ <hkern u1="&#x21a;" u2="z" k="82" />
+ <hkern u1="&#x21a;" u2="y" k="41" />
+ <hkern u1="&#x21a;" u2="x" k="41" />
+ <hkern u1="&#x21a;" u2="w" k="41" />
+ <hkern u1="&#x21a;" u2="v" k="41" />
+ <hkern u1="&#x21a;" u2="u" k="102" />
+ <hkern u1="&#x21a;" u2="s" k="123" />
+ <hkern u1="&#x21a;" u2="r" k="102" />
+ <hkern u1="&#x21a;" u2="q" k="143" />
+ <hkern u1="&#x21a;" u2="p" k="102" />
+ <hkern u1="&#x21a;" u2="o" k="143" />
+ <hkern u1="&#x21a;" u2="n" k="102" />
+ <hkern u1="&#x21a;" u2="m" k="102" />
+ <hkern u1="&#x21a;" u2="g" k="143" />
+ <hkern u1="&#x21a;" u2="e" k="143" />
+ <hkern u1="&#x21a;" u2="d" k="143" />
+ <hkern u1="&#x21a;" u2="c" k="143" />
+ <hkern u1="&#x21a;" u2="a" k="164" />
+ <hkern u1="&#x21a;" u2="T" k="-41" />
+ <hkern u1="&#x21a;" u2="Q" k="41" />
+ <hkern u1="&#x21a;" u2="O" k="41" />
+ <hkern u1="&#x21a;" u2="G" k="41" />
+ <hkern u1="&#x21a;" u2="C" k="41" />
+ <hkern u1="&#x21a;" u2="A" k="143" />
+ <hkern u1="&#x21a;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x21a;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x21a;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x21a;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x21b;" u2="&#x201d;" k="-41" />
+ <hkern u1="&#x21b;" u2="&#x2019;" k="-41" />
+ <hkern u1="&#x21b;" u2="&#x27;" k="-41" />
+ <hkern u1="&#x21b;" u2="&#x22;" k="-41" />
+ <hkern u1="&#x164;" u2="&#x162;" k="-41" />
+ <hkern u1="&#x164;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ef1;" k="102" />
+ <hkern u1="&#x164;" u2="&#x1eef;" k="102" />
+ <hkern u1="&#x164;" u2="&#x1eed;" k="102" />
+ <hkern u1="&#x164;" u2="&#x1eeb;" k="102" />
+ <hkern u1="&#x164;" u2="&#x1ee9;" k="102" />
+ <hkern u1="&#x164;" u2="&#x1ee7;" k="102" />
+ <hkern u1="&#x164;" u2="&#x1ee5;" k="102" />
+ <hkern u1="&#x164;" u2="&#x1ee3;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ee1;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1edf;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1edd;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1edb;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ed9;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ed7;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ed5;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ed1;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ecf;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ecd;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1ec7;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ec5;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ec3;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ebf;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ebd;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ebb;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1eb9;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1eb7;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1eb6;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1eb5;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1eb4;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1eb3;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1eb2;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1eb1;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1eb0;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1eaf;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1eae;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ead;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1eac;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1eab;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1eaa;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ea9;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1ea8;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ea6;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ea5;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1ea4;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ea3;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1ea2;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1ea1;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1ea0;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1b0;" k="102" />
+ <hkern u1="&#x164;" u2="&#x1a1;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1e01;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1e00;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1e3f;" k="102" />
+ <hkern u1="&#x164;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x164;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x164;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x164;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x164;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x164;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x164;" u2="&#x219;" k="123" />
+ <hkern u1="&#x164;" u2="&#x1ff;" k="143" />
+ <hkern u1="&#x164;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x164;" u2="&#x1fd;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1fb;" k="164" />
+ <hkern u1="&#x164;" u2="&#x1fa;" k="143" />
+ <hkern u1="&#x164;" u2="&#x17e;" k="82" />
+ <hkern u1="&#x164;" u2="&#x17c;" k="82" />
+ <hkern u1="&#x164;" u2="&#x17a;" k="82" />
+ <hkern u1="&#x164;" u2="&#x175;" k="41" />
+ <hkern u1="&#x164;" u2="&#x173;" k="102" />
+ <hkern u1="&#x164;" u2="&#x171;" k="102" />
+ <hkern u1="&#x164;" u2="&#x16f;" k="102" />
+ <hkern u1="&#x164;" u2="&#x16d;" k="102" />
+ <hkern u1="&#x164;" u2="&#x16b;" k="102" />
+ <hkern u1="&#x164;" u2="&#x169;" k="102" />
+ <hkern u1="&#x164;" u2="&#x164;" k="-41" />
+ <hkern u1="&#x164;" u2="&#x21a;" k="-41" />
+ <hkern u1="&#x164;" u2="&#x15f;" k="123" />
+ <hkern u1="&#x164;" u2="&#x15b;" k="123" />
+ <hkern u1="&#x164;" u2="&#x157;" k="102" />
+ <hkern u1="&#x164;" u2="&#x155;" k="102" />
+ <hkern u1="&#x164;" u2="&#x153;" k="143" />
+ <hkern u1="&#x164;" u2="&#x152;" k="41" />
+ <hkern u1="&#x164;" u2="&#x151;" k="143" />
+ <hkern u1="&#x164;" u2="&#x150;" k="41" />
+ <hkern u1="&#x164;" u2="&#x14f;" k="143" />
+ <hkern u1="&#x164;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x164;" u2="&#x14d;" k="143" />
+ <hkern u1="&#x164;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x164;" u2="&#x14b;" k="102" />
+ <hkern u1="&#x164;" u2="&#x146;" k="102" />
+ <hkern u1="&#x164;" u2="&#x144;" k="102" />
+ <hkern u1="&#x164;" u2="&#x138;" k="102" />
+ <hkern u1="&#x164;" u2="&#x123;" k="143" />
+ <hkern u1="&#x164;" u2="&#x122;" k="41" />
+ <hkern u1="&#x164;" u2="&#x121;" k="143" />
+ <hkern u1="&#x164;" u2="&#x120;" k="41" />
+ <hkern u1="&#x164;" u2="&#x11f;" k="143" />
+ <hkern u1="&#x164;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x164;" u2="&#x11d;" k="143" />
+ <hkern u1="&#x164;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x164;" u2="&#x11b;" k="143" />
+ <hkern u1="&#x164;" u2="&#x119;" k="143" />
+ <hkern u1="&#x164;" u2="&#x117;" k="143" />
+ <hkern u1="&#x164;" u2="&#x115;" k="143" />
+ <hkern u1="&#x164;" u2="&#x113;" k="143" />
+ <hkern u1="&#x164;" u2="&#x111;" k="143" />
+ <hkern u1="&#x164;" u2="&#x10f;" k="143" />
+ <hkern u1="&#x164;" u2="&#x10d;" k="143" />
+ <hkern u1="&#x164;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x164;" u2="&#x10b;" k="143" />
+ <hkern u1="&#x164;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x164;" u2="&#x109;" k="143" />
+ <hkern u1="&#x164;" u2="&#x108;" k="41" />
+ <hkern u1="&#x164;" u2="&#x107;" k="143" />
+ <hkern u1="&#x164;" u2="&#x106;" k="41" />
+ <hkern u1="&#x164;" u2="&#x105;" k="164" />
+ <hkern u1="&#x164;" u2="&#x104;" k="143" />
+ <hkern u1="&#x164;" u2="&#x103;" k="164" />
+ <hkern u1="&#x164;" u2="&#x102;" k="143" />
+ <hkern u1="&#x164;" u2="&#x101;" k="164" />
+ <hkern u1="&#x164;" u2="&#x100;" k="143" />
+ <hkern u1="&#x164;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x164;" u2="&#xfc;" k="102" />
+ <hkern u1="&#x164;" u2="&#xfb;" k="102" />
+ <hkern u1="&#x164;" u2="&#xfa;" k="102" />
+ <hkern u1="&#x164;" u2="&#xf9;" k="102" />
+ <hkern u1="&#x164;" u2="&#xf8;" k="143" />
+ <hkern u1="&#x164;" u2="&#xf6;" k="143" />
+ <hkern u1="&#x164;" u2="&#xf5;" k="143" />
+ <hkern u1="&#x164;" u2="&#xf4;" k="143" />
+ <hkern u1="&#x164;" u2="&#xf3;" k="143" />
+ <hkern u1="&#x164;" u2="&#xf2;" k="143" />
+ <hkern u1="&#x164;" u2="&#xeb;" k="143" />
+ <hkern u1="&#x164;" u2="&#xea;" k="143" />
+ <hkern u1="&#x164;" u2="&#xe9;" k="143" />
+ <hkern u1="&#x164;" u2="&#xe8;" k="143" />
+ <hkern u1="&#x164;" u2="&#xe7;" k="143" />
+ <hkern u1="&#x164;" u2="&#xe6;" k="164" />
+ <hkern u1="&#x164;" u2="&#xe5;" k="164" />
+ <hkern u1="&#x164;" u2="&#xe4;" k="164" />
+ <hkern u1="&#x164;" u2="&#xe3;" k="164" />
+ <hkern u1="&#x164;" u2="&#xe2;" k="164" />
+ <hkern u1="&#x164;" u2="&#xe1;" k="164" />
+ <hkern u1="&#x164;" u2="&#xe0;" k="143" />
+ <hkern u1="&#x164;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x164;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x164;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x164;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x164;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x164;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x164;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x164;" u2="&#xc5;" k="143" />
+ <hkern u1="&#x164;" u2="&#xc4;" k="143" />
+ <hkern u1="&#x164;" u2="&#xc3;" k="143" />
+ <hkern u1="&#x164;" u2="&#xc2;" k="143" />
+ <hkern u1="&#x164;" u2="&#xc1;" k="143" />
+ <hkern u1="&#x164;" u2="&#xc0;" k="143" />
+ <hkern u1="&#x164;" u2="z" k="82" />
+ <hkern u1="&#x164;" u2="y" k="41" />
+ <hkern u1="&#x164;" u2="x" k="41" />
+ <hkern u1="&#x164;" u2="w" k="41" />
+ <hkern u1="&#x164;" u2="v" k="41" />
+ <hkern u1="&#x164;" u2="u" k="102" />
+ <hkern u1="&#x164;" u2="s" k="123" />
+ <hkern u1="&#x164;" u2="r" k="102" />
+ <hkern u1="&#x164;" u2="q" k="143" />
+ <hkern u1="&#x164;" u2="p" k="102" />
+ <hkern u1="&#x164;" u2="o" k="143" />
+ <hkern u1="&#x164;" u2="n" k="102" />
+ <hkern u1="&#x164;" u2="m" k="102" />
+ <hkern u1="&#x164;" u2="g" k="143" />
+ <hkern u1="&#x164;" u2="e" k="143" />
+ <hkern u1="&#x164;" u2="d" k="143" />
+ <hkern u1="&#x164;" u2="c" k="143" />
+ <hkern u1="&#x164;" u2="a" k="164" />
+ <hkern u1="&#x164;" u2="T" k="-41" />
+ <hkern u1="&#x164;" u2="Q" k="41" />
+ <hkern u1="&#x164;" u2="O" k="41" />
+ <hkern u1="&#x164;" u2="G" k="41" />
+ <hkern u1="&#x164;" u2="C" k="41" />
+ <hkern u1="&#x164;" u2="A" k="143" />
+ <hkern u1="&#x164;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x164;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x164;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x164;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x165;" u2="&#x201d;" k="-41" />
+ <hkern u1="&#x165;" u2="&#x2019;" k="-41" />
+ <hkern u1="&#x165;" u2="&#x27;" k="-41" />
+ <hkern u1="&#x165;" u2="&#x22;" k="-41" />
+ <hkern u1="&#x166;" u2="&#x162;" k="-41" />
+ <hkern u1="&#x166;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ef1;" k="102" />
+ <hkern u1="&#x166;" u2="&#x1eef;" k="102" />
+ <hkern u1="&#x166;" u2="&#x1eed;" k="102" />
+ <hkern u1="&#x166;" u2="&#x1eeb;" k="102" />
+ <hkern u1="&#x166;" u2="&#x1ee9;" k="102" />
+ <hkern u1="&#x166;" u2="&#x1ee7;" k="102" />
+ <hkern u1="&#x166;" u2="&#x1ee5;" k="102" />
+ <hkern u1="&#x166;" u2="&#x1ee3;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ee1;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1edf;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1edd;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1edb;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ed9;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ed7;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ed5;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ed1;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ecf;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ecd;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1ec7;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ec5;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ec3;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ebf;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ebd;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ebb;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1eb9;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1eb7;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1eb6;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1eb5;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1eb4;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1eb3;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1eb2;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1eb1;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1eb0;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1eaf;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1eae;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ead;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1eac;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1eab;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1eaa;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ea9;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1ea8;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ea6;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ea5;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1ea4;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ea3;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1ea2;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1ea1;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1ea0;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1b0;" k="102" />
+ <hkern u1="&#x166;" u2="&#x1a1;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1e01;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1e00;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1e3f;" k="102" />
+ <hkern u1="&#x166;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x166;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x166;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x166;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x166;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x166;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x166;" u2="&#x219;" k="123" />
+ <hkern u1="&#x166;" u2="&#x1ff;" k="143" />
+ <hkern u1="&#x166;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x166;" u2="&#x1fd;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1fb;" k="164" />
+ <hkern u1="&#x166;" u2="&#x1fa;" k="143" />
+ <hkern u1="&#x166;" u2="&#x17e;" k="82" />
+ <hkern u1="&#x166;" u2="&#x17c;" k="82" />
+ <hkern u1="&#x166;" u2="&#x17a;" k="82" />
+ <hkern u1="&#x166;" u2="&#x175;" k="41" />
+ <hkern u1="&#x166;" u2="&#x173;" k="102" />
+ <hkern u1="&#x166;" u2="&#x171;" k="102" />
+ <hkern u1="&#x166;" u2="&#x16f;" k="102" />
+ <hkern u1="&#x166;" u2="&#x16d;" k="102" />
+ <hkern u1="&#x166;" u2="&#x16b;" k="102" />
+ <hkern u1="&#x166;" u2="&#x169;" k="102" />
+ <hkern u1="&#x166;" u2="&#x164;" k="-41" />
+ <hkern u1="&#x166;" u2="&#x21a;" k="-41" />
+ <hkern u1="&#x166;" u2="&#x15f;" k="123" />
+ <hkern u1="&#x166;" u2="&#x15b;" k="123" />
+ <hkern u1="&#x166;" u2="&#x157;" k="102" />
+ <hkern u1="&#x166;" u2="&#x155;" k="102" />
+ <hkern u1="&#x166;" u2="&#x153;" k="143" />
+ <hkern u1="&#x166;" u2="&#x152;" k="41" />
+ <hkern u1="&#x166;" u2="&#x151;" k="143" />
+ <hkern u1="&#x166;" u2="&#x150;" k="41" />
+ <hkern u1="&#x166;" u2="&#x14f;" k="143" />
+ <hkern u1="&#x166;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x166;" u2="&#x14d;" k="143" />
+ <hkern u1="&#x166;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x166;" u2="&#x14b;" k="102" />
+ <hkern u1="&#x166;" u2="&#x146;" k="102" />
+ <hkern u1="&#x166;" u2="&#x144;" k="102" />
+ <hkern u1="&#x166;" u2="&#x138;" k="102" />
+ <hkern u1="&#x166;" u2="&#x123;" k="143" />
+ <hkern u1="&#x166;" u2="&#x122;" k="41" />
+ <hkern u1="&#x166;" u2="&#x121;" k="143" />
+ <hkern u1="&#x166;" u2="&#x120;" k="41" />
+ <hkern u1="&#x166;" u2="&#x11f;" k="143" />
+ <hkern u1="&#x166;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x166;" u2="&#x11d;" k="143" />
+ <hkern u1="&#x166;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x166;" u2="&#x11b;" k="143" />
+ <hkern u1="&#x166;" u2="&#x119;" k="143" />
+ <hkern u1="&#x166;" u2="&#x117;" k="143" />
+ <hkern u1="&#x166;" u2="&#x115;" k="143" />
+ <hkern u1="&#x166;" u2="&#x113;" k="143" />
+ <hkern u1="&#x166;" u2="&#x111;" k="143" />
+ <hkern u1="&#x166;" u2="&#x10f;" k="143" />
+ <hkern u1="&#x166;" u2="&#x10d;" k="143" />
+ <hkern u1="&#x166;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x166;" u2="&#x10b;" k="143" />
+ <hkern u1="&#x166;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x166;" u2="&#x109;" k="143" />
+ <hkern u1="&#x166;" u2="&#x108;" k="41" />
+ <hkern u1="&#x166;" u2="&#x107;" k="143" />
+ <hkern u1="&#x166;" u2="&#x106;" k="41" />
+ <hkern u1="&#x166;" u2="&#x105;" k="164" />
+ <hkern u1="&#x166;" u2="&#x104;" k="143" />
+ <hkern u1="&#x166;" u2="&#x103;" k="164" />
+ <hkern u1="&#x166;" u2="&#x102;" k="143" />
+ <hkern u1="&#x166;" u2="&#x101;" k="164" />
+ <hkern u1="&#x166;" u2="&#x100;" k="143" />
+ <hkern u1="&#x166;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x166;" u2="&#xfc;" k="102" />
+ <hkern u1="&#x166;" u2="&#xfb;" k="102" />
+ <hkern u1="&#x166;" u2="&#xfa;" k="102" />
+ <hkern u1="&#x166;" u2="&#xf9;" k="102" />
+ <hkern u1="&#x166;" u2="&#xf8;" k="143" />
+ <hkern u1="&#x166;" u2="&#xf6;" k="143" />
+ <hkern u1="&#x166;" u2="&#xf5;" k="143" />
+ <hkern u1="&#x166;" u2="&#xf4;" k="143" />
+ <hkern u1="&#x166;" u2="&#xf3;" k="143" />
+ <hkern u1="&#x166;" u2="&#xf2;" k="143" />
+ <hkern u1="&#x166;" u2="&#xeb;" k="143" />
+ <hkern u1="&#x166;" u2="&#xea;" k="143" />
+ <hkern u1="&#x166;" u2="&#xe9;" k="143" />
+ <hkern u1="&#x166;" u2="&#xe8;" k="143" />
+ <hkern u1="&#x166;" u2="&#xe7;" k="143" />
+ <hkern u1="&#x166;" u2="&#xe6;" k="164" />
+ <hkern u1="&#x166;" u2="&#xe5;" k="164" />
+ <hkern u1="&#x166;" u2="&#xe4;" k="164" />
+ <hkern u1="&#x166;" u2="&#xe3;" k="164" />
+ <hkern u1="&#x166;" u2="&#xe2;" k="164" />
+ <hkern u1="&#x166;" u2="&#xe1;" k="164" />
+ <hkern u1="&#x166;" u2="&#xe0;" k="143" />
+ <hkern u1="&#x166;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x166;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x166;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x166;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x166;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x166;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x166;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x166;" u2="&#xc5;" k="143" />
+ <hkern u1="&#x166;" u2="&#xc4;" k="143" />
+ <hkern u1="&#x166;" u2="&#xc3;" k="143" />
+ <hkern u1="&#x166;" u2="&#xc2;" k="143" />
+ <hkern u1="&#x166;" u2="&#xc1;" k="143" />
+ <hkern u1="&#x166;" u2="&#xc0;" k="143" />
+ <hkern u1="&#x166;" u2="z" k="82" />
+ <hkern u1="&#x166;" u2="y" k="41" />
+ <hkern u1="&#x166;" u2="x" k="41" />
+ <hkern u1="&#x166;" u2="w" k="41" />
+ <hkern u1="&#x166;" u2="v" k="41" />
+ <hkern u1="&#x166;" u2="u" k="102" />
+ <hkern u1="&#x166;" u2="s" k="123" />
+ <hkern u1="&#x166;" u2="r" k="102" />
+ <hkern u1="&#x166;" u2="q" k="143" />
+ <hkern u1="&#x166;" u2="p" k="102" />
+ <hkern u1="&#x166;" u2="o" k="143" />
+ <hkern u1="&#x166;" u2="n" k="102" />
+ <hkern u1="&#x166;" u2="m" k="102" />
+ <hkern u1="&#x166;" u2="g" k="143" />
+ <hkern u1="&#x166;" u2="e" k="143" />
+ <hkern u1="&#x166;" u2="d" k="143" />
+ <hkern u1="&#x166;" u2="c" k="143" />
+ <hkern u1="&#x166;" u2="a" k="164" />
+ <hkern u1="&#x166;" u2="T" k="-41" />
+ <hkern u1="&#x166;" u2="Q" k="41" />
+ <hkern u1="&#x166;" u2="O" k="41" />
+ <hkern u1="&#x166;" u2="G" k="41" />
+ <hkern u1="&#x166;" u2="C" k="41" />
+ <hkern u1="&#x166;" u2="A" k="143" />
+ <hkern u1="&#x166;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x166;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x166;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x166;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x168;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#x168;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#x168;" u2="&#x201e;" k="41" />
+ <hkern u1="&#x168;" u2="&#x201a;" k="41" />
+ <hkern u1="&#x168;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#x168;" u2="&#x104;" k="20" />
+ <hkern u1="&#x168;" u2="&#x102;" k="20" />
+ <hkern u1="&#x168;" u2="&#x100;" k="20" />
+ <hkern u1="&#x168;" u2="&#xc5;" k="20" />
+ <hkern u1="&#x168;" u2="&#xc4;" k="20" />
+ <hkern u1="&#x168;" u2="&#xc3;" k="20" />
+ <hkern u1="&#x168;" u2="&#xc2;" k="20" />
+ <hkern u1="&#x168;" u2="&#xc1;" k="20" />
+ <hkern u1="&#x168;" u2="&#xc0;" k="20" />
+ <hkern u1="&#x168;" u2="A" k="20" />
+ <hkern u1="&#x168;" u2="&#x2e;" k="41" />
+ <hkern u1="&#x168;" u2="&#x2c;" k="41" />
+ <hkern u1="&#x16a;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x201e;" k="41" />
+ <hkern u1="&#x16a;" u2="&#x201a;" k="41" />
+ <hkern u1="&#x16a;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x104;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x102;" k="20" />
+ <hkern u1="&#x16a;" u2="&#x100;" k="20" />
+ <hkern u1="&#x16a;" u2="&#xc5;" k="20" />
+ <hkern u1="&#x16a;" u2="&#xc4;" k="20" />
+ <hkern u1="&#x16a;" u2="&#xc3;" k="20" />
+ <hkern u1="&#x16a;" u2="&#xc2;" k="20" />
+ <hkern u1="&#x16a;" u2="&#xc1;" k="20" />
+ <hkern u1="&#x16a;" u2="&#xc0;" k="20" />
+ <hkern u1="&#x16a;" u2="A" k="20" />
+ <hkern u1="&#x16a;" u2="&#x2e;" k="41" />
+ <hkern u1="&#x16a;" u2="&#x2c;" k="41" />
+ <hkern u1="&#x16c;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x201e;" k="41" />
+ <hkern u1="&#x16c;" u2="&#x201a;" k="41" />
+ <hkern u1="&#x16c;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x104;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x102;" k="20" />
+ <hkern u1="&#x16c;" u2="&#x100;" k="20" />
+ <hkern u1="&#x16c;" u2="&#xc5;" k="20" />
+ <hkern u1="&#x16c;" u2="&#xc4;" k="20" />
+ <hkern u1="&#x16c;" u2="&#xc3;" k="20" />
+ <hkern u1="&#x16c;" u2="&#xc2;" k="20" />
+ <hkern u1="&#x16c;" u2="&#xc1;" k="20" />
+ <hkern u1="&#x16c;" u2="&#xc0;" k="20" />
+ <hkern u1="&#x16c;" u2="A" k="20" />
+ <hkern u1="&#x16c;" u2="&#x2e;" k="41" />
+ <hkern u1="&#x16c;" u2="&#x2c;" k="41" />
+ <hkern u1="&#x16e;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x201e;" k="41" />
+ <hkern u1="&#x16e;" u2="&#x201a;" k="41" />
+ <hkern u1="&#x16e;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x104;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x102;" k="20" />
+ <hkern u1="&#x16e;" u2="&#x100;" k="20" />
+ <hkern u1="&#x16e;" u2="&#xc5;" k="20" />
+ <hkern u1="&#x16e;" u2="&#xc4;" k="20" />
+ <hkern u1="&#x16e;" u2="&#xc3;" k="20" />
+ <hkern u1="&#x16e;" u2="&#xc2;" k="20" />
+ <hkern u1="&#x16e;" u2="&#xc1;" k="20" />
+ <hkern u1="&#x16e;" u2="&#xc0;" k="20" />
+ <hkern u1="&#x16e;" u2="A" k="20" />
+ <hkern u1="&#x16e;" u2="&#x2e;" k="41" />
+ <hkern u1="&#x16e;" u2="&#x2c;" k="41" />
+ <hkern u1="&#x170;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#x170;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#x170;" u2="&#x201e;" k="41" />
+ <hkern u1="&#x170;" u2="&#x201a;" k="41" />
+ <hkern u1="&#x170;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#x170;" u2="&#x104;" k="20" />
+ <hkern u1="&#x170;" u2="&#x102;" k="20" />
+ <hkern u1="&#x170;" u2="&#x100;" k="20" />
+ <hkern u1="&#x170;" u2="&#xc5;" k="20" />
+ <hkern u1="&#x170;" u2="&#xc4;" k="20" />
+ <hkern u1="&#x170;" u2="&#xc3;" k="20" />
+ <hkern u1="&#x170;" u2="&#xc2;" k="20" />
+ <hkern u1="&#x170;" u2="&#xc1;" k="20" />
+ <hkern u1="&#x170;" u2="&#xc0;" k="20" />
+ <hkern u1="&#x170;" u2="A" k="20" />
+ <hkern u1="&#x170;" u2="&#x2e;" k="41" />
+ <hkern u1="&#x170;" u2="&#x2c;" k="41" />
+ <hkern u1="&#x172;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#x172;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#x172;" u2="&#x201e;" k="41" />
+ <hkern u1="&#x172;" u2="&#x201a;" k="41" />
+ <hkern u1="&#x172;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#x172;" u2="&#x104;" k="20" />
+ <hkern u1="&#x172;" u2="&#x102;" k="20" />
+ <hkern u1="&#x172;" u2="&#x100;" k="20" />
+ <hkern u1="&#x172;" u2="&#xc5;" k="20" />
+ <hkern u1="&#x172;" u2="&#xc4;" k="20" />
+ <hkern u1="&#x172;" u2="&#xc3;" k="20" />
+ <hkern u1="&#x172;" u2="&#xc2;" k="20" />
+ <hkern u1="&#x172;" u2="&#xc1;" k="20" />
+ <hkern u1="&#x172;" u2="&#xc0;" k="20" />
+ <hkern u1="&#x172;" u2="A" k="20" />
+ <hkern u1="&#x172;" u2="&#x2e;" k="41" />
+ <hkern u1="&#x172;" u2="&#x2c;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ef1;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1eef;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1eed;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1eeb;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ee9;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ee7;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ee5;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ee3;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ee2;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ee1;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ee0;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1edf;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ede;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1edd;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1edc;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1edb;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eda;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ed9;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ed8;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ed7;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ed6;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ed5;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ed4;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ed2;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ed1;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ed0;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ecf;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ece;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ecd;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ecc;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ec7;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ec5;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ec3;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ebf;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ebd;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ebb;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eb9;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eb7;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eb6;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1eb5;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eb4;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1eb3;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eb2;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1eb1;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eb0;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1eaf;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eae;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1ead;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eac;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1eab;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1eaa;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1ea9;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ea8;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1ea6;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1ea5;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ea4;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1ea3;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ea2;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1ea1;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1ea0;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1b0;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1a1;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1a0;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1e01;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1e00;" k="82" />
+ <hkern u1="&#x174;" u2="&#x1e3f;" k="20" />
+ <hkern u1="&#x174;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x174;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x174;" u2="&#x219;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1ff;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1fe;" k="20" />
+ <hkern u1="&#x174;" u2="&#x1fd;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1fb;" k="41" />
+ <hkern u1="&#x174;" u2="&#x1fa;" k="82" />
+ <hkern u1="&#x174;" u2="&#x173;" k="20" />
+ <hkern u1="&#x174;" u2="&#x171;" k="20" />
+ <hkern u1="&#x174;" u2="&#x16f;" k="20" />
+ <hkern u1="&#x174;" u2="&#x16d;" k="20" />
+ <hkern u1="&#x174;" u2="&#x16b;" k="20" />
+ <hkern u1="&#x174;" u2="&#x169;" k="20" />
+ <hkern u1="&#x174;" u2="&#x15f;" k="20" />
+ <hkern u1="&#x174;" u2="&#x15b;" k="20" />
+ <hkern u1="&#x174;" u2="&#x157;" k="20" />
+ <hkern u1="&#x174;" u2="&#x155;" k="20" />
+ <hkern u1="&#x174;" u2="&#x153;" k="41" />
+ <hkern u1="&#x174;" u2="&#x152;" k="20" />
+ <hkern u1="&#x174;" u2="&#x151;" k="41" />
+ <hkern u1="&#x174;" u2="&#x150;" k="20" />
+ <hkern u1="&#x174;" u2="&#x14f;" k="41" />
+ <hkern u1="&#x174;" u2="&#x14e;" k="20" />
+ <hkern u1="&#x174;" u2="&#x14d;" k="41" />
+ <hkern u1="&#x174;" u2="&#x14c;" k="20" />
+ <hkern u1="&#x174;" u2="&#x14b;" k="20" />
+ <hkern u1="&#x174;" u2="&#x146;" k="20" />
+ <hkern u1="&#x174;" u2="&#x144;" k="20" />
+ <hkern u1="&#x174;" u2="&#x138;" k="20" />
+ <hkern u1="&#x174;" u2="&#x123;" k="20" />
+ <hkern u1="&#x174;" u2="&#x122;" k="20" />
+ <hkern u1="&#x174;" u2="&#x121;" k="20" />
+ <hkern u1="&#x174;" u2="&#x120;" k="20" />
+ <hkern u1="&#x174;" u2="&#x11f;" k="20" />
+ <hkern u1="&#x174;" u2="&#x11e;" k="20" />
+ <hkern u1="&#x174;" u2="&#x11d;" k="20" />
+ <hkern u1="&#x174;" u2="&#x11c;" k="20" />
+ <hkern u1="&#x174;" u2="&#x11b;" k="41" />
+ <hkern u1="&#x174;" u2="&#x119;" k="41" />
+ <hkern u1="&#x174;" u2="&#x117;" k="41" />
+ <hkern u1="&#x174;" u2="&#x115;" k="41" />
+ <hkern u1="&#x174;" u2="&#x113;" k="41" />
+ <hkern u1="&#x174;" u2="&#x111;" k="41" />
+ <hkern u1="&#x174;" u2="&#x10f;" k="41" />
+ <hkern u1="&#x174;" u2="&#x10d;" k="41" />
+ <hkern u1="&#x174;" u2="&#x10c;" k="20" />
+ <hkern u1="&#x174;" u2="&#x10b;" k="41" />
+ <hkern u1="&#x174;" u2="&#x10a;" k="20" />
+ <hkern u1="&#x174;" u2="&#x109;" k="41" />
+ <hkern u1="&#x174;" u2="&#x108;" k="20" />
+ <hkern u1="&#x174;" u2="&#x107;" k="41" />
+ <hkern u1="&#x174;" u2="&#x106;" k="20" />
+ <hkern u1="&#x174;" u2="&#x105;" k="41" />
+ <hkern u1="&#x174;" u2="&#x104;" k="82" />
+ <hkern u1="&#x174;" u2="&#x103;" k="41" />
+ <hkern u1="&#x174;" u2="&#x102;" k="82" />
+ <hkern u1="&#x174;" u2="&#x101;" k="41" />
+ <hkern u1="&#x174;" u2="&#x100;" k="82" />
+ <hkern u1="&#x174;" u2="&#xfc;" k="20" />
+ <hkern u1="&#x174;" u2="&#xfb;" k="20" />
+ <hkern u1="&#x174;" u2="&#xfa;" k="20" />
+ <hkern u1="&#x174;" u2="&#xf9;" k="20" />
+ <hkern u1="&#x174;" u2="&#xf8;" k="41" />
+ <hkern u1="&#x174;" u2="&#xf6;" k="41" />
+ <hkern u1="&#x174;" u2="&#xf5;" k="41" />
+ <hkern u1="&#x174;" u2="&#xf4;" k="41" />
+ <hkern u1="&#x174;" u2="&#xf3;" k="41" />
+ <hkern u1="&#x174;" u2="&#xf2;" k="41" />
+ <hkern u1="&#x174;" u2="&#xeb;" k="41" />
+ <hkern u1="&#x174;" u2="&#xea;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe9;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe8;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe7;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe6;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe5;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe4;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe3;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe2;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe1;" k="41" />
+ <hkern u1="&#x174;" u2="&#xe0;" k="41" />
+ <hkern u1="&#x174;" u2="&#xd8;" k="20" />
+ <hkern u1="&#x174;" u2="&#xd6;" k="20" />
+ <hkern u1="&#x174;" u2="&#xd5;" k="20" />
+ <hkern u1="&#x174;" u2="&#xd4;" k="20" />
+ <hkern u1="&#x174;" u2="&#xd3;" k="20" />
+ <hkern u1="&#x174;" u2="&#xd2;" k="20" />
+ <hkern u1="&#x174;" u2="&#xc7;" k="20" />
+ <hkern u1="&#x174;" u2="&#xc5;" k="82" />
+ <hkern u1="&#x174;" u2="&#xc4;" k="82" />
+ <hkern u1="&#x174;" u2="&#xc3;" k="82" />
+ <hkern u1="&#x174;" u2="&#xc2;" k="82" />
+ <hkern u1="&#x174;" u2="&#xc1;" k="82" />
+ <hkern u1="&#x174;" u2="&#xc0;" k="82" />
+ <hkern u1="&#x174;" u2="u" k="20" />
+ <hkern u1="&#x174;" u2="s" k="20" />
+ <hkern u1="&#x174;" u2="r" k="20" />
+ <hkern u1="&#x174;" u2="q" k="41" />
+ <hkern u1="&#x174;" u2="p" k="20" />
+ <hkern u1="&#x174;" u2="o" k="41" />
+ <hkern u1="&#x174;" u2="n" k="20" />
+ <hkern u1="&#x174;" u2="m" k="20" />
+ <hkern u1="&#x174;" u2="g" k="20" />
+ <hkern u1="&#x174;" u2="e" k="41" />
+ <hkern u1="&#x174;" u2="d" k="41" />
+ <hkern u1="&#x174;" u2="c" k="41" />
+ <hkern u1="&#x174;" u2="a" k="41" />
+ <hkern u1="&#x174;" u2="Q" k="20" />
+ <hkern u1="&#x174;" u2="O" k="20" />
+ <hkern u1="&#x174;" u2="G" k="20" />
+ <hkern u1="&#x174;" u2="C" k="20" />
+ <hkern u1="&#x174;" u2="A" k="82" />
+ <hkern u1="&#x174;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x174;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x174;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x175;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x175;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x175;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x175;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x175;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x175;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x175;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x175;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x175;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x176;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x176;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x176;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x176;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x176;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x176;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x176;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x176;" u2="&#x1ee3;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1ee1;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1edf;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1edd;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1edb;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1ed9;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1ed7;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1ed5;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1ed1;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1ecf;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1ecd;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1ec7;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ec5;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ec3;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ebf;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ebd;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ebb;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eb9;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eb7;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eb6;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1eb5;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eb4;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1eb3;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eb2;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1eb1;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eb0;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1eaf;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eae;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1ead;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eac;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1eab;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1eaa;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1ea9;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ea8;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1ea6;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1ea5;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ea4;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1ea3;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ea2;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1ea1;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1ea0;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x176;" u2="&#x1a1;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1e01;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1e00;" k="123" />
+ <hkern u1="&#x176;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x176;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x176;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x176;" u2="&#x219;" k="82" />
+ <hkern u1="&#x176;" u2="&#x1ff;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x176;" u2="&#x1fd;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1fb;" k="102" />
+ <hkern u1="&#x176;" u2="&#x1fa;" k="123" />
+ <hkern u1="&#x176;" u2="&#x17e;" k="41" />
+ <hkern u1="&#x176;" u2="&#x17c;" k="41" />
+ <hkern u1="&#x176;" u2="&#x17a;" k="41" />
+ <hkern u1="&#x176;" u2="&#x173;" k="61" />
+ <hkern u1="&#x176;" u2="&#x171;" k="61" />
+ <hkern u1="&#x176;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x176;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x176;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x176;" u2="&#x169;" k="61" />
+ <hkern u1="&#x176;" u2="&#x15f;" k="82" />
+ <hkern u1="&#x176;" u2="&#x15b;" k="82" />
+ <hkern u1="&#x176;" u2="&#x157;" k="61" />
+ <hkern u1="&#x176;" u2="&#x155;" k="61" />
+ <hkern u1="&#x176;" u2="&#x153;" k="102" />
+ <hkern u1="&#x176;" u2="&#x152;" k="41" />
+ <hkern u1="&#x176;" u2="&#x151;" k="102" />
+ <hkern u1="&#x176;" u2="&#x150;" k="41" />
+ <hkern u1="&#x176;" u2="&#x14f;" k="102" />
+ <hkern u1="&#x176;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x176;" u2="&#x14d;" k="102" />
+ <hkern u1="&#x176;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x176;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x176;" u2="&#x146;" k="61" />
+ <hkern u1="&#x176;" u2="&#x144;" k="61" />
+ <hkern u1="&#x176;" u2="&#x138;" k="61" />
+ <hkern u1="&#x176;" u2="&#x123;" k="41" />
+ <hkern u1="&#x176;" u2="&#x122;" k="41" />
+ <hkern u1="&#x176;" u2="&#x121;" k="41" />
+ <hkern u1="&#x176;" u2="&#x120;" k="41" />
+ <hkern u1="&#x176;" u2="&#x11f;" k="41" />
+ <hkern u1="&#x176;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x176;" u2="&#x11d;" k="41" />
+ <hkern u1="&#x176;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x176;" u2="&#x11b;" k="102" />
+ <hkern u1="&#x176;" u2="&#x119;" k="102" />
+ <hkern u1="&#x176;" u2="&#x117;" k="102" />
+ <hkern u1="&#x176;" u2="&#x115;" k="102" />
+ <hkern u1="&#x176;" u2="&#x113;" k="102" />
+ <hkern u1="&#x176;" u2="&#x111;" k="102" />
+ <hkern u1="&#x176;" u2="&#x10f;" k="102" />
+ <hkern u1="&#x176;" u2="&#x10d;" k="102" />
+ <hkern u1="&#x176;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x176;" u2="&#x10b;" k="102" />
+ <hkern u1="&#x176;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x176;" u2="&#x109;" k="102" />
+ <hkern u1="&#x176;" u2="&#x108;" k="41" />
+ <hkern u1="&#x176;" u2="&#x107;" k="102" />
+ <hkern u1="&#x176;" u2="&#x106;" k="41" />
+ <hkern u1="&#x176;" u2="&#x105;" k="102" />
+ <hkern u1="&#x176;" u2="&#x104;" k="123" />
+ <hkern u1="&#x176;" u2="&#x103;" k="102" />
+ <hkern u1="&#x176;" u2="&#x102;" k="123" />
+ <hkern u1="&#x176;" u2="&#x101;" k="102" />
+ <hkern u1="&#x176;" u2="&#x100;" k="123" />
+ <hkern u1="&#x176;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x176;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x176;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x176;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x176;" u2="&#xf8;" k="102" />
+ <hkern u1="&#x176;" u2="&#xf6;" k="102" />
+ <hkern u1="&#x176;" u2="&#xf5;" k="102" />
+ <hkern u1="&#x176;" u2="&#xf4;" k="102" />
+ <hkern u1="&#x176;" u2="&#xf3;" k="102" />
+ <hkern u1="&#x176;" u2="&#xf2;" k="102" />
+ <hkern u1="&#x176;" u2="&#xeb;" k="102" />
+ <hkern u1="&#x176;" u2="&#xea;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe9;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe8;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe7;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe6;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe5;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe4;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe3;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe2;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe1;" k="102" />
+ <hkern u1="&#x176;" u2="&#xe0;" k="102" />
+ <hkern u1="&#x176;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x176;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x176;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x176;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x176;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x176;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x176;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x176;" u2="&#xc5;" k="123" />
+ <hkern u1="&#x176;" u2="&#xc4;" k="123" />
+ <hkern u1="&#x176;" u2="&#xc3;" k="123" />
+ <hkern u1="&#x176;" u2="&#xc2;" k="123" />
+ <hkern u1="&#x176;" u2="&#xc1;" k="123" />
+ <hkern u1="&#x176;" u2="&#xc0;" k="123" />
+ <hkern u1="&#x176;" u2="z" k="41" />
+ <hkern u1="&#x176;" u2="u" k="61" />
+ <hkern u1="&#x176;" u2="s" k="82" />
+ <hkern u1="&#x176;" u2="r" k="61" />
+ <hkern u1="&#x176;" u2="q" k="102" />
+ <hkern u1="&#x176;" u2="p" k="61" />
+ <hkern u1="&#x176;" u2="o" k="102" />
+ <hkern u1="&#x176;" u2="n" k="61" />
+ <hkern u1="&#x176;" u2="m" k="61" />
+ <hkern u1="&#x176;" u2="g" k="41" />
+ <hkern u1="&#x176;" u2="e" k="102" />
+ <hkern u1="&#x176;" u2="d" k="102" />
+ <hkern u1="&#x176;" u2="c" k="102" />
+ <hkern u1="&#x176;" u2="a" k="102" />
+ <hkern u1="&#x176;" u2="Q" k="41" />
+ <hkern u1="&#x176;" u2="O" k="41" />
+ <hkern u1="&#x176;" u2="G" k="41" />
+ <hkern u1="&#x176;" u2="C" k="41" />
+ <hkern u1="&#x176;" u2="A" k="123" />
+ <hkern u1="&#x176;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x176;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x176;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x177;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x177;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x177;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x177;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x177;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x177;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x177;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x177;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x177;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x178;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x178;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x178;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x178;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x178;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x178;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x178;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x178;" u2="&#x1ee3;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1ee1;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1edf;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1edd;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1edb;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1ed9;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1ed7;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1ed5;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1ed1;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1ecf;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1ecd;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1ec7;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ec5;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ec3;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ebf;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ebd;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ebb;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eb9;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eb7;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eb6;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1eb5;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eb4;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1eb3;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eb2;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1eb1;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eb0;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1eaf;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eae;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1ead;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eac;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1eab;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1eaa;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1ea9;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ea8;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1ea6;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1ea5;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ea4;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1ea3;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ea2;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1ea1;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1ea0;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x178;" u2="&#x1a1;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1e01;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1e00;" k="123" />
+ <hkern u1="&#x178;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x178;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x178;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x178;" u2="&#x219;" k="82" />
+ <hkern u1="&#x178;" u2="&#x1ff;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x178;" u2="&#x1fd;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1fb;" k="102" />
+ <hkern u1="&#x178;" u2="&#x1fa;" k="123" />
+ <hkern u1="&#x178;" u2="&#x17e;" k="41" />
+ <hkern u1="&#x178;" u2="&#x17c;" k="41" />
+ <hkern u1="&#x178;" u2="&#x17a;" k="41" />
+ <hkern u1="&#x178;" u2="&#x173;" k="61" />
+ <hkern u1="&#x178;" u2="&#x171;" k="61" />
+ <hkern u1="&#x178;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x178;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x178;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x178;" u2="&#x169;" k="61" />
+ <hkern u1="&#x178;" u2="&#x15f;" k="82" />
+ <hkern u1="&#x178;" u2="&#x15b;" k="82" />
+ <hkern u1="&#x178;" u2="&#x157;" k="61" />
+ <hkern u1="&#x178;" u2="&#x155;" k="61" />
+ <hkern u1="&#x178;" u2="&#x153;" k="102" />
+ <hkern u1="&#x178;" u2="&#x152;" k="41" />
+ <hkern u1="&#x178;" u2="&#x151;" k="102" />
+ <hkern u1="&#x178;" u2="&#x150;" k="41" />
+ <hkern u1="&#x178;" u2="&#x14f;" k="102" />
+ <hkern u1="&#x178;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x178;" u2="&#x14d;" k="102" />
+ <hkern u1="&#x178;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x178;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x178;" u2="&#x146;" k="61" />
+ <hkern u1="&#x178;" u2="&#x144;" k="61" />
+ <hkern u1="&#x178;" u2="&#x138;" k="61" />
+ <hkern u1="&#x178;" u2="&#x123;" k="41" />
+ <hkern u1="&#x178;" u2="&#x122;" k="41" />
+ <hkern u1="&#x178;" u2="&#x121;" k="41" />
+ <hkern u1="&#x178;" u2="&#x120;" k="41" />
+ <hkern u1="&#x178;" u2="&#x11f;" k="41" />
+ <hkern u1="&#x178;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x178;" u2="&#x11d;" k="41" />
+ <hkern u1="&#x178;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x178;" u2="&#x11b;" k="102" />
+ <hkern u1="&#x178;" u2="&#x119;" k="102" />
+ <hkern u1="&#x178;" u2="&#x117;" k="102" />
+ <hkern u1="&#x178;" u2="&#x115;" k="102" />
+ <hkern u1="&#x178;" u2="&#x113;" k="102" />
+ <hkern u1="&#x178;" u2="&#x111;" k="102" />
+ <hkern u1="&#x178;" u2="&#x10f;" k="102" />
+ <hkern u1="&#x178;" u2="&#x10d;" k="102" />
+ <hkern u1="&#x178;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x178;" u2="&#x10b;" k="102" />
+ <hkern u1="&#x178;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x178;" u2="&#x109;" k="102" />
+ <hkern u1="&#x178;" u2="&#x108;" k="41" />
+ <hkern u1="&#x178;" u2="&#x107;" k="102" />
+ <hkern u1="&#x178;" u2="&#x106;" k="41" />
+ <hkern u1="&#x178;" u2="&#x105;" k="102" />
+ <hkern u1="&#x178;" u2="&#x104;" k="123" />
+ <hkern u1="&#x178;" u2="&#x103;" k="102" />
+ <hkern u1="&#x178;" u2="&#x102;" k="123" />
+ <hkern u1="&#x178;" u2="&#x101;" k="102" />
+ <hkern u1="&#x178;" u2="&#x100;" k="123" />
+ <hkern u1="&#x178;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x178;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x178;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x178;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x178;" u2="&#xf8;" k="102" />
+ <hkern u1="&#x178;" u2="&#xf6;" k="102" />
+ <hkern u1="&#x178;" u2="&#xf5;" k="102" />
+ <hkern u1="&#x178;" u2="&#xf4;" k="102" />
+ <hkern u1="&#x178;" u2="&#xf3;" k="102" />
+ <hkern u1="&#x178;" u2="&#xf2;" k="102" />
+ <hkern u1="&#x178;" u2="&#xeb;" k="102" />
+ <hkern u1="&#x178;" u2="&#xea;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe9;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe8;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe7;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe6;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe5;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe4;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe3;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe2;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe1;" k="102" />
+ <hkern u1="&#x178;" u2="&#xe0;" k="102" />
+ <hkern u1="&#x178;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x178;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x178;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x178;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x178;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x178;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x178;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x178;" u2="&#xc5;" k="123" />
+ <hkern u1="&#x178;" u2="&#xc4;" k="123" />
+ <hkern u1="&#x178;" u2="&#xc3;" k="123" />
+ <hkern u1="&#x178;" u2="&#xc2;" k="123" />
+ <hkern u1="&#x178;" u2="&#xc1;" k="123" />
+ <hkern u1="&#x178;" u2="&#xc0;" k="123" />
+ <hkern u1="&#x178;" u2="z" k="41" />
+ <hkern u1="&#x178;" u2="u" k="61" />
+ <hkern u1="&#x178;" u2="s" k="82" />
+ <hkern u1="&#x178;" u2="r" k="61" />
+ <hkern u1="&#x178;" u2="q" k="102" />
+ <hkern u1="&#x178;" u2="p" k="61" />
+ <hkern u1="&#x178;" u2="o" k="102" />
+ <hkern u1="&#x178;" u2="n" k="61" />
+ <hkern u1="&#x178;" u2="m" k="61" />
+ <hkern u1="&#x178;" u2="g" k="41" />
+ <hkern u1="&#x178;" u2="e" k="102" />
+ <hkern u1="&#x178;" u2="d" k="102" />
+ <hkern u1="&#x178;" u2="c" k="102" />
+ <hkern u1="&#x178;" u2="a" k="102" />
+ <hkern u1="&#x178;" u2="Q" k="41" />
+ <hkern u1="&#x178;" u2="O" k="41" />
+ <hkern u1="&#x178;" u2="G" k="41" />
+ <hkern u1="&#x178;" u2="C" k="41" />
+ <hkern u1="&#x178;" u2="A" k="123" />
+ <hkern u1="&#x178;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x178;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x178;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x179;" u2="&#x1ee2;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1ee0;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1ede;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1edc;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1eda;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1ed8;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1ed6;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1ed4;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1ed2;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1ed0;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1ece;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1ecc;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1a0;" k="20" />
+ <hkern u1="&#x179;" u2="&#x1fe;" k="20" />
+ <hkern u1="&#x179;" u2="&#x152;" k="20" />
+ <hkern u1="&#x179;" u2="&#x150;" k="20" />
+ <hkern u1="&#x179;" u2="&#x14e;" k="20" />
+ <hkern u1="&#x179;" u2="&#x14c;" k="20" />
+ <hkern u1="&#x179;" u2="&#x122;" k="20" />
+ <hkern u1="&#x179;" u2="&#x120;" k="20" />
+ <hkern u1="&#x179;" u2="&#x11e;" k="20" />
+ <hkern u1="&#x179;" u2="&#x11c;" k="20" />
+ <hkern u1="&#x179;" u2="&#x10c;" k="20" />
+ <hkern u1="&#x179;" u2="&#x10a;" k="20" />
+ <hkern u1="&#x179;" u2="&#x108;" k="20" />
+ <hkern u1="&#x179;" u2="&#x106;" k="20" />
+ <hkern u1="&#x179;" u2="&#xd8;" k="20" />
+ <hkern u1="&#x179;" u2="&#xd6;" k="20" />
+ <hkern u1="&#x179;" u2="&#xd5;" k="20" />
+ <hkern u1="&#x179;" u2="&#xd4;" k="20" />
+ <hkern u1="&#x179;" u2="&#xd3;" k="20" />
+ <hkern u1="&#x179;" u2="&#xd2;" k="20" />
+ <hkern u1="&#x179;" u2="&#xc7;" k="20" />
+ <hkern u1="&#x179;" u2="Q" k="20" />
+ <hkern u1="&#x179;" u2="O" k="20" />
+ <hkern u1="&#x179;" u2="G" k="20" />
+ <hkern u1="&#x179;" u2="C" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ee2;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ee0;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ede;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1edc;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1eda;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ed8;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ed6;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ed4;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ed2;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ed0;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ece;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1ecc;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1a0;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x1fe;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x152;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x150;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x14e;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x14c;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x122;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x120;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x11e;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x11c;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x10c;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x10a;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x108;" k="20" />
+ <hkern u1="&#x17b;" u2="&#x106;" k="20" />
+ <hkern u1="&#x17b;" u2="&#xd8;" k="20" />
+ <hkern u1="&#x17b;" u2="&#xd6;" k="20" />
+ <hkern u1="&#x17b;" u2="&#xd5;" k="20" />
+ <hkern u1="&#x17b;" u2="&#xd4;" k="20" />
+ <hkern u1="&#x17b;" u2="&#xd3;" k="20" />
+ <hkern u1="&#x17b;" u2="&#xd2;" k="20" />
+ <hkern u1="&#x17b;" u2="&#xc7;" k="20" />
+ <hkern u1="&#x17b;" u2="Q" k="20" />
+ <hkern u1="&#x17b;" u2="O" k="20" />
+ <hkern u1="&#x17b;" u2="G" k="20" />
+ <hkern u1="&#x17b;" u2="C" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ee2;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ee0;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ede;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1edc;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1eda;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ed8;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ed6;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ed4;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ed2;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ed0;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ece;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1ecc;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1a0;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x1fe;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x152;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x150;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x14e;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x14c;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x122;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x120;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x11e;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x11c;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x10c;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x10a;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x108;" k="20" />
+ <hkern u1="&#x17d;" u2="&#x106;" k="20" />
+ <hkern u1="&#x17d;" u2="&#xd8;" k="20" />
+ <hkern u1="&#x17d;" u2="&#xd6;" k="20" />
+ <hkern u1="&#x17d;" u2="&#xd5;" k="20" />
+ <hkern u1="&#x17d;" u2="&#xd4;" k="20" />
+ <hkern u1="&#x17d;" u2="&#xd3;" k="20" />
+ <hkern u1="&#x17d;" u2="&#xd2;" k="20" />
+ <hkern u1="&#x17d;" u2="&#xc7;" k="20" />
+ <hkern u1="&#x17d;" u2="Q" k="20" />
+ <hkern u1="&#x17d;" u2="O" k="20" />
+ <hkern u1="&#x17d;" u2="G" k="20" />
+ <hkern u1="&#x17d;" u2="C" k="20" />
+ <hkern u1="&#x1fa;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1fa;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1fa;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1fa;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1fa;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1fa;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1fa;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1fa;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1fa;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1fa;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1fa;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1fa;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1fa;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1fa;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1fa;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1fa;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1fa;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1fa;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1fa;" u2="Y" k="123" />
+ <hkern u1="&#x1fa;" u2="W" k="82" />
+ <hkern u1="&#x1fa;" u2="V" k="82" />
+ <hkern u1="&#x1fa;" u2="T" k="143" />
+ <hkern u1="&#x1fa;" u2="Q" k="41" />
+ <hkern u1="&#x1fa;" u2="O" k="41" />
+ <hkern u1="&#x1fa;" u2="J" k="-266" />
+ <hkern u1="&#x1fa;" u2="G" k="41" />
+ <hkern u1="&#x1fa;" u2="C" k="41" />
+ <hkern u1="&#x1fa;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1fa;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1fb;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1fb;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1fb;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1fb;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1fc;" u2="J" k="-123" />
+ <hkern u1="&#x1fe;" u2="&#x162;" k="61" />
+ <hkern u1="&#x1fe;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1fe;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1fe;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x405;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x179;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x178;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x176;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x174;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#x164;" k="61" />
+ <hkern u1="&#x1fe;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x1fe;" u2="&#x104;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x102;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x100;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x1fe;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x1fe;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x1fe;" u2="Z" k="20" />
+ <hkern u1="&#x1fe;" u2="Y" k="20" />
+ <hkern u1="&#x1fe;" u2="X" k="41" />
+ <hkern u1="&#x1fe;" u2="W" k="20" />
+ <hkern u1="&#x1fe;" u2="V" k="20" />
+ <hkern u1="&#x1fe;" u2="T" k="61" />
+ <hkern u1="&#x1fe;" u2="A" k="41" />
+ <hkern u1="&#x1fe;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1fe;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x386;" u2="&#x3d2;" k="123" />
+ <hkern u1="&#x386;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x386;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x386;" u2="&#x3ab;" k="123" />
+ <hkern u1="&#x386;" u2="&#x3a8;" k="82" />
+ <hkern u1="&#x386;" u2="&#x3a6;" k="41" />
+ <hkern u1="&#x386;" u2="&#x3a5;" k="123" />
+ <hkern u1="&#x386;" u2="&#x3a4;" k="143" />
+ <hkern u1="&#x386;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x386;" u2="&#x398;" k="41" />
+ <hkern u1="&#x386;" u2="&#x27;" k="143" />
+ <hkern u1="&#x386;" u2="&#x22;" k="143" />
+ <hkern u1="&#x38c;" u2="&#x3d2;" k="20" />
+ <hkern u1="&#x38c;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x38c;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x38c;" u2="&#x3bb;" k="20" />
+ <hkern u1="&#x38c;" u2="&#x3ab;" k="20" />
+ <hkern u1="&#x38c;" u2="&#x3a8;" k="20" />
+ <hkern u1="&#x38c;" u2="&#x3a7;" k="41" />
+ <hkern u1="&#x38c;" u2="&#x3a5;" k="20" />
+ <hkern u1="&#x38c;" u2="&#x3a4;" k="61" />
+ <hkern u1="&#x38c;" u2="&#x3a3;" k="20" />
+ <hkern u1="&#x38c;" u2="&#x39b;" k="41" />
+ <hkern u1="&#x38c;" u2="&#x396;" k="20" />
+ <hkern u1="&#x38c;" u2="&#x394;" k="41" />
+ <hkern u1="&#x38c;" u2="&#x391;" k="41" />
+ <hkern u1="&#x38c;" u2="&#x386;" k="41" />
+ <hkern u1="&#x38c;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x38c;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x38e;" u2="&#x2126;" k="20" />
+ <hkern u1="&#x38e;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x38e;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x38e;" u2="&#x3ce;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3cd;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3cc;" k="102" />
+ <hkern u1="&#x38e;" u2="&#x3cb;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3c9;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3c8;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3c6;" k="102" />
+ <hkern u1="&#x38e;" u2="&#x3c5;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3c3;" k="102" />
+ <hkern u1="&#x38e;" u2="&#x3c2;" k="102" />
+ <hkern u1="&#x38e;" u2="&#x3c1;" k="102" />
+ <hkern u1="&#x38e;" u2="&#x3bf;" k="102" />
+ <hkern u1="&#x38e;" u2="&#x3bc;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3ba;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3b9;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3b7;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3b5;" k="82" />
+ <hkern u1="&#x38e;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3b1;" k="102" />
+ <hkern u1="&#x38e;" u2="&#x3b0;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3af;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3ae;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x3ad;" k="82" />
+ <hkern u1="&#x38e;" u2="&#x3ac;" k="102" />
+ <hkern u1="&#x38e;" u2="&#x3a9;" k="20" />
+ <hkern u1="&#x38e;" u2="&#x3a6;" k="61" />
+ <hkern u1="&#x38e;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x38e;" u2="&#x39b;" k="123" />
+ <hkern u1="&#x38e;" u2="&#x398;" k="41" />
+ <hkern u1="&#x38e;" u2="&#x394;" k="123" />
+ <hkern u1="&#x38e;" u2="&#x391;" k="123" />
+ <hkern u1="&#x38e;" u2="&#x386;" k="123" />
+ <hkern u1="&#x38e;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x38e;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x38f;" u2="&#x3d2;" k="20" />
+ <hkern u1="&#x38f;" u2="&#x3ab;" k="20" />
+ <hkern u1="&#x38f;" u2="&#x3a5;" k="20" />
+ <hkern u1="&#x38f;" u2="&#x3a4;" k="41" />
+ <hkern u1="&#x390;" u2="&#x201d;" k="41" />
+ <hkern u1="&#x390;" u2="&#x2019;" k="41" />
+ <hkern u1="&#x390;" u2="&#x27;" k="41" />
+ <hkern u1="&#x390;" u2="&#x22;" k="41" />
+ <hkern u1="&#x391;" u2="&#x3d2;" k="123" />
+ <hkern u1="&#x391;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x391;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x391;" u2="&#x3ab;" k="123" />
+ <hkern u1="&#x391;" u2="&#x3a8;" k="82" />
+ <hkern u1="&#x391;" u2="&#x3a6;" k="41" />
+ <hkern u1="&#x391;" u2="&#x3a5;" k="123" />
+ <hkern u1="&#x391;" u2="&#x3a4;" k="143" />
+ <hkern u1="&#x391;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x391;" u2="&#x398;" k="41" />
+ <hkern u1="&#x391;" u2="&#x27;" k="143" />
+ <hkern u1="&#x391;" u2="&#x22;" k="143" />
+ <hkern u1="&#x392;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x392;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x392;" u2="&#x3a7;" k="41" />
+ <hkern u1="&#x392;" u2="&#x39b;" k="41" />
+ <hkern u1="&#x392;" u2="&#x394;" k="41" />
+ <hkern u1="&#x392;" u2="&#x391;" k="41" />
+ <hkern u1="&#x392;" u2="&#x386;" k="41" />
+ <hkern u1="&#x392;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x392;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x393;" u2="&#x3d1;" k="41" />
+ <hkern u1="&#x393;" u2="&#x2126;" k="61" />
+ <hkern u1="&#x393;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x393;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x393;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x393;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x393;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x393;" u2="&#x3ce;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3cd;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3cc;" k="143" />
+ <hkern u1="&#x393;" u2="&#x3cb;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3c9;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3c8;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3c7;" k="41" />
+ <hkern u1="&#x393;" u2="&#x3c6;" k="143" />
+ <hkern u1="&#x393;" u2="&#x3c5;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3c3;" k="143" />
+ <hkern u1="&#x393;" u2="&#x3c2;" k="143" />
+ <hkern u1="&#x393;" u2="&#x3c1;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3bf;" k="143" />
+ <hkern u1="&#x393;" u2="&#x3bd;" k="41" />
+ <hkern u1="&#x393;" u2="&#x3bc;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3ba;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3b9;" k="82" />
+ <hkern u1="&#x393;" u2="&#x3b7;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3b5;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x393;" u2="&#x3b3;" k="41" />
+ <hkern u1="&#x393;" u2="&#x3b1;" k="143" />
+ <hkern u1="&#x393;" u2="&#x3b0;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3af;" k="82" />
+ <hkern u1="&#x393;" u2="&#x3ae;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3ad;" k="102" />
+ <hkern u1="&#x393;" u2="&#x3ac;" k="143" />
+ <hkern u1="&#x393;" u2="&#x3a9;" k="61" />
+ <hkern u1="&#x393;" u2="&#x3a6;" k="102" />
+ <hkern u1="&#x393;" u2="&#x39f;" k="61" />
+ <hkern u1="&#x393;" u2="&#x39b;" k="164" />
+ <hkern u1="&#x393;" u2="&#x398;" k="61" />
+ <hkern u1="&#x393;" u2="&#x394;" k="164" />
+ <hkern u1="&#x393;" u2="&#x391;" k="164" />
+ <hkern u1="&#x393;" u2="&#x386;" k="164" />
+ <hkern u1="&#x393;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x393;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x393;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x394;" u2="&#x3d2;" k="123" />
+ <hkern u1="&#x394;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x394;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x394;" u2="&#x3ab;" k="123" />
+ <hkern u1="&#x394;" u2="&#x3a8;" k="82" />
+ <hkern u1="&#x394;" u2="&#x3a6;" k="41" />
+ <hkern u1="&#x394;" u2="&#x3a5;" k="123" />
+ <hkern u1="&#x394;" u2="&#x3a4;" k="143" />
+ <hkern u1="&#x394;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x394;" u2="&#x398;" k="41" />
+ <hkern u1="&#x394;" u2="&#x27;" k="143" />
+ <hkern u1="&#x394;" u2="&#x22;" k="143" />
+ <hkern u1="&#x396;" u2="&#x3a6;" k="61" />
+ <hkern u1="&#x396;" u2="&#x39f;" k="20" />
+ <hkern u1="&#x396;" u2="&#x398;" k="20" />
+ <hkern u1="&#x398;" u2="&#x3d2;" k="20" />
+ <hkern u1="&#x398;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x398;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x398;" u2="&#x3bb;" k="20" />
+ <hkern u1="&#x398;" u2="&#x3ab;" k="20" />
+ <hkern u1="&#x398;" u2="&#x3a8;" k="20" />
+ <hkern u1="&#x398;" u2="&#x3a7;" k="41" />
+ <hkern u1="&#x398;" u2="&#x3a5;" k="20" />
+ <hkern u1="&#x398;" u2="&#x3a4;" k="61" />
+ <hkern u1="&#x398;" u2="&#x3a3;" k="20" />
+ <hkern u1="&#x398;" u2="&#x39b;" k="41" />
+ <hkern u1="&#x398;" u2="&#x396;" k="20" />
+ <hkern u1="&#x398;" u2="&#x394;" k="41" />
+ <hkern u1="&#x398;" u2="&#x391;" k="41" />
+ <hkern u1="&#x398;" u2="&#x386;" k="41" />
+ <hkern u1="&#x398;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x398;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x39a;" u2="&#x3c4;" k="20" />
+ <hkern u1="&#x39a;" u2="&#x3c0;" k="20" />
+ <hkern u1="&#x39a;" u2="&#x3a6;" k="61" />
+ <hkern u1="&#x39a;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x39a;" u2="&#x398;" k="41" />
+ <hkern u1="&#x39b;" u2="&#x3d2;" k="123" />
+ <hkern u1="&#x39b;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x39b;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x39b;" u2="&#x3ab;" k="123" />
+ <hkern u1="&#x39b;" u2="&#x3a8;" k="82" />
+ <hkern u1="&#x39b;" u2="&#x3a6;" k="41" />
+ <hkern u1="&#x39b;" u2="&#x3a5;" k="123" />
+ <hkern u1="&#x39b;" u2="&#x3a4;" k="143" />
+ <hkern u1="&#x39b;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x39b;" u2="&#x398;" k="41" />
+ <hkern u1="&#x39b;" u2="&#x27;" k="143" />
+ <hkern u1="&#x39b;" u2="&#x22;" k="143" />
+ <hkern u1="&#x39f;" u2="&#x3d2;" k="20" />
+ <hkern u1="&#x39f;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x39f;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x39f;" u2="&#x3bb;" k="20" />
+ <hkern u1="&#x39f;" u2="&#x3ab;" k="20" />
+ <hkern u1="&#x39f;" u2="&#x3a8;" k="20" />
+ <hkern u1="&#x39f;" u2="&#x3a7;" k="41" />
+ <hkern u1="&#x39f;" u2="&#x3a5;" k="20" />
+ <hkern u1="&#x39f;" u2="&#x3a4;" k="61" />
+ <hkern u1="&#x39f;" u2="&#x3a3;" k="20" />
+ <hkern u1="&#x39f;" u2="&#x39b;" k="41" />
+ <hkern u1="&#x39f;" u2="&#x396;" k="20" />
+ <hkern u1="&#x39f;" u2="&#x394;" k="41" />
+ <hkern u1="&#x39f;" u2="&#x391;" k="41" />
+ <hkern u1="&#x39f;" u2="&#x386;" k="41" />
+ <hkern u1="&#x39f;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x39f;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x3a1;" u2="&#x201e;" k="266" />
+ <hkern u1="&#x3a1;" u2="&#x201a;" k="266" />
+ <hkern u1="&#x3a1;" u2="&#x3bb;" k="41" />
+ <hkern u1="&#x3a1;" u2="&#x3a7;" k="41" />
+ <hkern u1="&#x3a1;" u2="&#x39b;" k="102" />
+ <hkern u1="&#x3a1;" u2="&#x396;" k="20" />
+ <hkern u1="&#x3a1;" u2="&#x394;" k="102" />
+ <hkern u1="&#x3a1;" u2="&#x391;" k="102" />
+ <hkern u1="&#x3a1;" u2="&#x386;" k="102" />
+ <hkern u1="&#x3a1;" u2="&#x2e;" k="266" />
+ <hkern u1="&#x3a1;" u2="&#x2c;" k="266" />
+ <hkern u1="&#x3a4;" u2="&#x3d1;" k="41" />
+ <hkern u1="&#x3a4;" u2="&#x2126;" k="61" />
+ <hkern u1="&#x3a4;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x3a4;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x3a4;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x3a4;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x3a4;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x3a4;" u2="&#x3ce;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3cd;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3cc;" k="143" />
+ <hkern u1="&#x3a4;" u2="&#x3cb;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3c9;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3c8;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3c7;" k="41" />
+ <hkern u1="&#x3a4;" u2="&#x3c6;" k="143" />
+ <hkern u1="&#x3a4;" u2="&#x3c5;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3c3;" k="143" />
+ <hkern u1="&#x3a4;" u2="&#x3c2;" k="143" />
+ <hkern u1="&#x3a4;" u2="&#x3c1;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3bf;" k="143" />
+ <hkern u1="&#x3a4;" u2="&#x3bd;" k="41" />
+ <hkern u1="&#x3a4;" u2="&#x3bc;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3ba;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3b9;" k="82" />
+ <hkern u1="&#x3a4;" u2="&#x3b7;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3b5;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x3a4;" u2="&#x3b3;" k="41" />
+ <hkern u1="&#x3a4;" u2="&#x3b1;" k="143" />
+ <hkern u1="&#x3a4;" u2="&#x3b0;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3af;" k="82" />
+ <hkern u1="&#x3a4;" u2="&#x3ae;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3ad;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x3ac;" k="143" />
+ <hkern u1="&#x3a4;" u2="&#x3a9;" k="61" />
+ <hkern u1="&#x3a4;" u2="&#x3a6;" k="102" />
+ <hkern u1="&#x3a4;" u2="&#x39f;" k="61" />
+ <hkern u1="&#x3a4;" u2="&#x39b;" k="164" />
+ <hkern u1="&#x3a4;" u2="&#x398;" k="61" />
+ <hkern u1="&#x3a4;" u2="&#x394;" k="164" />
+ <hkern u1="&#x3a4;" u2="&#x391;" k="164" />
+ <hkern u1="&#x3a4;" u2="&#x386;" k="164" />
+ <hkern u1="&#x3a4;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x3a4;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x3a4;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x3a5;" u2="&#x2126;" k="20" />
+ <hkern u1="&#x3a5;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x3a5;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x3a5;" u2="&#x3ce;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3cd;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3cc;" k="102" />
+ <hkern u1="&#x3a5;" u2="&#x3cb;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3c9;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3c8;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3c6;" k="102" />
+ <hkern u1="&#x3a5;" u2="&#x3c5;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3c3;" k="102" />
+ <hkern u1="&#x3a5;" u2="&#x3c2;" k="102" />
+ <hkern u1="&#x3a5;" u2="&#x3c1;" k="102" />
+ <hkern u1="&#x3a5;" u2="&#x3bf;" k="102" />
+ <hkern u1="&#x3a5;" u2="&#x3bc;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3ba;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3b9;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3b7;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3b5;" k="82" />
+ <hkern u1="&#x3a5;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3b1;" k="102" />
+ <hkern u1="&#x3a5;" u2="&#x3b0;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3af;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3ae;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x3ad;" k="82" />
+ <hkern u1="&#x3a5;" u2="&#x3ac;" k="102" />
+ <hkern u1="&#x3a5;" u2="&#x3a9;" k="20" />
+ <hkern u1="&#x3a5;" u2="&#x3a6;" k="61" />
+ <hkern u1="&#x3a5;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x3a5;" u2="&#x39b;" k="123" />
+ <hkern u1="&#x3a5;" u2="&#x398;" k="41" />
+ <hkern u1="&#x3a5;" u2="&#x394;" k="123" />
+ <hkern u1="&#x3a5;" u2="&#x391;" k="123" />
+ <hkern u1="&#x3a5;" u2="&#x386;" k="123" />
+ <hkern u1="&#x3a5;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x3a5;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x3a6;" u2="&#x3d2;" k="61" />
+ <hkern u1="&#x3a6;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x3a6;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x3a6;" u2="&#x3bb;" k="20" />
+ <hkern u1="&#x3a6;" u2="&#x3ab;" k="61" />
+ <hkern u1="&#x3a6;" u2="&#x3a7;" k="20" />
+ <hkern u1="&#x3a6;" u2="&#x3a5;" k="61" />
+ <hkern u1="&#x3a6;" u2="&#x3a4;" k="82" />
+ <hkern u1="&#x3a6;" u2="&#x3a3;" k="20" />
+ <hkern u1="&#x3a6;" u2="&#x39b;" k="41" />
+ <hkern u1="&#x3a6;" u2="&#x396;" k="61" />
+ <hkern u1="&#x3a6;" u2="&#x394;" k="41" />
+ <hkern u1="&#x3a6;" u2="&#x391;" k="41" />
+ <hkern u1="&#x3a6;" u2="&#x386;" k="41" />
+ <hkern u1="&#x3a6;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x3a6;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x3a7;" u2="&#x3c4;" k="20" />
+ <hkern u1="&#x3a7;" u2="&#x3c0;" k="20" />
+ <hkern u1="&#x3a7;" u2="&#x3a6;" k="61" />
+ <hkern u1="&#x3a7;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x3a7;" u2="&#x398;" k="41" />
+ <hkern u1="&#x3a8;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x3a8;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x3a8;" u2="&#x39f;" k="20" />
+ <hkern u1="&#x3a8;" u2="&#x39b;" k="82" />
+ <hkern u1="&#x3a8;" u2="&#x398;" k="20" />
+ <hkern u1="&#x3a8;" u2="&#x394;" k="82" />
+ <hkern u1="&#x3a8;" u2="&#x391;" k="82" />
+ <hkern u1="&#x3a8;" u2="&#x386;" k="82" />
+ <hkern u1="&#x3a8;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x3a8;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x3a9;" u2="&#x3d2;" k="20" />
+ <hkern u1="&#x3a9;" u2="&#x3ab;" k="20" />
+ <hkern u1="&#x3a9;" u2="&#x3a5;" k="20" />
+ <hkern u1="&#x3a9;" u2="&#x3a4;" k="41" />
+ <hkern u1="&#x3ab;" u2="&#x2126;" k="20" />
+ <hkern u1="&#x3ab;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x3ab;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x3ab;" u2="&#x3ce;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3cd;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3cc;" k="102" />
+ <hkern u1="&#x3ab;" u2="&#x3cb;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3c9;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3c8;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3c6;" k="102" />
+ <hkern u1="&#x3ab;" u2="&#x3c5;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3c3;" k="102" />
+ <hkern u1="&#x3ab;" u2="&#x3c2;" k="102" />
+ <hkern u1="&#x3ab;" u2="&#x3c1;" k="102" />
+ <hkern u1="&#x3ab;" u2="&#x3bf;" k="102" />
+ <hkern u1="&#x3ab;" u2="&#x3bc;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3ba;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3b9;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3b7;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3b5;" k="82" />
+ <hkern u1="&#x3ab;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3b1;" k="102" />
+ <hkern u1="&#x3ab;" u2="&#x3b0;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3af;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3ae;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x3ad;" k="82" />
+ <hkern u1="&#x3ab;" u2="&#x3ac;" k="102" />
+ <hkern u1="&#x3ab;" u2="&#x3a9;" k="20" />
+ <hkern u1="&#x3ab;" u2="&#x3a6;" k="61" />
+ <hkern u1="&#x3ab;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x3ab;" u2="&#x39b;" k="123" />
+ <hkern u1="&#x3ab;" u2="&#x398;" k="41" />
+ <hkern u1="&#x3ab;" u2="&#x394;" k="123" />
+ <hkern u1="&#x3ab;" u2="&#x391;" k="123" />
+ <hkern u1="&#x3ab;" u2="&#x386;" k="123" />
+ <hkern u1="&#x3ab;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x3ab;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x3ac;" u2="&#x3bb;" k="-41" />
+ <hkern u1="&#x3ae;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x3ae;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x3ae;" u2="&#x27;" k="20" />
+ <hkern u1="&#x3ae;" u2="&#x22;" k="20" />
+ <hkern u1="&#x3af;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x3af;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x3af;" u2="&#x3c4;" k="20" />
+ <hkern u1="&#x3af;" u2="&#x3c0;" k="20" />
+ <hkern u1="&#x3af;" u2="&#x27;" k="82" />
+ <hkern u1="&#x3af;" u2="&#x22;" k="82" />
+ <hkern u1="&#x3b1;" u2="&#x3bb;" k="-41" />
+ <hkern u1="&#x3b3;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x3b3;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x3b3;" u2="&#x3bb;" k="20" />
+ <hkern u1="&#x3b3;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x3b3;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x3b6;" u2="&#x2015;" k="102" />
+ <hkern u1="&#x3b6;" u2="&#x2014;" k="102" />
+ <hkern u1="&#x3b6;" u2="&#x2013;" k="102" />
+ <hkern u1="&#x3b6;" u2="&#x3cc;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x3c6;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x3c4;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x3c3;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x3c2;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x3c0;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x3bf;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x3b4;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x3b1;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x3ac;" k="41" />
+ <hkern u1="&#x3b6;" u2="&#x2d;" k="102" />
+ <hkern u1="&#x3b7;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x3b7;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x3b7;" u2="&#x27;" k="20" />
+ <hkern u1="&#x3b7;" u2="&#x22;" k="20" />
+ <hkern u1="&#x3b8;" u2="&#x201e;" k="41" />
+ <hkern u1="&#x3b8;" u2="&#x201a;" k="41" />
+ <hkern u1="&#x3b8;" u2="&#x2e;" k="41" />
+ <hkern u1="&#x3b8;" u2="&#x2c;" k="41" />
+ <hkern u1="&#x3b9;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x3b9;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x3b9;" u2="&#x3c4;" k="20" />
+ <hkern u1="&#x3b9;" u2="&#x3c0;" k="20" />
+ <hkern u1="&#x3b9;" u2="&#x27;" k="82" />
+ <hkern u1="&#x3b9;" u2="&#x22;" k="82" />
+ <hkern u1="&#x3ba;" u2="&#x3cc;" k="41" />
+ <hkern u1="&#x3ba;" u2="&#x3c6;" k="41" />
+ <hkern u1="&#x3ba;" u2="&#x3c3;" k="41" />
+ <hkern u1="&#x3ba;" u2="&#x3c2;" k="41" />
+ <hkern u1="&#x3ba;" u2="&#x3bf;" k="41" />
+ <hkern u1="&#x3ba;" u2="&#x3b1;" k="41" />
+ <hkern u1="&#x3ba;" u2="&#x3ac;" k="41" />
+ <hkern u1="&#x3bb;" u2="&#x201d;" k="123" />
+ <hkern u1="&#x3bb;" u2="&#x2019;" k="123" />
+ <hkern u1="&#x3bb;" u2="&#x3cc;" k="20" />
+ <hkern u1="&#x3bb;" u2="&#x3c6;" k="20" />
+ <hkern u1="&#x3bb;" u2="&#x3c4;" k="41" />
+ <hkern u1="&#x3bb;" u2="&#x3c3;" k="20" />
+ <hkern u1="&#x3bb;" u2="&#x3c2;" k="20" />
+ <hkern u1="&#x3bb;" u2="&#x3c0;" k="41" />
+ <hkern u1="&#x3bb;" u2="&#x3bf;" k="20" />
+ <hkern u1="&#x3bb;" u2="&#x3bd;" k="41" />
+ <hkern u1="&#x3bb;" u2="&#x3b3;" k="41" />
+ <hkern u1="&#x3bb;" u2="&#x3b1;" k="20" />
+ <hkern u1="&#x3bb;" u2="&#x3ac;" k="20" />
+ <hkern u1="&#x3bb;" u2="&#x27;" k="123" />
+ <hkern u1="&#x3bb;" u2="&#x22;" k="123" />
+ <hkern u1="&#x3bd;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x3bd;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x3bd;" u2="&#x3bb;" k="20" />
+ <hkern u1="&#x3bd;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x3bd;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x3bf;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x3bf;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x3bf;" u2="&#x3bd;" k="41" />
+ <hkern u1="&#x3bf;" u2="&#x3b3;" k="41" />
+ <hkern u1="&#x3bf;" u2="&#x27;" k="20" />
+ <hkern u1="&#x3bf;" u2="&#x22;" k="20" />
+ <hkern u1="&#x3c1;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x3c1;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x3c1;" u2="&#x3bd;" k="41" />
+ <hkern u1="&#x3c1;" u2="&#x3b3;" k="41" />
+ <hkern u1="&#x3c1;" u2="&#x27;" k="20" />
+ <hkern u1="&#x3c1;" u2="&#x22;" k="20" />
+ <hkern u1="&#x3c3;" u2="&#x201e;" k="20" />
+ <hkern u1="&#x3c3;" u2="&#x201a;" k="20" />
+ <hkern u1="&#x3c3;" u2="&#x2e;" k="20" />
+ <hkern u1="&#x3c3;" u2="&#x2c;" k="20" />
+ <hkern u1="&#x3c6;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x3c6;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x3c6;" u2="&#x3bd;" k="41" />
+ <hkern u1="&#x3c6;" u2="&#x3b3;" k="41" />
+ <hkern u1="&#x3c6;" u2="&#x27;" k="20" />
+ <hkern u1="&#x3c6;" u2="&#x22;" k="20" />
+ <hkern u1="&#x3c7;" u2="&#x201e;" k="61" />
+ <hkern u1="&#x3c7;" u2="&#x201a;" k="61" />
+ <hkern u1="&#x3c7;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x3cc;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x3c6;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x3c3;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x3c2;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x3bf;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x3b4;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x3b1;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x3ac;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x2e;" k="61" />
+ <hkern u1="&#x3c7;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x3c7;" u2="&#x2c;" k="61" />
+ <hkern u1="&#x3ca;" u2="&#x201d;" k="41" />
+ <hkern u1="&#x3ca;" u2="&#x2019;" k="41" />
+ <hkern u1="&#x3ca;" u2="&#x27;" k="41" />
+ <hkern u1="&#x3ca;" u2="&#x22;" k="41" />
+ <hkern u1="&#x3cc;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x3cc;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x3cc;" u2="&#x3bd;" k="41" />
+ <hkern u1="&#x3cc;" u2="&#x3b3;" k="41" />
+ <hkern u1="&#x3cc;" u2="&#x27;" k="20" />
+ <hkern u1="&#x3cc;" u2="&#x22;" k="20" />
+ <hkern u1="&#x402;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x402;" u2="&#x50e;" k="123" />
+ <hkern u1="&#x402;" u2="&#x507;" k="61" />
+ <hkern u1="&#x402;" u2="&#x506;" k="102" />
+ <hkern u1="&#x402;" u2="&#x505;" k="61" />
+ <hkern u1="&#x402;" u2="&#x504;" k="102" />
+ <hkern u1="&#x402;" u2="&#x4fa;" k="82" />
+ <hkern u1="&#x402;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x402;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x402;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x402;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x402;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4b4;" k="123" />
+ <hkern u1="&#x402;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4b0;" k="102" />
+ <hkern u1="&#x402;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4ae;" k="102" />
+ <hkern u1="&#x402;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4ac;" k="102" />
+ <hkern u1="&#x402;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x402;" u2="&#x4a0;" k="123" />
+ <hkern u1="&#x402;" u2="&#x49e;" k="82" />
+ <hkern u1="&#x402;" u2="&#x492;" k="82" />
+ <hkern u1="&#x402;" u2="&#x48c;" k="82" />
+ <hkern u1="&#x402;" u2="&#x476;" k="82" />
+ <hkern u1="&#x402;" u2="&#x474;" k="82" />
+ <hkern u1="&#x402;" u2="&#x470;" k="102" />
+ <hkern u1="&#x402;" u2="&#x462;" k="82" />
+ <hkern u1="&#x402;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x402;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x402;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x402;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x402;" u2="&#x447;" k="41" />
+ <hkern u1="&#x402;" u2="&#x443;" k="41" />
+ <hkern u1="&#x402;" u2="&#x442;" k="41" />
+ <hkern u1="&#x402;" u2="&#x42a;" k="123" />
+ <hkern u1="&#x402;" u2="&#x427;" k="102" />
+ <hkern u1="&#x402;" u2="&#x423;" k="41" />
+ <hkern u1="&#x402;" u2="&#x422;" k="102" />
+ <hkern u1="&#x402;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x402;" u2="&#x40b;" k="123" />
+ <hkern u1="&#x402;" u2="&#x402;" k="123" />
+ <hkern u1="&#x402;" u2="&#x27;" k="82" />
+ <hkern u1="&#x402;" u2="&#x22;" k="82" />
+ <hkern u1="&#x403;" u2="&#x513;" k="123" />
+ <hkern u1="&#x403;" u2="&#x512;" k="102" />
+ <hkern u1="&#x403;" u2="&#x511;" k="143" />
+ <hkern u1="&#x403;" u2="&#x50f;" k="82" />
+ <hkern u1="&#x403;" u2="&#x50d;" k="143" />
+ <hkern u1="&#x403;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x403;" u2="&#x50b;" k="102" />
+ <hkern u1="&#x403;" u2="&#x509;" k="123" />
+ <hkern u1="&#x403;" u2="&#x508;" k="102" />
+ <hkern u1="&#x403;" u2="&#x507;" k="102" />
+ <hkern u1="&#x403;" u2="&#x505;" k="102" />
+ <hkern u1="&#x403;" u2="&#x503;" k="143" />
+ <hkern u1="&#x403;" u2="&#x502;" k="143" />
+ <hkern u1="&#x403;" u2="&#x501;" k="143" />
+ <hkern u1="&#x403;" u2="&#x500;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4f9;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4f7;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4f5;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4f3;" k="82" />
+ <hkern u1="&#x403;" u2="&#x4f1;" k="82" />
+ <hkern u1="&#x403;" u2="&#x4ef;" k="82" />
+ <hkern u1="&#x403;" u2="&#x4ed;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4eb;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4e9;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4e7;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4e5;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4e3;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4e1;" k="61" />
+ <hkern u1="&#x403;" u2="&#x4df;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4d7;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4ce;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4cc;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4ca;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4c8;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4c6;" k="123" />
+ <hkern u1="&#x403;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4c4;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4bf;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4bd;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4bb;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4b9;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4b7;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4b5;" k="82" />
+ <hkern u1="&#x403;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4b1;" k="82" />
+ <hkern u1="&#x403;" u2="&#x4af;" k="82" />
+ <hkern u1="&#x403;" u2="&#x4ad;" k="82" />
+ <hkern u1="&#x403;" u2="&#x4ac;" k="-41" />
+ <hkern u1="&#x403;" u2="&#x4ab;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4a9;" k="143" />
+ <hkern u1="&#x403;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x403;" u2="&#x4a7;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4a5;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4a3;" k="102" />
+ <hkern u1="&#x403;" u2="&#x4a1;" k="82" />
+ <hkern u1="&#x403;" u2="&#x49d;" k="102" />
+ <hkern u1="&#x403;" u2="&#x49b;" k="102" />
+ <hkern u1="&#x403;" u2="&#x499;" k="41" />
+ <hkern u1="&#x403;" u2="&#x497;" k="41" />
+ <hkern u1="&#x403;" u2="&#x495;" k="102" />
+ <hkern u1="&#x403;" u2="&#x48f;" k="102" />
+ <hkern u1="&#x403;" u2="&#x48b;" k="102" />
+ <hkern u1="&#x403;" u2="&#x481;" k="143" />
+ <hkern u1="&#x403;" u2="&#x480;" k="41" />
+ <hkern u1="&#x403;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x403;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x403;" u2="&#x47d;" k="143" />
+ <hkern u1="&#x403;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x403;" u2="&#x47b;" k="143" />
+ <hkern u1="&#x403;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x403;" u2="&#x479;" k="143" />
+ <hkern u1="&#x403;" u2="&#x478;" k="41" />
+ <hkern u1="&#x403;" u2="&#x477;" k="41" />
+ <hkern u1="&#x403;" u2="&#x475;" k="41" />
+ <hkern u1="&#x403;" u2="&#x473;" k="143" />
+ <hkern u1="&#x403;" u2="&#x472;" k="41" />
+ <hkern u1="&#x403;" u2="&#x471;" k="102" />
+ <hkern u1="&#x403;" u2="&#x46d;" k="102" />
+ <hkern u1="&#x403;" u2="&#x46b;" k="102" />
+ <hkern u1="&#x403;" u2="&#x469;" k="102" />
+ <hkern u1="&#x403;" u2="&#x467;" k="123" />
+ <hkern u1="&#x403;" u2="&#x466;" k="143" />
+ <hkern u1="&#x403;" u2="&#x465;" k="102" />
+ <hkern u1="&#x403;" u2="&#x461;" k="41" />
+ <hkern u1="&#x403;" u2="&#x460;" k="41" />
+ <hkern u1="&#x403;" u2="&#x45d;" k="102" />
+ <hkern u1="&#x403;" u2="&#x450;" k="143" />
+ <hkern u1="&#x403;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x403;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x403;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x403;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x403;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x403;" u2="&#x491;" k="102" />
+ <hkern u1="&#x403;" u2="&#x45f;" k="102" />
+ <hkern u1="&#x403;" u2="&#x45e;" k="82" />
+ <hkern u1="&#x403;" u2="&#x45c;" k="102" />
+ <hkern u1="&#x403;" u2="&#x45a;" k="102" />
+ <hkern u1="&#x403;" u2="&#x459;" k="123" />
+ <hkern u1="&#x403;" u2="&#x455;" k="123" />
+ <hkern u1="&#x403;" u2="&#x454;" k="143" />
+ <hkern u1="&#x403;" u2="&#x453;" k="102" />
+ <hkern u1="&#x403;" u2="&#x451;" k="143" />
+ <hkern u1="&#x403;" u2="&#x44f;" k="61" />
+ <hkern u1="&#x403;" u2="&#x44e;" k="102" />
+ <hkern u1="&#x403;" u2="&#x44d;" k="41" />
+ <hkern u1="&#x403;" u2="&#x44c;" k="102" />
+ <hkern u1="&#x403;" u2="&#x44b;" k="102" />
+ <hkern u1="&#x403;" u2="&#x44a;" k="82" />
+ <hkern u1="&#x403;" u2="&#x449;" k="102" />
+ <hkern u1="&#x403;" u2="&#x448;" k="102" />
+ <hkern u1="&#x403;" u2="&#x447;" k="102" />
+ <hkern u1="&#x403;" u2="&#x446;" k="102" />
+ <hkern u1="&#x403;" u2="&#x445;" k="41" />
+ <hkern u1="&#x403;" u2="&#x444;" k="143" />
+ <hkern u1="&#x403;" u2="&#x443;" k="82" />
+ <hkern u1="&#x403;" u2="&#x442;" k="82" />
+ <hkern u1="&#x403;" u2="&#x441;" k="143" />
+ <hkern u1="&#x403;" u2="&#x440;" k="102" />
+ <hkern u1="&#x403;" u2="&#x43f;" k="102" />
+ <hkern u1="&#x403;" u2="&#x43e;" k="143" />
+ <hkern u1="&#x403;" u2="&#x43d;" k="102" />
+ <hkern u1="&#x403;" u2="&#x43c;" k="102" />
+ <hkern u1="&#x403;" u2="&#x43b;" k="123" />
+ <hkern u1="&#x403;" u2="&#x43a;" k="102" />
+ <hkern u1="&#x403;" u2="&#x439;" k="102" />
+ <hkern u1="&#x403;" u2="&#x438;" k="102" />
+ <hkern u1="&#x403;" u2="&#x437;" k="41" />
+ <hkern u1="&#x403;" u2="&#x436;" k="41" />
+ <hkern u1="&#x403;" u2="&#x435;" k="143" />
+ <hkern u1="&#x403;" u2="&#x434;" k="123" />
+ <hkern u1="&#x403;" u2="&#x433;" k="102" />
+ <hkern u1="&#x403;" u2="&#x432;" k="102" />
+ <hkern u1="&#x403;" u2="&#x424;" k="82" />
+ <hkern u1="&#x403;" u2="&#x422;" k="-41" />
+ <hkern u1="&#x403;" u2="&#x421;" k="41" />
+ <hkern u1="&#x403;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x403;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x403;" u2="&#x414;" k="102" />
+ <hkern u1="&#x403;" u2="&#x410;" k="143" />
+ <hkern u1="&#x403;" u2="&#x409;" k="102" />
+ <hkern u1="&#x403;" u2="&#x404;" k="41" />
+ <hkern u1="&#x403;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x403;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x403;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x404;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x404;" u2="&#x507;" k="41" />
+ <hkern u1="&#x404;" u2="&#x505;" k="41" />
+ <hkern u1="&#x404;" u2="&#x502;" k="41" />
+ <hkern u1="&#x404;" u2="&#x500;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x404;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x404;" u2="&#x480;" k="41" />
+ <hkern u1="&#x404;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x404;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x404;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x404;" u2="&#x478;" k="41" />
+ <hkern u1="&#x404;" u2="&#x472;" k="41" />
+ <hkern u1="&#x404;" u2="&#x460;" k="41" />
+ <hkern u1="&#x404;" u2="&#x447;" k="41" />
+ <hkern u1="&#x404;" u2="&#x424;" k="41" />
+ <hkern u1="&#x404;" u2="&#x421;" k="41" />
+ <hkern u1="&#x404;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x404;" u2="&#x404;" k="41" />
+ <hkern u1="&#x405;" u2="&#x507;" k="41" />
+ <hkern u1="&#x405;" u2="&#x505;" k="41" />
+ <hkern u1="&#x409;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x409;" u2="&#x50e;" k="123" />
+ <hkern u1="&#x409;" u2="&#x507;" k="61" />
+ <hkern u1="&#x409;" u2="&#x506;" k="102" />
+ <hkern u1="&#x409;" u2="&#x505;" k="61" />
+ <hkern u1="&#x409;" u2="&#x504;" k="102" />
+ <hkern u1="&#x409;" u2="&#x4fa;" k="82" />
+ <hkern u1="&#x409;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x409;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x409;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x409;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x409;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4b4;" k="123" />
+ <hkern u1="&#x409;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4b0;" k="102" />
+ <hkern u1="&#x409;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4ae;" k="102" />
+ <hkern u1="&#x409;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4ac;" k="102" />
+ <hkern u1="&#x409;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x409;" u2="&#x4a0;" k="123" />
+ <hkern u1="&#x409;" u2="&#x49e;" k="82" />
+ <hkern u1="&#x409;" u2="&#x492;" k="82" />
+ <hkern u1="&#x409;" u2="&#x48c;" k="82" />
+ <hkern u1="&#x409;" u2="&#x476;" k="82" />
+ <hkern u1="&#x409;" u2="&#x474;" k="82" />
+ <hkern u1="&#x409;" u2="&#x470;" k="102" />
+ <hkern u1="&#x409;" u2="&#x462;" k="82" />
+ <hkern u1="&#x409;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x409;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x409;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x409;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x409;" u2="&#x447;" k="41" />
+ <hkern u1="&#x409;" u2="&#x443;" k="41" />
+ <hkern u1="&#x409;" u2="&#x442;" k="41" />
+ <hkern u1="&#x409;" u2="&#x42a;" k="123" />
+ <hkern u1="&#x409;" u2="&#x427;" k="102" />
+ <hkern u1="&#x409;" u2="&#x423;" k="41" />
+ <hkern u1="&#x409;" u2="&#x422;" k="102" />
+ <hkern u1="&#x409;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x409;" u2="&#x40b;" k="123" />
+ <hkern u1="&#x409;" u2="&#x402;" k="123" />
+ <hkern u1="&#x409;" u2="&#x27;" k="82" />
+ <hkern u1="&#x409;" u2="&#x22;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x50e;" k="123" />
+ <hkern u1="&#x40a;" u2="&#x507;" k="61" />
+ <hkern u1="&#x40a;" u2="&#x506;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x505;" k="61" />
+ <hkern u1="&#x40a;" u2="&#x504;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x4fa;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4b4;" k="123" />
+ <hkern u1="&#x40a;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4b0;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4ae;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4ac;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x4a0;" k="123" />
+ <hkern u1="&#x40a;" u2="&#x49e;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x492;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x48c;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x476;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x474;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x470;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x462;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x447;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x443;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x442;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x42a;" k="123" />
+ <hkern u1="&#x40a;" u2="&#x427;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x423;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x422;" k="102" />
+ <hkern u1="&#x40a;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x40a;" u2="&#x40b;" k="123" />
+ <hkern u1="&#x40a;" u2="&#x402;" k="123" />
+ <hkern u1="&#x40a;" u2="&#x27;" k="82" />
+ <hkern u1="&#x40a;" u2="&#x22;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x50e;" k="123" />
+ <hkern u1="&#x40b;" u2="&#x507;" k="61" />
+ <hkern u1="&#x40b;" u2="&#x506;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x505;" k="61" />
+ <hkern u1="&#x40b;" u2="&#x504;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x4fa;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4b4;" k="123" />
+ <hkern u1="&#x40b;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4b0;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4ae;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4ac;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x4a0;" k="123" />
+ <hkern u1="&#x40b;" u2="&#x49e;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x492;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x48c;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x476;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x474;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x470;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x462;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x447;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x443;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x442;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x42a;" k="123" />
+ <hkern u1="&#x40b;" u2="&#x427;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x423;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x422;" k="102" />
+ <hkern u1="&#x40b;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x40b;" u2="&#x40b;" k="123" />
+ <hkern u1="&#x40b;" u2="&#x402;" k="123" />
+ <hkern u1="&#x40b;" u2="&#x27;" k="82" />
+ <hkern u1="&#x40b;" u2="&#x22;" k="82" />
+ <hkern u1="&#x40c;" u2="&#x510;" k="20" />
+ <hkern u1="&#x40c;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x507;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x505;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x502;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x500;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x40c;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x40c;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x480;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x478;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x472;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x470;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x460;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x447;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x427;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x424;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x421;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x40c;" u2="&#x404;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x513;" k="82" />
+ <hkern u1="&#x40e;" u2="&#x512;" k="102" />
+ <hkern u1="&#x40e;" u2="&#x511;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x50c;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x509;" k="82" />
+ <hkern u1="&#x40e;" u2="&#x508;" k="102" />
+ <hkern u1="&#x40e;" u2="&#x503;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x502;" k="143" />
+ <hkern u1="&#x40e;" u2="&#x501;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x500;" k="143" />
+ <hkern u1="&#x40e;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4ea;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4e8;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4e6;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x40e;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x40e;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x40e;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4c6;" k="82" />
+ <hkern u1="&#x40e;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x40e;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x40e;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x40e;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4aa;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x4a8;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x49f;" k="-102" />
+ <hkern u1="&#x40e;" u2="&#x48d;" k="-102" />
+ <hkern u1="&#x40e;" u2="&#x481;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x480;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x47e;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x47c;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x47a;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x479;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x478;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x473;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x472;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x467;" k="82" />
+ <hkern u1="&#x40e;" u2="&#x466;" k="143" />
+ <hkern u1="&#x40e;" u2="&#x460;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x450;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x40e;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x40e;" u2="&#x45b;" k="-102" />
+ <hkern u1="&#x40e;" u2="&#x459;" k="82" />
+ <hkern u1="&#x40e;" u2="&#x455;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x454;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x452;" k="-102" />
+ <hkern u1="&#x40e;" u2="&#x451;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x447;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x444;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x441;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x43b;" k="82" />
+ <hkern u1="&#x40e;" u2="&#x435;" k="41" />
+ <hkern u1="&#x40e;" u2="&#x434;" k="82" />
+ <hkern u1="&#x40e;" u2="&#x42f;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x424;" k="61" />
+ <hkern u1="&#x40e;" u2="&#x421;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x41e;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x40e;" u2="&#x414;" k="102" />
+ <hkern u1="&#x40e;" u2="&#x410;" k="143" />
+ <hkern u1="&#x40e;" u2="&#x409;" k="102" />
+ <hkern u1="&#x40e;" u2="&#x404;" k="20" />
+ <hkern u1="&#x40e;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x40e;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x410;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x410;" u2="&#x50e;" k="102" />
+ <hkern u1="&#x410;" u2="&#x507;" k="41" />
+ <hkern u1="&#x410;" u2="&#x506;" k="143" />
+ <hkern u1="&#x410;" u2="&#x505;" k="41" />
+ <hkern u1="&#x410;" u2="&#x504;" k="143" />
+ <hkern u1="&#x410;" u2="&#x4fa;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x410;" u2="&#x4da;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4d8;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x410;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x410;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x410;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x410;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x410;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4b4;" k="102" />
+ <hkern u1="&#x410;" u2="&#x4b0;" k="123" />
+ <hkern u1="&#x410;" u2="&#x4ae;" k="123" />
+ <hkern u1="&#x410;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x410;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x410;" u2="&#x4a0;" k="102" />
+ <hkern u1="&#x410;" u2="&#x49e;" k="41" />
+ <hkern u1="&#x410;" u2="&#x492;" k="41" />
+ <hkern u1="&#x410;" u2="&#x48c;" k="41" />
+ <hkern u1="&#x410;" u2="&#x476;" k="82" />
+ <hkern u1="&#x410;" u2="&#x474;" k="82" />
+ <hkern u1="&#x410;" u2="&#x470;" k="102" />
+ <hkern u1="&#x410;" u2="&#x462;" k="41" />
+ <hkern u1="&#x410;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x410;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x410;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x410;" u2="&#x447;" k="41" />
+ <hkern u1="&#x410;" u2="&#x442;" k="41" />
+ <hkern u1="&#x410;" u2="&#x42a;" k="102" />
+ <hkern u1="&#x410;" u2="&#x427;" k="102" />
+ <hkern u1="&#x410;" u2="&#x424;" k="41" />
+ <hkern u1="&#x410;" u2="&#x422;" k="143" />
+ <hkern u1="&#x410;" u2="&#x40b;" k="102" />
+ <hkern u1="&#x410;" u2="&#x402;" k="102" />
+ <hkern u1="&#x410;" u2="&#x27;" k="143" />
+ <hkern u1="&#x410;" u2="&#x22;" k="143" />
+ <hkern u1="&#x411;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x411;" u2="&#x4d4;" k="20" />
+ <hkern u1="&#x411;" u2="&#x4d2;" k="20" />
+ <hkern u1="&#x411;" u2="&#x4d0;" k="20" />
+ <hkern u1="&#x411;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x411;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x411;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x411;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x411;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x411;" u2="&#x470;" k="41" />
+ <hkern u1="&#x411;" u2="&#x466;" k="20" />
+ <hkern u1="&#x411;" u2="&#x201d;" k="41" />
+ <hkern u1="&#x411;" u2="&#x2019;" k="41" />
+ <hkern u1="&#x411;" u2="&#x427;" k="41" />
+ <hkern u1="&#x411;" u2="&#x410;" k="20" />
+ <hkern u1="&#x411;" u2="&#x27;" k="41" />
+ <hkern u1="&#x411;" u2="&#x22;" k="41" />
+ <hkern u1="&#x412;" u2="&#x506;" k="41" />
+ <hkern u1="&#x412;" u2="&#x504;" k="41" />
+ <hkern u1="&#x412;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x412;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x412;" u2="&#x476;" k="20" />
+ <hkern u1="&#x412;" u2="&#x474;" k="20" />
+ <hkern u1="&#x412;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x412;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x412;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x412;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x413;" u2="&#x513;" k="123" />
+ <hkern u1="&#x413;" u2="&#x512;" k="102" />
+ <hkern u1="&#x413;" u2="&#x511;" k="143" />
+ <hkern u1="&#x413;" u2="&#x50f;" k="82" />
+ <hkern u1="&#x413;" u2="&#x50d;" k="143" />
+ <hkern u1="&#x413;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x413;" u2="&#x50b;" k="102" />
+ <hkern u1="&#x413;" u2="&#x509;" k="123" />
+ <hkern u1="&#x413;" u2="&#x508;" k="102" />
+ <hkern u1="&#x413;" u2="&#x507;" k="102" />
+ <hkern u1="&#x413;" u2="&#x505;" k="102" />
+ <hkern u1="&#x413;" u2="&#x503;" k="143" />
+ <hkern u1="&#x413;" u2="&#x502;" k="143" />
+ <hkern u1="&#x413;" u2="&#x501;" k="143" />
+ <hkern u1="&#x413;" u2="&#x500;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4f9;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4f7;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4f5;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4f3;" k="82" />
+ <hkern u1="&#x413;" u2="&#x4f1;" k="82" />
+ <hkern u1="&#x413;" u2="&#x4ef;" k="82" />
+ <hkern u1="&#x413;" u2="&#x4ed;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4eb;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4e9;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4e7;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4e5;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4e3;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4e1;" k="61" />
+ <hkern u1="&#x413;" u2="&#x4df;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4d7;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4ce;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4cc;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4ca;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4c8;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4c6;" k="123" />
+ <hkern u1="&#x413;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4c4;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4bf;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4bd;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4bb;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4b9;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4b7;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4b5;" k="82" />
+ <hkern u1="&#x413;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4b1;" k="82" />
+ <hkern u1="&#x413;" u2="&#x4af;" k="82" />
+ <hkern u1="&#x413;" u2="&#x4ad;" k="82" />
+ <hkern u1="&#x413;" u2="&#x4ac;" k="-41" />
+ <hkern u1="&#x413;" u2="&#x4ab;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4a9;" k="143" />
+ <hkern u1="&#x413;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x413;" u2="&#x4a7;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4a5;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4a3;" k="102" />
+ <hkern u1="&#x413;" u2="&#x4a1;" k="82" />
+ <hkern u1="&#x413;" u2="&#x49d;" k="102" />
+ <hkern u1="&#x413;" u2="&#x49b;" k="102" />
+ <hkern u1="&#x413;" u2="&#x499;" k="41" />
+ <hkern u1="&#x413;" u2="&#x497;" k="41" />
+ <hkern u1="&#x413;" u2="&#x495;" k="102" />
+ <hkern u1="&#x413;" u2="&#x48f;" k="102" />
+ <hkern u1="&#x413;" u2="&#x48b;" k="102" />
+ <hkern u1="&#x413;" u2="&#x481;" k="143" />
+ <hkern u1="&#x413;" u2="&#x480;" k="41" />
+ <hkern u1="&#x413;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x413;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x413;" u2="&#x47d;" k="143" />
+ <hkern u1="&#x413;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x413;" u2="&#x47b;" k="143" />
+ <hkern u1="&#x413;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x413;" u2="&#x479;" k="143" />
+ <hkern u1="&#x413;" u2="&#x478;" k="41" />
+ <hkern u1="&#x413;" u2="&#x477;" k="41" />
+ <hkern u1="&#x413;" u2="&#x475;" k="41" />
+ <hkern u1="&#x413;" u2="&#x473;" k="143" />
+ <hkern u1="&#x413;" u2="&#x472;" k="41" />
+ <hkern u1="&#x413;" u2="&#x471;" k="102" />
+ <hkern u1="&#x413;" u2="&#x46d;" k="102" />
+ <hkern u1="&#x413;" u2="&#x46b;" k="102" />
+ <hkern u1="&#x413;" u2="&#x469;" k="102" />
+ <hkern u1="&#x413;" u2="&#x467;" k="123" />
+ <hkern u1="&#x413;" u2="&#x466;" k="143" />
+ <hkern u1="&#x413;" u2="&#x465;" k="102" />
+ <hkern u1="&#x413;" u2="&#x461;" k="41" />
+ <hkern u1="&#x413;" u2="&#x460;" k="41" />
+ <hkern u1="&#x413;" u2="&#x45d;" k="102" />
+ <hkern u1="&#x413;" u2="&#x450;" k="143" />
+ <hkern u1="&#x413;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x413;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x413;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x413;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x413;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x413;" u2="&#x491;" k="102" />
+ <hkern u1="&#x413;" u2="&#x45f;" k="102" />
+ <hkern u1="&#x413;" u2="&#x45e;" k="82" />
+ <hkern u1="&#x413;" u2="&#x45c;" k="102" />
+ <hkern u1="&#x413;" u2="&#x45a;" k="102" />
+ <hkern u1="&#x413;" u2="&#x459;" k="123" />
+ <hkern u1="&#x413;" u2="&#x455;" k="123" />
+ <hkern u1="&#x413;" u2="&#x454;" k="143" />
+ <hkern u1="&#x413;" u2="&#x453;" k="102" />
+ <hkern u1="&#x413;" u2="&#x451;" k="143" />
+ <hkern u1="&#x413;" u2="&#x44f;" k="61" />
+ <hkern u1="&#x413;" u2="&#x44e;" k="102" />
+ <hkern u1="&#x413;" u2="&#x44d;" k="41" />
+ <hkern u1="&#x413;" u2="&#x44c;" k="102" />
+ <hkern u1="&#x413;" u2="&#x44b;" k="102" />
+ <hkern u1="&#x413;" u2="&#x44a;" k="82" />
+ <hkern u1="&#x413;" u2="&#x449;" k="102" />
+ <hkern u1="&#x413;" u2="&#x448;" k="102" />
+ <hkern u1="&#x413;" u2="&#x447;" k="102" />
+ <hkern u1="&#x413;" u2="&#x446;" k="102" />
+ <hkern u1="&#x413;" u2="&#x445;" k="41" />
+ <hkern u1="&#x413;" u2="&#x444;" k="143" />
+ <hkern u1="&#x413;" u2="&#x443;" k="82" />
+ <hkern u1="&#x413;" u2="&#x442;" k="82" />
+ <hkern u1="&#x413;" u2="&#x441;" k="143" />
+ <hkern u1="&#x413;" u2="&#x440;" k="102" />
+ <hkern u1="&#x413;" u2="&#x43f;" k="102" />
+ <hkern u1="&#x413;" u2="&#x43e;" k="143" />
+ <hkern u1="&#x413;" u2="&#x43d;" k="102" />
+ <hkern u1="&#x413;" u2="&#x43c;" k="102" />
+ <hkern u1="&#x413;" u2="&#x43b;" k="123" />
+ <hkern u1="&#x413;" u2="&#x43a;" k="102" />
+ <hkern u1="&#x413;" u2="&#x439;" k="102" />
+ <hkern u1="&#x413;" u2="&#x438;" k="102" />
+ <hkern u1="&#x413;" u2="&#x437;" k="41" />
+ <hkern u1="&#x413;" u2="&#x436;" k="41" />
+ <hkern u1="&#x413;" u2="&#x435;" k="143" />
+ <hkern u1="&#x413;" u2="&#x434;" k="123" />
+ <hkern u1="&#x413;" u2="&#x433;" k="102" />
+ <hkern u1="&#x413;" u2="&#x432;" k="102" />
+ <hkern u1="&#x413;" u2="&#x424;" k="82" />
+ <hkern u1="&#x413;" u2="&#x422;" k="-41" />
+ <hkern u1="&#x413;" u2="&#x421;" k="41" />
+ <hkern u1="&#x413;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x413;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x413;" u2="&#x414;" k="102" />
+ <hkern u1="&#x413;" u2="&#x410;" k="143" />
+ <hkern u1="&#x413;" u2="&#x409;" k="102" />
+ <hkern u1="&#x413;" u2="&#x404;" k="41" />
+ <hkern u1="&#x413;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x413;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x413;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x414;" u2="&#x507;" k="41" />
+ <hkern u1="&#x414;" u2="&#x505;" k="41" />
+ <hkern u1="&#x414;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x414;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x416;" u2="&#x510;" k="20" />
+ <hkern u1="&#x416;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x416;" u2="&#x507;" k="41" />
+ <hkern u1="&#x416;" u2="&#x505;" k="41" />
+ <hkern u1="&#x416;" u2="&#x502;" k="41" />
+ <hkern u1="&#x416;" u2="&#x500;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x416;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x416;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x416;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x416;" u2="&#x480;" k="41" />
+ <hkern u1="&#x416;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x416;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x416;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x416;" u2="&#x478;" k="41" />
+ <hkern u1="&#x416;" u2="&#x472;" k="41" />
+ <hkern u1="&#x416;" u2="&#x470;" k="41" />
+ <hkern u1="&#x416;" u2="&#x460;" k="41" />
+ <hkern u1="&#x416;" u2="&#x447;" k="41" />
+ <hkern u1="&#x416;" u2="&#x427;" k="41" />
+ <hkern u1="&#x416;" u2="&#x424;" k="41" />
+ <hkern u1="&#x416;" u2="&#x421;" k="41" />
+ <hkern u1="&#x416;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x416;" u2="&#x404;" k="41" />
+ <hkern u1="&#x417;" u2="&#x506;" k="41" />
+ <hkern u1="&#x417;" u2="&#x504;" k="41" />
+ <hkern u1="&#x417;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x417;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x417;" u2="&#x476;" k="20" />
+ <hkern u1="&#x417;" u2="&#x474;" k="20" />
+ <hkern u1="&#x417;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x417;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x417;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x417;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x41a;" u2="&#x510;" k="20" />
+ <hkern u1="&#x41a;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x507;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x505;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x502;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x500;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x41a;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x41a;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x480;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x478;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x472;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x470;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x460;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x447;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x427;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x424;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x421;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x41a;" u2="&#x404;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x513;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x512;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x509;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x508;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x506;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x504;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x41e;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x498;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x496;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x476;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x474;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x470;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x467;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x466;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x41e;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x41e;" u2="&#x459;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x434;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x427;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x425;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x423;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x422;" k="61" />
+ <hkern u1="&#x41e;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x417;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x416;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x414;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x410;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x409;" k="41" />
+ <hkern u1="&#x41e;" u2="&#x402;" k="20" />
+ <hkern u1="&#x41e;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x41e;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x420;" u2="&#x513;" k="102" />
+ <hkern u1="&#x420;" u2="&#x512;" k="123" />
+ <hkern u1="&#x420;" u2="&#x509;" k="102" />
+ <hkern u1="&#x420;" u2="&#x508;" k="123" />
+ <hkern u1="&#x420;" u2="&#x502;" k="82" />
+ <hkern u1="&#x420;" u2="&#x500;" k="82" />
+ <hkern u1="&#x420;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x420;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x420;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x420;" u2="&#x4d4;" k="102" />
+ <hkern u1="&#x420;" u2="&#x4d2;" k="102" />
+ <hkern u1="&#x420;" u2="&#x4d0;" k="102" />
+ <hkern u1="&#x420;" u2="&#x4c6;" k="102" />
+ <hkern u1="&#x420;" u2="&#x4c5;" k="123" />
+ <hkern u1="&#x420;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x420;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x420;" u2="&#x496;" k="41" />
+ <hkern u1="&#x420;" u2="&#x46a;" k="20" />
+ <hkern u1="&#x420;" u2="&#x467;" k="102" />
+ <hkern u1="&#x420;" u2="&#x466;" k="102" />
+ <hkern u1="&#x420;" u2="&#x201e;" k="266" />
+ <hkern u1="&#x420;" u2="&#x201a;" k="266" />
+ <hkern u1="&#x420;" u2="&#x459;" k="102" />
+ <hkern u1="&#x420;" u2="&#x43b;" k="102" />
+ <hkern u1="&#x420;" u2="&#x434;" k="102" />
+ <hkern u1="&#x420;" u2="&#x425;" k="41" />
+ <hkern u1="&#x420;" u2="&#x41b;" k="123" />
+ <hkern u1="&#x420;" u2="&#x416;" k="41" />
+ <hkern u1="&#x420;" u2="&#x414;" k="123" />
+ <hkern u1="&#x420;" u2="&#x410;" k="102" />
+ <hkern u1="&#x420;" u2="&#x409;" k="123" />
+ <hkern u1="&#x420;" u2="&#x2e;" k="266" />
+ <hkern u1="&#x420;" u2="&#x2c;" k="266" />
+ <hkern u1="&#x421;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x421;" u2="&#x507;" k="41" />
+ <hkern u1="&#x421;" u2="&#x505;" k="41" />
+ <hkern u1="&#x421;" u2="&#x502;" k="41" />
+ <hkern u1="&#x421;" u2="&#x500;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x421;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x421;" u2="&#x480;" k="41" />
+ <hkern u1="&#x421;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x421;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x421;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x421;" u2="&#x478;" k="41" />
+ <hkern u1="&#x421;" u2="&#x472;" k="41" />
+ <hkern u1="&#x421;" u2="&#x460;" k="41" />
+ <hkern u1="&#x421;" u2="&#x447;" k="41" />
+ <hkern u1="&#x421;" u2="&#x424;" k="41" />
+ <hkern u1="&#x421;" u2="&#x421;" k="41" />
+ <hkern u1="&#x421;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x421;" u2="&#x404;" k="41" />
+ <hkern u1="&#x422;" u2="&#x513;" k="123" />
+ <hkern u1="&#x422;" u2="&#x512;" k="102" />
+ <hkern u1="&#x422;" u2="&#x511;" k="143" />
+ <hkern u1="&#x422;" u2="&#x50f;" k="82" />
+ <hkern u1="&#x422;" u2="&#x50d;" k="143" />
+ <hkern u1="&#x422;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x422;" u2="&#x50b;" k="102" />
+ <hkern u1="&#x422;" u2="&#x509;" k="123" />
+ <hkern u1="&#x422;" u2="&#x508;" k="102" />
+ <hkern u1="&#x422;" u2="&#x507;" k="102" />
+ <hkern u1="&#x422;" u2="&#x505;" k="102" />
+ <hkern u1="&#x422;" u2="&#x503;" k="143" />
+ <hkern u1="&#x422;" u2="&#x502;" k="143" />
+ <hkern u1="&#x422;" u2="&#x501;" k="143" />
+ <hkern u1="&#x422;" u2="&#x500;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4f9;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4f7;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4f5;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4f3;" k="82" />
+ <hkern u1="&#x422;" u2="&#x4f1;" k="82" />
+ <hkern u1="&#x422;" u2="&#x4ef;" k="82" />
+ <hkern u1="&#x422;" u2="&#x4ed;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4eb;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4e9;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4e7;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4e5;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4e3;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4e1;" k="61" />
+ <hkern u1="&#x422;" u2="&#x4df;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4d7;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4ce;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4cc;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4ca;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4c8;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4c6;" k="123" />
+ <hkern u1="&#x422;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4c4;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4bf;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4bd;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4bb;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4b9;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4b7;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4b5;" k="82" />
+ <hkern u1="&#x422;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4b1;" k="82" />
+ <hkern u1="&#x422;" u2="&#x4af;" k="82" />
+ <hkern u1="&#x422;" u2="&#x4ad;" k="82" />
+ <hkern u1="&#x422;" u2="&#x4ac;" k="-41" />
+ <hkern u1="&#x422;" u2="&#x4ab;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4a9;" k="143" />
+ <hkern u1="&#x422;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x422;" u2="&#x4a7;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4a5;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4a3;" k="102" />
+ <hkern u1="&#x422;" u2="&#x4a1;" k="82" />
+ <hkern u1="&#x422;" u2="&#x49d;" k="102" />
+ <hkern u1="&#x422;" u2="&#x49b;" k="102" />
+ <hkern u1="&#x422;" u2="&#x499;" k="41" />
+ <hkern u1="&#x422;" u2="&#x497;" k="41" />
+ <hkern u1="&#x422;" u2="&#x495;" k="102" />
+ <hkern u1="&#x422;" u2="&#x48f;" k="102" />
+ <hkern u1="&#x422;" u2="&#x48b;" k="102" />
+ <hkern u1="&#x422;" u2="&#x481;" k="143" />
+ <hkern u1="&#x422;" u2="&#x480;" k="41" />
+ <hkern u1="&#x422;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x422;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x422;" u2="&#x47d;" k="143" />
+ <hkern u1="&#x422;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x422;" u2="&#x47b;" k="143" />
+ <hkern u1="&#x422;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x422;" u2="&#x479;" k="143" />
+ <hkern u1="&#x422;" u2="&#x478;" k="41" />
+ <hkern u1="&#x422;" u2="&#x477;" k="41" />
+ <hkern u1="&#x422;" u2="&#x475;" k="41" />
+ <hkern u1="&#x422;" u2="&#x473;" k="143" />
+ <hkern u1="&#x422;" u2="&#x472;" k="41" />
+ <hkern u1="&#x422;" u2="&#x471;" k="102" />
+ <hkern u1="&#x422;" u2="&#x46d;" k="102" />
+ <hkern u1="&#x422;" u2="&#x46b;" k="102" />
+ <hkern u1="&#x422;" u2="&#x469;" k="102" />
+ <hkern u1="&#x422;" u2="&#x467;" k="123" />
+ <hkern u1="&#x422;" u2="&#x466;" k="143" />
+ <hkern u1="&#x422;" u2="&#x465;" k="102" />
+ <hkern u1="&#x422;" u2="&#x461;" k="41" />
+ <hkern u1="&#x422;" u2="&#x460;" k="41" />
+ <hkern u1="&#x422;" u2="&#x45d;" k="102" />
+ <hkern u1="&#x422;" u2="&#x450;" k="143" />
+ <hkern u1="&#x422;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x422;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x422;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x422;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x422;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x422;" u2="&#x491;" k="102" />
+ <hkern u1="&#x422;" u2="&#x45f;" k="102" />
+ <hkern u1="&#x422;" u2="&#x45e;" k="82" />
+ <hkern u1="&#x422;" u2="&#x45c;" k="102" />
+ <hkern u1="&#x422;" u2="&#x45a;" k="102" />
+ <hkern u1="&#x422;" u2="&#x459;" k="123" />
+ <hkern u1="&#x422;" u2="&#x455;" k="123" />
+ <hkern u1="&#x422;" u2="&#x454;" k="143" />
+ <hkern u1="&#x422;" u2="&#x453;" k="102" />
+ <hkern u1="&#x422;" u2="&#x451;" k="143" />
+ <hkern u1="&#x422;" u2="&#x44f;" k="61" />
+ <hkern u1="&#x422;" u2="&#x44e;" k="102" />
+ <hkern u1="&#x422;" u2="&#x44d;" k="41" />
+ <hkern u1="&#x422;" u2="&#x44c;" k="102" />
+ <hkern u1="&#x422;" u2="&#x44b;" k="102" />
+ <hkern u1="&#x422;" u2="&#x44a;" k="82" />
+ <hkern u1="&#x422;" u2="&#x449;" k="102" />
+ <hkern u1="&#x422;" u2="&#x448;" k="102" />
+ <hkern u1="&#x422;" u2="&#x447;" k="102" />
+ <hkern u1="&#x422;" u2="&#x446;" k="102" />
+ <hkern u1="&#x422;" u2="&#x445;" k="41" />
+ <hkern u1="&#x422;" u2="&#x444;" k="143" />
+ <hkern u1="&#x422;" u2="&#x443;" k="82" />
+ <hkern u1="&#x422;" u2="&#x442;" k="82" />
+ <hkern u1="&#x422;" u2="&#x441;" k="143" />
+ <hkern u1="&#x422;" u2="&#x440;" k="102" />
+ <hkern u1="&#x422;" u2="&#x43f;" k="102" />
+ <hkern u1="&#x422;" u2="&#x43e;" k="143" />
+ <hkern u1="&#x422;" u2="&#x43d;" k="102" />
+ <hkern u1="&#x422;" u2="&#x43c;" k="102" />
+ <hkern u1="&#x422;" u2="&#x43b;" k="123" />
+ <hkern u1="&#x422;" u2="&#x43a;" k="102" />
+ <hkern u1="&#x422;" u2="&#x439;" k="102" />
+ <hkern u1="&#x422;" u2="&#x438;" k="102" />
+ <hkern u1="&#x422;" u2="&#x437;" k="41" />
+ <hkern u1="&#x422;" u2="&#x436;" k="41" />
+ <hkern u1="&#x422;" u2="&#x435;" k="143" />
+ <hkern u1="&#x422;" u2="&#x434;" k="123" />
+ <hkern u1="&#x422;" u2="&#x433;" k="102" />
+ <hkern u1="&#x422;" u2="&#x432;" k="102" />
+ <hkern u1="&#x422;" u2="&#x424;" k="82" />
+ <hkern u1="&#x422;" u2="&#x422;" k="-41" />
+ <hkern u1="&#x422;" u2="&#x421;" k="41" />
+ <hkern u1="&#x422;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x422;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x422;" u2="&#x414;" k="102" />
+ <hkern u1="&#x422;" u2="&#x410;" k="143" />
+ <hkern u1="&#x422;" u2="&#x409;" k="102" />
+ <hkern u1="&#x422;" u2="&#x404;" k="41" />
+ <hkern u1="&#x422;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x422;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x422;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x423;" u2="&#x513;" k="82" />
+ <hkern u1="&#x423;" u2="&#x512;" k="102" />
+ <hkern u1="&#x423;" u2="&#x511;" k="41" />
+ <hkern u1="&#x423;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x423;" u2="&#x50c;" k="20" />
+ <hkern u1="&#x423;" u2="&#x509;" k="82" />
+ <hkern u1="&#x423;" u2="&#x508;" k="102" />
+ <hkern u1="&#x423;" u2="&#x503;" k="41" />
+ <hkern u1="&#x423;" u2="&#x502;" k="143" />
+ <hkern u1="&#x423;" u2="&#x501;" k="41" />
+ <hkern u1="&#x423;" u2="&#x500;" k="143" />
+ <hkern u1="&#x423;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4ea;" k="20" />
+ <hkern u1="&#x423;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4e8;" k="20" />
+ <hkern u1="&#x423;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4e6;" k="20" />
+ <hkern u1="&#x423;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x423;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x423;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x423;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4c6;" k="82" />
+ <hkern u1="&#x423;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x423;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x423;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x423;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4aa;" k="20" />
+ <hkern u1="&#x423;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x423;" u2="&#x4a8;" k="20" />
+ <hkern u1="&#x423;" u2="&#x49f;" k="-102" />
+ <hkern u1="&#x423;" u2="&#x48d;" k="-102" />
+ <hkern u1="&#x423;" u2="&#x481;" k="41" />
+ <hkern u1="&#x423;" u2="&#x480;" k="20" />
+ <hkern u1="&#x423;" u2="&#x47e;" k="20" />
+ <hkern u1="&#x423;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x423;" u2="&#x47c;" k="20" />
+ <hkern u1="&#x423;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x423;" u2="&#x47a;" k="20" />
+ <hkern u1="&#x423;" u2="&#x479;" k="41" />
+ <hkern u1="&#x423;" u2="&#x478;" k="20" />
+ <hkern u1="&#x423;" u2="&#x473;" k="41" />
+ <hkern u1="&#x423;" u2="&#x472;" k="20" />
+ <hkern u1="&#x423;" u2="&#x467;" k="82" />
+ <hkern u1="&#x423;" u2="&#x466;" k="143" />
+ <hkern u1="&#x423;" u2="&#x460;" k="20" />
+ <hkern u1="&#x423;" u2="&#x450;" k="41" />
+ <hkern u1="&#x423;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x423;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x423;" u2="&#x45b;" k="-102" />
+ <hkern u1="&#x423;" u2="&#x459;" k="82" />
+ <hkern u1="&#x423;" u2="&#x455;" k="20" />
+ <hkern u1="&#x423;" u2="&#x454;" k="41" />
+ <hkern u1="&#x423;" u2="&#x452;" k="-102" />
+ <hkern u1="&#x423;" u2="&#x451;" k="41" />
+ <hkern u1="&#x423;" u2="&#x447;" k="41" />
+ <hkern u1="&#x423;" u2="&#x444;" k="41" />
+ <hkern u1="&#x423;" u2="&#x441;" k="41" />
+ <hkern u1="&#x423;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x423;" u2="&#x43b;" k="82" />
+ <hkern u1="&#x423;" u2="&#x435;" k="41" />
+ <hkern u1="&#x423;" u2="&#x434;" k="82" />
+ <hkern u1="&#x423;" u2="&#x42f;" k="20" />
+ <hkern u1="&#x423;" u2="&#x424;" k="61" />
+ <hkern u1="&#x423;" u2="&#x421;" k="20" />
+ <hkern u1="&#x423;" u2="&#x41e;" k="20" />
+ <hkern u1="&#x423;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x423;" u2="&#x414;" k="102" />
+ <hkern u1="&#x423;" u2="&#x410;" k="143" />
+ <hkern u1="&#x423;" u2="&#x409;" k="102" />
+ <hkern u1="&#x423;" u2="&#x404;" k="20" />
+ <hkern u1="&#x423;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x423;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x424;" u2="&#x513;" k="20" />
+ <hkern u1="&#x424;" u2="&#x512;" k="41" />
+ <hkern u1="&#x424;" u2="&#x50e;" k="41" />
+ <hkern u1="&#x424;" u2="&#x509;" k="20" />
+ <hkern u1="&#x424;" u2="&#x508;" k="41" />
+ <hkern u1="&#x424;" u2="&#x506;" k="41" />
+ <hkern u1="&#x424;" u2="&#x504;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4f2;" k="61" />
+ <hkern u1="&#x424;" u2="&#x4f0;" k="61" />
+ <hkern u1="&#x424;" u2="&#x4ee;" k="61" />
+ <hkern u1="&#x424;" u2="&#x4ec;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4de;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x424;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4b4;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x424;" u2="&#x4b0;" k="61" />
+ <hkern u1="&#x424;" u2="&#x4ae;" k="61" />
+ <hkern u1="&#x424;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x424;" u2="&#x4a0;" k="41" />
+ <hkern u1="&#x424;" u2="&#x498;" k="41" />
+ <hkern u1="&#x424;" u2="&#x496;" k="41" />
+ <hkern u1="&#x424;" u2="&#x476;" k="20" />
+ <hkern u1="&#x424;" u2="&#x474;" k="20" />
+ <hkern u1="&#x424;" u2="&#x46e;" k="41" />
+ <hkern u1="&#x424;" u2="&#x467;" k="20" />
+ <hkern u1="&#x424;" u2="&#x466;" k="41" />
+ <hkern u1="&#x424;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x424;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x424;" u2="&#x459;" k="20" />
+ <hkern u1="&#x424;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x424;" u2="&#x434;" k="20" />
+ <hkern u1="&#x424;" u2="&#x42d;" k="41" />
+ <hkern u1="&#x424;" u2="&#x42a;" k="41" />
+ <hkern u1="&#x424;" u2="&#x425;" k="41" />
+ <hkern u1="&#x424;" u2="&#x423;" k="61" />
+ <hkern u1="&#x424;" u2="&#x422;" k="61" />
+ <hkern u1="&#x424;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x424;" u2="&#x417;" k="41" />
+ <hkern u1="&#x424;" u2="&#x416;" k="41" />
+ <hkern u1="&#x424;" u2="&#x414;" k="41" />
+ <hkern u1="&#x424;" u2="&#x410;" k="41" />
+ <hkern u1="&#x424;" u2="&#x40e;" k="61" />
+ <hkern u1="&#x424;" u2="&#x40b;" k="41" />
+ <hkern u1="&#x424;" u2="&#x409;" k="41" />
+ <hkern u1="&#x424;" u2="&#x402;" k="41" />
+ <hkern u1="&#x424;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x424;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x425;" u2="&#x510;" k="20" />
+ <hkern u1="&#x425;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x425;" u2="&#x507;" k="41" />
+ <hkern u1="&#x425;" u2="&#x505;" k="41" />
+ <hkern u1="&#x425;" u2="&#x502;" k="41" />
+ <hkern u1="&#x425;" u2="&#x500;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x425;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x425;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x425;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x425;" u2="&#x480;" k="41" />
+ <hkern u1="&#x425;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x425;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x425;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x425;" u2="&#x478;" k="41" />
+ <hkern u1="&#x425;" u2="&#x472;" k="41" />
+ <hkern u1="&#x425;" u2="&#x470;" k="41" />
+ <hkern u1="&#x425;" u2="&#x460;" k="41" />
+ <hkern u1="&#x425;" u2="&#x447;" k="41" />
+ <hkern u1="&#x425;" u2="&#x427;" k="41" />
+ <hkern u1="&#x425;" u2="&#x424;" k="41" />
+ <hkern u1="&#x425;" u2="&#x421;" k="41" />
+ <hkern u1="&#x425;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x425;" u2="&#x404;" k="41" />
+ <hkern u1="&#x426;" u2="&#x507;" k="41" />
+ <hkern u1="&#x426;" u2="&#x505;" k="41" />
+ <hkern u1="&#x426;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x426;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x429;" u2="&#x507;" k="41" />
+ <hkern u1="&#x429;" u2="&#x505;" k="41" />
+ <hkern u1="&#x429;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x429;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x42a;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x50e;" k="123" />
+ <hkern u1="&#x42a;" u2="&#x507;" k="61" />
+ <hkern u1="&#x42a;" u2="&#x506;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x505;" k="61" />
+ <hkern u1="&#x42a;" u2="&#x504;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x4fa;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4b4;" k="123" />
+ <hkern u1="&#x42a;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4b0;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4ae;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4ac;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x4a0;" k="123" />
+ <hkern u1="&#x42a;" u2="&#x49e;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x492;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x48c;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x476;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x474;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x470;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x462;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x447;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x443;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x442;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x42a;" k="123" />
+ <hkern u1="&#x42a;" u2="&#x427;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x423;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x422;" k="102" />
+ <hkern u1="&#x42a;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x42a;" u2="&#x40b;" k="123" />
+ <hkern u1="&#x42a;" u2="&#x402;" k="123" />
+ <hkern u1="&#x42a;" u2="&#x27;" k="82" />
+ <hkern u1="&#x42a;" u2="&#x22;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x50e;" k="123" />
+ <hkern u1="&#x42c;" u2="&#x507;" k="61" />
+ <hkern u1="&#x42c;" u2="&#x506;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x505;" k="61" />
+ <hkern u1="&#x42c;" u2="&#x504;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x4fa;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4b4;" k="123" />
+ <hkern u1="&#x42c;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4b0;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4ae;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4ac;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x4a0;" k="123" />
+ <hkern u1="&#x42c;" u2="&#x49e;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x492;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x48c;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x476;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x474;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x470;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x462;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x447;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x443;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x442;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x42a;" k="123" />
+ <hkern u1="&#x42c;" u2="&#x427;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x423;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x422;" k="102" />
+ <hkern u1="&#x42c;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x42c;" u2="&#x40b;" k="123" />
+ <hkern u1="&#x42c;" u2="&#x402;" k="123" />
+ <hkern u1="&#x42c;" u2="&#x27;" k="82" />
+ <hkern u1="&#x42c;" u2="&#x22;" k="82" />
+ <hkern u1="&#x42d;" u2="&#x513;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x512;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x509;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x508;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x506;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x504;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x42d;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x498;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x496;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x476;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x474;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x470;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x467;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x466;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x42d;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x42d;" u2="&#x459;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x434;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x427;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x425;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x423;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x422;" k="61" />
+ <hkern u1="&#x42d;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x417;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x416;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x414;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x410;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x409;" k="41" />
+ <hkern u1="&#x42d;" u2="&#x402;" k="20" />
+ <hkern u1="&#x42d;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x42d;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x42e;" u2="&#x513;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x512;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x509;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x508;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x506;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x504;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x42e;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x498;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x496;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x476;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x474;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x470;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x467;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x466;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x42e;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x42e;" u2="&#x459;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x434;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x427;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x425;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x423;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x422;" k="61" />
+ <hkern u1="&#x42e;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x417;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x416;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x414;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x410;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x409;" k="41" />
+ <hkern u1="&#x42e;" u2="&#x402;" k="20" />
+ <hkern u1="&#x42e;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x42e;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x430;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x430;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x430;" u2="&#x27;" k="20" />
+ <hkern u1="&#x430;" u2="&#x22;" k="20" />
+ <hkern u1="&#x432;" u2="&#x44f;" k="-41" />
+ <hkern u1="&#x433;" u2="&#x513;" k="61" />
+ <hkern u1="&#x433;" u2="&#x511;" k="20" />
+ <hkern u1="&#x433;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x433;" u2="&#x509;" k="61" />
+ <hkern u1="&#x433;" u2="&#x503;" k="20" />
+ <hkern u1="&#x433;" u2="&#x501;" k="20" />
+ <hkern u1="&#x433;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x433;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x433;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x433;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x433;" u2="&#x4c6;" k="61" />
+ <hkern u1="&#x433;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x433;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x433;" u2="&#x481;" k="20" />
+ <hkern u1="&#x433;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x433;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x433;" u2="&#x479;" k="20" />
+ <hkern u1="&#x433;" u2="&#x473;" k="20" />
+ <hkern u1="&#x433;" u2="&#x467;" k="61" />
+ <hkern u1="&#x433;" u2="&#x450;" k="20" />
+ <hkern u1="&#x433;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x433;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x433;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x433;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x433;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x433;" u2="&#x459;" k="61" />
+ <hkern u1="&#x433;" u2="&#x454;" k="20" />
+ <hkern u1="&#x433;" u2="&#x451;" k="20" />
+ <hkern u1="&#x433;" u2="&#x444;" k="20" />
+ <hkern u1="&#x433;" u2="&#x441;" k="20" />
+ <hkern u1="&#x433;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x433;" u2="&#x43b;" k="61" />
+ <hkern u1="&#x433;" u2="&#x435;" k="20" />
+ <hkern u1="&#x433;" u2="&#x434;" k="61" />
+ <hkern u1="&#x433;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x433;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x433;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x434;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x434;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x434;" u2="&#x27;" k="20" />
+ <hkern u1="&#x434;" u2="&#x22;" k="20" />
+ <hkern u1="&#x435;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x435;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x435;" u2="&#x27;" k="20" />
+ <hkern u1="&#x435;" u2="&#x22;" k="20" />
+ <hkern u1="&#x436;" u2="&#x511;" k="41" />
+ <hkern u1="&#x436;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x436;" u2="&#x503;" k="41" />
+ <hkern u1="&#x436;" u2="&#x501;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x436;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x436;" u2="&#x481;" k="41" />
+ <hkern u1="&#x436;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x436;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x436;" u2="&#x479;" k="41" />
+ <hkern u1="&#x436;" u2="&#x473;" k="41" />
+ <hkern u1="&#x436;" u2="&#x450;" k="41" />
+ <hkern u1="&#x436;" u2="&#x454;" k="41" />
+ <hkern u1="&#x436;" u2="&#x451;" k="41" />
+ <hkern u1="&#x436;" u2="&#x447;" k="41" />
+ <hkern u1="&#x436;" u2="&#x444;" k="41" />
+ <hkern u1="&#x436;" u2="&#x441;" k="41" />
+ <hkern u1="&#x436;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x436;" u2="&#x435;" k="41" />
+ <hkern u1="&#x437;" u2="&#x44f;" k="-41" />
+ <hkern u1="&#x43a;" u2="&#x511;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x503;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x501;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x481;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x479;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x473;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x450;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x454;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x451;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x447;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x444;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x441;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x43a;" u2="&#x435;" k="41" />
+ <hkern u1="&#x43e;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x507;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x505;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x43e;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x43e;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x43e;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x43e;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x43e;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x497;" k="41" />
+ <hkern u1="&#x43e;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x447;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x445;" k="41" />
+ <hkern u1="&#x43e;" u2="&#x443;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x442;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x436;" k="41" />
+ <hkern u1="&#x43e;" u2="&#x27;" k="20" />
+ <hkern u1="&#x43e;" u2="&#x22;" k="20" />
+ <hkern u1="&#x440;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x440;" u2="&#x507;" k="20" />
+ <hkern u1="&#x440;" u2="&#x505;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x440;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x440;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x440;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x440;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x440;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x440;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x440;" u2="&#x497;" k="41" />
+ <hkern u1="&#x440;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x440;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x440;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x440;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x440;" u2="&#x447;" k="20" />
+ <hkern u1="&#x440;" u2="&#x445;" k="41" />
+ <hkern u1="&#x440;" u2="&#x443;" k="20" />
+ <hkern u1="&#x440;" u2="&#x442;" k="20" />
+ <hkern u1="&#x440;" u2="&#x436;" k="41" />
+ <hkern u1="&#x440;" u2="&#x27;" k="20" />
+ <hkern u1="&#x440;" u2="&#x22;" k="20" />
+ <hkern u1="&#x442;" u2="&#x513;" k="61" />
+ <hkern u1="&#x442;" u2="&#x511;" k="20" />
+ <hkern u1="&#x442;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x442;" u2="&#x509;" k="61" />
+ <hkern u1="&#x442;" u2="&#x503;" k="20" />
+ <hkern u1="&#x442;" u2="&#x501;" k="20" />
+ <hkern u1="&#x442;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x442;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x442;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x442;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x442;" u2="&#x4c6;" k="61" />
+ <hkern u1="&#x442;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x442;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x442;" u2="&#x481;" k="20" />
+ <hkern u1="&#x442;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x442;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x442;" u2="&#x479;" k="20" />
+ <hkern u1="&#x442;" u2="&#x473;" k="20" />
+ <hkern u1="&#x442;" u2="&#x467;" k="61" />
+ <hkern u1="&#x442;" u2="&#x450;" k="20" />
+ <hkern u1="&#x442;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x442;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x442;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x442;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x442;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x442;" u2="&#x459;" k="61" />
+ <hkern u1="&#x442;" u2="&#x454;" k="20" />
+ <hkern u1="&#x442;" u2="&#x451;" k="20" />
+ <hkern u1="&#x442;" u2="&#x444;" k="20" />
+ <hkern u1="&#x442;" u2="&#x441;" k="20" />
+ <hkern u1="&#x442;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x442;" u2="&#x43b;" k="61" />
+ <hkern u1="&#x442;" u2="&#x435;" k="20" />
+ <hkern u1="&#x442;" u2="&#x434;" k="61" />
+ <hkern u1="&#x442;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x442;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x442;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x443;" u2="&#x513;" k="41" />
+ <hkern u1="&#x443;" u2="&#x509;" k="41" />
+ <hkern u1="&#x443;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x443;" u2="&#x467;" k="41" />
+ <hkern u1="&#x443;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x443;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x443;" u2="&#x459;" k="41" />
+ <hkern u1="&#x443;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x443;" u2="&#x434;" k="41" />
+ <hkern u1="&#x443;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x443;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x444;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x444;" u2="&#x507;" k="20" />
+ <hkern u1="&#x444;" u2="&#x505;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x444;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x444;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x444;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x444;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x444;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x444;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x444;" u2="&#x497;" k="41" />
+ <hkern u1="&#x444;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x444;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x444;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x444;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x444;" u2="&#x447;" k="20" />
+ <hkern u1="&#x444;" u2="&#x445;" k="41" />
+ <hkern u1="&#x444;" u2="&#x443;" k="20" />
+ <hkern u1="&#x444;" u2="&#x442;" k="20" />
+ <hkern u1="&#x444;" u2="&#x436;" k="41" />
+ <hkern u1="&#x444;" u2="&#x27;" k="20" />
+ <hkern u1="&#x444;" u2="&#x22;" k="20" />
+ <hkern u1="&#x445;" u2="&#x511;" k="41" />
+ <hkern u1="&#x445;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x445;" u2="&#x503;" k="41" />
+ <hkern u1="&#x445;" u2="&#x501;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x445;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x445;" u2="&#x481;" k="41" />
+ <hkern u1="&#x445;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x445;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x445;" u2="&#x479;" k="41" />
+ <hkern u1="&#x445;" u2="&#x473;" k="41" />
+ <hkern u1="&#x445;" u2="&#x450;" k="41" />
+ <hkern u1="&#x445;" u2="&#x454;" k="41" />
+ <hkern u1="&#x445;" u2="&#x451;" k="41" />
+ <hkern u1="&#x445;" u2="&#x447;" k="41" />
+ <hkern u1="&#x445;" u2="&#x444;" k="41" />
+ <hkern u1="&#x445;" u2="&#x441;" k="41" />
+ <hkern u1="&#x445;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x445;" u2="&#x435;" k="41" />
+ <hkern u1="&#x446;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x446;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x446;" u2="&#x27;" k="20" />
+ <hkern u1="&#x446;" u2="&#x22;" k="20" />
+ <hkern u1="&#x449;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x449;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x449;" u2="&#x27;" k="20" />
+ <hkern u1="&#x449;" u2="&#x22;" k="20" />
+ <hkern u1="&#x44a;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x44a;" u2="&#x507;" k="102" />
+ <hkern u1="&#x44a;" u2="&#x505;" k="102" />
+ <hkern u1="&#x44a;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x44a;" u2="&#x4f3;" k="61" />
+ <hkern u1="&#x44a;" u2="&#x4f1;" k="61" />
+ <hkern u1="&#x44a;" u2="&#x4ef;" k="61" />
+ <hkern u1="&#x44a;" u2="&#x4e1;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x44a;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x44a;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x44a;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x44a;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x4b1;" k="61" />
+ <hkern u1="&#x44a;" u2="&#x4af;" k="61" />
+ <hkern u1="&#x44a;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x44a;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x44a;" u2="&#x497;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x477;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x475;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x461;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x201d;" k="123" />
+ <hkern u1="&#x44a;" u2="&#x2019;" k="123" />
+ <hkern u1="&#x44a;" u2="&#x45e;" k="61" />
+ <hkern u1="&#x44a;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x44a;" u2="&#x447;" k="82" />
+ <hkern u1="&#x44a;" u2="&#x445;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x443;" k="61" />
+ <hkern u1="&#x44a;" u2="&#x442;" k="102" />
+ <hkern u1="&#x44a;" u2="&#x436;" k="41" />
+ <hkern u1="&#x44a;" u2="&#x27;" k="123" />
+ <hkern u1="&#x44a;" u2="&#x22;" k="123" />
+ <hkern u1="&#x44c;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x44c;" u2="&#x507;" k="102" />
+ <hkern u1="&#x44c;" u2="&#x505;" k="102" />
+ <hkern u1="&#x44c;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x44c;" u2="&#x4f3;" k="61" />
+ <hkern u1="&#x44c;" u2="&#x4f1;" k="61" />
+ <hkern u1="&#x44c;" u2="&#x4ef;" k="61" />
+ <hkern u1="&#x44c;" u2="&#x4e1;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x44c;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x44c;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x44c;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x44c;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x4b1;" k="61" />
+ <hkern u1="&#x44c;" u2="&#x4af;" k="61" />
+ <hkern u1="&#x44c;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x44c;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x44c;" u2="&#x497;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x477;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x475;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x461;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x201d;" k="123" />
+ <hkern u1="&#x44c;" u2="&#x2019;" k="123" />
+ <hkern u1="&#x44c;" u2="&#x45e;" k="61" />
+ <hkern u1="&#x44c;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x44c;" u2="&#x447;" k="82" />
+ <hkern u1="&#x44c;" u2="&#x445;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x443;" k="61" />
+ <hkern u1="&#x44c;" u2="&#x442;" k="102" />
+ <hkern u1="&#x44c;" u2="&#x436;" k="41" />
+ <hkern u1="&#x44c;" u2="&#x27;" k="123" />
+ <hkern u1="&#x44c;" u2="&#x22;" k="123" />
+ <hkern u1="&#x44d;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x507;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x505;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x44d;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x44d;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x44d;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x44d;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x44d;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x497;" k="41" />
+ <hkern u1="&#x44d;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x447;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x445;" k="41" />
+ <hkern u1="&#x44d;" u2="&#x443;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x442;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x436;" k="41" />
+ <hkern u1="&#x44d;" u2="&#x27;" k="20" />
+ <hkern u1="&#x44d;" u2="&#x22;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x507;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x505;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x44e;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x44e;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x44e;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x44e;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x44e;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x497;" k="41" />
+ <hkern u1="&#x44e;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x447;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x445;" k="41" />
+ <hkern u1="&#x44e;" u2="&#x443;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x442;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x436;" k="41" />
+ <hkern u1="&#x44e;" u2="&#x27;" k="20" />
+ <hkern u1="&#x44e;" u2="&#x22;" k="20" />
+ <hkern u1="&#x451;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x451;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x451;" u2="&#x27;" k="20" />
+ <hkern u1="&#x451;" u2="&#x22;" k="20" />
+ <hkern u1="&#x452;" u2="&#x507;" k="41" />
+ <hkern u1="&#x452;" u2="&#x505;" k="41" />
+ <hkern u1="&#x452;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x452;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x452;" u2="&#x27;" k="20" />
+ <hkern u1="&#x452;" u2="&#x22;" k="20" />
+ <hkern u1="&#x453;" u2="&#x513;" k="61" />
+ <hkern u1="&#x453;" u2="&#x511;" k="20" />
+ <hkern u1="&#x453;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x453;" u2="&#x509;" k="61" />
+ <hkern u1="&#x453;" u2="&#x503;" k="20" />
+ <hkern u1="&#x453;" u2="&#x501;" k="20" />
+ <hkern u1="&#x453;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x453;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x453;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x453;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x453;" u2="&#x4c6;" k="61" />
+ <hkern u1="&#x453;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x453;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x453;" u2="&#x481;" k="20" />
+ <hkern u1="&#x453;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x453;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x453;" u2="&#x479;" k="20" />
+ <hkern u1="&#x453;" u2="&#x473;" k="20" />
+ <hkern u1="&#x453;" u2="&#x467;" k="61" />
+ <hkern u1="&#x453;" u2="&#x450;" k="20" />
+ <hkern u1="&#x453;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x453;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x453;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x453;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x453;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x453;" u2="&#x459;" k="61" />
+ <hkern u1="&#x453;" u2="&#x454;" k="20" />
+ <hkern u1="&#x453;" u2="&#x451;" k="20" />
+ <hkern u1="&#x453;" u2="&#x444;" k="20" />
+ <hkern u1="&#x453;" u2="&#x441;" k="20" />
+ <hkern u1="&#x453;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x453;" u2="&#x43b;" k="61" />
+ <hkern u1="&#x453;" u2="&#x435;" k="20" />
+ <hkern u1="&#x453;" u2="&#x434;" k="61" />
+ <hkern u1="&#x453;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x453;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x453;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x459;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x459;" u2="&#x507;" k="102" />
+ <hkern u1="&#x459;" u2="&#x505;" k="102" />
+ <hkern u1="&#x459;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x459;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x459;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x459;" u2="&#x4f3;" k="61" />
+ <hkern u1="&#x459;" u2="&#x4f1;" k="61" />
+ <hkern u1="&#x459;" u2="&#x4ef;" k="61" />
+ <hkern u1="&#x459;" u2="&#x4e1;" k="41" />
+ <hkern u1="&#x459;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x459;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x459;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x459;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x459;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x459;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x459;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x459;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x459;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x459;" u2="&#x4b1;" k="61" />
+ <hkern u1="&#x459;" u2="&#x4af;" k="61" />
+ <hkern u1="&#x459;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x459;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x459;" u2="&#x497;" k="41" />
+ <hkern u1="&#x459;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x459;" u2="&#x477;" k="41" />
+ <hkern u1="&#x459;" u2="&#x475;" k="41" />
+ <hkern u1="&#x459;" u2="&#x461;" k="41" />
+ <hkern u1="&#x459;" u2="&#x201d;" k="123" />
+ <hkern u1="&#x459;" u2="&#x2019;" k="123" />
+ <hkern u1="&#x459;" u2="&#x45e;" k="61" />
+ <hkern u1="&#x459;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x459;" u2="&#x447;" k="82" />
+ <hkern u1="&#x459;" u2="&#x445;" k="41" />
+ <hkern u1="&#x459;" u2="&#x443;" k="61" />
+ <hkern u1="&#x459;" u2="&#x442;" k="102" />
+ <hkern u1="&#x459;" u2="&#x436;" k="41" />
+ <hkern u1="&#x459;" u2="&#x27;" k="123" />
+ <hkern u1="&#x459;" u2="&#x22;" k="123" />
+ <hkern u1="&#x45a;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x45a;" u2="&#x507;" k="102" />
+ <hkern u1="&#x45a;" u2="&#x505;" k="102" />
+ <hkern u1="&#x45a;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x45a;" u2="&#x4f3;" k="61" />
+ <hkern u1="&#x45a;" u2="&#x4f1;" k="61" />
+ <hkern u1="&#x45a;" u2="&#x4ef;" k="61" />
+ <hkern u1="&#x45a;" u2="&#x4e1;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x45a;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x45a;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x45a;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x45a;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x4b1;" k="61" />
+ <hkern u1="&#x45a;" u2="&#x4af;" k="61" />
+ <hkern u1="&#x45a;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x45a;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x45a;" u2="&#x497;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x477;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x475;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x461;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x201d;" k="123" />
+ <hkern u1="&#x45a;" u2="&#x2019;" k="123" />
+ <hkern u1="&#x45a;" u2="&#x45e;" k="61" />
+ <hkern u1="&#x45a;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x45a;" u2="&#x447;" k="82" />
+ <hkern u1="&#x45a;" u2="&#x445;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x443;" k="61" />
+ <hkern u1="&#x45a;" u2="&#x442;" k="102" />
+ <hkern u1="&#x45a;" u2="&#x436;" k="41" />
+ <hkern u1="&#x45a;" u2="&#x27;" k="123" />
+ <hkern u1="&#x45a;" u2="&#x22;" k="123" />
+ <hkern u1="&#x45b;" u2="&#x507;" k="41" />
+ <hkern u1="&#x45b;" u2="&#x505;" k="41" />
+ <hkern u1="&#x45b;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x45b;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x45b;" u2="&#x27;" k="20" />
+ <hkern u1="&#x45b;" u2="&#x22;" k="20" />
+ <hkern u1="&#x45c;" u2="&#x511;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x503;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x501;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x481;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x479;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x473;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x450;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x454;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x451;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x447;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x444;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x441;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x45c;" u2="&#x435;" k="41" />
+ <hkern u1="&#x45e;" u2="&#x513;" k="41" />
+ <hkern u1="&#x45e;" u2="&#x509;" k="41" />
+ <hkern u1="&#x45e;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x45e;" u2="&#x467;" k="41" />
+ <hkern u1="&#x45e;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x45e;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x45e;" u2="&#x459;" k="41" />
+ <hkern u1="&#x45e;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x45e;" u2="&#x434;" k="41" />
+ <hkern u1="&#x45e;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x45e;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x490;" u2="&#x513;" k="123" />
+ <hkern u1="&#x490;" u2="&#x512;" k="102" />
+ <hkern u1="&#x490;" u2="&#x511;" k="143" />
+ <hkern u1="&#x490;" u2="&#x50f;" k="82" />
+ <hkern u1="&#x490;" u2="&#x50d;" k="143" />
+ <hkern u1="&#x490;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x490;" u2="&#x50b;" k="102" />
+ <hkern u1="&#x490;" u2="&#x509;" k="123" />
+ <hkern u1="&#x490;" u2="&#x508;" k="102" />
+ <hkern u1="&#x490;" u2="&#x507;" k="102" />
+ <hkern u1="&#x490;" u2="&#x505;" k="102" />
+ <hkern u1="&#x490;" u2="&#x503;" k="143" />
+ <hkern u1="&#x490;" u2="&#x502;" k="143" />
+ <hkern u1="&#x490;" u2="&#x501;" k="143" />
+ <hkern u1="&#x490;" u2="&#x500;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4f9;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4f7;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4f5;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4f3;" k="82" />
+ <hkern u1="&#x490;" u2="&#x4f1;" k="82" />
+ <hkern u1="&#x490;" u2="&#x4ef;" k="82" />
+ <hkern u1="&#x490;" u2="&#x4ed;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4eb;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4e9;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4e7;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4e5;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4e3;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4e1;" k="61" />
+ <hkern u1="&#x490;" u2="&#x4df;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4d7;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4ce;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4cc;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4ca;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4c8;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4c6;" k="123" />
+ <hkern u1="&#x490;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4c4;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4bf;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4bd;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4bb;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4b9;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4b7;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4b5;" k="82" />
+ <hkern u1="&#x490;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4b1;" k="82" />
+ <hkern u1="&#x490;" u2="&#x4af;" k="82" />
+ <hkern u1="&#x490;" u2="&#x4ad;" k="82" />
+ <hkern u1="&#x490;" u2="&#x4ac;" k="-41" />
+ <hkern u1="&#x490;" u2="&#x4ab;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4a9;" k="143" />
+ <hkern u1="&#x490;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x490;" u2="&#x4a7;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4a5;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4a3;" k="102" />
+ <hkern u1="&#x490;" u2="&#x4a1;" k="82" />
+ <hkern u1="&#x490;" u2="&#x49d;" k="102" />
+ <hkern u1="&#x490;" u2="&#x49b;" k="102" />
+ <hkern u1="&#x490;" u2="&#x499;" k="41" />
+ <hkern u1="&#x490;" u2="&#x497;" k="41" />
+ <hkern u1="&#x490;" u2="&#x495;" k="102" />
+ <hkern u1="&#x490;" u2="&#x48f;" k="102" />
+ <hkern u1="&#x490;" u2="&#x48b;" k="102" />
+ <hkern u1="&#x490;" u2="&#x481;" k="143" />
+ <hkern u1="&#x490;" u2="&#x480;" k="41" />
+ <hkern u1="&#x490;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x490;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x490;" u2="&#x47d;" k="143" />
+ <hkern u1="&#x490;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x490;" u2="&#x47b;" k="143" />
+ <hkern u1="&#x490;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x490;" u2="&#x479;" k="143" />
+ <hkern u1="&#x490;" u2="&#x478;" k="41" />
+ <hkern u1="&#x490;" u2="&#x477;" k="41" />
+ <hkern u1="&#x490;" u2="&#x475;" k="41" />
+ <hkern u1="&#x490;" u2="&#x473;" k="143" />
+ <hkern u1="&#x490;" u2="&#x472;" k="41" />
+ <hkern u1="&#x490;" u2="&#x471;" k="102" />
+ <hkern u1="&#x490;" u2="&#x46d;" k="102" />
+ <hkern u1="&#x490;" u2="&#x46b;" k="102" />
+ <hkern u1="&#x490;" u2="&#x469;" k="102" />
+ <hkern u1="&#x490;" u2="&#x467;" k="123" />
+ <hkern u1="&#x490;" u2="&#x466;" k="143" />
+ <hkern u1="&#x490;" u2="&#x465;" k="102" />
+ <hkern u1="&#x490;" u2="&#x461;" k="41" />
+ <hkern u1="&#x490;" u2="&#x460;" k="41" />
+ <hkern u1="&#x490;" u2="&#x45d;" k="102" />
+ <hkern u1="&#x490;" u2="&#x450;" k="143" />
+ <hkern u1="&#x490;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x490;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x490;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x490;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x490;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x490;" u2="&#x491;" k="102" />
+ <hkern u1="&#x490;" u2="&#x45f;" k="102" />
+ <hkern u1="&#x490;" u2="&#x45e;" k="82" />
+ <hkern u1="&#x490;" u2="&#x45c;" k="102" />
+ <hkern u1="&#x490;" u2="&#x45a;" k="102" />
+ <hkern u1="&#x490;" u2="&#x459;" k="123" />
+ <hkern u1="&#x490;" u2="&#x455;" k="123" />
+ <hkern u1="&#x490;" u2="&#x454;" k="143" />
+ <hkern u1="&#x490;" u2="&#x453;" k="102" />
+ <hkern u1="&#x490;" u2="&#x451;" k="143" />
+ <hkern u1="&#x490;" u2="&#x44f;" k="61" />
+ <hkern u1="&#x490;" u2="&#x44e;" k="102" />
+ <hkern u1="&#x490;" u2="&#x44d;" k="41" />
+ <hkern u1="&#x490;" u2="&#x44c;" k="102" />
+ <hkern u1="&#x490;" u2="&#x44b;" k="102" />
+ <hkern u1="&#x490;" u2="&#x44a;" k="82" />
+ <hkern u1="&#x490;" u2="&#x449;" k="102" />
+ <hkern u1="&#x490;" u2="&#x448;" k="102" />
+ <hkern u1="&#x490;" u2="&#x447;" k="102" />
+ <hkern u1="&#x490;" u2="&#x446;" k="102" />
+ <hkern u1="&#x490;" u2="&#x445;" k="41" />
+ <hkern u1="&#x490;" u2="&#x444;" k="143" />
+ <hkern u1="&#x490;" u2="&#x443;" k="82" />
+ <hkern u1="&#x490;" u2="&#x442;" k="82" />
+ <hkern u1="&#x490;" u2="&#x441;" k="143" />
+ <hkern u1="&#x490;" u2="&#x440;" k="102" />
+ <hkern u1="&#x490;" u2="&#x43f;" k="102" />
+ <hkern u1="&#x490;" u2="&#x43e;" k="143" />
+ <hkern u1="&#x490;" u2="&#x43d;" k="102" />
+ <hkern u1="&#x490;" u2="&#x43c;" k="102" />
+ <hkern u1="&#x490;" u2="&#x43b;" k="123" />
+ <hkern u1="&#x490;" u2="&#x43a;" k="102" />
+ <hkern u1="&#x490;" u2="&#x439;" k="102" />
+ <hkern u1="&#x490;" u2="&#x438;" k="102" />
+ <hkern u1="&#x490;" u2="&#x437;" k="41" />
+ <hkern u1="&#x490;" u2="&#x436;" k="41" />
+ <hkern u1="&#x490;" u2="&#x435;" k="143" />
+ <hkern u1="&#x490;" u2="&#x434;" k="123" />
+ <hkern u1="&#x490;" u2="&#x433;" k="102" />
+ <hkern u1="&#x490;" u2="&#x432;" k="102" />
+ <hkern u1="&#x490;" u2="&#x424;" k="82" />
+ <hkern u1="&#x490;" u2="&#x422;" k="-41" />
+ <hkern u1="&#x490;" u2="&#x421;" k="41" />
+ <hkern u1="&#x490;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x490;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x490;" u2="&#x414;" k="102" />
+ <hkern u1="&#x490;" u2="&#x410;" k="143" />
+ <hkern u1="&#x490;" u2="&#x409;" k="102" />
+ <hkern u1="&#x490;" u2="&#x404;" k="41" />
+ <hkern u1="&#x490;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x490;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x490;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x491;" u2="&#x513;" k="61" />
+ <hkern u1="&#x491;" u2="&#x511;" k="20" />
+ <hkern u1="&#x491;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x491;" u2="&#x509;" k="61" />
+ <hkern u1="&#x491;" u2="&#x503;" k="20" />
+ <hkern u1="&#x491;" u2="&#x501;" k="20" />
+ <hkern u1="&#x491;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x491;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x491;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x491;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x491;" u2="&#x4c6;" k="61" />
+ <hkern u1="&#x491;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x491;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x491;" u2="&#x481;" k="20" />
+ <hkern u1="&#x491;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x491;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x491;" u2="&#x479;" k="20" />
+ <hkern u1="&#x491;" u2="&#x473;" k="20" />
+ <hkern u1="&#x491;" u2="&#x467;" k="61" />
+ <hkern u1="&#x491;" u2="&#x450;" k="20" />
+ <hkern u1="&#x491;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x491;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x491;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x491;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x491;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x491;" u2="&#x459;" k="61" />
+ <hkern u1="&#x491;" u2="&#x454;" k="20" />
+ <hkern u1="&#x491;" u2="&#x451;" k="20" />
+ <hkern u1="&#x491;" u2="&#x444;" k="20" />
+ <hkern u1="&#x491;" u2="&#x441;" k="20" />
+ <hkern u1="&#x491;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x491;" u2="&#x43b;" k="61" />
+ <hkern u1="&#x491;" u2="&#x435;" k="20" />
+ <hkern u1="&#x491;" u2="&#x434;" k="61" />
+ <hkern u1="&#x491;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x491;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x491;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x1e80;" u2="&#x1ef1;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1eef;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1eed;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1eeb;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ee9;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ee7;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ee5;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ee3;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ee2;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ee1;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ee0;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1edf;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ede;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1edd;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1edc;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1edb;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eda;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ed9;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ed8;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ed7;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ed6;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ed5;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ed4;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ed2;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ed1;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ed0;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ecf;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ece;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ecd;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ecc;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ec7;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ec5;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ec3;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ebf;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ebd;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ebb;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eb9;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eb7;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eb6;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1eb5;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eb4;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1eb3;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eb2;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1eb1;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eb0;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1eaf;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eae;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1ead;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eac;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1eab;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1eaa;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1ea9;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ea8;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1ea6;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1ea5;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ea4;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1ea3;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ea2;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1ea1;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1ea0;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1b0;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1a1;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1a0;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1e01;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1e00;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x1e3f;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x1e80;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x1e80;" u2="&#x219;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1ff;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1fe;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x1fd;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1fb;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x1fa;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x173;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x171;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x16f;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x16d;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x16b;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x169;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x15f;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x15b;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x157;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x155;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x153;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x152;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x151;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x150;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x14f;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x14e;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x14d;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x14c;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x14b;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x146;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x144;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x138;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x123;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x122;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x121;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x120;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x11f;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x11e;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x11d;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x11c;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x11b;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x119;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x117;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x115;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x113;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x111;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x10f;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x10d;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x10c;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x10b;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x10a;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x109;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x108;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x107;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x106;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#x105;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x104;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x103;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x102;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x101;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#x100;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#xfc;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xfb;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xfa;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xf9;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xf8;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xf6;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xf5;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xf4;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xf3;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xf2;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xeb;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xea;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe9;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe8;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe7;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe6;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe5;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe4;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe3;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe2;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe1;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xe0;" k="41" />
+ <hkern u1="&#x1e80;" u2="&#xd8;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xd6;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xd5;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xd4;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xd3;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xd2;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xc7;" k="20" />
+ <hkern u1="&#x1e80;" u2="&#xc5;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#xc4;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#xc3;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#xc2;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#xc1;" k="82" />
+ <hkern u1="&#x1e80;" u2="&#xc0;" k="82" />
+ <hkern u1="&#x1e80;" u2="u" k="20" />
+ <hkern u1="&#x1e80;" u2="s" k="20" />
+ <hkern u1="&#x1e80;" u2="r" k="20" />
+ <hkern u1="&#x1e80;" u2="q" k="41" />
+ <hkern u1="&#x1e80;" u2="p" k="20" />
+ <hkern u1="&#x1e80;" u2="o" k="41" />
+ <hkern u1="&#x1e80;" u2="n" k="20" />
+ <hkern u1="&#x1e80;" u2="m" k="20" />
+ <hkern u1="&#x1e80;" u2="g" k="20" />
+ <hkern u1="&#x1e80;" u2="e" k="41" />
+ <hkern u1="&#x1e80;" u2="d" k="41" />
+ <hkern u1="&#x1e80;" u2="c" k="41" />
+ <hkern u1="&#x1e80;" u2="a" k="41" />
+ <hkern u1="&#x1e80;" u2="Q" k="20" />
+ <hkern u1="&#x1e80;" u2="O" k="20" />
+ <hkern u1="&#x1e80;" u2="G" k="20" />
+ <hkern u1="&#x1e80;" u2="C" k="20" />
+ <hkern u1="&#x1e80;" u2="A" k="82" />
+ <hkern u1="&#x1e80;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1e80;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x1e80;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x1e81;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1e81;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x1e81;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1e81;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x1e81;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1e81;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1e81;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1e81;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x1e81;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x1e82;" u2="&#x1ef1;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1eef;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1eed;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1eeb;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ee9;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ee7;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ee5;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ee3;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ee2;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ee1;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ee0;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1edf;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ede;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1edd;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1edc;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1edb;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eda;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ed9;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ed8;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ed7;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ed6;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ed5;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ed4;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ed2;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ed1;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ed0;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ecf;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ece;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ecd;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ecc;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ec7;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ec5;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ec3;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ebf;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ebd;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ebb;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eb9;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eb7;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eb6;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1eb5;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eb4;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1eb3;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eb2;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1eb1;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eb0;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1eaf;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eae;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1ead;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eac;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1eab;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1eaa;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1ea9;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ea8;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1ea6;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1ea5;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ea4;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1ea3;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ea2;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1ea1;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1ea0;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1b0;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1a1;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1a0;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1e01;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1e00;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x1e3f;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x1e82;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x1e82;" u2="&#x219;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1ff;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1fe;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x1fd;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1fb;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x1fa;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x173;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x171;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x16f;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x16d;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x16b;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x169;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x15f;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x15b;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x157;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x155;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x153;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x152;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x151;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x150;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x14f;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x14e;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x14d;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x14c;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x14b;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x146;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x144;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x138;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x123;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x122;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x121;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x120;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x11f;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x11e;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x11d;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x11c;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x11b;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x119;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x117;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x115;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x113;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x111;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x10f;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x10d;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x10c;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x10b;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x10a;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x109;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x108;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x107;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x106;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#x105;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x104;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x103;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x102;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x101;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#x100;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#xfc;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xfb;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xfa;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xf9;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xf8;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xf6;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xf5;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xf4;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xf3;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xf2;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xeb;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xea;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe9;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe8;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe7;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe6;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe5;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe4;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe3;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe2;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe1;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xe0;" k="41" />
+ <hkern u1="&#x1e82;" u2="&#xd8;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xd6;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xd5;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xd4;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xd3;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xd2;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xc7;" k="20" />
+ <hkern u1="&#x1e82;" u2="&#xc5;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#xc4;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#xc3;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#xc2;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#xc1;" k="82" />
+ <hkern u1="&#x1e82;" u2="&#xc0;" k="82" />
+ <hkern u1="&#x1e82;" u2="u" k="20" />
+ <hkern u1="&#x1e82;" u2="s" k="20" />
+ <hkern u1="&#x1e82;" u2="r" k="20" />
+ <hkern u1="&#x1e82;" u2="q" k="41" />
+ <hkern u1="&#x1e82;" u2="p" k="20" />
+ <hkern u1="&#x1e82;" u2="o" k="41" />
+ <hkern u1="&#x1e82;" u2="n" k="20" />
+ <hkern u1="&#x1e82;" u2="m" k="20" />
+ <hkern u1="&#x1e82;" u2="g" k="20" />
+ <hkern u1="&#x1e82;" u2="e" k="41" />
+ <hkern u1="&#x1e82;" u2="d" k="41" />
+ <hkern u1="&#x1e82;" u2="c" k="41" />
+ <hkern u1="&#x1e82;" u2="a" k="41" />
+ <hkern u1="&#x1e82;" u2="Q" k="20" />
+ <hkern u1="&#x1e82;" u2="O" k="20" />
+ <hkern u1="&#x1e82;" u2="G" k="20" />
+ <hkern u1="&#x1e82;" u2="C" k="20" />
+ <hkern u1="&#x1e82;" u2="A" k="82" />
+ <hkern u1="&#x1e82;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1e82;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x1e82;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x1e83;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1e83;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x1e83;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1e83;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x1e83;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1e83;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1e83;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1e83;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x1e83;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x1e84;" u2="&#x1ef1;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1eef;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1eed;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1eeb;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ee9;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ee7;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ee5;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ee3;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ee2;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ee1;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ee0;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1edf;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ede;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1edd;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1edc;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1edb;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eda;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ed9;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ed8;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ed7;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ed6;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ed5;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ed4;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ed2;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ed1;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ed0;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ecf;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ece;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ecd;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ecc;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ec7;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ec5;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ec3;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ebf;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ebd;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ebb;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eb9;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eb7;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eb6;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1eb5;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eb4;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1eb3;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eb2;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1eb1;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eb0;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1eaf;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eae;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1ead;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eac;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1eab;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1eaa;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1ea9;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ea8;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1ea6;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1ea5;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ea4;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1ea3;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ea2;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1ea1;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1ea0;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1b0;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1a1;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1a0;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1e01;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1e00;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x1e3f;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x1e84;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x1e84;" u2="&#x219;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1ff;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1fe;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x1fd;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1fb;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x1fa;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x173;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x171;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x16f;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x16d;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x16b;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x169;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x15f;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x15b;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x157;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x155;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x153;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x152;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x151;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x150;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x14f;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x14e;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x14d;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x14c;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x14b;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x146;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x144;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x138;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x123;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x122;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x121;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x120;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x11f;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x11e;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x11d;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x11c;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x11b;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x119;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x117;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x115;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x113;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x111;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x10f;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x10d;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x10c;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x10b;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x10a;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x109;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x108;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x107;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x106;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#x105;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x104;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x103;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x102;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x101;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#x100;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#xfc;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xfb;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xfa;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xf9;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xf8;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xf6;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xf5;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xf4;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xf3;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xf2;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xeb;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xea;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe9;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe8;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe7;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe6;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe5;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe4;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe3;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe2;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe1;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xe0;" k="41" />
+ <hkern u1="&#x1e84;" u2="&#xd8;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xd6;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xd5;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xd4;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xd3;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xd2;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xc7;" k="20" />
+ <hkern u1="&#x1e84;" u2="&#xc5;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#xc4;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#xc3;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#xc2;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#xc1;" k="82" />
+ <hkern u1="&#x1e84;" u2="&#xc0;" k="82" />
+ <hkern u1="&#x1e84;" u2="u" k="20" />
+ <hkern u1="&#x1e84;" u2="s" k="20" />
+ <hkern u1="&#x1e84;" u2="r" k="20" />
+ <hkern u1="&#x1e84;" u2="q" k="41" />
+ <hkern u1="&#x1e84;" u2="p" k="20" />
+ <hkern u1="&#x1e84;" u2="o" k="41" />
+ <hkern u1="&#x1e84;" u2="n" k="20" />
+ <hkern u1="&#x1e84;" u2="m" k="20" />
+ <hkern u1="&#x1e84;" u2="g" k="20" />
+ <hkern u1="&#x1e84;" u2="e" k="41" />
+ <hkern u1="&#x1e84;" u2="d" k="41" />
+ <hkern u1="&#x1e84;" u2="c" k="41" />
+ <hkern u1="&#x1e84;" u2="a" k="41" />
+ <hkern u1="&#x1e84;" u2="Q" k="20" />
+ <hkern u1="&#x1e84;" u2="O" k="20" />
+ <hkern u1="&#x1e84;" u2="G" k="20" />
+ <hkern u1="&#x1e84;" u2="C" k="20" />
+ <hkern u1="&#x1e84;" u2="A" k="82" />
+ <hkern u1="&#x1e84;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1e84;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x1e84;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x1e85;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1e85;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x1e85;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1e85;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x1e85;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1e85;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1e85;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1e85;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x1e85;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x1ef2;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x1ee3;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1ee1;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1edf;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1edd;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1edb;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1ed9;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1ed7;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1ed5;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1ed1;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1ecf;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1ecd;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1ec7;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ec5;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ec3;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ebf;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ebd;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ebb;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eb9;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eb7;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eb6;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1eb5;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eb4;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1eb3;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eb2;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1eb1;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eb0;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1eaf;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eae;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1ead;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eac;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1eab;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1eaa;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1ea9;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ea8;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1ea6;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1ea5;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ea4;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1ea3;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ea2;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1ea1;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1ea0;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x1a1;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1e01;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1e00;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x219;" k="82" />
+ <hkern u1="&#x1ef2;" u2="&#x1ff;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x1fd;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1fb;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x1fa;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x17e;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x17c;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x17a;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x173;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x171;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x169;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x15f;" k="82" />
+ <hkern u1="&#x1ef2;" u2="&#x15b;" k="82" />
+ <hkern u1="&#x1ef2;" u2="&#x157;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x155;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x153;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x151;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x14f;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x14d;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x146;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x144;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x138;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#x123;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x121;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x11f;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x11d;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x11b;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x119;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x117;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x115;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x113;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x111;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x10f;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x10d;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x10b;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x109;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x107;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#x105;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x104;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x103;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x102;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x101;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#x100;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x1ef2;" u2="&#xf8;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xf6;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xf5;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xf4;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xf3;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xf2;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xeb;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xea;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe9;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe8;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe7;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe6;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe5;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe4;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe3;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe2;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe1;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xe0;" k="102" />
+ <hkern u1="&#x1ef2;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1ef2;" u2="&#xc5;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#xc4;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#xc3;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#xc2;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#xc1;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#xc0;" k="123" />
+ <hkern u1="&#x1ef2;" u2="z" k="41" />
+ <hkern u1="&#x1ef2;" u2="u" k="61" />
+ <hkern u1="&#x1ef2;" u2="s" k="82" />
+ <hkern u1="&#x1ef2;" u2="r" k="61" />
+ <hkern u1="&#x1ef2;" u2="q" k="102" />
+ <hkern u1="&#x1ef2;" u2="p" k="61" />
+ <hkern u1="&#x1ef2;" u2="o" k="102" />
+ <hkern u1="&#x1ef2;" u2="n" k="61" />
+ <hkern u1="&#x1ef2;" u2="m" k="61" />
+ <hkern u1="&#x1ef2;" u2="g" k="41" />
+ <hkern u1="&#x1ef2;" u2="e" k="102" />
+ <hkern u1="&#x1ef2;" u2="d" k="102" />
+ <hkern u1="&#x1ef2;" u2="c" k="102" />
+ <hkern u1="&#x1ef2;" u2="a" k="102" />
+ <hkern u1="&#x1ef2;" u2="Q" k="41" />
+ <hkern u1="&#x1ef2;" u2="O" k="41" />
+ <hkern u1="&#x1ef2;" u2="G" k="41" />
+ <hkern u1="&#x1ef2;" u2="C" k="41" />
+ <hkern u1="&#x1ef2;" u2="A" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1ef2;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x1ef2;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x1ef3;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ef3;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x1ef3;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ef3;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x1ef3;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1ef3;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ef3;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ef3;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x1ef3;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x2013;" u2="&#x162;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x2013;" u2="&#x50e;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x2013;" u2="&#x4b4;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x2013;" u2="&#x4ac;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x2013;" u2="&#x4a0;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x2013;" u2="&#x442;" k="41" />
+ <hkern u1="&#x2013;" u2="&#x42a;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x422;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x40b;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x402;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x3a4;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x164;" k="82" />
+ <hkern u1="&#x2013;" u2="&#x21a;" k="82" />
+ <hkern u1="&#x2013;" u2="T" k="82" />
+ <hkern u1="&#x2014;" u2="&#x162;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x2014;" u2="&#x50e;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x2014;" u2="&#x4b4;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x2014;" u2="&#x4ac;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x2014;" u2="&#x4a0;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x2014;" u2="&#x442;" k="41" />
+ <hkern u1="&#x2014;" u2="&#x42a;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x422;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x40b;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x402;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x3a4;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x164;" k="82" />
+ <hkern u1="&#x2014;" u2="&#x21a;" k="82" />
+ <hkern u1="&#x2014;" u2="T" k="82" />
+ <hkern u1="&#x2015;" u2="&#x162;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x2015;" u2="&#x50e;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x2015;" u2="&#x4b4;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x2015;" u2="&#x4ac;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x2015;" u2="&#x4a0;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x2015;" u2="&#x442;" k="41" />
+ <hkern u1="&#x2015;" u2="&#x42a;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x422;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x40b;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x402;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x3a4;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x164;" k="82" />
+ <hkern u1="&#x2015;" u2="&#x21a;" k="82" />
+ <hkern u1="&#x2015;" u2="T" k="82" />
+ <hkern u1="&#x2018;" u2="&#x162;" k="-41" />
+ <hkern u1="&#x2018;" u2="&#x1ef8;" k="-20" />
+ <hkern u1="&#x2018;" u2="&#x1ef6;" k="-20" />
+ <hkern u1="&#x2018;" u2="&#x1ef4;" k="-20" />
+ <hkern u1="&#x2018;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1ee3;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ee1;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1edf;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1edd;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1edb;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ed9;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ed7;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ed5;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ed1;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ecf;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ecd;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ec7;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ec5;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ec3;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ebf;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ebd;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1ebb;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1eb9;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1eb7;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1eb6;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1eb5;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1eb4;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1eb3;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1eb2;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1eb1;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1eb0;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1eaf;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1eae;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1ead;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1eac;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1eab;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1eaa;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1ea9;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1ea8;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1ea6;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1ea5;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1ea4;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1ea3;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1ea2;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1ea1;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1ea0;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x513;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x512;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x511;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x50d;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x509;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x508;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x503;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x502;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x501;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x500;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x4eb;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x4e9;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x4e7;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x4db;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x4d9;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x4d7;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x4d5;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x4d3;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x4d1;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x4c6;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x4c5;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x4ab;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x4a9;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x481;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x47d;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x47b;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x479;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x473;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x471;" k="20" />
+ <hkern u1="&#x2018;" u2="&#x467;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x466;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x450;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1a1;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1e01;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1e00;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1ef2;" k="-20" />
+ <hkern u1="&#x2018;" u2="&#x1e84;" k="-41" />
+ <hkern u1="&#x2018;" u2="&#x1e82;" k="-41" />
+ <hkern u1="&#x2018;" u2="&#x1e80;" k="-41" />
+ <hkern u1="&#x2018;" u2="&#x459;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x455;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x454;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x451;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x444;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x441;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x43e;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x43b;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x435;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x434;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x430;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x41b;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x414;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x410;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x409;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x3cc;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x3c6;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x3c3;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x3c2;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x3c1;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x3bf;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x3bc;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x3ba;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x3b7;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x3b6;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x3b5;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x3b1;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x3ae;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x3ad;" k="41" />
+ <hkern u1="&#x2018;" u2="&#x3ac;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x39b;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x394;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x391;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x386;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x219;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x1ff;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x1fd;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1fb;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x1fa;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x178;" k="-20" />
+ <hkern u1="&#x2018;" u2="&#x176;" k="-20" />
+ <hkern u1="&#x2018;" u2="&#x174;" k="-41" />
+ <hkern u1="&#x2018;" u2="&#x173;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x171;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x169;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x164;" k="-41" />
+ <hkern u1="&#x2018;" u2="&#x21a;" k="-41" />
+ <hkern u1="&#x2018;" u2="&#x15f;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x15b;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x157;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x155;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x153;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x151;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x14f;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x14d;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x146;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x144;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x138;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x123;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x121;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x11f;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x11d;" k="61" />
+ <hkern u1="&#x2018;" u2="&#x11b;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x119;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x117;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x115;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x113;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x111;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x10f;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x10d;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x10b;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x109;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x107;" k="123" />
+ <hkern u1="&#x2018;" u2="&#x105;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x104;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x103;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x102;" k="143" />
+ <hkern u1="&#x2018;" u2="&#x101;" k="82" />
+ <hkern u1="&#x2018;" u2="&#x100;" k="143" />
+ <hkern u1="&#x2018;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x2018;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x2018;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x2018;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x2018;" u2="&#xf8;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xf6;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xf5;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xf4;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xf3;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xf2;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xeb;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xea;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xe9;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xe8;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xe7;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xe6;" k="82" />
+ <hkern u1="&#x2018;" u2="&#xe5;" k="82" />
+ <hkern u1="&#x2018;" u2="&#xe4;" k="82" />
+ <hkern u1="&#x2018;" u2="&#xe3;" k="82" />
+ <hkern u1="&#x2018;" u2="&#xe2;" k="82" />
+ <hkern u1="&#x2018;" u2="&#xe1;" k="82" />
+ <hkern u1="&#x2018;" u2="&#xe0;" k="123" />
+ <hkern u1="&#x2018;" u2="&#xdd;" k="-20" />
+ <hkern u1="&#x2018;" u2="&#xc5;" k="143" />
+ <hkern u1="&#x2018;" u2="&#xc4;" k="143" />
+ <hkern u1="&#x2018;" u2="&#xc3;" k="143" />
+ <hkern u1="&#x2018;" u2="&#xc2;" k="143" />
+ <hkern u1="&#x2018;" u2="&#xc1;" k="143" />
+ <hkern u1="&#x2018;" u2="&#xc0;" k="143" />
+ <hkern u1="&#x2018;" u2="u" k="61" />
+ <hkern u1="&#x2018;" u2="s" k="61" />
+ <hkern u1="&#x2018;" u2="r" k="61" />
+ <hkern u1="&#x2018;" u2="q" k="123" />
+ <hkern u1="&#x2018;" u2="p" k="61" />
+ <hkern u1="&#x2018;" u2="o" k="123" />
+ <hkern u1="&#x2018;" u2="n" k="61" />
+ <hkern u1="&#x2018;" u2="m" k="61" />
+ <hkern u1="&#x2018;" u2="g" k="61" />
+ <hkern u1="&#x2018;" u2="e" k="123" />
+ <hkern u1="&#x2018;" u2="d" k="123" />
+ <hkern u1="&#x2018;" u2="c" k="123" />
+ <hkern u1="&#x2018;" u2="a" k="82" />
+ <hkern u1="&#x2018;" u2="Y" k="-20" />
+ <hkern u1="&#x2018;" u2="W" k="-41" />
+ <hkern u1="&#x2018;" u2="V" k="-41" />
+ <hkern u1="&#x2018;" u2="T" k="-41" />
+ <hkern u1="&#x2018;" u2="A" k="143" />
+ <hkern u1="&#x2019;" u2="&#x162;" k="-41" />
+ <hkern u1="&#x2019;" u2="&#x1ef8;" k="-20" />
+ <hkern u1="&#x2019;" u2="&#x1ef6;" k="-20" />
+ <hkern u1="&#x2019;" u2="&#x1ef4;" k="-20" />
+ <hkern u1="&#x2019;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1ee3;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ee1;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1edf;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1edd;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1edb;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ed9;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ed7;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ed5;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ed1;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ecf;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ecd;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ec7;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ec5;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ec3;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ebf;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ebd;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1ebb;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1eb9;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1eb7;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1eb6;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1eb5;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1eb4;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1eb3;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1eb2;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1eb1;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1eb0;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1eaf;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1eae;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1ead;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1eac;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1eab;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1eaa;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1ea9;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1ea8;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1ea6;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1ea5;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1ea4;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1ea3;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1ea2;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1ea1;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1ea0;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x513;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x512;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x511;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x50d;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x509;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x508;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x503;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x502;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x501;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x500;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x4eb;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x4e9;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x4e7;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x4db;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x4d9;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x4d7;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x4d5;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x4d3;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x4d1;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x4c6;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x4c5;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x4ab;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x4a9;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x481;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x47d;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x47b;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x479;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x473;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x471;" k="20" />
+ <hkern u1="&#x2019;" u2="&#x467;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x466;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x450;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1a1;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1e01;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1e00;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1ef2;" k="-20" />
+ <hkern u1="&#x2019;" u2="&#x1e84;" k="-41" />
+ <hkern u1="&#x2019;" u2="&#x1e82;" k="-41" />
+ <hkern u1="&#x2019;" u2="&#x1e80;" k="-41" />
+ <hkern u1="&#x2019;" u2="&#x459;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x455;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x454;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x451;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x444;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x441;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x43e;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x43b;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x435;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x434;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x430;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x41b;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x414;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x410;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x409;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x3cc;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x3c6;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x3c3;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x3c2;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x3c1;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x3bf;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x3bc;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x3ba;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x3b7;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x3b6;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x3b5;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x3b1;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x3ae;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x3ad;" k="41" />
+ <hkern u1="&#x2019;" u2="&#x3ac;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x39b;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x394;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x391;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x386;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x219;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x1ff;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x1fd;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1fb;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x1fa;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x178;" k="-20" />
+ <hkern u1="&#x2019;" u2="&#x176;" k="-20" />
+ <hkern u1="&#x2019;" u2="&#x174;" k="-41" />
+ <hkern u1="&#x2019;" u2="&#x173;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x171;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x169;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x164;" k="-41" />
+ <hkern u1="&#x2019;" u2="&#x21a;" k="-41" />
+ <hkern u1="&#x2019;" u2="&#x15f;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x15b;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x157;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x155;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x153;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x151;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x14f;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x14d;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x146;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x144;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x138;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x123;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x121;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x11f;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x11d;" k="61" />
+ <hkern u1="&#x2019;" u2="&#x11b;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x119;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x117;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x115;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x113;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x111;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x10f;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x10d;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x10b;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x109;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x107;" k="123" />
+ <hkern u1="&#x2019;" u2="&#x105;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x104;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x103;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x102;" k="143" />
+ <hkern u1="&#x2019;" u2="&#x101;" k="82" />
+ <hkern u1="&#x2019;" u2="&#x100;" k="143" />
+ <hkern u1="&#x2019;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x2019;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x2019;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x2019;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x2019;" u2="&#xf8;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xf6;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xf5;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xf4;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xf3;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xf2;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xeb;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xea;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xe9;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xe8;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xe7;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xe6;" k="82" />
+ <hkern u1="&#x2019;" u2="&#xe5;" k="82" />
+ <hkern u1="&#x2019;" u2="&#xe4;" k="82" />
+ <hkern u1="&#x2019;" u2="&#xe3;" k="82" />
+ <hkern u1="&#x2019;" u2="&#xe2;" k="82" />
+ <hkern u1="&#x2019;" u2="&#xe1;" k="82" />
+ <hkern u1="&#x2019;" u2="&#xe0;" k="123" />
+ <hkern u1="&#x2019;" u2="&#xdd;" k="-20" />
+ <hkern u1="&#x2019;" u2="&#xc5;" k="143" />
+ <hkern u1="&#x2019;" u2="&#xc4;" k="143" />
+ <hkern u1="&#x2019;" u2="&#xc3;" k="143" />
+ <hkern u1="&#x2019;" u2="&#xc2;" k="143" />
+ <hkern u1="&#x2019;" u2="&#xc1;" k="143" />
+ <hkern u1="&#x2019;" u2="&#xc0;" k="143" />
+ <hkern u1="&#x2019;" u2="u" k="61" />
+ <hkern u1="&#x2019;" u2="s" k="61" />
+ <hkern u1="&#x2019;" u2="r" k="61" />
+ <hkern u1="&#x2019;" u2="q" k="123" />
+ <hkern u1="&#x2019;" u2="p" k="61" />
+ <hkern u1="&#x2019;" u2="o" k="123" />
+ <hkern u1="&#x2019;" u2="n" k="61" />
+ <hkern u1="&#x2019;" u2="m" k="61" />
+ <hkern u1="&#x2019;" u2="g" k="61" />
+ <hkern u1="&#x2019;" u2="e" k="123" />
+ <hkern u1="&#x2019;" u2="d" k="123" />
+ <hkern u1="&#x2019;" u2="c" k="123" />
+ <hkern u1="&#x2019;" u2="a" k="82" />
+ <hkern u1="&#x2019;" u2="Y" k="-20" />
+ <hkern u1="&#x2019;" u2="W" k="-41" />
+ <hkern u1="&#x2019;" u2="V" k="-41" />
+ <hkern u1="&#x2019;" u2="T" k="-41" />
+ <hkern u1="&#x2019;" u2="A" k="143" />
+ <hkern u1="&#x201a;" u2="&#x162;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x1ef0;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x1eee;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x1eec;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x1eea;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x1ee8;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x1ee6;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x1ee4;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x1ee2;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1ee0;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1ede;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1edc;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1eda;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1ed8;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1ed6;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1ed4;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1ed2;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1ed0;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1ece;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1ecc;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x50e;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x50c;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x507;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x506;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x505;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x504;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x4f5;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x4f4;" k="164" />
+ <hkern u1="&#x201a;" u2="&#x4ea;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x4e8;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x4e6;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x4cc;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x4cb;" k="164" />
+ <hkern u1="&#x201a;" u2="&#x4be;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x4bc;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x4b9;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x4b8;" k="164" />
+ <hkern u1="&#x201a;" u2="&#x4b7;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x4b6;" k="164" />
+ <hkern u1="&#x201a;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x4b4;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x4b0;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x4ae;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x4aa;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x4a8;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x4a0;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x480;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x47e;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x47c;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x47a;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x478;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x476;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x474;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x472;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x470;" k="164" />
+ <hkern u1="&#x201a;" u2="&#x460;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x1af;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x1a0;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x3d2;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x1e84;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x1e82;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x1e80;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x447;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x442;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x42a;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x427;" k="164" />
+ <hkern u1="&#x201a;" u2="&#x424;" k="82" />
+ <hkern u1="&#x201a;" u2="&#x422;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x421;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x41e;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x40b;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x404;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x402;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x3b8;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x3ab;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x3a8;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x3a6;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x3a5;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x3a4;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x39f;" k="82" />
+ <hkern u1="&#x201a;" u2="&#x398;" k="82" />
+ <hkern u1="&#x201a;" u2="&#x1fe;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x178;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x176;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x174;" k="123" />
+ <hkern u1="&#x201a;" u2="&#x172;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x170;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x16e;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x16c;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x16a;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x168;" k="41" />
+ <hkern u1="&#x201a;" u2="&#x164;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x201a;" u2="&#x152;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x150;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x14e;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x14c;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x122;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x120;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x11e;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x11c;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x10c;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x10a;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x108;" k="102" />
+ <hkern u1="&#x201a;" u2="&#x106;" k="102" />
+ <hkern u1="&#x201a;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x201a;" u2="&#xdc;" k="41" />
+ <hkern u1="&#x201a;" u2="&#xdb;" k="41" />
+ <hkern u1="&#x201a;" u2="&#xda;" k="41" />
+ <hkern u1="&#x201a;" u2="&#xd9;" k="41" />
+ <hkern u1="&#x201a;" u2="&#xd8;" k="102" />
+ <hkern u1="&#x201a;" u2="&#xd6;" k="102" />
+ <hkern u1="&#x201a;" u2="&#xd5;" k="102" />
+ <hkern u1="&#x201a;" u2="&#xd4;" k="102" />
+ <hkern u1="&#x201a;" u2="&#xd3;" k="102" />
+ <hkern u1="&#x201a;" u2="&#xd2;" k="102" />
+ <hkern u1="&#x201a;" u2="&#xc7;" k="102" />
+ <hkern u1="&#x201a;" u2="Y" k="123" />
+ <hkern u1="&#x201a;" u2="W" k="123" />
+ <hkern u1="&#x201a;" u2="V" k="123" />
+ <hkern u1="&#x201a;" u2="U" k="41" />
+ <hkern u1="&#x201a;" u2="T" k="143" />
+ <hkern u1="&#x201a;" u2="Q" k="102" />
+ <hkern u1="&#x201a;" u2="O" k="102" />
+ <hkern u1="&#x201a;" u2="G" k="102" />
+ <hkern u1="&#x201a;" u2="C" k="102" />
+ <hkern u1="&#x201c;" u2="&#x162;" k="-41" />
+ <hkern u1="&#x201c;" u2="&#x1ef8;" k="-20" />
+ <hkern u1="&#x201c;" u2="&#x1ef6;" k="-20" />
+ <hkern u1="&#x201c;" u2="&#x1ef4;" k="-20" />
+ <hkern u1="&#x201c;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1ee3;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ee1;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1edf;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1edd;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1edb;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ed9;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ed7;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ed5;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ed1;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ecf;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ecd;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ec7;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ec5;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ec3;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ebf;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ebd;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1ebb;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1eb9;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1eb7;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1eb6;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1eb5;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1eb4;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1eb3;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1eb2;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1eb1;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1eb0;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1eaf;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1eae;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1ead;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1eac;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1eab;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1eaa;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1ea9;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1ea8;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1ea6;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1ea5;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1ea4;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1ea3;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1ea2;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1ea1;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1ea0;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x513;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x512;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x511;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x50d;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x509;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x508;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x503;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x502;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x501;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x500;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x4eb;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x4e9;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x4e7;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x4db;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x4d9;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x4d7;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x4d5;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x4d3;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x4d1;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x4c6;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x4c5;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x4ab;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x4a9;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x481;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x47d;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x47b;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x479;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x473;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x471;" k="20" />
+ <hkern u1="&#x201c;" u2="&#x467;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x466;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x450;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1a1;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1e01;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1e00;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1ef2;" k="-20" />
+ <hkern u1="&#x201c;" u2="&#x1e84;" k="-41" />
+ <hkern u1="&#x201c;" u2="&#x1e82;" k="-41" />
+ <hkern u1="&#x201c;" u2="&#x1e80;" k="-41" />
+ <hkern u1="&#x201c;" u2="&#x459;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x455;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x454;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x451;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x444;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x441;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x43e;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x43b;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x435;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x434;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x430;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x41b;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x414;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x410;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x409;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x3cc;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x3c6;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x3c3;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x3c2;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x3c1;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x3bf;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x3bc;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x3ba;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x3b7;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x3b6;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x3b5;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x3b1;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x3ae;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x3ad;" k="41" />
+ <hkern u1="&#x201c;" u2="&#x3ac;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x39b;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x394;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x391;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x386;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x219;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x1ff;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x1fd;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1fb;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x1fa;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x178;" k="-20" />
+ <hkern u1="&#x201c;" u2="&#x176;" k="-20" />
+ <hkern u1="&#x201c;" u2="&#x174;" k="-41" />
+ <hkern u1="&#x201c;" u2="&#x173;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x171;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x169;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x164;" k="-41" />
+ <hkern u1="&#x201c;" u2="&#x21a;" k="-41" />
+ <hkern u1="&#x201c;" u2="&#x15f;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x15b;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x157;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x155;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x153;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x151;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x14f;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x14d;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x146;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x144;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x138;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x123;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x121;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x11f;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x11d;" k="61" />
+ <hkern u1="&#x201c;" u2="&#x11b;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x119;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x117;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x115;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x113;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x111;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x10f;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x10d;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x10b;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x109;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x107;" k="123" />
+ <hkern u1="&#x201c;" u2="&#x105;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x104;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x103;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x102;" k="143" />
+ <hkern u1="&#x201c;" u2="&#x101;" k="82" />
+ <hkern u1="&#x201c;" u2="&#x100;" k="143" />
+ <hkern u1="&#x201c;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x201c;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x201c;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x201c;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x201c;" u2="&#xf8;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xf6;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xf5;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xf4;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xf3;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xf2;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xeb;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xea;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xe9;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xe8;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xe7;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xe6;" k="82" />
+ <hkern u1="&#x201c;" u2="&#xe5;" k="82" />
+ <hkern u1="&#x201c;" u2="&#xe4;" k="82" />
+ <hkern u1="&#x201c;" u2="&#xe3;" k="82" />
+ <hkern u1="&#x201c;" u2="&#xe2;" k="82" />
+ <hkern u1="&#x201c;" u2="&#xe1;" k="82" />
+ <hkern u1="&#x201c;" u2="&#xe0;" k="123" />
+ <hkern u1="&#x201c;" u2="&#xdd;" k="-20" />
+ <hkern u1="&#x201c;" u2="&#xc5;" k="143" />
+ <hkern u1="&#x201c;" u2="&#xc4;" k="143" />
+ <hkern u1="&#x201c;" u2="&#xc3;" k="143" />
+ <hkern u1="&#x201c;" u2="&#xc2;" k="143" />
+ <hkern u1="&#x201c;" u2="&#xc1;" k="143" />
+ <hkern u1="&#x201c;" u2="&#xc0;" k="143" />
+ <hkern u1="&#x201c;" u2="u" k="61" />
+ <hkern u1="&#x201c;" u2="s" k="61" />
+ <hkern u1="&#x201c;" u2="r" k="61" />
+ <hkern u1="&#x201c;" u2="q" k="123" />
+ <hkern u1="&#x201c;" u2="p" k="61" />
+ <hkern u1="&#x201c;" u2="o" k="123" />
+ <hkern u1="&#x201c;" u2="n" k="61" />
+ <hkern u1="&#x201c;" u2="m" k="61" />
+ <hkern u1="&#x201c;" u2="g" k="61" />
+ <hkern u1="&#x201c;" u2="e" k="123" />
+ <hkern u1="&#x201c;" u2="d" k="123" />
+ <hkern u1="&#x201c;" u2="c" k="123" />
+ <hkern u1="&#x201c;" u2="a" k="82" />
+ <hkern u1="&#x201c;" u2="Y" k="-20" />
+ <hkern u1="&#x201c;" u2="W" k="-41" />
+ <hkern u1="&#x201c;" u2="V" k="-41" />
+ <hkern u1="&#x201c;" u2="T" k="-41" />
+ <hkern u1="&#x201c;" u2="A" k="143" />
+ <hkern u1="&#x201e;" u2="&#x162;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x1ef0;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x1eee;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x1eec;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x1eea;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x1ee8;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x1ee6;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x1ee4;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x1ee2;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1ee0;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1ede;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1edc;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1eda;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1ed8;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1ed6;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1ed4;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1ed2;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1ed0;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1ece;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1ecc;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x50e;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x50c;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x507;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x506;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x505;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x504;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x4f5;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x4f4;" k="164" />
+ <hkern u1="&#x201e;" u2="&#x4ea;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x4e8;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x4e6;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x4cc;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x4cb;" k="164" />
+ <hkern u1="&#x201e;" u2="&#x4be;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x4bc;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x4b9;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x4b8;" k="164" />
+ <hkern u1="&#x201e;" u2="&#x4b7;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x4b6;" k="164" />
+ <hkern u1="&#x201e;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x4b4;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x4b0;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x4ae;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x4aa;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x4a8;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x4a0;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x480;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x47e;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x47c;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x47a;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x478;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x476;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x474;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x472;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x470;" k="164" />
+ <hkern u1="&#x201e;" u2="&#x460;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x1af;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x1a0;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x3d2;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x1e84;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x1e82;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x1e80;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x447;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x442;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x42a;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x427;" k="164" />
+ <hkern u1="&#x201e;" u2="&#x424;" k="82" />
+ <hkern u1="&#x201e;" u2="&#x422;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x421;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x41e;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x40b;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x404;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x402;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x3b8;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x3ab;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x3a8;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x3a6;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x3a5;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x3a4;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x39f;" k="82" />
+ <hkern u1="&#x201e;" u2="&#x398;" k="82" />
+ <hkern u1="&#x201e;" u2="&#x1fe;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x178;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x176;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x174;" k="123" />
+ <hkern u1="&#x201e;" u2="&#x172;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x170;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x16e;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x16c;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x16a;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x168;" k="41" />
+ <hkern u1="&#x201e;" u2="&#x164;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x201e;" u2="&#x152;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x150;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x14e;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x14c;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x122;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x120;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x11e;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x11c;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x10c;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x10a;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x108;" k="102" />
+ <hkern u1="&#x201e;" u2="&#x106;" k="102" />
+ <hkern u1="&#x201e;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x201e;" u2="&#xdc;" k="41" />
+ <hkern u1="&#x201e;" u2="&#xdb;" k="41" />
+ <hkern u1="&#x201e;" u2="&#xda;" k="41" />
+ <hkern u1="&#x201e;" u2="&#xd9;" k="41" />
+ <hkern u1="&#x201e;" u2="&#xd8;" k="102" />
+ <hkern u1="&#x201e;" u2="&#xd6;" k="102" />
+ <hkern u1="&#x201e;" u2="&#xd5;" k="102" />
+ <hkern u1="&#x201e;" u2="&#xd4;" k="102" />
+ <hkern u1="&#x201e;" u2="&#xd3;" k="102" />
+ <hkern u1="&#x201e;" u2="&#xd2;" k="102" />
+ <hkern u1="&#x201e;" u2="&#xc7;" k="102" />
+ <hkern u1="&#x201e;" u2="Y" k="123" />
+ <hkern u1="&#x201e;" u2="W" k="123" />
+ <hkern u1="&#x201e;" u2="V" k="123" />
+ <hkern u1="&#x201e;" u2="U" k="41" />
+ <hkern u1="&#x201e;" u2="T" k="143" />
+ <hkern u1="&#x201e;" u2="Q" k="102" />
+ <hkern u1="&#x201e;" u2="O" k="102" />
+ <hkern u1="&#x201e;" u2="G" k="102" />
+ <hkern u1="&#x201e;" u2="C" k="102" />
+ <hkern u1="&#x2126;" u2="&#x3d2;" k="20" />
+ <hkern u1="&#x2126;" u2="&#x3ab;" k="20" />
+ <hkern u1="&#x2126;" u2="&#x3a5;" k="20" />
+ <hkern u1="&#x2126;" u2="&#x3a4;" k="41" />
+ <hkern u1="&#x3d1;" u2="&#x201e;" k="61" />
+ <hkern u1="&#x3d1;" u2="&#x201a;" k="61" />
+ <hkern u1="&#x3d1;" u2="&#x2e;" k="61" />
+ <hkern u1="&#x3d1;" u2="&#x2c;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x2126;" k="20" />
+ <hkern u1="&#x3d2;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x3d2;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x3d2;" u2="&#x3ce;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3cd;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3cc;" k="102" />
+ <hkern u1="&#x3d2;" u2="&#x3cb;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3c9;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3c8;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3c6;" k="102" />
+ <hkern u1="&#x3d2;" u2="&#x3c5;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3c3;" k="102" />
+ <hkern u1="&#x3d2;" u2="&#x3c2;" k="102" />
+ <hkern u1="&#x3d2;" u2="&#x3c1;" k="102" />
+ <hkern u1="&#x3d2;" u2="&#x3bf;" k="102" />
+ <hkern u1="&#x3d2;" u2="&#x3bc;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3ba;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3b9;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3b7;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3b5;" k="82" />
+ <hkern u1="&#x3d2;" u2="&#x3b4;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3b1;" k="102" />
+ <hkern u1="&#x3d2;" u2="&#x3b0;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3af;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3ae;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x3ad;" k="82" />
+ <hkern u1="&#x3d2;" u2="&#x3ac;" k="102" />
+ <hkern u1="&#x3d2;" u2="&#x3a9;" k="20" />
+ <hkern u1="&#x3d2;" u2="&#x3a6;" k="61" />
+ <hkern u1="&#x3d2;" u2="&#x39f;" k="41" />
+ <hkern u1="&#x3d2;" u2="&#x39b;" k="123" />
+ <hkern u1="&#x3d2;" u2="&#x398;" k="41" />
+ <hkern u1="&#x3d2;" u2="&#x394;" k="123" />
+ <hkern u1="&#x3d2;" u2="&#x391;" k="123" />
+ <hkern u1="&#x3d2;" u2="&#x386;" k="123" />
+ <hkern u1="&#x3d2;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x3d2;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x1e00;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1e00;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1e00;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1e00;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1e00;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1e00;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1e00;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1e00;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1e00;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1e00;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1e00;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1e00;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1e00;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1e00;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1e00;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1e00;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1e00;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1e00;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1e00;" u2="Y" k="123" />
+ <hkern u1="&#x1e00;" u2="W" k="82" />
+ <hkern u1="&#x1e00;" u2="V" k="82" />
+ <hkern u1="&#x1e00;" u2="T" k="143" />
+ <hkern u1="&#x1e00;" u2="Q" k="41" />
+ <hkern u1="&#x1e00;" u2="O" k="41" />
+ <hkern u1="&#x1e00;" u2="J" k="-266" />
+ <hkern u1="&#x1e00;" u2="G" k="41" />
+ <hkern u1="&#x1e00;" u2="C" k="41" />
+ <hkern u1="&#x1e00;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1e00;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1e01;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1e01;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1e01;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1e01;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1f4d;" u2="&#x3d2;" k="20" />
+ <hkern u1="&#x1f4d;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1f4d;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1f4d;" u2="&#x3bb;" k="20" />
+ <hkern u1="&#x1f4d;" u2="&#x3ab;" k="20" />
+ <hkern u1="&#x1f4d;" u2="&#x3a8;" k="20" />
+ <hkern u1="&#x1f4d;" u2="&#x3a7;" k="41" />
+ <hkern u1="&#x1f4d;" u2="&#x3a5;" k="20" />
+ <hkern u1="&#x1f4d;" u2="&#x3a4;" k="61" />
+ <hkern u1="&#x1f4d;" u2="&#x3a3;" k="20" />
+ <hkern u1="&#x1f4d;" u2="&#x39b;" k="41" />
+ <hkern u1="&#x1f4d;" u2="&#x396;" k="20" />
+ <hkern u1="&#x1f4d;" u2="&#x394;" k="41" />
+ <hkern u1="&#x1f4d;" u2="&#x391;" k="41" />
+ <hkern u1="&#x1f4d;" u2="&#x386;" k="41" />
+ <hkern u1="&#x1f4d;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1f4d;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1a1;" u2="&#x163;" k="-82" />
+ <hkern u1="&#x1a1;" g2="ff" k="-82" />
+ <hkern u1="&#x1a1;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1a1;" g2="uniFB04" k="-82" />
+ <hkern u1="&#x1a1;" g2="uniFB03" k="-82" />
+ <hkern u1="&#x1a1;" g2="uniFB02" k="-82" />
+ <hkern u1="&#x1a1;" g2="uniFB01" k="-82" />
+ <hkern u1="&#x1a1;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1a1;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1a1;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1a1;" u2="&#x165;" k="-82" />
+ <hkern u1="&#x1a1;" u2="&#x21b;" k="-82" />
+ <hkern u1="&#x1a1;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1a1;" u2="y" k="-102" />
+ <hkern u1="&#x1a1;" u2="x" k="-102" />
+ <hkern u1="&#x1a1;" u2="w" k="-102" />
+ <hkern u1="&#x1a1;" u2="v" k="-102" />
+ <hkern u1="&#x1a1;" u2="t" k="-82" />
+ <hkern u1="&#x1a1;" u2="f" k="-82" />
+ <hkern u1="&#x1b0;" u2="&#x163;" k="-102" />
+ <hkern u1="&#x1b0;" g2="ff" k="-102" />
+ <hkern u1="&#x1b0;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1b0;" g2="uniFB04" k="-102" />
+ <hkern u1="&#x1b0;" g2="uniFB03" k="-102" />
+ <hkern u1="&#x1b0;" g2="uniFB02" k="-102" />
+ <hkern u1="&#x1b0;" g2="uniFB01" k="-102" />
+ <hkern u1="&#x1b0;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1b0;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1b0;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1b0;" u2="&#x165;" k="-102" />
+ <hkern u1="&#x1b0;" u2="&#x21b;" k="-102" />
+ <hkern u1="&#x1b0;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1b0;" u2="y" k="-102" />
+ <hkern u1="&#x1b0;" u2="x" k="-102" />
+ <hkern u1="&#x1b0;" u2="w" k="-102" />
+ <hkern u1="&#x1b0;" u2="v" k="-102" />
+ <hkern u1="&#x1b0;" u2="t" k="-102" />
+ <hkern u1="&#x1b0;" u2="f" k="-102" />
+ <hkern u1="&#x450;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x450;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x450;" u2="&#x27;" k="20" />
+ <hkern u1="&#x450;" u2="&#x22;" k="20" />
+ <hkern u1="&#x460;" u2="&#x513;" k="20" />
+ <hkern u1="&#x460;" u2="&#x512;" k="41" />
+ <hkern u1="&#x460;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x460;" u2="&#x509;" k="20" />
+ <hkern u1="&#x460;" u2="&#x508;" k="41" />
+ <hkern u1="&#x460;" u2="&#x506;" k="41" />
+ <hkern u1="&#x460;" u2="&#x504;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x460;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x460;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x460;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x460;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x460;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x460;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x460;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x460;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x460;" u2="&#x498;" k="20" />
+ <hkern u1="&#x460;" u2="&#x496;" k="41" />
+ <hkern u1="&#x460;" u2="&#x476;" k="20" />
+ <hkern u1="&#x460;" u2="&#x474;" k="20" />
+ <hkern u1="&#x460;" u2="&#x470;" k="41" />
+ <hkern u1="&#x460;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x460;" u2="&#x467;" k="20" />
+ <hkern u1="&#x460;" u2="&#x466;" k="41" />
+ <hkern u1="&#x460;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x460;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x460;" u2="&#x459;" k="20" />
+ <hkern u1="&#x460;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x460;" u2="&#x434;" k="20" />
+ <hkern u1="&#x460;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x460;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x460;" u2="&#x427;" k="41" />
+ <hkern u1="&#x460;" u2="&#x425;" k="41" />
+ <hkern u1="&#x460;" u2="&#x423;" k="41" />
+ <hkern u1="&#x460;" u2="&#x422;" k="61" />
+ <hkern u1="&#x460;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x460;" u2="&#x417;" k="20" />
+ <hkern u1="&#x460;" u2="&#x416;" k="41" />
+ <hkern u1="&#x460;" u2="&#x414;" k="41" />
+ <hkern u1="&#x460;" u2="&#x410;" k="41" />
+ <hkern u1="&#x460;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x460;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x460;" u2="&#x409;" k="41" />
+ <hkern u1="&#x460;" u2="&#x402;" k="20" />
+ <hkern u1="&#x460;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x460;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x461;" u2="&#x513;" k="41" />
+ <hkern u1="&#x461;" u2="&#x509;" k="41" />
+ <hkern u1="&#x461;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x461;" u2="&#x467;" k="41" />
+ <hkern u1="&#x461;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x461;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x461;" u2="&#x459;" k="41" />
+ <hkern u1="&#x461;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x461;" u2="&#x434;" k="41" />
+ <hkern u1="&#x461;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x461;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x462;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x462;" u2="&#x50e;" k="41" />
+ <hkern u1="&#x462;" u2="&#x506;" k="102" />
+ <hkern u1="&#x462;" u2="&#x504;" k="102" />
+ <hkern u1="&#x462;" u2="&#x4f4;" k="82" />
+ <hkern u1="&#x462;" u2="&#x4cb;" k="82" />
+ <hkern u1="&#x462;" u2="&#x4b8;" k="82" />
+ <hkern u1="&#x462;" u2="&#x4b6;" k="82" />
+ <hkern u1="&#x462;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x462;" u2="&#x4b4;" k="41" />
+ <hkern u1="&#x462;" u2="&#x4b0;" k="61" />
+ <hkern u1="&#x462;" u2="&#x4ae;" k="61" />
+ <hkern u1="&#x462;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x462;" u2="&#x4ac;" k="82" />
+ <hkern u1="&#x462;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x462;" u2="&#x4a0;" k="41" />
+ <hkern u1="&#x462;" u2="&#x476;" k="61" />
+ <hkern u1="&#x462;" u2="&#x474;" k="61" />
+ <hkern u1="&#x462;" u2="&#x470;" k="82" />
+ <hkern u1="&#x462;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x462;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x462;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x462;" u2="&#x442;" k="41" />
+ <hkern u1="&#x462;" u2="&#x42a;" k="41" />
+ <hkern u1="&#x462;" u2="&#x427;" k="82" />
+ <hkern u1="&#x462;" u2="&#x422;" k="82" />
+ <hkern u1="&#x462;" u2="&#x40b;" k="41" />
+ <hkern u1="&#x462;" u2="&#x402;" k="41" />
+ <hkern u1="&#x462;" u2="&#x27;" k="82" />
+ <hkern u1="&#x462;" u2="&#x22;" k="82" />
+ <hkern u1="&#x463;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x463;" u2="&#x507;" k="102" />
+ <hkern u1="&#x463;" u2="&#x505;" k="102" />
+ <hkern u1="&#x463;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x463;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x463;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x463;" u2="&#x4f3;" k="61" />
+ <hkern u1="&#x463;" u2="&#x4f1;" k="61" />
+ <hkern u1="&#x463;" u2="&#x4ef;" k="61" />
+ <hkern u1="&#x463;" u2="&#x4e1;" k="41" />
+ <hkern u1="&#x463;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x463;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x463;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x463;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x463;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x463;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x463;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x463;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x463;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x463;" u2="&#x4b1;" k="61" />
+ <hkern u1="&#x463;" u2="&#x4af;" k="61" />
+ <hkern u1="&#x463;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x463;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x463;" u2="&#x497;" k="41" />
+ <hkern u1="&#x463;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x463;" u2="&#x477;" k="41" />
+ <hkern u1="&#x463;" u2="&#x475;" k="41" />
+ <hkern u1="&#x463;" u2="&#x461;" k="41" />
+ <hkern u1="&#x463;" u2="&#x201d;" k="123" />
+ <hkern u1="&#x463;" u2="&#x2019;" k="123" />
+ <hkern u1="&#x463;" u2="&#x45e;" k="61" />
+ <hkern u1="&#x463;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x463;" u2="&#x447;" k="82" />
+ <hkern u1="&#x463;" u2="&#x445;" k="41" />
+ <hkern u1="&#x463;" u2="&#x443;" k="61" />
+ <hkern u1="&#x463;" u2="&#x442;" k="102" />
+ <hkern u1="&#x463;" u2="&#x436;" k="41" />
+ <hkern u1="&#x463;" u2="&#x27;" k="123" />
+ <hkern u1="&#x463;" u2="&#x22;" k="123" />
+ <hkern u1="&#x464;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x464;" u2="&#x507;" k="41" />
+ <hkern u1="&#x464;" u2="&#x505;" k="41" />
+ <hkern u1="&#x464;" u2="&#x502;" k="41" />
+ <hkern u1="&#x464;" u2="&#x500;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x464;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x464;" u2="&#x480;" k="41" />
+ <hkern u1="&#x464;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x464;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x464;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x464;" u2="&#x478;" k="41" />
+ <hkern u1="&#x464;" u2="&#x472;" k="41" />
+ <hkern u1="&#x464;" u2="&#x460;" k="41" />
+ <hkern u1="&#x464;" u2="&#x447;" k="41" />
+ <hkern u1="&#x464;" u2="&#x424;" k="41" />
+ <hkern u1="&#x464;" u2="&#x421;" k="41" />
+ <hkern u1="&#x464;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x464;" u2="&#x404;" k="41" />
+ <hkern u1="&#x466;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x466;" u2="&#x50e;" k="102" />
+ <hkern u1="&#x466;" u2="&#x507;" k="41" />
+ <hkern u1="&#x466;" u2="&#x506;" k="143" />
+ <hkern u1="&#x466;" u2="&#x505;" k="41" />
+ <hkern u1="&#x466;" u2="&#x504;" k="143" />
+ <hkern u1="&#x466;" u2="&#x4fa;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x466;" u2="&#x4da;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4d8;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x466;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x466;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x466;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x466;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x466;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4b4;" k="102" />
+ <hkern u1="&#x466;" u2="&#x4b0;" k="123" />
+ <hkern u1="&#x466;" u2="&#x4ae;" k="123" />
+ <hkern u1="&#x466;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x466;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x466;" u2="&#x4a0;" k="102" />
+ <hkern u1="&#x466;" u2="&#x49e;" k="41" />
+ <hkern u1="&#x466;" u2="&#x492;" k="41" />
+ <hkern u1="&#x466;" u2="&#x48c;" k="41" />
+ <hkern u1="&#x466;" u2="&#x476;" k="82" />
+ <hkern u1="&#x466;" u2="&#x474;" k="82" />
+ <hkern u1="&#x466;" u2="&#x470;" k="102" />
+ <hkern u1="&#x466;" u2="&#x462;" k="41" />
+ <hkern u1="&#x466;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x466;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x466;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x466;" u2="&#x447;" k="41" />
+ <hkern u1="&#x466;" u2="&#x442;" k="41" />
+ <hkern u1="&#x466;" u2="&#x42a;" k="102" />
+ <hkern u1="&#x466;" u2="&#x427;" k="102" />
+ <hkern u1="&#x466;" u2="&#x424;" k="41" />
+ <hkern u1="&#x466;" u2="&#x422;" k="143" />
+ <hkern u1="&#x466;" u2="&#x40b;" k="102" />
+ <hkern u1="&#x466;" u2="&#x402;" k="102" />
+ <hkern u1="&#x466;" u2="&#x27;" k="143" />
+ <hkern u1="&#x466;" u2="&#x22;" k="143" />
+ <hkern u1="&#x467;" u2="&#x511;" k="41" />
+ <hkern u1="&#x467;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x467;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x467;" u2="&#x507;" k="123" />
+ <hkern u1="&#x467;" u2="&#x505;" k="123" />
+ <hkern u1="&#x467;" u2="&#x503;" k="41" />
+ <hkern u1="&#x467;" u2="&#x501;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4f5;" k="61" />
+ <hkern u1="&#x467;" u2="&#x4f3;" k="61" />
+ <hkern u1="&#x467;" u2="&#x4f1;" k="61" />
+ <hkern u1="&#x467;" u2="&#x4ef;" k="61" />
+ <hkern u1="&#x467;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4cc;" k="61" />
+ <hkern u1="&#x467;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4b9;" k="61" />
+ <hkern u1="&#x467;" u2="&#x4b7;" k="61" />
+ <hkern u1="&#x467;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x467;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x467;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x467;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x467;" u2="&#x481;" k="41" />
+ <hkern u1="&#x467;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x467;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x467;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x467;" u2="&#x479;" k="41" />
+ <hkern u1="&#x467;" u2="&#x477;" k="41" />
+ <hkern u1="&#x467;" u2="&#x475;" k="41" />
+ <hkern u1="&#x467;" u2="&#x473;" k="41" />
+ <hkern u1="&#x467;" u2="&#x471;" k="20" />
+ <hkern u1="&#x467;" u2="&#x461;" k="41" />
+ <hkern u1="&#x467;" u2="&#x450;" k="41" />
+ <hkern u1="&#x467;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x467;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x467;" u2="&#x45e;" k="61" />
+ <hkern u1="&#x467;" u2="&#x454;" k="41" />
+ <hkern u1="&#x467;" u2="&#x451;" k="41" />
+ <hkern u1="&#x467;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x467;" u2="&#x447;" k="61" />
+ <hkern u1="&#x467;" u2="&#x444;" k="41" />
+ <hkern u1="&#x467;" u2="&#x443;" k="61" />
+ <hkern u1="&#x467;" u2="&#x442;" k="102" />
+ <hkern u1="&#x467;" u2="&#x441;" k="41" />
+ <hkern u1="&#x467;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x467;" u2="&#x435;" k="41" />
+ <hkern u1="&#x467;" u2="&#x27;" k="143" />
+ <hkern u1="&#x467;" u2="&#x22;" k="143" />
+ <hkern u1="&#x468;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x468;" u2="&#x50e;" k="102" />
+ <hkern u1="&#x468;" u2="&#x507;" k="41" />
+ <hkern u1="&#x468;" u2="&#x506;" k="143" />
+ <hkern u1="&#x468;" u2="&#x505;" k="41" />
+ <hkern u1="&#x468;" u2="&#x504;" k="143" />
+ <hkern u1="&#x468;" u2="&#x4fa;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x468;" u2="&#x4da;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4d8;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x468;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x468;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x468;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x468;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x468;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4b4;" k="102" />
+ <hkern u1="&#x468;" u2="&#x4b0;" k="123" />
+ <hkern u1="&#x468;" u2="&#x4ae;" k="123" />
+ <hkern u1="&#x468;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x468;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x468;" u2="&#x4a0;" k="102" />
+ <hkern u1="&#x468;" u2="&#x49e;" k="41" />
+ <hkern u1="&#x468;" u2="&#x492;" k="41" />
+ <hkern u1="&#x468;" u2="&#x48c;" k="41" />
+ <hkern u1="&#x468;" u2="&#x476;" k="82" />
+ <hkern u1="&#x468;" u2="&#x474;" k="82" />
+ <hkern u1="&#x468;" u2="&#x470;" k="102" />
+ <hkern u1="&#x468;" u2="&#x462;" k="41" />
+ <hkern u1="&#x468;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x468;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x468;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x468;" u2="&#x447;" k="41" />
+ <hkern u1="&#x468;" u2="&#x442;" k="41" />
+ <hkern u1="&#x468;" u2="&#x42a;" k="102" />
+ <hkern u1="&#x468;" u2="&#x427;" k="102" />
+ <hkern u1="&#x468;" u2="&#x424;" k="41" />
+ <hkern u1="&#x468;" u2="&#x422;" k="143" />
+ <hkern u1="&#x468;" u2="&#x40b;" k="102" />
+ <hkern u1="&#x468;" u2="&#x402;" k="102" />
+ <hkern u1="&#x468;" u2="&#x27;" k="143" />
+ <hkern u1="&#x468;" u2="&#x22;" k="143" />
+ <hkern u1="&#x469;" u2="&#x511;" k="41" />
+ <hkern u1="&#x469;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x469;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x469;" u2="&#x507;" k="123" />
+ <hkern u1="&#x469;" u2="&#x505;" k="123" />
+ <hkern u1="&#x469;" u2="&#x503;" k="41" />
+ <hkern u1="&#x469;" u2="&#x501;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4f5;" k="61" />
+ <hkern u1="&#x469;" u2="&#x4f3;" k="61" />
+ <hkern u1="&#x469;" u2="&#x4f1;" k="61" />
+ <hkern u1="&#x469;" u2="&#x4ef;" k="61" />
+ <hkern u1="&#x469;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4cc;" k="61" />
+ <hkern u1="&#x469;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4b9;" k="61" />
+ <hkern u1="&#x469;" u2="&#x4b7;" k="61" />
+ <hkern u1="&#x469;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x469;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x469;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x469;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x469;" u2="&#x481;" k="41" />
+ <hkern u1="&#x469;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x469;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x469;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x469;" u2="&#x479;" k="41" />
+ <hkern u1="&#x469;" u2="&#x477;" k="41" />
+ <hkern u1="&#x469;" u2="&#x475;" k="41" />
+ <hkern u1="&#x469;" u2="&#x473;" k="41" />
+ <hkern u1="&#x469;" u2="&#x471;" k="20" />
+ <hkern u1="&#x469;" u2="&#x461;" k="41" />
+ <hkern u1="&#x469;" u2="&#x450;" k="41" />
+ <hkern u1="&#x469;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x469;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x469;" u2="&#x45e;" k="61" />
+ <hkern u1="&#x469;" u2="&#x454;" k="41" />
+ <hkern u1="&#x469;" u2="&#x451;" k="41" />
+ <hkern u1="&#x469;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x469;" u2="&#x447;" k="61" />
+ <hkern u1="&#x469;" u2="&#x444;" k="41" />
+ <hkern u1="&#x469;" u2="&#x443;" k="61" />
+ <hkern u1="&#x469;" u2="&#x442;" k="102" />
+ <hkern u1="&#x469;" u2="&#x441;" k="41" />
+ <hkern u1="&#x469;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x469;" u2="&#x435;" k="41" />
+ <hkern u1="&#x469;" u2="&#x27;" k="143" />
+ <hkern u1="&#x469;" u2="&#x22;" k="143" />
+ <hkern u1="&#x46a;" u2="&#x506;" k="20" />
+ <hkern u1="&#x46a;" u2="&#x504;" k="20" />
+ <hkern u1="&#x46c;" u2="&#x506;" k="20" />
+ <hkern u1="&#x46c;" u2="&#x504;" k="20" />
+ <hkern u1="&#x46e;" u2="&#x506;" k="41" />
+ <hkern u1="&#x46e;" u2="&#x504;" k="41" />
+ <hkern u1="&#x46e;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x46e;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x46e;" u2="&#x476;" k="20" />
+ <hkern u1="&#x46e;" u2="&#x474;" k="20" />
+ <hkern u1="&#x46e;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x46e;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x46e;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x46e;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x470;" u2="&#x513;" k="41" />
+ <hkern u1="&#x470;" u2="&#x512;" k="61" />
+ <hkern u1="&#x470;" u2="&#x509;" k="41" />
+ <hkern u1="&#x470;" u2="&#x508;" k="61" />
+ <hkern u1="&#x470;" u2="&#x502;" k="82" />
+ <hkern u1="&#x470;" u2="&#x500;" k="82" />
+ <hkern u1="&#x470;" u2="&#x4d4;" k="82" />
+ <hkern u1="&#x470;" u2="&#x4d2;" k="82" />
+ <hkern u1="&#x470;" u2="&#x4d0;" k="82" />
+ <hkern u1="&#x470;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x470;" u2="&#x4c5;" k="61" />
+ <hkern u1="&#x470;" u2="&#x467;" k="41" />
+ <hkern u1="&#x470;" u2="&#x466;" k="82" />
+ <hkern u1="&#x470;" u2="&#x201e;" k="143" />
+ <hkern u1="&#x470;" u2="&#x201a;" k="143" />
+ <hkern u1="&#x470;" u2="&#x459;" k="41" />
+ <hkern u1="&#x470;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x470;" u2="&#x434;" k="41" />
+ <hkern u1="&#x470;" u2="&#x41b;" k="61" />
+ <hkern u1="&#x470;" u2="&#x414;" k="61" />
+ <hkern u1="&#x470;" u2="&#x410;" k="82" />
+ <hkern u1="&#x470;" u2="&#x409;" k="61" />
+ <hkern u1="&#x470;" u2="&#x2e;" k="143" />
+ <hkern u1="&#x470;" u2="&#x2c;" k="143" />
+ <hkern u1="&#x471;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x471;" u2="&#x507;" k="20" />
+ <hkern u1="&#x471;" u2="&#x505;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x471;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x471;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x471;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x471;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x471;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x471;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x471;" u2="&#x497;" k="41" />
+ <hkern u1="&#x471;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x471;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x471;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x471;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x471;" u2="&#x447;" k="20" />
+ <hkern u1="&#x471;" u2="&#x445;" k="41" />
+ <hkern u1="&#x471;" u2="&#x443;" k="20" />
+ <hkern u1="&#x471;" u2="&#x442;" k="20" />
+ <hkern u1="&#x471;" u2="&#x436;" k="41" />
+ <hkern u1="&#x471;" u2="&#x27;" k="20" />
+ <hkern u1="&#x471;" u2="&#x22;" k="20" />
+ <hkern u1="&#x472;" u2="&#x513;" k="20" />
+ <hkern u1="&#x472;" u2="&#x512;" k="41" />
+ <hkern u1="&#x472;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x472;" u2="&#x509;" k="20" />
+ <hkern u1="&#x472;" u2="&#x508;" k="41" />
+ <hkern u1="&#x472;" u2="&#x506;" k="41" />
+ <hkern u1="&#x472;" u2="&#x504;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x472;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x472;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x472;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x472;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x472;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x472;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x472;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x472;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x472;" u2="&#x498;" k="20" />
+ <hkern u1="&#x472;" u2="&#x496;" k="41" />
+ <hkern u1="&#x472;" u2="&#x476;" k="20" />
+ <hkern u1="&#x472;" u2="&#x474;" k="20" />
+ <hkern u1="&#x472;" u2="&#x470;" k="41" />
+ <hkern u1="&#x472;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x472;" u2="&#x467;" k="20" />
+ <hkern u1="&#x472;" u2="&#x466;" k="41" />
+ <hkern u1="&#x472;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x472;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x472;" u2="&#x459;" k="20" />
+ <hkern u1="&#x472;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x472;" u2="&#x434;" k="20" />
+ <hkern u1="&#x472;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x472;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x472;" u2="&#x427;" k="41" />
+ <hkern u1="&#x472;" u2="&#x425;" k="41" />
+ <hkern u1="&#x472;" u2="&#x423;" k="41" />
+ <hkern u1="&#x472;" u2="&#x422;" k="61" />
+ <hkern u1="&#x472;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x472;" u2="&#x417;" k="20" />
+ <hkern u1="&#x472;" u2="&#x416;" k="41" />
+ <hkern u1="&#x472;" u2="&#x414;" k="41" />
+ <hkern u1="&#x472;" u2="&#x410;" k="41" />
+ <hkern u1="&#x472;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x472;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x472;" u2="&#x409;" k="41" />
+ <hkern u1="&#x472;" u2="&#x402;" k="20" />
+ <hkern u1="&#x472;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x472;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x473;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x473;" u2="&#x507;" k="20" />
+ <hkern u1="&#x473;" u2="&#x505;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x473;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x473;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x473;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x473;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x473;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x473;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x473;" u2="&#x497;" k="41" />
+ <hkern u1="&#x473;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x473;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x473;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x473;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x473;" u2="&#x447;" k="20" />
+ <hkern u1="&#x473;" u2="&#x445;" k="41" />
+ <hkern u1="&#x473;" u2="&#x443;" k="20" />
+ <hkern u1="&#x473;" u2="&#x442;" k="20" />
+ <hkern u1="&#x473;" u2="&#x436;" k="41" />
+ <hkern u1="&#x473;" u2="&#x27;" k="20" />
+ <hkern u1="&#x473;" u2="&#x22;" k="20" />
+ <hkern u1="&#x474;" u2="&#x513;" k="82" />
+ <hkern u1="&#x474;" u2="&#x512;" k="102" />
+ <hkern u1="&#x474;" u2="&#x511;" k="41" />
+ <hkern u1="&#x474;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x474;" u2="&#x50c;" k="20" />
+ <hkern u1="&#x474;" u2="&#x509;" k="82" />
+ <hkern u1="&#x474;" u2="&#x508;" k="102" />
+ <hkern u1="&#x474;" u2="&#x503;" k="41" />
+ <hkern u1="&#x474;" u2="&#x502;" k="143" />
+ <hkern u1="&#x474;" u2="&#x501;" k="41" />
+ <hkern u1="&#x474;" u2="&#x500;" k="143" />
+ <hkern u1="&#x474;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4ea;" k="20" />
+ <hkern u1="&#x474;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4e8;" k="20" />
+ <hkern u1="&#x474;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4e6;" k="20" />
+ <hkern u1="&#x474;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x474;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x474;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x474;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4c6;" k="82" />
+ <hkern u1="&#x474;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x474;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x474;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x474;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4aa;" k="20" />
+ <hkern u1="&#x474;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x474;" u2="&#x4a8;" k="20" />
+ <hkern u1="&#x474;" u2="&#x49f;" k="-102" />
+ <hkern u1="&#x474;" u2="&#x48d;" k="-102" />
+ <hkern u1="&#x474;" u2="&#x481;" k="41" />
+ <hkern u1="&#x474;" u2="&#x480;" k="20" />
+ <hkern u1="&#x474;" u2="&#x47e;" k="20" />
+ <hkern u1="&#x474;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x474;" u2="&#x47c;" k="20" />
+ <hkern u1="&#x474;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x474;" u2="&#x47a;" k="20" />
+ <hkern u1="&#x474;" u2="&#x479;" k="41" />
+ <hkern u1="&#x474;" u2="&#x478;" k="20" />
+ <hkern u1="&#x474;" u2="&#x473;" k="41" />
+ <hkern u1="&#x474;" u2="&#x472;" k="20" />
+ <hkern u1="&#x474;" u2="&#x467;" k="82" />
+ <hkern u1="&#x474;" u2="&#x466;" k="143" />
+ <hkern u1="&#x474;" u2="&#x460;" k="20" />
+ <hkern u1="&#x474;" u2="&#x450;" k="41" />
+ <hkern u1="&#x474;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x474;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x474;" u2="&#x45b;" k="-102" />
+ <hkern u1="&#x474;" u2="&#x459;" k="82" />
+ <hkern u1="&#x474;" u2="&#x455;" k="20" />
+ <hkern u1="&#x474;" u2="&#x454;" k="41" />
+ <hkern u1="&#x474;" u2="&#x452;" k="-102" />
+ <hkern u1="&#x474;" u2="&#x451;" k="41" />
+ <hkern u1="&#x474;" u2="&#x447;" k="41" />
+ <hkern u1="&#x474;" u2="&#x444;" k="41" />
+ <hkern u1="&#x474;" u2="&#x441;" k="41" />
+ <hkern u1="&#x474;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x474;" u2="&#x43b;" k="82" />
+ <hkern u1="&#x474;" u2="&#x435;" k="41" />
+ <hkern u1="&#x474;" u2="&#x434;" k="82" />
+ <hkern u1="&#x474;" u2="&#x42f;" k="20" />
+ <hkern u1="&#x474;" u2="&#x424;" k="61" />
+ <hkern u1="&#x474;" u2="&#x421;" k="20" />
+ <hkern u1="&#x474;" u2="&#x41e;" k="20" />
+ <hkern u1="&#x474;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x474;" u2="&#x414;" k="102" />
+ <hkern u1="&#x474;" u2="&#x410;" k="143" />
+ <hkern u1="&#x474;" u2="&#x409;" k="102" />
+ <hkern u1="&#x474;" u2="&#x404;" k="20" />
+ <hkern u1="&#x474;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x474;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x475;" u2="&#x513;" k="41" />
+ <hkern u1="&#x475;" u2="&#x509;" k="41" />
+ <hkern u1="&#x475;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x475;" u2="&#x467;" k="41" />
+ <hkern u1="&#x475;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x475;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x475;" u2="&#x459;" k="41" />
+ <hkern u1="&#x475;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x475;" u2="&#x434;" k="41" />
+ <hkern u1="&#x475;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x475;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x476;" u2="&#x513;" k="82" />
+ <hkern u1="&#x476;" u2="&#x512;" k="102" />
+ <hkern u1="&#x476;" u2="&#x511;" k="41" />
+ <hkern u1="&#x476;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x476;" u2="&#x50c;" k="20" />
+ <hkern u1="&#x476;" u2="&#x509;" k="82" />
+ <hkern u1="&#x476;" u2="&#x508;" k="102" />
+ <hkern u1="&#x476;" u2="&#x503;" k="41" />
+ <hkern u1="&#x476;" u2="&#x502;" k="143" />
+ <hkern u1="&#x476;" u2="&#x501;" k="41" />
+ <hkern u1="&#x476;" u2="&#x500;" k="143" />
+ <hkern u1="&#x476;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4ea;" k="20" />
+ <hkern u1="&#x476;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4e8;" k="20" />
+ <hkern u1="&#x476;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4e6;" k="20" />
+ <hkern u1="&#x476;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x476;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x476;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x476;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4c6;" k="82" />
+ <hkern u1="&#x476;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x476;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x476;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x476;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4aa;" k="20" />
+ <hkern u1="&#x476;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x476;" u2="&#x4a8;" k="20" />
+ <hkern u1="&#x476;" u2="&#x49f;" k="-102" />
+ <hkern u1="&#x476;" u2="&#x48d;" k="-102" />
+ <hkern u1="&#x476;" u2="&#x481;" k="41" />
+ <hkern u1="&#x476;" u2="&#x480;" k="20" />
+ <hkern u1="&#x476;" u2="&#x47e;" k="20" />
+ <hkern u1="&#x476;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x476;" u2="&#x47c;" k="20" />
+ <hkern u1="&#x476;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x476;" u2="&#x47a;" k="20" />
+ <hkern u1="&#x476;" u2="&#x479;" k="41" />
+ <hkern u1="&#x476;" u2="&#x478;" k="20" />
+ <hkern u1="&#x476;" u2="&#x473;" k="41" />
+ <hkern u1="&#x476;" u2="&#x472;" k="20" />
+ <hkern u1="&#x476;" u2="&#x467;" k="82" />
+ <hkern u1="&#x476;" u2="&#x466;" k="143" />
+ <hkern u1="&#x476;" u2="&#x460;" k="20" />
+ <hkern u1="&#x476;" u2="&#x450;" k="41" />
+ <hkern u1="&#x476;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x476;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x476;" u2="&#x45b;" k="-102" />
+ <hkern u1="&#x476;" u2="&#x459;" k="82" />
+ <hkern u1="&#x476;" u2="&#x455;" k="20" />
+ <hkern u1="&#x476;" u2="&#x454;" k="41" />
+ <hkern u1="&#x476;" u2="&#x452;" k="-102" />
+ <hkern u1="&#x476;" u2="&#x451;" k="41" />
+ <hkern u1="&#x476;" u2="&#x447;" k="41" />
+ <hkern u1="&#x476;" u2="&#x444;" k="41" />
+ <hkern u1="&#x476;" u2="&#x441;" k="41" />
+ <hkern u1="&#x476;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x476;" u2="&#x43b;" k="82" />
+ <hkern u1="&#x476;" u2="&#x435;" k="41" />
+ <hkern u1="&#x476;" u2="&#x434;" k="82" />
+ <hkern u1="&#x476;" u2="&#x42f;" k="20" />
+ <hkern u1="&#x476;" u2="&#x424;" k="61" />
+ <hkern u1="&#x476;" u2="&#x421;" k="20" />
+ <hkern u1="&#x476;" u2="&#x41e;" k="20" />
+ <hkern u1="&#x476;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x476;" u2="&#x414;" k="102" />
+ <hkern u1="&#x476;" u2="&#x410;" k="143" />
+ <hkern u1="&#x476;" u2="&#x409;" k="102" />
+ <hkern u1="&#x476;" u2="&#x404;" k="20" />
+ <hkern u1="&#x476;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x476;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x477;" u2="&#x513;" k="41" />
+ <hkern u1="&#x477;" u2="&#x509;" k="41" />
+ <hkern u1="&#x477;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x477;" u2="&#x467;" k="41" />
+ <hkern u1="&#x477;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x477;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x477;" u2="&#x459;" k="41" />
+ <hkern u1="&#x477;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x477;" u2="&#x434;" k="41" />
+ <hkern u1="&#x477;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x477;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x478;" u2="&#x513;" k="41" />
+ <hkern u1="&#x478;" u2="&#x509;" k="41" />
+ <hkern u1="&#x478;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x478;" u2="&#x467;" k="41" />
+ <hkern u1="&#x478;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x478;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x478;" u2="&#x459;" k="41" />
+ <hkern u1="&#x478;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x478;" u2="&#x434;" k="41" />
+ <hkern u1="&#x478;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x478;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x479;" u2="&#x513;" k="41" />
+ <hkern u1="&#x479;" u2="&#x509;" k="41" />
+ <hkern u1="&#x479;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x479;" u2="&#x467;" k="41" />
+ <hkern u1="&#x479;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x479;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x479;" u2="&#x459;" k="41" />
+ <hkern u1="&#x479;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x479;" u2="&#x434;" k="41" />
+ <hkern u1="&#x479;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x479;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x47a;" u2="&#x513;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x512;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x509;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x508;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x506;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x504;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x47a;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x498;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x496;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x476;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x474;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x470;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x467;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x466;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x47a;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x47a;" u2="&#x459;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x434;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x427;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x425;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x423;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x422;" k="61" />
+ <hkern u1="&#x47a;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x417;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x416;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x414;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x410;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x409;" k="41" />
+ <hkern u1="&#x47a;" u2="&#x402;" k="20" />
+ <hkern u1="&#x47a;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x47a;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x47b;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x507;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x505;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x47b;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x47b;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x47b;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x47b;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x47b;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x497;" k="41" />
+ <hkern u1="&#x47b;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x447;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x445;" k="41" />
+ <hkern u1="&#x47b;" u2="&#x443;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x442;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x436;" k="41" />
+ <hkern u1="&#x47b;" u2="&#x27;" k="20" />
+ <hkern u1="&#x47b;" u2="&#x22;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x513;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x512;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x509;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x508;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x506;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x504;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x47c;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x498;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x496;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x476;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x474;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x470;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x467;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x466;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x47c;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x47c;" u2="&#x459;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x434;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x427;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x425;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x423;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x422;" k="61" />
+ <hkern u1="&#x47c;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x417;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x416;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x414;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x410;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x409;" k="41" />
+ <hkern u1="&#x47c;" u2="&#x402;" k="20" />
+ <hkern u1="&#x47c;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x47c;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x47d;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x507;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x505;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x47d;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x47d;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x47d;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x47d;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x47d;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x497;" k="41" />
+ <hkern u1="&#x47d;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x447;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x445;" k="41" />
+ <hkern u1="&#x47d;" u2="&#x443;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x442;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x436;" k="41" />
+ <hkern u1="&#x47d;" u2="&#x27;" k="20" />
+ <hkern u1="&#x47d;" u2="&#x22;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x513;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x512;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x509;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x508;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x506;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x504;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x47e;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x498;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x496;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x476;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x474;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x470;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x467;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x466;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x47e;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x47e;" u2="&#x459;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x434;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x427;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x425;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x423;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x422;" k="61" />
+ <hkern u1="&#x47e;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x417;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x416;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x414;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x410;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x409;" k="41" />
+ <hkern u1="&#x47e;" u2="&#x402;" k="20" />
+ <hkern u1="&#x47e;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x47e;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x47f;" u2="&#x513;" k="41" />
+ <hkern u1="&#x47f;" u2="&#x509;" k="41" />
+ <hkern u1="&#x47f;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x47f;" u2="&#x467;" k="41" />
+ <hkern u1="&#x47f;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x47f;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x47f;" u2="&#x459;" k="41" />
+ <hkern u1="&#x47f;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x47f;" u2="&#x434;" k="41" />
+ <hkern u1="&#x47f;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x47f;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x480;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x480;" u2="&#x507;" k="41" />
+ <hkern u1="&#x480;" u2="&#x505;" k="41" />
+ <hkern u1="&#x480;" u2="&#x502;" k="41" />
+ <hkern u1="&#x480;" u2="&#x500;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x480;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x480;" u2="&#x480;" k="41" />
+ <hkern u1="&#x480;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x480;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x480;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x480;" u2="&#x478;" k="41" />
+ <hkern u1="&#x480;" u2="&#x472;" k="41" />
+ <hkern u1="&#x480;" u2="&#x460;" k="41" />
+ <hkern u1="&#x480;" u2="&#x447;" k="41" />
+ <hkern u1="&#x480;" u2="&#x424;" k="41" />
+ <hkern u1="&#x480;" u2="&#x421;" k="41" />
+ <hkern u1="&#x480;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x480;" u2="&#x404;" k="41" />
+ <hkern u1="&#x48a;" u2="&#x507;" k="41" />
+ <hkern u1="&#x48a;" u2="&#x505;" k="41" />
+ <hkern u1="&#x48a;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x48a;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x48b;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x48b;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x48b;" u2="&#x27;" k="20" />
+ <hkern u1="&#x48b;" u2="&#x22;" k="20" />
+ <hkern u1="&#x48c;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x50e;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x506;" k="102" />
+ <hkern u1="&#x48c;" u2="&#x504;" k="102" />
+ <hkern u1="&#x48c;" u2="&#x4f4;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x4cb;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x4b8;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x4b6;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x4b4;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x4b0;" k="61" />
+ <hkern u1="&#x48c;" u2="&#x4ae;" k="61" />
+ <hkern u1="&#x48c;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x4ac;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x4a0;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x476;" k="61" />
+ <hkern u1="&#x48c;" u2="&#x474;" k="61" />
+ <hkern u1="&#x48c;" u2="&#x470;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x442;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x42a;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x427;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x422;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x40b;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x402;" k="41" />
+ <hkern u1="&#x48c;" u2="&#x27;" k="82" />
+ <hkern u1="&#x48c;" u2="&#x22;" k="82" />
+ <hkern u1="&#x48d;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x48d;" u2="&#x507;" k="102" />
+ <hkern u1="&#x48d;" u2="&#x505;" k="102" />
+ <hkern u1="&#x48d;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x48d;" u2="&#x4f3;" k="61" />
+ <hkern u1="&#x48d;" u2="&#x4f1;" k="61" />
+ <hkern u1="&#x48d;" u2="&#x4ef;" k="61" />
+ <hkern u1="&#x48d;" u2="&#x4e1;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x48d;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x48d;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x48d;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x48d;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x4b1;" k="61" />
+ <hkern u1="&#x48d;" u2="&#x4af;" k="61" />
+ <hkern u1="&#x48d;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x48d;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x48d;" u2="&#x497;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x477;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x475;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x461;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x201d;" k="123" />
+ <hkern u1="&#x48d;" u2="&#x2019;" k="123" />
+ <hkern u1="&#x48d;" u2="&#x45e;" k="61" />
+ <hkern u1="&#x48d;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x48d;" u2="&#x447;" k="82" />
+ <hkern u1="&#x48d;" u2="&#x445;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x443;" k="61" />
+ <hkern u1="&#x48d;" u2="&#x442;" k="102" />
+ <hkern u1="&#x48d;" u2="&#x436;" k="41" />
+ <hkern u1="&#x48d;" u2="&#x27;" k="123" />
+ <hkern u1="&#x48d;" u2="&#x22;" k="123" />
+ <hkern u1="&#x48e;" u2="&#x513;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x512;" k="123" />
+ <hkern u1="&#x48e;" u2="&#x509;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x508;" k="123" />
+ <hkern u1="&#x48e;" u2="&#x502;" k="82" />
+ <hkern u1="&#x48e;" u2="&#x500;" k="82" />
+ <hkern u1="&#x48e;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x48e;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x48e;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x48e;" u2="&#x4d4;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x4d2;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x4d0;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x4c6;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x4c5;" k="123" />
+ <hkern u1="&#x48e;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x48e;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x48e;" u2="&#x496;" k="41" />
+ <hkern u1="&#x48e;" u2="&#x46a;" k="20" />
+ <hkern u1="&#x48e;" u2="&#x467;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x466;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x201e;" k="266" />
+ <hkern u1="&#x48e;" u2="&#x201a;" k="266" />
+ <hkern u1="&#x48e;" u2="&#x459;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x43b;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x434;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x425;" k="41" />
+ <hkern u1="&#x48e;" u2="&#x41b;" k="123" />
+ <hkern u1="&#x48e;" u2="&#x416;" k="41" />
+ <hkern u1="&#x48e;" u2="&#x414;" k="123" />
+ <hkern u1="&#x48e;" u2="&#x410;" k="102" />
+ <hkern u1="&#x48e;" u2="&#x409;" k="123" />
+ <hkern u1="&#x48e;" u2="&#x2e;" k="266" />
+ <hkern u1="&#x48e;" u2="&#x2c;" k="266" />
+ <hkern u1="&#x48f;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x507;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x505;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x48f;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x48f;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x48f;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x48f;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x48f;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x497;" k="41" />
+ <hkern u1="&#x48f;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x447;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x445;" k="41" />
+ <hkern u1="&#x48f;" u2="&#x443;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x442;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x436;" k="41" />
+ <hkern u1="&#x48f;" u2="&#x27;" k="20" />
+ <hkern u1="&#x48f;" u2="&#x22;" k="20" />
+ <hkern u1="&#x492;" u2="&#x513;" k="102" />
+ <hkern u1="&#x492;" u2="&#x512;" k="82" />
+ <hkern u1="&#x492;" u2="&#x511;" k="82" />
+ <hkern u1="&#x492;" u2="&#x50e;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x50d;" k="82" />
+ <hkern u1="&#x492;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x492;" u2="&#x50b;" k="61" />
+ <hkern u1="&#x492;" u2="&#x509;" k="102" />
+ <hkern u1="&#x492;" u2="&#x508;" k="82" />
+ <hkern u1="&#x492;" u2="&#x507;" k="41" />
+ <hkern u1="&#x492;" u2="&#x505;" k="41" />
+ <hkern u1="&#x492;" u2="&#x503;" k="82" />
+ <hkern u1="&#x492;" u2="&#x502;" k="102" />
+ <hkern u1="&#x492;" u2="&#x501;" k="82" />
+ <hkern u1="&#x492;" u2="&#x500;" k="102" />
+ <hkern u1="&#x492;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4f9;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4f7;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4f5;" k="102" />
+ <hkern u1="&#x492;" u2="&#x4ed;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4eb;" k="82" />
+ <hkern u1="&#x492;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4e9;" k="82" />
+ <hkern u1="&#x492;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4e7;" k="82" />
+ <hkern u1="&#x492;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4e5;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4e3;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4df;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4d7;" k="82" />
+ <hkern u1="&#x492;" u2="&#x4d4;" k="123" />
+ <hkern u1="&#x492;" u2="&#x4d2;" k="123" />
+ <hkern u1="&#x492;" u2="&#x4d0;" k="123" />
+ <hkern u1="&#x492;" u2="&#x4ce;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4cc;" k="102" />
+ <hkern u1="&#x492;" u2="&#x4ca;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4c8;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4c6;" k="102" />
+ <hkern u1="&#x492;" u2="&#x4c5;" k="82" />
+ <hkern u1="&#x492;" u2="&#x4c4;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4bb;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4b9;" k="102" />
+ <hkern u1="&#x492;" u2="&#x4b7;" k="102" />
+ <hkern u1="&#x492;" u2="&#x4b4;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4ac;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x4ab;" k="82" />
+ <hkern u1="&#x492;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4a9;" k="82" />
+ <hkern u1="&#x492;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x492;" u2="&#x4a7;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4a5;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4a3;" k="61" />
+ <hkern u1="&#x492;" u2="&#x4a0;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x49f;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x49d;" k="61" />
+ <hkern u1="&#x492;" u2="&#x49b;" k="61" />
+ <hkern u1="&#x492;" u2="&#x499;" k="41" />
+ <hkern u1="&#x492;" u2="&#x497;" k="41" />
+ <hkern u1="&#x492;" u2="&#x495;" k="61" />
+ <hkern u1="&#x492;" u2="&#x48f;" k="61" />
+ <hkern u1="&#x492;" u2="&#x48d;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x48b;" k="61" />
+ <hkern u1="&#x492;" u2="&#x481;" k="82" />
+ <hkern u1="&#x492;" u2="&#x480;" k="41" />
+ <hkern u1="&#x492;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x492;" u2="&#x47d;" k="82" />
+ <hkern u1="&#x492;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x492;" u2="&#x47b;" k="82" />
+ <hkern u1="&#x492;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x492;" u2="&#x479;" k="82" />
+ <hkern u1="&#x492;" u2="&#x478;" k="41" />
+ <hkern u1="&#x492;" u2="&#x473;" k="82" />
+ <hkern u1="&#x492;" u2="&#x472;" k="41" />
+ <hkern u1="&#x492;" u2="&#x471;" k="61" />
+ <hkern u1="&#x492;" u2="&#x46d;" k="61" />
+ <hkern u1="&#x492;" u2="&#x46b;" k="41" />
+ <hkern u1="&#x492;" u2="&#x469;" k="61" />
+ <hkern u1="&#x492;" u2="&#x467;" k="102" />
+ <hkern u1="&#x492;" u2="&#x466;" k="123" />
+ <hkern u1="&#x492;" u2="&#x465;" k="61" />
+ <hkern u1="&#x492;" u2="&#x460;" k="41" />
+ <hkern u1="&#x492;" u2="&#x45d;" k="61" />
+ <hkern u1="&#x492;" u2="&#x450;" k="82" />
+ <hkern u1="&#x492;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x492;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x492;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x492;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x492;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x492;" u2="&#x491;" k="61" />
+ <hkern u1="&#x492;" u2="&#x45f;" k="61" />
+ <hkern u1="&#x492;" u2="&#x45c;" k="61" />
+ <hkern u1="&#x492;" u2="&#x45b;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x45a;" k="61" />
+ <hkern u1="&#x492;" u2="&#x459;" k="102" />
+ <hkern u1="&#x492;" u2="&#x455;" k="61" />
+ <hkern u1="&#x492;" u2="&#x454;" k="82" />
+ <hkern u1="&#x492;" u2="&#x453;" k="61" />
+ <hkern u1="&#x492;" u2="&#x452;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x451;" k="82" />
+ <hkern u1="&#x492;" u2="&#x44e;" k="61" />
+ <hkern u1="&#x492;" u2="&#x44d;" k="41" />
+ <hkern u1="&#x492;" u2="&#x44c;" k="61" />
+ <hkern u1="&#x492;" u2="&#x44b;" k="61" />
+ <hkern u1="&#x492;" u2="&#x449;" k="61" />
+ <hkern u1="&#x492;" u2="&#x448;" k="61" />
+ <hkern u1="&#x492;" u2="&#x447;" k="102" />
+ <hkern u1="&#x492;" u2="&#x446;" k="61" />
+ <hkern u1="&#x492;" u2="&#x445;" k="41" />
+ <hkern u1="&#x492;" u2="&#x444;" k="82" />
+ <hkern u1="&#x492;" u2="&#x441;" k="82" />
+ <hkern u1="&#x492;" u2="&#x440;" k="61" />
+ <hkern u1="&#x492;" u2="&#x43f;" k="61" />
+ <hkern u1="&#x492;" u2="&#x43e;" k="82" />
+ <hkern u1="&#x492;" u2="&#x43d;" k="61" />
+ <hkern u1="&#x492;" u2="&#x43c;" k="61" />
+ <hkern u1="&#x492;" u2="&#x43b;" k="102" />
+ <hkern u1="&#x492;" u2="&#x43a;" k="61" />
+ <hkern u1="&#x492;" u2="&#x439;" k="61" />
+ <hkern u1="&#x492;" u2="&#x438;" k="61" />
+ <hkern u1="&#x492;" u2="&#x437;" k="41" />
+ <hkern u1="&#x492;" u2="&#x436;" k="41" />
+ <hkern u1="&#x492;" u2="&#x435;" k="82" />
+ <hkern u1="&#x492;" u2="&#x434;" k="102" />
+ <hkern u1="&#x492;" u2="&#x433;" k="61" />
+ <hkern u1="&#x492;" u2="&#x432;" k="61" />
+ <hkern u1="&#x492;" u2="&#x42a;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x424;" k="61" />
+ <hkern u1="&#x492;" u2="&#x422;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x421;" k="41" />
+ <hkern u1="&#x492;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x492;" u2="&#x41b;" k="82" />
+ <hkern u1="&#x492;" u2="&#x414;" k="82" />
+ <hkern u1="&#x492;" u2="&#x410;" k="123" />
+ <hkern u1="&#x492;" u2="&#x40b;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x409;" k="82" />
+ <hkern u1="&#x492;" u2="&#x404;" k="41" />
+ <hkern u1="&#x492;" u2="&#x402;" k="-41" />
+ <hkern u1="&#x492;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x492;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x492;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x493;" u2="&#x513;" k="61" />
+ <hkern u1="&#x493;" u2="&#x511;" k="41" />
+ <hkern u1="&#x493;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x493;" u2="&#x509;" k="61" />
+ <hkern u1="&#x493;" u2="&#x503;" k="41" />
+ <hkern u1="&#x493;" u2="&#x501;" k="41" />
+ <hkern u1="&#x493;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x493;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x493;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x493;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x493;" u2="&#x4c6;" k="61" />
+ <hkern u1="&#x493;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x493;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x493;" u2="&#x481;" k="41" />
+ <hkern u1="&#x493;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x493;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x493;" u2="&#x479;" k="41" />
+ <hkern u1="&#x493;" u2="&#x473;" k="41" />
+ <hkern u1="&#x493;" u2="&#x467;" k="61" />
+ <hkern u1="&#x493;" u2="&#x450;" k="41" />
+ <hkern u1="&#x493;" u2="&#x201e;" k="61" />
+ <hkern u1="&#x493;" u2="&#x201a;" k="61" />
+ <hkern u1="&#x493;" u2="&#x459;" k="61" />
+ <hkern u1="&#x493;" u2="&#x454;" k="41" />
+ <hkern u1="&#x493;" u2="&#x451;" k="41" />
+ <hkern u1="&#x493;" u2="&#x444;" k="41" />
+ <hkern u1="&#x493;" u2="&#x441;" k="41" />
+ <hkern u1="&#x493;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x493;" u2="&#x43b;" k="61" />
+ <hkern u1="&#x493;" u2="&#x435;" k="41" />
+ <hkern u1="&#x493;" u2="&#x434;" k="61" />
+ <hkern u1="&#x493;" u2="&#x2e;" k="61" />
+ <hkern u1="&#x493;" u2="&#x2c;" k="61" />
+ <hkern u1="&#x494;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x494;" u2="&#x50e;" k="61" />
+ <hkern u1="&#x494;" u2="&#x507;" k="61" />
+ <hkern u1="&#x494;" u2="&#x506;" k="41" />
+ <hkern u1="&#x494;" u2="&#x505;" k="61" />
+ <hkern u1="&#x494;" u2="&#x504;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4f4;" k="82" />
+ <hkern u1="&#x494;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4cb;" k="82" />
+ <hkern u1="&#x494;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4b8;" k="82" />
+ <hkern u1="&#x494;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4b6;" k="82" />
+ <hkern u1="&#x494;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4b4;" k="61" />
+ <hkern u1="&#x494;" u2="&#x4b0;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4ae;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x494;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x494;" u2="&#x4a0;" k="61" />
+ <hkern u1="&#x494;" u2="&#x476;" k="61" />
+ <hkern u1="&#x494;" u2="&#x474;" k="61" />
+ <hkern u1="&#x494;" u2="&#x470;" k="82" />
+ <hkern u1="&#x494;" u2="&#x201d;" k="61" />
+ <hkern u1="&#x494;" u2="&#x2019;" k="61" />
+ <hkern u1="&#x494;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x494;" u2="&#x447;" k="41" />
+ <hkern u1="&#x494;" u2="&#x442;" k="41" />
+ <hkern u1="&#x494;" u2="&#x42a;" k="61" />
+ <hkern u1="&#x494;" u2="&#x427;" k="82" />
+ <hkern u1="&#x494;" u2="&#x422;" k="61" />
+ <hkern u1="&#x494;" u2="&#x40b;" k="61" />
+ <hkern u1="&#x494;" u2="&#x408;" k="-102" />
+ <hkern u1="&#x494;" u2="&#x402;" k="61" />
+ <hkern u1="&#x494;" u2="&#x27;" k="61" />
+ <hkern u1="&#x494;" u2="&#x22;" k="61" />
+ <hkern u1="&#x495;" u2="&#x507;" k="41" />
+ <hkern u1="&#x495;" u2="&#x505;" k="41" />
+ <hkern u1="&#x495;" u2="&#x201d;" k="61" />
+ <hkern u1="&#x495;" u2="&#x2019;" k="61" />
+ <hkern u1="&#x495;" u2="&#x27;" k="61" />
+ <hkern u1="&#x495;" u2="&#x22;" k="61" />
+ <hkern u1="&#x496;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x496;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x496;" u2="&#x507;" k="41" />
+ <hkern u1="&#x496;" u2="&#x505;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x496;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x496;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4be;" k="61" />
+ <hkern u1="&#x496;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4bc;" k="61" />
+ <hkern u1="&#x496;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x496;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x496;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x496;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x496;" u2="&#x480;" k="41" />
+ <hkern u1="&#x496;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x496;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x496;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x496;" u2="&#x478;" k="41" />
+ <hkern u1="&#x496;" u2="&#x472;" k="41" />
+ <hkern u1="&#x496;" u2="&#x471;" k="20" />
+ <hkern u1="&#x496;" u2="&#x46f;" k="-61" />
+ <hkern u1="&#x496;" u2="&#x460;" k="41" />
+ <hkern u1="&#x496;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x496;" u2="&#x447;" k="82" />
+ <hkern u1="&#x496;" u2="&#x442;" k="41" />
+ <hkern u1="&#x496;" u2="&#x424;" k="61" />
+ <hkern u1="&#x496;" u2="&#x421;" k="41" />
+ <hkern u1="&#x496;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x496;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x496;" u2="&#x404;" k="41" />
+ <hkern u1="&#x497;" u2="&#x511;" k="20" />
+ <hkern u1="&#x497;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x497;" u2="&#x507;" k="41" />
+ <hkern u1="&#x497;" u2="&#x505;" k="41" />
+ <hkern u1="&#x497;" u2="&#x503;" k="20" />
+ <hkern u1="&#x497;" u2="&#x501;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x497;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x497;" u2="&#x481;" k="20" />
+ <hkern u1="&#x497;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x497;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x497;" u2="&#x479;" k="20" />
+ <hkern u1="&#x497;" u2="&#x473;" k="20" />
+ <hkern u1="&#x497;" u2="&#x450;" k="20" />
+ <hkern u1="&#x497;" u2="&#x454;" k="20" />
+ <hkern u1="&#x497;" u2="&#x451;" k="20" />
+ <hkern u1="&#x497;" u2="&#x447;" k="20" />
+ <hkern u1="&#x497;" u2="&#x444;" k="20" />
+ <hkern u1="&#x497;" u2="&#x441;" k="20" />
+ <hkern u1="&#x497;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x497;" u2="&#x435;" k="20" />
+ <hkern u1="&#x498;" u2="&#x506;" k="41" />
+ <hkern u1="&#x498;" u2="&#x504;" k="41" />
+ <hkern u1="&#x498;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x498;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x498;" u2="&#x476;" k="20" />
+ <hkern u1="&#x498;" u2="&#x474;" k="20" />
+ <hkern u1="&#x498;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x498;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x498;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x498;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x499;" u2="&#x44f;" k="-41" />
+ <hkern u1="&#x49a;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x507;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x505;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x49a;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x49a;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4be;" k="61" />
+ <hkern u1="&#x49a;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4bc;" k="61" />
+ <hkern u1="&#x49a;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x49a;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x49a;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x480;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x478;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x472;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x471;" k="20" />
+ <hkern u1="&#x49a;" u2="&#x46f;" k="-61" />
+ <hkern u1="&#x49a;" u2="&#x460;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x447;" k="82" />
+ <hkern u1="&#x49a;" u2="&#x442;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x424;" k="61" />
+ <hkern u1="&#x49a;" u2="&#x421;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x49a;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x49a;" u2="&#x404;" k="41" />
+ <hkern u1="&#x49b;" u2="&#x511;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x507;" k="41" />
+ <hkern u1="&#x49b;" u2="&#x505;" k="41" />
+ <hkern u1="&#x49b;" u2="&#x503;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x501;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x481;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x479;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x473;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x450;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x454;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x451;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x447;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x444;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x441;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x49b;" u2="&#x435;" k="20" />
+ <hkern u1="&#x49c;" u2="&#x510;" k="20" />
+ <hkern u1="&#x49c;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x507;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x505;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x502;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x500;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x49c;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x49c;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x480;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x478;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x472;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x470;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x460;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x447;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x427;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x424;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x421;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x49c;" u2="&#x404;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x511;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x503;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x501;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x481;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x479;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x473;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x450;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x454;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x451;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x447;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x444;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x441;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x49d;" u2="&#x435;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x510;" k="20" />
+ <hkern u1="&#x49e;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x507;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x505;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x502;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x500;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x49e;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x49e;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x480;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x478;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x472;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x470;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x460;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x447;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x427;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x424;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x421;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x49e;" u2="&#x404;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x511;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x503;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x501;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x481;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x479;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x473;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x450;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x454;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x451;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x447;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x444;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x441;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x49f;" u2="&#x435;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x510;" k="20" />
+ <hkern u1="&#x4a0;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x502;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x500;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x4a0;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x4a0;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x424;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4a0;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x511;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x503;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x501;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x481;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x479;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x473;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x450;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x454;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x451;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x444;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x441;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x4a1;" u2="&#x435;" k="41" />
+ <hkern u1="&#x4a2;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4a2;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4a2;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x4a2;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x4a3;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4a3;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4a3;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4a3;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4a4;" u2="&#x513;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x512;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x511;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x50e;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x50d;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x50b;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x509;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x508;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x503;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x502;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x501;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x500;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4f9;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4f7;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4f5;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x4ed;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4eb;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4e9;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4e7;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4e5;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4e3;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4df;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4d7;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x4d4;" k="123" />
+ <hkern u1="&#x4a4;" u2="&#x4d2;" k="123" />
+ <hkern u1="&#x4a4;" u2="&#x4d0;" k="123" />
+ <hkern u1="&#x4a4;" u2="&#x4ce;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4cc;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x4ca;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4c8;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4c6;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x4c5;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x4c4;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4bb;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4b9;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x4b7;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x4b4;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4ac;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x4ab;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4a9;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x4a7;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4a5;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4a3;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x4a0;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x49f;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x49d;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x49b;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x499;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x495;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x48f;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x48d;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x48b;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x481;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x47d;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x47b;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x479;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x473;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x471;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x46d;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x46b;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x469;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x467;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x466;" k="123" />
+ <hkern u1="&#x4a4;" u2="&#x465;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x45d;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x450;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x491;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x45f;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x45c;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x45b;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x45a;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x459;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x455;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x454;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x453;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x452;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x451;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x44e;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x44d;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x44c;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x44b;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x449;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x448;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x447;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x446;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x444;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x441;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x440;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x43f;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x43e;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x43d;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x43c;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x43b;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x43a;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x439;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x438;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x437;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x435;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x434;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x433;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x432;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x42a;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x424;" k="61" />
+ <hkern u1="&#x4a4;" u2="&#x422;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x41b;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x414;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x410;" k="123" />
+ <hkern u1="&#x4a4;" u2="&#x40b;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x409;" k="82" />
+ <hkern u1="&#x4a4;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x402;" k="-41" />
+ <hkern u1="&#x4a4;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x4a4;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x4a4;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x4a5;" u2="&#x513;" k="61" />
+ <hkern u1="&#x4a5;" u2="&#x511;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x509;" k="61" />
+ <hkern u1="&#x4a5;" u2="&#x503;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x501;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x4c6;" k="61" />
+ <hkern u1="&#x4a5;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x481;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x479;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x473;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x467;" k="61" />
+ <hkern u1="&#x4a5;" u2="&#x450;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x4a5;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x4a5;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x4a5;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x4a5;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x4a5;" u2="&#x459;" k="61" />
+ <hkern u1="&#x4a5;" u2="&#x454;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x451;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x444;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x441;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x43b;" k="61" />
+ <hkern u1="&#x4a5;" u2="&#x435;" k="20" />
+ <hkern u1="&#x4a5;" u2="&#x434;" k="61" />
+ <hkern u1="&#x4a5;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x4a5;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x4a5;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x4a6;" u2="&#x50f;" k="82" />
+ <hkern u1="&#x4a6;" u2="&#x50e;" k="102" />
+ <hkern u1="&#x4a6;" u2="&#x507;" k="82" />
+ <hkern u1="&#x4a6;" u2="&#x506;" k="184" />
+ <hkern u1="&#x4a6;" u2="&#x505;" k="82" />
+ <hkern u1="&#x4a6;" u2="&#x504;" k="184" />
+ <hkern u1="&#x4a6;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4a6;" u2="&#x4f4;" k="123" />
+ <hkern u1="&#x4a6;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4a6;" u2="&#x4cb;" k="123" />
+ <hkern u1="&#x4a6;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x4a6;" u2="&#x4be;" k="61" />
+ <hkern u1="&#x4a6;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x4a6;" u2="&#x4bc;" k="61" />
+ <hkern u1="&#x4a6;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4a6;" u2="&#x4b8;" k="123" />
+ <hkern u1="&#x4a6;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4a6;" u2="&#x4b6;" k="123" />
+ <hkern u1="&#x4a6;" u2="&#x4b5;" k="82" />
+ <hkern u1="&#x4a6;" u2="&#x4b4;" k="102" />
+ <hkern u1="&#x4a6;" u2="&#x4b0;" k="102" />
+ <hkern u1="&#x4a6;" u2="&#x4ae;" k="102" />
+ <hkern u1="&#x4a6;" u2="&#x4ad;" k="82" />
+ <hkern u1="&#x4a6;" u2="&#x4ac;" k="184" />
+ <hkern u1="&#x4a6;" u2="&#x4a1;" k="82" />
+ <hkern u1="&#x4a6;" u2="&#x4a0;" k="102" />
+ <hkern u1="&#x4a6;" u2="&#x476;" k="143" />
+ <hkern u1="&#x4a6;" u2="&#x474;" k="143" />
+ <hkern u1="&#x4a6;" u2="&#x470;" k="123" />
+ <hkern u1="&#x4a6;" u2="&#x201d;" k="164" />
+ <hkern u1="&#x4a6;" u2="&#x2019;" k="164" />
+ <hkern u1="&#x4a6;" u2="&#x44a;" k="82" />
+ <hkern u1="&#x4a6;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4a6;" u2="&#x442;" k="82" />
+ <hkern u1="&#x4a6;" u2="&#x42a;" k="102" />
+ <hkern u1="&#x4a6;" u2="&#x427;" k="123" />
+ <hkern u1="&#x4a6;" u2="&#x422;" k="184" />
+ <hkern u1="&#x4a6;" u2="&#x40b;" k="102" />
+ <hkern u1="&#x4a6;" u2="&#x408;" k="-102" />
+ <hkern u1="&#x4a6;" u2="&#x402;" k="102" />
+ <hkern u1="&#x4a6;" u2="&#x27;" k="164" />
+ <hkern u1="&#x4a6;" u2="&#x22;" k="164" />
+ <hkern u1="&#x4a7;" u2="&#x50f;" k="102" />
+ <hkern u1="&#x4a7;" u2="&#x507;" k="143" />
+ <hkern u1="&#x4a7;" u2="&#x505;" k="143" />
+ <hkern u1="&#x4a7;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x4b5;" k="102" />
+ <hkern u1="&#x4a7;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x4ad;" k="102" />
+ <hkern u1="&#x4a7;" u2="&#x4a1;" k="102" />
+ <hkern u1="&#x4a7;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x477;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x475;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x461;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x4a7;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x4a7;" u2="&#x44a;" k="102" />
+ <hkern u1="&#x4a7;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4a7;" u2="&#x442;" k="102" />
+ <hkern u1="&#x4a7;" u2="&#x27;" k="143" />
+ <hkern u1="&#x4a7;" u2="&#x22;" k="143" />
+ <hkern u1="&#x4a8;" u2="&#x50e;" k="41" />
+ <hkern u1="&#x4a8;" u2="&#x506;" k="41" />
+ <hkern u1="&#x4a8;" u2="&#x504;" k="41" />
+ <hkern u1="&#x4a8;" u2="&#x4b4;" k="41" />
+ <hkern u1="&#x4a8;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4a8;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4a8;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x4a8;" u2="&#x4a0;" k="41" />
+ <hkern u1="&#x4a8;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4a8;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4a8;" u2="&#x42a;" k="41" />
+ <hkern u1="&#x4a8;" u2="&#x422;" k="61" />
+ <hkern u1="&#x4a8;" u2="&#x40b;" k="41" />
+ <hkern u1="&#x4a8;" u2="&#x402;" k="41" />
+ <hkern u1="&#x4a9;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x507;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x505;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4a9;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4a9;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4a9;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4a9;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4a9;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4a9;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4a9;" u2="&#x443;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x442;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4a9;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4a9;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4aa;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x502;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x500;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x424;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4aa;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x513;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x512;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x511;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x50f;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x50d;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x50b;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x509;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x508;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x507;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x505;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x503;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x502;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x501;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x500;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4f9;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4f7;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4f5;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4f3;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x4f1;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x4ef;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x4ed;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4eb;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4e9;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4e7;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4e5;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4e3;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4e1;" k="61" />
+ <hkern u1="&#x4ac;" u2="&#x4df;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4d7;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4ce;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4cc;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4ca;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4c8;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4c6;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4c4;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4bf;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4bd;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4bb;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4b9;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4b7;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4b5;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4b1;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x4af;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x4ad;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x4ac;" k="-41" />
+ <hkern u1="&#x4ac;" u2="&#x4ab;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4a9;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x4a7;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4a5;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4a3;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x4a1;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x49d;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x49b;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x499;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x495;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x48f;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x48b;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x481;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x47d;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x47b;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x479;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x477;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x475;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x473;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x471;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x46d;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x46b;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x469;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x467;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x466;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x465;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x461;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x45d;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x450;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x491;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x45f;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x45e;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x45c;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x45a;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x459;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x455;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x454;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x453;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x451;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x44f;" k="61" />
+ <hkern u1="&#x4ac;" u2="&#x44e;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x44d;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x44c;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x44b;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x44a;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x449;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x448;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x447;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x446;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x444;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x443;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x442;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x441;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x440;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x43f;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x43e;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x43d;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x43c;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x43b;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x43a;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x439;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x438;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x437;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x435;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x434;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x433;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x432;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x424;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x422;" k="-41" />
+ <hkern u1="&#x4ac;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x414;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x410;" k="143" />
+ <hkern u1="&#x4ac;" u2="&#x409;" k="102" />
+ <hkern u1="&#x4ac;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4ac;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x4ac;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x4ac;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x4ad;" u2="&#x513;" k="61" />
+ <hkern u1="&#x4ad;" u2="&#x511;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x509;" k="61" />
+ <hkern u1="&#x4ad;" u2="&#x503;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x501;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x4c6;" k="61" />
+ <hkern u1="&#x4ad;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x481;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x479;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x473;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x467;" k="61" />
+ <hkern u1="&#x4ad;" u2="&#x450;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x4ad;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x4ad;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x4ad;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x4ad;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x4ad;" u2="&#x459;" k="61" />
+ <hkern u1="&#x4ad;" u2="&#x454;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x451;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x444;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x441;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x43b;" k="61" />
+ <hkern u1="&#x4ad;" u2="&#x435;" k="20" />
+ <hkern u1="&#x4ad;" u2="&#x434;" k="61" />
+ <hkern u1="&#x4ad;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x4ad;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x4ad;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x513;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x512;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x511;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x510;" k="20" />
+ <hkern u1="&#x4ae;" u2="&#x50d;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x50b;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x509;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x508;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x503;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x502;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x501;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x500;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4f9;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4f7;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4eb;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x4e9;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x4e7;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x4e5;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4e3;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4db;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4da;" k="20" />
+ <hkern u1="&#x4ae;" u2="&#x4d9;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4d8;" k="20" />
+ <hkern u1="&#x4ae;" u2="&#x4d7;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x4d5;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4d4;" k="123" />
+ <hkern u1="&#x4ae;" u2="&#x4d3;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4d2;" k="123" />
+ <hkern u1="&#x4ae;" u2="&#x4d1;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4d0;" k="123" />
+ <hkern u1="&#x4ae;" u2="&#x4ce;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4ca;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4c8;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4c6;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x4c5;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4c4;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4bf;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4bd;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4bb;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x4ab;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x4a9;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x4a7;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4a5;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x4a3;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x49f;" k="-41" />
+ <hkern u1="&#x4ae;" u2="&#x49d;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x49b;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x495;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x48f;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x48d;" k="-41" />
+ <hkern u1="&#x4ae;" u2="&#x48b;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x481;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x47d;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x47b;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x479;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x473;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x471;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x46d;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x46b;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x469;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x467;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x466;" k="123" />
+ <hkern u1="&#x4ae;" u2="&#x465;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x45d;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x450;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x4ae;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x4ae;" u2="&#x491;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x45f;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x45c;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x45b;" k="-41" />
+ <hkern u1="&#x4ae;" u2="&#x45a;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x459;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x455;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x454;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x453;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x452;" k="-41" />
+ <hkern u1="&#x4ae;" u2="&#x451;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x44f;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x44e;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x44c;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x44b;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x449;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x448;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x447;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x446;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x444;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x441;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x440;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x43f;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x43e;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x43d;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x43c;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x43b;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x43a;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x439;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x438;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x435;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x434;" k="102" />
+ <hkern u1="&#x4ae;" u2="&#x433;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x432;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x430;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x424;" k="61" />
+ <hkern u1="&#x4ae;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x41b;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x414;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x410;" k="123" />
+ <hkern u1="&#x4ae;" u2="&#x409;" k="82" />
+ <hkern u1="&#x4ae;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4ae;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x4ae;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x4af;" u2="&#x513;" k="20" />
+ <hkern u1="&#x4af;" u2="&#x509;" k="20" />
+ <hkern u1="&#x4af;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x4af;" u2="&#x467;" k="20" />
+ <hkern u1="&#x4af;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4af;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4af;" u2="&#x459;" k="20" />
+ <hkern u1="&#x4af;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x4af;" u2="&#x434;" k="20" />
+ <hkern u1="&#x4af;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4af;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x513;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x512;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x511;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x510;" k="20" />
+ <hkern u1="&#x4b0;" u2="&#x50d;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x50b;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x509;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x508;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x503;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x502;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x501;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x500;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4f9;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4f7;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4eb;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x4e9;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x4e7;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x4e5;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4e3;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4db;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4da;" k="20" />
+ <hkern u1="&#x4b0;" u2="&#x4d9;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4d8;" k="20" />
+ <hkern u1="&#x4b0;" u2="&#x4d7;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x4d5;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4d4;" k="123" />
+ <hkern u1="&#x4b0;" u2="&#x4d3;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4d2;" k="123" />
+ <hkern u1="&#x4b0;" u2="&#x4d1;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4d0;" k="123" />
+ <hkern u1="&#x4b0;" u2="&#x4ce;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4ca;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4c8;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4c6;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x4c5;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4c4;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4bf;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4bd;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4bb;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x4ab;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x4a9;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x4a7;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4a5;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x4a3;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x49f;" k="-41" />
+ <hkern u1="&#x4b0;" u2="&#x49d;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x49b;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x495;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x48f;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x48d;" k="-41" />
+ <hkern u1="&#x4b0;" u2="&#x48b;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x481;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x47d;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x47b;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x479;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x473;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x471;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x46d;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x46b;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x469;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x467;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x466;" k="123" />
+ <hkern u1="&#x4b0;" u2="&#x465;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x45d;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x450;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x4b0;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x4b0;" u2="&#x491;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x45f;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x45c;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x45b;" k="-41" />
+ <hkern u1="&#x4b0;" u2="&#x45a;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x459;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x455;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x454;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x453;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x452;" k="-41" />
+ <hkern u1="&#x4b0;" u2="&#x451;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x44f;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x44e;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x44c;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x44b;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x449;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x448;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x447;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x446;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x444;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x441;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x440;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x43f;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x43e;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x43d;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x43c;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x43b;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x43a;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x439;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x438;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x435;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x434;" k="102" />
+ <hkern u1="&#x4b0;" u2="&#x433;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x432;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x430;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x424;" k="61" />
+ <hkern u1="&#x4b0;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x41b;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x414;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x410;" k="123" />
+ <hkern u1="&#x4b0;" u2="&#x409;" k="82" />
+ <hkern u1="&#x4b0;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4b0;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x4b0;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x4b1;" u2="&#x513;" k="20" />
+ <hkern u1="&#x4b1;" u2="&#x509;" k="20" />
+ <hkern u1="&#x4b1;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x4b1;" u2="&#x467;" k="20" />
+ <hkern u1="&#x4b1;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4b1;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4b1;" u2="&#x459;" k="20" />
+ <hkern u1="&#x4b1;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x4b1;" u2="&#x434;" k="20" />
+ <hkern u1="&#x4b1;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4b1;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4b2;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x4b2;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x4b2;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4be;" k="61" />
+ <hkern u1="&#x4b2;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4bc;" k="61" />
+ <hkern u1="&#x4b2;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x4b2;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x4b2;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x471;" k="20" />
+ <hkern u1="&#x4b2;" u2="&#x46f;" k="-61" />
+ <hkern u1="&#x4b2;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x447;" k="82" />
+ <hkern u1="&#x4b2;" u2="&#x442;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x424;" k="61" />
+ <hkern u1="&#x4b2;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4b2;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x4b2;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4b3;" u2="&#x511;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4b3;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4b3;" u2="&#x503;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x501;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x481;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x479;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x473;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x450;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x454;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x451;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x444;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x441;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x4b3;" u2="&#x435;" k="20" />
+ <hkern u1="&#x4b4;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4b4;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4b4;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x4b4;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x4b5;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4b5;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4b5;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4b5;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4b6;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4b6;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4b6;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x4b6;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x4b7;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4b7;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4b7;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4b7;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x50e;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x506;" k="82" />
+ <hkern u1="&#x4ba;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x504;" k="82" />
+ <hkern u1="&#x4ba;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x4f4;" k="82" />
+ <hkern u1="&#x4ba;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x4cb;" k="82" />
+ <hkern u1="&#x4ba;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x4b8;" k="82" />
+ <hkern u1="&#x4ba;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x4b6;" k="82" />
+ <hkern u1="&#x4ba;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x4b4;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x4b0;" k="102" />
+ <hkern u1="&#x4ba;" u2="&#x4ae;" k="102" />
+ <hkern u1="&#x4ba;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x4ac;" k="123" />
+ <hkern u1="&#x4ba;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x4a0;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x476;" k="61" />
+ <hkern u1="&#x4ba;" u2="&#x474;" k="61" />
+ <hkern u1="&#x4ba;" u2="&#x470;" k="82" />
+ <hkern u1="&#x4ba;" u2="&#x201d;" k="61" />
+ <hkern u1="&#x4ba;" u2="&#x2019;" k="61" />
+ <hkern u1="&#x4ba;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x443;" k="20" />
+ <hkern u1="&#x4ba;" u2="&#x442;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x42a;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x427;" k="82" />
+ <hkern u1="&#x4ba;" u2="&#x422;" k="123" />
+ <hkern u1="&#x4ba;" u2="&#x40b;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x402;" k="41" />
+ <hkern u1="&#x4ba;" u2="&#x27;" k="61" />
+ <hkern u1="&#x4ba;" u2="&#x22;" k="61" />
+ <hkern u1="&#x4bb;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x507;" k="82" />
+ <hkern u1="&#x4bb;" u2="&#x505;" k="82" />
+ <hkern u1="&#x4bb;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x4b1;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x4af;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x4bb;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x4bb;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x443;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x442;" k="41" />
+ <hkern u1="&#x4bb;" u2="&#x27;" k="102" />
+ <hkern u1="&#x4bb;" u2="&#x22;" k="102" />
+ <hkern u1="&#x4bc;" u2="&#x506;" k="20" />
+ <hkern u1="&#x4bc;" u2="&#x504;" k="20" />
+ <hkern u1="&#x4bc;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4bc;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4bc;" u2="&#x4ac;" k="41" />
+ <hkern u1="&#x4bc;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4bc;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4bc;" u2="&#x422;" k="41" />
+ <hkern u1="&#x4bd;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4bd;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4bd;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4bd;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4be;" u2="&#x506;" k="20" />
+ <hkern u1="&#x4be;" u2="&#x504;" k="20" />
+ <hkern u1="&#x4be;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4be;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4be;" u2="&#x4ac;" k="41" />
+ <hkern u1="&#x4be;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4be;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4be;" u2="&#x422;" k="41" />
+ <hkern u1="&#x4bf;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4bf;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4bf;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4bf;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4c1;" u2="&#x510;" k="20" />
+ <hkern u1="&#x4c1;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x502;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x500;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x4c1;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x4c1;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x424;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4c1;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x511;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x503;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x501;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x481;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x479;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x473;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x450;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x454;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x451;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x444;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x441;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x4c2;" u2="&#x435;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x507;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x506;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x505;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x504;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4f4;" k="82" />
+ <hkern u1="&#x4c3;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4cb;" k="82" />
+ <hkern u1="&#x4c3;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4be;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4bc;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4b8;" k="82" />
+ <hkern u1="&#x4c3;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4b6;" k="82" />
+ <hkern u1="&#x4c3;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x4b1;" k="20" />
+ <hkern u1="&#x4c3;" u2="&#x4b0;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4af;" k="20" />
+ <hkern u1="&#x4c3;" u2="&#x4ae;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x4ac;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x47f;" k="20" />
+ <hkern u1="&#x4c3;" u2="&#x477;" k="20" />
+ <hkern u1="&#x4c3;" u2="&#x476;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x475;" k="20" />
+ <hkern u1="&#x4c3;" u2="&#x474;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x470;" k="82" />
+ <hkern u1="&#x4c3;" u2="&#x461;" k="20" />
+ <hkern u1="&#x4c3;" u2="&#x201d;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x2019;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x442;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x427;" k="82" />
+ <hkern u1="&#x4c3;" u2="&#x424;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x422;" k="41" />
+ <hkern u1="&#x4c3;" u2="&#x408;" k="-102" />
+ <hkern u1="&#x4c3;" u2="&#x27;" k="61" />
+ <hkern u1="&#x4c3;" u2="&#x22;" k="61" />
+ <hkern u1="&#x4c4;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4c4;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4c4;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4c4;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4c4;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4c5;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4c5;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4c5;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x4c5;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x4c6;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4c6;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4c6;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4c6;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4c9;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4c9;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4c9;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x4c9;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x4ca;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4ca;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4ca;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4ca;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4cd;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4cd;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4cd;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x4cd;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x4ce;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4ce;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4ce;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4ce;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4d0;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x50e;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x506;" k="143" />
+ <hkern u1="&#x4d0;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x504;" k="143" />
+ <hkern u1="&#x4d0;" u2="&#x4fa;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x4da;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4d8;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4b4;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x4b0;" k="123" />
+ <hkern u1="&#x4d0;" u2="&#x4ae;" k="123" />
+ <hkern u1="&#x4d0;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x4d0;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x4a0;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x49e;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x492;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x48c;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x476;" k="82" />
+ <hkern u1="&#x4d0;" u2="&#x474;" k="82" />
+ <hkern u1="&#x4d0;" u2="&#x470;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x462;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x4d0;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x4d0;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x442;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x42a;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x427;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x424;" k="41" />
+ <hkern u1="&#x4d0;" u2="&#x422;" k="143" />
+ <hkern u1="&#x4d0;" u2="&#x40b;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x402;" k="102" />
+ <hkern u1="&#x4d0;" u2="&#x27;" k="143" />
+ <hkern u1="&#x4d0;" u2="&#x22;" k="143" />
+ <hkern u1="&#x4d1;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4d1;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4d1;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4d1;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4d2;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x50e;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x506;" k="143" />
+ <hkern u1="&#x4d2;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x504;" k="143" />
+ <hkern u1="&#x4d2;" u2="&#x4fa;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4f4;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x4da;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4d8;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4cb;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4b8;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4b6;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4b4;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x4b0;" k="123" />
+ <hkern u1="&#x4d2;" u2="&#x4ae;" k="123" />
+ <hkern u1="&#x4d2;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x4d2;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x4a0;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x49e;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x492;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x48c;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x476;" k="82" />
+ <hkern u1="&#x4d2;" u2="&#x474;" k="82" />
+ <hkern u1="&#x4d2;" u2="&#x470;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x462;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x4d2;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x4d2;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x442;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x42a;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x427;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x424;" k="41" />
+ <hkern u1="&#x4d2;" u2="&#x422;" k="143" />
+ <hkern u1="&#x4d2;" u2="&#x40b;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x402;" k="102" />
+ <hkern u1="&#x4d2;" u2="&#x27;" k="143" />
+ <hkern u1="&#x4d2;" u2="&#x22;" k="143" />
+ <hkern u1="&#x4d3;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4d3;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4d3;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4d3;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4d5;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4d5;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4d5;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4d5;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4d7;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4d7;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4d7;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4d7;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x513;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x512;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x509;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x508;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x506;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x504;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x4d8;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x498;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x496;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x467;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x466;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4d8;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4d8;" u2="&#x459;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x434;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x425;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x423;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x422;" k="61" />
+ <hkern u1="&#x4d8;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x417;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x416;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x414;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x410;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x409;" k="41" />
+ <hkern u1="&#x4d8;" u2="&#x402;" k="20" />
+ <hkern u1="&#x4d8;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4d8;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4d9;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x507;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x505;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4d9;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4d9;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4d9;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4d9;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4d9;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4d9;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4d9;" u2="&#x443;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x442;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4d9;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4d9;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x513;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x512;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x509;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x508;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x506;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x504;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x4da;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x498;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x496;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x467;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x466;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4da;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4da;" u2="&#x459;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x434;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x425;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x423;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x422;" k="61" />
+ <hkern u1="&#x4da;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x417;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x416;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x414;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x410;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x409;" k="41" />
+ <hkern u1="&#x4da;" u2="&#x402;" k="20" />
+ <hkern u1="&#x4da;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4da;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4db;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x507;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x505;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4db;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4db;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4db;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4db;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4db;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4db;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4db;" u2="&#x443;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x442;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4db;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4db;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4dc;" u2="&#x510;" k="20" />
+ <hkern u1="&#x4dc;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x502;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x500;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x4dc;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x4dc;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x424;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4dc;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x511;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x503;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x501;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x481;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x479;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x473;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x450;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x454;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x451;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x444;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x441;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x4dd;" u2="&#x435;" k="41" />
+ <hkern u1="&#x4de;" u2="&#x506;" k="41" />
+ <hkern u1="&#x4de;" u2="&#x504;" k="41" />
+ <hkern u1="&#x4de;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4de;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4de;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4de;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4de;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4de;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4de;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4de;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4df;" u2="&#x44f;" k="-41" />
+ <hkern u1="&#x4e0;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4e0;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4e0;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4e0;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4e0;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4e0;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x513;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x512;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x509;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x508;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x506;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x504;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x4e6;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x498;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x496;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x467;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x466;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4e6;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4e6;" u2="&#x459;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x434;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x425;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x423;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x422;" k="61" />
+ <hkern u1="&#x4e6;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x417;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x416;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x414;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x410;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x409;" k="41" />
+ <hkern u1="&#x4e6;" u2="&#x402;" k="20" />
+ <hkern u1="&#x4e6;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4e6;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4e7;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x507;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x505;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4e7;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4e7;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4e7;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4e7;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4e7;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4e7;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4e7;" u2="&#x443;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x442;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4e7;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4e7;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x513;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x512;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x509;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x508;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x506;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x504;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x4e8;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x498;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x496;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x467;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x466;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4e8;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4e8;" u2="&#x459;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x434;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x425;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x423;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x422;" k="61" />
+ <hkern u1="&#x4e8;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x417;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x416;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x414;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x410;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x409;" k="41" />
+ <hkern u1="&#x4e8;" u2="&#x402;" k="20" />
+ <hkern u1="&#x4e8;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4e8;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4e9;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x507;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x505;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4e9;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4e9;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4e9;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4e9;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4e9;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4e9;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4e9;" u2="&#x443;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x442;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4e9;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4e9;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x513;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x512;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x509;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x508;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x506;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x504;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x4ea;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x498;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x496;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x467;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x466;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4ea;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4ea;" u2="&#x459;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x434;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x425;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x423;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x422;" k="61" />
+ <hkern u1="&#x4ea;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x417;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x416;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x414;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x410;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x409;" k="41" />
+ <hkern u1="&#x4ea;" u2="&#x402;" k="20" />
+ <hkern u1="&#x4ea;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4ea;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4eb;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x507;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x505;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4eb;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4eb;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4eb;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4eb;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4eb;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4eb;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4eb;" u2="&#x443;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x442;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4eb;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4eb;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x513;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x512;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x50e;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x509;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x508;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x506;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x504;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4f2;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4f0;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4ee;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4ec;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x4de;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4c6;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x4c5;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4b4;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x4ec;" u2="&#x4a0;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x498;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x496;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x476;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x474;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x46e;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x467;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x466;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4ec;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4ec;" u2="&#x459;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x43b;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x434;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x42d;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x42a;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x425;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x423;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x422;" k="61" />
+ <hkern u1="&#x4ec;" u2="&#x41b;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x417;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x416;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x414;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x410;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x40e;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x40b;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x409;" k="41" />
+ <hkern u1="&#x4ec;" u2="&#x402;" k="20" />
+ <hkern u1="&#x4ec;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4ec;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4ed;" u2="&#x50f;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x507;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x505;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4ed;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4ed;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4ed;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4ed;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4b5;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4ed;" u2="&#x4ad;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x4a1;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4ed;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x44a;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4ed;" u2="&#x443;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x442;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4ed;" u2="&#x27;" k="20" />
+ <hkern u1="&#x4ed;" u2="&#x22;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x513;" k="82" />
+ <hkern u1="&#x4ee;" u2="&#x512;" k="102" />
+ <hkern u1="&#x4ee;" u2="&#x511;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x50c;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x509;" k="82" />
+ <hkern u1="&#x4ee;" u2="&#x508;" k="102" />
+ <hkern u1="&#x4ee;" u2="&#x503;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x502;" k="143" />
+ <hkern u1="&#x4ee;" u2="&#x501;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x500;" k="143" />
+ <hkern u1="&#x4ee;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4ea;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4e8;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4e6;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x4ee;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x4ee;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x4ee;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4c6;" k="82" />
+ <hkern u1="&#x4ee;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x4ee;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x4ee;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x4ee;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4aa;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x4a8;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x49f;" k="-102" />
+ <hkern u1="&#x4ee;" u2="&#x48d;" k="-102" />
+ <hkern u1="&#x4ee;" u2="&#x481;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x480;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x47e;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x47c;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x47a;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x479;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x478;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x473;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x472;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x467;" k="82" />
+ <hkern u1="&#x4ee;" u2="&#x466;" k="143" />
+ <hkern u1="&#x4ee;" u2="&#x460;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x450;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x4ee;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x4ee;" u2="&#x45b;" k="-102" />
+ <hkern u1="&#x4ee;" u2="&#x459;" k="82" />
+ <hkern u1="&#x4ee;" u2="&#x455;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x454;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x452;" k="-102" />
+ <hkern u1="&#x4ee;" u2="&#x451;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x444;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x441;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x43b;" k="82" />
+ <hkern u1="&#x4ee;" u2="&#x435;" k="41" />
+ <hkern u1="&#x4ee;" u2="&#x434;" k="82" />
+ <hkern u1="&#x4ee;" u2="&#x42f;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x424;" k="61" />
+ <hkern u1="&#x4ee;" u2="&#x421;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x41e;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x4ee;" u2="&#x414;" k="102" />
+ <hkern u1="&#x4ee;" u2="&#x410;" k="143" />
+ <hkern u1="&#x4ee;" u2="&#x409;" k="102" />
+ <hkern u1="&#x4ee;" u2="&#x404;" k="20" />
+ <hkern u1="&#x4ee;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x4ee;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x4ef;" u2="&#x513;" k="41" />
+ <hkern u1="&#x4ef;" u2="&#x509;" k="41" />
+ <hkern u1="&#x4ef;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x4ef;" u2="&#x467;" k="41" />
+ <hkern u1="&#x4ef;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4ef;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4ef;" u2="&#x459;" k="41" />
+ <hkern u1="&#x4ef;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x4ef;" u2="&#x434;" k="41" />
+ <hkern u1="&#x4ef;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4ef;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4f0;" u2="&#x513;" k="82" />
+ <hkern u1="&#x4f0;" u2="&#x512;" k="102" />
+ <hkern u1="&#x4f0;" u2="&#x511;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x50c;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x509;" k="82" />
+ <hkern u1="&#x4f0;" u2="&#x508;" k="102" />
+ <hkern u1="&#x4f0;" u2="&#x503;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x502;" k="143" />
+ <hkern u1="&#x4f0;" u2="&#x501;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x500;" k="143" />
+ <hkern u1="&#x4f0;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4ea;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4e8;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4e6;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x4f0;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x4f0;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x4f0;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4c6;" k="82" />
+ <hkern u1="&#x4f0;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x4f0;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x4f0;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x4f0;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4aa;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x4a8;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x49f;" k="-102" />
+ <hkern u1="&#x4f0;" u2="&#x48d;" k="-102" />
+ <hkern u1="&#x4f0;" u2="&#x481;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x480;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x47e;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x47c;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x47a;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x479;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x478;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x473;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x472;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x467;" k="82" />
+ <hkern u1="&#x4f0;" u2="&#x466;" k="143" />
+ <hkern u1="&#x4f0;" u2="&#x460;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x450;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x4f0;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x4f0;" u2="&#x45b;" k="-102" />
+ <hkern u1="&#x4f0;" u2="&#x459;" k="82" />
+ <hkern u1="&#x4f0;" u2="&#x455;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x454;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x452;" k="-102" />
+ <hkern u1="&#x4f0;" u2="&#x451;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x444;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x441;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x43b;" k="82" />
+ <hkern u1="&#x4f0;" u2="&#x435;" k="41" />
+ <hkern u1="&#x4f0;" u2="&#x434;" k="82" />
+ <hkern u1="&#x4f0;" u2="&#x42f;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x424;" k="61" />
+ <hkern u1="&#x4f0;" u2="&#x421;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x41e;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x4f0;" u2="&#x414;" k="102" />
+ <hkern u1="&#x4f0;" u2="&#x410;" k="143" />
+ <hkern u1="&#x4f0;" u2="&#x409;" k="102" />
+ <hkern u1="&#x4f0;" u2="&#x404;" k="20" />
+ <hkern u1="&#x4f0;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x4f0;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x4f1;" u2="&#x513;" k="41" />
+ <hkern u1="&#x4f1;" u2="&#x509;" k="41" />
+ <hkern u1="&#x4f1;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x4f1;" u2="&#x467;" k="41" />
+ <hkern u1="&#x4f1;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4f1;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4f1;" u2="&#x459;" k="41" />
+ <hkern u1="&#x4f1;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x4f1;" u2="&#x434;" k="41" />
+ <hkern u1="&#x4f1;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4f1;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4f2;" u2="&#x513;" k="82" />
+ <hkern u1="&#x4f2;" u2="&#x512;" k="102" />
+ <hkern u1="&#x4f2;" u2="&#x511;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x50c;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x509;" k="82" />
+ <hkern u1="&#x4f2;" u2="&#x508;" k="102" />
+ <hkern u1="&#x4f2;" u2="&#x503;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x502;" k="143" />
+ <hkern u1="&#x4f2;" u2="&#x501;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x500;" k="143" />
+ <hkern u1="&#x4f2;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4ea;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4e8;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4e6;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x4f2;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x4f2;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x4f2;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4c6;" k="82" />
+ <hkern u1="&#x4f2;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x4f2;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x4f2;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x4f2;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4aa;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x4a8;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x49f;" k="-102" />
+ <hkern u1="&#x4f2;" u2="&#x48d;" k="-102" />
+ <hkern u1="&#x4f2;" u2="&#x481;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x480;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x47e;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x47c;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x47a;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x479;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x478;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x473;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x472;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x467;" k="82" />
+ <hkern u1="&#x4f2;" u2="&#x466;" k="143" />
+ <hkern u1="&#x4f2;" u2="&#x460;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x450;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x4f2;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x4f2;" u2="&#x45b;" k="-102" />
+ <hkern u1="&#x4f2;" u2="&#x459;" k="82" />
+ <hkern u1="&#x4f2;" u2="&#x455;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x454;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x452;" k="-102" />
+ <hkern u1="&#x4f2;" u2="&#x451;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x444;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x441;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x43b;" k="82" />
+ <hkern u1="&#x4f2;" u2="&#x435;" k="41" />
+ <hkern u1="&#x4f2;" u2="&#x434;" k="82" />
+ <hkern u1="&#x4f2;" u2="&#x42f;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x424;" k="61" />
+ <hkern u1="&#x4f2;" u2="&#x421;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x41e;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x4f2;" u2="&#x414;" k="102" />
+ <hkern u1="&#x4f2;" u2="&#x410;" k="143" />
+ <hkern u1="&#x4f2;" u2="&#x409;" k="102" />
+ <hkern u1="&#x4f2;" u2="&#x404;" k="20" />
+ <hkern u1="&#x4f2;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x4f2;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x4f3;" u2="&#x513;" k="41" />
+ <hkern u1="&#x4f3;" u2="&#x509;" k="41" />
+ <hkern u1="&#x4f3;" u2="&#x4c6;" k="41" />
+ <hkern u1="&#x4f3;" u2="&#x467;" k="41" />
+ <hkern u1="&#x4f3;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x4f3;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x4f3;" u2="&#x459;" k="41" />
+ <hkern u1="&#x4f3;" u2="&#x43b;" k="41" />
+ <hkern u1="&#x4f3;" u2="&#x434;" k="41" />
+ <hkern u1="&#x4f3;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x4f3;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x513;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x512;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x511;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x50f;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x50d;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x50b;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x509;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x508;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x507;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x505;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x503;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x502;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x501;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x500;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4f9;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4f7;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4f5;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4f3;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x4f1;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x4ef;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x4ed;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4eb;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4e9;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4e7;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4e5;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4e3;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4e1;" k="61" />
+ <hkern u1="&#x4f6;" u2="&#x4df;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4d7;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4d4;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4d2;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4d0;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4ce;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4cc;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4ca;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4c8;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4c6;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x4c5;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4c4;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4bf;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4bd;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4bb;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4b9;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4b7;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4b5;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4b1;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x4af;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x4ad;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x4ac;" k="-41" />
+ <hkern u1="&#x4f6;" u2="&#x4ab;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4a9;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x4a7;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4a5;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4a3;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x4a1;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x49d;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x49b;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x499;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x495;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x48f;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x48b;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x481;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x47f;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x47d;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x47b;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x479;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x477;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x475;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x473;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x471;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x46d;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x46b;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x469;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x467;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x466;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x465;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x461;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x45d;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x450;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x491;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x45f;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x45e;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x45c;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x45a;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x459;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x455;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x454;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x453;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x451;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x44f;" k="61" />
+ <hkern u1="&#x4f6;" u2="&#x44e;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x44d;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x44c;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x44b;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x44a;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x449;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x448;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x447;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x446;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x444;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x443;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x442;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x441;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x440;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x43f;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x43e;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x43d;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x43c;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x43b;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x43a;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x439;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x438;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x437;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x435;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x434;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x433;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x432;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x424;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x422;" k="-41" />
+ <hkern u1="&#x4f6;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x41b;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x414;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x410;" k="143" />
+ <hkern u1="&#x4f6;" u2="&#x409;" k="102" />
+ <hkern u1="&#x4f6;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4f6;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x4f6;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x4f6;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x4f7;" u2="&#x513;" k="61" />
+ <hkern u1="&#x4f7;" u2="&#x511;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x509;" k="61" />
+ <hkern u1="&#x4f7;" u2="&#x503;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x501;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x4c6;" k="61" />
+ <hkern u1="&#x4f7;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x481;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x479;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x473;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x467;" k="61" />
+ <hkern u1="&#x4f7;" u2="&#x450;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x4f7;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x4f7;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x4f7;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x4f7;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x4f7;" u2="&#x459;" k="61" />
+ <hkern u1="&#x4f7;" u2="&#x454;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x451;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x444;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x441;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x43b;" k="61" />
+ <hkern u1="&#x4f7;" u2="&#x435;" k="20" />
+ <hkern u1="&#x4f7;" u2="&#x434;" k="61" />
+ <hkern u1="&#x4f7;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x4f7;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x4f7;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x513;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x512;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x511;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x50e;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x50d;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x50b;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x509;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x508;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x503;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x502;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x501;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x500;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4f9;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4f7;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4f5;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x4ed;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4eb;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4e9;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4e7;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4e5;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4e3;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4df;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4d7;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x4d4;" k="123" />
+ <hkern u1="&#x4fa;" u2="&#x4d2;" k="123" />
+ <hkern u1="&#x4fa;" u2="&#x4d0;" k="123" />
+ <hkern u1="&#x4fa;" u2="&#x4ce;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4cc;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x4ca;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4c8;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4c6;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x4c5;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x4c4;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4bf;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4be;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4bd;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4bc;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4bb;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4b9;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x4b7;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x4b4;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4ac;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x4ab;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4a9;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x4a7;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4a5;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4a3;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x4a0;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x49f;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x49d;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x49b;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x499;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x497;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x495;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x48f;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x48d;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x48b;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x481;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x47d;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x47b;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x479;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x473;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x471;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x46d;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x46b;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x469;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x467;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x466;" k="123" />
+ <hkern u1="&#x4fa;" u2="&#x465;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x45d;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x450;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x201e;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x201a;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x2015;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x2014;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x2013;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x491;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x45f;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x45c;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x45b;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x45a;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x459;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x455;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x454;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x453;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x452;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x451;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x44e;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x44d;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x44c;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x44b;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x449;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x448;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x447;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x446;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x445;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x444;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x441;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x440;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x43f;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x43e;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x43d;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x43c;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x43b;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x43a;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x439;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x438;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x437;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x436;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x435;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x434;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x433;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x432;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x42a;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x424;" k="61" />
+ <hkern u1="&#x4fa;" u2="&#x422;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x41b;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x414;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x410;" k="123" />
+ <hkern u1="&#x4fa;" u2="&#x40b;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x409;" k="82" />
+ <hkern u1="&#x4fa;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x402;" k="-41" />
+ <hkern u1="&#x4fa;" u2="&#x2e;" k="102" />
+ <hkern u1="&#x4fa;" u2="&#x2d;" k="41" />
+ <hkern u1="&#x4fa;" u2="&#x2c;" k="102" />
+ <hkern u1="&#x4fb;" u2="&#x513;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x511;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x50d;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x509;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x503;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x501;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x4eb;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x4e9;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x4e7;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x4d7;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x4c6;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x4ab;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x4a9;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x481;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x47d;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x47b;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x479;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x473;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x467;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x450;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x201e;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x201a;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x459;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x454;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x451;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x444;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x441;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x43e;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x43b;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x435;" k="41" />
+ <hkern u1="&#x4fb;" u2="&#x434;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x2e;" k="61" />
+ <hkern u1="&#x4fb;" u2="&#x2c;" k="61" />
+ <hkern u1="&#x4fc;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4f5;" k="82" />
+ <hkern u1="&#x4fc;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4cc;" k="82" />
+ <hkern u1="&#x4fc;" u2="&#x4bf;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4be;" k="61" />
+ <hkern u1="&#x4fc;" u2="&#x4bd;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4bc;" k="61" />
+ <hkern u1="&#x4fc;" u2="&#x4b9;" k="82" />
+ <hkern u1="&#x4fc;" u2="&#x4b7;" k="82" />
+ <hkern u1="&#x4fc;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x471;" k="20" />
+ <hkern u1="&#x4fc;" u2="&#x46f;" k="-61" />
+ <hkern u1="&#x4fc;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x447;" k="82" />
+ <hkern u1="&#x4fc;" u2="&#x442;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x424;" k="61" />
+ <hkern u1="&#x4fc;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4fc;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x4fc;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4fd;" u2="&#x511;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4fd;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4fd;" u2="&#x503;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x501;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x481;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x479;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x473;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x450;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x454;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x451;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x444;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x441;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x4fd;" u2="&#x435;" k="20" />
+ <hkern u1="&#x4fe;" u2="&#x510;" k="20" />
+ <hkern u1="&#x4fe;" u2="&#x50c;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x502;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x500;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4ea;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4e8;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4e6;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4be;" k="102" />
+ <hkern u1="&#x4fe;" u2="&#x4bc;" k="102" />
+ <hkern u1="&#x4fe;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4aa;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x4a8;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x480;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x47e;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x47c;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x47a;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x478;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x472;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x470;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x460;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x447;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x427;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x424;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x421;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x41e;" k="41" />
+ <hkern u1="&#x4fe;" u2="&#x404;" k="41" />
+ <hkern u1="&#x4ff;" u2="&#x511;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x50d;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x507;" k="41" />
+ <hkern u1="&#x4ff;" u2="&#x505;" k="41" />
+ <hkern u1="&#x4ff;" u2="&#x503;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x501;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4f5;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4eb;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4e9;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4e7;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4d7;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4cc;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4b9;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4b7;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4ab;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x4a9;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x481;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x47d;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x47b;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x479;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x473;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x450;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x454;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x451;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x447;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x444;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x441;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x43e;" k="20" />
+ <hkern u1="&#x4ff;" u2="&#x435;" k="20" />
+ <hkern u1="&#x502;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x502;" u2="&#x50e;" k="82" />
+ <hkern u1="&#x502;" u2="&#x507;" k="41" />
+ <hkern u1="&#x502;" u2="&#x506;" k="41" />
+ <hkern u1="&#x502;" u2="&#x505;" k="41" />
+ <hkern u1="&#x502;" u2="&#x504;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4fe;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4fc;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4f4;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4f2;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4f0;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4ee;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4dc;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4d4;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4d2;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4d0;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4cb;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4c1;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4b8;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4b6;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4b4;" k="82" />
+ <hkern u1="&#x502;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x502;" u2="&#x4b2;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4b0;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4ae;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x502;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x502;" u2="&#x4a0;" k="82" />
+ <hkern u1="&#x502;" u2="&#x497;" k="41" />
+ <hkern u1="&#x502;" u2="&#x496;" k="61" />
+ <hkern u1="&#x502;" u2="&#x476;" k="61" />
+ <hkern u1="&#x502;" u2="&#x474;" k="61" />
+ <hkern u1="&#x502;" u2="&#x470;" k="61" />
+ <hkern u1="&#x502;" u2="&#x46a;" k="41" />
+ <hkern u1="&#x502;" u2="&#x466;" k="61" />
+ <hkern u1="&#x502;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x502;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x502;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x502;" u2="&#x447;" k="41" />
+ <hkern u1="&#x502;" u2="&#x445;" k="41" />
+ <hkern u1="&#x502;" u2="&#x442;" k="61" />
+ <hkern u1="&#x502;" u2="&#x436;" k="41" />
+ <hkern u1="&#x502;" u2="&#x42a;" k="82" />
+ <hkern u1="&#x502;" u2="&#x427;" k="61" />
+ <hkern u1="&#x502;" u2="&#x425;" k="61" />
+ <hkern u1="&#x502;" u2="&#x423;" k="61" />
+ <hkern u1="&#x502;" u2="&#x422;" k="143" />
+ <hkern u1="&#x502;" u2="&#x416;" k="61" />
+ <hkern u1="&#x502;" u2="&#x410;" k="61" />
+ <hkern u1="&#x502;" u2="&#x40e;" k="61" />
+ <hkern u1="&#x502;" u2="&#x40b;" k="82" />
+ <hkern u1="&#x502;" u2="&#x402;" k="82" />
+ <hkern u1="&#x502;" u2="&#x27;" k="102" />
+ <hkern u1="&#x502;" u2="&#x22;" k="102" />
+ <hkern u1="&#x503;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x503;" u2="&#x507;" k="102" />
+ <hkern u1="&#x503;" u2="&#x505;" k="102" />
+ <hkern u1="&#x503;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x503;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x503;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x503;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x503;" u2="&#x497;" k="41" />
+ <hkern u1="&#x503;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x503;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x503;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x503;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x503;" u2="&#x447;" k="41" />
+ <hkern u1="&#x503;" u2="&#x445;" k="41" />
+ <hkern u1="&#x503;" u2="&#x443;" k="41" />
+ <hkern u1="&#x503;" u2="&#x442;" k="61" />
+ <hkern u1="&#x503;" u2="&#x436;" k="41" />
+ <hkern u1="&#x503;" u2="&#x27;" k="102" />
+ <hkern u1="&#x503;" u2="&#x22;" k="102" />
+ <hkern u1="&#x504;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x504;" u2="&#x50e;" k="82" />
+ <hkern u1="&#x504;" u2="&#x507;" k="41" />
+ <hkern u1="&#x504;" u2="&#x506;" k="41" />
+ <hkern u1="&#x504;" u2="&#x505;" k="41" />
+ <hkern u1="&#x504;" u2="&#x504;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4fe;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4fc;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4f4;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4f2;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4f0;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4ee;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4dc;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4d4;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4d2;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4d0;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4cb;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4c1;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4b8;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4b6;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4b4;" k="82" />
+ <hkern u1="&#x504;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x504;" u2="&#x4b2;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4b0;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4ae;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x504;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x504;" u2="&#x4a0;" k="82" />
+ <hkern u1="&#x504;" u2="&#x497;" k="41" />
+ <hkern u1="&#x504;" u2="&#x496;" k="61" />
+ <hkern u1="&#x504;" u2="&#x476;" k="61" />
+ <hkern u1="&#x504;" u2="&#x474;" k="61" />
+ <hkern u1="&#x504;" u2="&#x470;" k="61" />
+ <hkern u1="&#x504;" u2="&#x46a;" k="41" />
+ <hkern u1="&#x504;" u2="&#x466;" k="61" />
+ <hkern u1="&#x504;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x504;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x504;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x504;" u2="&#x447;" k="41" />
+ <hkern u1="&#x504;" u2="&#x445;" k="41" />
+ <hkern u1="&#x504;" u2="&#x442;" k="61" />
+ <hkern u1="&#x504;" u2="&#x436;" k="41" />
+ <hkern u1="&#x504;" u2="&#x42a;" k="82" />
+ <hkern u1="&#x504;" u2="&#x427;" k="61" />
+ <hkern u1="&#x504;" u2="&#x425;" k="61" />
+ <hkern u1="&#x504;" u2="&#x423;" k="61" />
+ <hkern u1="&#x504;" u2="&#x422;" k="143" />
+ <hkern u1="&#x504;" u2="&#x416;" k="61" />
+ <hkern u1="&#x504;" u2="&#x410;" k="61" />
+ <hkern u1="&#x504;" u2="&#x40e;" k="61" />
+ <hkern u1="&#x504;" u2="&#x40b;" k="82" />
+ <hkern u1="&#x504;" u2="&#x402;" k="82" />
+ <hkern u1="&#x504;" u2="&#x27;" k="102" />
+ <hkern u1="&#x504;" u2="&#x22;" k="102" />
+ <hkern u1="&#x505;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x505;" u2="&#x507;" k="102" />
+ <hkern u1="&#x505;" u2="&#x505;" k="102" />
+ <hkern u1="&#x505;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x505;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x505;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x505;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x505;" u2="&#x497;" k="41" />
+ <hkern u1="&#x505;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x505;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x505;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x505;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x505;" u2="&#x447;" k="41" />
+ <hkern u1="&#x505;" u2="&#x445;" k="41" />
+ <hkern u1="&#x505;" u2="&#x443;" k="41" />
+ <hkern u1="&#x505;" u2="&#x442;" k="61" />
+ <hkern u1="&#x505;" u2="&#x436;" k="41" />
+ <hkern u1="&#x505;" u2="&#x27;" k="102" />
+ <hkern u1="&#x505;" u2="&#x22;" k="102" />
+ <hkern u1="&#x506;" u2="&#x507;" k="41" />
+ <hkern u1="&#x506;" u2="&#x505;" k="41" />
+ <hkern u1="&#x506;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x506;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x507;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x507;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x507;" u2="&#x27;" k="20" />
+ <hkern u1="&#x507;" u2="&#x22;" k="20" />
+ <hkern u1="&#x508;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x508;" u2="&#x50e;" k="82" />
+ <hkern u1="&#x508;" u2="&#x507;" k="41" />
+ <hkern u1="&#x508;" u2="&#x506;" k="41" />
+ <hkern u1="&#x508;" u2="&#x505;" k="41" />
+ <hkern u1="&#x508;" u2="&#x504;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4fe;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4fc;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4f4;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4f2;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4f0;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4ee;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4dc;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4d4;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4d2;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4d0;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4cb;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4c1;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4b8;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4b6;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4b4;" k="82" />
+ <hkern u1="&#x508;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x508;" u2="&#x4b2;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4b0;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4ae;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x508;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x508;" u2="&#x4a0;" k="82" />
+ <hkern u1="&#x508;" u2="&#x497;" k="41" />
+ <hkern u1="&#x508;" u2="&#x496;" k="61" />
+ <hkern u1="&#x508;" u2="&#x476;" k="61" />
+ <hkern u1="&#x508;" u2="&#x474;" k="61" />
+ <hkern u1="&#x508;" u2="&#x470;" k="61" />
+ <hkern u1="&#x508;" u2="&#x46a;" k="41" />
+ <hkern u1="&#x508;" u2="&#x466;" k="61" />
+ <hkern u1="&#x508;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x508;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x508;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x508;" u2="&#x447;" k="41" />
+ <hkern u1="&#x508;" u2="&#x445;" k="41" />
+ <hkern u1="&#x508;" u2="&#x442;" k="61" />
+ <hkern u1="&#x508;" u2="&#x436;" k="41" />
+ <hkern u1="&#x508;" u2="&#x42a;" k="82" />
+ <hkern u1="&#x508;" u2="&#x427;" k="61" />
+ <hkern u1="&#x508;" u2="&#x425;" k="61" />
+ <hkern u1="&#x508;" u2="&#x423;" k="61" />
+ <hkern u1="&#x508;" u2="&#x422;" k="143" />
+ <hkern u1="&#x508;" u2="&#x416;" k="61" />
+ <hkern u1="&#x508;" u2="&#x410;" k="61" />
+ <hkern u1="&#x508;" u2="&#x40e;" k="61" />
+ <hkern u1="&#x508;" u2="&#x40b;" k="82" />
+ <hkern u1="&#x508;" u2="&#x402;" k="82" />
+ <hkern u1="&#x508;" u2="&#x27;" k="102" />
+ <hkern u1="&#x508;" u2="&#x22;" k="102" />
+ <hkern u1="&#x509;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x509;" u2="&#x507;" k="102" />
+ <hkern u1="&#x509;" u2="&#x505;" k="102" />
+ <hkern u1="&#x509;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x509;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x509;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x509;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x509;" u2="&#x497;" k="41" />
+ <hkern u1="&#x509;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x509;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x509;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x509;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x509;" u2="&#x447;" k="41" />
+ <hkern u1="&#x509;" u2="&#x445;" k="41" />
+ <hkern u1="&#x509;" u2="&#x443;" k="41" />
+ <hkern u1="&#x509;" u2="&#x442;" k="61" />
+ <hkern u1="&#x509;" u2="&#x436;" k="41" />
+ <hkern u1="&#x509;" u2="&#x27;" k="102" />
+ <hkern u1="&#x509;" u2="&#x22;" k="102" />
+ <hkern u1="&#x50a;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x50e;" k="82" />
+ <hkern u1="&#x50a;" u2="&#x507;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x506;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x505;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x504;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4fe;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4fc;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4f4;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4f2;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4f0;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4ee;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4dc;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4d4;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4d2;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4d0;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4cb;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4c1;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4b8;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4b6;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4b4;" k="82" />
+ <hkern u1="&#x50a;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x4b2;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4b0;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4ae;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4ac;" k="143" />
+ <hkern u1="&#x50a;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x4a0;" k="82" />
+ <hkern u1="&#x50a;" u2="&#x497;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x496;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x476;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x474;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x470;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x46a;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x466;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x50a;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x50a;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x447;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x445;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x442;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x436;" k="41" />
+ <hkern u1="&#x50a;" u2="&#x42a;" k="82" />
+ <hkern u1="&#x50a;" u2="&#x427;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x425;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x423;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x422;" k="143" />
+ <hkern u1="&#x50a;" u2="&#x416;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x410;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x40e;" k="61" />
+ <hkern u1="&#x50a;" u2="&#x40b;" k="82" />
+ <hkern u1="&#x50a;" u2="&#x402;" k="82" />
+ <hkern u1="&#x50a;" u2="&#x27;" k="102" />
+ <hkern u1="&#x50a;" u2="&#x22;" k="102" />
+ <hkern u1="&#x50b;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x50b;" u2="&#x507;" k="102" />
+ <hkern u1="&#x50b;" u2="&#x505;" k="102" />
+ <hkern u1="&#x50b;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x50b;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x50b;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x50b;" u2="&#x497;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x50b;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x50b;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x50b;" u2="&#x447;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x445;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x443;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x442;" k="61" />
+ <hkern u1="&#x50b;" u2="&#x436;" k="41" />
+ <hkern u1="&#x50b;" u2="&#x27;" k="102" />
+ <hkern u1="&#x50b;" u2="&#x22;" k="102" />
+ <hkern u1="&#x50c;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x4d4;" k="20" />
+ <hkern u1="&#x50c;" u2="&#x4d2;" k="20" />
+ <hkern u1="&#x50c;" u2="&#x4d0;" k="20" />
+ <hkern u1="&#x50c;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x4b0;" k="20" />
+ <hkern u1="&#x50c;" u2="&#x4ae;" k="20" />
+ <hkern u1="&#x50c;" u2="&#x4ac;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x496;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x476;" k="20" />
+ <hkern u1="&#x50c;" u2="&#x474;" k="20" />
+ <hkern u1="&#x50c;" u2="&#x466;" k="20" />
+ <hkern u1="&#x50c;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x50c;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x50c;" u2="&#x425;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x422;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x416;" k="41" />
+ <hkern u1="&#x50c;" u2="&#x410;" k="20" />
+ <hkern u1="&#x50c;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x50c;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x50d;" u2="&#x507;" k="41" />
+ <hkern u1="&#x50d;" u2="&#x505;" k="41" />
+ <hkern u1="&#x50d;" u2="&#x4ff;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x4fd;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x4f3;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x4f1;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x4ef;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x4dd;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x4c2;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x4b3;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x497;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x201d;" k="41" />
+ <hkern u1="&#x50d;" u2="&#x2019;" k="41" />
+ <hkern u1="&#x50d;" u2="&#x45e;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x445;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x443;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x436;" k="20" />
+ <hkern u1="&#x50d;" u2="&#x27;" k="41" />
+ <hkern u1="&#x50d;" u2="&#x22;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x50f;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x50e;" k="61" />
+ <hkern u1="&#x50e;" u2="&#x506;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x504;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4fe;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4fc;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4f4;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4dc;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4d4;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4d2;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4d0;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4cb;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4c1;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4b8;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4b6;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4b5;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4b4;" k="61" />
+ <hkern u1="&#x50e;" u2="&#x4b2;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4b0;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4ae;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4ad;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4ac;" k="61" />
+ <hkern u1="&#x50e;" u2="&#x4a1;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x4a0;" k="61" />
+ <hkern u1="&#x50e;" u2="&#x496;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x476;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x474;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x470;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x466;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x201d;" k="82" />
+ <hkern u1="&#x50e;" u2="&#x2019;" k="82" />
+ <hkern u1="&#x50e;" u2="&#x44a;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x442;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x42a;" k="61" />
+ <hkern u1="&#x50e;" u2="&#x427;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x425;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x422;" k="61" />
+ <hkern u1="&#x50e;" u2="&#x416;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x410;" k="41" />
+ <hkern u1="&#x50e;" u2="&#x40b;" k="61" />
+ <hkern u1="&#x50e;" u2="&#x402;" k="61" />
+ <hkern u1="&#x50e;" u2="&#x27;" k="82" />
+ <hkern u1="&#x50e;" u2="&#x22;" k="82" />
+ <hkern u1="&#x50f;" u2="&#x50f;" k="61" />
+ <hkern u1="&#x50f;" u2="&#x507;" k="102" />
+ <hkern u1="&#x50f;" u2="&#x505;" k="102" />
+ <hkern u1="&#x50f;" u2="&#x4ff;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4fd;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4f3;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4f1;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4ef;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4dd;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4c2;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4b5;" k="61" />
+ <hkern u1="&#x50f;" u2="&#x4b3;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x4ad;" k="61" />
+ <hkern u1="&#x50f;" u2="&#x4a1;" k="61" />
+ <hkern u1="&#x50f;" u2="&#x497;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x201d;" k="102" />
+ <hkern u1="&#x50f;" u2="&#x2019;" k="102" />
+ <hkern u1="&#x50f;" u2="&#x45e;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x44a;" k="61" />
+ <hkern u1="&#x50f;" u2="&#x447;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x445;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x443;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x442;" k="61" />
+ <hkern u1="&#x50f;" u2="&#x436;" k="41" />
+ <hkern u1="&#x50f;" u2="&#x27;" k="102" />
+ <hkern u1="&#x50f;" u2="&#x22;" k="102" />
+ <hkern u1="&#x510;" u2="&#x4f5;" k="41" />
+ <hkern u1="&#x510;" u2="&#x4cc;" k="41" />
+ <hkern u1="&#x510;" u2="&#x4b9;" k="41" />
+ <hkern u1="&#x510;" u2="&#x4b7;" k="41" />
+ <hkern u1="&#x510;" u2="&#x447;" k="41" />
+ <hkern u1="&#x512;" u2="&#x507;" k="41" />
+ <hkern u1="&#x512;" u2="&#x505;" k="41" />
+ <hkern u1="&#x512;" u2="&#x4e1;" k="-41" />
+ <hkern u1="&#x512;" u2="&#x408;" k="-225" />
+ <hkern u1="&#x513;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x513;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x513;" u2="&#x27;" k="20" />
+ <hkern u1="&#x513;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ea0;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1ea0;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1ea0;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1ea0;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1ea0;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1ea0;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1ea0;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1ea0;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1ea0;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1ea0;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1ea0;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1ea0;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1ea0;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1ea0;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1ea0;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1ea0;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1ea0;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1ea0;" u2="Y" k="123" />
+ <hkern u1="&#x1ea0;" u2="W" k="82" />
+ <hkern u1="&#x1ea0;" u2="V" k="82" />
+ <hkern u1="&#x1ea0;" u2="T" k="143" />
+ <hkern u1="&#x1ea0;" u2="Q" k="41" />
+ <hkern u1="&#x1ea0;" u2="O" k="41" />
+ <hkern u1="&#x1ea0;" u2="J" k="-266" />
+ <hkern u1="&#x1ea0;" u2="G" k="41" />
+ <hkern u1="&#x1ea0;" u2="C" k="41" />
+ <hkern u1="&#x1ea0;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1ea0;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1ea1;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ea1;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ea1;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ea1;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ea2;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1ea2;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1ea2;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1ea2;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1ea2;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1ea2;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1ea2;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1ea2;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1ea2;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1ea2;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1ea2;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1ea2;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1ea2;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1ea2;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1ea2;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1ea2;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1ea2;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1ea2;" u2="Y" k="123" />
+ <hkern u1="&#x1ea2;" u2="W" k="82" />
+ <hkern u1="&#x1ea2;" u2="V" k="82" />
+ <hkern u1="&#x1ea2;" u2="T" k="143" />
+ <hkern u1="&#x1ea2;" u2="Q" k="41" />
+ <hkern u1="&#x1ea2;" u2="O" k="41" />
+ <hkern u1="&#x1ea2;" u2="J" k="-266" />
+ <hkern u1="&#x1ea2;" u2="G" k="41" />
+ <hkern u1="&#x1ea2;" u2="C" k="41" />
+ <hkern u1="&#x1ea2;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1ea2;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1ea3;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ea3;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ea3;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ea3;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ea4;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1ea4;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1ea4;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1ea4;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1ea4;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1ea4;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1ea4;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1ea4;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1ea4;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1ea4;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1ea4;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1ea4;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1ea4;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1ea4;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1ea4;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1ea4;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1ea4;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1ea4;" u2="Y" k="123" />
+ <hkern u1="&#x1ea4;" u2="W" k="82" />
+ <hkern u1="&#x1ea4;" u2="V" k="82" />
+ <hkern u1="&#x1ea4;" u2="T" k="143" />
+ <hkern u1="&#x1ea4;" u2="Q" k="41" />
+ <hkern u1="&#x1ea4;" u2="O" k="41" />
+ <hkern u1="&#x1ea4;" u2="J" k="-266" />
+ <hkern u1="&#x1ea4;" u2="G" k="41" />
+ <hkern u1="&#x1ea4;" u2="C" k="41" />
+ <hkern u1="&#x1ea4;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1ea4;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1ea5;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ea5;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ea5;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ea5;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ea6;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1ea6;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1ea6;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1ea6;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1ea6;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1ea6;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1ea6;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1ea6;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1ea6;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1ea6;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1ea6;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1ea6;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1ea6;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1ea6;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1ea6;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1ea6;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1ea6;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1ea6;" u2="Y" k="123" />
+ <hkern u1="&#x1ea6;" u2="W" k="82" />
+ <hkern u1="&#x1ea6;" u2="V" k="82" />
+ <hkern u1="&#x1ea6;" u2="T" k="143" />
+ <hkern u1="&#x1ea6;" u2="Q" k="41" />
+ <hkern u1="&#x1ea6;" u2="O" k="41" />
+ <hkern u1="&#x1ea6;" u2="J" k="-266" />
+ <hkern u1="&#x1ea6;" u2="G" k="41" />
+ <hkern u1="&#x1ea6;" u2="C" k="41" />
+ <hkern u1="&#x1ea6;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1ea6;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1ea7;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ea7;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ea7;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ea7;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ea8;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1ea8;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1ea8;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1ea8;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1ea8;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1ea8;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1ea8;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1ea8;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1ea8;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1ea8;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1ea8;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1ea8;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1ea8;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1ea8;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1ea8;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1ea8;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1ea8;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1ea8;" u2="Y" k="123" />
+ <hkern u1="&#x1ea8;" u2="W" k="82" />
+ <hkern u1="&#x1ea8;" u2="V" k="82" />
+ <hkern u1="&#x1ea8;" u2="T" k="143" />
+ <hkern u1="&#x1ea8;" u2="Q" k="41" />
+ <hkern u1="&#x1ea8;" u2="O" k="41" />
+ <hkern u1="&#x1ea8;" u2="J" k="-266" />
+ <hkern u1="&#x1ea8;" u2="G" k="41" />
+ <hkern u1="&#x1ea8;" u2="C" k="41" />
+ <hkern u1="&#x1ea8;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1ea8;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1ea9;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ea9;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ea9;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ea9;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1eaa;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1eaa;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1eaa;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1eaa;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1eaa;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1eaa;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1eaa;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1eaa;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1eaa;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1eaa;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1eaa;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1eaa;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1eaa;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1eaa;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1eaa;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1eaa;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1eaa;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1eaa;" u2="Y" k="123" />
+ <hkern u1="&#x1eaa;" u2="W" k="82" />
+ <hkern u1="&#x1eaa;" u2="V" k="82" />
+ <hkern u1="&#x1eaa;" u2="T" k="143" />
+ <hkern u1="&#x1eaa;" u2="Q" k="41" />
+ <hkern u1="&#x1eaa;" u2="O" k="41" />
+ <hkern u1="&#x1eaa;" u2="J" k="-266" />
+ <hkern u1="&#x1eaa;" u2="G" k="41" />
+ <hkern u1="&#x1eaa;" u2="C" k="41" />
+ <hkern u1="&#x1eaa;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1eaa;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1eab;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1eab;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1eab;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1eab;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1eac;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1eac;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1eac;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1eac;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1eac;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1eac;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1eac;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1eac;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1eac;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1eac;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1eac;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1eac;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1eac;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1eac;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1eac;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1eac;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1eac;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1eac;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1eac;" u2="Y" k="123" />
+ <hkern u1="&#x1eac;" u2="W" k="82" />
+ <hkern u1="&#x1eac;" u2="V" k="82" />
+ <hkern u1="&#x1eac;" u2="T" k="143" />
+ <hkern u1="&#x1eac;" u2="Q" k="41" />
+ <hkern u1="&#x1eac;" u2="O" k="41" />
+ <hkern u1="&#x1eac;" u2="J" k="-266" />
+ <hkern u1="&#x1eac;" u2="G" k="41" />
+ <hkern u1="&#x1eac;" u2="C" k="41" />
+ <hkern u1="&#x1eac;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1eac;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1ead;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ead;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ead;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ead;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1eae;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1eae;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1eae;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1eae;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1eae;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1eae;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1eae;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1eae;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1eae;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1eae;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1eae;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1eae;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1eae;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1eae;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1eae;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1eae;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1eae;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1eae;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1eae;" u2="Y" k="123" />
+ <hkern u1="&#x1eae;" u2="W" k="82" />
+ <hkern u1="&#x1eae;" u2="V" k="82" />
+ <hkern u1="&#x1eae;" u2="T" k="143" />
+ <hkern u1="&#x1eae;" u2="Q" k="41" />
+ <hkern u1="&#x1eae;" u2="O" k="41" />
+ <hkern u1="&#x1eae;" u2="J" k="-266" />
+ <hkern u1="&#x1eae;" u2="G" k="41" />
+ <hkern u1="&#x1eae;" u2="C" k="41" />
+ <hkern u1="&#x1eae;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1eae;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1eaf;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1eaf;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1eaf;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1eaf;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1eb0;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1eb0;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1eb0;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1eb0;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1eb0;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1eb0;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1eb0;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1eb0;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1eb0;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1eb0;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1eb0;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1eb0;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1eb0;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1eb0;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1eb0;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1eb0;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1eb0;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1eb0;" u2="Y" k="123" />
+ <hkern u1="&#x1eb0;" u2="W" k="82" />
+ <hkern u1="&#x1eb0;" u2="V" k="82" />
+ <hkern u1="&#x1eb0;" u2="T" k="143" />
+ <hkern u1="&#x1eb0;" u2="Q" k="41" />
+ <hkern u1="&#x1eb0;" u2="O" k="41" />
+ <hkern u1="&#x1eb0;" u2="J" k="-266" />
+ <hkern u1="&#x1eb0;" u2="G" k="41" />
+ <hkern u1="&#x1eb0;" u2="C" k="41" />
+ <hkern u1="&#x1eb0;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1eb0;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1eb1;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1eb1;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1eb1;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1eb1;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1eb2;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1eb2;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1eb2;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1eb2;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1eb2;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1eb2;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1eb2;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1eb2;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1eb2;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1eb2;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1eb2;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1eb2;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1eb2;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1eb2;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1eb2;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1eb2;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1eb2;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1eb2;" u2="Y" k="123" />
+ <hkern u1="&#x1eb2;" u2="W" k="82" />
+ <hkern u1="&#x1eb2;" u2="V" k="82" />
+ <hkern u1="&#x1eb2;" u2="T" k="143" />
+ <hkern u1="&#x1eb2;" u2="Q" k="41" />
+ <hkern u1="&#x1eb2;" u2="O" k="41" />
+ <hkern u1="&#x1eb2;" u2="J" k="-266" />
+ <hkern u1="&#x1eb2;" u2="G" k="41" />
+ <hkern u1="&#x1eb2;" u2="C" k="41" />
+ <hkern u1="&#x1eb2;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1eb2;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1eb3;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1eb3;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1eb3;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1eb3;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1eb4;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1eb4;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1eb4;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1eb4;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1eb4;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1eb4;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1eb4;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1eb4;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1eb4;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1eb4;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1eb4;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1eb4;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1eb4;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1eb4;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1eb4;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1eb4;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1eb4;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1eb4;" u2="Y" k="123" />
+ <hkern u1="&#x1eb4;" u2="W" k="82" />
+ <hkern u1="&#x1eb4;" u2="V" k="82" />
+ <hkern u1="&#x1eb4;" u2="T" k="143" />
+ <hkern u1="&#x1eb4;" u2="Q" k="41" />
+ <hkern u1="&#x1eb4;" u2="O" k="41" />
+ <hkern u1="&#x1eb4;" u2="J" k="-266" />
+ <hkern u1="&#x1eb4;" u2="G" k="41" />
+ <hkern u1="&#x1eb4;" u2="C" k="41" />
+ <hkern u1="&#x1eb4;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1eb4;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1eb5;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1eb5;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1eb5;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1eb5;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1eb6;" u2="&#x162;" k="143" />
+ <hkern u1="&#x1eb6;" u2="&#x1ef8;" k="123" />
+ <hkern u1="&#x1eb6;" u2="&#x1ef6;" k="123" />
+ <hkern u1="&#x1eb6;" u2="&#x1ef4;" k="123" />
+ <hkern u1="&#x1eb6;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x201d;" k="143" />
+ <hkern u1="&#x1eb6;" u2="&#x2019;" k="143" />
+ <hkern u1="&#x1eb6;" u2="&#x1ef2;" k="123" />
+ <hkern u1="&#x1eb6;" u2="&#x1e84;" k="82" />
+ <hkern u1="&#x1eb6;" u2="&#x1e82;" k="82" />
+ <hkern u1="&#x1eb6;" u2="&#x1e80;" k="82" />
+ <hkern u1="&#x1eb6;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x178;" k="123" />
+ <hkern u1="&#x1eb6;" u2="&#x176;" k="123" />
+ <hkern u1="&#x1eb6;" u2="&#x174;" k="82" />
+ <hkern u1="&#x1eb6;" u2="&#x164;" k="143" />
+ <hkern u1="&#x1eb6;" u2="&#x21a;" k="143" />
+ <hkern u1="&#x1eb6;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#xdd;" k="123" />
+ <hkern u1="&#x1eb6;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1eb6;" u2="Y" k="123" />
+ <hkern u1="&#x1eb6;" u2="W" k="82" />
+ <hkern u1="&#x1eb6;" u2="V" k="82" />
+ <hkern u1="&#x1eb6;" u2="T" k="143" />
+ <hkern u1="&#x1eb6;" u2="Q" k="41" />
+ <hkern u1="&#x1eb6;" u2="O" k="41" />
+ <hkern u1="&#x1eb6;" u2="J" k="-266" />
+ <hkern u1="&#x1eb6;" u2="G" k="41" />
+ <hkern u1="&#x1eb6;" u2="C" k="41" />
+ <hkern u1="&#x1eb6;" u2="&#x27;" k="143" />
+ <hkern u1="&#x1eb6;" u2="&#x22;" k="143" />
+ <hkern u1="&#x1eb7;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1eb7;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1eb7;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1eb7;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1eb8;" u2="J" k="-123" />
+ <hkern u1="&#x1eb9;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1eb9;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1eb9;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1eb9;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1eb9;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1eb9;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1eb9;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1eb9;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1eb9;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1eb9;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1eb9;" u2="z" k="20" />
+ <hkern u1="&#x1eb9;" u2="y" k="41" />
+ <hkern u1="&#x1eb9;" u2="x" k="41" />
+ <hkern u1="&#x1eb9;" u2="w" k="41" />
+ <hkern u1="&#x1eb9;" u2="v" k="41" />
+ <hkern u1="&#x1eb9;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1eb9;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1eba;" u2="J" k="-123" />
+ <hkern u1="&#x1ebb;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1ebb;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ebb;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ebb;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1ebb;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1ebb;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1ebb;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1ebb;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1ebb;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1ebb;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1ebb;" u2="z" k="20" />
+ <hkern u1="&#x1ebb;" u2="y" k="41" />
+ <hkern u1="&#x1ebb;" u2="x" k="41" />
+ <hkern u1="&#x1ebb;" u2="w" k="41" />
+ <hkern u1="&#x1ebb;" u2="v" k="41" />
+ <hkern u1="&#x1ebb;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ebb;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ebc;" u2="J" k="-123" />
+ <hkern u1="&#x1ebd;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1ebd;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ebd;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ebd;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1ebd;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1ebd;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1ebd;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1ebd;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1ebd;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1ebd;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1ebd;" u2="z" k="20" />
+ <hkern u1="&#x1ebd;" u2="y" k="41" />
+ <hkern u1="&#x1ebd;" u2="x" k="41" />
+ <hkern u1="&#x1ebd;" u2="w" k="41" />
+ <hkern u1="&#x1ebd;" u2="v" k="41" />
+ <hkern u1="&#x1ebd;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ebd;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ebe;" u2="J" k="-123" />
+ <hkern u1="&#x1ebf;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1ebf;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ebf;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ebf;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1ebf;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1ebf;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1ebf;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1ebf;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1ebf;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1ebf;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1ebf;" u2="z" k="20" />
+ <hkern u1="&#x1ebf;" u2="y" k="41" />
+ <hkern u1="&#x1ebf;" u2="x" k="41" />
+ <hkern u1="&#x1ebf;" u2="w" k="41" />
+ <hkern u1="&#x1ebf;" u2="v" k="41" />
+ <hkern u1="&#x1ebf;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ebf;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ec0;" u2="J" k="-123" />
+ <hkern u1="&#x1ec1;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1ec1;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ec1;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ec1;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1ec1;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1ec1;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1ec1;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1ec1;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1ec1;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1ec1;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1ec1;" u2="z" k="20" />
+ <hkern u1="&#x1ec1;" u2="y" k="41" />
+ <hkern u1="&#x1ec1;" u2="x" k="41" />
+ <hkern u1="&#x1ec1;" u2="w" k="41" />
+ <hkern u1="&#x1ec1;" u2="v" k="41" />
+ <hkern u1="&#x1ec1;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ec1;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ec2;" u2="J" k="-123" />
+ <hkern u1="&#x1ec3;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1ec3;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ec3;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ec3;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1ec3;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1ec3;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1ec3;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1ec3;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1ec3;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1ec3;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1ec3;" u2="z" k="20" />
+ <hkern u1="&#x1ec3;" u2="y" k="41" />
+ <hkern u1="&#x1ec3;" u2="x" k="41" />
+ <hkern u1="&#x1ec3;" u2="w" k="41" />
+ <hkern u1="&#x1ec3;" u2="v" k="41" />
+ <hkern u1="&#x1ec3;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ec3;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ec4;" u2="J" k="-123" />
+ <hkern u1="&#x1ec5;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1ec5;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ec5;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ec5;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1ec5;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1ec5;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1ec5;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1ec5;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1ec5;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1ec5;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1ec5;" u2="z" k="20" />
+ <hkern u1="&#x1ec5;" u2="y" k="41" />
+ <hkern u1="&#x1ec5;" u2="x" k="41" />
+ <hkern u1="&#x1ec5;" u2="w" k="41" />
+ <hkern u1="&#x1ec5;" u2="v" k="41" />
+ <hkern u1="&#x1ec5;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ec5;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ec6;" u2="J" k="-123" />
+ <hkern u1="&#x1ec7;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1ec7;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ec7;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ec7;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1ec7;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1ec7;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1ec7;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1ec7;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1ec7;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1ec7;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1ec7;" u2="z" k="20" />
+ <hkern u1="&#x1ec7;" u2="y" k="41" />
+ <hkern u1="&#x1ec7;" u2="x" k="41" />
+ <hkern u1="&#x1ec7;" u2="w" k="41" />
+ <hkern u1="&#x1ec7;" u2="v" k="41" />
+ <hkern u1="&#x1ec7;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ec7;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x162;" k="61" />
+ <hkern u1="&#x1ecc;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ecc;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ecc;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x405;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x179;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x178;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x176;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x174;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#x164;" k="61" />
+ <hkern u1="&#x1ecc;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x1ecc;" u2="&#x104;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x102;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x100;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x1ecc;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x1ecc;" u2="Z" k="20" />
+ <hkern u1="&#x1ecc;" u2="Y" k="20" />
+ <hkern u1="&#x1ecc;" u2="X" k="41" />
+ <hkern u1="&#x1ecc;" u2="W" k="20" />
+ <hkern u1="&#x1ecc;" u2="V" k="20" />
+ <hkern u1="&#x1ecc;" u2="T" k="61" />
+ <hkern u1="&#x1ecc;" u2="A" k="41" />
+ <hkern u1="&#x1ecc;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ecc;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ecd;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1ecd;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ecd;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ecd;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1ecd;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1ecd;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1ecd;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1ecd;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1ecd;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1ecd;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1ecd;" u2="z" k="20" />
+ <hkern u1="&#x1ecd;" u2="y" k="41" />
+ <hkern u1="&#x1ecd;" u2="x" k="41" />
+ <hkern u1="&#x1ecd;" u2="w" k="41" />
+ <hkern u1="&#x1ecd;" u2="v" k="41" />
+ <hkern u1="&#x1ecd;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ecd;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x162;" k="61" />
+ <hkern u1="&#x1ece;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ece;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ece;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x405;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x179;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x178;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x176;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x174;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#x164;" k="61" />
+ <hkern u1="&#x1ece;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x1ece;" u2="&#x104;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x102;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x100;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x1ece;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x1ece;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x1ece;" u2="Z" k="20" />
+ <hkern u1="&#x1ece;" u2="Y" k="20" />
+ <hkern u1="&#x1ece;" u2="X" k="41" />
+ <hkern u1="&#x1ece;" u2="W" k="20" />
+ <hkern u1="&#x1ece;" u2="V" k="20" />
+ <hkern u1="&#x1ece;" u2="T" k="61" />
+ <hkern u1="&#x1ece;" u2="A" k="41" />
+ <hkern u1="&#x1ece;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ece;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ecf;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x1ecf;" u2="&#x201d;" k="20" />
+ <hkern u1="&#x1ecf;" u2="&#x2019;" k="20" />
+ <hkern u1="&#x1ecf;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x1ecf;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x1ecf;" u2="&#x17e;" k="20" />
+ <hkern u1="&#x1ecf;" u2="&#x17c;" k="20" />
+ <hkern u1="&#x1ecf;" u2="&#x17a;" k="20" />
+ <hkern u1="&#x1ecf;" u2="&#x175;" k="41" />
+ <hkern u1="&#x1ecf;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x1ecf;" u2="z" k="20" />
+ <hkern u1="&#x1ecf;" u2="y" k="41" />
+ <hkern u1="&#x1ecf;" u2="x" k="41" />
+ <hkern u1="&#x1ecf;" u2="w" k="41" />
+ <hkern u1="&#x1ecf;" u2="v" k="41" />
+ <hkern u1="&#x1ecf;" u2="&#x27;" k="20" />
+ <hkern u1="&#x1ecf;" u2="&#x22;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x162;" k="61" />
+ <hkern u1="&#x1ed0;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ed0;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ed0;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x405;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x179;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x178;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x176;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x174;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#x164;" k="61" />
+ <hkern u1="&#x1ed0;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x1ed0;" u2="&#x104;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x102;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x100;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x1ed0;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x1ed0;" u2="Z" k="20" />
+ <hkern u1="&#x1ed0;" u2="Y" k="20" />
+ <hkern u1="&#x1ed0;" u2="X" k="41" />
+ <hkern u1="&#x1ed0;" u2="W" k="20" />
+ <hkern u1="&#x1ed0;" u2="V" k="20" />
+ <hkern u1="&#x1ed0;" u2="T" k="61" />
+ <hkern u1="&#x1ed0;" u2="A" k="41" />
+ <hkern u1="&#x1ed0;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ed0;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ed2;" u2="&#x162;" k="61" />
+ <hkern u1="&#x1ed2;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ed2;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ed2;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x405;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x179;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x178;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x176;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x174;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#x164;" k="61" />
+ <hkern u1="&#x1ed2;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x1ed2;" u2="&#x104;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x102;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x100;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x1ed2;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x1ed2;" u2="Z" k="20" />
+ <hkern u1="&#x1ed2;" u2="Y" k="20" />
+ <hkern u1="&#x1ed2;" u2="X" k="41" />
+ <hkern u1="&#x1ed2;" u2="W" k="20" />
+ <hkern u1="&#x1ed2;" u2="V" k="20" />
+ <hkern u1="&#x1ed2;" u2="T" k="61" />
+ <hkern u1="&#x1ed2;" u2="A" k="41" />
+ <hkern u1="&#x1ed2;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ed2;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ed4;" u2="&#x162;" k="61" />
+ <hkern u1="&#x1ed4;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ed4;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ed4;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x405;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x179;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x178;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x176;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x174;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#x164;" k="61" />
+ <hkern u1="&#x1ed4;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x1ed4;" u2="&#x104;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x102;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x100;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x1ed4;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x1ed4;" u2="Z" k="20" />
+ <hkern u1="&#x1ed4;" u2="Y" k="20" />
+ <hkern u1="&#x1ed4;" u2="X" k="41" />
+ <hkern u1="&#x1ed4;" u2="W" k="20" />
+ <hkern u1="&#x1ed4;" u2="V" k="20" />
+ <hkern u1="&#x1ed4;" u2="T" k="61" />
+ <hkern u1="&#x1ed4;" u2="A" k="41" />
+ <hkern u1="&#x1ed4;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ed4;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ed6;" u2="&#x162;" k="61" />
+ <hkern u1="&#x1ed6;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ed6;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ed6;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x405;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x179;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x178;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x176;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x174;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#x164;" k="61" />
+ <hkern u1="&#x1ed6;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x1ed6;" u2="&#x104;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x102;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x100;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x1ed6;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x1ed6;" u2="Z" k="20" />
+ <hkern u1="&#x1ed6;" u2="Y" k="20" />
+ <hkern u1="&#x1ed6;" u2="X" k="41" />
+ <hkern u1="&#x1ed6;" u2="W" k="20" />
+ <hkern u1="&#x1ed6;" u2="V" k="20" />
+ <hkern u1="&#x1ed6;" u2="T" k="61" />
+ <hkern u1="&#x1ed6;" u2="A" k="41" />
+ <hkern u1="&#x1ed6;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ed6;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ed8;" u2="&#x162;" k="61" />
+ <hkern u1="&#x1ed8;" u2="&#x1ef8;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x1ef6;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x1ef4;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x1eb6;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1eb4;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1eb2;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1eb0;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1eae;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1eac;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1eaa;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1ea8;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1ea6;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1ea4;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1ea2;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1ea0;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x1e00;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ed8;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ed8;" u2="&#x1ef2;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x1e84;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x1e82;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x1e80;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x405;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x1fa;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x17d;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x17b;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x179;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x178;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x176;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x174;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#x164;" k="61" />
+ <hkern u1="&#x1ed8;" u2="&#x21a;" k="61" />
+ <hkern u1="&#x1ed8;" u2="&#x104;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x102;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x100;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#xdd;" k="20" />
+ <hkern u1="&#x1ed8;" u2="&#xc5;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#xc4;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#xc3;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#xc2;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#xc1;" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#xc0;" k="41" />
+ <hkern u1="&#x1ed8;" u2="Z" k="20" />
+ <hkern u1="&#x1ed8;" u2="Y" k="20" />
+ <hkern u1="&#x1ed8;" u2="X" k="41" />
+ <hkern u1="&#x1ed8;" u2="W" k="20" />
+ <hkern u1="&#x1ed8;" u2="V" k="20" />
+ <hkern u1="&#x1ed8;" u2="T" k="61" />
+ <hkern u1="&#x1ed8;" u2="A" k="41" />
+ <hkern u1="&#x1ed8;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ed8;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1edb;" u2="&#x163;" k="-82" />
+ <hkern u1="&#x1edb;" g2="ff" k="-82" />
+ <hkern u1="&#x1edb;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1edb;" g2="uniFB04" k="-82" />
+ <hkern u1="&#x1edb;" g2="uniFB03" k="-82" />
+ <hkern u1="&#x1edb;" g2="uniFB02" k="-82" />
+ <hkern u1="&#x1edb;" g2="uniFB01" k="-82" />
+ <hkern u1="&#x1edb;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1edb;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1edb;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1edb;" u2="&#x165;" k="-82" />
+ <hkern u1="&#x1edb;" u2="&#x21b;" k="-82" />
+ <hkern u1="&#x1edb;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1edb;" u2="y" k="-102" />
+ <hkern u1="&#x1edb;" u2="x" k="-102" />
+ <hkern u1="&#x1edb;" u2="w" k="-102" />
+ <hkern u1="&#x1edb;" u2="v" k="-102" />
+ <hkern u1="&#x1edb;" u2="t" k="-82" />
+ <hkern u1="&#x1edb;" u2="f" k="-82" />
+ <hkern u1="&#x1edd;" u2="&#x163;" k="-82" />
+ <hkern u1="&#x1edd;" g2="ff" k="-82" />
+ <hkern u1="&#x1edd;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1edd;" g2="uniFB04" k="-82" />
+ <hkern u1="&#x1edd;" g2="uniFB03" k="-82" />
+ <hkern u1="&#x1edd;" g2="uniFB02" k="-82" />
+ <hkern u1="&#x1edd;" g2="uniFB01" k="-82" />
+ <hkern u1="&#x1edd;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1edd;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1edd;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1edd;" u2="&#x165;" k="-82" />
+ <hkern u1="&#x1edd;" u2="&#x21b;" k="-82" />
+ <hkern u1="&#x1edd;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1edd;" u2="y" k="-102" />
+ <hkern u1="&#x1edd;" u2="x" k="-102" />
+ <hkern u1="&#x1edd;" u2="w" k="-102" />
+ <hkern u1="&#x1edd;" u2="v" k="-102" />
+ <hkern u1="&#x1edd;" u2="t" k="-82" />
+ <hkern u1="&#x1edd;" u2="f" k="-82" />
+ <hkern u1="&#x1edf;" u2="&#x163;" k="-82" />
+ <hkern u1="&#x1edf;" g2="ff" k="-82" />
+ <hkern u1="&#x1edf;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1edf;" g2="uniFB04" k="-82" />
+ <hkern u1="&#x1edf;" g2="uniFB03" k="-82" />
+ <hkern u1="&#x1edf;" g2="uniFB02" k="-82" />
+ <hkern u1="&#x1edf;" g2="uniFB01" k="-82" />
+ <hkern u1="&#x1edf;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1edf;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1edf;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1edf;" u2="&#x165;" k="-82" />
+ <hkern u1="&#x1edf;" u2="&#x21b;" k="-82" />
+ <hkern u1="&#x1edf;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1edf;" u2="y" k="-102" />
+ <hkern u1="&#x1edf;" u2="x" k="-102" />
+ <hkern u1="&#x1edf;" u2="w" k="-102" />
+ <hkern u1="&#x1edf;" u2="v" k="-102" />
+ <hkern u1="&#x1edf;" u2="t" k="-82" />
+ <hkern u1="&#x1edf;" u2="f" k="-82" />
+ <hkern u1="&#x1ee1;" u2="&#x163;" k="-82" />
+ <hkern u1="&#x1ee1;" g2="ff" k="-82" />
+ <hkern u1="&#x1ee1;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1ee1;" g2="uniFB04" k="-82" />
+ <hkern u1="&#x1ee1;" g2="uniFB03" k="-82" />
+ <hkern u1="&#x1ee1;" g2="uniFB02" k="-82" />
+ <hkern u1="&#x1ee1;" g2="uniFB01" k="-82" />
+ <hkern u1="&#x1ee1;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1ee1;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1ee1;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1ee1;" u2="&#x165;" k="-82" />
+ <hkern u1="&#x1ee1;" u2="&#x21b;" k="-82" />
+ <hkern u1="&#x1ee1;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1ee1;" u2="y" k="-102" />
+ <hkern u1="&#x1ee1;" u2="x" k="-102" />
+ <hkern u1="&#x1ee1;" u2="w" k="-102" />
+ <hkern u1="&#x1ee1;" u2="v" k="-102" />
+ <hkern u1="&#x1ee1;" u2="t" k="-82" />
+ <hkern u1="&#x1ee1;" u2="f" k="-82" />
+ <hkern u1="&#x1ee3;" u2="&#x163;" k="-82" />
+ <hkern u1="&#x1ee3;" g2="ff" k="-82" />
+ <hkern u1="&#x1ee3;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1ee3;" g2="uniFB04" k="-82" />
+ <hkern u1="&#x1ee3;" g2="uniFB03" k="-82" />
+ <hkern u1="&#x1ee3;" g2="uniFB02" k="-82" />
+ <hkern u1="&#x1ee3;" g2="uniFB01" k="-82" />
+ <hkern u1="&#x1ee3;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1ee3;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1ee3;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1ee3;" u2="&#x165;" k="-82" />
+ <hkern u1="&#x1ee3;" u2="&#x21b;" k="-82" />
+ <hkern u1="&#x1ee3;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1ee3;" u2="y" k="-102" />
+ <hkern u1="&#x1ee3;" u2="x" k="-102" />
+ <hkern u1="&#x1ee3;" u2="w" k="-102" />
+ <hkern u1="&#x1ee3;" u2="v" k="-102" />
+ <hkern u1="&#x1ee3;" u2="t" k="-82" />
+ <hkern u1="&#x1ee3;" u2="f" k="-82" />
+ <hkern u1="&#x1ee4;" u2="&#x1eb6;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1eb4;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1eb2;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1eb0;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1eae;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1eac;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1eaa;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1ea8;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1ea6;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1ea4;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1ea2;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1ea0;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x1e00;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x201e;" k="41" />
+ <hkern u1="&#x1ee4;" u2="&#x201a;" k="41" />
+ <hkern u1="&#x1ee4;" u2="&#x1fa;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x104;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x102;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x100;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#xc5;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#xc4;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#xc3;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#xc2;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#xc1;" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#xc0;" k="20" />
+ <hkern u1="&#x1ee4;" u2="A" k="20" />
+ <hkern u1="&#x1ee4;" u2="&#x2e;" k="41" />
+ <hkern u1="&#x1ee4;" u2="&#x2c;" k="41" />
+ <hkern u1="&#x1ee9;" u2="&#x163;" k="-102" />
+ <hkern u1="&#x1ee9;" g2="ff" k="-102" />
+ <hkern u1="&#x1ee9;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1ee9;" g2="uniFB04" k="-102" />
+ <hkern u1="&#x1ee9;" g2="uniFB03" k="-102" />
+ <hkern u1="&#x1ee9;" g2="uniFB02" k="-102" />
+ <hkern u1="&#x1ee9;" g2="uniFB01" k="-102" />
+ <hkern u1="&#x1ee9;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1ee9;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1ee9;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1ee9;" u2="&#x165;" k="-102" />
+ <hkern u1="&#x1ee9;" u2="&#x21b;" k="-102" />
+ <hkern u1="&#x1ee9;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1ee9;" u2="y" k="-102" />
+ <hkern u1="&#x1ee9;" u2="x" k="-102" />
+ <hkern u1="&#x1ee9;" u2="w" k="-102" />
+ <hkern u1="&#x1ee9;" u2="v" k="-102" />
+ <hkern u1="&#x1ee9;" u2="t" k="-102" />
+ <hkern u1="&#x1ee9;" u2="f" k="-102" />
+ <hkern u1="&#x1eeb;" u2="&#x163;" k="-102" />
+ <hkern u1="&#x1eeb;" g2="ff" k="-102" />
+ <hkern u1="&#x1eeb;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1eeb;" g2="uniFB04" k="-102" />
+ <hkern u1="&#x1eeb;" g2="uniFB03" k="-102" />
+ <hkern u1="&#x1eeb;" g2="uniFB02" k="-102" />
+ <hkern u1="&#x1eeb;" g2="uniFB01" k="-102" />
+ <hkern u1="&#x1eeb;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1eeb;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1eeb;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1eeb;" u2="&#x165;" k="-102" />
+ <hkern u1="&#x1eeb;" u2="&#x21b;" k="-102" />
+ <hkern u1="&#x1eeb;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1eeb;" u2="y" k="-102" />
+ <hkern u1="&#x1eeb;" u2="x" k="-102" />
+ <hkern u1="&#x1eeb;" u2="w" k="-102" />
+ <hkern u1="&#x1eeb;" u2="v" k="-102" />
+ <hkern u1="&#x1eeb;" u2="t" k="-102" />
+ <hkern u1="&#x1eeb;" u2="f" k="-102" />
+ <hkern u1="&#x1eed;" u2="&#x163;" k="-102" />
+ <hkern u1="&#x1eed;" g2="ff" k="-102" />
+ <hkern u1="&#x1eed;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1eed;" g2="uniFB04" k="-102" />
+ <hkern u1="&#x1eed;" g2="uniFB03" k="-102" />
+ <hkern u1="&#x1eed;" g2="uniFB02" k="-102" />
+ <hkern u1="&#x1eed;" g2="uniFB01" k="-102" />
+ <hkern u1="&#x1eed;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1eed;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1eed;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1eed;" u2="&#x165;" k="-102" />
+ <hkern u1="&#x1eed;" u2="&#x21b;" k="-102" />
+ <hkern u1="&#x1eed;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1eed;" u2="y" k="-102" />
+ <hkern u1="&#x1eed;" u2="x" k="-102" />
+ <hkern u1="&#x1eed;" u2="w" k="-102" />
+ <hkern u1="&#x1eed;" u2="v" k="-102" />
+ <hkern u1="&#x1eed;" u2="t" k="-102" />
+ <hkern u1="&#x1eed;" u2="f" k="-102" />
+ <hkern u1="&#x1eef;" u2="&#x163;" k="-102" />
+ <hkern u1="&#x1eef;" g2="ff" k="-102" />
+ <hkern u1="&#x1eef;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1eef;" g2="uniFB04" k="-102" />
+ <hkern u1="&#x1eef;" g2="uniFB03" k="-102" />
+ <hkern u1="&#x1eef;" g2="uniFB02" k="-102" />
+ <hkern u1="&#x1eef;" g2="uniFB01" k="-102" />
+ <hkern u1="&#x1eef;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1eef;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1eef;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1eef;" u2="&#x165;" k="-102" />
+ <hkern u1="&#x1eef;" u2="&#x21b;" k="-102" />
+ <hkern u1="&#x1eef;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1eef;" u2="y" k="-102" />
+ <hkern u1="&#x1eef;" u2="x" k="-102" />
+ <hkern u1="&#x1eef;" u2="w" k="-102" />
+ <hkern u1="&#x1eef;" u2="v" k="-102" />
+ <hkern u1="&#x1eef;" u2="t" k="-102" />
+ <hkern u1="&#x1eef;" u2="f" k="-102" />
+ <hkern u1="&#x1ef1;" u2="&#x163;" k="-102" />
+ <hkern u1="&#x1ef1;" g2="ff" k="-102" />
+ <hkern u1="&#x1ef1;" u2="&#x1ef5;" k="-102" />
+ <hkern u1="&#x1ef1;" g2="uniFB04" k="-102" />
+ <hkern u1="&#x1ef1;" g2="uniFB03" k="-102" />
+ <hkern u1="&#x1ef1;" g2="uniFB02" k="-102" />
+ <hkern u1="&#x1ef1;" g2="uniFB01" k="-102" />
+ <hkern u1="&#x1ef1;" u2="&#x1e83;" k="-102" />
+ <hkern u1="&#x1ef1;" u2="&#x1e81;" k="-102" />
+ <hkern u1="&#x1ef1;" u2="&#x175;" k="-102" />
+ <hkern u1="&#x1ef1;" u2="&#x165;" k="-102" />
+ <hkern u1="&#x1ef1;" u2="&#x21b;" k="-102" />
+ <hkern u1="&#x1ef1;" u2="&#xfd;" k="-102" />
+ <hkern u1="&#x1ef1;" u2="y" k="-102" />
+ <hkern u1="&#x1ef1;" u2="x" k="-102" />
+ <hkern u1="&#x1ef1;" u2="w" k="-102" />
+ <hkern u1="&#x1ef1;" u2="v" k="-102" />
+ <hkern u1="&#x1ef1;" u2="t" k="-102" />
+ <hkern u1="&#x1ef1;" u2="f" k="-102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x1ee3;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1ee1;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1edf;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1edd;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1edb;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1ed9;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1ed7;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1ed5;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1ed1;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1ecf;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1ecd;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1ec7;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ec5;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ec3;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ebf;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ebd;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ebb;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eb9;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eb7;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eb6;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1eb5;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eb4;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1eb3;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eb2;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1eb1;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eb0;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1eaf;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eae;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1ead;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eac;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1eab;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1eaa;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1ea9;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ea8;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1ea6;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1ea5;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ea4;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1ea3;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ea2;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1ea1;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1ea0;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x1a1;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1e01;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1e00;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x219;" k="82" />
+ <hkern u1="&#x1ef4;" u2="&#x1ff;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x1fd;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1fb;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x1fa;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x17e;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x17c;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x17a;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x173;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x171;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x169;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x15f;" k="82" />
+ <hkern u1="&#x1ef4;" u2="&#x15b;" k="82" />
+ <hkern u1="&#x1ef4;" u2="&#x157;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x155;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x153;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x151;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x14f;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x14d;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x146;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x144;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x138;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#x123;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x121;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x11f;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x11d;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x11b;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x119;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x117;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x115;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x113;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x111;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x10f;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x10d;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x10b;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x109;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x107;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#x105;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x104;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x103;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x102;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x101;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#x100;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x1ef4;" u2="&#xf8;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xf6;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xf5;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xf4;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xf3;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xf2;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xeb;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xea;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe9;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe8;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe7;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe6;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe5;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe4;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe3;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe2;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe1;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xe0;" k="102" />
+ <hkern u1="&#x1ef4;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1ef4;" u2="&#xc5;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#xc4;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#xc3;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#xc2;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#xc1;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#xc0;" k="123" />
+ <hkern u1="&#x1ef4;" u2="z" k="41" />
+ <hkern u1="&#x1ef4;" u2="u" k="61" />
+ <hkern u1="&#x1ef4;" u2="s" k="82" />
+ <hkern u1="&#x1ef4;" u2="r" k="61" />
+ <hkern u1="&#x1ef4;" u2="q" k="102" />
+ <hkern u1="&#x1ef4;" u2="p" k="61" />
+ <hkern u1="&#x1ef4;" u2="o" k="102" />
+ <hkern u1="&#x1ef4;" u2="n" k="61" />
+ <hkern u1="&#x1ef4;" u2="m" k="61" />
+ <hkern u1="&#x1ef4;" u2="g" k="41" />
+ <hkern u1="&#x1ef4;" u2="e" k="102" />
+ <hkern u1="&#x1ef4;" u2="d" k="102" />
+ <hkern u1="&#x1ef4;" u2="c" k="102" />
+ <hkern u1="&#x1ef4;" u2="a" k="102" />
+ <hkern u1="&#x1ef4;" u2="Q" k="41" />
+ <hkern u1="&#x1ef4;" u2="O" k="41" />
+ <hkern u1="&#x1ef4;" u2="G" k="41" />
+ <hkern u1="&#x1ef4;" u2="C" k="41" />
+ <hkern u1="&#x1ef4;" u2="A" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1ef4;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x1ef4;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x1ef5;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ef5;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x1ef5;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ef5;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x1ef5;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1ef5;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ef5;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ef5;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x1ef5;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x1ef6;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x1ee3;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1ee1;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1edf;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1edd;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1edb;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1ed9;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1ed7;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1ed5;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1ed1;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1ecf;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1ecd;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1ec7;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ec5;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ec3;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ebf;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ebd;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ebb;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eb9;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eb7;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eb6;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1eb5;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eb4;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1eb3;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eb2;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1eb1;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eb0;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1eaf;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eae;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1ead;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eac;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1eab;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1eaa;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1ea9;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ea8;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1ea6;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1ea5;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ea4;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1ea3;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ea2;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1ea1;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1ea0;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x1a1;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1e01;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1e00;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x219;" k="82" />
+ <hkern u1="&#x1ef6;" u2="&#x1ff;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x1fd;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1fb;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x1fa;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x17e;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x17c;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x17a;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x173;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x171;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x169;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x15f;" k="82" />
+ <hkern u1="&#x1ef6;" u2="&#x15b;" k="82" />
+ <hkern u1="&#x1ef6;" u2="&#x157;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x155;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x153;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x151;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x14f;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x14d;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x146;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x144;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x138;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#x123;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x121;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x11f;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x11d;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x11b;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x119;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x117;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x115;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x113;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x111;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x10f;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x10d;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x10b;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x109;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x107;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#x105;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x104;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x103;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x102;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x101;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#x100;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x1ef6;" u2="&#xf8;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xf6;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xf5;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xf4;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xf3;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xf2;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xeb;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xea;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe9;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe8;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe7;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe6;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe5;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe4;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe3;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe2;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe1;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xe0;" k="102" />
+ <hkern u1="&#x1ef6;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1ef6;" u2="&#xc5;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#xc4;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#xc3;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#xc2;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#xc1;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#xc0;" k="123" />
+ <hkern u1="&#x1ef6;" u2="z" k="41" />
+ <hkern u1="&#x1ef6;" u2="u" k="61" />
+ <hkern u1="&#x1ef6;" u2="s" k="82" />
+ <hkern u1="&#x1ef6;" u2="r" k="61" />
+ <hkern u1="&#x1ef6;" u2="q" k="102" />
+ <hkern u1="&#x1ef6;" u2="p" k="61" />
+ <hkern u1="&#x1ef6;" u2="o" k="102" />
+ <hkern u1="&#x1ef6;" u2="n" k="61" />
+ <hkern u1="&#x1ef6;" u2="m" k="61" />
+ <hkern u1="&#x1ef6;" u2="g" k="41" />
+ <hkern u1="&#x1ef6;" u2="e" k="102" />
+ <hkern u1="&#x1ef6;" u2="d" k="102" />
+ <hkern u1="&#x1ef6;" u2="c" k="102" />
+ <hkern u1="&#x1ef6;" u2="a" k="102" />
+ <hkern u1="&#x1ef6;" u2="Q" k="41" />
+ <hkern u1="&#x1ef6;" u2="O" k="41" />
+ <hkern u1="&#x1ef6;" u2="G" k="41" />
+ <hkern u1="&#x1ef6;" u2="C" k="41" />
+ <hkern u1="&#x1ef6;" u2="A" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1ef6;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x1ef6;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x1ef7;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ef7;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x1ef7;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ef7;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x1ef7;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1ef7;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ef7;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ef7;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x1ef7;" u2="&#x22;" k="-82" />
+ <hkern u1="&#x1ef8;" u2="&#x1ef1;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x1eef;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x1eed;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x1eeb;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x1ee9;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x1ee7;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x1ee5;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x1ee3;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1ee1;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1edf;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1edd;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1edb;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1ed9;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1ed7;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1ed5;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1ed1;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1ecf;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1ecd;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1ec7;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ec5;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ec3;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ebf;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ebd;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ebb;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eb9;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eb7;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eb6;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1eb5;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eb4;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1eb3;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eb2;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1eb1;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eb0;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1eaf;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eae;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1ead;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eac;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1eab;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1eaa;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1ea9;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ea8;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1ea6;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1ea5;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ea4;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1ea3;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ea2;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1ea1;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1ea0;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1b0;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x1a1;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1e01;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1e00;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x1e3f;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x219;" k="82" />
+ <hkern u1="&#x1ef8;" u2="&#x1ff;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x1fd;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1fb;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x1fa;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x17e;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x17c;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x17a;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x173;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x171;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x16f;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x16d;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x16b;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x169;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x15f;" k="82" />
+ <hkern u1="&#x1ef8;" u2="&#x15b;" k="82" />
+ <hkern u1="&#x1ef8;" u2="&#x157;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x155;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x153;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x152;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x151;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x150;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x14f;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x14d;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x14b;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x146;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x144;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x138;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#x123;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x122;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x121;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x120;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x11f;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x11d;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x11b;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x119;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x117;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x115;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x113;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x111;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x10f;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x10d;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x10b;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x109;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x108;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x107;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x106;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#x105;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x104;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x103;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x102;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x101;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#x100;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#xfc;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#xfb;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#xfa;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#xf9;" k="61" />
+ <hkern u1="&#x1ef8;" u2="&#xf8;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xf6;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xf5;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xf4;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xf3;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xf2;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xeb;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xea;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe9;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe8;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe7;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe6;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe5;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe4;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe3;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe2;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe1;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xe0;" k="102" />
+ <hkern u1="&#x1ef8;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x1ef8;" u2="&#xc5;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#xc4;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#xc3;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#xc2;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#xc1;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#xc0;" k="123" />
+ <hkern u1="&#x1ef8;" u2="z" k="41" />
+ <hkern u1="&#x1ef8;" u2="u" k="61" />
+ <hkern u1="&#x1ef8;" u2="s" k="82" />
+ <hkern u1="&#x1ef8;" u2="r" k="61" />
+ <hkern u1="&#x1ef8;" u2="q" k="102" />
+ <hkern u1="&#x1ef8;" u2="p" k="61" />
+ <hkern u1="&#x1ef8;" u2="o" k="102" />
+ <hkern u1="&#x1ef8;" u2="n" k="61" />
+ <hkern u1="&#x1ef8;" u2="m" k="61" />
+ <hkern u1="&#x1ef8;" u2="g" k="41" />
+ <hkern u1="&#x1ef8;" u2="e" k="102" />
+ <hkern u1="&#x1ef8;" u2="d" k="102" />
+ <hkern u1="&#x1ef8;" u2="c" k="102" />
+ <hkern u1="&#x1ef8;" u2="a" k="102" />
+ <hkern u1="&#x1ef8;" u2="Q" k="41" />
+ <hkern u1="&#x1ef8;" u2="O" k="41" />
+ <hkern u1="&#x1ef8;" u2="G" k="41" />
+ <hkern u1="&#x1ef8;" u2="C" k="41" />
+ <hkern u1="&#x1ef8;" u2="A" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1ef8;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x1ef8;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x1ef9;" u2="&#x201e;" k="82" />
+ <hkern u1="&#x1ef9;" u2="&#x201d;" k="-82" />
+ <hkern u1="&#x1ef9;" u2="&#x201a;" k="82" />
+ <hkern u1="&#x1ef9;" u2="&#x2019;" k="-82" />
+ <hkern u1="&#x1ef9;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x1ef9;" u2="&#x2e;" k="82" />
+ <hkern u1="&#x1ef9;" u2="&#x2c;" k="82" />
+ <hkern u1="&#x1ef9;" u2="&#x27;" k="-82" />
+ <hkern u1="&#x1ef9;" u2="&#x22;" k="-82" />
+ <hkern g1="ff" u2="&#x201d;" k="-123" />
+ <hkern g1="ff" u2="&#x2019;" k="-123" />
+ <hkern g1="ff" u2="&#x27;" k="-123" />
+ <hkern g1="ff" u2="&#x22;" k="-123" />
+ <hkern u1="&#x162;" u2="&#x162;" k="-41" />
+ <hkern u1="&#x162;" u2="&#x1ef5;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ef1;" k="102" />
+ <hkern u1="&#x162;" u2="&#x1eef;" k="102" />
+ <hkern u1="&#x162;" u2="&#x1eed;" k="102" />
+ <hkern u1="&#x162;" u2="&#x1eeb;" k="102" />
+ <hkern u1="&#x162;" u2="&#x1ee9;" k="102" />
+ <hkern u1="&#x162;" u2="&#x1ee7;" k="102" />
+ <hkern u1="&#x162;" u2="&#x1ee5;" k="102" />
+ <hkern u1="&#x162;" u2="&#x1ee3;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ee2;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ee1;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ee0;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1edf;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ede;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1edd;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1edc;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1edb;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1eda;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ed9;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ed8;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ed7;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ed6;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ed5;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ed4;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ed2;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ed1;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ed0;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ecf;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ece;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ecd;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ecc;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1ec7;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ec5;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ec3;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ebf;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ebd;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ebb;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1eb9;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1eb7;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1eb6;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1eb5;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1eb4;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1eb3;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1eb2;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1eb1;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1eb0;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1eaf;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1eae;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ead;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1eac;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1eab;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1eaa;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ea9;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1ea8;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ea6;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ea5;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1ea4;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ea3;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1ea2;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1ea1;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1ea0;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1b0;" k="102" />
+ <hkern u1="&#x162;" u2="&#x1a1;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1a0;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1e01;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1e00;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1e3f;" k="102" />
+ <hkern u1="&#x162;" u2="&#x201e;" k="123" />
+ <hkern u1="&#x162;" u2="&#x201a;" k="123" />
+ <hkern u1="&#x162;" u2="&#x2015;" k="82" />
+ <hkern u1="&#x162;" u2="&#x2014;" k="82" />
+ <hkern u1="&#x162;" u2="&#x2013;" k="82" />
+ <hkern u1="&#x162;" u2="&#x1e83;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1e81;" k="41" />
+ <hkern u1="&#x162;" u2="&#x219;" k="123" />
+ <hkern u1="&#x162;" u2="&#x1ff;" k="143" />
+ <hkern u1="&#x162;" u2="&#x1fe;" k="41" />
+ <hkern u1="&#x162;" u2="&#x1fd;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1fb;" k="164" />
+ <hkern u1="&#x162;" u2="&#x1fa;" k="143" />
+ <hkern u1="&#x162;" u2="&#x17e;" k="82" />
+ <hkern u1="&#x162;" u2="&#x17c;" k="82" />
+ <hkern u1="&#x162;" u2="&#x17a;" k="82" />
+ <hkern u1="&#x162;" u2="&#x175;" k="41" />
+ <hkern u1="&#x162;" u2="&#x173;" k="102" />
+ <hkern u1="&#x162;" u2="&#x171;" k="102" />
+ <hkern u1="&#x162;" u2="&#x16f;" k="102" />
+ <hkern u1="&#x162;" u2="&#x16d;" k="102" />
+ <hkern u1="&#x162;" u2="&#x16b;" k="102" />
+ <hkern u1="&#x162;" u2="&#x169;" k="102" />
+ <hkern u1="&#x162;" u2="&#x164;" k="-41" />
+ <hkern u1="&#x162;" u2="&#x21a;" k="-41" />
+ <hkern u1="&#x162;" u2="&#x15f;" k="123" />
+ <hkern u1="&#x162;" u2="&#x15b;" k="123" />
+ <hkern u1="&#x162;" u2="&#x157;" k="102" />
+ <hkern u1="&#x162;" u2="&#x155;" k="102" />
+ <hkern u1="&#x162;" u2="&#x153;" k="143" />
+ <hkern u1="&#x162;" u2="&#x152;" k="41" />
+ <hkern u1="&#x162;" u2="&#x151;" k="143" />
+ <hkern u1="&#x162;" u2="&#x150;" k="41" />
+ <hkern u1="&#x162;" u2="&#x14f;" k="143" />
+ <hkern u1="&#x162;" u2="&#x14e;" k="41" />
+ <hkern u1="&#x162;" u2="&#x14d;" k="143" />
+ <hkern u1="&#x162;" u2="&#x14c;" k="41" />
+ <hkern u1="&#x162;" u2="&#x14b;" k="102" />
+ <hkern u1="&#x162;" u2="&#x146;" k="102" />
+ <hkern u1="&#x162;" u2="&#x144;" k="102" />
+ <hkern u1="&#x162;" u2="&#x138;" k="102" />
+ <hkern u1="&#x162;" u2="&#x123;" k="143" />
+ <hkern u1="&#x162;" u2="&#x122;" k="41" />
+ <hkern u1="&#x162;" u2="&#x121;" k="143" />
+ <hkern u1="&#x162;" u2="&#x120;" k="41" />
+ <hkern u1="&#x162;" u2="&#x11f;" k="143" />
+ <hkern u1="&#x162;" u2="&#x11e;" k="41" />
+ <hkern u1="&#x162;" u2="&#x11d;" k="143" />
+ <hkern u1="&#x162;" u2="&#x11c;" k="41" />
+ <hkern u1="&#x162;" u2="&#x11b;" k="143" />
+ <hkern u1="&#x162;" u2="&#x119;" k="143" />
+ <hkern u1="&#x162;" u2="&#x117;" k="143" />
+ <hkern u1="&#x162;" u2="&#x115;" k="143" />
+ <hkern u1="&#x162;" u2="&#x113;" k="143" />
+ <hkern u1="&#x162;" u2="&#x111;" k="143" />
+ <hkern u1="&#x162;" u2="&#x10f;" k="143" />
+ <hkern u1="&#x162;" u2="&#x10d;" k="143" />
+ <hkern u1="&#x162;" u2="&#x10c;" k="41" />
+ <hkern u1="&#x162;" u2="&#x10b;" k="143" />
+ <hkern u1="&#x162;" u2="&#x10a;" k="41" />
+ <hkern u1="&#x162;" u2="&#x109;" k="143" />
+ <hkern u1="&#x162;" u2="&#x108;" k="41" />
+ <hkern u1="&#x162;" u2="&#x107;" k="143" />
+ <hkern u1="&#x162;" u2="&#x106;" k="41" />
+ <hkern u1="&#x162;" u2="&#x105;" k="164" />
+ <hkern u1="&#x162;" u2="&#x104;" k="143" />
+ <hkern u1="&#x162;" u2="&#x103;" k="164" />
+ <hkern u1="&#x162;" u2="&#x102;" k="143" />
+ <hkern u1="&#x162;" u2="&#x101;" k="164" />
+ <hkern u1="&#x162;" u2="&#x100;" k="143" />
+ <hkern u1="&#x162;" u2="&#xfd;" k="41" />
+ <hkern u1="&#x162;" u2="&#xfc;" k="102" />
+ <hkern u1="&#x162;" u2="&#xfb;" k="102" />
+ <hkern u1="&#x162;" u2="&#xfa;" k="102" />
+ <hkern u1="&#x162;" u2="&#xf9;" k="102" />
+ <hkern u1="&#x162;" u2="&#xf8;" k="143" />
+ <hkern u1="&#x162;" u2="&#xf6;" k="143" />
+ <hkern u1="&#x162;" u2="&#xf5;" k="143" />
+ <hkern u1="&#x162;" u2="&#xf4;" k="143" />
+ <hkern u1="&#x162;" u2="&#xf3;" k="143" />
+ <hkern u1="&#x162;" u2="&#xf2;" k="143" />
+ <hkern u1="&#x162;" u2="&#xeb;" k="143" />
+ <hkern u1="&#x162;" u2="&#xea;" k="143" />
+ <hkern u1="&#x162;" u2="&#xe9;" k="143" />
+ <hkern u1="&#x162;" u2="&#xe8;" k="143" />
+ <hkern u1="&#x162;" u2="&#xe7;" k="143" />
+ <hkern u1="&#x162;" u2="&#xe6;" k="164" />
+ <hkern u1="&#x162;" u2="&#xe5;" k="164" />
+ <hkern u1="&#x162;" u2="&#xe4;" k="164" />
+ <hkern u1="&#x162;" u2="&#xe3;" k="164" />
+ <hkern u1="&#x162;" u2="&#xe2;" k="164" />
+ <hkern u1="&#x162;" u2="&#xe1;" k="164" />
+ <hkern u1="&#x162;" u2="&#xe0;" k="143" />
+ <hkern u1="&#x162;" u2="&#xd8;" k="41" />
+ <hkern u1="&#x162;" u2="&#xd6;" k="41" />
+ <hkern u1="&#x162;" u2="&#xd5;" k="41" />
+ <hkern u1="&#x162;" u2="&#xd4;" k="41" />
+ <hkern u1="&#x162;" u2="&#xd3;" k="41" />
+ <hkern u1="&#x162;" u2="&#xd2;" k="41" />
+ <hkern u1="&#x162;" u2="&#xc7;" k="41" />
+ <hkern u1="&#x162;" u2="&#xc5;" k="143" />
+ <hkern u1="&#x162;" u2="&#xc4;" k="143" />
+ <hkern u1="&#x162;" u2="&#xc3;" k="143" />
+ <hkern u1="&#x162;" u2="&#xc2;" k="143" />
+ <hkern u1="&#x162;" u2="&#xc1;" k="143" />
+ <hkern u1="&#x162;" u2="&#xc0;" k="143" />
+ <hkern u1="&#x162;" u2="z" k="82" />
+ <hkern u1="&#x162;" u2="y" k="41" />
+ <hkern u1="&#x162;" u2="x" k="41" />
+ <hkern u1="&#x162;" u2="w" k="41" />
+ <hkern u1="&#x162;" u2="v" k="41" />
+ <hkern u1="&#x162;" u2="u" k="102" />
+ <hkern u1="&#x162;" u2="s" k="123" />
+ <hkern u1="&#x162;" u2="r" k="102" />
+ <hkern u1="&#x162;" u2="q" k="143" />
+ <hkern u1="&#x162;" u2="p" k="102" />
+ <hkern u1="&#x162;" u2="o" k="143" />
+ <hkern u1="&#x162;" u2="n" k="102" />
+ <hkern u1="&#x162;" u2="m" k="102" />
+ <hkern u1="&#x162;" u2="g" k="143" />
+ <hkern u1="&#x162;" u2="e" k="143" />
+ <hkern u1="&#x162;" u2="d" k="143" />
+ <hkern u1="&#x162;" u2="c" k="143" />
+ <hkern u1="&#x162;" u2="a" k="164" />
+ <hkern u1="&#x162;" u2="T" k="-41" />
+ <hkern u1="&#x162;" u2="Q" k="41" />
+ <hkern u1="&#x162;" u2="O" k="41" />
+ <hkern u1="&#x162;" u2="G" k="41" />
+ <hkern u1="&#x162;" u2="C" k="41" />
+ <hkern u1="&#x162;" u2="A" k="143" />
+ <hkern u1="&#x162;" u2="&#x3f;" k="-41" />
+ <hkern u1="&#x162;" u2="&#x2e;" k="123" />
+ <hkern u1="&#x162;" u2="&#x2d;" k="82" />
+ <hkern u1="&#x162;" u2="&#x2c;" k="123" />
+ <hkern u1="&#x163;" u2="&#x201d;" k="-41" />
+ <hkern u1="&#x163;" u2="&#x2019;" k="-41" />
+ <hkern u1="&#x163;" u2="&#x27;" k="-41" />
+ <hkern u1="&#x163;" u2="&#x22;" k="-41" />
+ </font>
+</defs></svg>
diff --git a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.ttf b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.ttf
index 0ab768189b..563872c768 100644
--- a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.ttf
+++ b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.ttf
Binary files differ
diff --git a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woff b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woff
index bfe79b6f4f..178232412c 100644
--- a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woff
+++ b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woff
Binary files differ
diff --git a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woff2 b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woff2
index 3943fd030b..e36589514c 100644
--- a/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woff2
+++ b/addons/webinterface.default/themes/base/fonts/opensans/opensans-light-webfont.woff2
Binary files differ
diff --git a/addons/webinterface.default/themes/base/images/logo.png b/addons/webinterface.default/themes/base/images/logo.png
index 1e56aeac81..78132ff28a 100644
--- a/addons/webinterface.default/themes/base/images/logo.png
+++ b/addons/webinterface.default/themes/base/images/logo.png
Binary files differ
diff --git a/addons/webinterface.default/themes/base/images/row-pause-blue.png b/addons/webinterface.default/themes/base/images/row-pause-blue.png
index 2090a1d12a..aa55b98cda 100644
--- a/addons/webinterface.default/themes/base/images/row-pause-blue.png
+++ b/addons/webinterface.default/themes/base/images/row-pause-blue.png
Binary files differ
diff --git a/addons/webinterface.default/themes/base/images/row-pause-pink.png b/addons/webinterface.default/themes/base/images/row-pause-pink.png
index b3b9351f54..b9901cf9e4 100644
--- a/addons/webinterface.default/themes/base/images/row-pause-pink.png
+++ b/addons/webinterface.default/themes/base/images/row-pause-pink.png
Binary files differ
diff --git a/addons/webinterface.default/themes/base/images/row-pause-white.png b/addons/webinterface.default/themes/base/images/row-pause-white.png
index 167208cc04..1bc4e4c062 100644
--- a/addons/webinterface.default/themes/base/images/row-pause-white.png
+++ b/addons/webinterface.default/themes/base/images/row-pause-white.png
Binary files differ
diff --git a/addons/webinterface.default/themes/base/images/row-pause.png b/addons/webinterface.default/themes/base/images/row-pause.png
index 906489ff83..6e4b2f9c8a 100644
--- a/addons/webinterface.default/themes/base/images/row-pause.png
+++ b/addons/webinterface.default/themes/base/images/row-pause.png
Binary files differ
diff --git a/addons/webinterface.default/themes/base/images/thumbnail_default.png b/addons/webinterface.default/themes/base/images/thumbnail_default.png
index 434ac6f3ca..a3f7679a64 100644
--- a/addons/webinterface.default/themes/base/images/thumbnail_default.png
+++ b/addons/webinterface.default/themes/base/images/thumbnail_default.png
Binary files differ
diff --git a/addons/webinterface.default/videoPlayer.html b/addons/webinterface.default/videoPlayer.html
index 2ee7e3e7b3..dc0bda8ec2 100644
--- a/addons/webinterface.default/videoPlayer.html
+++ b/addons/webinterface.default/videoPlayer.html
@@ -120,9 +120,10 @@
$player = $('<iframe>', {
width: width,
height: height,
- src: 'https://www.youtube.com/embed/' + yt + '?rel=0&amp;showinfo=0&amp;autoplay=1&iv_load_policy=3',
+ src: 'https://www.youtube.com/embed/' + yt + '?rel=0&amp;showinfo=0&amp;autoplay=1&amp;iv_load_policy=3',
frameborder: 0,
- allowfullscreen: 'allowfullscreen'
+ allowfullscreen: 'allowfullscreen',
+ allow: 'autoplay; encrypted-media'
});
$(document).ready(function(){
$('#switch-player').empty();
diff --git a/cmake/platform/linux/mir.cmake b/cmake/platform/linux/mir.cmake
deleted file mode 100644
index f04738ce05..0000000000
--- a/cmake/platform/linux/mir.cmake
+++ /dev/null
@@ -1,3 +0,0 @@
-set(PLATFORM_REQUIRED_DEPS OpenGl EGL LibDRM)
-set(PLATFORM_OPTIONAL_DEPS VAAPI OpenGLES)
-set(APP_RENDER_SYSTEM gl)
diff --git a/tools/android/packaging/xbmc/src/channels/SyncProgramsJobService.java.in b/tools/android/packaging/xbmc/src/channels/SyncProgramsJobService.java.in
index 596d318340..58778f0d36 100644
--- a/tools/android/packaging/xbmc/src/channels/SyncProgramsJobService.java.in
+++ b/tools/android/packaging/xbmc/src/channels/SyncProgramsJobService.java.in
@@ -170,36 +170,29 @@ public class SyncProgramsJobService extends JobService
if (cursor != null && cursor.moveToNext())
{
Channel channel = Channel.fromCursor(cursor);
- if (!channel.isBrowsable())
+
+ XBMCJsonRPC jsonrpc = new XBMCJsonRPC();
+ if (uri.isEmpty())
{
- Log.d(TAG, "Channel is not browsable: " + channelId);
+ // Suggestion channel
+ Log.d(TAG, "Suggestion channel is browsable: " + channelId);
+
deletePrograms(channelId, medias);
+ medias = createPrograms(channelId, jsonrpc.getSuggestions());
}
else
{
- XBMCJsonRPC jsonrpc = new XBMCJsonRPC();
- if (uri.isEmpty())
- {
- // Suggestion channel
- Log.d(TAG, "Suggestion channel is browsable: " + channelId);
+ Log.d(TAG, "Channel is browsable: " + channelId);
- deletePrograms(channelId, medias);
- medias = createPrograms(channelId, jsonrpc.getSuggestions());
- }
- else
- {
- Log.d(TAG, "Channel is browsable: " + channelId);
+ String xbmcURL = Uri.parse(uri).getFragment();
+ List<File> files = jsonrpc.getFiles(xbmcURL);
- String xbmcURL = Uri.parse(uri).getFragment();
- List<File> files = jsonrpc.getFiles(xbmcURL);
-
- deletePrograms(channelId, medias);
- medias = createPrograms(channelId, jsonrpc.getMedias(files));
- }
- jsonrpc = null;
+ deletePrograms(channelId, medias);
+ medias = createPrograms(channelId, jsonrpc.getMedias(files));
}
- XBMCDatabase.saveMedias(getApplicationContext(), channelId, medias);
+ jsonrpc = null;
}
+ XBMCDatabase.saveMedias(getApplicationContext(), channelId, medias);
}
}
diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp
index 4e64f91d9a..da147637ae 100644
--- a/xbmc/GUIInfoManager.cpp
+++ b/xbmc/GUIInfoManager.cpp
@@ -734,6 +734,11 @@ const infomap weather[] = {{ "isfetched", WEATHER_IS_FETCHED },
/// _boolean_,
/// Returns true if Kodi is running on a windows based computer.
/// }
+/// \table_row3{ <b>`System.Platform.UWP`</b>,
+/// \anchor System_PlatformUWP
+/// _boolean_,
+/// Returns true if Kodi is running on Universal Windows Platform (UWP).
+/// }
/// \table_row3{ <b>`System.Platform.OSX`</b>,
/// \anchor System_PlatformOSX
/// _boolean_,
@@ -1364,12 +1369,12 @@ const infomap musicpartymode[] = {{ "enabled", MUSICPM_ENABLED },
/// \table_row3{ <b>`MusicPlayer.Property(Artist_Type)`</b>,
/// \anchor MusicPlayer_Property_Artist_Type
/// _string_,
-/// Type of the currently playing Artist - person, group, orchestra, choir etc.
+/// Type of the currently playing Artist - person\, group\, orchestra\, choir etc.
/// }
/// \table_row3{ <b>`MusicPlayer.Property(Artist_Gender)`</b>,
/// \anchor MusicPlayer_Property_Artist_Gender
/// _string_,
-/// Gender of the currently playing Artist - male, female, other
+/// Gender of the currently playing Artist - male\, female\, other
/// }
/// \table_row3{ <b>`MusicPlayer.Property(Artist_Disambiguation)`</b>,
/// \anchor MusicPlayer_Property_Artist_Disambiguation
@@ -1497,16 +1502,16 @@ const infomap musicpartymode[] = {{ "enabled", MUSICPM_ENABLED },
/// _boolean_,
/// Returns true if a playlist is currently playing
/// }
-/// \table_row3{ <b>`MusicPlayer.Exists(relative,position)`</b>,
+/// \table_row3{ <b>`MusicPlayer.Exists(relative\,position)`</b>,
/// \anchor MusicPlayer_Exists
/// _boolean_,
/// Returns true if the currently playing playlist has a song queued at the given position.
-/// It is possible to define whether the position is relative or not, default is false.
+/// It is possible to define whether the position is relative or not\, default is false.
/// }
/// \table_row3{ <b>`MusicPlayer.HasPrevious`</b>,
/// \anchor MusicPlayer_HasPrevious
/// _boolean_,
-/// Returns true if the music player has a a Previous Song in the Playlist .
+/// Returns true if the music player has a a Previous Song in the Playlist.
/// }
/// \table_row3{ <b>`MusicPlayer.HasNext`</b>,
/// \anchor MusicPlayer_HasNext
@@ -1574,7 +1579,7 @@ const infomap musicpartymode[] = {{ "enabled", MUSICPM_ENABLED },
/// _string_,
/// Total size of the current music playlist
/// }
-/// \table_row3{ <b>`MusicPlayer.ChannelName`</b>,g
+/// \table_row3{ <b>`MusicPlayer.ChannelName`</b>,
/// \anchor MusicPlayer_ChannelName
/// _string_,
/// Channel name of the radio programme that's currently playing (PVR).
@@ -1589,6 +1594,7 @@ const infomap musicpartymode[] = {{ "enabled", MUSICPM_ENABLED },
/// \anchor MusicPlayer_ChannelGroup
/// _string_,
/// Channel group of the radio programme that's currently playing (PVR).
+/// }
/// \table_row3{ <b>`MusicPlayer.Property(propname)`</b>,
/// \anchor MusicPlayer_Property_Propname
/// _string_,
@@ -2261,12 +2267,11 @@ const infomap mediacontainer[] = {{ "hasfiles", CONTAINER_HASFILES },
/// Number of all items in the container or grouplist with given id including parent folder item. If no id is
/// specified it grabs the current container.
/// }
-/// }
/// \table_row3{ <b>`Container(id).NumNonFolderItems`</b>,
/// \anchor Container_NumNonFolderItems
/// _boolean_,
/// Number of items in the container or grouplist with given id excluding all folder items (example: pvr
-/// recordings folders, parent ".." folder). If no id is specified it grabs the current container.
+/// recordings folders\, parent ".." folder). If no id is specified it grabs the current container.
/// }
/// \table_row3{ <b>`Container(id).CurrentPage`</b>,
/// \anchor Container_CurrentPage
@@ -2432,14 +2437,15 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY },
/// \table_row3{ <b>`ListItem.Thumb`</b>,
/// \anchor ListItem_Thumb
/// _string_,
-/// Returns the thumbnail (if it exists) of the currently selected item in a list or thumb control.
-///
-/// \deprecated but still available, returns the same as ListItem.Art(thumb).
+/// Returns the thumbnail (if it exists) of the currently selected item
+/// in a list or thumb control.
+/// @deprecated but still available\, returns
+/// the same as `ListItem.Art(thumb)`.\par
/// }
/// \table_row3{ <b>`ListItem.Icon`</b>,
/// \anchor ListItem_Icon
/// _string_,
-/// Returns the thumbnail (if it exists) of the currently selected item in a list or thumb control. If no thumbnail image exists, it will show the icon.
+/// Returns the thumbnail (if it exists) of the currently selected item in a list or thumb control. If no thumbnail image exists\, it will show the icon.
/// }
/// \table_row3{ <b>`ListItem.ActualIcon`</b>,
/// \anchor ListItem_ActualIcon
@@ -2584,12 +2590,12 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY },
/// \table_row3{ <b>`ListItem.Property(Artist_Type)`</b>,
/// \anchor ListItem_Property_Artist_Type
/// _string_,
-/// Type of the currently selected Artist - person, group, orchestra, choir etc.
+/// Type of the currently selected Artist - person\, group\, orchestra\, choir etc.
/// }
/// \table_row3{ <b>`ListItem.Property(Artist_Gender)`</b>,
/// \anchor ListItem_Property_Artist_Gender
/// _string_,
-/// Gender of the currently selected Artist - male, female, other
+/// Gender of the currently selected Artist - male\, female\, other
/// }
/// \table_row3{ <b>`ListItem.Property(Artist_Disambiguation)`</b>,
/// \anchor ListItem_Property_Artist_Disambiguation
@@ -3650,7 +3656,7 @@ const infomap container_str[] = {{ "property", CONTAINER_PROPERTY },
/// \table_row3{ <b>`ListItem.AddonType`</b>,
/// \anchor ListItem_AddonType
/// _string_,
-/// Returns the type (screensaver, script, skin, etc...) of the currently selected addon
+/// Returns the type (screensaver\, script\, skin\, etc...) of the currently selected addon
/// }
/// \table_row3{ <b>`ListItem.AddonInstallDate`</b>,
/// \anchor ListItem_AddonInstallDate
@@ -4025,8 +4031,7 @@ const infomap skin_labels[] = {{ "currenttheme", SKIN_THEME },
/// _boolean_,
/// Returns true if the window with id or title _window_ is on top of the
/// window stack (excludes fade out time on dialogs)
-///
-/// \deprecated use `Window.IsDialogTopmost(dialog)` instead
+/// @deprecated use `Window.IsDialogTopmost(dialog)` instead \par
/// }
/// \table_row3{ <b>`Window.IsDialogTopmost(dialog)`</b>,
/// \anchor Window_IsDialogTopmost
@@ -4504,7 +4509,7 @@ const infomap playlist[] = {{ "length", PLAYLIST_LENGTH },
/// \table_row3{ <b>`PVR.ChannelNumberInput`</b>,
/// \anchor PVR_ChannelNumberInput
/// _string_,
-/// Returns the currently entered channel number while in numeric channel input mode, an empty string otherwise
+/// Returns the currently entered channel number while in numeric channel input mode\, an empty string otherwise
/// }
/// \table_row3{ <b>`PVR.CanRecordPlayingChannel`</b>,
/// \anchor PVR_CanRecordPlayingChannel
diff --git a/xbmc/Util.cpp b/xbmc/Util.cpp
index a091706a53..6b70278ea2 100644
--- a/xbmc/Util.cpp
+++ b/xbmc/Util.cpp
@@ -64,8 +64,6 @@
#include "settings/Settings.h"
#include "utils/StringUtils.h"
#include "settings/AdvancedSettings.h"
-#ifdef HAS_IRSERVERSUITE
-#endif
#include "guilib/LocalizeStrings.h"
#include "utils/Digest.h"
#include "utils/FileExtensionProvider.h"
diff --git a/xbmc/platform/win32/PlatformDefs.h b/xbmc/platform/win32/PlatformDefs.h
index da191607d8..68689ed2c2 100644
--- a/xbmc/platform/win32/PlatformDefs.h
+++ b/xbmc/platform/win32/PlatformDefs.h
@@ -57,7 +57,6 @@ typedef intptr_t ssize_t;
#endif
extern "C" char * strptime(const char *buf, const char *fmt, struct tm *tm);
-extern "C" char * strcasestr(const char* haystack, const char* needle);
#endif // TARGET_WINDOWS
diff --git a/xbmc/platform/win32/WIN32Util.cpp b/xbmc/platform/win32/WIN32Util.cpp
index b48c64db5f..696dc1eb04 100644
--- a/xbmc/platform/win32/WIN32Util.cpp
+++ b/xbmc/platform/win32/WIN32Util.cpp
@@ -1156,32 +1156,6 @@ void CWIN32Util::CropSource(CRect& src, CRect& dst, CRect target, UINT rotation
dst.y2 = ceil(dst.y2);
}
-extern "C"
-{
- /* case-independent string matching, similar to strstr but
- * matching */
- char * strcasestr(const char* haystack, const char* needle)
- {
- int i;
- int nlength = (int) strlen (needle);
- int hlength = (int) strlen (haystack);
-
- if (nlength > hlength) return NULL;
- if (hlength <= 0) return NULL;
- if (nlength <= 0) return (char *)haystack;
- /* hlength and nlength > 0, nlength <= hlength */
- for (i = 0; i <= (hlength - nlength); i++)
- {
- if (strncasecmp (haystack + i, needle, nlength) == 0)
- {
- return (char *)haystack + i;
- }
- }
- /* substring not found */
- return NULL;
- }
-}
-
// detect if a drive is a usb device
// code taken from http://banderlogi.blogspot.com/2011/06/enum-drive-letters-attached-for-usb.html
diff --git a/xbmc/pvr/windows/GUIWindowPVRGuide.cpp b/xbmc/pvr/windows/GUIWindowPVRGuide.cpp
index 797eb5fbd5..b6fec9f811 100644
--- a/xbmc/pvr/windows/GUIWindowPVRGuide.cpp
+++ b/xbmc/pvr/windows/GUIWindowPVRGuide.cpp
@@ -64,10 +64,7 @@ void CGUIWindowPVRGuideBase::InitEpgGridControl()
}
if (epgGridContainer && !epgGridContainer->HasData())
- {
- CSingleLock lock(m_critSection);
m_bSyncRefreshTimelineItems = true; // force data update on first window open
- }
StartRefreshTimelineItemsThread();
}
@@ -133,7 +130,6 @@ void CGUIWindowPVRGuideBase::Notify(const Observable &obs, const ObservableMessa
msg == ObservableMessageChannelGroupReset ||
msg == ObservableMessageChannelGroup)
{
- CSingleLock lock(m_critSection);
m_bRefreshTimelineItems = true;
// no base class call => do async refresh
return;
@@ -143,7 +139,6 @@ void CGUIWindowPVRGuideBase::Notify(const Observable &obs, const ObservableMessa
if (m_guiState && m_guiState->GetSortMethod().sortBy == SortByLastPlayed)
{
// set dirty to force sync refresh
- CSingleLock lock(m_critSection);
m_bSyncRefreshTimelineItems = true;
}
}
@@ -192,6 +187,15 @@ void CGUIWindowPVRGuideBase::UpdateButtons(void)
bool CGUIWindowPVRGuideBase::Update(const std::string &strDirectory, bool updateFilterPath /* = true */)
{
+ if (m_vecItemsUpdating)
+ {
+ // Prevent concurrent updates. Instead, let the timeline items refresh thread pick it up later.
+ m_bRefreshTimelineItems = true;
+ return true;
+ }
+
+ CUpdateGuard guard(m_vecItemsUpdating);
+
bool bReturn = CGUIWindowPVRBase::Update(strDirectory, updateFilterPath);
if (bReturn && !m_bChannelSelectionRestored)
@@ -206,8 +210,6 @@ bool CGUIWindowPVRGuideBase::Update(const std::string &strDirectory, bool update
bool CGUIWindowPVRGuideBase::GetDirectory(const std::string &strDirectory, CFileItemList &items)
{
- bool bForceRefreshTimelineItems = false;
-
{
CSingleLock lock(m_critSection);
@@ -216,12 +218,10 @@ bool CGUIWindowPVRGuideBase::GetDirectory(const std::string &strDirectory, CFile
// channel group change and not very first open of this window. force immediate update.
m_bSyncRefreshTimelineItems = true;
}
-
- bForceRefreshTimelineItems = m_bSyncRefreshTimelineItems;
}
// never call DoRefresh with locked mutex!
- if (bForceRefreshTimelineItems)
+ if (m_bSyncRefreshTimelineItems)
m_refreshTimelineItemsThread->DoRefresh();
{
@@ -344,10 +344,7 @@ void CGUIWindowPVRGuideBase::RefreshView(CGUIMessage& message, bool bInitGridCon
CGUIWindowPVRBase::OnMessage(message);
// force grid data update
- {
- CSingleLock lock(m_critSection);
- m_bSyncRefreshTimelineItems = true;
- }
+ m_bSyncRefreshTimelineItems = true;
if (bInitGridControl)
InitEpgGridControl();
@@ -591,17 +588,11 @@ bool CGUIWindowPVRGuideBase::OnContextButton(int itemNumber, CONTEXT_BUTTON butt
bool CGUIWindowPVRGuideBase::RefreshTimelineItems()
{
- bool bRefreshTimelineItems;
+ if (m_bRefreshTimelineItems || m_bSyncRefreshTimelineItems)
{
- CSingleLock lock(m_critSection);
-
- bRefreshTimelineItems = m_bRefreshTimelineItems || m_bSyncRefreshTimelineItems;
m_bRefreshTimelineItems = false;
m_bSyncRefreshTimelineItems = false;
- }
- if (bRefreshTimelineItems)
- {
CGUIEPGGridContainer* epgGridContainer = GetGridControl();
if (epgGridContainer)
{