From b8eb5fe227a6f84329b3c31a6237f2574da4f375 Mon Sep 17 00:00:00 2001 From: FreezyLemon Date: Fri, 2 Nov 2018 13:45:12 +0100 Subject: [PATCH] Convert .fnt (textual) font files to .bin (binary) --- osu.Game.Resources/Fonts/Exo2.0-Black.bin | Bin 0 -> 43070 bytes osu.Game.Resources/Fonts/Exo2.0-Black.fnt | 3960 --- .../Fonts/Exo2.0-BlackItalic.bin | Bin 0 -> 44872 bytes .../Fonts/Exo2.0-BlackItalic.fnt | 4139 --- osu.Game.Resources/Fonts/Exo2.0-Bold.bin | Bin 0 -> 40944 bytes osu.Game.Resources/Fonts/Exo2.0-Bold.fnt | 3749 --- .../Fonts/Exo2.0-BoldItalic.bin | Bin 0 -> 45174 bytes .../Fonts/Exo2.0-BoldItalic.fnt | 4170 --- osu.Game.Resources/Fonts/Exo2.0-Light.bin | Bin 0 -> 43651 bytes osu.Game.Resources/Fonts/Exo2.0-Light.fnt | 4019 --- .../Fonts/Exo2.0-LightItalic.bin | Bin 0 -> 45397 bytes .../Fonts/Exo2.0-LightItalic.fnt | 4193 --- osu.Game.Resources/Fonts/Exo2.0-Medium.bin | Bin 0 -> 42813 bytes osu.Game.Resources/Fonts/Exo2.0-Medium.fnt | 3935 --- .../Fonts/Exo2.0-MediumItalic.bin | Bin 0 -> 45399 bytes .../Fonts/Exo2.0-MediumItalic.fnt | 4193 --- osu.Game.Resources/Fonts/Exo2.0-Regular.bin | Bin 0 -> 47187 bytes osu.Game.Resources/Fonts/Exo2.0-Regular.fnt | 4372 ---- .../Fonts/Exo2.0-RegularItalic.bin | Bin 0 -> 45183 bytes .../Fonts/Exo2.0-RegularItalic.fnt | 4172 --- osu.Game.Resources/Fonts/Exo2.0-SemiBold.bin | Bin 0 -> 42338 bytes osu.Game.Resources/Fonts/Exo2.0-SemiBold.fnt | 3887 --- .../Fonts/Exo2.0-SemiBoldItalic.bin | Bin 0 -> 44854 bytes .../Fonts/Exo2.0-SemiBoldItalic.fnt | 4138 --- osu.Game.Resources/Fonts/FontAwesome.bin | Bin 0 -> 14073 bytes osu.Game.Resources/Fonts/FontAwesome.fnt | 704 - osu.Game.Resources/Fonts/Noto-Basic.bin | Bin 0 -> 60040 bytes osu.Game.Resources/Fonts/Noto-Basic.fnt | 4388 ---- osu.Game.Resources/Fonts/Noto-CJK-Basic.bin | Bin 0 -> 433765 bytes osu.Game.Resources/Fonts/Noto-CJK-Basic.fnt | 21678 ---------------- .../Fonts/Noto-CJK-Compatibility.bin | Bin 0 -> 140607 bytes .../Fonts/Noto-CJK-Compatibility.fnt | 7014 ----- osu.Game.Resources/Fonts/Noto-Hangul.bin | Bin 0 -> 241752 bytes osu.Game.Resources/Fonts/Noto-Hangul.fnt | 12089 --------- osu.Game.Resources/Fonts/Venera-Light.bin | Bin 0 -> 19574 bytes osu.Game.Resources/Fonts/Venera-Light.fnt | 1821 -- osu.Game.Resources/Fonts/Venera.bin | Bin 0 -> 17158 bytes osu.Game.Resources/Fonts/Venera.fnt | 1583 -- osu.Game.Resources/Fonts/osuFont.bin | Bin 0 -> 1456 bytes osu.Game.Resources/Fonts/osuFont.fnt | 73 - 40 files changed, 98277 deletions(-) create mode 100644 osu.Game.Resources/Fonts/Exo2.0-Black.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-Black.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-BlackItalic.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-BlackItalic.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-Bold.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-Bold.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-BoldItalic.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-BoldItalic.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-Light.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-Light.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-LightItalic.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-LightItalic.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-Medium.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-Medium.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-MediumItalic.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-MediumItalic.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-Regular.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-Regular.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-RegularItalic.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-RegularItalic.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-SemiBold.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-SemiBold.fnt create mode 100644 osu.Game.Resources/Fonts/Exo2.0-SemiBoldItalic.bin delete mode 100644 osu.Game.Resources/Fonts/Exo2.0-SemiBoldItalic.fnt create mode 100644 osu.Game.Resources/Fonts/FontAwesome.bin delete mode 100644 osu.Game.Resources/Fonts/FontAwesome.fnt create mode 100644 osu.Game.Resources/Fonts/Noto-Basic.bin delete mode 100644 osu.Game.Resources/Fonts/Noto-Basic.fnt create mode 100644 osu.Game.Resources/Fonts/Noto-CJK-Basic.bin delete mode 100644 osu.Game.Resources/Fonts/Noto-CJK-Basic.fnt create mode 100644 osu.Game.Resources/Fonts/Noto-CJK-Compatibility.bin delete mode 100644 osu.Game.Resources/Fonts/Noto-CJK-Compatibility.fnt create mode 100644 osu.Game.Resources/Fonts/Noto-Hangul.bin delete mode 100644 osu.Game.Resources/Fonts/Noto-Hangul.fnt create mode 100644 osu.Game.Resources/Fonts/Venera-Light.bin delete mode 100644 osu.Game.Resources/Fonts/Venera-Light.fnt create mode 100644 osu.Game.Resources/Fonts/Venera.bin delete mode 100644 osu.Game.Resources/Fonts/Venera.fnt create mode 100644 osu.Game.Resources/Fonts/osuFont.bin delete mode 100644 osu.Game.Resources/Fonts/osuFont.fnt diff --git a/osu.Game.Resources/Fonts/Exo2.0-Black.bin b/osu.Game.Resources/Fonts/Exo2.0-Black.bin new file mode 100644 index 0000000000000000000000000000000000000000..442c6435cb316038155e3adc15e16bc988138442 GIT binary patch literal 43070 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 literal 0 HcmV?d00001 diff --git a/osu.Game.Resources/Fonts/Exo2.0-BlackItalic.fnt b/osu.Game.Resources/Fonts/Exo2.0-BlackItalic.fnt deleted file mode 100644 index 6e37377..0000000 --- a/osu.Game.Resources/Fonts/Exo2.0-BlackItalic.fnt +++ /dev/null @@ -1,4139 +0,0 @@ -info face="Exo 2.0 Black" size=100 bold=0 italic=1 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=4,4 outline=0 -common lineHeight=100 base=85 scaleW=1024 scaleH=1024 pages=2 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="Exo2.0-BlackItalic_0.png" -page id=1 file="Exo2.0-BlackItalic_1.png" -chars count=342 -char id=32 x=1005 y=32 width=1 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=33 x=840 y=945 width=24 height=58 xoffset=3 yoffset=27 xadvance=27 page=0 chnl=15 -char id=34 x=453 y=92 width=29 height=20 xoffset=5 yoffset=27 xadvance=32 page=1 chnl=15 -char id=35 x=149 y=896 width=63 height=58 xoffset=0 yoffset=27 xadvance=61 page=0 chnl=15 -char id=36 x=500 y=334 width=50 height=75 xoffset=0 yoffset=19 xadvance=48 page=0 chnl=15 -char id=37 x=673 y=628 width=71 height=61 xoffset=3 yoffset=26 xadvance=76 page=0 chnl=15 -char id=38 x=748 y=626 width=63 height=61 xoffset=1 yoffset=26 xadvance=63 page=0 chnl=15 -char id=39 x=1006 y=294 width=14 height=20 xoffset=5 yoffset=27 xadvance=18 page=0 chnl=15 -char id=40 x=919 y=85 width=35 height=80 xoffset=1 yoffset=19 xadvance=31 page=0 chnl=15 -char id=41 x=958 y=85 width=35 height=80 xoffset=-4 yoffset=19 xadvance=31 page=0 chnl=15 -char id=42 x=934 y=47 width=35 height=32 xoffset=4 yoffset=27 xadvance=38 page=1 chnl=15 -char id=43 x=373 y=51 width=42 height=40 xoffset=1 yoffset=40 xadvance=43 page=1 chnl=15 -char id=44 x=1003 y=478 width=17 height=30 xoffset=0 yoffset=69 xadvance=21 page=0 chnl=15 -char id=45 x=958 y=83 width=26 height=11 xoffset=2 yoffset=58 xadvance=31 page=1 chnl=15 -char id=46 x=999 y=908 width=17 height=16 xoffset=0 yoffset=69 xadvance=21 page=0 chnl=15 -char id=47 x=943 y=483 width=56 height=65 xoffset=-3 yoffset=27 xadvance=49 page=0 chnl=15 -char id=48 x=0 y=704 width=51 height=61 xoffset=2 yoffset=26 xadvance=54 page=0 chnl=15 -char id=49 x=770 y=948 width=35 height=58 xoffset=3 yoffset=27 xadvance=39 page=0 chnl=15 -char id=50 x=449 y=830 width=49 height=59 xoffset=-1 yoffset=26 xadvance=49 page=0 chnl=15 -char id=51 x=426 y=698 width=47 height=61 xoffset=0 yoffset=26 xadvance=47 page=0 chnl=15 -char id=52 x=774 y=884 width=53 height=58 xoffset=0 yoffset=27 xadvance=54 page=0 chnl=15 -char id=53 x=569 y=761 width=48 height=60 xoffset=-1 yoffset=27 xadvance=46 page=0 chnl=15 -char id=54 x=775 y=757 width=46 height=60 xoffset=2 yoffset=26 xadvance=50 page=0 chnl=15 -char id=55 x=581 y=952 width=45 height=58 xoffset=4 yoffset=27 xadvance=45 page=0 chnl=15 -char id=56 x=164 y=703 width=50 height=61 xoffset=1 yoffset=26 xadvance=52 page=0 chnl=15 -char id=57 x=271 y=702 width=48 height=61 xoffset=1 yoffset=26 xadvance=50 page=0 chnl=15 -char id=58 x=999 y=251 width=20 height=39 xoffset=0 yoffset=46 xadvance=23 page=0 chnl=15 -char id=59 x=997 y=85 width=20 height=53 xoffset=0 yoffset=46 xadvance=22 page=0 chnl=15 -char id=60 x=285 y=53 width=40 height=41 xoffset=1 yoffset=39 xadvance=41 page=1 chnl=15 -char id=61 x=885 y=47 width=45 height=32 xoffset=1 yoffset=44 xadvance=47 page=1 chnl=15 -char id=62 x=329 y=51 width=40 height=41 xoffset=0 yoffset=39 xadvance=41 page=1 chnl=15 -char id=63 x=825 y=755 width=41 height=60 xoffset=6 yoffset=25 xadvance=45 page=0 chnl=15 -char id=64 x=868 y=945 width=65 height=57 xoffset=1 yoffset=30 xadvance=68 page=0 chnl=15 -char id=65 x=411 y=894 width=59 height=58 xoffset=-4 yoffset=27 xadvance=56 page=0 chnl=15 -char id=66 x=355 y=767 width=52 height=60 xoffset=0 yoffset=26 xadvance=54 page=0 chnl=15 -char id=67 x=464 y=763 width=49 height=60 xoffset=2 yoffset=26 xadvance=50 page=0 chnl=15 -char id=68 x=929 y=688 width=57 height=60 xoffset=0 yoffset=26 xadvance=58 page=0 chnl=15 -char id=69 x=502 y=827 width=49 height=59 xoffset=2 yoffset=27 xadvance=48 page=0 chnl=15 -char id=70 x=272 y=957 width=50 height=58 xoffset=0 yoffset=27 xadvance=47 page=0 chnl=15 -char id=71 x=940 y=623 width=52 height=61 xoffset=2 yoffset=26 xadvance=55 page=0 chnl=15 -char id=72 x=474 y=893 width=59 height=58 xoffset=0 yoffset=27 xadvance=58 page=0 chnl=15 -char id=73 x=809 y=946 width=27 height=58 xoffset=0 yoffset=27 xadvance=26 page=0 chnl=15 -char id=74 x=870 y=755 width=36 height=60 xoffset=-2 yoffset=27 xadvance=33 page=0 chnl=15 -char id=75 x=347 y=894 width=60 height=58 xoffset=0 yoffset=27 xadvance=55 page=0 chnl=15 -char id=76 x=743 y=821 width=41 height=59 xoffset=2 yoffset=27 xadvance=46 page=0 chnl=15 -char id=77 x=872 y=819 width=78 height=58 xoffset=0 yoffset=27 xadvance=78 page=0 chnl=15 -char id=78 x=282 y=895 width=61 height=58 xoffset=0 yoffset=27 xadvance=60 page=0 chnl=15 -char id=79 x=881 y=623 width=55 height=61 xoffset=2 yoffset=26 xadvance=58 page=0 chnl=15 -char id=80 x=173 y=832 width=54 height=59 xoffset=0 yoffset=26 xadvance=53 page=0 chnl=15 -char id=81 x=690 y=333 width=55 height=74 xoffset=2 yoffset=26 xadvance=58 page=0 chnl=15 -char id=82 x=945 y=752 width=55 height=59 xoffset=0 yoffset=26 xadvance=55 page=0 chnl=15 -char id=83 x=55 y=704 width=51 height=61 xoffset=0 yoffset=26 xadvance=50 page=0 chnl=15 -char id=84 x=831 y=883 width=52 height=58 xoffset=3 yoffset=27 xadvance=51 page=0 chnl=15 -char id=85 x=122 y=768 width=56 height=60 xoffset=3 yoffset=27 xadvance=58 page=0 chnl=15 -char id=86 x=597 y=889 width=56 height=58 xoffset=4 yoffset=27 xadvance=55 page=0 chnl=15 -char id=87 x=788 y=821 width=80 height=58 xoffset=6 yoffset=27 xadvance=82 page=0 chnl=15 -char id=88 x=954 y=815 width=64 height=58 xoffset=-4 yoffset=27 xadvance=56 page=0 chnl=15 -char id=89 x=657 y=886 width=56 height=58 xoffset=3 yoffset=27 xadvance=54 page=0 chnl=15 -char id=90 x=717 y=886 width=53 height=58 xoffset=-1 yoffset=27 xadvance=49 page=0 chnl=15 -char id=91 x=146 y=255 width=34 height=78 xoffset=0 yoffset=21 xadvance=30 page=0 chnl=15 -char id=92 x=511 y=561 width=38 height=65 xoffset=5 yoffset=27 xadvance=48 page=0 chnl=15 -char id=93 x=184 y=255 width=33 height=78 xoffset=-3 yoffset=21 xadvance=30 page=0 chnl=15 -char id=94 x=205 y=103 width=37 height=25 xoffset=4 yoffset=30 xadvance=41 page=1 chnl=15 -char id=95 x=838 y=84 width=40 height=11 xoffset=-1 yoffset=85 xadvance=44 page=1 chnl=15 -char id=96 x=396 y=95 width=27 height=21 xoffset=7 yoffset=22 xadvance=32 page=1 chnl=15 -char id=97 x=453 y=0 width=49 height=45 xoffset=1 yoffset=42 xadvance=51 page=1 chnl=15 -char id=98 x=411 y=766 width=49 height=60 xoffset=0 yoffset=26 xadvance=51 page=0 chnl=15 -char id=99 x=789 y=0 width=44 height=44 xoffset=1 yoffset=42 xadvance=44 page=1 chnl=15 -char id=100 x=299 y=767 width=52 height=60 xoffset=1 yoffset=26 xadvance=51 page=0 chnl=15 -char id=101 x=689 y=0 width=47 height=44 xoffset=1 yoffset=42 xadvance=49 page=1 chnl=15 -char id=102 x=115 y=337 width=51 height=76 xoffset=-8 yoffset=24 xadvance=35 page=0 chnl=15 -char id=103 x=110 y=958 width=50 height=58 xoffset=0 yoffset=42 xadvance=51 page=0 chnl=15 -char id=104 x=341 y=831 width=50 height=59 xoffset=0 yoffset=26 xadvance=51 page=0 chnl=15 -char id=105 x=655 y=694 width=26 height=61 xoffset=0 yoffset=24 xadvance=25 page=0 chnl=15 -char id=106 x=315 y=335 width=33 height=76 xoffset=-6 yoffset=24 xadvance=25 page=0 chnl=15 -char id=107 x=231 y=832 width=51 height=59 xoffset=0 yoffset=26 xadvance=50 page=0 chnl=15 -char id=108 x=685 y=693 width=26 height=61 xoffset=1 yoffset=26 xadvance=30 page=0 chnl=15 -char id=109 x=837 y=0 width=72 height=43 xoffset=0 yoffset=42 xadvance=73 page=1 chnl=15 -char id=110 x=913 y=0 width=50 height=43 xoffset=0 yoffset=42 xadvance=51 page=1 chnl=15 -char id=111 x=637 y=0 width=48 height=44 xoffset=1 yoffset=42 xadvance=51 page=1 chnl=15 -char id=112 x=55 y=958 width=51 height=58 xoffset=-2 yoffset=42 xadvance=51 page=0 chnl=15 -char id=113 x=379 y=956 width=49 height=58 xoffset=1 yoffset=42 xadvance=51 page=0 chnl=15 -char id=114 x=0 y=61 width=40 height=43 xoffset=0 yoffset=42 xadvance=37 page=1 chnl=15 -char id=115 x=740 y=0 width=45 height=44 xoffset=0 yoffset=42 xadvance=45 page=1 chnl=15 -char id=116 x=53 y=0 width=37 height=55 xoffset=1 yoffset=32 xadvance=36 page=1 chnl=15 -char id=117 x=584 y=0 width=49 height=44 xoffset=1 yoffset=43 xadvance=51 page=1 chnl=15 -char id=118 x=182 y=57 width=49 height=42 xoffset=2 yoffset=43 xadvance=50 page=1 chnl=15 -char id=119 x=44 y=61 width=74 height=42 xoffset=3 yoffset=43 xadvance=77 page=1 chnl=15 -char id=120 x=122 y=59 width=56 height=42 xoffset=-3 yoffset=43 xadvance=50 page=1 chnl=15 -char id=121 x=937 y=943 width=51 height=57 xoffset=2 yoffset=43 xadvance=51 page=0 chnl=15 -char id=122 x=235 y=53 width=46 height=42 xoffset=-1 yoffset=43 xadvance=44 page=1 chnl=15 -char id=123 x=37 y=172 width=32 height=80 xoffset=1 yoffset=20 xadvance=30 page=0 chnl=15 -char id=124 x=206 y=87 width=24 height=81 xoffset=0 yoffset=19 xadvance=23 page=0 chnl=15 -char id=125 x=0 y=172 width=33 height=80 xoffset=-2 yoffset=20 xadvance=30 page=0 chnl=15 -char id=126 x=937 y=1004 width=36 height=16 xoffset=2 yoffset=53 xadvance=41 page=0 chnl=15 -char id=161 x=996 y=619 width=24 height=59 xoffset=-1 yoffset=41 xadvance=26 page=0 chnl=15 -char id=162 x=678 y=948 width=43 height=58 xoffset=2 yoffset=27 xadvance=44 page=0 chnl=15 -char id=163 x=286 y=832 width=51 height=59 xoffset=0 yoffset=26 xadvance=49 page=0 chnl=15 -char id=164 x=967 y=0 width=46 height=43 xoffset=1 yoffset=34 xadvance=47 page=1 chnl=15 -char id=165 x=537 y=890 width=56 height=58 xoffset=6 yoffset=27 xadvance=58 page=0 chnl=15 -char id=166 x=234 y=87 width=24 height=81 xoffset=0 yoffset=19 xadvance=23 page=0 chnl=15 -char id=167 x=218 y=417 width=47 height=74 xoffset=-1 yoffset=26 xadvance=45 page=0 chnl=15 -char id=168 x=737 y=88 width=30 height=12 xoffset=8 yoffset=25 xadvance=36 page=1 chnl=15 -char id=169 x=815 y=626 width=62 height=61 xoffset=2 yoffset=26 xadvance=65 page=0 chnl=15 -char id=170 x=973 y=47 width=34 height=30 xoffset=3 yoffset=33 xadvance=37 page=1 chnl=15 -char id=171 x=512 y=48 width=43 height=38 xoffset=1 yoffset=45 xadvance=46 page=1 chnl=15 -char id=172 x=274 y=99 width=42 height=22 xoffset=2 yoffset=52 xadvance=47 page=1 chnl=15 -char id=173 x=809 y=1008 width=26 height=11 xoffset=2 yoffset=58 xadvance=32 page=0 chnl=15 -char id=174 x=559 y=48 width=38 height=38 xoffset=4 yoffset=26 xadvance=41 page=1 chnl=15 -char id=175 x=925 y=83 width=29 height=11 xoffset=7 yoffset=25 xadvance=33 page=1 chnl=15 -char id=176 x=992 y=989 width=25 height=24 xoffset=4 yoffset=26 xadvance=27 page=0 chnl=15 -char id=177 x=325 y=0 width=45 height=47 xoffset=0 yoffset=37 xadvance=46 page=1 chnl=15 -char id=178 x=657 y=48 width=33 height=37 xoffset=3 yoffset=19 xadvance=36 page=1 chnl=15 -char id=179 x=694 y=48 width=32 height=37 xoffset=3 yoffset=19 xadvance=34 page=1 chnl=15 -char id=180 x=365 y=96 width=27 height=21 xoffset=7 yoffset=22 xadvance=32 page=1 chnl=15 -char id=182 x=269 y=416 width=45 height=74 xoffset=3 yoffset=26 xadvance=49 page=0 chnl=15 -char id=183 x=1003 y=512 width=17 height=17 xoffset=2 yoffset=55 xadvance=21 page=0 chnl=15 -char id=184 x=840 y=1007 width=20 height=13 xoffset=-2 yoffset=87 xadvance=22 page=0 chnl=15 -char id=185 x=730 y=48 width=23 height=36 xoffset=5 yoffset=20 xadvance=26 page=1 chnl=15 -char id=186 x=0 y=108 width=33 height=30 xoffset=3 yoffset=33 xadvance=36 page=1 chnl=15 -char id=187 x=465 y=49 width=43 height=38 xoffset=0 yoffset=45 xadvance=46 page=1 chnl=15 -char id=188 x=0 y=896 width=71 height=58 xoffset=5 yoffset=27 xadvance=79 page=0 chnl=15 -char id=189 x=75 y=896 width=70 height=58 xoffset=5 yoffset=27 xadvance=78 page=0 chnl=15 -char id=190 x=91 y=833 width=78 height=59 xoffset=2 yoffset=26 xadvance=83 page=0 chnl=15 -char id=191 x=698 y=823 width=41 height=59 xoffset=-2 yoffset=41 xadvance=44 page=0 chnl=15 -char id=192 x=409 y=86 width=59 height=80 xoffset=-4 yoffset=5 xadvance=56 page=0 chnl=15 -char id=193 x=823 y=0 width=59 height=81 xoffset=-4 yoffset=4 xadvance=56 page=0 chnl=15 -char id=194 x=705 y=170 width=59 height=78 xoffset=-4 yoffset=7 xadvance=56 page=0 chnl=15 -char id=195 x=357 y=254 width=59 height=77 xoffset=-4 yoffset=8 xadvance=56 page=0 chnl=15 -char id=196 x=936 y=251 width=59 height=76 xoffset=-4 yoffset=9 xadvance=56 page=0 chnl=15 -char id=197 x=346 y=87 width=59 height=80 xoffset=-4 yoffset=5 xadvance=56 page=0 chnl=15 -char id=198 x=0 y=833 width=87 height=59 xoffset=-5 yoffset=27 xadvance=79 page=0 chnl=15 -char id=199 x=165 y=417 width=49 height=74 xoffset=2 yoffset=26 xadvance=50 page=0 chnl=15 -char id=200 x=112 y=87 width=49 height=81 xoffset=2 yoffset=5 xadvance=48 page=0 chnl=15 -char id=201 x=621 y=0 width=49 height=82 xoffset=2 yoffset=4 xadvance=48 page=0 chnl=15 -char id=202 x=568 y=170 width=49 height=79 xoffset=2 yoffset=7 xadvance=48 page=0 chnl=15 -char id=203 x=768 y=251 width=49 height=77 xoffset=2 yoffset=9 xadvance=48 page=0 chnl=15 -char id=204 x=73 y=172 width=28 height=80 xoffset=0 yoffset=5 xadvance=26 page=0 chnl=15 -char id=205 x=165 y=87 width=37 height=81 xoffset=0 yoffset=4 xadvance=26 page=0 chnl=15 -char id=206 x=106 y=255 width=36 height=78 xoffset=0 yoffset=7 xadvance=26 page=0 chnl=15 -char id=207 x=277 y=336 width=34 height=76 xoffset=0 yoffset=9 xadvance=26 page=0 chnl=15 -char id=208 x=0 y=769 width=57 height=60 xoffset=0 yoffset=26 xadvance=58 page=0 chnl=15 -char id=209 x=292 y=254 width=61 height=77 xoffset=0 yoffset=8 xadvance=60 page=0 chnl=15 -char id=210 x=508 y=0 width=55 height=82 xoffset=2 yoffset=5 xadvance=58 page=0 chnl=15 -char id=211 x=180 y=0 width=55 height=83 xoffset=2 yoffset=4 xadvance=58 page=0 chnl=15 -char id=212 x=653 y=86 width=55 height=80 xoffset=2 yoffset=7 xadvance=58 page=0 chnl=15 -char id=213 x=229 y=172 width=55 height=79 xoffset=2 yoffset=8 xadvance=58 page=0 chnl=15 -char id=214 x=948 y=169 width=55 height=78 xoffset=2 yoffset=9 xadvance=58 page=0 chnl=15 -char id=215 x=419 y=49 width=42 height=39 xoffset=0 yoffset=41 xadvance=43 page=1 chnl=15 -char id=216 x=828 y=169 width=56 height=78 xoffset=2 yoffset=17 xadvance=58 page=0 chnl=15 -char id=217 x=448 y=0 width=56 height=82 xoffset=3 yoffset=5 xadvance=58 page=0 chnl=15 -char id=218 x=60 y=0 width=56 height=83 xoffset=3 yoffset=4 xadvance=58 page=0 chnl=15 -char id=219 x=593 y=86 width=56 height=80 xoffset=3 yoffset=7 xadvance=58 page=0 chnl=15 -char id=220 x=888 y=169 width=56 height=78 xoffset=3 yoffset=9 xadvance=58 page=0 chnl=15 -char id=221 x=886 y=0 width=56 height=81 xoffset=3 yoffset=4 xadvance=54 page=0 chnl=15 -char id=222 x=943 y=881 width=52 height=58 xoffset=0 yoffset=27 xadvance=53 page=0 chnl=15 -char id=223 x=221 y=255 width=67 height=77 xoffset=-7 yoffset=23 xadvance=60 page=0 chnl=15 -char id=224 x=611 y=490 width=49 height=66 xoffset=1 yoffset=21 xadvance=51 page=0 chnl=15 -char id=225 x=333 y=492 width=49 height=67 xoffset=1 yoffset=20 xadvance=51 page=0 chnl=15 -char id=226 x=685 y=559 width=49 height=64 xoffset=1 yoffset=23 xadvance=51 page=0 chnl=15 -char id=227 x=919 y=556 width=49 height=63 xoffset=1 yoffset=24 xadvance=51 page=0 chnl=15 -char id=228 x=235 y=636 width=49 height=62 xoffset=1 yoffset=25 xadvance=51 page=0 chnl=15 -char id=229 x=386 y=491 width=49 height=67 xoffset=1 yoffset=20 xadvance=51 page=0 chnl=15 -char id=230 x=374 y=0 width=75 height=45 xoffset=1 yoffset=42 xadvance=76 page=1 chnl=15 -char id=231 x=630 y=951 width=44 height=58 xoffset=1 yoffset=42 xadvance=44 page=0 chnl=15 -char id=232 x=265 y=567 width=47 height=65 xoffset=1 yoffset=21 xadvance=49 page=0 chnl=15 -char id=233 x=716 y=488 width=47 height=66 xoffset=1 yoffset=20 xadvance=49 page=0 chnl=15 -char id=234 x=53 y=637 width=47 height=63 xoffset=1 yoffset=23 xadvance=49 page=0 chnl=15 -char id=235 x=375 y=701 width=47 height=61 xoffset=1 yoffset=25 xadvance=49 page=0 chnl=15 -char id=236 x=835 y=558 width=27 height=64 xoffset=-1 yoffset=21 xadvance=25 page=0 chnl=15 -char id=237 x=985 y=409 width=34 height=65 xoffset=0 yoffset=20 xadvance=25 page=0 chnl=15 -char id=238 x=439 y=631 width=36 height=62 xoffset=-2 yoffset=23 xadvance=25 page=0 chnl=15 -char id=239 x=910 y=755 width=31 height=60 xoffset=0 yoffset=25 xadvance=25 page=0 chnl=15 -char id=240 x=0 y=568 width=51 height=65 xoffset=1 yoffset=22 xadvance=50 page=0 chnl=15 -char id=241 x=110 y=703 width=50 height=61 xoffset=0 yoffset=24 xadvance=51 page=0 chnl=15 -char id=242 x=162 y=568 width=48 height=65 xoffset=1 yoffset=21 xadvance=51 page=0 chnl=15 -char id=243 x=664 y=489 width=48 height=66 xoffset=1 yoffset=20 xadvance=51 page=0 chnl=15 -char id=244 x=972 y=552 width=48 height=63 xoffset=1 yoffset=23 xadvance=51 page=0 chnl=15 -char id=245 x=288 y=636 width=48 height=62 xoffset=1 yoffset=24 xadvance=51 page=0 chnl=15 -char id=246 x=323 y=702 width=48 height=61 xoffset=1 yoffset=25 xadvance=51 page=0 chnl=15 -char id=247 x=184 y=0 width=42 height=50 xoffset=1 yoffset=36 xadvance=44 page=1 chnl=15 -char id=248 x=621 y=759 width=48 height=60 xoffset=1 yoffset=34 xadvance=51 page=0 chnl=15 -char id=249 x=439 y=491 width=49 height=67 xoffset=1 yoffset=20 xadvance=51 page=0 chnl=15 -char id=250 x=109 y=496 width=49 height=68 xoffset=1 yoffset=19 xadvance=51 page=0 chnl=15 -char id=251 x=109 y=568 width=49 height=65 xoffset=1 yoffset=22 xadvance=51 page=0 chnl=15 -char id=252 x=0 y=637 width=49 height=63 xoffset=1 yoffset=24 xadvance=51 page=0 chnl=15 -char id=253 x=712 y=85 width=51 height=80 xoffset=2 yoffset=20 xadvance=51 page=0 chnl=15 -char id=254 x=0 y=418 width=51 height=74 xoffset=-2 yoffset=26 xadvance=51 page=0 chnl=15 -char id=255 x=445 y=335 width=51 height=75 xoffset=2 yoffset=25 xadvance=51 page=0 chnl=15 -char id=256 x=382 y=335 width=59 height=75 xoffset=-4 yoffset=10 xadvance=56 page=0 chnl=15 -char id=257 x=218 y=703 width=49 height=61 xoffset=1 yoffset=26 xadvance=51 page=0 chnl=15 -char id=258 x=420 y=254 width=59 height=77 xoffset=-4 yoffset=8 xadvance=56 page=0 chnl=15 -char id=259 x=866 y=556 width=49 height=63 xoffset=1 yoffset=24 xadvance=51 page=0 chnl=15 -char id=260 x=512 y=413 width=59 height=73 xoffset=-4 yoffset=27 xadvance=56 page=0 chnl=15 -char id=261 x=326 y=957 width=49 height=58 xoffset=1 yoffset=42 xadvance=51 page=0 chnl=15 -char id=262 x=567 y=0 width=50 height=82 xoffset=2 yoffset=4 xadvance=50 page=0 chnl=15 -char id=263 x=767 y=488 width=45 height=66 xoffset=1 yoffset=20 xadvance=44 page=0 chnl=15 -char id=266 x=0 y=256 width=49 height=78 xoffset=2 yoffset=8 xadvance=50 page=0 chnl=15 -char id=267 x=391 y=632 width=44 height=62 xoffset=1 yoffset=24 xadvance=44 page=0 chnl=15 -char id=268 x=767 y=85 width=50 height=80 xoffset=2 yoffset=6 xadvance=50 page=0 chnl=15 -char id=269 x=415 y=562 width=45 height=65 xoffset=1 yoffset=21 xadvance=44 page=0 chnl=15 -char id=270 x=472 y=86 width=57 height=80 xoffset=0 yoffset=6 xadvance=58 page=0 chnl=15 -char id=271 x=793 y=691 width=68 height=60 xoffset=1 yoffset=26 xadvance=51 page=0 chnl=15 -char id=272 x=61 y=769 width=57 height=60 xoffset=0 yoffset=26 xadvance=58 page=0 chnl=15 -char id=273 x=182 y=768 width=56 height=60 xoffset=1 yoffset=26 xadvance=51 page=0 chnl=15 -char id=274 x=224 y=336 width=49 height=76 xoffset=2 yoffset=10 xadvance=48 page=0 chnl=15 -char id=275 x=673 y=759 width=47 height=60 xoffset=1 yoffset=26 xadvance=49 page=0 chnl=15 -char id=278 x=53 y=256 width=49 height=78 xoffset=2 yoffset=8 xadvance=48 page=0 chnl=15 -char id=279 x=340 y=635 width=47 height=62 xoffset=1 yoffset=24 xadvance=49 page=0 chnl=15 -char id=280 x=747 y=411 width=49 height=73 xoffset=2 yoffset=27 xadvance=48 page=0 chnl=15 -char id=281 x=432 y=956 width=47 height=58 xoffset=1 yoffset=42 xadvance=49 page=0 chnl=15 -char id=282 x=821 y=85 width=49 height=80 xoffset=2 yoffset=6 xadvance=48 page=0 chnl=15 -char id=283 x=214 y=567 width=47 height=65 xoffset=1 yoffset=21 xadvance=49 page=0 chnl=15 -char id=286 x=401 y=171 width=52 height=79 xoffset=2 yoffset=8 xadvance=55 page=0 chnl=15 -char id=287 x=714 y=252 width=50 height=77 xoffset=0 yoffset=23 xadvance=51 page=0 chnl=15 -char id=288 x=345 y=171 width=52 height=79 xoffset=2 yoffset=8 xadvance=55 page=0 chnl=15 -char id=289 x=170 y=337 width=50 height=76 xoffset=0 yoffset=24 xadvance=51 page=0 chnl=15 -char id=290 x=865 y=331 width=52 height=74 xoffset=2 yoffset=26 xadvance=55 page=0 chnl=15 -char id=291 x=294 y=0 width=50 height=83 xoffset=0 yoffset=17 xadvance=51 page=0 chnl=15 -char id=294 x=216 y=895 width=62 height=58 xoffset=0 yoffset=27 xadvance=58 page=0 chnl=15 -char id=295 x=395 y=831 width=50 height=59 xoffset=0 yoffset=26 xadvance=51 page=0 chnl=15 -char id=298 x=594 y=334 width=33 height=75 xoffset=0 yoffset=10 xadvance=26 page=0 chnl=15 -char id=299 x=990 y=688 width=30 height=59 xoffset=0 yoffset=26 xadvance=25 page=0 chnl=15 -char id=302 x=845 y=410 width=29 height=73 xoffset=-1 yoffset=27 xadvance=26 page=0 chnl=15 -char id=303 x=352 y=335 width=26 height=76 xoffset=-1 yoffset=24 xadvance=25 page=0 chnl=15 -char id=304 x=821 y=251 width=27 height=77 xoffset=0 yoffset=8 xadvance=26 page=0 chnl=15 -char id=305 x=992 y=943 width=24 height=42 xoffset=0 yoffset=43 xadvance=25 page=0 chnl=15 -char id=306 x=865 y=691 width=60 height=60 xoffset=0 yoffset=27 xadvance=59 page=0 chnl=15 -char id=307 x=60 y=338 width=51 height=76 xoffset=0 yoffset=24 xadvance=50 page=0 chnl=15 -char id=310 x=448 y=414 width=60 height=73 xoffset=0 yoffset=27 xadvance=55 page=0 chnl=15 -char id=311 x=55 y=418 width=51 height=74 xoffset=0 yoffset=26 xadvance=50 page=0 chnl=15 -char id=313 x=874 y=85 width=41 height=80 xoffset=2 yoffset=6 xadvance=46 page=0 chnl=15 -char id=314 x=348 y=0 width=36 height=83 xoffset=1 yoffset=4 xadvance=30 page=0 chnl=15 -char id=315 x=800 y=411 width=41 height=73 xoffset=2 yoffset=27 xadvance=46 page=0 chnl=15 -char id=316 x=976 y=331 width=26 height=74 xoffset=1 yoffset=26 xadvance=30 page=0 chnl=15 -char id=317 x=651 y=823 width=43 height=59 xoffset=2 yoffset=27 xadvance=46 page=0 chnl=15 -char id=318 x=573 y=696 width=41 height=61 xoffset=1 yoffset=26 xadvance=30 page=0 chnl=15 -char id=319 x=555 y=826 width=44 height=59 xoffset=2 yoffset=27 xadvance=46 page=0 chnl=15 -char id=320 x=527 y=696 width=42 height=61 xoffset=1 yoffset=26 xadvance=42 page=0 chnl=15 -char id=321 x=603 y=825 width=44 height=59 xoffset=0 yoffset=27 xadvance=46 page=0 chnl=15 -char id=322 x=618 y=694 width=33 height=61 xoffset=0 yoffset=26 xadvance=31 page=0 chnl=15 -char id=323 x=758 y=0 width=61 height=81 xoffset=0 yoffset=4 xadvance=60 page=0 chnl=15 -char id=324 x=55 y=568 width=50 height=65 xoffset=0 yoffset=20 xadvance=51 page=0 chnl=15 -char id=325 x=318 y=415 width=61 height=73 xoffset=0 yoffset=27 xadvance=60 page=0 chnl=15 -char id=326 x=164 y=958 width=50 height=58 xoffset=0 yoffset=42 xadvance=51 page=0 chnl=15 -char id=327 x=105 y=172 width=61 height=79 xoffset=0 yoffset=6 xadvance=60 page=0 chnl=15 -char id=328 x=631 y=560 width=50 height=64 xoffset=0 yoffset=21 xadvance=51 page=0 chnl=15 -char id=330 x=383 y=414 width=61 height=73 xoffset=0 yoffset=27 xadvance=61 page=0 chnl=15 -char id=331 x=218 y=957 width=50 height=58 xoffset=0 yoffset=42 xadvance=51 page=0 chnl=15 -char id=332 x=543 y=253 width=55 height=77 xoffset=2 yoffset=10 xadvance=58 page=0 chnl=15 -char id=333 x=517 y=762 width=48 height=60 xoffset=1 yoffset=26 xadvance=51 page=0 chnl=15 -char id=336 x=120 y=0 width=56 height=83 xoffset=2 yoffset=4 xadvance=58 page=0 chnl=15 -char id=337 x=555 y=490 width=52 height=66 xoffset=1 yoffset=20 xadvance=51 page=0 chnl=15 -char id=338 x=588 y=629 width=81 height=61 xoffset=2 yoffset=26 xadvance=81 page=0 chnl=15 -char id=339 x=506 y=0 width=74 height=44 xoffset=1 yoffset=42 xadvance=75 page=1 chnl=15 -char id=340 x=946 y=0 width=55 height=81 xoffset=0 yoffset=4 xadvance=55 page=0 chnl=15 -char id=341 x=464 y=562 width=43 height=65 xoffset=0 yoffset=20 xadvance=37 page=0 chnl=15 -char id=342 x=631 y=334 width=55 height=74 xoffset=0 yoffset=26 xadvance=55 page=0 chnl=15 -char id=343 x=725 y=948 width=41 height=58 xoffset=0 yoffset=42 xadvance=37 page=0 chnl=15 -char id=344 x=170 y=172 width=55 height=79 xoffset=0 yoffset=6 xadvance=55 page=0 chnl=15 -char id=345 x=788 y=558 width=43 height=64 xoffset=0 yoffset=21 xadvance=37 page=0 chnl=15 -char id=346 x=239 y=0 width=51 height=83 xoffset=0 yoffset=4 xadvance=50 page=0 chnl=15 -char id=347 x=816 y=488 width=45 height=66 xoffset=0 yoffset=20 xadvance=45 page=0 chnl=15 -char id=350 x=921 y=331 width=51 height=74 xoffset=0 yoffset=26 xadvance=50 page=0 chnl=15 -char id=351 x=532 y=955 width=45 height=58 xoffset=0 yoffset=42 xadvance=45 page=0 chnl=15 -char id=352 x=57 y=87 width=51 height=81 xoffset=0 yoffset=6 xadvance=50 page=0 chnl=15 -char id=353 x=366 y=563 width=45 height=65 xoffset=0 yoffset=21 xadvance=45 page=0 chnl=15 -char id=354 x=635 y=412 width=52 height=73 xoffset=3 yoffset=27 xadvance=51 page=0 chnl=15 -char id=355 x=292 y=494 width=37 height=68 xoffset=1 yoffset=32 xadvance=36 page=0 chnl=15 -char id=356 x=457 y=170 width=52 height=79 xoffset=3 yoffset=6 xadvance=51 page=0 chnl=15 -char id=357 x=937 y=409 width=44 height=70 xoffset=1 yoffset=17 xadvance=36 page=0 chnl=15 -char id=358 x=887 y=881 width=52 height=58 xoffset=3 yoffset=27 xadvance=51 page=0 chnl=15 -char id=359 x=94 y=0 width=37 height=55 xoffset=1 yoffset=32 xadvance=36 page=1 chnl=15 -char id=362 x=483 y=253 width=56 height=77 xoffset=3 yoffset=10 xadvance=58 page=0 chnl=15 -char id=363 x=182 y=637 width=49 height=62 xoffset=1 yoffset=25 xadvance=51 page=0 chnl=15 -char id=366 x=388 y=0 width=56 height=82 xoffset=3 yoffset=5 xadvance=58 page=0 chnl=15 -char id=367 x=56 y=496 width=49 height=68 xoffset=1 yoffset=19 xadvance=51 page=0 chnl=15 -char id=368 x=0 y=0 width=56 height=83 xoffset=3 yoffset=4 xadvance=58 page=0 chnl=15 -char id=369 x=0 y=496 width=52 height=68 xoffset=1 yoffset=19 xadvance=51 page=0 chnl=15 -char id=370 x=575 y=413 width=56 height=73 xoffset=3 yoffset=27 xadvance=58 page=0 chnl=15 -char id=371 x=0 y=0 width=49 height=57 xoffset=1 yoffset=43 xadvance=51 page=1 chnl=15 -char id=372 x=621 y=170 width=80 height=78 xoffset=6 yoffset=7 xadvance=82 page=0 chnl=15 -char id=373 x=104 y=637 width=74 height=62 xoffset=3 yoffset=23 xadvance=77 page=0 chnl=15 -char id=374 x=768 y=169 width=56 height=78 xoffset=3 yoffset=7 xadvance=54 page=0 chnl=15 -char id=375 x=659 y=252 width=51 height=77 xoffset=2 yoffset=23 xadvance=51 page=0 chnl=15 -char id=376 x=0 y=338 width=56 height=76 xoffset=3 yoffset=9 xadvance=54 page=0 chnl=15 -char id=377 x=0 y=87 width=53 height=81 xoffset=-1 yoffset=4 xadvance=49 page=0 chnl=15 -char id=378 x=316 y=566 width=46 height=65 xoffset=-1 yoffset=20 xadvance=44 page=0 chnl=15 -char id=379 x=602 y=253 width=53 height=77 xoffset=-1 yoffset=8 xadvance=49 page=0 chnl=15 -char id=380 x=477 y=697 width=46 height=61 xoffset=-1 yoffset=24 xadvance=44 page=0 chnl=15 -char id=381 x=288 y=171 width=53 height=79 xoffset=-1 yoffset=6 xadvance=49 page=0 chnl=15 -char id=382 x=738 y=558 width=46 height=64 xoffset=-1 yoffset=21 xadvance=44 page=0 chnl=15 -char id=402 x=749 y=333 width=54 height=74 xoffset=-8 yoffset=26 xadvance=41 page=0 chnl=15 -char id=536 x=110 y=418 width=51 height=74 xoffset=0 yoffset=26 xadvance=50 page=0 chnl=15 -char id=537 x=483 y=955 width=45 height=58 xoffset=0 yoffset=42 xadvance=45 page=0 chnl=15 -char id=538 x=691 y=411 width=52 height=73 xoffset=3 yoffset=27 xadvance=51 page=0 chnl=15 -char id=539 x=251 y=495 width=37 height=68 xoffset=1 yoffset=32 xadvance=36 page=0 chnl=15 -char id=710 x=526 y=90 width=36 height=18 xoffset=5 yoffset=23 xadvance=39 page=1 chnl=15 -char id=711 x=486 y=91 width=36 height=19 xoffset=6 yoffset=21 xadvance=39 page=1 chnl=15 -char id=728 x=680 y=89 width=31 height=16 xoffset=6 yoffset=25 xadvance=34 page=1 chnl=15 -char id=729 x=1003 y=533 width=16 height=15 xoffset=7 yoffset=24 xadvance=21 page=0 chnl=15 -char id=730 x=427 y=92 width=22 height=21 xoffset=7 yoffset=20 xadvance=26 page=1 chnl=15 -char id=731 x=715 y=89 width=18 height=16 xoffset=-2 yoffset=84 xadvance=20 page=1 chnl=15 -char id=732 x=643 y=90 width=33 height=16 xoffset=7 yoffset=24 xadvance=38 page=1 chnl=15 -char id=733 x=320 y=98 width=41 height=21 xoffset=6 yoffset=22 xadvance=45 page=1 chnl=15 -char id=7808 x=262 y=87 width=80 height=80 xoffset=6 yoffset=5 xadvance=82 page=0 chnl=15 -char id=7809 x=553 y=561 width=74 height=64 xoffset=3 yoffset=21 xadvance=77 page=0 chnl=15 -char id=7810 x=674 y=0 width=80 height=81 xoffset=6 yoffset=4 xadvance=82 page=0 chnl=15 -char id=7811 x=865 y=487 width=74 height=65 xoffset=3 yoffset=20 xadvance=77 page=0 chnl=15 -char id=7812 x=852 y=251 width=80 height=76 xoffset=6 yoffset=9 xadvance=82 page=0 chnl=15 -char id=7813 x=715 y=693 width=74 height=60 xoffset=3 yoffset=25 xadvance=77 page=0 chnl=15 -char id=7922 x=533 y=86 width=56 height=80 xoffset=3 yoffset=5 xadvance=54 page=0 chnl=15 -char id=7923 x=513 y=170 width=51 height=79 xoffset=2 yoffset=21 xadvance=51 page=0 chnl=15 -char id=8211 x=882 y=84 width=39 height=11 xoffset=2 yoffset=58 xadvance=44 page=1 chnl=15 -char id=8212 x=771 y=86 width=63 height=11 xoffset=2 yoffset=58 xadvance=68 page=1 chnl=15 -char id=8216 x=1004 y=751 width=15 height=28 xoffset=4 yoffset=25 xadvance=18 page=0 chnl=15 -char id=8217 x=1005 y=0 width=15 height=28 xoffset=5 yoffset=26 xadvance=18 page=0 chnl=15 -char id=8218 x=999 y=877 width=15 height=27 xoffset=0 yoffset=72 xadvance=19 page=0 chnl=15 -char id=8220 x=72 y=107 width=31 height=28 xoffset=4 yoffset=25 xadvance=35 page=1 chnl=15 -char id=8221 x=37 y=108 width=31 height=28 xoffset=5 yoffset=26 xadvance=35 page=1 chnl=15 -char id=8222 x=170 y=105 width=31 height=27 xoffset=0 yoffset=72 xadvance=36 page=1 chnl=15 -char id=8224 x=208 y=495 width=39 height=68 xoffset=2 yoffset=27 xadvance=40 page=0 chnl=15 -char id=8225 x=162 y=496 width=42 height=68 xoffset=0 yoffset=27 xadvance=42 page=0 chnl=15 -char id=8226 x=246 y=99 width=24 height=23 xoffset=4 yoffset=51 xadvance=31 page=1 chnl=15 -char id=8230 x=566 y=90 width=73 height=16 xoffset=-1 yoffset=69 xadvance=76 page=1 chnl=15 -char id=8240 x=479 y=631 width=105 height=61 xoffset=3 yoffset=26 xadvance=110 page=0 chnl=15 -char id=8249 x=629 y=48 width=24 height=38 xoffset=1 yoffset=45 xadvance=26 page=1 chnl=15 -char id=8250 x=601 y=48 width=24 height=38 xoffset=0 yoffset=45 xadvance=26 page=1 chnl=15 -char id=8260 x=0 y=958 width=51 height=58 xoffset=-18 yoffset=27 xadvance=13 page=0 chnl=15 -char id=8364 x=242 y=768 width=53 height=60 xoffset=1 yoffset=26 xadvance=53 page=0 chnl=15 -char id=8482 x=805 y=48 width=76 height=32 xoffset=7 yoffset=27 xadvance=82 page=1 chnl=15 -char id=8706 x=724 y=757 width=47 height=60 xoffset=1 yoffset=26 xadvance=49 page=0 chnl=15 -char id=8719 x=492 y=491 width=59 height=66 xoffset=3 yoffset=27 xadvance=59 page=0 chnl=15 -char id=8721 x=878 y=409 width=55 height=72 xoffset=-2 yoffset=27 xadvance=49 page=0 chnl=15 -char id=8722 x=868 y=1006 width=42 height=14 xoffset=2 yoffset=54 xadvance=47 page=0 chnl=15 -char id=8730 x=807 y=332 width=54 height=74 xoffset=2 yoffset=12 xadvance=49 page=0 chnl=15 -char id=8734 x=107 y=107 width=59 height=27 xoffset=2 yoffset=46 xadvance=62 page=1 chnl=15 -char id=8747 x=554 y=334 width=36 height=75 xoffset=-3 yoffset=25 xadvance=29 page=0 chnl=15 -char id=8776 x=757 y=48 width=44 height=34 xoffset=2 yoffset=44 xadvance=48 page=1 chnl=15 -char id=8800 x=135 y=0 width=45 height=53 xoffset=3 yoffset=33 xadvance=50 page=1 chnl=15 -char id=8804 x=230 y=0 width=45 height=49 xoffset=0 yoffset=35 xadvance=46 page=1 chnl=15 -char id=8805 x=279 y=0 width=42 height=49 xoffset=2 yoffset=35 xadvance=46 page=1 chnl=15 -kernings count=3791 -kerning first=32 second=34 amount=-1 -kerning first=32 second=39 amount=-1 -kerning first=32 second=65 amount=-1 -kerning first=32 second=74 amount=-1 -kerning first=32 second=84 amount=-1 -kerning first=32 second=86 amount=-2 -kerning first=32 second=89 amount=-2 -kerning first=32 second=102 amount=-1 -kerning first=32 second=116 amount=-1 -kerning first=32 second=118 amount=-1 -kerning first=32 second=121 amount=-1 -kerning first=32 second=192 amount=-1 -kerning first=32 second=193 amount=-1 -kerning first=32 second=194 amount=-1 -kerning first=32 second=195 amount=-1 -kerning first=32 second=196 amount=-1 -kerning first=32 second=197 amount=-1 -kerning first=32 second=198 amount=-2 -kerning first=32 second=221 amount=-2 -kerning first=32 second=223 amount=-1 -kerning first=32 second=253 amount=-1 -kerning first=8805 second=376 amount=-1 -kerning first=32 second=255 amount=-1 -kerning first=32 second=321 amount=-1 -kerning first=32 second=322 amount=-1 -kerning first=32 second=376 amount=-2 -kerning first=8805 second=221 amount=-1 -kerning first=8805 second=107 amount=13 -kerning first=8805 second=104 amount=13 -kerning first=8805 second=98 amount=13 -kerning first=8805 second=89 amount=-1 -kerning first=33 second=89 amount=-1 -kerning first=33 second=98 amount=13 -kerning first=33 second=104 amount=13 -kerning first=33 second=107 amount=13 -kerning first=33 second=221 amount=-1 -kerning first=33 second=376 amount=-1 -kerning first=34 second=32 amount=-1 -kerning first=34 second=44 amount=-8 -kerning first=34 second=45 amount=-5 -kerning first=34 second=46 amount=-8 -kerning first=34 second=47 amount=-6 -kerning first=34 second=52 amount=-1 -kerning first=34 second=65 amount=-3 -kerning first=34 second=74 amount=-2 -kerning first=34 second=97 amount=-1 -kerning first=34 second=99 amount=-1 -kerning first=34 second=100 amount=-1 -kerning first=34 second=101 amount=-1 -kerning first=34 second=103 amount=-1 -kerning first=34 second=111 amount=-1 -kerning first=34 second=113 amount=-1 -kerning first=8804 second=376 amount=-1 -kerning first=34 second=173 amount=-5 -kerning first=34 second=192 amount=-3 -kerning first=34 second=193 amount=-3 -kerning first=34 second=194 amount=-3 -kerning first=34 second=195 amount=-3 -kerning first=34 second=196 amount=-3 -kerning first=34 second=197 amount=-3 -kerning first=34 second=198 amount=-6 -kerning first=34 second=224 amount=-1 -kerning first=34 second=225 amount=-1 -kerning first=34 second=226 amount=-1 -kerning first=34 second=227 amount=-1 -kerning first=34 second=228 amount=-1 -kerning first=34 second=229 amount=-1 -kerning first=34 second=230 amount=-1 -kerning first=34 second=231 amount=-1 -kerning first=34 second=232 amount=-1 -kerning first=34 second=233 amount=-1 -kerning first=34 second=234 amount=-1 -kerning first=34 second=235 amount=-1 -kerning first=34 second=236 amount=5 -kerning first=34 second=238 amount=5 -kerning first=34 second=239 amount=1 -kerning first=34 second=240 amount=-1 -kerning first=34 second=242 amount=-1 -kerning first=34 second=243 amount=-1 -kerning first=34 second=244 amount=-1 -kerning first=34 second=245 amount=-1 -kerning first=34 second=246 amount=-1 -kerning first=34 second=248 amount=-1 -kerning first=34 second=339 amount=-1 -kerning first=34 second=8211 amount=-5 -kerning first=34 second=8212 amount=-5 -kerning first=34 second=8218 amount=-8 -kerning first=34 second=8222 amount=-8 -kerning first=34 second=8230 amount=-8 -kerning first=34 second=8249 amount=-1 -kerning first=8804 second=221 amount=-1 -kerning first=35 second=89 amount=-1 -kerning first=35 second=98 amount=13 -kerning first=35 second=104 amount=13 -kerning first=35 second=107 amount=13 -kerning first=35 second=221 amount=-1 -kerning first=35 second=376 amount=-1 -kerning first=8804 second=107 amount=13 -kerning first=36 second=89 amount=-1 -kerning first=36 second=98 amount=13 -kerning first=36 second=104 amount=13 -kerning first=36 second=107 amount=13 -kerning first=36 second=221 amount=-1 -kerning first=36 second=376 amount=-1 -kerning first=8804 second=104 amount=13 -kerning first=37 second=89 amount=-1 -kerning first=37 second=98 amount=13 -kerning first=37 second=104 amount=13 -kerning first=37 second=107 amount=13 -kerning first=37 second=221 amount=-1 -kerning first=37 second=376 amount=-1 -kerning first=38 second=74 amount=-1 -kerning first=38 second=84 amount=-3 -kerning first=8804 second=98 amount=13 -kerning first=38 second=88 amount=-2 -kerning first=38 second=89 amount=-2 -kerning first=38 second=90 amount=-1 -kerning first=38 second=198 amount=-2 -kerning first=38 second=221 amount=-2 -kerning first=8804 second=89 amount=-1 -kerning first=38 second=376 amount=-2 -kerning first=38 second=381 amount=-1 -kerning first=39 second=32 amount=-1 -kerning first=39 second=44 amount=-8 -kerning first=39 second=45 amount=-5 -kerning first=39 second=46 amount=-8 -kerning first=39 second=47 amount=-6 -kerning first=39 second=52 amount=-1 -kerning first=39 second=65 amount=-3 -kerning first=39 second=74 amount=-2 -kerning first=39 second=97 amount=-1 -kerning first=39 second=99 amount=-1 -kerning first=39 second=100 amount=-1 -kerning first=39 second=101 amount=-1 -kerning first=39 second=103 amount=-1 -kerning first=39 second=111 amount=-1 -kerning first=39 second=113 amount=-1 -kerning first=8800 second=376 amount=-1 -kerning first=39 second=173 amount=-5 -kerning first=39 second=192 amount=-3 -kerning first=39 second=193 amount=-3 -kerning first=39 second=194 amount=-3 -kerning first=39 second=195 amount=-3 -kerning first=39 second=196 amount=-3 -kerning first=39 second=197 amount=-3 -kerning first=39 second=198 amount=-6 -kerning first=39 second=224 amount=-1 -kerning first=39 second=225 amount=-1 -kerning first=39 second=226 amount=-1 -kerning first=39 second=227 amount=-1 -kerning first=39 second=228 amount=-1 -kerning first=39 second=229 amount=-1 -kerning first=39 second=230 amount=-1 -kerning first=39 second=231 amount=-1 -kerning first=39 second=232 amount=-1 -kerning first=39 second=233 amount=-1 -kerning first=39 second=234 amount=-1 -kerning first=39 second=235 amount=-1 -kerning first=39 second=236 amount=5 -kerning first=39 second=238 amount=5 -kerning first=39 second=239 amount=1 -kerning first=39 second=240 amount=-1 -kerning first=39 second=242 amount=-1 -kerning first=39 second=243 amount=-1 -kerning first=39 second=244 amount=-1 -kerning first=39 second=245 amount=-1 -kerning first=39 second=246 amount=-1 -kerning first=39 second=248 amount=-1 -kerning first=39 second=339 amount=-1 -kerning first=39 second=8211 amount=-5 -kerning first=39 second=8212 amount=-5 -kerning first=39 second=8218 amount=-8 -kerning first=39 second=8222 amount=-8 -kerning first=39 second=8230 amount=-8 -kerning first=39 second=8249 amount=-1 -kerning first=40 second=40 amount=-2 -kerning first=40 second=48 amount=-2 -kerning first=40 second=52 amount=-3 -kerning first=40 second=54 amount=-2 -kerning first=40 second=56 amount=-1 -kerning first=40 second=57 amount=-1 -kerning first=40 second=65 amount=-1 -kerning first=40 second=67 amount=-2 -kerning first=40 second=69 amount=-1 -kerning first=40 second=70 amount=-1 -kerning first=40 second=71 amount=-2 -kerning first=40 second=74 amount=-1 -kerning first=40 second=77 amount=-1 -kerning first=40 second=79 amount=-2 -kerning first=40 second=81 amount=-2 -kerning first=40 second=83 amount=-1 -kerning first=40 second=86 amount=1 -kerning first=40 second=89 amount=2 -kerning first=40 second=97 amount=-3 -kerning first=40 second=99 amount=-3 -kerning first=40 second=100 amount=-3 -kerning first=40 second=101 amount=-3 -kerning first=40 second=102 amount=2 -kerning first=40 second=103 amount=-3 -kerning first=40 second=106 amount=2 -kerning first=40 second=109 amount=-2 -kerning first=40 second=110 amount=-2 -kerning first=40 second=111 amount=-3 -kerning first=40 second=112 amount=-2 -kerning first=40 second=113 amount=-3 -kerning first=40 second=114 amount=-2 -kerning first=40 second=115 amount=-2 -kerning first=40 second=116 amount=-2 -kerning first=40 second=117 amount=-2 -kerning first=40 second=118 amount=-2 -kerning first=40 second=119 amount=-2 -kerning first=40 second=120 amount=-1 -kerning first=40 second=121 amount=-1 -kerning first=40 second=122 amount=-2 -kerning first=40 second=192 amount=-1 -kerning first=40 second=193 amount=-1 -kerning first=40 second=194 amount=-1 -kerning first=40 second=195 amount=-1 -kerning first=40 second=196 amount=-1 -kerning first=40 second=197 amount=-1 -kerning first=40 second=198 amount=-1 -kerning first=40 second=199 amount=-2 -kerning first=40 second=200 amount=-1 -kerning first=40 second=201 amount=-1 -kerning first=40 second=202 amount=-1 -kerning first=40 second=203 amount=-1 -kerning first=40 second=206 amount=4 -kerning first=40 second=210 amount=-2 -kerning first=40 second=211 amount=-2 -kerning first=40 second=212 amount=-2 -kerning first=40 second=213 amount=-2 -kerning first=40 second=214 amount=-2 -kerning first=40 second=216 amount=-2 -kerning first=40 second=221 amount=2 -kerning first=40 second=223 amount=2 -kerning first=40 second=224 amount=-3 -kerning first=40 second=225 amount=-3 -kerning first=40 second=226 amount=-3 -kerning first=40 second=227 amount=-3 -kerning first=40 second=228 amount=-3 -kerning first=40 second=229 amount=-3 -kerning first=40 second=230 amount=-3 -kerning first=40 second=231 amount=-3 -kerning first=40 second=232 amount=-3 -kerning first=40 second=233 amount=-3 -kerning first=40 second=234 amount=-3 -kerning first=40 second=235 amount=-3 -kerning first=40 second=236 amount=6 -kerning first=40 second=238 amount=1 -kerning first=40 second=239 amount=4 -kerning first=40 second=240 amount=-2 -kerning first=40 second=241 amount=-2 -kerning first=40 second=242 amount=-3 -kerning first=40 second=243 amount=-3 -kerning first=40 second=244 amount=-3 -kerning first=40 second=245 amount=-3 -kerning first=40 second=246 amount=-3 -kerning first=40 second=248 amount=-3 -kerning first=40 second=249 amount=-2 -kerning first=40 second=250 amount=-2 -kerning first=40 second=251 amount=-2 -kerning first=40 second=252 amount=-2 -kerning first=40 second=253 amount=-1 -kerning first=8800 second=221 amount=-1 -kerning first=40 second=255 amount=-1 -kerning first=40 second=338 amount=-2 -kerning first=40 second=339 amount=-3 -kerning first=40 second=352 amount=-1 -kerning first=40 second=353 amount=-2 -kerning first=40 second=376 amount=2 -kerning first=40 second=382 amount=-1 -kerning first=8800 second=107 amount=13 -kerning first=8800 second=104 amount=13 -kerning first=8800 second=98 amount=13 -kerning first=41 second=41 amount=-2 -kerning first=8800 second=89 amount=-1 -kerning first=41 second=89 amount=-1 -kerning first=41 second=93 amount=-1 -kerning first=41 second=98 amount=13 -kerning first=41 second=104 amount=13 -kerning first=41 second=107 amount=13 -kerning first=41 second=125 amount=-1 -kerning first=41 second=221 amount=-1 -kerning first=41 second=376 amount=-1 -kerning first=42 second=65 amount=-2 -kerning first=42 second=74 amount=-2 -kerning first=42 second=84 amount=1 -kerning first=42 second=97 amount=-1 -kerning first=8776 second=376 amount=-1 -kerning first=8776 second=221 amount=-1 -kerning first=8776 second=107 amount=13 -kerning first=42 second=103 amount=-1 -kerning first=8776 second=104 amount=13 -kerning first=8776 second=98 amount=13 -kerning first=8776 second=89 amount=-1 -kerning first=8747 second=376 amount=-1 -kerning first=42 second=192 amount=-2 -kerning first=42 second=193 amount=-2 -kerning first=42 second=194 amount=-2 -kerning first=42 second=195 amount=-2 -kerning first=42 second=196 amount=-2 -kerning first=42 second=197 amount=-2 -kerning first=42 second=198 amount=-5 -kerning first=42 second=224 amount=-1 -kerning first=42 second=225 amount=-1 -kerning first=42 second=226 amount=-1 -kerning first=42 second=227 amount=-1 -kerning first=42 second=228 amount=-1 -kerning first=42 second=229 amount=-1 -kerning first=42 second=230 amount=-1 -kerning first=8747 second=221 amount=-1 -kerning first=8747 second=107 amount=13 -kerning first=8747 second=104 amount=13 -kerning first=8747 second=98 amount=13 -kerning first=8747 second=89 amount=-1 -kerning first=42 second=236 amount=3 -kerning first=42 second=238 amount=5 -kerning first=42 second=239 amount=1 -kerning first=42 second=240 amount=-1 -kerning first=8734 second=376 amount=-1 -kerning first=8734 second=221 amount=-1 -kerning first=8734 second=107 amount=13 -kerning first=8734 second=104 amount=13 -kerning first=8734 second=98 amount=13 -kerning first=8734 second=89 amount=-1 -kerning first=8730 second=376 amount=-1 -kerning first=8730 second=221 amount=-1 -kerning first=8730 second=107 amount=13 -kerning first=43 second=49 amount=-2 -kerning first=43 second=55 amount=-2 -kerning first=8730 second=104 amount=13 -kerning first=43 second=89 amount=-1 -kerning first=43 second=98 amount=13 -kerning first=43 second=104 amount=13 -kerning first=43 second=107 amount=13 -kerning first=43 second=221 amount=-1 -kerning first=43 second=376 amount=-1 -kerning first=44 second=34 amount=-9 -kerning first=44 second=39 amount=-9 -kerning first=44 second=49 amount=-3 -kerning first=44 second=55 amount=-2 -kerning first=44 second=84 amount=-4 -kerning first=8730 second=98 amount=13 -kerning first=44 second=86 amount=-3 -kerning first=44 second=87 amount=-1 -kerning first=44 second=89 amount=-5 -kerning first=44 second=102 amount=-1 -kerning first=44 second=116 amount=-1 -kerning first=44 second=118 amount=-1 -kerning first=8730 second=89 amount=-1 -kerning first=44 second=121 amount=-1 -kerning first=8722 second=376 amount=-1 -kerning first=8722 second=221 amount=-1 -kerning first=8722 second=107 amount=13 -kerning first=8722 second=104 amount=13 -kerning first=44 second=221 amount=-5 -kerning first=44 second=223 amount=-1 -kerning first=44 second=253 amount=-1 -kerning first=44 second=254 amount=-1 -kerning first=44 second=255 amount=-1 -kerning first=44 second=376 amount=-5 -kerning first=44 second=8216 amount=-9 -kerning first=44 second=8217 amount=-9 -kerning first=44 second=8220 amount=-9 -kerning first=44 second=8221 amount=-9 -kerning first=8722 second=98 amount=13 -kerning first=8722 second=89 amount=-1 -kerning first=45 second=34 amount=-6 -kerning first=45 second=39 amount=-6 -kerning first=45 second=49 amount=-3 -kerning first=45 second=55 amount=-3 -kerning first=45 second=74 amount=-1 -kerning first=45 second=84 amount=-4 -kerning first=45 second=86 amount=-1 -kerning first=8722 second=55 amount=-2 -kerning first=45 second=88 amount=-1 -kerning first=45 second=89 amount=-4 -kerning first=8722 second=49 amount=-2 -kerning first=45 second=116 amount=-1 -kerning first=45 second=120 amount=-1 -kerning first=45 second=221 amount=-4 -kerning first=8721 second=376 amount=-1 -kerning first=8721 second=221 amount=-1 -kerning first=45 second=376 amount=-4 -kerning first=45 second=8217 amount=-3 -kerning first=45 second=8221 amount=-3 -kerning first=8721 second=107 amount=13 -kerning first=8721 second=104 amount=13 -kerning first=46 second=34 amount=-9 -kerning first=46 second=39 amount=-9 -kerning first=46 second=49 amount=-3 -kerning first=46 second=55 amount=-2 -kerning first=46 second=84 amount=-4 -kerning first=8721 second=98 amount=13 -kerning first=46 second=86 amount=-3 -kerning first=46 second=87 amount=-1 -kerning first=46 second=89 amount=-5 -kerning first=46 second=102 amount=-1 -kerning first=46 second=116 amount=-1 -kerning first=46 second=118 amount=-1 -kerning first=8721 second=89 amount=-1 -kerning first=46 second=121 amount=-1 -kerning first=8719 second=376 amount=-1 -kerning first=8719 second=221 amount=-1 -kerning first=8719 second=107 amount=13 -kerning first=8719 second=104 amount=13 -kerning first=46 second=221 amount=-5 -kerning first=46 second=223 amount=-1 -kerning first=46 second=253 amount=-1 -kerning first=46 second=254 amount=-1 -kerning first=46 second=255 amount=-1 -kerning first=46 second=376 amount=-5 -kerning first=46 second=8216 amount=-9 -kerning first=46 second=8217 amount=-9 -kerning first=46 second=8220 amount=-9 -kerning first=46 second=8221 amount=-9 -kerning first=8719 second=98 amount=13 -kerning first=8719 second=89 amount=-1 -kerning first=47 second=47 amount=-8 -kerning first=47 second=48 amount=-1 -kerning first=47 second=52 amount=-3 -kerning first=47 second=54 amount=-1 -kerning first=47 second=65 amount=-4 -kerning first=47 second=67 amount=-1 -kerning first=47 second=71 amount=-1 -kerning first=47 second=74 amount=-2 -kerning first=47 second=79 amount=-1 -kerning first=47 second=81 amount=-1 -kerning first=8706 second=376 amount=-1 -kerning first=47 second=89 amount=1 -kerning first=47 second=97 amount=-3 -kerning first=47 second=99 amount=-3 -kerning first=47 second=100 amount=-2 -kerning first=47 second=101 amount=-3 -kerning first=47 second=103 amount=-3 -kerning first=47 second=109 amount=-2 -kerning first=47 second=110 amount=-2 -kerning first=47 second=111 amount=-3 -kerning first=47 second=112 amount=-2 -kerning first=47 second=113 amount=-3 -kerning first=47 second=114 amount=-2 -kerning first=47 second=115 amount=-2 -kerning first=47 second=117 amount=-2 -kerning first=47 second=118 amount=-1 -kerning first=47 second=119 amount=-1 -kerning first=47 second=120 amount=-1 -kerning first=47 second=121 amount=-1 -kerning first=47 second=122 amount=-2 -kerning first=47 second=192 amount=-4 -kerning first=47 second=193 amount=-4 -kerning first=47 second=194 amount=-4 -kerning first=47 second=195 amount=-4 -kerning first=47 second=196 amount=-4 -kerning first=47 second=197 amount=-4 -kerning first=47 second=198 amount=-7 -kerning first=47 second=199 amount=-1 -kerning first=47 second=210 amount=-1 -kerning first=47 second=211 amount=-1 -kerning first=47 second=212 amount=-1 -kerning first=47 second=213 amount=-1 -kerning first=47 second=214 amount=-1 -kerning first=47 second=216 amount=-1 -kerning first=47 second=221 amount=1 -kerning first=47 second=224 amount=-3 -kerning first=47 second=225 amount=-3 -kerning first=47 second=226 amount=-3 -kerning first=47 second=227 amount=-3 -kerning first=47 second=228 amount=-3 -kerning first=47 second=229 amount=-3 -kerning first=47 second=230 amount=-3 -kerning first=47 second=231 amount=-3 -kerning first=47 second=232 amount=-3 -kerning first=47 second=233 amount=-3 -kerning first=47 second=234 amount=-3 -kerning first=47 second=235 amount=-3 -kerning first=47 second=236 amount=5 -kerning first=47 second=238 amount=3 -kerning first=47 second=239 amount=3 -kerning first=47 second=240 amount=-2 -kerning first=47 second=241 amount=-2 -kerning first=47 second=242 amount=-3 -kerning first=47 second=243 amount=-3 -kerning first=47 second=244 amount=-3 -kerning first=47 second=245 amount=-3 -kerning first=47 second=246 amount=-3 -kerning first=47 second=248 amount=-3 -kerning first=47 second=249 amount=-2 -kerning first=47 second=250 amount=-2 -kerning first=47 second=251 amount=-2 -kerning first=47 second=252 amount=-2 -kerning first=47 second=253 amount=-1 -kerning first=47 second=255 amount=-1 -kerning first=47 second=338 amount=-1 -kerning first=47 second=339 amount=-3 -kerning first=47 second=353 amount=-2 -kerning first=47 second=376 amount=1 -kerning first=47 second=382 amount=-2 -kerning first=8706 second=221 amount=-1 -kerning first=8706 second=107 amount=13 -kerning first=48 second=41 amount=-3 -kerning first=48 second=47 amount=-2 -kerning first=8706 second=104 amount=13 -kerning first=48 second=89 amount=-1 -kerning first=48 second=92 amount=-1 -kerning first=48 second=93 amount=-1 -kerning first=48 second=98 amount=13 -kerning first=48 second=104 amount=13 -kerning first=48 second=107 amount=13 -kerning first=48 second=125 amount=-1 -kerning first=8706 second=98 amount=13 -kerning first=48 second=221 amount=-1 -kerning first=48 second=376 amount=-1 -kerning first=48 second=8260 amount=6 -kerning first=8706 second=89 amount=-1 -kerning first=8260 second=376 amount=-1 -kerning first=49 second=89 amount=-1 -kerning first=49 second=98 amount=13 -kerning first=49 second=104 amount=13 -kerning first=49 second=107 amount=13 -kerning first=49 second=221 amount=-1 -kerning first=49 second=376 amount=-1 -kerning first=49 second=8260 amount=10 -kerning first=50 second=41 amount=-1 -kerning first=8260 second=221 amount=-1 -kerning first=50 second=89 amount=-1 -kerning first=50 second=92 amount=-1 -kerning first=50 second=98 amount=13 -kerning first=50 second=104 amount=13 -kerning first=50 second=107 amount=13 -kerning first=50 second=198 amount=1 -kerning first=50 second=221 amount=-1 -kerning first=50 second=376 amount=-1 -kerning first=50 second=8260 amount=14 -kerning first=51 second=41 amount=-2 -kerning first=51 second=47 amount=-2 -kerning first=8260 second=107 amount=13 -kerning first=51 second=89 amount=-1 -kerning first=51 second=92 amount=-1 -kerning first=51 second=93 amount=-1 -kerning first=51 second=98 amount=13 -kerning first=51 second=104 amount=13 -kerning first=51 second=107 amount=13 -kerning first=51 second=125 amount=-1 -kerning first=51 second=221 amount=-1 -kerning first=51 second=376 amount=-1 -kerning first=51 second=8260 amount=8 -kerning first=8260 second=104 amount=13 -kerning first=8260 second=98 amount=13 -kerning first=52 second=41 amount=-2 -kerning first=52 second=47 amount=-1 -kerning first=52 second=49 amount=-1 -kerning first=52 second=55 amount=-1 -kerning first=52 second=84 amount=-1 -kerning first=52 second=86 amount=-1 -kerning first=52 second=89 amount=-3 -kerning first=52 second=92 amount=-3 -kerning first=52 second=93 amount=-1 -kerning first=52 second=125 amount=-1 -kerning first=52 second=221 amount=-3 -kerning first=52 second=376 amount=-3 -kerning first=52 second=8260 amount=9 -kerning first=53 second=47 amount=-2 -kerning first=8260 second=89 amount=-1 -kerning first=53 second=89 amount=-1 -kerning first=53 second=98 amount=13 -kerning first=53 second=104 amount=13 -kerning first=53 second=107 amount=13 -kerning first=53 second=221 amount=-1 -kerning first=53 second=376 amount=-1 -kerning first=53 second=8260 amount=7 -kerning first=54 second=41 amount=-1 -kerning first=54 second=47 amount=-1 -kerning first=8260 second=57 amount=8 -kerning first=54 second=89 amount=-1 -kerning first=54 second=98 amount=13 -kerning first=54 second=104 amount=13 -kerning first=54 second=107 amount=13 -kerning first=54 second=221 amount=-1 -kerning first=54 second=376 amount=-1 -kerning first=54 second=8260 amount=8 -kerning first=55 second=44 amount=-3 -kerning first=55 second=45 amount=-1 -kerning first=55 second=46 amount=-3 -kerning first=55 second=47 amount=-5 -kerning first=55 second=49 amount=1 -kerning first=55 second=52 amount=-1 -kerning first=55 second=65 amount=-2 -kerning first=55 second=74 amount=-1 -kerning first=8260 second=56 amount=8 -kerning first=55 second=173 amount=-1 -kerning first=55 second=183 amount=-1 -kerning first=55 second=192 amount=-2 -kerning first=55 second=193 amount=-2 -kerning first=55 second=194 amount=-2 -kerning first=55 second=195 amount=-2 -kerning first=55 second=196 amount=-2 -kerning first=55 second=197 amount=-2 -kerning first=55 second=198 amount=-4 -kerning first=55 second=247 amount=-1 -kerning first=55 second=8211 amount=-1 -kerning first=55 second=8212 amount=-1 -kerning first=55 second=8218 amount=-3 -kerning first=55 second=8222 amount=-3 -kerning first=55 second=8230 amount=-3 -kerning first=55 second=8722 amount=-1 -kerning first=56 second=41 amount=-2 -kerning first=56 second=47 amount=-1 -kerning first=8260 second=55 amount=15 -kerning first=56 second=89 amount=-1 -kerning first=56 second=92 amount=-1 -kerning first=56 second=93 amount=-1 -kerning first=56 second=98 amount=13 -kerning first=56 second=104 amount=13 -kerning first=56 second=107 amount=13 -kerning first=56 second=125 amount=-1 -kerning first=56 second=221 amount=-1 -kerning first=56 second=376 amount=-1 -kerning first=56 second=8260 amount=9 -kerning first=57 second=41 amount=-2 -kerning first=57 second=47 amount=-2 -kerning first=8260 second=54 amount=6 -kerning first=57 second=89 amount=-1 -kerning first=57 second=92 amount=-1 -kerning first=57 second=93 amount=-1 -kerning first=57 second=98 amount=13 -kerning first=57 second=104 amount=13 -kerning first=57 second=107 amount=13 -kerning first=57 second=125 amount=-1 -kerning first=8260 second=53 amount=11 -kerning first=57 second=221 amount=-1 -kerning first=57 second=376 amount=-1 -kerning first=57 second=8260 amount=6 -kerning first=8260 second=52 amount=1 -kerning first=8260 second=51 amount=13 -kerning first=58 second=84 amount=-4 -kerning first=58 second=86 amount=-1 -kerning first=58 second=89 amount=-3 -kerning first=58 second=221 amount=-3 -kerning first=58 second=376 amount=-3 -kerning first=8260 second=50 amount=13 -kerning first=8260 second=49 amount=13 -kerning first=8260 second=48 amount=6 -kerning first=8250 second=8221 amount=-3 -kerning first=59 second=84 amount=-4 -kerning first=59 second=86 amount=-1 -kerning first=59 second=89 amount=-3 -kerning first=59 second=221 amount=-3 -kerning first=59 second=376 amount=-3 -kerning first=8250 second=8217 amount=-3 -kerning first=8250 second=382 amount=-1 -kerning first=8250 second=376 amount=-6 -kerning first=60 second=89 amount=-1 -kerning first=60 second=98 amount=13 -kerning first=60 second=104 amount=13 -kerning first=60 second=107 amount=13 -kerning first=60 second=221 amount=-1 -kerning first=60 second=376 amount=-1 -kerning first=8250 second=255 amount=-1 -kerning first=61 second=89 amount=-1 -kerning first=61 second=98 amount=13 -kerning first=61 second=104 amount=13 -kerning first=61 second=107 amount=13 -kerning first=61 second=221 amount=-1 -kerning first=61 second=376 amount=-1 -kerning first=8250 second=254 amount=-1 -kerning first=62 second=89 amount=-1 -kerning first=62 second=98 amount=13 -kerning first=62 second=104 amount=13 -kerning first=62 second=107 amount=13 -kerning first=62 second=221 amount=-1 -kerning first=62 second=376 amount=-1 -kerning first=8250 second=253 amount=-1 -kerning first=63 second=89 amount=-1 -kerning first=63 second=98 amount=13 -kerning first=63 second=104 amount=13 -kerning first=63 second=107 amount=13 -kerning first=63 second=221 amount=-1 -kerning first=63 second=376 amount=-1 -kerning first=64 second=86 amount=-1 -kerning first=64 second=89 amount=-2 -kerning first=64 second=221 amount=-2 -kerning first=64 second=376 amount=-2 -kerning first=65 second=32 amount=-2 -kerning first=65 second=34 amount=-3 -kerning first=65 second=39 amount=-3 -kerning first=65 second=42 amount=-3 -kerning first=65 second=49 amount=-3 -kerning first=65 second=55 amount=-1 -kerning first=65 second=63 amount=-3 -kerning first=65 second=67 amount=-1 -kerning first=8250 second=223 amount=-1 -kerning first=65 second=71 amount=-1 -kerning first=8250 second=221 amount=-6 -kerning first=65 second=79 amount=-1 -kerning first=65 second=81 amount=-1 -kerning first=65 second=84 amount=-5 -kerning first=65 second=85 amount=-1 -kerning first=65 second=86 amount=-3 -kerning first=65 second=87 amount=-2 -kerning first=65 second=89 amount=-5 -kerning first=65 second=92 amount=-4 -kerning first=8250 second=198 amount=-1 -kerning first=65 second=116 amount=-1 -kerning first=65 second=118 amount=-1 -kerning first=8250 second=122 amount=-1 -kerning first=65 second=121 amount=-1 -kerning first=8250 second=121 amount=-1 -kerning first=8250 second=120 amount=-2 -kerning first=65 second=170 amount=-1 -kerning first=65 second=174 amount=-2 -kerning first=65 second=186 amount=-2 -kerning first=65 second=199 amount=-1 -kerning first=8250 second=118 amount=-1 -kerning first=8250 second=116 amount=-1 -kerning first=8250 second=102 amount=-1 -kerning first=8250 second=89 amount=-6 -kerning first=65 second=210 amount=-1 -kerning first=65 second=211 amount=-1 -kerning first=65 second=212 amount=-1 -kerning first=65 second=213 amount=-1 -kerning first=65 second=214 amount=-1 -kerning first=65 second=216 amount=-1 -kerning first=65 second=217 amount=-1 -kerning first=65 second=218 amount=-1 -kerning first=65 second=219 amount=-1 -kerning first=65 second=220 amount=-1 -kerning first=65 second=221 amount=-5 -kerning first=8250 second=88 amount=-1 -kerning first=65 second=253 amount=-1 -kerning first=8250 second=87 amount=-1 -kerning first=65 second=255 amount=-1 -kerning first=8250 second=86 amount=-3 -kerning first=65 second=338 amount=-1 -kerning first=65 second=376 amount=-5 -kerning first=65 second=8216 amount=-2 -kerning first=65 second=8217 amount=-3 -kerning first=65 second=8220 amount=-2 -kerning first=65 second=8221 amount=-3 -kerning first=65 second=8482 amount=-3 -kerning first=8250 second=84 amount=-5 -kerning first=8250 second=39 amount=-4 -kerning first=66 second=41 amount=-2 -kerning first=66 second=47 amount=-1 -kerning first=8250 second=34 amount=-4 -kerning first=66 second=86 amount=-1 -kerning first=8249 second=8221 amount=-1 -kerning first=8249 second=8217 amount=-1 -kerning first=66 second=89 amount=-2 -kerning first=66 second=92 amount=-1 -kerning first=66 second=93 amount=-1 -kerning first=66 second=125 amount=-1 -kerning first=8249 second=376 amount=-4 -kerning first=66 second=221 amount=-2 -kerning first=66 second=238 amount=1 -kerning first=66 second=376 amount=-2 -kerning first=8249 second=221 amount=-4 -kerning first=8249 second=89 amount=-4 -kerning first=8249 second=87 amount=-1 -kerning first=8249 second=86 amount=-2 -kerning first=8249 second=84 amount=-5 -kerning first=8249 second=39 amount=-1 -kerning first=8249 second=34 amount=-1 -kerning first=8240 second=376 amount=-1 -kerning first=8240 second=221 amount=-1 -kerning first=8240 second=107 amount=13 -kerning first=8240 second=104 amount=13 -kerning first=8240 second=98 amount=13 -kerning first=8240 second=89 amount=-1 -kerning first=8230 second=376 amount=-1 -kerning first=8230 second=221 amount=-1 -kerning first=8230 second=107 amount=13 -kerning first=8230 second=104 amount=13 -kerning first=8230 second=98 amount=13 -kerning first=8230 second=89 amount=-1 -kerning first=8226 second=376 amount=-1 -kerning first=8226 second=221 amount=-1 -kerning first=8226 second=107 amount=13 -kerning first=8226 second=104 amount=13 -kerning first=67 second=236 amount=4 -kerning first=67 second=238 amount=4 -kerning first=8226 second=98 amount=13 -kerning first=8226 second=89 amount=-1 -kerning first=8222 second=8221 amount=-9 -kerning first=8222 second=8220 amount=-9 -kerning first=8222 second=8217 amount=-9 -kerning first=8222 second=8216 amount=-9 -kerning first=8222 second=376 amount=-5 -kerning first=8222 second=255 amount=-1 -kerning first=67 second=254 amount=-1 -kerning first=8222 second=254 amount=-1 -kerning first=8222 second=253 amount=-1 -kerning first=8222 second=223 amount=-1 -kerning first=8222 second=221 amount=-5 -kerning first=67 second=8249 amount=-1 -kerning first=68 second=41 amount=-3 -kerning first=68 second=47 amount=-2 -kerning first=8222 second=121 amount=-1 -kerning first=8222 second=118 amount=-1 -kerning first=8222 second=116 amount=-1 -kerning first=68 second=86 amount=-1 -kerning first=8222 second=89 amount=-5 -kerning first=68 second=88 amount=-1 -kerning first=68 second=89 amount=-3 -kerning first=8222 second=87 amount=-1 -kerning first=68 second=92 amount=-2 -kerning first=68 second=93 amount=-1 -kerning first=68 second=125 amount=-1 -kerning first=8222 second=86 amount=-3 -kerning first=8222 second=84 amount=-4 -kerning first=8222 second=55 amount=-2 -kerning first=8222 second=49 amount=-3 -kerning first=8222 second=39 amount=-9 -kerning first=8222 second=34 amount=-9 -kerning first=68 second=198 amount=-1 -kerning first=68 second=221 amount=-3 -kerning first=68 second=376 amount=-3 -kerning first=8221 second=8249 amount=-1 -kerning first=68 second=8482 amount=-1 -kerning first=8221 second=8230 amount=-7 -kerning first=8221 second=8222 amount=-7 -kerning first=8221 second=8218 amount=-7 -kerning first=8221 second=8212 amount=-1 -kerning first=8221 second=8211 amount=-1 -kerning first=8221 second=240 amount=-1 -kerning first=8221 second=239 amount=2 -kerning first=8221 second=238 amount=5 -kerning first=8221 second=236 amount=5 -kerning first=8221 second=230 amount=-1 -kerning first=8221 second=229 amount=-1 -kerning first=8221 second=228 amount=-1 -kerning first=8221 second=227 amount=-1 -kerning first=8221 second=226 amount=-1 -kerning first=8221 second=225 amount=-1 -kerning first=8221 second=224 amount=-1 -kerning first=8221 second=198 amount=-5 -kerning first=8221 second=197 amount=-2 -kerning first=8221 second=196 amount=-2 -kerning first=8221 second=195 amount=-2 -kerning first=8221 second=194 amount=-2 -kerning first=8221 second=193 amount=-2 -kerning first=8221 second=192 amount=-2 -kerning first=8221 second=173 amount=-1 -kerning first=8221 second=103 amount=-1 -kerning first=8221 second=97 amount=-1 -kerning first=8221 second=74 amount=-2 -kerning first=8221 second=65 amount=-2 -kerning first=8221 second=47 amount=-5 -kerning first=69 second=236 amount=4 -kerning first=69 second=238 amount=4 -kerning first=8221 second=46 amount=-7 -kerning first=8221 second=45 amount=-1 -kerning first=8221 second=44 amount=-7 -kerning first=8220 second=8230 amount=-7 -kerning first=8220 second=8222 amount=-7 -kerning first=8220 second=8218 amount=-7 -kerning first=8220 second=240 amount=-1 -kerning first=8220 second=238 amount=2 -kerning first=69 second=254 amount=-1 -kerning first=8220 second=236 amount=2 -kerning first=8220 second=198 amount=-5 -kerning first=70 second=32 amount=-1 -kerning first=70 second=44 amount=-4 -kerning first=70 second=46 amount=-4 -kerning first=70 second=47 amount=-6 -kerning first=8220 second=197 amount=-2 -kerning first=8220 second=196 amount=-2 -kerning first=8220 second=195 amount=-2 -kerning first=70 second=65 amount=-3 -kerning first=70 second=74 amount=-3 -kerning first=70 second=97 amount=-1 -kerning first=8220 second=194 amount=-2 -kerning first=8220 second=193 amount=-2 -kerning first=8220 second=192 amount=-2 -kerning first=70 second=103 amount=-1 -kerning first=8220 second=74 amount=-2 -kerning first=8220 second=65 amount=-2 -kerning first=8220 second=46 amount=-7 -kerning first=8220 second=44 amount=-7 -kerning first=70 second=113 amount=-1 -kerning first=8218 second=8221 amount=-9 -kerning first=8218 second=8220 amount=-9 -kerning first=8218 second=8217 amount=-9 -kerning first=8218 second=8216 amount=-9 -kerning first=70 second=192 amount=-3 -kerning first=70 second=193 amount=-3 -kerning first=70 second=194 amount=-3 -kerning first=70 second=195 amount=-3 -kerning first=70 second=196 amount=-3 -kerning first=70 second=197 amount=-3 -kerning first=70 second=198 amount=-6 -kerning first=70 second=224 amount=-1 -kerning first=70 second=225 amount=-1 -kerning first=70 second=226 amount=-1 -kerning first=70 second=227 amount=-1 -kerning first=70 second=228 amount=-1 -kerning first=70 second=229 amount=-1 -kerning first=70 second=230 amount=-1 -kerning first=8218 second=376 amount=-5 -kerning first=8218 second=255 amount=-1 -kerning first=8218 second=254 amount=-1 -kerning first=8218 second=253 amount=-1 -kerning first=8218 second=223 amount=-1 -kerning first=70 second=236 amount=6 -kerning first=70 second=238 amount=6 -kerning first=70 second=239 amount=2 -kerning first=70 second=240 amount=-1 -kerning first=8218 second=221 amount=-5 -kerning first=8218 second=121 amount=-1 -kerning first=8218 second=118 amount=-1 -kerning first=8218 second=116 amount=-1 -kerning first=8218 second=89 amount=-5 -kerning first=8218 second=87 amount=-1 -kerning first=8218 second=86 amount=-3 -kerning first=8218 second=84 amount=-4 -kerning first=8218 second=55 amount=-2 -kerning first=8218 second=49 amount=-3 -kerning first=8218 second=39 amount=-9 -kerning first=70 second=254 amount=-1 -kerning first=8218 second=34 amount=-9 -kerning first=8217 second=8249 amount=-1 -kerning first=8217 second=8230 amount=-7 -kerning first=8217 second=8222 amount=-7 -kerning first=70 second=8218 amount=-4 -kerning first=70 second=8222 amount=-4 -kerning first=70 second=8230 amount=-4 -kerning first=71 second=41 amount=-1 -kerning first=8217 second=8218 amount=-7 -kerning first=71 second=86 amount=-1 -kerning first=8217 second=8212 amount=-1 -kerning first=71 second=89 amount=-1 -kerning first=71 second=221 amount=-1 -kerning first=71 second=236 amount=1 -kerning first=71 second=238 amount=1 -kerning first=71 second=376 amount=-1 -kerning first=72 second=89 amount=-1 -kerning first=72 second=221 amount=-1 -kerning first=72 second=236 amount=3 -kerning first=72 second=238 amount=3 -kerning first=72 second=254 amount=-1 -kerning first=72 second=376 amount=-1 -kerning first=73 second=89 amount=-1 -kerning first=73 second=221 amount=-1 -kerning first=73 second=236 amount=3 -kerning first=73 second=238 amount=3 -kerning first=73 second=254 amount=-1 -kerning first=73 second=376 amount=-1 -kerning first=74 second=47 amount=-1 -kerning first=74 second=236 amount=3 -kerning first=74 second=238 amount=3 -kerning first=74 second=254 amount=-2 -kerning first=8217 second=8211 amount=-1 -kerning first=75 second=45 amount=-2 -kerning first=75 second=52 amount=-1 -kerning first=75 second=55 amount=1 -kerning first=75 second=67 amount=-2 -kerning first=75 second=69 amount=-1 -kerning first=75 second=71 amount=-2 -kerning first=75 second=79 amount=-2 -kerning first=75 second=81 amount=-2 -kerning first=8217 second=240 amount=-1 -kerning first=75 second=97 amount=-1 -kerning first=75 second=99 amount=-2 -kerning first=75 second=100 amount=-2 -kerning first=75 second=101 amount=-2 -kerning first=8217 second=239 amount=2 -kerning first=75 second=103 amount=-1 -kerning first=75 second=111 amount=-2 -kerning first=75 second=113 amount=-2 -kerning first=75 second=116 amount=-1 -kerning first=8217 second=238 amount=5 -kerning first=75 second=118 amount=-1 -kerning first=75 second=119 amount=-1 -kerning first=75 second=121 amount=-1 -kerning first=8217 second=236 amount=5 -kerning first=75 second=169 amount=-1 -kerning first=75 second=170 amount=-1 -kerning first=75 second=173 amount=-2 -kerning first=75 second=186 amount=-1 -kerning first=75 second=199 amount=-2 -kerning first=75 second=200 amount=-1 -kerning first=75 second=201 amount=-1 -kerning first=75 second=202 amount=-1 -kerning first=75 second=203 amount=-1 -kerning first=75 second=210 amount=-2 -kerning first=75 second=211 amount=-2 -kerning first=75 second=212 amount=-2 -kerning first=75 second=213 amount=-2 -kerning first=75 second=214 amount=-2 -kerning first=75 second=216 amount=-2 -kerning first=8217 second=230 amount=-1 -kerning first=75 second=224 amount=-1 -kerning first=75 second=225 amount=-1 -kerning first=75 second=226 amount=-1 -kerning first=75 second=227 amount=-1 -kerning first=75 second=228 amount=-1 -kerning first=75 second=229 amount=-1 -kerning first=75 second=230 amount=-1 -kerning first=75 second=231 amount=-2 -kerning first=75 second=232 amount=-2 -kerning first=75 second=233 amount=-2 -kerning first=75 second=234 amount=-2 -kerning first=75 second=235 amount=-2 -kerning first=75 second=236 amount=6 -kerning first=75 second=238 amount=4 -kerning first=75 second=239 amount=3 -kerning first=75 second=240 amount=-2 -kerning first=75 second=242 amount=-2 -kerning first=75 second=243 amount=-2 -kerning first=75 second=244 amount=-2 -kerning first=75 second=245 amount=-2 -kerning first=75 second=246 amount=-2 -kerning first=75 second=248 amount=-2 -kerning first=8217 second=229 amount=-1 -kerning first=8217 second=228 amount=-1 -kerning first=8217 second=227 amount=-1 -kerning first=8217 second=226 amount=-1 -kerning first=75 second=253 amount=-1 -kerning first=75 second=254 amount=-1 -kerning first=75 second=255 amount=-1 -kerning first=75 second=338 amount=-2 -kerning first=75 second=339 amount=-2 -kerning first=75 second=8211 amount=-2 -kerning first=75 second=8212 amount=-2 -kerning first=75 second=8249 amount=-2 -kerning first=8217 second=225 amount=-1 -kerning first=8217 second=224 amount=-1 -kerning first=76 second=32 amount=-1 -kerning first=76 second=34 amount=-8 -kerning first=76 second=39 amount=-8 -kerning first=76 second=41 amount=-1 -kerning first=76 second=42 amount=-8 -kerning first=76 second=49 amount=-4 -kerning first=76 second=55 amount=-2 -kerning first=76 second=63 amount=-3 -kerning first=76 second=67 amount=-1 -kerning first=76 second=71 amount=-1 -kerning first=76 second=79 amount=-1 -kerning first=76 second=81 amount=-1 -kerning first=76 second=84 amount=-7 -kerning first=76 second=85 amount=-1 -kerning first=76 second=86 amount=-6 -kerning first=76 second=87 amount=-2 -kerning first=76 second=89 amount=-7 -kerning first=76 second=92 amount=-7 -kerning first=76 second=93 amount=-1 -kerning first=76 second=102 amount=-1 -kerning first=76 second=116 amount=-2 -kerning first=76 second=118 amount=-2 -kerning first=76 second=119 amount=-1 -kerning first=76 second=121 amount=-3 -kerning first=8217 second=198 amount=-5 -kerning first=76 second=169 amount=-1 -kerning first=76 second=170 amount=-7 -kerning first=76 second=174 amount=-8 -kerning first=76 second=183 amount=-5 -kerning first=76 second=186 amount=-8 -kerning first=76 second=198 amount=1 -kerning first=76 second=199 amount=-1 -kerning first=76 second=210 amount=-1 -kerning first=76 second=211 amount=-1 -kerning first=76 second=212 amount=-1 -kerning first=76 second=213 amount=-1 -kerning first=76 second=214 amount=-1 -kerning first=76 second=216 amount=-1 -kerning first=76 second=217 amount=-1 -kerning first=76 second=218 amount=-1 -kerning first=76 second=219 amount=-1 -kerning first=76 second=220 amount=-1 -kerning first=76 second=221 amount=-7 -kerning first=76 second=223 amount=-1 -kerning first=76 second=253 amount=-3 -kerning first=76 second=254 amount=-1 -kerning first=76 second=255 amount=-3 -kerning first=76 second=338 amount=-1 -kerning first=76 second=376 amount=-7 -kerning first=76 second=8216 amount=-8 -kerning first=76 second=8217 amount=-8 -kerning first=76 second=8220 amount=-8 -kerning first=76 second=8221 amount=-8 -kerning first=76 second=8249 amount=-1 -kerning first=76 second=8482 amount=-8 -kerning first=8217 second=197 amount=-2 -kerning first=8217 second=196 amount=-2 -kerning first=77 second=41 amount=-1 -kerning first=8217 second=195 amount=-2 -kerning first=8217 second=194 amount=-2 -kerning first=77 second=89 amount=-1 -kerning first=77 second=98 amount=13 -kerning first=77 second=104 amount=13 -kerning first=77 second=107 amount=13 -kerning first=77 second=221 amount=-1 -kerning first=77 second=236 amount=2 -kerning first=77 second=238 amount=2 -kerning first=77 second=254 amount=-1 -kerning first=77 second=376 amount=-1 -kerning first=78 second=47 amount=-1 -kerning first=78 second=236 amount=3 -kerning first=78 second=238 amount=3 -kerning first=78 second=254 amount=-1 -kerning first=79 second=41 amount=-3 -kerning first=79 second=47 amount=-2 -kerning first=8217 second=193 amount=-2 -kerning first=8217 second=192 amount=-2 -kerning first=8217 second=173 amount=-1 -kerning first=79 second=86 amount=-1 -kerning first=8217 second=103 amount=-1 -kerning first=79 second=88 amount=-1 -kerning first=79 second=89 amount=-3 -kerning first=8217 second=97 amount=-1 -kerning first=79 second=92 amount=-1 -kerning first=79 second=93 amount=-1 -kerning first=79 second=125 amount=-1 -kerning first=8217 second=74 amount=-2 -kerning first=8217 second=65 amount=-2 -kerning first=8217 second=47 amount=-5 -kerning first=8217 second=46 amount=-7 -kerning first=8217 second=45 amount=-1 -kerning first=8217 second=44 amount=-7 -kerning first=79 second=198 amount=-1 -kerning first=79 second=221 amount=-3 -kerning first=79 second=376 amount=-3 -kerning first=8216 second=8230 amount=-7 -kerning first=79 second=8482 amount=-1 -kerning first=80 second=32 amount=-1 -kerning first=80 second=41 amount=-2 -kerning first=80 second=44 amount=-5 -kerning first=80 second=46 amount=-5 -kerning first=80 second=47 amount=-6 -kerning first=80 second=65 amount=-2 -kerning first=80 second=74 amount=-3 -kerning first=80 second=88 amount=-2 -kerning first=80 second=89 amount=-1 -kerning first=8216 second=8222 amount=-7 -kerning first=80 second=93 amount=-1 -kerning first=80 second=125 amount=-1 -kerning first=80 second=192 amount=-2 -kerning first=80 second=193 amount=-2 -kerning first=80 second=194 amount=-2 -kerning first=80 second=195 amount=-2 -kerning first=80 second=196 amount=-2 -kerning first=80 second=197 amount=-2 -kerning first=80 second=198 amount=-5 -kerning first=80 second=221 amount=-1 -kerning first=80 second=236 amount=1 -kerning first=80 second=238 amount=4 -kerning first=8216 second=8218 amount=-7 -kerning first=80 second=254 amount=-1 -kerning first=80 second=376 amount=-1 -kerning first=8216 second=240 amount=-1 -kerning first=80 second=8218 amount=-5 -kerning first=80 second=8222 amount=-5 -kerning first=80 second=8230 amount=-5 -kerning first=81 second=41 amount=-3 -kerning first=81 second=47 amount=-2 -kerning first=8216 second=238 amount=2 -kerning first=8216 second=236 amount=2 -kerning first=8216 second=198 amount=-5 -kerning first=81 second=86 amount=-1 -kerning first=8216 second=197 amount=-2 -kerning first=81 second=88 amount=-1 -kerning first=81 second=89 amount=-3 -kerning first=8216 second=196 amount=-2 -kerning first=81 second=92 amount=-1 -kerning first=81 second=93 amount=-1 -kerning first=81 second=125 amount=-1 -kerning first=8216 second=195 amount=-2 -kerning first=8216 second=194 amount=-2 -kerning first=8216 second=193 amount=-2 -kerning first=8216 second=192 amount=-2 -kerning first=8216 second=74 amount=-2 -kerning first=8216 second=65 amount=-2 -kerning first=81 second=198 amount=-1 -kerning first=81 second=221 amount=-3 -kerning first=81 second=376 amount=-3 -kerning first=8216 second=46 amount=-7 -kerning first=81 second=8482 amount=-1 -kerning first=82 second=41 amount=-1 -kerning first=8216 second=44 amount=-7 -kerning first=8212 second=8221 amount=-3 -kerning first=8212 second=8217 amount=-3 -kerning first=8212 second=376 amount=-4 -kerning first=8212 second=221 amount=-4 -kerning first=82 second=86 amount=-1 -kerning first=8212 second=120 amount=-1 -kerning first=82 second=89 amount=-2 -kerning first=82 second=92 amount=-1 -kerning first=82 second=93 amount=-1 -kerning first=8212 second=116 amount=-1 -kerning first=8212 second=89 amount=-4 -kerning first=8212 second=88 amount=-1 -kerning first=8212 second=86 amount=-1 -kerning first=8212 second=84 amount=-4 -kerning first=8212 second=74 amount=-1 -kerning first=8212 second=55 amount=-3 -kerning first=8212 second=49 amount=-3 -kerning first=8212 second=39 amount=-6 -kerning first=8212 second=34 amount=-6 -kerning first=8211 second=8221 amount=-3 -kerning first=8211 second=8217 amount=-3 -kerning first=8211 second=376 amount=-4 -kerning first=82 second=221 amount=-2 -kerning first=8211 second=221 amount=-4 -kerning first=8211 second=120 amount=-1 -kerning first=8211 second=116 amount=-1 -kerning first=8211 second=89 amount=-4 -kerning first=8211 second=88 amount=-1 -kerning first=8211 second=86 amount=-1 -kerning first=8211 second=84 amount=-4 -kerning first=8211 second=74 amount=-1 -kerning first=8211 second=55 amount=-3 -kerning first=8211 second=49 amount=-3 -kerning first=8211 second=39 amount=-6 -kerning first=8211 second=34 amount=-6 -kerning first=82 second=238 amount=2 -kerning first=402 second=376 amount=-1 -kerning first=402 second=221 amount=-1 -kerning first=402 second=107 amount=13 -kerning first=402 second=104 amount=13 -kerning first=402 second=98 amount=13 -kerning first=402 second=89 amount=-1 -kerning first=382 second=8482 amount=-1 -kerning first=82 second=254 amount=-2 -kerning first=382 second=8249 amount=-1 -kerning first=382 second=376 amount=-4 -kerning first=82 second=376 amount=-2 -kerning first=82 second=8249 amount=-1 -kerning first=83 second=41 amount=-1 -kerning first=83 second=47 amount=-1 -kerning first=382 second=221 amount=-4 -kerning first=382 second=125 amount=-1 -kerning first=382 second=93 amount=-1 -kerning first=382 second=92 amount=-2 -kerning first=83 second=236 amount=3 -kerning first=83 second=238 amount=3 -kerning first=83 second=254 amount=-2 -kerning first=382 second=89 amount=-4 -kerning first=84 second=32 amount=-1 -kerning first=84 second=42 amount=1 -kerning first=84 second=44 amount=-4 -kerning first=84 second=45 amount=-4 -kerning first=84 second=46 amount=-4 -kerning first=84 second=47 amount=-6 -kerning first=84 second=49 amount=1 -kerning first=84 second=52 amount=-2 -kerning first=84 second=58 amount=-3 -kerning first=84 second=59 amount=-3 -kerning first=84 second=65 amount=-4 -kerning first=84 second=74 amount=-2 -kerning first=84 second=97 amount=-7 -kerning first=84 second=99 amount=-7 -kerning first=84 second=100 amount=-6 -kerning first=84 second=101 amount=-7 -kerning first=84 second=102 amount=-1 -kerning first=84 second=103 amount=-7 -kerning first=84 second=109 amount=-4 -kerning first=84 second=110 amount=-4 -kerning first=84 second=111 amount=-7 -kerning first=84 second=112 amount=-4 -kerning first=84 second=113 amount=-7 -kerning first=84 second=114 amount=-4 -kerning first=84 second=115 amount=-7 -kerning first=84 second=116 amount=-1 -kerning first=84 second=117 amount=-5 -kerning first=84 second=118 amount=-3 -kerning first=84 second=119 amount=-2 -kerning first=84 second=120 amount=-3 -kerning first=84 second=121 amount=-2 -kerning first=84 second=122 amount=-4 -kerning first=382 second=86 amount=-1 -kerning first=84 second=173 amount=-4 -kerning first=84 second=192 amount=-4 -kerning first=84 second=193 amount=-4 -kerning first=84 second=194 amount=-4 -kerning first=84 second=195 amount=-4 -kerning first=84 second=196 amount=-4 -kerning first=84 second=197 amount=-4 -kerning first=84 second=198 amount=-6 -kerning first=84 second=223 amount=-1 -kerning first=84 second=224 amount=-7 -kerning first=84 second=225 amount=-7 -kerning first=84 second=226 amount=-7 -kerning first=84 second=227 amount=-7 -kerning first=84 second=228 amount=-7 -kerning first=84 second=229 amount=-7 -kerning first=84 second=230 amount=-7 -kerning first=84 second=231 amount=-7 -kerning first=84 second=232 amount=-6 -kerning first=84 second=233 amount=-7 -kerning first=84 second=234 amount=-6 -kerning first=84 second=235 amount=-7 -kerning first=84 second=236 amount=6 -kerning first=84 second=238 amount=7 -kerning first=84 second=239 amount=3 -kerning first=84 second=240 amount=-6 -kerning first=84 second=241 amount=-4 -kerning first=84 second=242 amount=-7 -kerning first=84 second=243 amount=-7 -kerning first=84 second=244 amount=-6 -kerning first=84 second=245 amount=-7 -kerning first=84 second=246 amount=-7 -kerning first=84 second=248 amount=-7 -kerning first=84 second=249 amount=-5 -kerning first=84 second=250 amount=-5 -kerning first=84 second=251 amount=-5 -kerning first=84 second=252 amount=-5 -kerning first=84 second=253 amount=-2 -kerning first=84 second=254 amount=-1 -kerning first=84 second=255 amount=-2 -kerning first=84 second=305 amount=-4 -kerning first=84 second=339 amount=-7 -kerning first=84 second=353 amount=-4 -kerning first=84 second=382 amount=-3 -kerning first=84 second=8211 amount=-4 -kerning first=84 second=8212 amount=-4 -kerning first=84 second=8218 amount=-4 -kerning first=84 second=8222 amount=-4 -kerning first=84 second=8230 amount=-4 -kerning first=84 second=8249 amount=-5 -kerning first=84 second=8250 amount=-4 -kerning first=382 second=84 amount=-5 -kerning first=382 second=63 amount=-1 -kerning first=85 second=47 amount=-2 -kerning first=382 second=41 amount=-2 -kerning first=381 second=8249 amount=-1 -kerning first=381 second=254 amount=-1 -kerning first=376 second=8482 amount=1 -kerning first=376 second=8250 amount=-3 -kerning first=376 second=8249 amount=-4 -kerning first=376 second=8230 amount=-5 -kerning first=376 second=8222 amount=-5 -kerning first=85 second=198 amount=-1 -kerning first=85 second=236 amount=3 -kerning first=85 second=238 amount=3 -kerning first=85 second=254 amount=-2 -kerning first=86 second=32 amount=-1 -kerning first=86 second=44 amount=-2 -kerning first=86 second=45 amount=-1 -kerning first=86 second=46 amount=-2 -kerning first=86 second=47 amount=-5 -kerning first=376 second=8218 amount=-5 -kerning first=86 second=52 amount=-1 -kerning first=86 second=55 amount=1 -kerning first=86 second=58 amount=-1 -kerning first=86 second=59 amount=-1 -kerning first=86 second=65 amount=-3 -kerning first=376 second=8212 amount=-4 -kerning first=376 second=8211 amount=-4 -kerning first=86 second=74 amount=-2 -kerning first=376 second=382 amount=-3 -kerning first=376 second=353 amount=-5 -kerning first=376 second=352 amount=-1 -kerning first=86 second=97 amount=-2 -kerning first=86 second=99 amount=-2 -kerning first=86 second=100 amount=-2 -kerning first=86 second=101 amount=-2 -kerning first=86 second=103 amount=-2 -kerning first=86 second=109 amount=-1 -kerning first=86 second=110 amount=-1 -kerning first=86 second=111 amount=-2 -kerning first=86 second=112 amount=-1 -kerning first=86 second=113 amount=-2 -kerning first=86 second=114 amount=-1 -kerning first=86 second=115 amount=-1 -kerning first=86 second=117 amount=-1 -kerning first=376 second=339 amount=-6 -kerning first=376 second=338 amount=-1 -kerning first=86 second=122 amount=-1 -kerning first=86 second=173 amount=-1 -kerning first=86 second=192 amount=-3 -kerning first=86 second=193 amount=-3 -kerning first=86 second=194 amount=-3 -kerning first=86 second=195 amount=-3 -kerning first=86 second=196 amount=-3 -kerning first=86 second=197 amount=-3 -kerning first=86 second=198 amount=-5 -kerning first=376 second=255 amount=-1 -kerning first=376 second=254 amount=-1 -kerning first=376 second=253 amount=-1 -kerning first=376 second=252 amount=-4 -kerning first=376 second=251 amount=-4 -kerning first=376 second=250 amount=-4 -kerning first=376 second=249 amount=-4 -kerning first=86 second=224 amount=-2 -kerning first=86 second=225 amount=-2 -kerning first=86 second=226 amount=-2 -kerning first=86 second=227 amount=-2 -kerning first=86 second=228 amount=-2 -kerning first=86 second=229 amount=-2 -kerning first=86 second=230 amount=-2 -kerning first=86 second=231 amount=-2 -kerning first=86 second=232 amount=-2 -kerning first=86 second=233 amount=-2 -kerning first=86 second=234 amount=-2 -kerning first=86 second=235 amount=-2 -kerning first=86 second=236 amount=6 -kerning first=86 second=238 amount=6 -kerning first=86 second=239 amount=3 -kerning first=86 second=240 amount=-3 -kerning first=86 second=241 amount=-1 -kerning first=86 second=242 amount=-2 -kerning first=86 second=243 amount=-2 -kerning first=86 second=244 amount=-2 -kerning first=86 second=245 amount=-2 -kerning first=86 second=246 amount=-2 -kerning first=86 second=248 amount=-2 -kerning first=86 second=249 amount=-1 -kerning first=86 second=250 amount=-1 -kerning first=86 second=251 amount=-1 -kerning first=86 second=252 amount=-1 -kerning first=86 second=254 amount=-1 -kerning first=86 second=305 amount=-1 -kerning first=376 second=248 amount=-6 -kerning first=86 second=339 amount=-2 -kerning first=86 second=353 amount=-1 -kerning first=86 second=382 amount=-1 -kerning first=86 second=8211 amount=-1 -kerning first=86 second=8212 amount=-1 -kerning first=86 second=8218 amount=-2 -kerning first=86 second=8222 amount=-2 -kerning first=86 second=8230 amount=-2 -kerning first=86 second=8249 amount=-2 -kerning first=86 second=8250 amount=-1 -kerning first=87 second=44 amount=-1 -kerning first=87 second=46 amount=-1 -kerning first=87 second=47 amount=-3 -kerning first=87 second=65 amount=-1 -kerning first=87 second=74 amount=-1 -kerning first=87 second=97 amount=-1 -kerning first=87 second=99 amount=-1 -kerning first=87 second=100 amount=-1 -kerning first=87 second=101 amount=-1 -kerning first=87 second=103 amount=-1 -kerning first=376 second=246 amount=-6 -kerning first=376 second=245 amount=-6 -kerning first=87 second=111 amount=-1 -kerning first=376 second=244 amount=-6 -kerning first=87 second=113 amount=-1 -kerning first=376 second=243 amount=-6 -kerning first=376 second=242 amount=-6 -kerning first=376 second=241 amount=-4 -kerning first=376 second=240 amount=-5 -kerning first=87 second=192 amount=-1 -kerning first=87 second=193 amount=-1 -kerning first=87 second=194 amount=-1 -kerning first=87 second=195 amount=-1 -kerning first=87 second=196 amount=-1 -kerning first=87 second=197 amount=-1 -kerning first=87 second=198 amount=-2 -kerning first=87 second=224 amount=-1 -kerning first=87 second=225 amount=-1 -kerning first=87 second=226 amount=-1 -kerning first=87 second=227 amount=-1 -kerning first=87 second=228 amount=-1 -kerning first=87 second=229 amount=-1 -kerning first=87 second=230 amount=-1 -kerning first=87 second=231 amount=-1 -kerning first=87 second=232 amount=-1 -kerning first=87 second=233 amount=-1 -kerning first=87 second=234 amount=-1 -kerning first=87 second=235 amount=-1 -kerning first=87 second=236 amount=5 -kerning first=87 second=238 amount=5 -kerning first=87 second=239 amount=1 -kerning first=87 second=240 amount=-1 -kerning first=376 second=235 amount=-6 -kerning first=87 second=242 amount=-1 -kerning first=87 second=243 amount=-1 -kerning first=87 second=244 amount=-1 -kerning first=87 second=245 amount=-1 -kerning first=87 second=246 amount=-1 -kerning first=87 second=248 amount=-1 -kerning first=376 second=234 amount=-6 -kerning first=376 second=233 amount=-6 -kerning first=376 second=232 amount=-6 -kerning first=376 second=231 amount=-6 -kerning first=87 second=254 amount=-2 -kerning first=376 second=230 amount=-6 -kerning first=87 second=339 amount=-1 -kerning first=376 second=229 amount=-6 -kerning first=376 second=228 amount=-6 -kerning first=87 second=8218 amount=-1 -kerning first=87 second=8222 amount=-1 -kerning first=87 second=8230 amount=-1 -kerning first=87 second=8249 amount=-1 -kerning first=88 second=45 amount=-1 -kerning first=88 second=52 amount=-1 -kerning first=88 second=67 amount=-1 -kerning first=88 second=69 amount=-1 -kerning first=88 second=71 amount=-1 -kerning first=88 second=79 amount=-1 -kerning first=88 second=81 amount=-1 -kerning first=88 second=97 amount=-1 -kerning first=88 second=99 amount=-1 -kerning first=88 second=100 amount=-1 -kerning first=88 second=101 amount=-1 -kerning first=376 second=227 amount=-6 -kerning first=88 second=103 amount=-1 -kerning first=88 second=111 amount=-1 -kerning first=88 second=113 amount=-1 -kerning first=88 second=116 amount=-1 -kerning first=376 second=226 amount=-6 -kerning first=88 second=118 amount=-1 -kerning first=88 second=119 amount=-1 -kerning first=88 second=121 amount=-1 -kerning first=88 second=169 amount=-1 -kerning first=88 second=170 amount=-1 -kerning first=88 second=173 amount=-1 -kerning first=376 second=225 amount=-6 -kerning first=88 second=199 amount=-1 -kerning first=88 second=200 amount=-1 -kerning first=88 second=201 amount=-1 -kerning first=88 second=202 amount=-1 -kerning first=88 second=203 amount=-1 -kerning first=88 second=210 amount=-1 -kerning first=88 second=211 amount=-1 -kerning first=88 second=212 amount=-1 -kerning first=88 second=213 amount=-1 -kerning first=88 second=214 amount=-1 -kerning first=88 second=216 amount=-1 -kerning first=376 second=224 amount=-6 -kerning first=88 second=224 amount=-1 -kerning first=88 second=225 amount=-1 -kerning first=88 second=226 amount=-1 -kerning first=88 second=227 amount=-1 -kerning first=88 second=228 amount=-1 -kerning first=88 second=229 amount=-1 -kerning first=88 second=230 amount=-1 -kerning first=88 second=231 amount=-1 -kerning first=88 second=232 amount=-1 -kerning first=88 second=233 amount=-1 -kerning first=88 second=234 amount=-1 -kerning first=88 second=235 amount=-1 -kerning first=88 second=236 amount=5 -kerning first=88 second=238 amount=4 -kerning first=88 second=239 amount=3 -kerning first=88 second=240 amount=-1 -kerning first=88 second=242 amount=-1 -kerning first=88 second=243 amount=-1 -kerning first=88 second=244 amount=-1 -kerning first=88 second=245 amount=-1 -kerning first=88 second=246 amount=-1 -kerning first=88 second=248 amount=-1 -kerning first=376 second=223 amount=-1 -kerning first=376 second=216 amount=-1 -kerning first=376 second=214 amount=-1 -kerning first=376 second=213 amount=-1 -kerning first=88 second=253 amount=-1 -kerning first=88 second=254 amount=-1 -kerning first=88 second=255 amount=-1 -kerning first=88 second=338 amount=-1 -kerning first=88 second=339 amount=-1 -kerning first=88 second=8211 amount=-1 -kerning first=88 second=8212 amount=-1 -kerning first=88 second=8249 amount=-2 -kerning first=376 second=212 amount=-1 -kerning first=376 second=211 amount=-1 -kerning first=89 second=32 amount=-2 -kerning first=376 second=210 amount=-1 -kerning first=376 second=199 amount=-1 -kerning first=89 second=44 amount=-5 -kerning first=89 second=45 amount=-4 -kerning first=89 second=46 amount=-5 -kerning first=89 second=47 amount=-6 -kerning first=89 second=48 amount=-1 -kerning first=89 second=52 amount=-3 -kerning first=89 second=55 amount=1 -kerning first=89 second=58 amount=-2 -kerning first=89 second=59 amount=-2 -kerning first=89 second=63 amount=1 -kerning first=89 second=65 amount=-5 -kerning first=89 second=67 amount=-1 -kerning first=376 second=198 amount=-8 -kerning first=89 second=71 amount=-1 -kerning first=89 second=74 amount=-3 -kerning first=89 second=79 amount=-1 -kerning first=89 second=81 amount=-1 -kerning first=89 second=83 amount=-1 -kerning first=89 second=92 amount=1 -kerning first=376 second=197 amount=-5 -kerning first=89 second=97 amount=-6 -kerning first=89 second=99 amount=-6 -kerning first=89 second=100 amount=-6 -kerning first=89 second=101 amount=-6 -kerning first=89 second=102 amount=-1 -kerning first=89 second=103 amount=-6 -kerning first=89 second=109 amount=-4 -kerning first=89 second=110 amount=-4 -kerning first=89 second=111 amount=-6 -kerning first=89 second=112 amount=-4 -kerning first=89 second=113 amount=-6 -kerning first=89 second=114 amount=-4 -kerning first=89 second=115 amount=-5 -kerning first=89 second=116 amount=-1 -kerning first=89 second=117 amount=-4 -kerning first=89 second=118 amount=-1 -kerning first=89 second=119 amount=-2 -kerning first=89 second=120 amount=-2 -kerning first=89 second=121 amount=-1 -kerning first=89 second=122 amount=-3 -kerning first=376 second=196 amount=-5 -kerning first=376 second=195 amount=-5 -kerning first=89 second=169 amount=-1 -kerning first=376 second=194 amount=-5 -kerning first=89 second=173 amount=-4 -kerning first=376 second=193 amount=-5 -kerning first=89 second=192 amount=-5 -kerning first=89 second=193 amount=-5 -kerning first=89 second=194 amount=-5 -kerning first=89 second=195 amount=-5 -kerning first=89 second=196 amount=-5 -kerning first=89 second=197 amount=-5 -kerning first=89 second=198 amount=-8 -kerning first=89 second=199 amount=-1 -kerning first=376 second=192 amount=-5 -kerning first=376 second=173 amount=-4 -kerning first=376 second=169 amount=-1 -kerning first=376 second=122 amount=-3 -kerning first=89 second=210 amount=-1 -kerning first=89 second=211 amount=-1 -kerning first=89 second=212 amount=-1 -kerning first=89 second=213 amount=-1 -kerning first=89 second=214 amount=-1 -kerning first=89 second=216 amount=-1 -kerning first=89 second=223 amount=-1 -kerning first=89 second=224 amount=-6 -kerning first=89 second=225 amount=-6 -kerning first=89 second=226 amount=-6 -kerning first=89 second=227 amount=-6 -kerning first=89 second=228 amount=-6 -kerning first=89 second=229 amount=-6 -kerning first=89 second=230 amount=-6 -kerning first=89 second=231 amount=-6 -kerning first=89 second=232 amount=-6 -kerning first=89 second=233 amount=-6 -kerning first=89 second=234 amount=-6 -kerning first=89 second=235 amount=-6 -kerning first=89 second=236 amount=6 -kerning first=89 second=238 amount=5 -kerning first=89 second=239 amount=4 -kerning first=89 second=240 amount=-5 -kerning first=89 second=241 amount=-4 -kerning first=89 second=242 amount=-6 -kerning first=89 second=243 amount=-6 -kerning first=89 second=244 amount=-6 -kerning first=89 second=245 amount=-6 -kerning first=89 second=246 amount=-6 -kerning first=89 second=248 amount=-6 -kerning first=89 second=249 amount=-4 -kerning first=89 second=250 amount=-4 -kerning first=89 second=251 amount=-4 -kerning first=89 second=252 amount=-4 -kerning first=89 second=253 amount=-1 -kerning first=89 second=254 amount=-1 -kerning first=89 second=255 amount=-1 -kerning first=89 second=305 amount=-4 -kerning first=89 second=338 amount=-1 -kerning first=89 second=339 amount=-6 -kerning first=89 second=352 amount=-1 -kerning first=89 second=353 amount=-2 -kerning first=89 second=382 amount=-1 -kerning first=89 second=8211 amount=-4 -kerning first=89 second=8212 amount=-4 -kerning first=89 second=8218 amount=-5 -kerning first=89 second=8222 amount=-5 -kerning first=89 second=8230 amount=-5 -kerning first=89 second=8249 amount=-4 -kerning first=89 second=8250 amount=-3 -kerning first=89 second=8482 amount=1 -kerning first=376 second=121 amount=-1 -kerning first=376 second=120 amount=-2 -kerning first=376 second=119 amount=-2 -kerning first=376 second=118 amount=-1 -kerning first=376 second=117 amount=-4 -kerning first=376 second=116 amount=-1 -kerning first=376 second=115 amount=-5 -kerning first=376 second=114 amount=-4 -kerning first=376 second=113 amount=-6 -kerning first=376 second=112 amount=-4 -kerning first=376 second=111 amount=-6 -kerning first=376 second=110 amount=-4 -kerning first=376 second=109 amount=-4 -kerning first=376 second=103 amount=-6 -kerning first=376 second=102 amount=-1 -kerning first=376 second=101 amount=-6 -kerning first=376 second=100 amount=-6 -kerning first=376 second=99 amount=-6 -kerning first=376 second=97 amount=-6 -kerning first=376 second=92 amount=1 -kerning first=376 second=83 amount=-1 -kerning first=376 second=81 amount=-1 -kerning first=376 second=79 amount=-1 -kerning first=376 second=74 amount=-3 -kerning first=376 second=71 amount=-1 -kerning first=376 second=67 amount=-1 -kerning first=376 second=65 amount=-5 -kerning first=376 second=63 amount=1 -kerning first=376 second=59 amount=-2 -kerning first=376 second=58 amount=-2 -kerning first=376 second=55 amount=1 -kerning first=376 second=52 amount=-3 -kerning first=376 second=48 amount=-1 -kerning first=90 second=236 amount=4 -kerning first=90 second=238 amount=4 -kerning first=376 second=47 amount=-6 -kerning first=376 second=46 amount=-5 -kerning first=376 second=45 amount=-4 -kerning first=376 second=44 amount=-5 -kerning first=376 second=32 amount=-2 -kerning first=353 second=8482 amount=-2 -kerning first=353 second=376 amount=-5 -kerning first=353 second=221 amount=-5 -kerning first=90 second=254 amount=-1 -kerning first=353 second=125 amount=-1 -kerning first=353 second=93 amount=-2 -kerning first=353 second=92 amount=-3 -kerning first=353 second=89 amount=-5 -kerning first=90 second=8249 amount=-1 -kerning first=91 second=40 amount=-1 -kerning first=91 second=48 amount=-1 -kerning first=91 second=52 amount=-2 -kerning first=91 second=54 amount=-1 -kerning first=353 second=87 amount=-1 -kerning first=91 second=67 amount=-1 -kerning first=353 second=86 amount=-2 -kerning first=91 second=71 amount=-1 -kerning first=91 second=74 amount=-1 -kerning first=91 second=79 amount=-1 -kerning first=91 second=81 amount=-1 -kerning first=353 second=84 amount=-6 -kerning first=91 second=97 amount=-2 -kerning first=91 second=99 amount=-2 -kerning first=91 second=100 amount=-2 -kerning first=91 second=101 amount=-2 -kerning first=91 second=102 amount=2 -kerning first=91 second=103 amount=-2 -kerning first=91 second=106 amount=1 -kerning first=91 second=109 amount=-1 -kerning first=91 second=110 amount=-1 -kerning first=91 second=111 amount=-2 -kerning first=91 second=112 amount=-1 -kerning first=91 second=113 amount=-2 -kerning first=91 second=114 amount=-1 -kerning first=91 second=115 amount=-1 -kerning first=91 second=116 amount=-1 -kerning first=91 second=117 amount=-1 -kerning first=91 second=118 amount=-1 -kerning first=91 second=119 amount=-1 -kerning first=91 second=120 amount=-1 -kerning first=91 second=121 amount=-1 -kerning first=91 second=122 amount=-1 -kerning first=91 second=198 amount=-1 -kerning first=91 second=199 amount=-1 -kerning first=353 second=63 amount=-2 -kerning first=353 second=41 amount=-2 -kerning first=352 second=254 amount=-2 -kerning first=352 second=47 amount=-1 -kerning first=91 second=206 amount=4 -kerning first=352 second=41 amount=-1 -kerning first=91 second=210 amount=-1 -kerning first=91 second=211 amount=-1 -kerning first=91 second=212 amount=-1 -kerning first=91 second=213 amount=-1 -kerning first=91 second=214 amount=-1 -kerning first=91 second=216 amount=-1 -kerning first=339 second=8482 amount=-2 -kerning first=91 second=223 amount=1 -kerning first=91 second=224 amount=-2 -kerning first=91 second=225 amount=-2 -kerning first=91 second=226 amount=-2 -kerning first=91 second=227 amount=-2 -kerning first=91 second=228 amount=-2 -kerning first=91 second=229 amount=-2 -kerning first=91 second=230 amount=-2 -kerning first=91 second=231 amount=-2 -kerning first=91 second=232 amount=-2 -kerning first=91 second=233 amount=-2 -kerning first=91 second=234 amount=-2 -kerning first=91 second=235 amount=-2 -kerning first=91 second=236 amount=6 -kerning first=91 second=238 amount=4 -kerning first=91 second=239 amount=2 -kerning first=91 second=240 amount=-2 -kerning first=91 second=241 amount=-1 -kerning first=91 second=242 amount=-2 -kerning first=91 second=243 amount=-2 -kerning first=91 second=244 amount=-2 -kerning first=91 second=245 amount=-2 -kerning first=91 second=246 amount=-2 -kerning first=91 second=248 amount=-2 -kerning first=91 second=249 amount=-1 -kerning first=91 second=250 amount=-1 -kerning first=91 second=251 amount=-1 -kerning first=91 second=252 amount=-1 -kerning first=91 second=253 amount=-1 -kerning first=339 second=376 amount=-6 -kerning first=91 second=255 amount=-1 -kerning first=91 second=338 amount=-1 -kerning first=91 second=339 amount=-2 -kerning first=91 second=353 amount=-1 -kerning first=339 second=221 amount=-6 -kerning first=91 second=382 amount=-1 -kerning first=339 second=125 amount=-1 -kerning first=339 second=93 amount=-2 -kerning first=339 second=92 amount=-4 -kerning first=92 second=34 amount=-6 -kerning first=92 second=39 amount=-6 -kerning first=92 second=48 amount=-3 -kerning first=92 second=49 amount=-5 -kerning first=92 second=52 amount=-3 -kerning first=92 second=54 amount=-3 -kerning first=92 second=55 amount=-3 -kerning first=92 second=56 amount=-2 -kerning first=339 second=89 amount=-6 -kerning first=92 second=67 amount=-3 -kerning first=92 second=69 amount=-2 -kerning first=92 second=71 amount=-3 -kerning first=92 second=76 amount=-2 -kerning first=92 second=79 amount=-3 -kerning first=92 second=81 amount=-3 -kerning first=92 second=84 amount=-6 -kerning first=92 second=85 amount=-3 -kerning first=92 second=86 amount=-5 -kerning first=92 second=87 amount=-3 -kerning first=92 second=89 amount=-6 -kerning first=92 second=97 amount=-2 -kerning first=92 second=99 amount=-2 -kerning first=92 second=100 amount=-2 -kerning first=92 second=101 amount=-2 -kerning first=92 second=102 amount=2 -kerning first=92 second=103 amount=-2 -kerning first=339 second=87 amount=-1 -kerning first=92 second=108 amount=-1 -kerning first=92 second=111 amount=-2 -kerning first=92 second=113 amount=-2 -kerning first=92 second=116 amount=-4 -kerning first=92 second=117 amount=-1 -kerning first=92 second=118 amount=-3 -kerning first=92 second=119 amount=-3 -kerning first=92 second=121 amount=-3 -kerning first=92 second=199 amount=-3 -kerning first=92 second=200 amount=-2 -kerning first=92 second=201 amount=-2 -kerning first=92 second=202 amount=-2 -kerning first=92 second=203 amount=-2 -kerning first=92 second=210 amount=-3 -kerning first=92 second=211 amount=-3 -kerning first=92 second=212 amount=-3 -kerning first=92 second=213 amount=-3 -kerning first=92 second=214 amount=-3 -kerning first=92 second=216 amount=-3 -kerning first=92 second=217 amount=-3 -kerning first=92 second=218 amount=-3 -kerning first=92 second=219 amount=-3 -kerning first=92 second=220 amount=-3 -kerning first=92 second=221 amount=-6 -kerning first=92 second=223 amount=2 -kerning first=92 second=224 amount=-2 -kerning first=92 second=225 amount=-2 -kerning first=92 second=226 amount=-2 -kerning first=92 second=227 amount=-2 -kerning first=92 second=228 amount=-2 -kerning first=92 second=229 amount=-2 -kerning first=92 second=230 amount=-2 -kerning first=92 second=231 amount=-2 -kerning first=92 second=232 amount=-2 -kerning first=92 second=233 amount=-2 -kerning first=92 second=234 amount=-2 -kerning first=92 second=235 amount=-2 -kerning first=92 second=240 amount=-2 -kerning first=92 second=242 amount=-2 -kerning first=92 second=243 amount=-2 -kerning first=92 second=244 amount=-2 -kerning first=92 second=245 amount=-2 -kerning first=92 second=246 amount=-2 -kerning first=92 second=248 amount=-2 -kerning first=92 second=249 amount=-1 -kerning first=92 second=250 amount=-1 -kerning first=92 second=251 amount=-1 -kerning first=92 second=252 amount=-1 -kerning first=92 second=253 amount=-3 -kerning first=339 second=86 amount=-2 -kerning first=92 second=255 amount=-3 -kerning first=92 second=321 amount=-2 -kerning first=92 second=322 amount=-1 -kerning first=92 second=338 amount=-3 -kerning first=92 second=339 amount=-2 -kerning first=92 second=376 amount=-6 -kerning first=339 second=84 amount=-7 -kerning first=92 second=8217 amount=-6 -kerning first=92 second=8221 amount=-6 -kerning first=339 second=63 amount=-2 -kerning first=339 second=41 amount=-2 -kerning first=339 second=39 amount=-1 -kerning first=93 second=89 amount=-1 -kerning first=93 second=98 amount=13 -kerning first=93 second=104 amount=13 -kerning first=93 second=107 amount=13 -kerning first=93 second=221 amount=-1 -kerning first=93 second=376 amount=-1 -kerning first=339 second=34 amount=-1 -kerning first=94 second=89 amount=-1 -kerning first=94 second=98 amount=13 -kerning first=94 second=104 amount=13 -kerning first=94 second=107 amount=13 -kerning first=94 second=221 amount=-1 -kerning first=94 second=376 amount=-1 -kerning first=338 second=254 amount=-1 -kerning first=95 second=89 amount=-1 -kerning first=95 second=98 amount=13 -kerning first=95 second=104 amount=13 -kerning first=95 second=107 amount=13 -kerning first=95 second=221 amount=-1 -kerning first=95 second=376 amount=-1 -kerning first=97 second=41 amount=-2 -kerning first=97 second=63 amount=-2 -kerning first=97 second=84 amount=-6 -kerning first=97 second=86 amount=-2 -kerning first=97 second=87 amount=-1 -kerning first=97 second=89 amount=-5 -kerning first=97 second=92 amount=-3 -kerning first=97 second=93 amount=-1 -kerning first=97 second=125 amount=-1 -kerning first=97 second=221 amount=-5 -kerning first=97 second=376 amount=-5 -kerning first=97 second=8482 amount=-2 -kerning first=98 second=34 amount=-1 -kerning first=98 second=39 amount=-1 -kerning first=98 second=41 amount=-3 -kerning first=98 second=42 amount=-1 -kerning first=98 second=47 amount=-1 -kerning first=98 second=63 amount=-3 -kerning first=98 second=84 amount=-7 -kerning first=98 second=86 amount=-3 -kerning first=98 second=87 amount=-1 -kerning first=98 second=88 amount=-1 -kerning first=98 second=89 amount=-6 -kerning first=322 second=8482 amount=-1 -kerning first=98 second=92 amount=-4 -kerning first=98 second=93 amount=-2 -kerning first=322 second=8249 amount=-1 -kerning first=322 second=8221 amount=-1 -kerning first=322 second=8220 amount=-1 -kerning first=98 second=120 amount=-1 -kerning first=322 second=8217 amount=-1 -kerning first=98 second=125 amount=-2 -kerning first=322 second=8216 amount=-1 -kerning first=98 second=221 amount=-6 -kerning first=322 second=8212 amount=-1 -kerning first=322 second=8211 amount=-1 -kerning first=322 second=376 amount=-3 -kerning first=322 second=255 amount=-2 -kerning first=98 second=376 amount=-6 -kerning first=322 second=254 amount=-1 -kerning first=322 second=253 amount=-2 -kerning first=98 second=8217 amount=-1 -kerning first=322 second=221 amount=-3 -kerning first=98 second=8221 amount=-1 -kerning first=98 second=8482 amount=-2 -kerning first=322 second=220 amount=-1 -kerning first=322 second=219 amount=-1 -kerning first=99 second=41 amount=-2 -kerning first=99 second=63 amount=-1 -kerning first=99 second=84 amount=-6 -kerning first=99 second=86 amount=-1 -kerning first=322 second=218 amount=-1 -kerning first=99 second=89 amount=-4 -kerning first=99 second=92 amount=-3 -kerning first=99 second=93 amount=-1 -kerning first=322 second=217 amount=-1 -kerning first=322 second=186 amount=-1 -kerning first=322 second=183 amount=-6 -kerning first=322 second=174 amount=-1 -kerning first=322 second=173 amount=-1 -kerning first=322 second=170 amount=-1 -kerning first=322 second=169 amount=-1 -kerning first=99 second=125 amount=-1 -kerning first=99 second=221 amount=-4 -kerning first=322 second=120 amount=2 -kerning first=322 second=92 amount=-1 -kerning first=322 second=89 amount=-3 -kerning first=322 second=87 amount=-2 -kerning first=322 second=86 amount=-2 -kerning first=322 second=85 amount=-1 -kerning first=322 second=84 amount=-2 -kerning first=322 second=63 amount=-1 -kerning first=322 second=45 amount=-1 -kerning first=322 second=39 amount=-1 -kerning first=322 second=34 amount=-1 -kerning first=322 second=32 amount=-1 -kerning first=321 second=8482 amount=-8 -kerning first=321 second=8249 amount=-1 -kerning first=321 second=8221 amount=-8 -kerning first=321 second=8220 amount=-8 -kerning first=321 second=8217 amount=-8 -kerning first=321 second=8216 amount=-8 -kerning first=321 second=376 amount=-7 -kerning first=321 second=338 amount=-1 -kerning first=99 second=376 amount=-4 -kerning first=99 second=8249 amount=-1 -kerning first=99 second=8482 amount=-2 -kerning first=100 second=236 amount=3 -kerning first=100 second=238 amount=4 -kerning first=101 second=34 amount=-1 -kerning first=101 second=39 amount=-1 -kerning first=101 second=41 amount=-2 -kerning first=321 second=255 amount=-3 -kerning first=101 second=63 amount=-2 -kerning first=101 second=84 amount=-7 -kerning first=101 second=86 amount=-2 -kerning first=101 second=87 amount=-1 -kerning first=101 second=89 amount=-6 -kerning first=101 second=92 amount=-4 -kerning first=101 second=93 amount=-2 -kerning first=321 second=254 amount=-1 -kerning first=321 second=253 amount=-3 -kerning first=101 second=125 amount=-1 -kerning first=101 second=221 amount=-6 -kerning first=321 second=223 amount=-1 -kerning first=321 second=221 amount=-7 -kerning first=101 second=376 amount=-6 -kerning first=321 second=220 amount=-1 -kerning first=321 second=219 amount=-1 -kerning first=101 second=8482 amount=-2 -kerning first=102 second=32 amount=-1 -kerning first=102 second=34 amount=1 -kerning first=102 second=39 amount=1 -kerning first=102 second=41 amount=3 -kerning first=102 second=42 amount=1 -kerning first=102 second=44 amount=-2 -kerning first=102 second=45 amount=-1 -kerning first=102 second=46 amount=-2 -kerning first=102 second=47 amount=-2 -kerning first=102 second=63 amount=3 -kerning first=102 second=64 amount=1 -kerning first=102 second=65 amount=-1 -kerning first=102 second=74 amount=-1 -kerning first=102 second=84 amount=3 -kerning first=102 second=86 amount=4 -kerning first=102 second=87 amount=2 -kerning first=102 second=88 amount=2 -kerning first=102 second=89 amount=4 -kerning first=321 second=218 amount=-1 -kerning first=102 second=92 amount=3 -kerning first=102 second=93 amount=2 -kerning first=321 second=217 amount=-1 -kerning first=321 second=216 amount=-1 -kerning first=102 second=125 amount=2 -kerning first=102 second=173 amount=-1 -kerning first=321 second=214 amount=-1 -kerning first=102 second=192 amount=-1 -kerning first=102 second=193 amount=-1 -kerning first=102 second=194 amount=-1 -kerning first=102 second=195 amount=-1 -kerning first=102 second=196 amount=-1 -kerning first=102 second=197 amount=-1 -kerning first=102 second=198 amount=-2 -kerning first=321 second=213 amount=-1 -kerning first=102 second=221 amount=4 -kerning first=321 second=212 amount=-1 -kerning first=321 second=211 amount=-1 -kerning first=321 second=210 amount=-1 -kerning first=321 second=199 amount=-1 -kerning first=321 second=198 amount=1 -kerning first=321 second=186 amount=-8 -kerning first=321 second=183 amount=-5 -kerning first=102 second=236 amount=8 -kerning first=102 second=238 amount=8 -kerning first=102 second=239 amount=5 -kerning first=321 second=174 amount=-8 -kerning first=102 second=322 amount=1 -kerning first=102 second=376 amount=4 -kerning first=321 second=170 amount=-7 -kerning first=102 second=8211 amount=-1 -kerning first=102 second=8212 amount=-1 -kerning first=321 second=169 amount=-1 -kerning first=102 second=8217 amount=2 -kerning first=102 second=8218 amount=-2 -kerning first=321 second=121 amount=-3 -kerning first=102 second=8221 amount=2 -kerning first=102 second=8222 amount=-2 -kerning first=102 second=8230 amount=-2 -kerning first=102 second=8249 amount=-1 -kerning first=102 second=8482 amount=2 -kerning first=103 second=63 amount=-2 -kerning first=103 second=84 amount=-6 -kerning first=103 second=86 amount=-2 -kerning first=103 second=87 amount=-1 -kerning first=103 second=89 amount=-5 -kerning first=103 second=92 amount=-3 -kerning first=103 second=221 amount=-5 -kerning first=103 second=376 amount=-5 -kerning first=103 second=8482 amount=-2 -kerning first=104 second=34 amount=-1 -kerning first=104 second=39 amount=-1 -kerning first=104 second=41 amount=-2 -kerning first=104 second=42 amount=-1 -kerning first=104 second=63 amount=-2 -kerning first=104 second=84 amount=-6 -kerning first=104 second=86 amount=-3 -kerning first=104 second=87 amount=-1 -kerning first=104 second=89 amount=-6 -kerning first=104 second=92 amount=-4 -kerning first=104 second=93 amount=-1 -kerning first=321 second=119 amount=-1 -kerning first=104 second=125 amount=-1 -kerning first=104 second=221 amount=-6 -kerning first=104 second=376 amount=-6 -kerning first=104 second=8217 amount=-1 -kerning first=104 second=8221 amount=-1 -kerning first=104 second=8482 amount=-2 -kerning first=105 second=236 amount=3 -kerning first=105 second=238 amount=3 -kerning first=106 second=236 amount=3 -kerning first=106 second=238 amount=3 -kerning first=107 second=45 amount=-1 -kerning first=107 second=63 amount=-1 -kerning first=321 second=118 amount=-2 -kerning first=321 second=116 amount=-2 -kerning first=321 second=102 amount=-1 -kerning first=321 second=93 amount=-1 -kerning first=321 second=92 amount=-7 -kerning first=107 second=84 amount=-5 -kerning first=321 second=89 amount=-7 -kerning first=107 second=86 amount=-1 -kerning first=107 second=87 amount=-1 -kerning first=107 second=89 amount=-4 -kerning first=107 second=92 amount=-2 -kerning first=321 second=87 amount=-2 -kerning first=107 second=97 amount=-1 -kerning first=107 second=99 amount=-1 -kerning first=107 second=100 amount=-1 -kerning first=107 second=101 amount=-1 -kerning first=107 second=103 amount=-1 -kerning first=107 second=111 amount=-1 -kerning first=107 second=113 amount=-1 -kerning first=107 second=173 amount=-1 -kerning first=321 second=86 amount=-6 -kerning first=321 second=85 amount=-1 -kerning first=321 second=84 amount=-7 -kerning first=321 second=81 amount=-1 -kerning first=321 second=79 amount=-1 -kerning first=321 second=71 amount=-1 -kerning first=321 second=67 amount=-1 -kerning first=321 second=63 amount=-3 -kerning first=321 second=55 amount=-2 -kerning first=321 second=49 amount=-4 -kerning first=321 second=42 amount=-8 -kerning first=321 second=41 amount=-1 -kerning first=321 second=39 amount=-8 -kerning first=321 second=34 amount=-8 -kerning first=321 second=32 amount=-1 -kerning first=107 second=221 amount=-4 -kerning first=107 second=224 amount=-1 -kerning first=107 second=225 amount=-1 -kerning first=107 second=226 amount=-1 -kerning first=107 second=227 amount=-1 -kerning first=107 second=228 amount=-1 -kerning first=107 second=229 amount=-1 -kerning first=107 second=230 amount=-1 -kerning first=107 second=231 amount=-1 -kerning first=107 second=232 amount=-1 -kerning first=107 second=233 amount=-1 -kerning first=107 second=234 amount=-1 -kerning first=107 second=235 amount=-1 -kerning first=107 second=240 amount=-1 -kerning first=107 second=242 amount=-1 -kerning first=107 second=243 amount=-1 -kerning first=107 second=244 amount=-1 -kerning first=107 second=245 amount=-1 -kerning first=107 second=246 amount=-1 -kerning first=107 second=248 amount=-1 -kerning first=255 second=8482 amount=-1 -kerning first=107 second=339 amount=-1 -kerning first=107 second=376 amount=-4 -kerning first=107 second=8211 amount=-1 -kerning first=107 second=8212 amount=-1 -kerning first=107 second=8249 amount=-2 -kerning first=107 second=8482 amount=-2 -kerning first=108 second=32 amount=-1 -kerning first=108 second=34 amount=-1 -kerning first=108 second=39 amount=-1 -kerning first=108 second=42 amount=-1 -kerning first=108 second=45 amount=-1 -kerning first=108 second=63 amount=-1 -kerning first=255 second=376 amount=-3 -kerning first=255 second=221 amount=-3 -kerning first=255 second=198 amount=-1 -kerning first=255 second=125 amount=-1 -kerning first=108 second=84 amount=-2 -kerning first=108 second=85 amount=-1 -kerning first=108 second=86 amount=-2 -kerning first=108 second=87 amount=-2 -kerning first=108 second=89 amount=-3 -kerning first=108 second=92 amount=-1 -kerning first=255 second=93 amount=-2 -kerning first=255 second=92 amount=-2 -kerning first=255 second=89 amount=-3 -kerning first=108 second=102 amount=-1 -kerning first=255 second=88 amount=-1 -kerning first=108 second=116 amount=-1 -kerning first=108 second=118 amount=-2 -kerning first=108 second=119 amount=-1 -kerning first=108 second=121 amount=-2 -kerning first=255 second=84 amount=-4 -kerning first=108 second=169 amount=-1 -kerning first=108 second=170 amount=-1 -kerning first=108 second=173 amount=-1 -kerning first=108 second=174 amount=-1 -kerning first=108 second=183 amount=-6 -kerning first=108 second=186 amount=-1 -kerning first=255 second=74 amount=-1 -kerning first=255 second=63 amount=-1 -kerning first=255 second=47 amount=-3 -kerning first=255 second=41 amount=-3 -kerning first=254 second=8482 amount=-2 -kerning first=254 second=8221 amount=-1 -kerning first=254 second=8217 amount=-1 -kerning first=108 second=217 amount=-1 -kerning first=108 second=218 amount=-1 -kerning first=108 second=219 amount=-1 -kerning first=108 second=220 amount=-1 -kerning first=108 second=221 amount=-3 -kerning first=108 second=223 amount=-1 -kerning first=254 second=376 amount=-6 -kerning first=254 second=221 amount=-6 -kerning first=254 second=125 amount=-2 -kerning first=254 second=120 amount=-1 -kerning first=254 second=93 amount=-2 -kerning first=254 second=92 amount=-4 -kerning first=254 second=89 amount=-6 -kerning first=254 second=87 amount=-1 -kerning first=254 second=86 amount=-3 -kerning first=254 second=84 amount=-6 -kerning first=254 second=63 amount=-3 -kerning first=254 second=47 amount=-1 -kerning first=108 second=253 amount=-2 -kerning first=108 second=254 amount=-1 -kerning first=108 second=255 amount=-2 -kerning first=254 second=42 amount=-1 -kerning first=254 second=41 amount=-3 -kerning first=108 second=376 amount=-3 -kerning first=108 second=8211 amount=-1 -kerning first=108 second=8212 amount=-1 -kerning first=108 second=8216 amount=-1 -kerning first=108 second=8217 amount=-1 -kerning first=108 second=8220 amount=-1 -kerning first=108 second=8221 amount=-1 -kerning first=108 second=8249 amount=-1 -kerning first=108 second=8482 amount=-1 -kerning first=254 second=39 amount=-1 -kerning first=254 second=34 amount=-1 -kerning first=109 second=34 amount=-1 -kerning first=109 second=39 amount=-1 -kerning first=109 second=41 amount=-2 -kerning first=109 second=42 amount=-1 -kerning first=109 second=63 amount=-2 -kerning first=109 second=84 amount=-6 -kerning first=109 second=86 amount=-3 -kerning first=109 second=87 amount=-1 -kerning first=109 second=89 amount=-6 -kerning first=109 second=92 amount=-4 -kerning first=109 second=93 amount=-1 -kerning first=253 second=8482 amount=-1 -kerning first=109 second=125 amount=-1 -kerning first=109 second=221 amount=-6 -kerning first=109 second=376 amount=-6 -kerning first=109 second=8217 amount=-1 -kerning first=109 second=8221 amount=-1 -kerning first=109 second=8482 amount=-2 -kerning first=110 second=34 amount=-1 -kerning first=110 second=39 amount=-1 -kerning first=110 second=41 amount=-2 -kerning first=110 second=42 amount=-1 -kerning first=110 second=63 amount=-2 -kerning first=110 second=84 amount=-6 -kerning first=110 second=86 amount=-3 -kerning first=110 second=87 amount=-1 -kerning first=110 second=89 amount=-6 -kerning first=110 second=92 amount=-4 -kerning first=110 second=93 amount=-1 -kerning first=253 second=376 amount=-3 -kerning first=110 second=125 amount=-1 -kerning first=110 second=221 amount=-6 -kerning first=110 second=376 amount=-6 -kerning first=110 second=8217 amount=-1 -kerning first=110 second=8221 amount=-1 -kerning first=110 second=8482 amount=-2 -kerning first=111 second=34 amount=-2 -kerning first=111 second=39 amount=-2 -kerning first=111 second=41 amount=-3 -kerning first=111 second=42 amount=-1 -kerning first=111 second=47 amount=-1 -kerning first=111 second=63 amount=-3 -kerning first=111 second=84 amount=-7 -kerning first=111 second=86 amount=-3 -kerning first=111 second=87 amount=-1 -kerning first=253 second=221 amount=-3 -kerning first=111 second=89 amount=-6 -kerning first=111 second=92 amount=-5 -kerning first=111 second=93 amount=-2 -kerning first=253 second=198 amount=-1 -kerning first=253 second=125 amount=-1 -kerning first=253 second=93 amount=-2 -kerning first=253 second=92 amount=-2 -kerning first=111 second=120 amount=-1 -kerning first=111 second=121 amount=-1 -kerning first=111 second=125 amount=-2 -kerning first=253 second=89 amount=-3 -kerning first=111 second=221 amount=-6 -kerning first=253 second=88 amount=-1 -kerning first=111 second=253 amount=-1 -kerning first=253 second=84 amount=-4 -kerning first=111 second=255 amount=-1 -kerning first=111 second=376 amount=-6 -kerning first=111 second=8216 amount=-1 -kerning first=111 second=8217 amount=-1 -kerning first=111 second=8220 amount=-1 -kerning first=111 second=8221 amount=-1 -kerning first=111 second=8482 amount=-2 -kerning first=253 second=74 amount=-1 -kerning first=253 second=63 amount=-1 -kerning first=112 second=34 amount=-1 -kerning first=112 second=39 amount=-1 -kerning first=112 second=41 amount=-3 -kerning first=112 second=42 amount=-1 -kerning first=112 second=47 amount=-1 -kerning first=112 second=63 amount=-3 -kerning first=112 second=84 amount=-6 -kerning first=112 second=86 amount=-3 -kerning first=112 second=87 amount=-1 -kerning first=253 second=47 amount=-3 -kerning first=112 second=89 amount=-6 -kerning first=112 second=92 amount=-4 -kerning first=112 second=93 amount=-2 -kerning first=253 second=41 amount=-3 -kerning first=252 second=8482 amount=-1 -kerning first=252 second=376 amount=-4 -kerning first=252 second=221 amount=-4 -kerning first=112 second=120 amount=-1 -kerning first=252 second=125 amount=-1 -kerning first=112 second=125 amount=-2 -kerning first=252 second=93 amount=-1 -kerning first=112 second=221 amount=-6 -kerning first=252 second=92 amount=-2 -kerning first=252 second=89 amount=-4 -kerning first=252 second=87 amount=-1 -kerning first=252 second=86 amount=-1 -kerning first=112 second=376 amount=-6 -kerning first=252 second=84 amount=-5 -kerning first=112 second=8217 amount=-1 -kerning first=252 second=63 amount=-1 -kerning first=112 second=8221 amount=-1 -kerning first=112 second=8482 amount=-2 -kerning first=252 second=41 amount=-2 -kerning first=251 second=8482 amount=-1 -kerning first=113 second=41 amount=-2 -kerning first=113 second=63 amount=-1 -kerning first=113 second=84 amount=-5 -kerning first=113 second=86 amount=-1 -kerning first=113 second=87 amount=-1 -kerning first=113 second=89 amount=-4 -kerning first=113 second=92 amount=-2 -kerning first=113 second=93 amount=-1 -kerning first=113 second=125 amount=-1 -kerning first=113 second=221 amount=-4 -kerning first=113 second=376 amount=-4 -kerning first=113 second=8482 amount=-1 -kerning first=114 second=32 amount=-1 -kerning first=114 second=41 amount=-3 -kerning first=114 second=42 amount=1 -kerning first=114 second=44 amount=-4 -kerning first=114 second=46 amount=-4 -kerning first=114 second=47 amount=-4 -kerning first=114 second=65 amount=-2 -kerning first=114 second=74 amount=-3 -kerning first=114 second=84 amount=-1 -kerning first=114 second=88 amount=-2 -kerning first=114 second=89 amount=-1 -kerning first=251 second=376 amount=-4 -kerning first=251 second=221 amount=-4 -kerning first=114 second=93 amount=-1 -kerning first=251 second=125 amount=-1 -kerning first=251 second=93 amount=-1 -kerning first=114 second=125 amount=-1 -kerning first=251 second=92 amount=-2 -kerning first=114 second=192 amount=-2 -kerning first=114 second=193 amount=-2 -kerning first=114 second=194 amount=-2 -kerning first=114 second=195 amount=-2 -kerning first=114 second=196 amount=-2 -kerning first=114 second=197 amount=-2 -kerning first=114 second=198 amount=-4 -kerning first=114 second=221 amount=-1 -kerning first=251 second=89 amount=-4 -kerning first=251 second=87 amount=-1 -kerning first=251 second=86 amount=-1 -kerning first=251 second=84 amount=-5 -kerning first=251 second=63 amount=-1 -kerning first=251 second=41 amount=-2 -kerning first=250 second=8482 amount=-1 -kerning first=250 second=376 amount=-4 -kerning first=114 second=376 amount=-1 -kerning first=250 second=221 amount=-4 -kerning first=114 second=8218 amount=-4 -kerning first=114 second=8222 amount=-4 -kerning first=114 second=8230 amount=-4 -kerning first=114 second=8482 amount=-1 -kerning first=115 second=41 amount=-2 -kerning first=115 second=63 amount=-2 -kerning first=115 second=84 amount=-6 -kerning first=115 second=86 amount=-2 -kerning first=115 second=87 amount=-1 -kerning first=115 second=89 amount=-5 -kerning first=115 second=92 amount=-3 -kerning first=115 second=93 amount=-2 -kerning first=250 second=125 amount=-1 -kerning first=115 second=125 amount=-1 -kerning first=115 second=221 amount=-5 -kerning first=250 second=93 amount=-1 -kerning first=250 second=92 amount=-2 -kerning first=115 second=376 amount=-5 -kerning first=250 second=89 amount=-4 -kerning first=250 second=87 amount=-1 -kerning first=115 second=8482 amount=-2 -kerning first=116 second=41 amount=-1 -kerning first=116 second=84 amount=-3 -kerning first=250 second=86 amount=-1 -kerning first=116 second=89 amount=-2 -kerning first=116 second=92 amount=-1 -kerning first=116 second=93 amount=-1 -kerning first=116 second=221 amount=-2 -kerning first=250 second=84 amount=-5 -kerning first=116 second=376 amount=-2 -kerning first=116 second=8482 amount=-1 -kerning first=117 second=41 amount=-2 -kerning first=117 second=63 amount=-1 -kerning first=117 second=84 amount=-5 -kerning first=117 second=86 amount=-1 -kerning first=117 second=87 amount=-1 -kerning first=117 second=89 amount=-4 -kerning first=117 second=92 amount=-2 -kerning first=117 second=93 amount=-1 -kerning first=117 second=125 amount=-1 -kerning first=117 second=221 amount=-4 -kerning first=117 second=376 amount=-4 -kerning first=117 second=8482 amount=-1 -kerning first=118 second=41 amount=-3 -kerning first=250 second=63 amount=-1 -kerning first=250 second=41 amount=-2 -kerning first=118 second=47 amount=-3 -kerning first=118 second=63 amount=-1 -kerning first=249 second=8482 amount=-1 -kerning first=118 second=74 amount=-1 -kerning first=118 second=84 amount=-5 -kerning first=249 second=376 amount=-4 -kerning first=249 second=221 amount=-4 -kerning first=118 second=88 amount=-1 -kerning first=118 second=89 amount=-3 -kerning first=249 second=125 amount=-1 -kerning first=118 second=92 amount=-2 -kerning first=118 second=93 amount=-2 -kerning first=118 second=125 amount=-2 -kerning first=249 second=93 amount=-1 -kerning first=249 second=92 amount=-2 -kerning first=249 second=89 amount=-4 -kerning first=249 second=87 amount=-1 -kerning first=249 second=86 amount=-1 -kerning first=249 second=84 amount=-5 -kerning first=118 second=198 amount=-1 -kerning first=118 second=221 amount=-3 -kerning first=249 second=63 amount=-1 -kerning first=118 second=376 amount=-3 -kerning first=249 second=41 amount=-2 -kerning first=248 second=8482 amount=-2 -kerning first=248 second=8221 amount=-1 -kerning first=248 second=8220 amount=-1 -kerning first=118 second=8482 amount=-1 -kerning first=119 second=41 amount=-3 -kerning first=119 second=47 amount=-2 -kerning first=119 second=63 amount=-1 -kerning first=248 second=8217 amount=-1 -kerning first=119 second=84 amount=-5 -kerning first=119 second=86 amount=-1 -kerning first=248 second=8216 amount=-1 -kerning first=119 second=88 amount=-1 -kerning first=119 second=89 amount=-4 -kerning first=248 second=376 amount=-6 -kerning first=119 second=92 amount=-2 -kerning first=119 second=93 amount=-2 -kerning first=119 second=125 amount=-1 -kerning first=119 second=198 amount=-1 -kerning first=119 second=221 amount=-4 -kerning first=119 second=376 amount=-4 -kerning first=248 second=255 amount=-1 -kerning first=119 second=8482 amount=-1 -kerning first=120 second=41 amount=-1 -kerning first=120 second=45 amount=-1 -kerning first=120 second=84 amount=-3 -kerning first=248 second=253 amount=-1 -kerning first=120 second=89 amount=-2 -kerning first=120 second=92 amount=-1 -kerning first=120 second=93 amount=-1 -kerning first=120 second=97 amount=-1 -kerning first=120 second=99 amount=-1 -kerning first=120 second=100 amount=-1 -kerning first=120 second=101 amount=-1 -kerning first=120 second=103 amount=-1 -kerning first=120 second=111 amount=-1 -kerning first=120 second=113 amount=-1 -kerning first=120 second=173 amount=-1 -kerning first=120 second=221 amount=-2 -kerning first=120 second=224 amount=-1 -kerning first=120 second=225 amount=-1 -kerning first=120 second=226 amount=-1 -kerning first=120 second=227 amount=-1 -kerning first=120 second=228 amount=-1 -kerning first=120 second=229 amount=-1 -kerning first=120 second=230 amount=-1 -kerning first=120 second=231 amount=-1 -kerning first=120 second=232 amount=-1 -kerning first=120 second=233 amount=-1 -kerning first=120 second=234 amount=-1 -kerning first=120 second=235 amount=-1 -kerning first=120 second=240 amount=-1 -kerning first=120 second=242 amount=-1 -kerning first=120 second=243 amount=-1 -kerning first=120 second=244 amount=-1 -kerning first=120 second=245 amount=-1 -kerning first=120 second=246 amount=-1 -kerning first=120 second=248 amount=-1 -kerning first=120 second=339 amount=-1 -kerning first=120 second=376 amount=-2 -kerning first=120 second=8211 amount=-1 -kerning first=120 second=8212 amount=-1 -kerning first=120 second=8249 amount=-2 -kerning first=120 second=8482 amount=-1 -kerning first=121 second=41 amount=-3 -kerning first=248 second=221 amount=-6 -kerning first=248 second=125 amount=-2 -kerning first=121 second=47 amount=-3 -kerning first=121 second=63 amount=-1 -kerning first=248 second=121 amount=-1 -kerning first=121 second=74 amount=-1 -kerning first=121 second=84 amount=-4 -kerning first=248 second=120 amount=-1 -kerning first=248 second=93 amount=-2 -kerning first=121 second=88 amount=-1 -kerning first=121 second=89 amount=-3 -kerning first=248 second=92 amount=-5 -kerning first=121 second=92 amount=-2 -kerning first=121 second=93 amount=-2 -kerning first=248 second=89 amount=-6 -kerning first=248 second=87 amount=-1 -kerning first=121 second=125 amount=-1 -kerning first=248 second=86 amount=-3 -kerning first=248 second=84 amount=-7 -kerning first=248 second=63 amount=-3 -kerning first=248 second=47 amount=-1 -kerning first=248 second=42 amount=-1 -kerning first=248 second=41 amount=-3 -kerning first=121 second=198 amount=-1 -kerning first=121 second=221 amount=-3 -kerning first=248 second=39 amount=-2 -kerning first=248 second=34 amount=-2 -kerning first=247 second=376 amount=-1 -kerning first=247 second=221 amount=-1 -kerning first=247 second=107 amount=13 -kerning first=247 second=104 amount=13 -kerning first=247 second=98 amount=13 -kerning first=247 second=89 amount=-1 -kerning first=121 second=376 amount=-3 -kerning first=247 second=55 amount=-3 -kerning first=247 second=49 amount=-3 -kerning first=246 second=8482 amount=-2 -kerning first=246 second=8221 amount=-1 -kerning first=121 second=8482 amount=-1 -kerning first=122 second=41 amount=-2 -kerning first=122 second=63 amount=-1 -kerning first=122 second=84 amount=-5 -kerning first=122 second=86 amount=-1 -kerning first=246 second=8220 amount=-1 -kerning first=122 second=89 amount=-4 -kerning first=122 second=92 amount=-2 -kerning first=122 second=93 amount=-1 -kerning first=246 second=8217 amount=-1 -kerning first=246 second=8216 amount=-1 -kerning first=246 second=376 amount=-6 -kerning first=246 second=255 amount=-1 -kerning first=246 second=253 amount=-1 -kerning first=122 second=125 amount=-1 -kerning first=122 second=221 amount=-4 -kerning first=246 second=221 amount=-6 -kerning first=246 second=125 amount=-2 -kerning first=246 second=121 amount=-1 -kerning first=246 second=120 amount=-1 -kerning first=246 second=93 amount=-2 -kerning first=246 second=92 amount=-5 -kerning first=246 second=89 amount=-6 -kerning first=246 second=87 amount=-1 -kerning first=246 second=86 amount=-3 -kerning first=246 second=84 amount=-7 -kerning first=246 second=63 amount=-3 -kerning first=246 second=47 amount=-1 -kerning first=246 second=42 amount=-1 -kerning first=246 second=41 amount=-3 -kerning first=246 second=39 amount=-2 -kerning first=246 second=34 amount=-2 -kerning first=245 second=8482 amount=-2 -kerning first=245 second=8221 amount=-1 -kerning first=245 second=8220 amount=-1 -kerning first=245 second=8217 amount=-1 -kerning first=122 second=376 amount=-4 -kerning first=122 second=8249 amount=-1 -kerning first=122 second=8482 amount=-1 -kerning first=123 second=40 amount=-1 -kerning first=123 second=48 amount=-1 -kerning first=123 second=52 amount=-1 -kerning first=123 second=54 amount=-1 -kerning first=123 second=56 amount=-1 -kerning first=123 second=67 amount=-1 -kerning first=123 second=69 amount=-1 -kerning first=123 second=71 amount=-1 -kerning first=245 second=8216 amount=-1 -kerning first=123 second=79 amount=-1 -kerning first=123 second=81 amount=-1 -kerning first=123 second=97 amount=-2 -kerning first=123 second=99 amount=-2 -kerning first=123 second=100 amount=-2 -kerning first=123 second=101 amount=-2 -kerning first=123 second=102 amount=2 -kerning first=123 second=103 amount=-2 -kerning first=123 second=106 amount=1 -kerning first=123 second=109 amount=-1 -kerning first=123 second=110 amount=-1 -kerning first=123 second=111 amount=-2 -kerning first=123 second=112 amount=-1 -kerning first=123 second=113 amount=-2 -kerning first=123 second=114 amount=-1 -kerning first=123 second=115 amount=-1 -kerning first=123 second=116 amount=-1 -kerning first=123 second=117 amount=-1 -kerning first=123 second=118 amount=-1 -kerning first=123 second=119 amount=-1 -kerning first=123 second=121 amount=-1 -kerning first=123 second=122 amount=-1 -kerning first=123 second=199 amount=-1 -kerning first=123 second=200 amount=-1 -kerning first=123 second=201 amount=-1 -kerning first=123 second=202 amount=-1 -kerning first=123 second=203 amount=-1 -kerning first=123 second=206 amount=2 -kerning first=123 second=210 amount=-1 -kerning first=123 second=211 amount=-1 -kerning first=123 second=212 amount=-1 -kerning first=123 second=213 amount=-1 -kerning first=123 second=214 amount=-1 -kerning first=123 second=216 amount=-1 -kerning first=123 second=223 amount=2 -kerning first=123 second=224 amount=-2 -kerning first=123 second=225 amount=-2 -kerning first=123 second=226 amount=-2 -kerning first=123 second=227 amount=-2 -kerning first=123 second=228 amount=-2 -kerning first=123 second=229 amount=-2 -kerning first=123 second=230 amount=-2 -kerning first=123 second=231 amount=-2 -kerning first=123 second=232 amount=-2 -kerning first=123 second=233 amount=-2 -kerning first=123 second=234 amount=-2 -kerning first=123 second=235 amount=-2 -kerning first=123 second=236 amount=5 -kerning first=123 second=238 amount=3 -kerning first=123 second=239 amount=2 -kerning first=123 second=240 amount=-2 -kerning first=123 second=241 amount=-1 -kerning first=123 second=242 amount=-2 -kerning first=123 second=243 amount=-2 -kerning first=123 second=244 amount=-2 -kerning first=123 second=245 amount=-2 -kerning first=123 second=246 amount=-2 -kerning first=123 second=248 amount=-2 -kerning first=123 second=249 amount=-1 -kerning first=123 second=250 amount=-1 -kerning first=123 second=251 amount=-1 -kerning first=123 second=252 amount=-1 -kerning first=123 second=253 amount=-1 -kerning first=245 second=376 amount=-6 -kerning first=123 second=255 amount=-1 -kerning first=123 second=338 amount=-1 -kerning first=123 second=339 amount=-2 -kerning first=123 second=353 amount=-1 -kerning first=123 second=382 amount=-1 -kerning first=245 second=255 amount=-1 -kerning first=245 second=253 amount=-1 -kerning first=245 second=221 amount=-6 -kerning first=124 second=206 amount=1 -kerning first=124 second=236 amount=3 -kerning first=124 second=238 amount=3 -kerning first=245 second=125 amount=-2 -kerning first=125 second=89 amount=-1 -kerning first=125 second=98 amount=13 -kerning first=125 second=104 amount=13 -kerning first=125 second=107 amount=13 -kerning first=125 second=221 amount=-1 -kerning first=125 second=376 amount=-1 -kerning first=245 second=121 amount=-1 -kerning first=126 second=89 amount=-1 -kerning first=126 second=98 amount=13 -kerning first=126 second=104 amount=13 -kerning first=126 second=107 amount=13 -kerning first=126 second=221 amount=-1 -kerning first=126 second=376 amount=-1 -kerning first=245 second=120 amount=-1 -kerning first=245 second=93 amount=-2 -kerning first=245 second=92 amount=-5 -kerning first=245 second=89 amount=-6 -kerning first=245 second=87 amount=-1 -kerning first=245 second=86 amount=-3 -kerning first=245 second=84 amount=-7 -kerning first=245 second=63 amount=-3 -kerning first=245 second=47 amount=-1 -kerning first=245 second=42 amount=-1 -kerning first=245 second=41 amount=-3 -kerning first=245 second=39 amount=-2 -kerning first=245 second=34 amount=-2 -kerning first=244 second=8482 amount=-2 -kerning first=244 second=8221 amount=-1 -kerning first=244 second=8220 amount=-1 -kerning first=244 second=8217 amount=-1 -kerning first=244 second=8216 amount=-1 -kerning first=244 second=376 amount=-6 -kerning first=244 second=255 amount=-1 -kerning first=244 second=253 amount=-1 -kerning first=244 second=221 amount=-6 -kerning first=244 second=125 amount=-2 -kerning first=244 second=121 amount=-1 -kerning first=161 second=84 amount=-2 -kerning first=161 second=86 amount=-1 -kerning first=161 second=87 amount=-1 -kerning first=161 second=89 amount=-3 -kerning first=161 second=221 amount=-3 -kerning first=161 second=376 amount=-3 -kerning first=244 second=120 amount=-1 -kerning first=162 second=89 amount=-1 -kerning first=162 second=98 amount=13 -kerning first=162 second=104 amount=13 -kerning first=162 second=107 amount=13 -kerning first=162 second=221 amount=-1 -kerning first=162 second=376 amount=-1 -kerning first=244 second=93 amount=-2 -kerning first=163 second=89 amount=-1 -kerning first=163 second=98 amount=13 -kerning first=163 second=104 amount=13 -kerning first=163 second=107 amount=13 -kerning first=163 second=221 amount=-1 -kerning first=163 second=376 amount=-1 -kerning first=244 second=92 amount=-5 -kerning first=164 second=89 amount=-1 -kerning first=164 second=98 amount=13 -kerning first=164 second=104 amount=13 -kerning first=164 second=107 amount=13 -kerning first=164 second=221 amount=-1 -kerning first=164 second=376 amount=-1 -kerning first=244 second=89 amount=-6 -kerning first=165 second=89 amount=-1 -kerning first=165 second=98 amount=13 -kerning first=165 second=104 amount=13 -kerning first=165 second=107 amount=13 -kerning first=165 second=221 amount=-1 -kerning first=165 second=376 amount=-1 -kerning first=244 second=87 amount=-1 -kerning first=170 second=89 amount=-1 -kerning first=170 second=98 amount=13 -kerning first=170 second=104 amount=13 -kerning first=170 second=107 amount=13 -kerning first=170 second=221 amount=-1 -kerning first=170 second=376 amount=-1 -kerning first=244 second=86 amount=-3 -kerning first=172 second=89 amount=-1 -kerning first=172 second=98 amount=13 -kerning first=172 second=104 amount=13 -kerning first=172 second=107 amount=13 -kerning first=172 second=221 amount=-1 -kerning first=172 second=376 amount=-1 -kerning first=173 second=34 amount=-6 -kerning first=173 second=39 amount=-6 -kerning first=173 second=49 amount=-3 -kerning first=173 second=55 amount=-3 -kerning first=173 second=74 amount=-1 -kerning first=173 second=84 amount=-4 -kerning first=173 second=86 amount=-1 -kerning first=244 second=84 amount=-7 -kerning first=173 second=88 amount=-1 -kerning first=173 second=89 amount=-4 -kerning first=244 second=63 amount=-3 -kerning first=173 second=116 amount=-1 -kerning first=173 second=120 amount=-1 -kerning first=173 second=221 amount=-4 -kerning first=244 second=47 amount=-1 -kerning first=244 second=42 amount=-1 -kerning first=173 second=376 amount=-4 -kerning first=173 second=8217 amount=-3 -kerning first=173 second=8221 amount=-3 -kerning first=244 second=41 amount=-3 -kerning first=244 second=39 amount=-2 -kerning first=176 second=52 amount=-1 -kerning first=244 second=34 amount=-2 -kerning first=177 second=89 amount=-1 -kerning first=177 second=98 amount=13 -kerning first=177 second=104 amount=13 -kerning first=177 second=107 amount=13 -kerning first=177 second=221 amount=-1 -kerning first=177 second=376 amount=-1 -kerning first=243 second=8482 amount=-2 -kerning first=178 second=89 amount=-1 -kerning first=178 second=98 amount=13 -kerning first=178 second=104 amount=13 -kerning first=178 second=107 amount=13 -kerning first=178 second=221 amount=-1 -kerning first=178 second=376 amount=-1 -kerning first=243 second=8221 amount=-1 -kerning first=179 second=89 amount=-1 -kerning first=179 second=98 amount=13 -kerning first=179 second=104 amount=13 -kerning first=179 second=107 amount=13 -kerning first=179 second=221 amount=-1 -kerning first=179 second=376 amount=-1 -kerning first=183 second=49 amount=-3 -kerning first=183 second=55 amount=-3 -kerning first=183 second=108 amount=-2 -kerning first=183 second=322 amount=-2 -kerning first=243 second=8220 amount=-1 -kerning first=185 second=89 amount=-1 -kerning first=185 second=98 amount=13 -kerning first=185 second=104 amount=13 -kerning first=185 second=107 amount=13 -kerning first=185 second=221 amount=-1 -kerning first=185 second=376 amount=-1 -kerning first=243 second=8217 amount=-1 -kerning first=186 second=89 amount=-1 -kerning first=186 second=98 amount=13 -kerning first=186 second=104 amount=13 -kerning first=186 second=107 amount=13 -kerning first=186 second=221 amount=-1 -kerning first=186 second=376 amount=-1 -kerning first=243 second=8216 amount=-1 -kerning first=188 second=89 amount=-1 -kerning first=188 second=98 amount=13 -kerning first=188 second=104 amount=13 -kerning first=188 second=107 amount=13 -kerning first=188 second=221 amount=-1 -kerning first=188 second=376 amount=-1 -kerning first=243 second=376 amount=-6 -kerning first=189 second=89 amount=-1 -kerning first=189 second=98 amount=13 -kerning first=189 second=104 amount=13 -kerning first=189 second=107 amount=13 -kerning first=189 second=221 amount=-1 -kerning first=189 second=376 amount=-1 -kerning first=243 second=255 amount=-1 -kerning first=190 second=89 amount=-1 -kerning first=190 second=98 amount=13 -kerning first=190 second=104 amount=13 -kerning first=190 second=107 amount=13 -kerning first=190 second=221 amount=-1 -kerning first=190 second=376 amount=-1 -kerning first=191 second=66 amount=-1 -kerning first=191 second=67 amount=-4 -kerning first=191 second=68 amount=-1 -kerning first=191 second=69 amount=-3 -kerning first=191 second=70 amount=-1 -kerning first=191 second=71 amount=-4 -kerning first=191 second=72 amount=-1 -kerning first=191 second=73 amount=-1 -kerning first=191 second=75 amount=-1 -kerning first=191 second=76 amount=-3 -kerning first=191 second=77 amount=-1 -kerning first=191 second=78 amount=-1 -kerning first=191 second=79 amount=-4 -kerning first=191 second=80 amount=-1 -kerning first=191 second=81 amount=-4 -kerning first=191 second=82 amount=-1 -kerning first=191 second=83 amount=-3 -kerning first=191 second=84 amount=-5 -kerning first=191 second=85 amount=-4 -kerning first=191 second=86 amount=-5 -kerning first=191 second=87 amount=-4 -kerning first=191 second=89 amount=-6 -kerning first=191 second=97 amount=-4 -kerning first=191 second=98 amount=-1 -kerning first=191 second=99 amount=-4 -kerning first=191 second=100 amount=-4 -kerning first=191 second=101 amount=-4 -kerning first=191 second=102 amount=2 -kerning first=191 second=103 amount=-4 -kerning first=191 second=104 amount=-1 -kerning first=191 second=105 amount=-1 -kerning first=191 second=106 amount=1 -kerning first=191 second=107 amount=-1 -kerning first=191 second=108 amount=-3 -kerning first=191 second=109 amount=-1 -kerning first=191 second=110 amount=-1 -kerning first=191 second=111 amount=-4 -kerning first=191 second=112 amount=-1 -kerning first=191 second=113 amount=-4 -kerning first=191 second=114 amount=-1 -kerning first=191 second=115 amount=-3 -kerning first=191 second=116 amount=-3 -kerning first=191 second=117 amount=-3 -kerning first=191 second=118 amount=-4 -kerning first=191 second=119 amount=-3 -kerning first=191 second=121 amount=-2 -kerning first=191 second=122 amount=-1 -kerning first=191 second=199 amount=-4 -kerning first=191 second=200 amount=-3 -kerning first=191 second=201 amount=-3 -kerning first=191 second=202 amount=-3 -kerning first=191 second=203 amount=-3 -kerning first=191 second=204 amount=-1 -kerning first=191 second=205 amount=-1 -kerning first=191 second=206 amount=-1 -kerning first=191 second=207 amount=-1 -kerning first=191 second=208 amount=-1 -kerning first=191 second=209 amount=-1 -kerning first=191 second=210 amount=-4 -kerning first=191 second=211 amount=-4 -kerning first=191 second=212 amount=-4 -kerning first=191 second=213 amount=-4 -kerning first=191 second=214 amount=-4 -kerning first=191 second=216 amount=-4 -kerning first=191 second=217 amount=-4 -kerning first=191 second=218 amount=-4 -kerning first=191 second=219 amount=-4 -kerning first=191 second=220 amount=-4 -kerning first=191 second=221 amount=-6 -kerning first=191 second=222 amount=-1 -kerning first=191 second=223 amount=2 -kerning first=191 second=224 amount=-4 -kerning first=191 second=225 amount=-4 -kerning first=191 second=226 amount=-4 -kerning first=191 second=227 amount=-4 -kerning first=191 second=228 amount=-4 -kerning first=191 second=229 amount=-4 -kerning first=191 second=230 amount=-4 -kerning first=191 second=231 amount=-4 -kerning first=191 second=232 amount=-4 -kerning first=191 second=233 amount=-4 -kerning first=191 second=234 amount=-4 -kerning first=191 second=235 amount=-4 -kerning first=191 second=236 amount=-1 -kerning first=191 second=237 amount=-1 -kerning first=191 second=238 amount=-1 -kerning first=191 second=239 amount=-1 -kerning first=191 second=240 amount=-4 -kerning first=191 second=241 amount=-1 -kerning first=191 second=242 amount=-4 -kerning first=191 second=243 amount=-4 -kerning first=191 second=244 amount=-4 -kerning first=191 second=245 amount=-4 -kerning first=191 second=246 amount=-4 -kerning first=191 second=248 amount=-4 -kerning first=191 second=249 amount=-3 -kerning first=191 second=250 amount=-3 -kerning first=191 second=251 amount=-3 -kerning first=191 second=252 amount=-3 -kerning first=191 second=253 amount=-2 -kerning first=243 second=253 amount=-1 -kerning first=191 second=255 amount=-2 -kerning first=191 second=305 amount=-1 -kerning first=191 second=321 amount=-3 -kerning first=191 second=322 amount=-3 -kerning first=191 second=338 amount=-4 -kerning first=191 second=339 amount=-4 -kerning first=191 second=352 amount=-3 -kerning first=191 second=353 amount=-3 -kerning first=191 second=376 amount=-6 -kerning first=191 second=382 amount=-1 -kerning first=243 second=221 amount=-6 -kerning first=243 second=125 amount=-2 -kerning first=192 second=32 amount=-2 -kerning first=192 second=34 amount=-3 -kerning first=192 second=39 amount=-3 -kerning first=192 second=42 amount=-3 -kerning first=192 second=49 amount=-3 -kerning first=192 second=55 amount=-1 -kerning first=192 second=63 amount=-3 -kerning first=192 second=67 amount=-1 -kerning first=243 second=121 amount=-1 -kerning first=192 second=71 amount=-1 -kerning first=243 second=120 amount=-1 -kerning first=192 second=79 amount=-1 -kerning first=192 second=81 amount=-1 -kerning first=192 second=84 amount=-5 -kerning first=192 second=85 amount=-1 -kerning first=192 second=86 amount=-3 -kerning first=192 second=87 amount=-2 -kerning first=192 second=89 amount=-5 -kerning first=192 second=92 amount=-4 -kerning first=243 second=93 amount=-2 -kerning first=192 second=116 amount=-1 -kerning first=192 second=118 amount=-1 -kerning first=243 second=92 amount=-5 -kerning first=192 second=121 amount=-1 -kerning first=243 second=89 amount=-6 -kerning first=243 second=87 amount=-1 -kerning first=192 second=170 amount=-1 -kerning first=192 second=174 amount=-2 -kerning first=192 second=186 amount=-2 -kerning first=192 second=199 amount=-1 -kerning first=243 second=86 amount=-3 -kerning first=243 second=84 amount=-7 -kerning first=243 second=63 amount=-3 -kerning first=243 second=47 amount=-1 -kerning first=192 second=210 amount=-1 -kerning first=192 second=211 amount=-1 -kerning first=192 second=212 amount=-1 -kerning first=192 second=213 amount=-1 -kerning first=192 second=214 amount=-1 -kerning first=192 second=216 amount=-1 -kerning first=192 second=217 amount=-1 -kerning first=192 second=218 amount=-1 -kerning first=192 second=219 amount=-1 -kerning first=192 second=220 amount=-1 -kerning first=192 second=221 amount=-5 -kerning first=243 second=42 amount=-1 -kerning first=192 second=253 amount=-1 -kerning first=243 second=41 amount=-3 -kerning first=192 second=255 amount=-1 -kerning first=243 second=39 amount=-2 -kerning first=192 second=338 amount=-1 -kerning first=192 second=376 amount=-5 -kerning first=192 second=8216 amount=-2 -kerning first=192 second=8217 amount=-3 -kerning first=192 second=8220 amount=-2 -kerning first=192 second=8221 amount=-3 -kerning first=192 second=8482 amount=-3 -kerning first=243 second=34 amount=-2 -kerning first=242 second=8482 amount=-2 -kerning first=193 second=32 amount=-2 -kerning first=193 second=34 amount=-3 -kerning first=193 second=39 amount=-3 -kerning first=193 second=42 amount=-3 -kerning first=193 second=49 amount=-3 -kerning first=193 second=55 amount=-1 -kerning first=193 second=63 amount=-3 -kerning first=193 second=67 amount=-1 -kerning first=242 second=8221 amount=-1 -kerning first=193 second=71 amount=-1 -kerning first=242 second=8220 amount=-1 -kerning first=193 second=79 amount=-1 -kerning first=193 second=81 amount=-1 -kerning first=193 second=84 amount=-5 -kerning first=193 second=85 amount=-1 -kerning first=193 second=86 amount=-3 -kerning first=193 second=87 amount=-2 -kerning first=193 second=89 amount=-5 -kerning first=193 second=92 amount=-4 -kerning first=242 second=8217 amount=-1 -kerning first=193 second=116 amount=-1 -kerning first=193 second=118 amount=-1 -kerning first=242 second=8216 amount=-1 -kerning first=193 second=121 amount=-1 -kerning first=242 second=376 amount=-6 -kerning first=242 second=255 amount=-1 -kerning first=193 second=170 amount=-1 -kerning first=193 second=174 amount=-2 -kerning first=193 second=186 amount=-2 -kerning first=193 second=199 amount=-1 -kerning first=242 second=253 amount=-1 -kerning first=242 second=221 amount=-6 -kerning first=242 second=125 amount=-2 -kerning first=242 second=121 amount=-1 -kerning first=193 second=210 amount=-1 -kerning first=193 second=211 amount=-1 -kerning first=193 second=212 amount=-1 -kerning first=193 second=213 amount=-1 -kerning first=193 second=214 amount=-1 -kerning first=193 second=216 amount=-1 -kerning first=193 second=217 amount=-1 -kerning first=193 second=218 amount=-1 -kerning first=193 second=219 amount=-1 -kerning first=193 second=220 amount=-1 -kerning first=193 second=221 amount=-5 -kerning first=242 second=120 amount=-1 -kerning first=193 second=253 amount=-1 -kerning first=242 second=93 amount=-2 -kerning first=193 second=255 amount=-1 -kerning first=242 second=92 amount=-5 -kerning first=193 second=338 amount=-1 -kerning first=193 second=376 amount=-5 -kerning first=193 second=8216 amount=-2 -kerning first=193 second=8217 amount=-3 -kerning first=193 second=8220 amount=-2 -kerning first=193 second=8221 amount=-3 -kerning first=193 second=8482 amount=-3 -kerning first=242 second=89 amount=-6 -kerning first=242 second=87 amount=-1 -kerning first=194 second=32 amount=-2 -kerning first=194 second=34 amount=-3 -kerning first=194 second=39 amount=-3 -kerning first=194 second=42 amount=-3 -kerning first=194 second=49 amount=-3 -kerning first=194 second=55 amount=-1 -kerning first=194 second=63 amount=-3 -kerning first=194 second=67 amount=-1 -kerning first=242 second=86 amount=-3 -kerning first=194 second=71 amount=-1 -kerning first=242 second=84 amount=-7 -kerning first=194 second=79 amount=-1 -kerning first=194 second=81 amount=-1 -kerning first=194 second=84 amount=-5 -kerning first=194 second=85 amount=-1 -kerning first=194 second=86 amount=-3 -kerning first=194 second=87 amount=-2 -kerning first=194 second=89 amount=-5 -kerning first=194 second=92 amount=-4 -kerning first=242 second=63 amount=-3 -kerning first=194 second=116 amount=-1 -kerning first=194 second=118 amount=-1 -kerning first=242 second=47 amount=-1 -kerning first=194 second=121 amount=-1 -kerning first=242 second=42 amount=-1 -kerning first=242 second=41 amount=-3 -kerning first=194 second=170 amount=-1 -kerning first=194 second=174 amount=-2 -kerning first=194 second=186 amount=-2 -kerning first=194 second=199 amount=-1 -kerning first=242 second=39 amount=-2 -kerning first=242 second=34 amount=-2 -kerning first=241 second=8482 amount=-2 -kerning first=241 second=8221 amount=-1 -kerning first=194 second=210 amount=-1 -kerning first=194 second=211 amount=-1 -kerning first=194 second=212 amount=-1 -kerning first=194 second=213 amount=-1 -kerning first=194 second=214 amount=-1 -kerning first=194 second=216 amount=-1 -kerning first=194 second=217 amount=-1 -kerning first=194 second=218 amount=-1 -kerning first=194 second=219 amount=-1 -kerning first=194 second=220 amount=-1 -kerning first=194 second=221 amount=-5 -kerning first=241 second=8217 amount=-1 -kerning first=194 second=253 amount=-1 -kerning first=241 second=376 amount=-6 -kerning first=194 second=255 amount=-1 -kerning first=241 second=221 amount=-6 -kerning first=194 second=338 amount=-1 -kerning first=194 second=376 amount=-5 -kerning first=194 second=8216 amount=-2 -kerning first=194 second=8217 amount=-3 -kerning first=194 second=8220 amount=-2 -kerning first=194 second=8221 amount=-3 -kerning first=194 second=8482 amount=-3 -kerning first=241 second=125 amount=-1 -kerning first=241 second=93 amount=-1 -kerning first=195 second=32 amount=-2 -kerning first=195 second=34 amount=-3 -kerning first=195 second=39 amount=-3 -kerning first=195 second=42 amount=-3 -kerning first=195 second=49 amount=-3 -kerning first=195 second=55 amount=-1 -kerning first=195 second=63 amount=-3 -kerning first=195 second=67 amount=-1 -kerning first=241 second=92 amount=-4 -kerning first=195 second=71 amount=-1 -kerning first=241 second=89 amount=-6 -kerning first=195 second=79 amount=-1 -kerning first=195 second=81 amount=-1 -kerning first=195 second=84 amount=-5 -kerning first=195 second=85 amount=-1 -kerning first=195 second=86 amount=-3 -kerning first=195 second=87 amount=-2 -kerning first=195 second=89 amount=-5 -kerning first=195 second=92 amount=-4 -kerning first=241 second=87 amount=-1 -kerning first=195 second=116 amount=-1 -kerning first=195 second=118 amount=-1 -kerning first=241 second=86 amount=-3 -kerning first=195 second=121 amount=-1 -kerning first=241 second=84 amount=-6 -kerning first=241 second=63 amount=-2 -kerning first=195 second=170 amount=-1 -kerning first=195 second=174 amount=-2 -kerning first=195 second=186 amount=-2 -kerning first=195 second=199 amount=-1 -kerning first=241 second=42 amount=-1 -kerning first=241 second=41 amount=-2 -kerning first=241 second=39 amount=-1 -kerning first=241 second=34 amount=-1 -kerning first=195 second=210 amount=-1 -kerning first=195 second=211 amount=-1 -kerning first=195 second=212 amount=-1 -kerning first=195 second=213 amount=-1 -kerning first=195 second=214 amount=-1 -kerning first=195 second=216 amount=-1 -kerning first=195 second=217 amount=-1 -kerning first=195 second=218 amount=-1 -kerning first=195 second=219 amount=-1 -kerning first=195 second=220 amount=-1 -kerning first=195 second=221 amount=-5 -kerning first=240 second=239 amount=1 -kerning first=195 second=253 amount=-1 -kerning first=240 second=238 amount=2 -kerning first=195 second=255 amount=-1 -kerning first=240 second=236 amount=3 -kerning first=195 second=338 amount=-1 -kerning first=195 second=376 amount=-5 -kerning first=195 second=8216 amount=-2 -kerning first=195 second=8217 amount=-3 -kerning first=195 second=8220 amount=-2 -kerning first=195 second=8221 amount=-3 -kerning first=195 second=8482 amount=-3 -kerning first=240 second=120 amount=-1 -kerning first=240 second=47 amount=-2 -kerning first=196 second=32 amount=-2 -kerning first=196 second=34 amount=-3 -kerning first=196 second=39 amount=-3 -kerning first=196 second=42 amount=-3 -kerning first=196 second=49 amount=-3 -kerning first=196 second=55 amount=-1 -kerning first=196 second=63 amount=-3 -kerning first=196 second=67 amount=-1 -kerning first=240 second=41 amount=-1 -kerning first=196 second=71 amount=-1 -kerning first=239 second=8221 amount=1 -kerning first=196 second=79 amount=-1 -kerning first=196 second=81 amount=-1 -kerning first=196 second=84 amount=-5 -kerning first=196 second=85 amount=-1 -kerning first=196 second=86 amount=-3 -kerning first=196 second=87 amount=-2 -kerning first=196 second=89 amount=-5 -kerning first=196 second=92 amount=-4 -kerning first=239 second=8217 amount=1 -kerning first=196 second=116 amount=-1 -kerning first=196 second=118 amount=-1 -kerning first=239 second=125 amount=1 -kerning first=196 second=121 amount=-1 -kerning first=239 second=93 amount=1 -kerning first=239 second=92 amount=2 -kerning first=196 second=170 amount=-1 -kerning first=196 second=174 amount=-2 -kerning first=196 second=186 amount=-2 -kerning first=196 second=199 amount=-1 -kerning first=239 second=63 amount=1 -kerning first=239 second=41 amount=2 -kerning first=238 second=8482 amount=3 -kerning first=238 second=8221 amount=4 -kerning first=196 second=210 amount=-1 -kerning first=196 second=211 amount=-1 -kerning first=196 second=212 amount=-1 -kerning first=196 second=213 amount=-1 -kerning first=196 second=214 amount=-1 -kerning first=196 second=216 amount=-1 -kerning first=196 second=217 amount=-1 -kerning first=196 second=218 amount=-1 -kerning first=196 second=219 amount=-1 -kerning first=196 second=220 amount=-1 -kerning first=196 second=221 amount=-5 -kerning first=238 second=8220 amount=3 -kerning first=196 second=253 amount=-1 -kerning first=238 second=8217 amount=4 -kerning first=196 second=255 amount=-1 -kerning first=238 second=8216 amount=3 -kerning first=196 second=338 amount=-1 -kerning first=196 second=376 amount=-5 -kerning first=196 second=8216 amount=-2 -kerning first=196 second=8217 amount=-3 -kerning first=196 second=8220 amount=-2 -kerning first=196 second=8221 amount=-3 -kerning first=196 second=8482 amount=-3 -kerning first=238 second=254 amount=1 -kerning first=238 second=186 amount=1 -kerning first=197 second=32 amount=-2 -kerning first=197 second=34 amount=-3 -kerning first=197 second=39 amount=-3 -kerning first=197 second=42 amount=-3 -kerning first=197 second=49 amount=-3 -kerning first=197 second=55 amount=-1 -kerning first=197 second=63 amount=-3 -kerning first=197 second=67 amount=-1 -kerning first=238 second=174 amount=2 -kerning first=197 second=71 amount=-1 -kerning first=238 second=124 amount=1 -kerning first=197 second=79 amount=-1 -kerning first=197 second=81 amount=-1 -kerning first=197 second=84 amount=-5 -kerning first=197 second=85 amount=-1 -kerning first=197 second=86 amount=-3 -kerning first=197 second=87 amount=-2 -kerning first=197 second=89 amount=-5 -kerning first=197 second=92 amount=-4 -kerning first=238 second=108 amount=1 -kerning first=197 second=116 amount=-1 -kerning first=197 second=118 amount=-1 -kerning first=238 second=107 amount=1 -kerning first=197 second=121 amount=-1 -kerning first=238 second=106 amount=1 -kerning first=238 second=105 amount=1 -kerning first=197 second=170 amount=-1 -kerning first=197 second=174 amount=-2 -kerning first=197 second=186 amount=-2 -kerning first=197 second=199 amount=-1 -kerning first=238 second=104 amount=1 -kerning first=238 second=98 amount=1 -kerning first=238 second=93 amount=1 -kerning first=238 second=92 amount=1 -kerning first=197 second=210 amount=-1 -kerning first=197 second=211 amount=-1 -kerning first=197 second=212 amount=-1 -kerning first=197 second=213 amount=-1 -kerning first=197 second=214 amount=-1 -kerning first=197 second=216 amount=-1 -kerning first=197 second=217 amount=-1 -kerning first=197 second=218 amount=-1 -kerning first=197 second=219 amount=-1 -kerning first=197 second=220 amount=-1 -kerning first=197 second=221 amount=-5 -kerning first=238 second=63 amount=3 -kerning first=197 second=253 amount=-1 -kerning first=238 second=42 amount=3 -kerning first=197 second=255 amount=-1 -kerning first=238 second=39 amount=3 -kerning first=197 second=338 amount=-1 -kerning first=197 second=376 amount=-5 -kerning first=197 second=8216 amount=-2 -kerning first=197 second=8217 amount=-3 -kerning first=197 second=8220 amount=-2 -kerning first=197 second=8221 amount=-3 -kerning first=197 second=8482 amount=-3 -kerning first=238 second=38 amount=1 -kerning first=238 second=34 amount=3 -kerning first=238 second=33 amount=1 -kerning first=237 second=8482 amount=4 -kerning first=237 second=8221 amount=5 -kerning first=237 second=8220 amount=3 -kerning first=237 second=8217 amount=5 -kerning first=237 second=8216 amount=3 -kerning first=237 second=254 amount=2 -kerning first=237 second=174 amount=1 -kerning first=237 second=125 amount=3 -kerning first=237 second=124 amount=1 -kerning first=237 second=108 amount=2 -kerning first=237 second=107 amount=2 -kerning first=237 second=106 amount=2 -kerning first=237 second=105 amount=2 -kerning first=237 second=104 amount=2 -kerning first=237 second=98 amount=2 -kerning first=237 second=93 amount=4 -kerning first=237 second=92 amount=3 -kerning first=237 second=63 amount=4 -kerning first=237 second=42 amount=2 -kerning first=237 second=41 amount=2 -kerning first=237 second=39 amount=4 -kerning first=237 second=38 amount=1 -kerning first=237 second=34 amount=4 -kerning first=237 second=33 amount=2 -kerning first=235 second=8482 amount=-2 -kerning first=235 second=376 amount=-6 -kerning first=235 second=221 amount=-6 -kerning first=235 second=125 amount=-1 -kerning first=235 second=93 amount=-2 -kerning first=235 second=92 amount=-4 -kerning first=235 second=89 amount=-6 -kerning first=235 second=87 amount=-1 -kerning first=235 second=86 amount=-2 -kerning first=235 second=84 amount=-7 -kerning first=235 second=63 amount=-2 -kerning first=198 second=254 amount=-1 -kerning first=235 second=41 amount=-2 -kerning first=235 second=39 amount=-1 -kerning first=235 second=34 amount=-1 -kerning first=234 second=8482 amount=-2 -kerning first=234 second=376 amount=-6 -kerning first=234 second=221 amount=-6 -kerning first=234 second=125 amount=-1 -kerning first=234 second=93 amount=-2 -kerning first=234 second=92 amount=-4 -kerning first=234 second=89 amount=-6 -kerning first=234 second=87 amount=-1 -kerning first=234 second=86 amount=-2 -kerning first=234 second=84 amount=-7 -kerning first=234 second=63 amount=-2 -kerning first=234 second=41 amount=-2 -kerning first=234 second=39 amount=-1 -kerning first=234 second=34 amount=-1 -kerning first=233 second=8482 amount=-2 -kerning first=233 second=376 amount=-6 -kerning first=233 second=221 amount=-6 -kerning first=233 second=125 amount=-1 -kerning first=233 second=93 amount=-2 -kerning first=233 second=92 amount=-4 -kerning first=233 second=89 amount=-6 -kerning first=233 second=87 amount=-1 -kerning first=233 second=86 amount=-2 -kerning first=233 second=84 amount=-7 -kerning first=233 second=63 amount=-2 -kerning first=233 second=41 amount=-2 -kerning first=233 second=39 amount=-1 -kerning first=233 second=34 amount=-1 -kerning first=199 second=254 amount=-1 -kerning first=232 second=8482 amount=-2 -kerning first=232 second=376 amount=-6 -kerning first=232 second=221 amount=-6 -kerning first=232 second=125 amount=-1 -kerning first=199 second=8249 amount=-1 -kerning first=232 second=93 amount=-2 -kerning first=232 second=92 amount=-4 -kerning first=232 second=89 amount=-6 -kerning first=232 second=87 amount=-1 -kerning first=232 second=86 amount=-2 -kerning first=232 second=84 amount=-7 -kerning first=232 second=63 amount=-2 -kerning first=232 second=41 amount=-2 -kerning first=232 second=39 amount=-1 -kerning first=232 second=34 amount=-1 -kerning first=231 second=8482 amount=-2 -kerning first=231 second=8249 amount=-1 -kerning first=231 second=376 amount=-4 -kerning first=231 second=221 amount=-4 -kerning first=231 second=125 amount=-1 -kerning first=231 second=93 amount=-1 -kerning first=231 second=92 amount=-3 -kerning first=231 second=89 amount=-4 -kerning first=231 second=86 amount=-1 -kerning first=231 second=84 amount=-6 -kerning first=231 second=63 amount=-1 -kerning first=231 second=41 amount=-2 -kerning first=230 second=8482 amount=-2 -kerning first=230 second=376 amount=-6 -kerning first=230 second=221 amount=-6 -kerning first=230 second=125 amount=-1 -kerning first=230 second=93 amount=-2 -kerning first=230 second=92 amount=-4 -kerning first=230 second=89 amount=-6 -kerning first=230 second=87 amount=-1 -kerning first=230 second=86 amount=-2 -kerning first=230 second=84 amount=-7 -kerning first=230 second=63 amount=-2 -kerning first=230 second=41 amount=-2 -kerning first=230 second=39 amount=-1 -kerning first=230 second=34 amount=-1 -kerning first=200 second=254 amount=-1 -kerning first=229 second=8482 amount=-2 -kerning first=229 second=376 amount=-5 -kerning first=229 second=221 amount=-5 -kerning first=229 second=125 amount=-1 -kerning first=229 second=93 amount=-1 -kerning first=229 second=92 amount=-3 -kerning first=229 second=89 amount=-5 -kerning first=229 second=87 amount=-1 -kerning first=229 second=86 amount=-2 -kerning first=229 second=84 amount=-6 -kerning first=229 second=63 amount=-2 -kerning first=229 second=41 amount=-2 -kerning first=228 second=8482 amount=-2 -kerning first=228 second=376 amount=-5 -kerning first=228 second=221 amount=-5 -kerning first=228 second=125 amount=-1 -kerning first=228 second=93 amount=-1 -kerning first=228 second=92 amount=-3 -kerning first=228 second=89 amount=-5 -kerning first=228 second=87 amount=-1 -kerning first=228 second=86 amount=-2 -kerning first=228 second=84 amount=-6 -kerning first=228 second=63 amount=-2 -kerning first=228 second=41 amount=-2 -kerning first=227 second=8482 amount=-2 -kerning first=227 second=376 amount=-5 -kerning first=227 second=221 amount=-5 -kerning first=227 second=125 amount=-1 -kerning first=227 second=93 amount=-1 -kerning first=227 second=92 amount=-3 -kerning first=227 second=89 amount=-5 -kerning first=227 second=87 amount=-1 -kerning first=227 second=86 amount=-2 -kerning first=227 second=84 amount=-6 -kerning first=227 second=63 amount=-2 -kerning first=227 second=41 amount=-2 -kerning first=226 second=8482 amount=-2 -kerning first=226 second=376 amount=-5 -kerning first=201 second=254 amount=-1 -kerning first=226 second=221 amount=-5 -kerning first=226 second=125 amount=-1 -kerning first=226 second=93 amount=-1 -kerning first=226 second=92 amount=-3 -kerning first=226 second=89 amount=-5 -kerning first=226 second=87 amount=-1 -kerning first=226 second=86 amount=-2 -kerning first=226 second=84 amount=-6 -kerning first=226 second=63 amount=-2 -kerning first=226 second=41 amount=-2 -kerning first=225 second=8482 amount=-2 -kerning first=225 second=376 amount=-5 -kerning first=225 second=221 amount=-5 -kerning first=225 second=125 amount=-1 -kerning first=225 second=93 amount=-1 -kerning first=225 second=92 amount=-3 -kerning first=225 second=89 amount=-5 -kerning first=225 second=87 amount=-1 -kerning first=225 second=86 amount=-2 -kerning first=225 second=84 amount=-6 -kerning first=225 second=63 amount=-2 -kerning first=225 second=41 amount=-2 -kerning first=224 second=8482 amount=-2 -kerning first=224 second=376 amount=-5 -kerning first=224 second=221 amount=-5 -kerning first=224 second=125 amount=-1 -kerning first=224 second=93 amount=-1 -kerning first=224 second=92 amount=-3 -kerning first=224 second=89 amount=-5 -kerning first=224 second=87 amount=-1 -kerning first=224 second=86 amount=-2 -kerning first=224 second=84 amount=-6 -kerning first=224 second=63 amount=-2 -kerning first=224 second=41 amount=-2 -kerning first=223 second=8482 amount=-1 -kerning first=223 second=8221 amount=-1 -kerning first=223 second=8220 amount=-1 -kerning first=223 second=8217 amount=-1 -kerning first=202 second=254 amount=-1 -kerning first=223 second=8216 amount=-1 -kerning first=223 second=376 amount=-4 -kerning first=223 second=255 amount=-2 -kerning first=223 second=254 amount=-1 -kerning first=223 second=253 amount=-2 -kerning first=223 second=223 amount=-1 -kerning first=223 second=221 amount=-4 -kerning first=223 second=186 amount=-1 -kerning first=223 second=174 amount=-1 -kerning first=223 second=170 amount=-1 -kerning first=223 second=125 amount=-1 -kerning first=223 second=121 amount=-2 -kerning first=223 second=119 amount=-1 -kerning first=223 second=118 amount=-1 -kerning first=223 second=116 amount=-2 -kerning first=223 second=102 amount=-1 -kerning first=223 second=93 amount=-1 -kerning first=223 second=92 amount=-2 -kerning first=223 second=89 amount=-4 -kerning first=223 second=87 amount=-2 -kerning first=223 second=86 amount=-3 -kerning first=223 second=84 amount=-3 -kerning first=223 second=63 amount=-2 -kerning first=223 second=42 amount=-1 -kerning first=223 second=41 amount=-2 -kerning first=223 second=39 amount=-1 -kerning first=223 second=34 amount=-1 -kerning first=223 second=32 amount=-1 -kerning first=222 second=8482 amount=-2 -kerning first=222 second=376 amount=-4 -kerning first=222 second=221 amount=-4 -kerning first=222 second=198 amount=-1 -kerning first=222 second=125 amount=-1 -kerning first=222 second=93 amount=-2 -kerning first=222 second=92 amount=-2 -kerning first=222 second=89 amount=-4 -kerning first=222 second=88 amount=-2 -kerning first=222 second=86 amount=-1 -kerning first=203 second=254 amount=-1 -kerning first=222 second=84 amount=-2 -kerning first=222 second=74 amount=-1 -kerning first=204 second=89 amount=-1 -kerning first=204 second=221 amount=-1 -kerning first=204 second=254 amount=-1 -kerning first=204 second=376 amount=-1 -kerning first=205 second=89 amount=-1 -kerning first=205 second=221 amount=-1 -kerning first=205 second=254 amount=-1 -kerning first=205 second=376 amount=-1 -kerning first=206 second=41 amount=4 -kerning first=206 second=89 amount=-1 -kerning first=206 second=93 amount=3 -kerning first=206 second=124 amount=1 -kerning first=206 second=125 amount=4 -kerning first=206 second=221 amount=-1 -kerning first=206 second=254 amount=-1 -kerning first=206 second=376 amount=-1 -kerning first=207 second=41 amount=1 -kerning first=207 second=89 amount=-1 -kerning first=222 second=63 amount=-2 -kerning first=207 second=125 amount=1 -kerning first=207 second=221 amount=-1 -kerning first=207 second=254 amount=-1 -kerning first=207 second=376 amount=-1 -kerning first=208 second=41 amount=-3 -kerning first=208 second=47 amount=-2 -kerning first=222 second=55 amount=-1 -kerning first=222 second=47 amount=-3 -kerning first=222 second=41 amount=-3 -kerning first=208 second=86 amount=-1 -kerning first=221 second=8482 amount=1 -kerning first=208 second=88 amount=-1 -kerning first=208 second=89 amount=-3 -kerning first=221 second=8250 amount=-3 -kerning first=208 second=92 amount=-2 -kerning first=208 second=93 amount=-1 -kerning first=208 second=125 amount=-1 -kerning first=221 second=8249 amount=-4 -kerning first=221 second=8230 amount=-5 -kerning first=221 second=8222 amount=-5 -kerning first=221 second=8218 amount=-5 -kerning first=221 second=8212 amount=-4 -kerning first=221 second=8211 amount=-4 -kerning first=208 second=198 amount=-1 -kerning first=208 second=221 amount=-3 -kerning first=208 second=376 amount=-3 -kerning first=221 second=382 amount=-3 -kerning first=208 second=8482 amount=-1 -kerning first=209 second=47 amount=-1 -kerning first=209 second=254 amount=-1 -kerning first=210 second=41 amount=-3 -kerning first=210 second=47 amount=-2 -kerning first=221 second=353 amount=-5 -kerning first=221 second=352 amount=-1 -kerning first=221 second=339 amount=-6 -kerning first=210 second=86 amount=-1 -kerning first=221 second=338 amount=-1 -kerning first=210 second=88 amount=-1 -kerning first=210 second=89 amount=-3 -kerning first=221 second=255 amount=-1 -kerning first=210 second=92 amount=-1 -kerning first=210 second=93 amount=-1 -kerning first=210 second=125 amount=-1 -kerning first=221 second=254 amount=-1 -kerning first=221 second=253 amount=-1 -kerning first=221 second=252 amount=-4 -kerning first=221 second=251 amount=-4 -kerning first=221 second=250 amount=-4 -kerning first=221 second=249 amount=-4 -kerning first=210 second=198 amount=-1 -kerning first=210 second=221 amount=-3 -kerning first=210 second=376 amount=-3 -kerning first=221 second=248 amount=-6 -kerning first=210 second=8482 amount=-1 -kerning first=211 second=41 amount=-3 -kerning first=211 second=47 amount=-2 -kerning first=221 second=246 amount=-6 -kerning first=221 second=245 amount=-6 -kerning first=221 second=244 amount=-6 -kerning first=211 second=86 amount=-1 -kerning first=221 second=243 amount=-6 -kerning first=211 second=88 amount=-1 -kerning first=211 second=89 amount=-3 -kerning first=221 second=242 amount=-6 -kerning first=211 second=92 amount=-1 -kerning first=211 second=93 amount=-1 -kerning first=211 second=125 amount=-1 -kerning first=221 second=241 amount=-4 -kerning first=221 second=240 amount=-5 -kerning first=221 second=235 amount=-6 -kerning first=221 second=234 amount=-6 -kerning first=221 second=233 amount=-6 -kerning first=221 second=232 amount=-6 -kerning first=211 second=198 amount=-1 -kerning first=211 second=221 amount=-3 -kerning first=211 second=376 amount=-3 -kerning first=221 second=231 amount=-6 -kerning first=211 second=8482 amount=-1 -kerning first=212 second=41 amount=-3 -kerning first=212 second=47 amount=-2 -kerning first=221 second=230 amount=-6 -kerning first=221 second=229 amount=-6 -kerning first=221 second=228 amount=-6 -kerning first=212 second=86 amount=-1 -kerning first=221 second=227 amount=-6 -kerning first=212 second=88 amount=-1 -kerning first=212 second=89 amount=-3 -kerning first=221 second=226 amount=-6 -kerning first=212 second=92 amount=-1 -kerning first=212 second=93 amount=-1 -kerning first=212 second=125 amount=-1 -kerning first=221 second=225 amount=-6 -kerning first=221 second=224 amount=-6 -kerning first=221 second=223 amount=-1 -kerning first=221 second=216 amount=-1 -kerning first=221 second=214 amount=-1 -kerning first=221 second=213 amount=-1 -kerning first=212 second=198 amount=-1 -kerning first=212 second=221 amount=-3 -kerning first=212 second=376 amount=-3 -kerning first=221 second=212 amount=-1 -kerning first=212 second=8482 amount=-1 -kerning first=213 second=41 amount=-3 -kerning first=213 second=47 amount=-2 -kerning first=221 second=211 amount=-1 -kerning first=221 second=210 amount=-1 -kerning first=221 second=199 amount=-1 -kerning first=213 second=86 amount=-1 -kerning first=221 second=198 amount=-8 -kerning first=213 second=88 amount=-1 -kerning first=213 second=89 amount=-3 -kerning first=221 second=197 amount=-5 -kerning first=213 second=92 amount=-1 -kerning first=213 second=93 amount=-1 -kerning first=213 second=125 amount=-1 -kerning first=221 second=196 amount=-5 -kerning first=221 second=195 amount=-5 -kerning first=221 second=194 amount=-5 -kerning first=221 second=193 amount=-5 -kerning first=221 second=192 amount=-5 -kerning first=221 second=173 amount=-4 -kerning first=213 second=198 amount=-1 -kerning first=213 second=221 amount=-3 -kerning first=213 second=376 amount=-3 -kerning first=221 second=169 amount=-1 -kerning first=213 second=8482 amount=-1 -kerning first=214 second=41 amount=-3 -kerning first=214 second=47 amount=-2 -kerning first=221 second=122 amount=-3 -kerning first=221 second=121 amount=-1 -kerning first=221 second=120 amount=-2 -kerning first=214 second=86 amount=-1 -kerning first=221 second=119 amount=-2 -kerning first=214 second=88 amount=-1 -kerning first=214 second=89 amount=-3 -kerning first=221 second=118 amount=-1 -kerning first=214 second=92 amount=-1 -kerning first=214 second=93 amount=-1 -kerning first=214 second=125 amount=-1 -kerning first=221 second=117 amount=-4 -kerning first=221 second=116 amount=-1 -kerning first=221 second=115 amount=-5 -kerning first=221 second=114 amount=-4 -kerning first=221 second=113 amount=-6 -kerning first=221 second=112 amount=-4 -kerning first=214 second=198 amount=-1 -kerning first=214 second=221 amount=-3 -kerning first=214 second=376 amount=-3 -kerning first=221 second=111 amount=-6 -kerning first=214 second=8482 amount=-1 -kerning first=215 second=49 amount=-1 -kerning first=215 second=55 amount=-1 -kerning first=221 second=110 amount=-4 -kerning first=215 second=89 amount=-1 -kerning first=215 second=98 amount=13 -kerning first=215 second=104 amount=13 -kerning first=215 second=107 amount=13 -kerning first=215 second=221 amount=-1 -kerning first=215 second=376 amount=-1 -kerning first=216 second=41 amount=-3 -kerning first=216 second=47 amount=-2 -kerning first=221 second=109 amount=-4 -kerning first=221 second=103 amount=-6 -kerning first=221 second=102 amount=-1 -kerning first=216 second=86 amount=-1 -kerning first=221 second=101 amount=-6 -kerning first=216 second=88 amount=-1 -kerning first=216 second=89 amount=-3 -kerning first=221 second=100 amount=-6 -kerning first=216 second=92 amount=-1 -kerning first=216 second=93 amount=-1 -kerning first=216 second=125 amount=-1 -kerning first=221 second=99 amount=-6 -kerning first=221 second=97 amount=-6 -kerning first=221 second=92 amount=1 -kerning first=221 second=83 amount=-1 -kerning first=221 second=81 amount=-1 -kerning first=221 second=79 amount=-1 -kerning first=216 second=198 amount=-1 -kerning first=216 second=221 amount=-3 -kerning first=216 second=376 amount=-3 -kerning first=221 second=74 amount=-3 -kerning first=216 second=8482 amount=-1 -kerning first=217 second=47 amount=-2 -kerning first=221 second=71 amount=-1 -kerning first=221 second=67 amount=-1 -kerning first=221 second=65 amount=-5 -kerning first=221 second=63 amount=1 -kerning first=221 second=59 amount=-2 -kerning first=221 second=58 amount=-2 -kerning first=221 second=55 amount=1 -kerning first=221 second=52 amount=-3 -kerning first=217 second=198 amount=-1 -kerning first=217 second=254 amount=-2 -kerning first=218 second=47 amount=-2 -kerning first=221 second=48 amount=-1 -kerning first=221 second=47 amount=-6 -kerning first=221 second=46 amount=-5 -kerning first=221 second=45 amount=-4 -kerning first=221 second=44 amount=-5 -kerning first=221 second=32 amount=-2 -kerning first=220 second=254 amount=-2 -kerning first=220 second=198 amount=-1 -kerning first=218 second=198 amount=-1 -kerning first=218 second=254 amount=-2 -kerning first=219 second=47 amount=-2 -kerning first=220 second=47 amount=-2 -kerning first=219 second=254 amount=-2 -kerning first=219 second=198 amount=-1 diff --git a/osu.Game.Resources/Fonts/Exo2.0-Bold.bin b/osu.Game.Resources/Fonts/Exo2.0-Bold.bin new file mode 100644 index 0000000000000000000000000000000000000000..9eebc9eaa7a77ef303e60252012ca77e65aec39b GIT binary patch literal 40944 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

9H`|)<@h?8NSgA?FZS2(P&a*rh%Cicx| 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 M~v*qt|;`b%LmqrsG5< zwArbhB65$@lNN+^yZ&wr4I0wpv-RPmRU*$zZL(Lc_rv;3ZSu%{jUMgrfKg10Tq1t` z9-Mf4x-N-xZf!%-ok`yidA7Sk+pfQOwI@bqMZOJKxo0C9_L&G-BWk5Qt-stKrlXo; zG??Vwr`@E`hDF=-w4*OOV_!PbJW3H+gRGG`UJ*SU4aW0sF^7qHP55HMzfR1?9Ni%N zDP@!Xs+ly%c>p;NAm;((Jb;`Bkn;dqpvQBtHqYVcG7}N^I=l2Bp)oJ9avnI>&^lqIFR|~$%1dg_KiWADph?ZKcFqH|!PJ}wX#G6s z=dPN`zq|Dp>IOLv(3}U5^8j)lK+Xf`bUp6N+B${X!KVV6(PR#2YSNS-`Z^D=Qn~Dl z^8l+O2@&0P_~$%8V;4NK&k>q;3vwPn-c`tX067mJ=Kp;N@P#~W z#mEyy_I^SVH*6=YzKQ9xsw?NJV$aw%c4HtlV$8(DQn{zt1H-oAgW&^U~Jswx`w+d2LSz(XO8d zTT^o$V09iq&I4$$NghDX1E`+|kLi==;QK-;e5+~d=>|Cu(3}U5^8j)lK+Xfmc>wkE zV2eI^4!)xSoLzt^X=?-jb|==ZH{o&wHuJtGqbrLXo4kB(+6BaYv`NP~=h07CGW)C7qcxPvr5q2S*FJhgO0- zGMZ9I1k-frdLhJkI8w|}}LG}vrC{Kvo7jj?7Js|gh+~aYP zdqD01xd-GPkbB@c`CJM_9+})1ZDVRfqHeVNaB8c9_!Y+U(qm;>mnYc+to8uHgLe5Z z{hh0)1f7~>|A?{ugX|w<{~-GZ*+0nsLG}-_SCGAe>=k6M?iYC-X!ei&wg-?sfb0Qe z4;dF?$vDpod0xo#LY^1$ypZR8K;(6x*#pQPK+E-%0@(w| z9zgbh?6(JyJ%H>1WDg*F0NDe`^Fp2%^1P7eg*-3hc{zWcm*4Na4m5iJ*#pQP@arCZ zOF^?QkbS}GQGO`ux3hn=vwv9K?!jKWdId3_iP=njue>5g@rod?=tm;A<5$K0+Ds4a oXLS!W`$rGQ0NSRf6v%Txo)>a7Ag=@R+8}&(Uq=It6?M!12d0_cQvd(} literal 0 HcmV?d00001 diff --git a/osu.Game.Resources/Fonts/Exo2.0-Medium.fnt b/osu.Game.Resources/Fonts/Exo2.0-Medium.fnt deleted file mode 100644 index d59a51d..0000000 --- a/osu.Game.Resources/Fonts/Exo2.0-Medium.fnt +++ /dev/null @@ -1,3935 +0,0 @@ -info face="Exo 2.0 Medium" size=100 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=4,4 outline=0 -common lineHeight=100 base=84 scaleW=1024 scaleH=1024 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="Exo2.0-Medium_0.png" -chars count=342 -char id=32 x=1013 y=100 width=2 height=1 xoffset=0 yoffset=99 xadvance=18 page=0 chnl=15 -char id=33 x=1007 y=242 width=9 height=59 xoffset=7 yoffset=25 xadvance=23 page=0 chnl=15 -char id=34 x=98 y=897 width=19 height=19 xoffset=5 yoffset=26 xadvance=29 page=0 chnl=15 -char id=35 x=781 y=650 width=51 height=58 xoffset=3 yoffset=26 xadvance=57 page=0 chnl=15 -char id=36 x=970 y=82 width=39 height=77 xoffset=4 yoffset=17 xadvance=47 page=0 chnl=15 -char id=37 x=412 y=465 width=68 height=61 xoffset=3 yoffset=24 xadvance=74 page=0 chnl=15 -char id=38 x=93 y=540 width=56 height=60 xoffset=5 yoffset=25 xadvance=64 page=0 chnl=15 -char id=39 x=1013 y=77 width=7 height=19 xoffset=5 yoffset=26 xadvance=17 page=0 chnl=15 -char id=40 x=46 y=0 width=24 height=81 xoffset=4 yoffset=17 xadvance=30 page=0 chnl=15 -char id=41 x=74 y=0 width=24 height=81 xoffset=2 yoffset=17 xadvance=30 page=0 chnl=15 -char id=42 x=724 y=824 width=30 height=29 xoffset=4 yoffset=25 xadvance=37 page=0 chnl=15 -char id=43 x=280 y=840 width=37 height=36 xoffset=4 yoffset=41 xadvance=45 page=0 chnl=15 -char id=44 x=926 y=819 width=9 height=22 xoffset=5 yoffset=73 xadvance=19 page=0 chnl=15 -char id=45 x=799 y=852 width=26 height=7 xoffset=5 yoffset=59 xadvance=36 page=0 chnl=15 -char id=46 x=1007 y=305 width=9 height=11 xoffset=5 yoffset=73 xadvance=19 page=0 chnl=15 -char id=47 x=903 y=320 width=40 height=64 xoffset=2 yoffset=26 xadvance=43 page=0 chnl=15 -char id=48 x=771 y=457 width=41 height=61 xoffset=5 yoffset=24 xadvance=50 page=0 chnl=15 -char id=49 x=996 y=646 width=23 height=58 xoffset=1 yoffset=26 xadvance=33 page=0 chnl=15 -char id=50 x=506 y=593 width=39 height=59 xoffset=4 yoffset=25 xadvance=46 page=0 chnl=15 -char id=51 x=902 y=455 width=38 height=61 xoffset=4 yoffset=24 xadvance=46 page=0 chnl=15 -char id=52 x=102 y=731 width=46 height=58 xoffset=3 yoffset=26 xadvance=51 page=0 chnl=15 -char id=53 x=884 y=584 width=37 height=59 xoffset=4 yoffset=26 xadvance=44 page=0 chnl=15 -char id=54 x=624 y=526 width=39 height=60 xoffset=5 yoffset=25 xadvance=47 page=0 chnl=15 -char id=55 x=704 y=715 width=38 height=58 xoffset=3 yoffset=26 xadvance=42 page=0 chnl=15 -char id=56 x=450 y=530 width=40 height=60 xoffset=5 yoffset=25 xadvance=50 page=0 chnl=15 -char id=57 x=667 y=526 width=39 height=60 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=58 x=991 y=771 width=9 height=38 xoffset=5 yoffset=46 xadvance=20 page=0 chnl=15 -char id=59 x=203 y=792 width=9 height=49 xoffset=5 yoffset=46 xadvance=20 page=0 chnl=15 -char id=60 x=321 y=840 width=35 height=36 xoffset=4 yoffset=41 xadvance=44 page=0 chnl=15 -char id=61 x=859 y=820 width=37 height=24 xoffset=5 yoffset=47 xadvance=48 page=0 chnl=15 -char id=62 x=360 y=834 width=35 height=36 xoffset=5 yoffset=41 xadvance=44 page=0 chnl=15 -char id=63 x=956 y=519 width=36 height=60 xoffset=3 yoffset=24 xadvance=42 page=0 chnl=15 -char id=64 x=41 y=794 width=49 height=55 xoffset=5 yoffset=34 xadvance=60 page=0 chnl=15 -char id=65 x=836 y=649 width=51 height=58 xoffset=0 yoffset=26 xadvance=52 page=0 chnl=15 -char id=66 x=405 y=532 width=41 height=60 xoffset=6 yoffset=25 xadvance=51 page=0 chnl=15 -char id=67 x=494 y=529 width=40 height=60 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=68 x=310 y=534 width=44 height=60 xoffset=6 yoffset=25 xadvance=55 page=0 chnl=15 -char id=69 x=925 y=584 width=37 height=59 xoffset=6 yoffset=25 xadvance=46 page=0 chnl=15 -char id=70 x=81 y=668 width=36 height=59 xoffset=6 yoffset=25 xadvance=45 page=0 chnl=15 -char id=71 x=724 y=458 width=43 height=61 xoffset=4 yoffset=24 xadvance=52 page=0 chnl=15 -char id=72 x=300 y=724 width=43 height=58 xoffset=6 yoffset=26 xadvance=55 page=0 chnl=15 -char id=73 x=1007 y=583 width=9 height=58 xoffset=6 yoffset=26 xadvance=22 page=0 chnl=15 -char id=74 x=411 y=659 width=20 height=59 xoffset=2 yoffset=26 xadvance=28 page=0 chnl=15 -char id=75 x=440 y=721 width=42 height=58 xoffset=6 yoffset=26 xadvance=49 page=0 chnl=15 -char id=76 x=867 y=711 width=35 height=58 xoffset=6 yoffset=26 xadvance=42 page=0 chnl=15 -char id=77 x=657 y=653 width=62 height=58 xoffset=5 yoffset=26 xadvance=73 page=0 chnl=15 -char id=78 x=152 y=731 width=46 height=58 xoffset=6 yoffset=26 xadvance=59 page=0 chnl=15 -char id=79 x=673 y=461 width=47 height=61 xoffset=4 yoffset=24 xadvance=55 page=0 chnl=15 -char id=80 x=462 y=594 width=40 height=59 xoffset=6 yoffset=25 xadvance=49 page=0 chnl=15 -char id=81 x=300 y=164 width=47 height=76 xoffset=4 yoffset=24 xadvance=55 page=0 chnl=15 -char id=82 x=370 y=596 width=42 height=59 xoffset=6 yoffset=25 xadvance=51 page=0 chnl=15 -char id=83 x=538 y=529 width=39 height=60 xoffset=4 yoffset=25 xadvance=46 page=0 chnl=15 -char id=84 x=251 y=730 width=45 height=58 xoffset=1 yoffset=26 xadvance=48 page=0 chnl=15 -char id=85 x=323 y=598 width=43 height=59 xoffset=6 yoffset=26 xadvance=55 page=0 chnl=15 -char id=86 x=891 y=647 width=49 height=58 xoffset=1 yoffset=26 xadvance=51 page=0 chnl=15 -char id=87 x=435 y=659 width=75 height=58 xoffset=2 yoffset=26 xadvance=79 page=0 chnl=15 -char id=88 x=944 y=647 width=48 height=58 xoffset=1 yoffset=26 xadvance=51 page=0 chnl=15 -char id=89 x=51 y=732 width=47 height=58 xoffset=0 yoffset=26 xadvance=47 page=0 chnl=15 -char id=90 x=575 y=718 width=40 height=58 xoffset=3 yoffset=26 xadvance=47 page=0 chnl=15 -char id=91 x=465 y=0 width=18 height=79 xoffset=7 yoffset=19 xadvance=27 page=0 chnl=15 -char id=92 x=947 y=320 width=40 height=64 xoffset=2 yoffset=26 xadvance=43 page=0 chnl=15 -char id=93 x=487 y=0 width=17 height=79 xoffset=3 yoffset=19 xadvance=27 page=0 chnl=15 -char id=94 x=39 y=900 width=32 height=20 xoffset=2 yoffset=33 xadvance=36 page=0 chnl=15 -char id=95 x=687 y=861 width=37 height=7 xoffset=5 yoffset=83 xadvance=48 page=0 chnl=15 -char id=96 x=290 y=880 width=20 height=16 xoffset=2 yoffset=23 xadvance=26 page=0 chnl=15 -char id=97 x=483 y=783 width=36 height=44 xoffset=4 yoffset=41 xadvance=45 page=0 chnl=15 -char id=98 x=710 y=526 width=38 height=60 xoffset=6 yoffset=25 xadvance=47 page=0 chnl=15 -char id=99 x=562 y=780 width=34 height=44 xoffset=4 yoffset=41 xadvance=41 page=0 chnl=15 -char id=100 x=752 y=523 width=38 height=60 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=101 x=442 y=783 width=37 height=44 xoffset=4 yoffset=41 xadvance=44 page=0 chnl=15 -char id=102 x=0 y=540 width=32 height=61 xoffset=2 yoffset=23 xadvance=32 page=0 chnl=15 -char id=103 x=416 y=596 width=42 height=59 xoffset=3 yoffset=41 xadvance=46 page=0 chnl=15 -char id=104 x=966 y=583 width=37 height=59 xoffset=6 yoffset=25 xadvance=48 page=0 chnl=15 -char id=105 x=1010 y=386 width=9 height=59 xoffset=6 yoffset=25 xadvance=21 page=0 chnl=15 -char id=106 x=315 y=244 width=14 height=75 xoffset=1 yoffset=25 xadvance=21 page=0 chnl=15 -char id=107 x=121 y=668 width=36 height=59 xoffset=6 yoffset=25 xadvance=43 page=0 chnl=15 -char id=108 x=29 y=605 width=19 height=60 xoffset=6 yoffset=25 xadvance=25 page=0 chnl=15 -char id=109 x=600 y=780 width=61 height=43 xoffset=6 yoffset=41 xadvance=72 page=0 chnl=15 -char id=110 x=665 y=777 width=37 height=43 xoffset=6 yoffset=41 xadvance=48 page=0 chnl=15 -char id=111 x=357 y=786 width=39 height=44 xoffset=4 yoffset=41 xadvance=47 page=0 chnl=15 -char id=112 x=592 y=592 width=39 height=59 xoffset=6 yoffset=41 xadvance=48 page=0 chnl=15 -char id=113 x=677 y=590 width=38 height=59 xoffset=4 yoffset=41 xadvance=47 page=0 chnl=15 -char id=114 x=746 y=777 width=27 height=43 xoffset=6 yoffset=41 xadvance=33 page=0 chnl=15 -char id=115 x=523 y=783 width=35 height=44 xoffset=3 yoffset=41 xadvance=42 page=0 chnl=15 -char id=116 x=94 y=794 width=29 height=55 xoffset=2 yoffset=30 xadvance=32 page=0 chnl=15 -char id=117 x=706 y=777 width=36 height=43 xoffset=5 yoffset=42 xadvance=47 page=0 chnl=15 -char id=118 x=847 y=774 width=42 height=42 xoffset=1 yoffset=42 xadvance=44 page=0 chnl=15 -char id=119 x=777 y=777 width=66 height=42 xoffset=1 yoffset=42 xadvance=68 page=0 chnl=15 -char id=120 x=893 y=773 width=42 height=42 xoffset=1 yoffset=42 xadvance=44 page=0 chnl=15 -char id=121 x=394 y=722 width=42 height=58 xoffset=1 yoffset=42 xadvance=44 page=0 chnl=15 -char id=122 x=939 y=771 width=35 height=42 xoffset=3 yoffset=42 xadvance=42 page=0 chnl=15 -char id=123 x=415 y=0 width=21 height=79 xoffset=3 yoffset=19 xadvance=27 page=0 chnl=15 -char id=124 x=137 y=0 width=6 height=80 xoffset=7 yoffset=18 xadvance=20 page=0 chnl=15 -char id=125 x=440 y=0 width=21 height=79 xoffset=3 yoffset=19 xadvance=27 page=0 chnl=15 -char id=126 x=504 y=871 width=32 height=11 xoffset=6 yoffset=54 xadvance=43 page=0 chnl=15 -char id=161 x=0 y=794 width=9 height=58 xoffset=6 yoffset=42 xadvance=21 page=0 chnl=15 -char id=162 x=984 y=709 width=34 height=58 xoffset=4 yoffset=26 xadvance=42 page=0 chnl=15 -char id=163 x=549 y=593 width=39 height=59 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=164 x=165 y=851 width=39 height=39 xoffset=5 yoffset=35 xadvance=49 page=0 chnl=15 -char id=165 x=0 y=732 width=47 height=58 xoffset=2 yoffset=26 xadvance=51 page=0 chnl=15 -char id=166 x=126 y=0 width=7 height=80 xoffset=7 yoffset=18 xadvance=21 page=0 chnl=15 -char id=167 x=85 y=328 width=36 height=74 xoffset=4 yoffset=24 xadvance=45 page=0 chnl=15 -char id=168 x=540 y=871 width=22 height=10 xoffset=6 yoffset=25 xadvance=34 page=0 chnl=15 -char id=169 x=554 y=463 width=61 height=61 xoffset=4 yoffset=24 xadvance=69 page=0 chnl=15 -char id=170 x=694 y=824 width=26 height=30 xoffset=5 yoffset=32 xadvance=36 page=0 chnl=15 -char id=171 x=399 y=834 width=34 height=36 xoffset=3 yoffset=45 xadvance=41 page=0 chnl=15 -char id=172 x=121 y=897 width=37 height=18 xoffset=5 yoffset=55 xadvance=49 page=0 chnl=15 -char id=173 x=769 y=856 width=26 height=7 xoffset=5 yoffset=59 xadvance=36 page=0 chnl=15 -char id=174 x=208 y=845 width=38 height=38 xoffset=4 yoffset=25 xadvance=45 page=0 chnl=15 -char id=175 x=829 y=852 width=24 height=7 xoffset=4 yoffset=27 xadvance=33 page=0 chnl=15 -char id=176 x=900 y=819 width=22 height=23 xoffset=4 yoffset=24 xadvance=30 page=0 chnl=15 -char id=177 x=42 y=853 width=38 height=40 xoffset=5 yoffset=39 xadvance=48 page=0 chnl=15 -char id=178 x=475 y=831 width=27 height=36 xoffset=4 yoffset=18 xadvance=36 page=0 chnl=15 -char id=179 x=250 y=840 width=26 height=37 xoffset=4 yoffset=18 xadvance=34 page=0 chnl=15 -char id=180 x=266 y=881 width=20 height=16 xoffset=4 yoffset=23 xadvance=26 page=0 chnl=15 -char id=182 x=947 y=163 width=39 height=75 xoffset=3 yoffset=25 xadvance=49 page=0 chnl=15 -char id=183 x=426 y=874 width=9 height=12 xoffset=5 yoffset=56 xadvance=20 page=0 chnl=15 -char id=184 x=346 y=880 width=14 height=14 xoffset=3 yoffset=86 xadvance=19 page=0 chnl=15 -char id=185 x=1004 y=771 width=16 height=35 xoffset=2 yoffset=19 xadvance=24 page=0 chnl=15 -char id=186 x=662 y=827 width=28 height=30 xoffset=4 yoffset=32 xadvance=37 page=0 chnl=15 -char id=187 x=437 y=832 width=34 height=36 xoffset=4 yoffset=45 xadvance=41 page=0 chnl=15 -char id=188 x=586 y=656 width=67 height=58 xoffset=2 yoffset=26 xadvance=72 page=0 chnl=15 -char id=189 x=514 y=656 width=68 height=58 xoffset=2 yoffset=26 xadvance=74 page=0 chnl=15 -char id=190 x=52 y=605 width=73 height=59 xoffset=4 yoffset=25 xadvance=79 page=0 chnl=15 -char id=191 x=41 y=669 width=36 height=59 xoffset=3 yoffset=41 xadvance=41 page=0 chnl=15 -char id=192 x=340 y=83 width=51 height=77 xoffset=0 yoffset=7 xadvance=52 page=0 chnl=15 -char id=193 x=285 y=83 width=51 height=77 xoffset=0 yoffset=7 xadvance=52 page=0 chnl=15 -char id=194 x=143 y=165 width=51 height=76 xoffset=0 yoffset=8 xadvance=52 page=0 chnl=15 -char id=195 x=608 y=163 width=51 height=75 xoffset=0 yoffset=9 xadvance=52 page=0 chnl=15 -char id=196 x=469 y=244 width=51 height=74 xoffset=0 yoffset=10 xadvance=52 page=0 chnl=15 -char id=197 x=508 y=0 width=51 height=78 xoffset=0 yoffset=6 xadvance=52 page=0 chnl=15 -char id=198 x=129 y=604 width=73 height=59 xoffset=0 yoffset=25 xadvance=76 page=0 chnl=15 -char id=199 x=903 y=163 width=40 height=75 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=200 x=374 y=0 width=37 height=79 xoffset=6 yoffset=5 xadvance=46 page=0 chnl=15 -char id=201 x=292 y=0 width=37 height=79 xoffset=6 yoffset=5 xadvance=46 page=0 chnl=15 -char id=202 x=86 y=85 width=37 height=78 xoffset=6 yoffset=6 xadvance=46 page=0 chnl=15 -char id=203 x=211 y=245 width=37 height=75 xoffset=6 yoffset=9 xadvance=46 page=0 chnl=15 -char id=204 x=40 y=168 width=20 height=77 xoffset=-4 yoffset=7 xadvance=22 page=0 chnl=15 -char id=205 x=987 y=0 width=20 height=77 xoffset=5 yoffset=7 xadvance=22 page=0 chnl=15 -char id=206 x=491 y=164 width=28 height=76 xoffset=-2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=207 x=164 y=327 width=23 height=74 xoffset=0 yoffset=10 xadvance=22 page=0 chnl=15 -char id=208 x=207 y=538 width=50 height=60 xoffset=1 yoffset=25 xadvance=55 page=0 chnl=15 -char id=209 x=714 y=163 width=46 height=75 xoffset=6 yoffset=9 xadvance=59 page=0 chnl=15 -char id=210 x=614 y=0 width=47 height=78 xoffset=4 yoffset=7 xadvance=55 page=0 chnl=15 -char id=211 x=563 y=0 width=47 height=78 xoffset=4 yoffset=7 xadvance=55 page=0 chnl=15 -char id=212 x=446 y=83 width=47 height=77 xoffset=4 yoffset=8 xadvance=55 page=0 chnl=15 -char id=213 x=198 y=165 width=47 height=76 xoffset=4 yoffset=9 xadvance=55 page=0 chnl=15 -char id=214 x=663 y=163 width=47 height=75 xoffset=4 yoffset=10 xadvance=55 page=0 chnl=15 -char id=215 x=624 y=827 width=34 height=33 xoffset=3 yoffset=43 xadvance=40 page=0 chnl=15 -char id=216 x=563 y=322 width=47 height=69 xoffset=4 yoffset=20 xadvance=55 page=0 chnl=15 -char id=217 x=713 y=0 width=43 height=78 xoffset=6 yoffset=7 xadvance=55 page=0 chnl=15 -char id=218 x=760 y=0 width=43 height=78 xoffset=6 yoffset=7 xadvance=55 page=0 chnl=15 -char id=219 x=697 y=82 width=43 height=77 xoffset=6 yoffset=8 xadvance=55 page=0 chnl=15 -char id=220 x=764 y=163 width=43 height=75 xoffset=6 yoffset=10 xadvance=55 page=0 chnl=15 -char id=221 x=497 y=83 width=47 height=77 xoffset=0 yoffset=7 xadvance=47 page=0 chnl=15 -char id=222 x=531 y=718 width=40 height=58 xoffset=6 yoffset=26 xadvance=49 page=0 chnl=15 -char id=223 x=746 y=391 width=52 height=62 xoffset=2 yoffset=23 xadvance=56 page=0 chnl=15 -char id=224 x=412 y=398 width=36 height=63 xoffset=4 yoffset=22 xadvance=45 page=0 chnl=15 -char id=225 x=372 y=398 width=36 height=63 xoffset=4 yoffset=22 xadvance=45 page=0 chnl=15 -char id=226 x=0 y=474 width=36 height=62 xoffset=4 yoffset=23 xadvance=45 page=0 chnl=15 -char id=227 x=984 y=454 width=36 height=61 xoffset=4 yoffset=24 xadvance=45 page=0 chnl=15 -char id=228 x=916 y=520 width=36 height=60 xoffset=4 yoffset=25 xadvance=45 page=0 chnl=15 -char id=229 x=123 y=406 width=36 height=64 xoffset=4 yoffset=21 xadvance=45 page=0 chnl=15 -char id=230 x=288 y=792 width=65 height=44 xoffset=4 yoffset=41 xadvance=72 page=0 chnl=15 -char id=231 x=316 y=661 width=34 height=59 xoffset=4 yoffset=41 xadvance=41 page=0 chnl=15 -char id=232 x=249 y=401 width=37 height=63 xoffset=4 yoffset=22 xadvance=44 page=0 chnl=15 -char id=233 x=290 y=400 width=37 height=63 xoffset=4 yoffset=22 xadvance=44 page=0 chnl=15 -char id=234 x=928 y=388 width=37 height=62 xoffset=4 yoffset=23 xadvance=44 page=0 chnl=15 -char id=235 x=794 y=522 width=37 height=60 xoffset=4 yoffset=25 xadvance=44 page=0 chnl=15 -char id=236 x=189 y=472 width=20 height=62 xoffset=-4 yoffset=22 xadvance=21 page=0 chnl=15 -char id=237 x=213 y=469 width=20 height=62 xoffset=4 yoffset=22 xadvance=21 page=0 chnl=15 -char id=238 x=36 y=540 width=28 height=61 xoffset=-3 yoffset=23 xadvance=21 page=0 chnl=15 -char id=239 x=385 y=659 width=22 height=59 xoffset=0 yoffset=25 xadvance=21 page=0 chnl=15 -char id=240 x=845 y=389 width=38 height=62 xoffset=4 yoffset=23 xadvance=46 page=0 chnl=15 -char id=241 x=835 y=521 width=37 height=60 xoffset=6 yoffset=24 xadvance=48 page=0 chnl=15 -char id=242 x=206 y=402 width=39 height=63 xoffset=4 yoffset=22 xadvance=47 page=0 chnl=15 -char id=243 x=163 y=405 width=39 height=63 xoffset=4 yoffset=22 xadvance=47 page=0 chnl=15 -char id=244 x=802 y=390 width=39 height=62 xoffset=4 yoffset=23 xadvance=47 page=0 chnl=15 -char id=245 x=816 y=456 width=39 height=61 xoffset=4 yoffset=24 xadvance=47 page=0 chnl=15 -char id=246 x=581 y=528 width=39 height=60 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=247 x=0 y=856 width=38 height=40 xoffset=5 yoffset=39 xadvance=47 page=0 chnl=15 -char id=248 x=160 y=793 width=39 height=54 xoffset=4 yoffset=36 xadvance=47 page=0 chnl=15 -char id=249 x=83 y=406 width=36 height=64 xoffset=5 yoffset=21 xadvance=47 page=0 chnl=15 -char id=250 x=43 y=406 width=36 height=64 xoffset=5 yoffset=21 xadvance=47 page=0 chnl=15 -char id=251 x=40 y=474 width=36 height=62 xoffset=5 yoffset=23 xadvance=47 page=0 chnl=15 -char id=252 x=876 y=520 width=36 height=60 xoffset=5 yoffset=25 xadvance=47 page=0 chnl=15 -char id=253 x=853 y=0 width=42 height=78 xoffset=1 yoffset=22 xadvance=44 page=0 chnl=15 -char id=254 x=86 y=248 width=38 height=75 xoffset=6 yoffset=25 xadvance=48 page=0 chnl=15 -char id=255 x=857 y=163 width=42 height=75 xoffset=1 yoffset=25 xadvance=44 page=0 chnl=15 -char id=256 x=369 y=322 width=51 height=72 xoffset=0 yoffset=12 xadvance=52 page=0 chnl=15 -char id=257 x=827 y=712 width=36 height=58 xoffset=4 yoffset=27 xadvance=45 page=0 chnl=15 -char id=258 x=553 y=163 width=51 height=75 xoffset=0 yoffset=9 xadvance=52 page=0 chnl=15 -char id=259 x=944 y=454 width=36 height=61 xoffset=4 yoffset=24 xadvance=45 page=0 chnl=15 -char id=260 x=412 y=244 width=53 height=74 xoffset=0 yoffset=26 xadvance=52 page=0 chnl=15 -char id=261 x=635 y=590 width=38 height=59 xoffset=4 yoffset=41 xadvance=45 page=0 chnl=15 -char id=262 x=899 y=0 width=40 height=78 xoffset=4 yoffset=7 xadvance=47 page=0 chnl=15 -char id=263 x=568 y=395 width=34 height=63 xoffset=4 yoffset=22 xadvance=41 page=0 chnl=15 -char id=266 x=0 y=328 width=40 height=74 xoffset=4 yoffset=11 xadvance=47 page=0 chnl=15 -char id=267 x=278 y=661 width=34 height=59 xoffset=4 yoffset=26 xadvance=41 page=0 chnl=15 -char id=268 x=943 y=0 width=40 height=78 xoffset=4 yoffset=7 xadvance=47 page=0 chnl=15 -char id=269 x=530 y=396 width=34 height=63 xoffset=4 yoffset=22 xadvance=41 page=0 chnl=15 -char id=270 x=665 y=0 width=44 height=78 xoffset=6 yoffset=7 xadvance=55 page=0 chnl=15 -char id=271 x=619 y=461 width=50 height=61 xoffset=4 yoffset=24 xadvance=47 page=0 chnl=15 -char id=272 x=153 y=540 width=50 height=60 xoffset=1 yoffset=25 xadvance=55 page=0 chnl=15 -char id=273 x=358 y=532 width=43 height=60 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=274 x=44 y=328 width=37 height=74 xoffset=6 yoffset=10 xadvance=46 page=0 chnl=15 -char id=275 x=746 y=715 width=37 height=58 xoffset=4 yoffset=27 xadvance=44 page=0 chnl=15 -char id=278 x=170 y=245 width=37 height=75 xoffset=6 yoffset=9 xadvance=46 page=0 chnl=15 -char id=279 x=0 y=669 width=37 height=59 xoffset=4 yoffset=26 xadvance=44 page=0 chnl=15 -char id=280 x=128 y=248 width=38 height=75 xoffset=6 yoffset=25 xadvance=46 page=0 chnl=15 -char id=281 x=761 y=587 width=37 height=59 xoffset=4 yoffset=41 xadvance=44 page=0 chnl=15 -char id=282 x=333 y=0 width=37 height=79 xoffset=6 yoffset=5 xadvance=46 page=0 chnl=15 -char id=283 x=331 y=400 width=37 height=63 xoffset=4 yoffset=22 xadvance=44 page=0 chnl=15 -char id=286 x=398 y=164 width=43 height=76 xoffset=4 yoffset=9 xadvance=52 page=0 chnl=15 -char id=287 x=445 y=164 width=42 height=76 xoffset=3 yoffset=24 xadvance=46 page=0 chnl=15 -char id=288 x=868 y=242 width=43 height=74 xoffset=4 yoffset=11 xadvance=52 page=0 chnl=15 -char id=289 x=915 y=242 width=42 height=74 xoffset=3 yoffset=26 xadvance=46 page=0 chnl=15 -char id=290 x=351 y=164 width=43 height=76 xoffset=4 yoffset=24 xadvance=52 page=0 chnl=15 -char id=291 x=0 y=0 width=42 height=82 xoffset=3 yoffset=18 xadvance=46 page=0 chnl=15 -char id=294 x=723 y=653 width=54 height=58 xoffset=1 yoffset=26 xadvance=56 page=0 chnl=15 -char id=295 x=276 y=598 width=43 height=59 xoffset=0 yoffset=25 xadvance=48 page=0 chnl=15 -char id=298 x=424 y=322 width=24 height=72 xoffset=0 yoffset=12 xadvance=22 page=0 chnl=15 -char id=299 x=13 y=794 width=24 height=57 xoffset=-1 yoffset=27 xadvance=21 page=0 chnl=15 -char id=302 x=209 y=324 width=14 height=74 xoffset=2 yoffset=26 xadvance=22 page=0 chnl=15 -char id=303 x=191 y=324 width=14 height=74 xoffset=1 yoffset=26 xadvance=21 page=0 chnl=15 -char id=304 x=1011 y=0 width=9 height=73 xoffset=6 yoffset=11 xadvance=22 page=0 chnl=15 -char id=305 x=978 y=771 width=9 height=42 xoffset=6 yoffset=42 xadvance=21 page=0 chnl=15 -char id=306 x=719 y=590 width=38 height=59 xoffset=6 yoffset=26 xadvance=50 page=0 chnl=15 -char id=307 x=990 y=163 width=30 height=75 xoffset=6 yoffset=25 xadvance=42 page=0 chnl=15 -char id=310 x=961 y=242 width=42 height=74 xoffset=6 yoffset=26 xadvance=49 page=0 chnl=15 -char id=311 x=252 y=244 width=36 height=75 xoffset=6 yoffset=25 xadvance=43 page=0 chnl=15 -char id=313 x=0 y=168 width=36 height=77 xoffset=5 yoffset=7 xadvance=42 page=0 chnl=15 -char id=314 x=102 y=0 width=20 height=80 xoffset=4 yoffset=5 xadvance=25 page=0 chnl=15 -char id=315 x=125 y=327 width=35 height=74 xoffset=6 yoffset=26 xadvance=42 page=0 chnl=15 -char id=316 x=292 y=244 width=19 height=75 xoffset=6 yoffset=25 xadvance=25 page=0 chnl=15 -char id=317 x=239 y=667 width=35 height=59 xoffset=6 yoffset=25 xadvance=42 page=0 chnl=15 -char id=318 x=68 y=540 width=21 height=61 xoffset=6 yoffset=24 xadvance=25 page=0 chnl=15 -char id=319 x=945 y=709 width=35 height=58 xoffset=6 yoffset=26 xadvance=42 page=0 chnl=15 -char id=320 x=996 y=519 width=22 height=60 xoffset=6 yoffset=25 xadvance=27 page=0 chnl=15 -char id=321 x=486 y=721 width=41 height=58 xoffset=1 yoffset=26 xadvance=43 page=0 chnl=15 -char id=322 x=0 y=605 width=25 height=60 xoffset=1 yoffset=25 xadvance=27 page=0 chnl=15 -char id=323 x=598 y=82 width=46 height=77 xoffset=6 yoffset=7 xadvance=59 page=0 chnl=15 -char id=324 x=969 y=388 width=37 height=62 xoffset=6 yoffset=22 xadvance=48 page=0 chnl=15 -char id=325 x=575 y=242 width=46 height=74 xoffset=6 yoffset=26 xadvance=59 page=0 chnl=15 -char id=326 x=843 y=585 width=37 height=59 xoffset=6 yoffset=41 xadvance=48 page=0 chnl=15 -char id=327 x=548 y=82 width=46 height=77 xoffset=6 yoffset=7 xadvance=59 page=0 chnl=15 -char id=328 x=887 y=389 width=37 height=62 xoffset=6 yoffset=22 xadvance=48 page=0 chnl=15 -char id=330 x=625 y=242 width=46 height=74 xoffset=6 yoffset=26 xadvance=59 page=0 chnl=15 -char id=331 x=802 y=586 width=37 height=59 xoffset=6 yoffset=41 xadvance=48 page=0 chnl=15 -char id=332 x=227 y=324 width=47 height=73 xoffset=4 yoffset=12 xadvance=55 page=0 chnl=15 -char id=333 x=619 y=718 width=39 height=58 xoffset=4 yoffset=27 xadvance=47 page=0 chnl=15 -char id=336 x=147 y=0 width=47 height=79 xoffset=4 yoffset=6 xadvance=55 page=0 chnl=15 -char id=337 x=0 y=406 width=39 height=64 xoffset=4 yoffset=21 xadvance=47 page=0 chnl=15 -char id=338 x=340 y=467 width=68 height=61 xoffset=4 yoffset=24 xadvance=76 page=0 chnl=15 -char id=339 x=216 y=792 width=68 height=44 xoffset=4 yoffset=41 xadvance=75 page=0 chnl=15 -char id=340 x=836 y=82 width=42 height=77 xoffset=6 yoffset=7 xadvance=51 page=0 chnl=15 -char id=341 x=158 y=474 width=27 height=62 xoffset=6 yoffset=22 xadvance=33 page=0 chnl=15 -char id=342 x=811 y=163 width=42 height=75 xoffset=6 yoffset=25 xadvance=51 page=0 chnl=15 -char id=343 x=354 y=661 width=27 height=59 xoffset=5 yoffset=41 xadvance=33 page=0 chnl=15 -char id=344 x=744 y=82 width=42 height=77 xoffset=6 yoffset=7 xadvance=51 page=0 chnl=15 -char id=345 x=991 y=320 width=28 height=62 xoffset=5 yoffset=22 xadvance=33 page=0 chnl=15 -char id=346 x=43 y=86 width=39 height=78 xoffset=4 yoffset=7 xadvance=46 page=0 chnl=15 -char id=347 x=491 y=397 width=35 height=63 xoffset=3 yoffset=22 xadvance=42 page=0 chnl=15 -char id=350 x=0 y=249 width=39 height=75 xoffset=4 yoffset=25 xadvance=46 page=0 chnl=15 -char id=351 x=161 y=667 width=35 height=59 xoffset=3 yoffset=41 xadvance=42 page=0 chnl=15 -char id=352 x=0 y=86 width=39 height=78 xoffset=4 yoffset=7 xadvance=46 page=0 chnl=15 -char id=353 x=452 y=397 width=35 height=63 xoffset=3 yoffset=22 xadvance=42 page=0 chnl=15 -char id=354 x=675 y=242 width=45 height=74 xoffset=1 yoffset=26 xadvance=48 page=0 chnl=15 -char id=355 x=530 y=322 width=29 height=70 xoffset=2 yoffset=30 xadvance=32 page=0 chnl=15 -char id=356 x=648 y=82 width=45 height=77 xoffset=1 yoffset=7 xadvance=48 page=0 chnl=15 -char id=357 x=732 y=320 width=29 height=67 xoffset=2 yoffset=18 xadvance=32 page=0 chnl=15 -char id=358 x=202 y=730 width=45 height=58 xoffset=1 yoffset=26 xadvance=48 page=0 chnl=15 -char id=359 x=127 y=793 width=29 height=55 xoffset=2 yoffset=30 xadvance=32 page=0 chnl=15 -char id=362 x=278 y=323 width=43 height=73 xoffset=6 yoffset=12 xadvance=55 page=0 chnl=15 -char id=363 x=787 y=712 width=36 height=58 xoffset=5 yoffset=27 xadvance=47 page=0 chnl=15 -char id=366 x=245 y=0 width=43 height=79 xoffset=6 yoffset=6 xadvance=55 page=0 chnl=15 -char id=367 x=863 y=320 width=36 height=65 xoffset=5 yoffset=20 xadvance=47 page=0 chnl=15 -char id=368 x=198 y=0 width=43 height=79 xoffset=6 yoffset=6 xadvance=55 page=0 chnl=15 -char id=369 x=823 y=320 width=36 height=65 xoffset=5 yoffset=20 xadvance=47 page=0 chnl=15 -char id=370 x=821 y=242 width=43 height=74 xoffset=6 yoffset=26 xadvance=55 page=0 chnl=15 -char id=371 x=662 y=715 width=38 height=58 xoffset=5 yoffset=42 xadvance=47 page=0 chnl=15 -char id=372 x=64 y=168 width=75 height=76 xoffset=2 yoffset=8 xadvance=79 page=0 chnl=15 -char id=373 x=484 y=464 width=66 height=61 xoffset=1 yoffset=23 xadvance=68 page=0 chnl=15 -char id=374 x=249 y=164 width=47 height=76 xoffset=0 yoffset=8 xadvance=47 page=0 chnl=15 -char id=375 x=790 y=82 width=42 height=77 xoffset=1 yoffset=23 xadvance=44 page=0 chnl=15 -char id=376 x=524 y=244 width=47 height=74 xoffset=0 yoffset=10 xadvance=47 page=0 chnl=15 -char id=377 x=882 y=82 width=40 height=77 xoffset=3 yoffset=7 xadvance=47 page=0 chnl=15 -char id=378 x=119 y=474 width=35 height=62 xoffset=3 yoffset=22 xadvance=42 page=0 chnl=15 -char id=379 x=325 y=323 width=40 height=73 xoffset=3 yoffset=11 xadvance=47 page=0 chnl=15 -char id=380 x=906 y=709 width=35 height=58 xoffset=3 yoffset=26 xadvance=42 page=0 chnl=15 -char id=381 x=926 y=82 width=40 height=77 xoffset=3 yoffset=7 xadvance=47 page=0 chnl=15 -char id=382 x=80 y=474 width=35 height=62 xoffset=3 yoffset=22 xadvance=42 page=0 chnl=15 -char id=402 x=452 y=322 width=41 height=71 xoffset=-3 yoffset=25 xadvance=37 page=0 chnl=15 -char id=536 x=43 y=249 width=39 height=75 xoffset=4 yoffset=25 xadvance=46 page=0 chnl=15 -char id=537 x=200 y=667 width=35 height=59 xoffset=3 yoffset=41 xadvance=42 page=0 chnl=15 -char id=538 x=724 y=242 width=45 height=74 xoffset=1 yoffset=26 xadvance=48 page=0 chnl=15 -char id=539 x=497 y=322 width=29 height=70 xoffset=2 yoffset=30 xadvance=32 page=0 chnl=15 -char id=710 x=314 y=880 width=28 height=15 xoffset=3 yoffset=24 xadvance=35 page=0 chnl=15 -char id=711 x=234 y=887 width=28 height=16 xoffset=3 yoffset=22 xadvance=35 page=0 chnl=15 -char id=728 x=364 y=874 width=26 height=13 xoffset=3 yoffset=25 xadvance=31 page=0 chnl=15 -char id=729 x=566 y=868 width=8 height=10 xoffset=5 yoffset=26 xadvance=18 page=0 chnl=15 -char id=730 x=75 y=897 width=19 height=19 xoffset=3 yoffset=21 xadvance=25 page=0 chnl=15 -char id=731 x=216 y=887 width=14 height=17 xoffset=3 yoffset=83 xadvance=21 page=0 chnl=15 -char id=732 x=394 y=874 width=28 height=12 xoffset=4 yoffset=24 xadvance=35 page=0 chnl=15 -char id=733 x=162 y=897 width=30 height=18 xoffset=4 yoffset=22 xadvance=38 page=0 chnl=15 -char id=7808 x=206 y=83 width=75 height=77 xoffset=2 yoffset=7 xadvance=79 page=0 chnl=15 -char id=7809 x=676 y=392 width=66 height=62 xoffset=1 yoffset=22 xadvance=68 page=0 chnl=15 -char id=7810 x=127 y=84 width=75 height=77 xoffset=2 yoffset=7 xadvance=79 page=0 chnl=15 -char id=7811 x=606 y=395 width=66 height=62 xoffset=1 yoffset=22 xadvance=68 page=0 chnl=15 -char id=7812 x=333 y=244 width=75 height=74 xoffset=2 yoffset=10 xadvance=79 page=0 chnl=15 -char id=7813 x=206 y=604 width=66 height=59 xoffset=1 yoffset=25 xadvance=68 page=0 chnl=15 -char id=7922 x=395 y=83 width=47 height=77 xoffset=0 yoffset=7 xadvance=47 page=0 chnl=15 -char id=7923 x=807 y=0 width=42 height=78 xoffset=1 yoffset=22 xadvance=44 page=0 chnl=15 -char id=8211 x=645 y=864 width=38 height=7 xoffset=5 yoffset=59 xadvance=48 page=0 chnl=15 -char id=8212 x=578 y=868 width=63 height=7 xoffset=5 yoffset=59 xadvance=74 page=0 chnl=15 -char id=8216 x=13 y=900 width=9 height=21 xoffset=5 yoffset=22 xadvance=18 page=0 chnl=15 -char id=8217 x=26 y=900 width=9 height=21 xoffset=4 yoffset=23 xadvance=18 page=0 chnl=15 -char id=8218 x=0 y=900 width=9 height=21 xoffset=5 yoffset=73 xadvance=19 page=0 chnl=15 -char id=8220 x=939 y=817 width=22 height=21 xoffset=5 yoffset=22 xadvance=31 page=0 chnl=15 -char id=8221 x=965 y=817 width=22 height=21 xoffset=4 yoffset=23 xadvance=31 page=0 chnl=15 -char id=8222 x=991 y=813 width=22 height=21 xoffset=5 yoffset=73 xadvance=32 page=0 chnl=15 -char id=8224 x=614 y=320 width=32 height=68 xoffset=3 yoffset=25 xadvance=38 page=0 chnl=15 -char id=8225 x=650 y=320 width=32 height=68 xoffset=4 yoffset=25 xadvance=41 page=0 chnl=15 -char id=8226 x=196 y=894 width=16 height=17 xoffset=7 yoffset=53 xadvance=30 page=0 chnl=15 -char id=8230 x=439 y=872 width=61 height=11 xoffset=5 yoffset=73 xadvance=71 page=0 chnl=15 -char id=8240 x=237 y=469 width=99 height=61 xoffset=3 yoffset=24 xadvance=106 page=0 chnl=15 -char id=8249 x=528 y=831 width=18 height=36 xoffset=3 yoffset=45 xadvance=24 page=0 chnl=15 -char id=8250 x=506 y=831 width=18 height=36 xoffset=3 yoffset=45 xadvance=24 page=0 chnl=15 -char id=8260 x=347 y=724 width=43 height=58 xoffset=-14 yoffset=26 xadvance=13 page=0 chnl=15 -char id=8364 x=261 y=534 width=45 height=60 xoffset=4 yoffset=25 xadvance=53 page=0 chnl=15 -char id=8482 x=550 y=831 width=70 height=33 xoffset=5 yoffset=25 xadvance=80 page=0 chnl=15 -char id=8706 x=859 y=455 width=39 height=61 xoffset=4 yoffset=24 xadvance=47 page=0 chnl=15 -char id=8719 x=765 y=320 width=54 height=66 xoffset=3 yoffset=26 xadvance=60 page=0 chnl=15 -char id=8721 x=686 y=320 width=42 height=67 xoffset=3 yoffset=26 xadvance=49 page=0 chnl=15 -char id=8722 x=728 y=857 width=37 height=7 xoffset=5 yoffset=55 xadvance=48 page=0 chnl=15 -char id=8730 x=773 y=242 width=44 height=74 xoffset=2 yoffset=10 xadvance=47 page=0 chnl=15 -char id=8734 x=799 y=823 width=56 height=25 xoffset=4 yoffset=46 xadvance=64 page=0 chnl=15 -char id=8747 x=523 y=164 width=26 height=76 xoffset=2 yoffset=24 xadvance=30 page=0 chnl=15 -char id=8776 x=758 y=824 width=37 height=28 xoffset=6 yoffset=45 xadvance=48 page=0 chnl=15 -char id=8800 x=400 y=784 width=38 height=44 xoffset=7 yoffset=38 xadvance=51 page=0 chnl=15 -char id=8804 x=84 y=853 width=37 height=40 xoffset=5 yoffset=38 xadvance=46 page=0 chnl=15 -char id=8805 x=125 y=853 width=36 height=40 xoffset=5 yoffset=38 xadvance=46 page=0 chnl=15 -kernings count=3588 -kerning first=32 second=34 amount=-1 -kerning first=32 second=39 amount=-1 -kerning first=32 second=65 amount=-2 -kerning first=32 second=74 amount=-1 -kerning first=32 second=84 amount=-2 -kerning first=32 second=86 amount=-2 -kerning first=32 second=87 amount=-1 -kerning first=8805 second=41 amount=-1 -kerning first=32 second=89 amount=-2 -kerning first=32 second=102 amount=-1 -kerning first=32 second=116 amount=-1 -kerning first=32 second=118 amount=-1 -kerning first=32 second=119 amount=-1 -kerning first=32 second=121 amount=-1 -kerning first=32 second=192 amount=-2 -kerning first=32 second=193 amount=-2 -kerning first=32 second=194 amount=-2 -kerning first=32 second=195 amount=-2 -kerning first=32 second=196 amount=-2 -kerning first=32 second=197 amount=-2 -kerning first=32 second=198 amount=-2 -kerning first=32 second=221 amount=-2 -kerning first=32 second=223 amount=-1 -kerning first=32 second=253 amount=-1 -kerning first=8804 second=41 amount=-1 -kerning first=32 second=255 amount=-1 -kerning first=32 second=322 amount=-1 -kerning first=32 second=376 amount=-2 -kerning first=32 second=8217 amount=-1 -kerning first=32 second=8221 amount=-1 -kerning first=8800 second=41 amount=-1 -kerning first=8776 second=41 amount=-1 -kerning first=33 second=41 amount=-1 -kerning first=8747 second=41 amount=-1 -kerning first=8734 second=41 amount=-1 -kerning first=34 second=32 amount=-1 -kerning first=34 second=44 amount=-8 -kerning first=34 second=45 amount=-5 -kerning first=34 second=46 amount=-8 -kerning first=34 second=47 amount=-6 -kerning first=34 second=52 amount=-1 -kerning first=34 second=65 amount=-3 -kerning first=34 second=74 amount=-2 -kerning first=34 second=99 amount=-1 -kerning first=34 second=100 amount=-1 -kerning first=34 second=101 amount=-1 -kerning first=34 second=103 amount=-1 -kerning first=34 second=111 amount=-1 -kerning first=34 second=113 amount=-1 -kerning first=34 second=173 amount=-5 -kerning first=34 second=192 amount=-3 -kerning first=34 second=193 amount=-3 -kerning first=34 second=194 amount=-3 -kerning first=34 second=195 amount=-3 -kerning first=34 second=196 amount=-3 -kerning first=34 second=197 amount=-3 -kerning first=34 second=198 amount=-6 -kerning first=34 second=231 amount=-1 -kerning first=34 second=232 amount=-1 -kerning first=34 second=233 amount=-1 -kerning first=34 second=234 amount=-1 -kerning first=34 second=235 amount=-1 -kerning first=34 second=236 amount=2 -kerning first=8730 second=41 amount=-1 -kerning first=34 second=240 amount=-1 -kerning first=34 second=242 amount=-1 -kerning first=34 second=243 amount=-1 -kerning first=34 second=244 amount=-1 -kerning first=34 second=245 amount=-1 -kerning first=34 second=246 amount=-1 -kerning first=34 second=248 amount=-1 -kerning first=34 second=339 amount=-1 -kerning first=34 second=8211 amount=-5 -kerning first=34 second=8212 amount=-5 -kerning first=34 second=8218 amount=-8 -kerning first=34 second=8222 amount=-8 -kerning first=34 second=8230 amount=-8 -kerning first=34 second=8249 amount=-2 -kerning first=35 second=41 amount=-1 -kerning first=35 second=50 amount=-1 -kerning first=35 second=51 amount=-1 -kerning first=8722 second=55 amount=-2 -kerning first=8722 second=51 amount=-1 -kerning first=8722 second=50 amount=-1 -kerning first=36 second=41 amount=-1 -kerning first=8722 second=49 amount=-1 -kerning first=8722 second=41 amount=-1 -kerning first=37 second=41 amount=-1 -kerning first=8721 second=41 amount=-1 -kerning first=8719 second=41 amount=-1 -kerning first=38 second=34 amount=-2 -kerning first=38 second=39 amount=-2 -kerning first=38 second=84 amount=-5 -kerning first=38 second=86 amount=-1 -kerning first=8706 second=41 amount=-1 -kerning first=38 second=89 amount=-3 -kerning first=8260 second=57 amount=6 -kerning first=38 second=221 amount=-3 -kerning first=38 second=376 amount=-3 -kerning first=38 second=8217 amount=-3 -kerning first=38 second=8221 amount=-3 -kerning first=39 second=32 amount=-1 -kerning first=39 second=44 amount=-8 -kerning first=39 second=45 amount=-5 -kerning first=39 second=46 amount=-8 -kerning first=39 second=47 amount=-6 -kerning first=39 second=52 amount=-1 -kerning first=39 second=65 amount=-3 -kerning first=39 second=74 amount=-2 -kerning first=39 second=99 amount=-1 -kerning first=39 second=100 amount=-1 -kerning first=39 second=101 amount=-1 -kerning first=39 second=103 amount=-1 -kerning first=39 second=111 amount=-1 -kerning first=39 second=113 amount=-1 -kerning first=39 second=173 amount=-5 -kerning first=39 second=192 amount=-3 -kerning first=39 second=193 amount=-3 -kerning first=39 second=194 amount=-3 -kerning first=39 second=195 amount=-3 -kerning first=39 second=196 amount=-3 -kerning first=39 second=197 amount=-3 -kerning first=39 second=198 amount=-6 -kerning first=39 second=231 amount=-1 -kerning first=39 second=232 amount=-1 -kerning first=39 second=233 amount=-1 -kerning first=39 second=234 amount=-1 -kerning first=39 second=235 amount=-1 -kerning first=39 second=236 amount=2 -kerning first=8260 second=56 amount=5 -kerning first=39 second=240 amount=-1 -kerning first=39 second=242 amount=-1 -kerning first=39 second=243 amount=-1 -kerning first=39 second=244 amount=-1 -kerning first=39 second=245 amount=-1 -kerning first=39 second=246 amount=-1 -kerning first=39 second=248 amount=-1 -kerning first=39 second=339 amount=-1 -kerning first=39 second=8211 amount=-5 -kerning first=39 second=8212 amount=-5 -kerning first=39 second=8218 amount=-8 -kerning first=39 second=8222 amount=-8 -kerning first=39 second=8230 amount=-8 -kerning first=39 second=8249 amount=-2 -kerning first=40 second=40 amount=-3 -kerning first=40 second=48 amount=-3 -kerning first=40 second=49 amount=-2 -kerning first=8260 second=55 amount=13 -kerning first=8260 second=54 amount=3 -kerning first=40 second=52 amount=-4 -kerning first=40 second=53 amount=-1 -kerning first=40 second=54 amount=-3 -kerning first=40 second=56 amount=-3 -kerning first=40 second=57 amount=-2 -kerning first=40 second=65 amount=-1 -kerning first=40 second=66 amount=-1 -kerning first=40 second=67 amount=-4 -kerning first=40 second=68 amount=-1 -kerning first=40 second=69 amount=-3 -kerning first=40 second=70 amount=-2 -kerning first=40 second=71 amount=-4 -kerning first=40 second=72 amount=-1 -kerning first=40 second=73 amount=-1 -kerning first=40 second=74 amount=-2 -kerning first=40 second=75 amount=-1 -kerning first=40 second=76 amount=-1 -kerning first=40 second=77 amount=-2 -kerning first=40 second=78 amount=-1 -kerning first=40 second=79 amount=-4 -kerning first=40 second=80 amount=-1 -kerning first=40 second=81 amount=-4 -kerning first=40 second=82 amount=-1 -kerning first=40 second=83 amount=-2 -kerning first=40 second=85 amount=-1 -kerning first=8260 second=53 amount=8 -kerning first=8260 second=51 amount=11 -kerning first=40 second=97 amount=-4 -kerning first=40 second=98 amount=-1 -kerning first=40 second=99 amount=-4 -kerning first=40 second=100 amount=-4 -kerning first=40 second=101 amount=-4 -kerning first=40 second=102 amount=-3 -kerning first=40 second=104 amount=-1 -kerning first=40 second=105 amount=-1 -kerning first=40 second=106 amount=-1 -kerning first=40 second=107 amount=-1 -kerning first=40 second=108 amount=-1 -kerning first=40 second=109 amount=-3 -kerning first=40 second=110 amount=-3 -kerning first=40 second=111 amount=-4 -kerning first=40 second=112 amount=-3 -kerning first=40 second=113 amount=-4 -kerning first=40 second=114 amount=-3 -kerning first=40 second=115 amount=-3 -kerning first=40 second=116 amount=-4 -kerning first=40 second=117 amount=-4 -kerning first=40 second=118 amount=-4 -kerning first=40 second=119 amount=-4 -kerning first=40 second=120 amount=-2 -kerning first=40 second=121 amount=-1 -kerning first=40 second=122 amount=-3 -kerning first=40 second=123 amount=-1 -kerning first=40 second=192 amount=-1 -kerning first=40 second=193 amount=-1 -kerning first=40 second=194 amount=-1 -kerning first=40 second=195 amount=-1 -kerning first=40 second=196 amount=-1 -kerning first=40 second=197 amount=-1 -kerning first=40 second=198 amount=-1 -kerning first=40 second=199 amount=-4 -kerning first=40 second=200 amount=-3 -kerning first=40 second=201 amount=-3 -kerning first=40 second=202 amount=-3 -kerning first=40 second=203 amount=-3 -kerning first=40 second=204 amount=-1 -kerning first=40 second=205 amount=-1 -kerning first=40 second=206 amount=2 -kerning first=8260 second=50 amount=11 -kerning first=40 second=208 amount=-1 -kerning first=40 second=209 amount=-1 -kerning first=40 second=210 amount=-4 -kerning first=40 second=211 amount=-4 -kerning first=40 second=212 amount=-4 -kerning first=40 second=213 amount=-4 -kerning first=40 second=214 amount=-4 -kerning first=40 second=216 amount=-4 -kerning first=40 second=217 amount=-1 -kerning first=40 second=218 amount=-1 -kerning first=40 second=219 amount=-1 -kerning first=40 second=220 amount=-1 -kerning first=40 second=222 amount=-1 -kerning first=40 second=223 amount=-3 -kerning first=40 second=224 amount=-4 -kerning first=40 second=225 amount=-4 -kerning first=40 second=226 amount=-4 -kerning first=40 second=227 amount=-4 -kerning first=40 second=228 amount=-4 -kerning first=40 second=229 amount=-4 -kerning first=40 second=230 amount=-4 -kerning first=40 second=231 amount=-4 -kerning first=40 second=232 amount=-4 -kerning first=40 second=233 amount=-4 -kerning first=40 second=234 amount=-4 -kerning first=40 second=235 amount=-4 -kerning first=8260 second=49 amount=11 -kerning first=40 second=237 amount=-1 -kerning first=40 second=238 amount=-1 -kerning first=40 second=239 amount=-1 -kerning first=40 second=240 amount=-3 -kerning first=40 second=241 amount=-3 -kerning first=40 second=242 amount=-4 -kerning first=40 second=243 amount=-4 -kerning first=40 second=244 amount=-4 -kerning first=40 second=245 amount=-4 -kerning first=40 second=246 amount=-4 -kerning first=40 second=248 amount=-4 -kerning first=40 second=249 amount=-4 -kerning first=40 second=250 amount=-4 -kerning first=40 second=251 amount=-4 -kerning first=40 second=252 amount=-4 -kerning first=40 second=253 amount=-1 -kerning first=40 second=254 amount=-3 -kerning first=40 second=255 amount=-1 -kerning first=40 second=305 amount=-1 -kerning first=40 second=321 amount=-1 -kerning first=40 second=322 amount=-1 -kerning first=40 second=338 amount=-4 -kerning first=40 second=339 amount=-4 -kerning first=40 second=352 amount=-2 -kerning first=40 second=353 amount=-3 -kerning first=8260 second=48 amount=3 -kerning first=40 second=382 amount=-3 -kerning first=8260 second=41 amount=-1 -kerning first=8250 second=8221 amount=-2 -kerning first=8250 second=8217 amount=-2 -kerning first=41 second=41 amount=-3 -kerning first=41 second=93 amount=-2 -kerning first=41 second=125 amount=-1 -kerning first=42 second=65 amount=-3 -kerning first=42 second=74 amount=-2 -kerning first=8250 second=382 amount=-1 -kerning first=42 second=97 amount=-1 -kerning first=42 second=99 amount=-1 -kerning first=42 second=100 amount=-1 -kerning first=42 second=101 amount=-1 -kerning first=42 second=103 amount=-1 -kerning first=8250 second=376 amount=-4 -kerning first=8250 second=255 amount=-1 -kerning first=42 second=111 amount=-1 -kerning first=8250 second=254 amount=-1 -kerning first=42 second=113 amount=-1 -kerning first=8250 second=253 amount=-1 -kerning first=8250 second=223 amount=-1 -kerning first=8250 second=221 amount=-4 -kerning first=42 second=192 amount=-3 -kerning first=42 second=193 amount=-3 -kerning first=42 second=194 amount=-3 -kerning first=42 second=195 amount=-3 -kerning first=42 second=196 amount=-3 -kerning first=42 second=197 amount=-3 -kerning first=42 second=198 amount=-5 -kerning first=42 second=224 amount=-1 -kerning first=42 second=225 amount=-1 -kerning first=42 second=226 amount=-1 -kerning first=42 second=227 amount=-1 -kerning first=42 second=228 amount=-1 -kerning first=42 second=229 amount=-1 -kerning first=42 second=230 amount=-1 -kerning first=42 second=231 amount=-1 -kerning first=42 second=232 amount=-1 -kerning first=42 second=233 amount=-1 -kerning first=42 second=234 amount=-1 -kerning first=42 second=235 amount=-1 -kerning first=42 second=238 amount=1 -kerning first=42 second=240 amount=-1 -kerning first=8250 second=198 amount=-1 -kerning first=42 second=242 amount=-1 -kerning first=42 second=243 amount=-1 -kerning first=42 second=244 amount=-1 -kerning first=42 second=245 amount=-1 -kerning first=42 second=246 amount=-1 -kerning first=42 second=248 amount=-1 -kerning first=8250 second=122 amount=-1 -kerning first=8250 second=121 amount=-1 -kerning first=8250 second=120 amount=-2 -kerning first=8250 second=118 amount=-1 -kerning first=42 second=339 amount=-1 -kerning first=8250 second=116 amount=-1 -kerning first=8250 second=102 amount=-1 -kerning first=43 second=41 amount=-1 -kerning first=43 second=49 amount=-1 -kerning first=43 second=50 amount=-1 -kerning first=43 second=51 amount=-1 -kerning first=43 second=55 amount=-2 -kerning first=8250 second=89 amount=-4 -kerning first=8250 second=88 amount=-1 -kerning first=44 second=34 amount=-8 -kerning first=44 second=39 amount=-8 -kerning first=44 second=49 amount=-3 -kerning first=8250 second=87 amount=-1 -kerning first=44 second=55 amount=-3 -kerning first=8250 second=86 amount=-2 -kerning first=8250 second=84 amount=-5 -kerning first=8250 second=74 amount=-1 -kerning first=8250 second=39 amount=-2 -kerning first=44 second=84 amount=-4 -kerning first=8250 second=34 amount=-2 -kerning first=44 second=86 amount=-3 -kerning first=44 second=87 amount=-2 -kerning first=44 second=89 amount=-5 -kerning first=44 second=102 amount=-1 -kerning first=44 second=116 amount=-1 -kerning first=44 second=118 amount=-2 -kerning first=44 second=119 amount=-1 -kerning first=44 second=121 amount=-2 -kerning first=8249 second=376 amount=-2 -kerning first=8249 second=221 amount=-2 -kerning first=8249 second=89 amount=-2 -kerning first=8249 second=86 amount=-1 -kerning first=8249 second=84 amount=-5 -kerning first=8240 second=41 amount=-1 -kerning first=8230 second=41 amount=-1 -kerning first=8226 second=41 amount=-1 -kerning first=8222 second=8221 amount=-9 -kerning first=8222 second=8220 amount=-9 -kerning first=8222 second=8217 amount=-9 -kerning first=44 second=221 amount=-5 -kerning first=44 second=223 amount=-1 -kerning first=44 second=253 amount=-2 -kerning first=44 second=254 amount=-1 -kerning first=44 second=255 amount=-2 -kerning first=8222 second=8216 amount=-9 -kerning first=44 second=376 amount=-5 -kerning first=44 second=8216 amount=-9 -kerning first=44 second=8217 amount=-9 -kerning first=44 second=8220 amount=-9 -kerning first=44 second=8221 amount=-9 -kerning first=8222 second=376 amount=-5 -kerning first=8222 second=255 amount=-2 -kerning first=45 second=34 amount=-5 -kerning first=45 second=39 amount=-5 -kerning first=45 second=49 amount=-2 -kerning first=8222 second=254 amount=-1 -kerning first=45 second=55 amount=-3 -kerning first=45 second=74 amount=-3 -kerning first=45 second=83 amount=-1 -kerning first=45 second=84 amount=-4 -kerning first=45 second=86 amount=-1 -kerning first=8222 second=253 amount=-2 -kerning first=45 second=88 amount=-1 -kerning first=45 second=89 amount=-4 -kerning first=8222 second=223 amount=-1 -kerning first=8222 second=221 amount=-5 -kerning first=8222 second=121 amount=-2 -kerning first=45 second=120 amount=-1 -kerning first=45 second=122 amount=-1 -kerning first=8222 second=119 amount=-1 -kerning first=45 second=221 amount=-4 -kerning first=8222 second=118 amount=-2 -kerning first=8222 second=116 amount=-1 -kerning first=45 second=352 amount=-1 -kerning first=45 second=376 amount=-4 -kerning first=8222 second=102 amount=-1 -kerning first=45 second=382 amount=-1 -kerning first=45 second=8217 amount=-6 -kerning first=45 second=8221 amount=-6 -kerning first=8222 second=89 amount=-5 -kerning first=8222 second=87 amount=-2 -kerning first=46 second=34 amount=-8 -kerning first=46 second=39 amount=-8 -kerning first=46 second=49 amount=-3 -kerning first=8222 second=86 amount=-3 -kerning first=46 second=55 amount=-3 -kerning first=8222 second=84 amount=-4 -kerning first=8222 second=55 amount=-3 -kerning first=8222 second=49 amount=-3 -kerning first=8222 second=39 amount=-8 -kerning first=46 second=84 amount=-4 -kerning first=8222 second=34 amount=-8 -kerning first=46 second=86 amount=-3 -kerning first=46 second=87 amount=-2 -kerning first=46 second=89 amount=-5 -kerning first=46 second=102 amount=-1 -kerning first=46 second=116 amount=-1 -kerning first=46 second=118 amount=-2 -kerning first=46 second=119 amount=-1 -kerning first=46 second=121 amount=-2 -kerning first=8221 second=8250 amount=-1 -kerning first=8221 second=8249 amount=-3 -kerning first=8221 second=8230 amount=-9 -kerning first=8221 second=8222 amount=-9 -kerning first=8221 second=8218 amount=-9 -kerning first=8221 second=8212 amount=-6 -kerning first=8221 second=8211 amount=-6 -kerning first=8221 second=353 amount=-1 -kerning first=8221 second=339 amount=-2 -kerning first=8221 second=248 amount=-2 -kerning first=8221 second=246 amount=-2 -kerning first=46 second=221 amount=-5 -kerning first=46 second=223 amount=-1 -kerning first=46 second=253 amount=-2 -kerning first=46 second=254 amount=-1 -kerning first=46 second=255 amount=-2 -kerning first=8221 second=245 amount=-2 -kerning first=46 second=376 amount=-5 -kerning first=46 second=8216 amount=-9 -kerning first=46 second=8217 amount=-9 -kerning first=46 second=8220 amount=-9 -kerning first=46 second=8221 amount=-9 -kerning first=8221 second=244 amount=-2 -kerning first=8221 second=243 amount=-2 -kerning first=47 second=47 amount=-8 -kerning first=47 second=48 amount=-1 -kerning first=47 second=52 amount=-3 -kerning first=47 second=54 amount=-1 -kerning first=47 second=65 amount=-4 -kerning first=47 second=67 amount=-1 -kerning first=47 second=71 amount=-1 -kerning first=47 second=74 amount=-2 -kerning first=47 second=79 amount=-1 -kerning first=47 second=81 amount=-1 -kerning first=47 second=97 amount=-3 -kerning first=47 second=99 amount=-3 -kerning first=47 second=100 amount=-3 -kerning first=47 second=101 amount=-3 -kerning first=8221 second=242 amount=-2 -kerning first=47 second=103 amount=-3 -kerning first=47 second=109 amount=-2 -kerning first=47 second=110 amount=-2 -kerning first=47 second=111 amount=-3 -kerning first=47 second=112 amount=-2 -kerning first=47 second=113 amount=-3 -kerning first=47 second=114 amount=-2 -kerning first=47 second=115 amount=-2 -kerning first=8221 second=240 amount=-1 -kerning first=47 second=117 amount=-2 -kerning first=8221 second=238 amount=1 -kerning first=47 second=119 amount=-1 -kerning first=47 second=120 amount=-1 -kerning first=47 second=121 amount=-1 -kerning first=47 second=122 amount=-2 -kerning first=47 second=192 amount=-4 -kerning first=47 second=193 amount=-4 -kerning first=47 second=194 amount=-4 -kerning first=47 second=195 amount=-4 -kerning first=47 second=196 amount=-4 -kerning first=47 second=197 amount=-4 -kerning first=47 second=198 amount=-7 -kerning first=47 second=199 amount=-1 -kerning first=47 second=210 amount=-1 -kerning first=47 second=211 amount=-1 -kerning first=47 second=212 amount=-1 -kerning first=47 second=213 amount=-1 -kerning first=47 second=214 amount=-1 -kerning first=47 second=216 amount=-1 -kerning first=8221 second=236 amount=2 -kerning first=47 second=224 amount=-3 -kerning first=47 second=225 amount=-3 -kerning first=47 second=226 amount=-3 -kerning first=47 second=227 amount=-3 -kerning first=47 second=228 amount=-3 -kerning first=47 second=229 amount=-3 -kerning first=47 second=230 amount=-3 -kerning first=47 second=231 amount=-3 -kerning first=47 second=232 amount=-3 -kerning first=47 second=233 amount=-3 -kerning first=47 second=234 amount=-3 -kerning first=47 second=235 amount=-3 -kerning first=47 second=236 amount=3 -kerning first=8221 second=235 amount=-2 -kerning first=47 second=240 amount=-1 -kerning first=47 second=241 amount=-2 -kerning first=47 second=242 amount=-3 -kerning first=47 second=243 amount=-3 -kerning first=47 second=244 amount=-3 -kerning first=47 second=245 amount=-3 -kerning first=47 second=246 amount=-3 -kerning first=47 second=248 amount=-3 -kerning first=47 second=249 amount=-2 -kerning first=47 second=250 amount=-2 -kerning first=47 second=251 amount=-2 -kerning first=47 second=252 amount=-2 -kerning first=47 second=253 amount=-1 -kerning first=8221 second=234 amount=-2 -kerning first=47 second=255 amount=-1 -kerning first=47 second=338 amount=-1 -kerning first=47 second=339 amount=-3 -kerning first=47 second=353 amount=-2 -kerning first=47 second=382 amount=-2 -kerning first=8221 second=233 amount=-2 -kerning first=8221 second=232 amount=-2 -kerning first=8221 second=231 amount=-2 -kerning first=8221 second=198 amount=-6 -kerning first=48 second=41 amount=-3 -kerning first=48 second=47 amount=-2 -kerning first=8221 second=197 amount=-3 -kerning first=8221 second=196 amount=-3 -kerning first=8221 second=195 amount=-3 -kerning first=8221 second=194 amount=-3 -kerning first=48 second=92 amount=-1 -kerning first=48 second=93 amount=-2 -kerning first=48 second=125 amount=-1 -kerning first=48 second=8260 amount=3 -kerning first=49 second=41 amount=-1 -kerning first=8221 second=193 amount=-3 -kerning first=49 second=93 amount=-1 -kerning first=49 second=125 amount=-1 -kerning first=49 second=8260 amount=7 -kerning first=8221 second=192 amount=-3 -kerning first=50 second=41 amount=-2 -kerning first=8221 second=173 amount=-6 -kerning first=50 second=52 amount=-1 -kerning first=50 second=93 amount=-1 -kerning first=50 second=125 amount=-1 -kerning first=8221 second=115 amount=-1 -kerning first=50 second=247 amount=-1 -kerning first=50 second=8260 amount=12 -kerning first=8221 second=113 amount=-2 -kerning first=51 second=41 amount=-3 -kerning first=51 second=47 amount=-1 -kerning first=51 second=93 amount=-2 -kerning first=51 second=125 amount=-1 -kerning first=51 second=8260 amount=6 -kerning first=8221 second=111 amount=-2 -kerning first=8221 second=103 amount=-1 -kerning first=52 second=41 amount=-4 -kerning first=52 second=47 amount=-1 -kerning first=52 second=49 amount=-1 -kerning first=8221 second=101 amount=-2 -kerning first=8221 second=100 amount=-2 -kerning first=8221 second=99 amount=-2 -kerning first=52 second=55 amount=-3 -kerning first=8221 second=74 amount=-2 -kerning first=8221 second=65 amount=-3 -kerning first=8221 second=47 amount=-6 -kerning first=52 second=86 amount=-1 -kerning first=8221 second=46 amount=-9 -kerning first=8221 second=45 amount=-6 -kerning first=8221 second=44 amount=-9 -kerning first=52 second=92 amount=-3 -kerning first=52 second=93 amount=-2 -kerning first=52 second=125 amount=-1 -kerning first=52 second=176 amount=-1 -kerning first=8221 second=32 amount=-1 -kerning first=8220 second=8230 amount=-9 -kerning first=8220 second=8222 amount=-9 -kerning first=8220 second=8218 amount=-9 -kerning first=52 second=8260 amount=5 -kerning first=53 second=41 amount=-1 -kerning first=53 second=47 amount=-1 -kerning first=8220 second=339 amount=-2 -kerning first=8220 second=248 amount=-2 -kerning first=53 second=8260 amount=6 -kerning first=54 second=41 amount=-2 -kerning first=54 second=47 amount=-1 -kerning first=8220 second=246 amount=-2 -kerning first=54 second=93 amount=-1 -kerning first=8220 second=245 amount=-2 -kerning first=54 second=8260 amount=6 -kerning first=55 second=35 amount=-1 -kerning first=8220 second=244 amount=-2 -kerning first=55 second=43 amount=-1 -kerning first=55 second=44 amount=-3 -kerning first=55 second=45 amount=-1 -kerning first=55 second=46 amount=-3 -kerning first=55 second=47 amount=-5 -kerning first=55 second=52 amount=-1 -kerning first=55 second=65 amount=-2 -kerning first=55 second=74 amount=-2 -kerning first=8220 second=243 amount=-2 -kerning first=8220 second=242 amount=-2 -kerning first=55 second=173 amount=-1 -kerning first=55 second=183 amount=-1 -kerning first=55 second=192 amount=-2 -kerning first=55 second=193 amount=-2 -kerning first=55 second=194 amount=-2 -kerning first=55 second=195 amount=-2 -kerning first=55 second=196 amount=-2 -kerning first=55 second=197 amount=-2 -kerning first=55 second=198 amount=-4 -kerning first=55 second=215 amount=-3 -kerning first=55 second=247 amount=-1 -kerning first=55 second=8211 amount=-1 -kerning first=55 second=8212 amount=-1 -kerning first=55 second=8218 amount=-3 -kerning first=55 second=8222 amount=-3 -kerning first=55 second=8230 amount=-3 -kerning first=55 second=8722 amount=-1 -kerning first=56 second=41 amount=-3 -kerning first=56 second=47 amount=-1 -kerning first=56 second=93 amount=-2 -kerning first=56 second=125 amount=-1 -kerning first=56 second=8260 amount=6 -kerning first=57 second=41 amount=-3 -kerning first=57 second=47 amount=-2 -kerning first=8220 second=240 amount=-1 -kerning first=57 second=93 amount=-2 -kerning first=57 second=125 amount=-1 -kerning first=57 second=8260 amount=3 -kerning first=58 second=84 amount=-4 -kerning first=58 second=86 amount=-1 -kerning first=58 second=89 amount=-2 -kerning first=58 second=221 amount=-2 -kerning first=58 second=376 amount=-2 -kerning first=59 second=84 amount=-4 -kerning first=59 second=86 amount=-1 -kerning first=59 second=89 amount=-2 -kerning first=59 second=221 amount=-2 -kerning first=59 second=376 amount=-2 -kerning first=60 second=41 amount=-1 -kerning first=8220 second=238 amount=1 -kerning first=8220 second=235 amount=-2 -kerning first=61 second=41 amount=-1 -kerning first=61 second=55 amount=-1 -kerning first=8220 second=234 amount=-2 -kerning first=8220 second=233 amount=-2 -kerning first=62 second=41 amount=-1 -kerning first=8220 second=232 amount=-2 -kerning first=8220 second=231 amount=-2 -kerning first=63 second=41 amount=-1 -kerning first=8220 second=198 amount=-6 -kerning first=8220 second=197 amount=-3 -kerning first=64 second=84 amount=-1 -kerning first=64 second=89 amount=-1 -kerning first=64 second=221 amount=-1 -kerning first=64 second=376 amount=-1 -kerning first=65 second=32 amount=-2 -kerning first=65 second=34 amount=-3 -kerning first=65 second=39 amount=-3 -kerning first=65 second=41 amount=-1 -kerning first=65 second=42 amount=-3 -kerning first=65 second=49 amount=-2 -kerning first=65 second=55 amount=-2 -kerning first=65 second=63 amount=-3 -kerning first=8220 second=196 amount=-3 -kerning first=8220 second=195 amount=-3 -kerning first=8220 second=194 amount=-3 -kerning first=8220 second=193 amount=-3 -kerning first=65 second=84 amount=-4 -kerning first=8220 second=192 amount=-3 -kerning first=65 second=86 amount=-2 -kerning first=65 second=87 amount=-1 -kerning first=65 second=89 amount=-4 -kerning first=65 second=92 amount=-4 -kerning first=65 second=93 amount=-1 -kerning first=8220 second=113 amount=-1 -kerning first=65 second=116 amount=-1 -kerning first=65 second=118 amount=-1 -kerning first=65 second=119 amount=-1 -kerning first=65 second=121 amount=-1 -kerning first=65 second=170 amount=-1 -kerning first=65 second=174 amount=-2 -kerning first=65 second=186 amount=-1 -kerning first=8220 second=111 amount=-2 -kerning first=8220 second=103 amount=-1 -kerning first=8220 second=101 amount=-2 -kerning first=8220 second=100 amount=-2 -kerning first=8220 second=99 amount=-2 -kerning first=8220 second=74 amount=-2 -kerning first=8220 second=65 amount=-3 -kerning first=8220 second=46 amount=-9 -kerning first=8220 second=44 amount=-9 -kerning first=8218 second=8221 amount=-9 -kerning first=8218 second=8220 amount=-9 -kerning first=65 second=221 amount=-4 -kerning first=8218 second=8217 amount=-9 -kerning first=65 second=253 amount=-1 -kerning first=8218 second=8216 amount=-9 -kerning first=65 second=255 amount=-1 -kerning first=8218 second=376 amount=-5 -kerning first=65 second=376 amount=-4 -kerning first=65 second=8216 amount=-3 -kerning first=65 second=8217 amount=-3 -kerning first=65 second=8220 amount=-3 -kerning first=65 second=8221 amount=-3 -kerning first=65 second=8482 amount=-3 -kerning first=8218 second=255 amount=-2 -kerning first=8218 second=254 amount=-1 -kerning first=66 second=41 amount=-3 -kerning first=66 second=47 amount=-1 -kerning first=8218 second=253 amount=-2 -kerning first=8218 second=223 amount=-1 -kerning first=8218 second=221 amount=-5 -kerning first=8218 second=121 amount=-2 -kerning first=8218 second=119 amount=-1 -kerning first=8218 second=118 amount=-2 -kerning first=66 second=89 amount=-1 -kerning first=66 second=93 amount=-2 -kerning first=66 second=125 amount=-1 -kerning first=8218 second=116 amount=-1 -kerning first=66 second=221 amount=-1 -kerning first=66 second=254 amount=-1 -kerning first=66 second=376 amount=-1 -kerning first=8218 second=102 amount=-1 -kerning first=8218 second=89 amount=-5 -kerning first=8218 second=87 amount=-2 -kerning first=8218 second=86 amount=-3 -kerning first=67 second=52 amount=-1 -kerning first=67 second=67 amount=-1 -kerning first=67 second=71 amount=-1 -kerning first=67 second=79 amount=-1 -kerning first=67 second=81 amount=-1 -kerning first=8218 second=84 amount=-4 -kerning first=8218 second=55 amount=-3 -kerning first=8218 second=49 amount=-3 -kerning first=8218 second=39 amount=-8 -kerning first=8218 second=34 amount=-8 -kerning first=8217 second=8250 amount=-1 -kerning first=67 second=169 amount=-1 -kerning first=67 second=170 amount=-1 -kerning first=8217 second=8249 amount=-3 -kerning first=8217 second=8230 amount=-9 -kerning first=67 second=186 amount=-1 -kerning first=67 second=199 amount=-1 -kerning first=67 second=210 amount=-1 -kerning first=67 second=211 amount=-1 -kerning first=67 second=212 amount=-1 -kerning first=67 second=213 amount=-1 -kerning first=67 second=214 amount=-1 -kerning first=67 second=216 amount=-1 -kerning first=8217 second=8222 amount=-9 -kerning first=67 second=236 amount=2 -kerning first=8217 second=8218 amount=-9 -kerning first=67 second=254 amount=-1 -kerning first=8217 second=8212 amount=-6 -kerning first=67 second=338 amount=-1 -kerning first=8217 second=8211 amount=-6 -kerning first=8217 second=353 amount=-1 -kerning first=8217 second=339 amount=-2 -kerning first=8217 second=248 amount=-2 -kerning first=68 second=41 amount=-4 -kerning first=8217 second=246 amount=-2 -kerning first=8217 second=245 amount=-2 -kerning first=68 second=47 amount=-2 -kerning first=8217 second=244 amount=-2 -kerning first=8217 second=243 amount=-2 -kerning first=8217 second=242 amount=-2 -kerning first=68 second=74 amount=-1 -kerning first=68 second=84 amount=-1 -kerning first=8217 second=240 amount=-1 -kerning first=68 second=88 amount=-1 -kerning first=68 second=89 amount=-1 -kerning first=8217 second=238 amount=1 -kerning first=68 second=92 amount=-1 -kerning first=68 second=93 amount=-2 -kerning first=68 second=125 amount=-1 -kerning first=8217 second=236 amount=2 -kerning first=8217 second=235 amount=-2 -kerning first=8217 second=234 amount=-2 -kerning first=8217 second=233 amount=-2 -kerning first=8217 second=232 amount=-2 -kerning first=8217 second=231 amount=-2 -kerning first=68 second=198 amount=-1 -kerning first=68 second=221 amount=-1 -kerning first=8217 second=198 amount=-6 -kerning first=68 second=376 amount=-1 -kerning first=8217 second=197 amount=-3 -kerning first=8217 second=196 amount=-3 -kerning first=8217 second=195 amount=-3 -kerning first=8217 second=194 amount=-3 -kerning first=8217 second=193 amount=-3 -kerning first=8217 second=192 amount=-3 -kerning first=8217 second=173 amount=-6 -kerning first=8217 second=115 amount=-1 -kerning first=8217 second=113 amount=-2 -kerning first=8217 second=111 amount=-2 -kerning first=8217 second=103 amount=-1 -kerning first=8217 second=101 amount=-2 -kerning first=8217 second=100 amount=-2 -kerning first=8217 second=99 amount=-2 -kerning first=8217 second=74 amount=-2 -kerning first=8217 second=65 amount=-3 -kerning first=8217 second=47 amount=-6 -kerning first=8217 second=46 amount=-9 -kerning first=8217 second=45 amount=-6 -kerning first=8217 second=44 amount=-9 -kerning first=8217 second=32 amount=-1 -kerning first=69 second=236 amount=2 -kerning first=8216 second=8230 amount=-9 -kerning first=69 second=254 amount=-1 -kerning first=8216 second=8222 amount=-9 -kerning first=8216 second=8218 amount=-9 -kerning first=8216 second=339 amount=-2 -kerning first=70 second=32 amount=-1 -kerning first=8216 second=248 amount=-2 -kerning first=70 second=44 amount=-6 -kerning first=8216 second=246 amount=-2 -kerning first=70 second=46 amount=-6 -kerning first=70 second=47 amount=-5 -kerning first=70 second=65 amount=-4 -kerning first=8216 second=245 amount=-2 -kerning first=8216 second=244 amount=-2 -kerning first=70 second=74 amount=-3 -kerning first=8216 second=243 amount=-2 -kerning first=8216 second=242 amount=-2 -kerning first=8216 second=240 amount=-1 -kerning first=70 second=97 amount=-1 -kerning first=70 second=99 amount=-1 -kerning first=70 second=100 amount=-1 -kerning first=70 second=101 amount=-1 -kerning first=70 second=103 amount=-1 -kerning first=70 second=109 amount=-1 -kerning first=70 second=110 amount=-1 -kerning first=70 second=111 amount=-1 -kerning first=70 second=112 amount=-1 -kerning first=70 second=113 amount=-1 -kerning first=70 second=114 amount=-1 -kerning first=8216 second=238 amount=1 -kerning first=70 second=117 amount=-1 -kerning first=8216 second=235 amount=-2 -kerning first=8216 second=234 amount=-2 -kerning first=8216 second=233 amount=-2 -kerning first=70 second=192 amount=-4 -kerning first=70 second=193 amount=-4 -kerning first=70 second=194 amount=-4 -kerning first=70 second=195 amount=-4 -kerning first=70 second=196 amount=-4 -kerning first=70 second=197 amount=-4 -kerning first=70 second=198 amount=-8 -kerning first=8216 second=232 amount=-2 -kerning first=8216 second=231 amount=-2 -kerning first=8216 second=198 amount=-6 -kerning first=8216 second=197 amount=-3 -kerning first=8216 second=196 amount=-3 -kerning first=8216 second=195 amount=-3 -kerning first=8216 second=194 amount=-3 -kerning first=70 second=224 amount=-1 -kerning first=70 second=225 amount=-1 -kerning first=70 second=226 amount=-1 -kerning first=70 second=227 amount=-1 -kerning first=70 second=228 amount=-1 -kerning first=70 second=229 amount=-1 -kerning first=70 second=230 amount=-1 -kerning first=70 second=231 amount=-1 -kerning first=70 second=232 amount=-1 -kerning first=70 second=233 amount=-1 -kerning first=70 second=234 amount=-1 -kerning first=70 second=235 amount=-1 -kerning first=70 second=236 amount=3 -kerning first=70 second=238 amount=1 -kerning first=70 second=240 amount=-1 -kerning first=70 second=241 amount=-1 -kerning first=70 second=242 amount=-1 -kerning first=70 second=243 amount=-1 -kerning first=70 second=244 amount=-1 -kerning first=70 second=245 amount=-1 -kerning first=70 second=246 amount=-1 -kerning first=70 second=248 amount=-1 -kerning first=70 second=249 amount=-1 -kerning first=70 second=250 amount=-1 -kerning first=70 second=251 amount=-1 -kerning first=70 second=252 amount=-1 -kerning first=70 second=254 amount=-1 -kerning first=70 second=305 amount=-1 -kerning first=8216 second=193 amount=-3 -kerning first=70 second=339 amount=-1 -kerning first=8216 second=192 amount=-3 -kerning first=8216 second=113 amount=-1 -kerning first=8216 second=111 amount=-2 -kerning first=8216 second=103 amount=-1 -kerning first=70 second=8218 amount=-6 -kerning first=70 second=8222 amount=-6 -kerning first=70 second=8230 amount=-6 -kerning first=8216 second=101 amount=-2 -kerning first=71 second=41 amount=-1 -kerning first=8216 second=100 amount=-2 -kerning first=8216 second=99 amount=-2 -kerning first=71 second=93 amount=-1 -kerning first=8216 second=74 amount=-2 -kerning first=8216 second=65 amount=-3 -kerning first=8216 second=46 amount=-9 -kerning first=72 second=41 amount=-1 -kerning first=8216 second=44 amount=-9 -kerning first=8212 second=8221 amount=-6 -kerning first=72 second=254 amount=-1 -kerning first=73 second=41 amount=-1 -kerning first=8212 second=8217 amount=-6 -kerning first=8212 second=382 amount=-1 -kerning first=73 second=254 amount=-1 -kerning first=74 second=41 amount=-1 -kerning first=74 second=47 amount=-1 -kerning first=8212 second=376 amount=-4 -kerning first=8212 second=352 amount=-1 -kerning first=8212 second=221 amount=-4 -kerning first=8212 second=122 amount=-1 -kerning first=8212 second=120 amount=-1 -kerning first=74 second=254 amount=-1 -kerning first=8212 second=89 amount=-4 -kerning first=8212 second=88 amount=-1 -kerning first=75 second=45 amount=-1 -kerning first=75 second=52 amount=-2 -kerning first=75 second=67 amount=-2 -kerning first=8212 second=86 amount=-1 -kerning first=75 second=71 amount=-2 -kerning first=75 second=79 amount=-2 -kerning first=75 second=81 amount=-2 -kerning first=8212 second=84 amount=-4 -kerning first=75 second=99 amount=-1 -kerning first=75 second=100 amount=-1 -kerning first=75 second=101 amount=-1 -kerning first=75 second=102 amount=-1 -kerning first=75 second=111 amount=-1 -kerning first=75 second=113 amount=-1 -kerning first=75 second=116 amount=-1 -kerning first=8212 second=83 amount=-1 -kerning first=75 second=118 amount=-2 -kerning first=75 second=119 amount=-1 -kerning first=75 second=121 amount=-2 -kerning first=75 second=169 amount=-2 -kerning first=75 second=170 amount=-1 -kerning first=75 second=173 amount=-1 -kerning first=8212 second=74 amount=-3 -kerning first=75 second=186 amount=-2 -kerning first=75 second=199 amount=-2 -kerning first=8212 second=55 amount=-3 -kerning first=8212 second=49 amount=-2 -kerning first=8212 second=39 amount=-5 -kerning first=8212 second=34 amount=-5 -kerning first=75 second=210 amount=-2 -kerning first=75 second=211 amount=-2 -kerning first=75 second=212 amount=-2 -kerning first=75 second=213 amount=-2 -kerning first=75 second=214 amount=-2 -kerning first=75 second=216 amount=-2 -kerning first=75 second=223 amount=-1 -kerning first=75 second=231 amount=-1 -kerning first=75 second=232 amount=-1 -kerning first=75 second=233 amount=-1 -kerning first=75 second=234 amount=-1 -kerning first=75 second=235 amount=-1 -kerning first=75 second=236 amount=2 -kerning first=75 second=240 amount=-1 -kerning first=75 second=242 amount=-1 -kerning first=75 second=243 amount=-1 -kerning first=75 second=244 amount=-1 -kerning first=75 second=245 amount=-1 -kerning first=75 second=246 amount=-1 -kerning first=75 second=248 amount=-1 -kerning first=8211 second=8221 amount=-6 -kerning first=8211 second=8217 amount=-6 -kerning first=8211 second=382 amount=-1 -kerning first=8211 second=376 amount=-4 -kerning first=75 second=253 amount=-2 -kerning first=75 second=254 amount=-1 -kerning first=75 second=255 amount=-2 -kerning first=75 second=338 amount=-2 -kerning first=75 second=339 amount=-1 -kerning first=75 second=8211 amount=-1 -kerning first=75 second=8212 amount=-1 -kerning first=75 second=8249 amount=-1 -kerning first=8211 second=352 amount=-1 -kerning first=8211 second=221 amount=-4 -kerning first=76 second=32 amount=-2 -kerning first=76 second=34 amount=-7 -kerning first=76 second=39 amount=-7 -kerning first=76 second=41 amount=-2 -kerning first=76 second=42 amount=-7 -kerning first=76 second=45 amount=-4 -kerning first=76 second=49 amount=-3 -kerning first=76 second=52 amount=-2 -kerning first=76 second=55 amount=-2 -kerning first=76 second=63 amount=-3 -kerning first=76 second=67 amount=-1 -kerning first=76 second=71 amount=-1 -kerning first=76 second=79 amount=-1 -kerning first=76 second=81 amount=-1 -kerning first=76 second=84 amount=-8 -kerning first=76 second=85 amount=-1 -kerning first=76 second=86 amount=-6 -kerning first=76 second=87 amount=-3 -kerning first=76 second=89 amount=-7 -kerning first=76 second=92 amount=-7 -kerning first=76 second=93 amount=-2 -kerning first=8211 second=122 amount=-1 -kerning first=8211 second=120 amount=-1 -kerning first=8211 second=89 amount=-4 -kerning first=76 second=102 amount=-1 -kerning first=8211 second=88 amount=-1 -kerning first=8211 second=86 amount=-1 -kerning first=76 second=116 amount=-2 -kerning first=76 second=118 amount=-5 -kerning first=76 second=119 amount=-3 -kerning first=76 second=121 amount=-5 -kerning first=8211 second=84 amount=-4 -kerning first=76 second=169 amount=-2 -kerning first=76 second=170 amount=-6 -kerning first=76 second=173 amount=-4 -kerning first=76 second=174 amount=-7 -kerning first=76 second=183 amount=-12 -kerning first=76 second=186 amount=-7 -kerning first=76 second=199 amount=-1 -kerning first=76 second=210 amount=-1 -kerning first=76 second=211 amount=-1 -kerning first=76 second=212 amount=-1 -kerning first=76 second=213 amount=-1 -kerning first=76 second=214 amount=-1 -kerning first=76 second=216 amount=-1 -kerning first=76 second=217 amount=-1 -kerning first=76 second=218 amount=-1 -kerning first=76 second=219 amount=-1 -kerning first=76 second=220 amount=-1 -kerning first=76 second=221 amount=-7 -kerning first=76 second=223 amount=-1 -kerning first=8211 second=83 amount=-1 -kerning first=8211 second=74 amount=-3 -kerning first=8211 second=55 amount=-3 -kerning first=8211 second=49 amount=-2 -kerning first=8211 second=39 amount=-5 -kerning first=8211 second=34 amount=-5 -kerning first=402 second=41 amount=-1 -kerning first=382 second=8482 amount=-2 -kerning first=382 second=8249 amount=-1 -kerning first=382 second=8212 amount=-1 -kerning first=382 second=8211 amount=-1 -kerning first=382 second=376 amount=-3 -kerning first=76 second=253 amount=-5 -kerning first=76 second=254 amount=-1 -kerning first=76 second=255 amount=-5 -kerning first=76 second=338 amount=-1 -kerning first=382 second=221 amount=-3 -kerning first=76 second=376 amount=-7 -kerning first=76 second=8211 amount=-4 -kerning first=76 second=8212 amount=-4 -kerning first=76 second=8216 amount=-7 -kerning first=76 second=8217 amount=-7 -kerning first=76 second=8220 amount=-7 -kerning first=76 second=8221 amount=-7 -kerning first=76 second=8249 amount=-1 -kerning first=76 second=8482 amount=-7 -kerning first=382 second=173 amount=-1 -kerning first=382 second=125 amount=-1 -kerning first=77 second=41 amount=-2 -kerning first=382 second=93 amount=-2 -kerning first=382 second=92 amount=-2 -kerning first=77 second=93 amount=-1 -kerning first=77 second=125 amount=-1 -kerning first=382 second=89 amount=-3 -kerning first=382 second=86 amount=-1 -kerning first=382 second=84 amount=-7 -kerning first=382 second=63 amount=-1 -kerning first=382 second=45 amount=-1 -kerning first=78 second=41 amount=-1 -kerning first=382 second=41 amount=-3 -kerning first=381 second=254 amount=-1 -kerning first=78 second=254 amount=-1 -kerning first=79 second=41 amount=-4 -kerning first=381 second=169 amount=-1 -kerning first=381 second=52 amount=-1 -kerning first=79 second=47 amount=-2 -kerning first=376 second=8250 amount=-2 -kerning first=376 second=8249 amount=-4 -kerning first=376 second=8230 amount=-5 -kerning first=79 second=74 amount=-1 -kerning first=79 second=84 amount=-1 -kerning first=376 second=8222 amount=-5 -kerning first=79 second=88 amount=-1 -kerning first=79 second=89 amount=-1 -kerning first=376 second=8218 amount=-5 -kerning first=79 second=92 amount=-1 -kerning first=79 second=93 amount=-2 -kerning first=79 second=125 amount=-1 -kerning first=376 second=8212 amount=-4 -kerning first=376 second=8211 amount=-4 -kerning first=376 second=382 amount=-3 -kerning first=376 second=353 amount=-4 -kerning first=376 second=339 amount=-5 -kerning first=376 second=338 amount=-1 -kerning first=79 second=198 amount=-1 -kerning first=79 second=221 amount=-1 -kerning first=376 second=255 amount=-1 -kerning first=79 second=376 amount=-1 -kerning first=376 second=254 amount=-1 -kerning first=376 second=253 amount=-1 -kerning first=376 second=252 amount=-4 -kerning first=376 second=251 amount=-4 -kerning first=376 second=250 amount=-4 -kerning first=80 second=32 amount=-1 -kerning first=80 second=41 amount=-3 -kerning first=80 second=44 amount=-6 -kerning first=376 second=249 amount=-4 -kerning first=80 second=46 amount=-6 -kerning first=80 second=47 amount=-5 -kerning first=80 second=65 amount=-3 -kerning first=80 second=74 amount=-3 -kerning first=80 second=88 amount=-1 -kerning first=376 second=248 amount=-5 -kerning first=80 second=93 amount=-1 -kerning first=376 second=246 amount=-5 -kerning first=376 second=245 amount=-5 -kerning first=376 second=244 amount=-5 -kerning first=376 second=243 amount=-5 -kerning first=376 second=242 amount=-5 -kerning first=376 second=241 amount=-4 -kerning first=376 second=240 amount=-2 -kerning first=80 second=125 amount=-1 -kerning first=376 second=235 amount=-5 -kerning first=80 second=192 amount=-3 -kerning first=80 second=193 amount=-3 -kerning first=80 second=194 amount=-3 -kerning first=80 second=195 amount=-3 -kerning first=80 second=196 amount=-3 -kerning first=80 second=197 amount=-3 -kerning first=80 second=198 amount=-6 -kerning first=376 second=234 amount=-5 -kerning first=376 second=233 amount=-5 -kerning first=376 second=232 amount=-5 -kerning first=376 second=231 amount=-5 -kerning first=376 second=230 amount=-4 -kerning first=376 second=229 amount=-4 -kerning first=376 second=228 amount=-4 -kerning first=376 second=227 amount=-4 -kerning first=376 second=226 amount=-4 -kerning first=376 second=225 amount=-4 -kerning first=376 second=224 amount=-4 -kerning first=376 second=223 amount=-1 -kerning first=376 second=216 amount=-1 -kerning first=80 second=240 amount=-1 -kerning first=376 second=214 amount=-1 -kerning first=376 second=213 amount=-1 -kerning first=376 second=212 amount=-1 -kerning first=376 second=211 amount=-1 -kerning first=376 second=210 amount=-1 -kerning first=376 second=199 amount=-1 -kerning first=80 second=254 amount=-1 -kerning first=376 second=198 amount=-7 -kerning first=376 second=197 amount=-4 -kerning first=376 second=196 amount=-4 -kerning first=376 second=195 amount=-4 -kerning first=80 second=8218 amount=-6 -kerning first=80 second=8222 amount=-6 -kerning first=80 second=8230 amount=-6 -kerning first=81 second=41 amount=-4 -kerning first=376 second=194 amount=-4 -kerning first=376 second=193 amount=-4 -kerning first=81 second=47 amount=-2 -kerning first=376 second=192 amount=-4 -kerning first=376 second=173 amount=-4 -kerning first=376 second=169 amount=-2 -kerning first=81 second=74 amount=-1 -kerning first=81 second=84 amount=-1 -kerning first=376 second=122 amount=-3 -kerning first=81 second=88 amount=-1 -kerning first=81 second=89 amount=-1 -kerning first=376 second=121 amount=-1 -kerning first=81 second=92 amount=-1 -kerning first=81 second=93 amount=-2 -kerning first=81 second=125 amount=-1 -kerning first=376 second=120 amount=-2 -kerning first=376 second=119 amount=-1 -kerning first=376 second=118 amount=-1 -kerning first=376 second=117 amount=-4 -kerning first=376 second=116 amount=-1 -kerning first=376 second=115 amount=-4 -kerning first=81 second=198 amount=-1 -kerning first=81 second=221 amount=-1 -kerning first=376 second=114 amount=-4 -kerning first=81 second=376 amount=-1 -kerning first=376 second=113 amount=-5 -kerning first=376 second=112 amount=-4 -kerning first=376 second=111 amount=-5 -kerning first=376 second=110 amount=-4 -kerning first=376 second=109 amount=-4 -kerning first=82 second=41 amount=-2 -kerning first=376 second=103 amount=-5 -kerning first=376 second=102 amount=-1 -kerning first=376 second=101 amount=-5 -kerning first=376 second=100 amount=-5 -kerning first=376 second=99 amount=-5 -kerning first=82 second=89 amount=-1 -kerning first=376 second=97 amount=-4 -kerning first=82 second=93 amount=-2 -kerning first=376 second=81 amount=-1 -kerning first=376 second=79 amount=-1 -kerning first=376 second=74 amount=-3 -kerning first=82 second=125 amount=-1 -kerning first=82 second=221 amount=-1 -kerning first=376 second=71 amount=-1 -kerning first=376 second=67 amount=-1 -kerning first=376 second=65 amount=-4 -kerning first=376 second=64 amount=-2 -kerning first=376 second=59 amount=-2 -kerning first=376 second=58 amount=-2 -kerning first=376 second=52 amount=-3 -kerning first=376 second=47 amount=-6 -kerning first=376 second=46 amount=-5 -kerning first=376 second=45 amount=-4 -kerning first=376 second=44 amount=-5 -kerning first=376 second=32 amount=-2 -kerning first=82 second=254 amount=-1 -kerning first=353 second=8482 amount=-2 -kerning first=82 second=376 amount=-1 -kerning first=82 second=8249 amount=-1 -kerning first=353 second=376 amount=-3 -kerning first=83 second=41 amount=-1 -kerning first=353 second=221 amount=-3 -kerning first=353 second=125 amount=-1 -kerning first=353 second=93 amount=-2 -kerning first=353 second=92 amount=-2 -kerning first=353 second=89 amount=-3 -kerning first=353 second=86 amount=-1 -kerning first=353 second=84 amount=-7 -kerning first=353 second=63 amount=-1 -kerning first=353 second=41 amount=-4 -kerning first=352 second=41 amount=-1 -kerning first=339 second=8482 amount=-2 -kerning first=339 second=8221 amount=-1 -kerning first=339 second=8220 amount=-1 -kerning first=339 second=8217 amount=-1 -kerning first=339 second=8216 amount=-1 -kerning first=339 second=376 amount=-5 -kerning first=339 second=221 amount=-5 -kerning first=339 second=125 amount=-2 -kerning first=84 second=32 amount=-2 -kerning first=84 second=44 amount=-4 -kerning first=84 second=45 amount=-4 -kerning first=84 second=46 amount=-4 -kerning first=84 second=47 amount=-6 -kerning first=84 second=52 amount=-3 -kerning first=84 second=58 amount=-4 -kerning first=84 second=59 amount=-4 -kerning first=84 second=64 amount=-2 -kerning first=84 second=65 amount=-4 -kerning first=84 second=67 amount=-1 -kerning first=339 second=93 amount=-2 -kerning first=84 second=71 amount=-1 -kerning first=84 second=74 amount=-3 -kerning first=84 second=79 amount=-1 -kerning first=84 second=81 amount=-1 -kerning first=84 second=97 amount=-7 -kerning first=84 second=99 amount=-9 -kerning first=84 second=100 amount=-9 -kerning first=84 second=101 amount=-9 -kerning first=84 second=102 amount=-2 -kerning first=84 second=103 amount=-9 -kerning first=84 second=109 amount=-7 -kerning first=84 second=110 amount=-7 -kerning first=84 second=111 amount=-9 -kerning first=84 second=112 amount=-7 -kerning first=84 second=113 amount=-9 -kerning first=84 second=114 amount=-7 -kerning first=84 second=115 amount=-8 -kerning first=84 second=116 amount=-2 -kerning first=84 second=117 amount=-7 -kerning first=84 second=118 amount=-5 -kerning first=84 second=119 amount=-6 -kerning first=84 second=120 amount=-6 -kerning first=84 second=121 amount=-5 -kerning first=84 second=122 amount=-7 -kerning first=84 second=169 amount=-1 -kerning first=339 second=92 amount=-2 -kerning first=84 second=173 amount=-4 -kerning first=339 second=89 amount=-5 -kerning first=84 second=192 amount=-4 -kerning first=84 second=193 amount=-4 -kerning first=84 second=194 amount=-4 -kerning first=84 second=195 amount=-4 -kerning first=84 second=196 amount=-4 -kerning first=84 second=197 amount=-4 -kerning first=84 second=198 amount=-6 -kerning first=84 second=199 amount=-1 -kerning first=84 second=210 amount=-1 -kerning first=84 second=211 amount=-1 -kerning first=84 second=212 amount=-1 -kerning first=84 second=213 amount=-1 -kerning first=84 second=214 amount=-1 -kerning first=84 second=216 amount=-1 -kerning first=339 second=86 amount=-2 -kerning first=84 second=224 amount=-7 -kerning first=84 second=225 amount=-7 -kerning first=84 second=226 amount=-7 -kerning first=84 second=227 amount=-7 -kerning first=84 second=228 amount=-7 -kerning first=84 second=229 amount=-7 -kerning first=84 second=230 amount=-7 -kerning first=84 second=231 amount=-9 -kerning first=84 second=232 amount=-7 -kerning first=84 second=233 amount=-9 -kerning first=84 second=234 amount=-9 -kerning first=84 second=235 amount=-9 -kerning first=84 second=236 amount=4 -kerning first=339 second=84 amount=-8 -kerning first=84 second=238 amount=3 -kerning first=339 second=63 amount=-2 -kerning first=84 second=240 amount=-3 -kerning first=84 second=241 amount=-7 -kerning first=84 second=242 amount=-7 -kerning first=84 second=243 amount=-9 -kerning first=84 second=244 amount=-9 -kerning first=84 second=245 amount=-9 -kerning first=84 second=246 amount=-9 -kerning first=84 second=248 amount=-9 -kerning first=84 second=249 amount=-7 -kerning first=84 second=250 amount=-7 -kerning first=84 second=251 amount=-7 -kerning first=84 second=252 amount=-7 -kerning first=84 second=253 amount=-5 -kerning first=84 second=254 amount=-2 -kerning first=84 second=255 amount=-5 -kerning first=84 second=305 amount=-7 -kerning first=84 second=338 amount=-1 -kerning first=84 second=339 amount=-9 -kerning first=84 second=353 amount=-6 -kerning first=84 second=382 amount=-7 -kerning first=84 second=8211 amount=-4 -kerning first=84 second=8212 amount=-4 -kerning first=84 second=8218 amount=-4 -kerning first=84 second=8222 amount=-4 -kerning first=84 second=8230 amount=-4 -kerning first=84 second=8249 amount=-5 -kerning first=84 second=8250 amount=-5 -kerning first=339 second=41 amount=-4 -kerning first=338 second=254 amount=-1 -kerning first=85 second=41 amount=-1 -kerning first=322 second=8482 amount=-1 -kerning first=322 second=8249 amount=-2 -kerning first=85 second=47 amount=-2 -kerning first=322 second=8221 amount=-1 -kerning first=85 second=74 amount=-1 -kerning first=322 second=8220 amount=-1 -kerning first=322 second=8217 amount=-1 -kerning first=322 second=8216 amount=-1 -kerning first=322 second=8212 amount=-1 -kerning first=322 second=8211 amount=-1 -kerning first=322 second=376 amount=-2 -kerning first=322 second=255 amount=-2 -kerning first=322 second=253 amount=-2 -kerning first=322 second=221 amount=-2 -kerning first=85 second=198 amount=-1 -kerning first=322 second=186 amount=-1 -kerning first=85 second=254 amount=-1 -kerning first=322 second=183 amount=-8 -kerning first=322 second=174 amount=-1 -kerning first=322 second=173 amount=-1 -kerning first=86 second=32 amount=-2 -kerning first=86 second=44 amount=-3 -kerning first=86 second=45 amount=-1 -kerning first=86 second=46 amount=-3 -kerning first=86 second=47 amount=-5 -kerning first=86 second=52 amount=-1 -kerning first=86 second=58 amount=-1 -kerning first=86 second=59 amount=-1 -kerning first=86 second=64 amount=-1 -kerning first=86 second=65 amount=-2 -kerning first=322 second=170 amount=-1 -kerning first=322 second=169 amount=-1 -kerning first=86 second=74 amount=-3 -kerning first=322 second=125 amount=-1 -kerning first=322 second=121 amount=-2 -kerning first=86 second=97 amount=-2 -kerning first=86 second=99 amount=-3 -kerning first=86 second=100 amount=-3 -kerning first=86 second=101 amount=-3 -kerning first=86 second=103 amount=-3 -kerning first=86 second=109 amount=-2 -kerning first=86 second=110 amount=-2 -kerning first=86 second=111 amount=-3 -kerning first=86 second=112 amount=-2 -kerning first=86 second=113 amount=-3 -kerning first=86 second=114 amount=-2 -kerning first=86 second=115 amount=-2 -kerning first=86 second=117 amount=-2 -kerning first=322 second=119 amount=-1 -kerning first=86 second=122 amount=-1 -kerning first=86 second=173 amount=-1 -kerning first=86 second=192 amount=-2 -kerning first=86 second=193 amount=-2 -kerning first=86 second=194 amount=-2 -kerning first=86 second=195 amount=-2 -kerning first=86 second=196 amount=-2 -kerning first=86 second=197 amount=-2 -kerning first=86 second=198 amount=-6 -kerning first=322 second=118 amount=-1 -kerning first=322 second=93 amount=-1 -kerning first=322 second=92 amount=-2 -kerning first=322 second=89 amount=-2 -kerning first=322 second=87 amount=-1 -kerning first=322 second=86 amount=-2 -kerning first=322 second=84 amount=-2 -kerning first=86 second=224 amount=-2 -kerning first=86 second=225 amount=-2 -kerning first=86 second=226 amount=-2 -kerning first=86 second=227 amount=-2 -kerning first=86 second=228 amount=-2 -kerning first=86 second=229 amount=-2 -kerning first=86 second=230 amount=-2 -kerning first=86 second=231 amount=-3 -kerning first=86 second=232 amount=-3 -kerning first=86 second=233 amount=-3 -kerning first=86 second=234 amount=-3 -kerning first=86 second=235 amount=-3 -kerning first=86 second=236 amount=4 -kerning first=86 second=238 amount=1 -kerning first=322 second=63 amount=-2 -kerning first=86 second=240 amount=-2 -kerning first=86 second=241 amount=-2 -kerning first=86 second=242 amount=-3 -kerning first=86 second=243 amount=-3 -kerning first=86 second=244 amount=-3 -kerning first=86 second=245 amount=-3 -kerning first=86 second=246 amount=-3 -kerning first=86 second=248 amount=-3 -kerning first=86 second=249 amount=-2 -kerning first=86 second=250 amount=-2 -kerning first=86 second=251 amount=-2 -kerning first=86 second=252 amount=-2 -kerning first=86 second=254 amount=-1 -kerning first=86 second=305 amount=-2 -kerning first=322 second=45 amount=-1 -kerning first=86 second=339 amount=-3 -kerning first=86 second=353 amount=-2 -kerning first=86 second=382 amount=-1 -kerning first=86 second=8211 amount=-1 -kerning first=86 second=8212 amount=-1 -kerning first=86 second=8218 amount=-3 -kerning first=86 second=8222 amount=-3 -kerning first=86 second=8230 amount=-3 -kerning first=86 second=8249 amount=-2 -kerning first=86 second=8250 amount=-1 -kerning first=87 second=32 amount=-1 -kerning first=87 second=44 amount=-2 -kerning first=322 second=42 amount=-1 -kerning first=87 second=46 amount=-2 -kerning first=87 second=47 amount=-3 -kerning first=322 second=41 amount=-2 -kerning first=87 second=65 amount=-1 -kerning first=87 second=74 amount=-2 -kerning first=87 second=97 amount=-1 -kerning first=87 second=99 amount=-1 -kerning first=87 second=100 amount=-1 -kerning first=87 second=101 amount=-1 -kerning first=87 second=103 amount=-1 -kerning first=87 second=109 amount=-1 -kerning first=87 second=110 amount=-1 -kerning first=87 second=111 amount=-1 -kerning first=87 second=112 amount=-1 -kerning first=87 second=113 amount=-1 -kerning first=87 second=114 amount=-1 -kerning first=322 second=39 amount=-1 -kerning first=87 second=117 amount=-1 -kerning first=322 second=34 amount=-1 -kerning first=87 second=192 amount=-1 -kerning first=87 second=193 amount=-1 -kerning first=87 second=194 amount=-1 -kerning first=87 second=195 amount=-1 -kerning first=87 second=196 amount=-1 -kerning first=87 second=197 amount=-1 -kerning first=87 second=198 amount=-3 -kerning first=87 second=224 amount=-1 -kerning first=87 second=225 amount=-1 -kerning first=87 second=226 amount=-1 -kerning first=87 second=227 amount=-1 -kerning first=87 second=228 amount=-1 -kerning first=87 second=229 amount=-1 -kerning first=87 second=230 amount=-1 -kerning first=87 second=231 amount=-1 -kerning first=87 second=232 amount=-1 -kerning first=87 second=233 amount=-1 -kerning first=87 second=234 amount=-1 -kerning first=87 second=235 amount=-1 -kerning first=87 second=236 amount=3 -kerning first=87 second=238 amount=1 -kerning first=87 second=240 amount=-1 -kerning first=87 second=241 amount=-1 -kerning first=87 second=242 amount=-1 -kerning first=87 second=243 amount=-1 -kerning first=87 second=244 amount=-1 -kerning first=87 second=245 amount=-1 -kerning first=87 second=246 amount=-1 -kerning first=87 second=248 amount=-1 -kerning first=87 second=249 amount=-1 -kerning first=87 second=250 amount=-1 -kerning first=87 second=251 amount=-1 -kerning first=87 second=252 amount=-1 -kerning first=87 second=254 amount=-1 -kerning first=87 second=305 amount=-1 -kerning first=87 second=339 amount=-1 -kerning first=322 second=32 amount=-2 -kerning first=321 second=8482 amount=-7 -kerning first=321 second=8249 amount=-1 -kerning first=87 second=8218 amount=-2 -kerning first=87 second=8222 amount=-2 -kerning first=87 second=8230 amount=-2 -kerning first=87 second=8249 amount=-1 -kerning first=321 second=8221 amount=-7 -kerning first=321 second=8220 amount=-7 -kerning first=88 second=45 amount=-1 -kerning first=88 second=52 amount=-1 -kerning first=88 second=67 amount=-1 -kerning first=321 second=8217 amount=-7 -kerning first=88 second=71 amount=-1 -kerning first=88 second=79 amount=-1 -kerning first=88 second=81 amount=-1 -kerning first=321 second=8216 amount=-7 -kerning first=88 second=99 amount=-1 -kerning first=88 second=100 amount=-1 -kerning first=88 second=101 amount=-1 -kerning first=88 second=102 amount=-1 -kerning first=88 second=111 amount=-1 -kerning first=321 second=8212 amount=-4 -kerning first=88 second=116 amount=-1 -kerning first=321 second=8211 amount=-4 -kerning first=88 second=118 amount=-1 -kerning first=88 second=119 amount=-1 -kerning first=88 second=121 amount=-1 -kerning first=88 second=169 amount=-1 -kerning first=88 second=170 amount=-1 -kerning first=88 second=173 amount=-1 -kerning first=88 second=186 amount=-1 -kerning first=88 second=199 amount=-1 -kerning first=321 second=376 amount=-7 -kerning first=321 second=338 amount=-1 -kerning first=321 second=255 amount=-5 -kerning first=321 second=254 amount=-1 -kerning first=88 second=210 amount=-1 -kerning first=88 second=211 amount=-1 -kerning first=88 second=212 amount=-1 -kerning first=88 second=213 amount=-1 -kerning first=88 second=214 amount=-1 -kerning first=88 second=216 amount=-1 -kerning first=88 second=223 amount=-1 -kerning first=88 second=231 amount=-1 -kerning first=88 second=232 amount=-1 -kerning first=88 second=233 amount=-1 -kerning first=88 second=234 amount=-1 -kerning first=88 second=235 amount=-1 -kerning first=88 second=236 amount=2 -kerning first=88 second=240 amount=-1 -kerning first=88 second=242 amount=-1 -kerning first=88 second=243 amount=-1 -kerning first=88 second=244 amount=-1 -kerning first=88 second=245 amount=-1 -kerning first=88 second=246 amount=-1 -kerning first=88 second=248 amount=-1 -kerning first=321 second=253 amount=-5 -kerning first=321 second=223 amount=-1 -kerning first=321 second=221 amount=-7 -kerning first=321 second=220 amount=-1 -kerning first=88 second=253 amount=-1 -kerning first=88 second=254 amount=-1 -kerning first=88 second=255 amount=-1 -kerning first=88 second=338 amount=-1 -kerning first=88 second=339 amount=-1 -kerning first=88 second=8211 amount=-1 -kerning first=88 second=8212 amount=-1 -kerning first=88 second=8249 amount=-1 -kerning first=321 second=219 amount=-1 -kerning first=321 second=218 amount=-1 -kerning first=89 second=32 amount=-2 -kerning first=89 second=44 amount=-5 -kerning first=89 second=45 amount=-4 -kerning first=89 second=46 amount=-5 -kerning first=89 second=47 amount=-6 -kerning first=89 second=52 amount=-3 -kerning first=321 second=217 amount=-1 -kerning first=89 second=58 amount=-2 -kerning first=89 second=59 amount=-2 -kerning first=89 second=64 amount=-2 -kerning first=89 second=65 amount=-4 -kerning first=89 second=67 amount=-1 -kerning first=321 second=216 amount=-1 -kerning first=321 second=214 amount=-1 -kerning first=89 second=71 amount=-1 -kerning first=89 second=74 amount=-3 -kerning first=321 second=213 amount=-1 -kerning first=89 second=79 amount=-1 -kerning first=89 second=81 amount=-1 -kerning first=321 second=212 amount=-1 -kerning first=89 second=97 amount=-4 -kerning first=89 second=99 amount=-5 -kerning first=89 second=100 amount=-5 -kerning first=89 second=101 amount=-5 -kerning first=89 second=102 amount=-1 -kerning first=89 second=103 amount=-5 -kerning first=89 second=109 amount=-4 -kerning first=89 second=110 amount=-4 -kerning first=89 second=111 amount=-5 -kerning first=89 second=112 amount=-4 -kerning first=89 second=113 amount=-5 -kerning first=89 second=114 amount=-4 -kerning first=89 second=115 amount=-4 -kerning first=89 second=116 amount=-1 -kerning first=89 second=117 amount=-4 -kerning first=89 second=118 amount=-1 -kerning first=89 second=119 amount=-1 -kerning first=89 second=120 amount=-2 -kerning first=89 second=121 amount=-1 -kerning first=89 second=122 amount=-3 -kerning first=89 second=169 amount=-2 -kerning first=89 second=173 amount=-4 -kerning first=321 second=211 amount=-1 -kerning first=89 second=192 amount=-4 -kerning first=89 second=193 amount=-4 -kerning first=89 second=194 amount=-4 -kerning first=89 second=195 amount=-4 -kerning first=89 second=196 amount=-4 -kerning first=89 second=197 amount=-4 -kerning first=89 second=198 amount=-7 -kerning first=89 second=199 amount=-1 -kerning first=321 second=210 amount=-1 -kerning first=321 second=199 amount=-1 -kerning first=321 second=186 amount=-7 -kerning first=321 second=183 amount=-12 -kerning first=89 second=210 amount=-1 -kerning first=89 second=211 amount=-1 -kerning first=89 second=212 amount=-1 -kerning first=89 second=213 amount=-1 -kerning first=89 second=214 amount=-1 -kerning first=89 second=216 amount=-1 -kerning first=89 second=223 amount=-1 -kerning first=89 second=224 amount=-4 -kerning first=89 second=225 amount=-4 -kerning first=89 second=226 amount=-4 -kerning first=89 second=227 amount=-4 -kerning first=89 second=228 amount=-4 -kerning first=89 second=229 amount=-4 -kerning first=89 second=230 amount=-4 -kerning first=89 second=231 amount=-5 -kerning first=89 second=232 amount=-5 -kerning first=89 second=233 amount=-5 -kerning first=89 second=234 amount=-5 -kerning first=89 second=235 amount=-5 -kerning first=89 second=236 amount=4 -kerning first=321 second=174 amount=-7 -kerning first=89 second=239 amount=1 -kerning first=89 second=240 amount=-2 -kerning first=89 second=241 amount=-4 -kerning first=89 second=242 amount=-5 -kerning first=89 second=243 amount=-5 -kerning first=89 second=244 amount=-5 -kerning first=89 second=245 amount=-5 -kerning first=89 second=246 amount=-5 -kerning first=89 second=248 amount=-5 -kerning first=89 second=249 amount=-4 -kerning first=89 second=250 amount=-4 -kerning first=89 second=251 amount=-4 -kerning first=89 second=252 amount=-4 -kerning first=89 second=253 amount=-1 -kerning first=89 second=254 amount=-1 -kerning first=89 second=255 amount=-1 -kerning first=89 second=305 amount=-4 -kerning first=89 second=338 amount=-1 -kerning first=89 second=339 amount=-5 -kerning first=321 second=173 amount=-4 -kerning first=89 second=353 amount=-4 -kerning first=89 second=382 amount=-3 -kerning first=89 second=8211 amount=-4 -kerning first=89 second=8212 amount=-4 -kerning first=89 second=8218 amount=-5 -kerning first=89 second=8222 amount=-5 -kerning first=89 second=8230 amount=-5 -kerning first=89 second=8249 amount=-4 -kerning first=89 second=8250 amount=-2 -kerning first=321 second=170 amount=-6 -kerning first=321 second=169 amount=-2 -kerning first=321 second=121 amount=-5 -kerning first=321 second=119 amount=-3 -kerning first=90 second=52 amount=-1 -kerning first=321 second=118 amount=-5 -kerning first=321 second=116 amount=-2 -kerning first=321 second=102 amount=-1 -kerning first=321 second=93 amount=-2 -kerning first=321 second=92 amount=-7 -kerning first=321 second=89 amount=-7 -kerning first=321 second=87 amount=-3 -kerning first=321 second=86 amount=-6 -kerning first=321 second=85 amount=-1 -kerning first=321 second=84 amount=-8 -kerning first=90 second=169 amount=-1 -kerning first=321 second=81 amount=-1 -kerning first=321 second=79 amount=-1 -kerning first=321 second=71 amount=-1 -kerning first=321 second=67 amount=-1 -kerning first=321 second=63 amount=-3 -kerning first=321 second=55 amount=-2 -kerning first=321 second=52 amount=-2 -kerning first=321 second=49 amount=-3 -kerning first=321 second=45 amount=-4 -kerning first=321 second=42 amount=-7 -kerning first=321 second=41 amount=-2 -kerning first=90 second=236 amount=2 -kerning first=321 second=39 amount=-7 -kerning first=321 second=34 amount=-7 -kerning first=90 second=254 amount=-1 -kerning first=321 second=32 amount=-2 -kerning first=305 second=41 amount=-1 -kerning first=255 second=8482 amount=-1 -kerning first=255 second=8249 amount=-1 -kerning first=255 second=8230 amount=-2 -kerning first=255 second=8222 amount=-2 -kerning first=91 second=40 amount=-2 -kerning first=91 second=48 amount=-2 -kerning first=91 second=49 amount=-1 -kerning first=255 second=8218 amount=-2 -kerning first=255 second=376 amount=-1 -kerning first=91 second=52 amount=-2 -kerning first=255 second=240 amount=-1 -kerning first=91 second=54 amount=-2 -kerning first=255 second=221 amount=-1 -kerning first=91 second=56 amount=-2 -kerning first=91 second=57 amount=-1 -kerning first=91 second=65 amount=-1 -kerning first=255 second=198 amount=-3 -kerning first=91 second=67 amount=-2 -kerning first=255 second=197 amount=-1 -kerning first=91 second=69 amount=-2 -kerning first=91 second=70 amount=-1 -kerning first=91 second=71 amount=-2 -kerning first=255 second=196 amount=-1 -kerning first=255 second=195 amount=-1 -kerning first=91 second=74 amount=-2 -kerning first=255 second=194 amount=-1 -kerning first=255 second=193 amount=-1 -kerning first=91 second=77 amount=-1 -kerning first=91 second=78 amount=-1 -kerning first=91 second=79 amount=-2 -kerning first=255 second=192 amount=-1 -kerning first=91 second=81 amount=-2 -kerning first=255 second=125 amount=-1 -kerning first=91 second=83 amount=-1 -kerning first=255 second=93 amount=-2 -kerning first=255 second=89 amount=-1 -kerning first=255 second=88 amount=-1 -kerning first=91 second=97 amount=-3 -kerning first=255 second=84 amount=-5 -kerning first=91 second=99 amount=-3 -kerning first=91 second=100 amount=-3 -kerning first=91 second=101 amount=-3 -kerning first=91 second=102 amount=-2 -kerning first=255 second=74 amount=-3 -kerning first=255 second=65 amount=-1 -kerning first=255 second=47 amount=-4 -kerning first=255 second=46 amount=-2 -kerning first=255 second=44 amount=-2 -kerning first=91 second=109 amount=-2 -kerning first=91 second=110 amount=-2 -kerning first=91 second=111 amount=-3 -kerning first=91 second=112 amount=-2 -kerning first=91 second=113 amount=-3 -kerning first=91 second=114 amount=-2 -kerning first=91 second=115 amount=-2 -kerning first=91 second=116 amount=-2 -kerning first=91 second=117 amount=-2 -kerning first=91 second=118 amount=-2 -kerning first=91 second=119 amount=-2 -kerning first=91 second=120 amount=-2 -kerning first=91 second=121 amount=-1 -kerning first=91 second=122 amount=-2 -kerning first=91 second=123 amount=-1 -kerning first=91 second=192 amount=-1 -kerning first=91 second=193 amount=-1 -kerning first=91 second=194 amount=-1 -kerning first=91 second=195 amount=-1 -kerning first=91 second=196 amount=-1 -kerning first=91 second=197 amount=-1 -kerning first=91 second=198 amount=-1 -kerning first=91 second=199 amount=-2 -kerning first=91 second=200 amount=-2 -kerning first=91 second=201 amount=-2 -kerning first=91 second=202 amount=-2 -kerning first=91 second=203 amount=-2 -kerning first=255 second=41 amount=-4 -kerning first=255 second=32 amount=-1 -kerning first=91 second=206 amount=2 -kerning first=254 second=8482 amount=-2 -kerning first=254 second=8221 amount=-2 -kerning first=91 second=209 amount=-1 -kerning first=91 second=210 amount=-2 -kerning first=91 second=211 amount=-2 -kerning first=91 second=212 amount=-2 -kerning first=91 second=213 amount=-2 -kerning first=91 second=214 amount=-2 -kerning first=91 second=216 amount=-2 -kerning first=254 second=8220 amount=-1 -kerning first=254 second=8217 amount=-2 -kerning first=254 second=8216 amount=-1 -kerning first=254 second=376 amount=-5 -kerning first=254 second=221 amount=-5 -kerning first=91 second=223 amount=-2 -kerning first=91 second=224 amount=-3 -kerning first=91 second=225 amount=-3 -kerning first=91 second=226 amount=-3 -kerning first=91 second=227 amount=-3 -kerning first=91 second=228 amount=-3 -kerning first=91 second=229 amount=-3 -kerning first=91 second=230 amount=-3 -kerning first=91 second=231 amount=-3 -kerning first=91 second=232 amount=-3 -kerning first=91 second=233 amount=-3 -kerning first=91 second=234 amount=-3 -kerning first=91 second=235 amount=-3 -kerning first=91 second=236 amount=1 -kerning first=254 second=125 amount=-2 -kerning first=254 second=93 amount=-3 -kerning first=254 second=92 amount=-3 -kerning first=91 second=240 amount=-2 -kerning first=91 second=241 amount=-2 -kerning first=91 second=242 amount=-3 -kerning first=91 second=243 amount=-3 -kerning first=91 second=244 amount=-3 -kerning first=91 second=245 amount=-3 -kerning first=91 second=246 amount=-3 -kerning first=91 second=248 amount=-3 -kerning first=91 second=249 amount=-2 -kerning first=91 second=250 amount=-2 -kerning first=91 second=251 amount=-2 -kerning first=91 second=252 amount=-2 -kerning first=91 second=253 amount=-1 -kerning first=91 second=254 amount=-2 -kerning first=91 second=255 amount=-1 -kerning first=254 second=89 amount=-5 -kerning first=254 second=88 amount=-1 -kerning first=254 second=87 amount=-1 -kerning first=91 second=338 amount=-2 -kerning first=91 second=339 amount=-3 -kerning first=91 second=352 amount=-1 -kerning first=91 second=353 amount=-2 -kerning first=254 second=86 amount=-3 -kerning first=91 second=382 amount=-2 -kerning first=254 second=84 amount=-9 -kerning first=254 second=63 amount=-2 -kerning first=254 second=47 amount=-1 -kerning first=92 second=34 amount=-6 -kerning first=92 second=39 amount=-6 -kerning first=92 second=48 amount=-2 -kerning first=92 second=49 amount=-4 -kerning first=92 second=52 amount=-2 -kerning first=92 second=54 amount=-2 -kerning first=92 second=55 amount=-3 -kerning first=92 second=56 amount=-1 -kerning first=92 second=67 amount=-2 -kerning first=92 second=69 amount=-1 -kerning first=92 second=71 amount=-2 -kerning first=92 second=76 amount=-1 -kerning first=92 second=79 amount=-2 -kerning first=92 second=81 amount=-2 -kerning first=92 second=84 amount=-6 -kerning first=92 second=85 amount=-2 -kerning first=92 second=86 amount=-5 -kerning first=92 second=87 amount=-3 -kerning first=92 second=89 amount=-6 -kerning first=254 second=42 amount=-1 -kerning first=92 second=99 amount=-1 -kerning first=92 second=100 amount=-1 -kerning first=92 second=101 amount=-1 -kerning first=92 second=102 amount=-2 -kerning first=92 second=108 amount=-1 -kerning first=92 second=111 amount=-1 -kerning first=92 second=113 amount=-1 -kerning first=92 second=116 amount=-3 -kerning first=92 second=117 amount=-1 -kerning first=92 second=118 amount=-4 -kerning first=92 second=119 amount=-3 -kerning first=92 second=121 amount=-4 -kerning first=92 second=199 amount=-2 -kerning first=92 second=200 amount=-1 -kerning first=92 second=201 amount=-1 -kerning first=92 second=202 amount=-1 -kerning first=92 second=203 amount=-1 -kerning first=92 second=210 amount=-2 -kerning first=92 second=211 amount=-2 -kerning first=92 second=212 amount=-2 -kerning first=92 second=213 amount=-2 -kerning first=92 second=214 amount=-2 -kerning first=92 second=216 amount=-2 -kerning first=92 second=217 amount=-2 -kerning first=92 second=218 amount=-2 -kerning first=92 second=219 amount=-2 -kerning first=92 second=220 amount=-2 -kerning first=92 second=221 amount=-6 -kerning first=92 second=223 amount=-2 -kerning first=254 second=41 amount=-4 -kerning first=254 second=39 amount=-1 -kerning first=254 second=34 amount=-1 -kerning first=253 second=8482 amount=-1 -kerning first=253 second=8249 amount=-1 -kerning first=253 second=8230 amount=-2 -kerning first=253 second=8222 amount=-2 -kerning first=92 second=231 amount=-1 -kerning first=92 second=232 amount=-1 -kerning first=92 second=233 amount=-1 -kerning first=92 second=234 amount=-1 -kerning first=92 second=235 amount=-1 -kerning first=92 second=240 amount=-1 -kerning first=92 second=242 amount=-1 -kerning first=92 second=243 amount=-1 -kerning first=92 second=244 amount=-1 -kerning first=92 second=245 amount=-1 -kerning first=92 second=246 amount=-1 -kerning first=92 second=248 amount=-1 -kerning first=92 second=249 amount=-1 -kerning first=92 second=250 amount=-1 -kerning first=92 second=251 amount=-1 -kerning first=92 second=252 amount=-1 -kerning first=92 second=253 amount=-4 -kerning first=92 second=254 amount=-2 -kerning first=92 second=255 amount=-4 -kerning first=92 second=321 amount=-1 -kerning first=92 second=322 amount=-1 -kerning first=92 second=338 amount=-2 -kerning first=92 second=339 amount=-1 -kerning first=92 second=376 amount=-6 -kerning first=253 second=8218 amount=-2 -kerning first=92 second=8217 amount=-6 -kerning first=92 second=8221 amount=-6 -kerning first=253 second=376 amount=-1 -kerning first=253 second=240 amount=-1 -kerning first=93 second=41 amount=-1 -kerning first=253 second=221 amount=-1 -kerning first=253 second=198 amount=-3 -kerning first=94 second=41 amount=-1 -kerning first=253 second=197 amount=-1 -kerning first=253 second=196 amount=-1 -kerning first=95 second=41 amount=-1 -kerning first=253 second=195 amount=-1 -kerning first=253 second=194 amount=-1 -kerning first=97 second=34 amount=-1 -kerning first=97 second=39 amount=-1 -kerning first=97 second=41 amount=-4 -kerning first=97 second=42 amount=-1 -kerning first=97 second=63 amount=-2 -kerning first=253 second=193 amount=-1 -kerning first=97 second=84 amount=-9 -kerning first=253 second=192 amount=-1 -kerning first=97 second=86 amount=-2 -kerning first=97 second=87 amount=-1 -kerning first=97 second=89 amount=-5 -kerning first=97 second=92 amount=-3 -kerning first=97 second=93 amount=-3 -kerning first=97 second=125 amount=-2 -kerning first=253 second=125 amount=-1 -kerning first=253 second=93 amount=-2 -kerning first=253 second=89 amount=-1 -kerning first=253 second=88 amount=-1 -kerning first=97 second=221 amount=-5 -kerning first=253 second=84 amount=-5 -kerning first=97 second=376 amount=-5 -kerning first=97 second=8216 amount=-1 -kerning first=97 second=8217 amount=-1 -kerning first=97 second=8220 amount=-1 -kerning first=97 second=8221 amount=-1 -kerning first=97 second=8482 amount=-2 -kerning first=98 second=34 amount=-1 -kerning first=98 second=39 amount=-1 -kerning first=98 second=41 amount=-4 -kerning first=98 second=42 amount=-1 -kerning first=98 second=47 amount=-1 -kerning first=98 second=63 amount=-2 -kerning first=253 second=74 amount=-3 -kerning first=253 second=65 amount=-1 -kerning first=98 second=84 amount=-9 -kerning first=98 second=86 amount=-3 -kerning first=98 second=87 amount=-1 -kerning first=98 second=88 amount=-1 -kerning first=98 second=89 amount=-5 -kerning first=253 second=47 amount=-4 -kerning first=98 second=92 amount=-3 -kerning first=98 second=93 amount=-3 -kerning first=253 second=46 amount=-2 -kerning first=253 second=44 amount=-2 -kerning first=253 second=41 amount=-4 -kerning first=253 second=32 amount=-1 -kerning first=252 second=8482 amount=-2 -kerning first=252 second=376 amount=-4 -kerning first=98 second=125 amount=-2 -kerning first=252 second=221 amount=-4 -kerning first=98 second=221 amount=-5 -kerning first=252 second=125 amount=-1 -kerning first=252 second=93 amount=-2 -kerning first=252 second=92 amount=-2 -kerning first=98 second=376 amount=-5 -kerning first=252 second=89 amount=-4 -kerning first=252 second=87 amount=-1 -kerning first=98 second=8216 amount=-2 -kerning first=98 second=8217 amount=-2 -kerning first=98 second=8220 amount=-2 -kerning first=98 second=8221 amount=-2 -kerning first=98 second=8482 amount=-3 -kerning first=99 second=41 amount=-3 -kerning first=99 second=45 amount=-1 -kerning first=99 second=63 amount=-1 -kerning first=99 second=84 amount=-8 -kerning first=99 second=86 amount=-1 -kerning first=99 second=89 amount=-3 -kerning first=99 second=92 amount=-2 -kerning first=99 second=93 amount=-2 -kerning first=252 second=86 amount=-2 -kerning first=252 second=84 amount=-7 -kerning first=252 second=63 amount=-1 -kerning first=252 second=41 amount=-4 -kerning first=251 second=8482 amount=-2 -kerning first=99 second=125 amount=-1 -kerning first=99 second=173 amount=-1 -kerning first=99 second=221 amount=-3 -kerning first=251 second=376 amount=-4 -kerning first=251 second=221 amount=-4 -kerning first=251 second=125 amount=-1 -kerning first=251 second=93 amount=-2 -kerning first=251 second=92 amount=-2 -kerning first=251 second=89 amount=-4 -kerning first=251 second=87 amount=-1 -kerning first=251 second=86 amount=-2 -kerning first=251 second=84 amount=-7 -kerning first=251 second=63 amount=-1 -kerning first=251 second=41 amount=-4 -kerning first=250 second=8482 amount=-2 -kerning first=250 second=376 amount=-4 -kerning first=99 second=376 amount=-3 -kerning first=99 second=8211 amount=-1 -kerning first=99 second=8212 amount=-1 -kerning first=99 second=8249 amount=-2 -kerning first=99 second=8482 amount=-2 -kerning first=100 second=41 amount=-1 -kerning first=250 second=221 amount=-4 -kerning first=250 second=125 amount=-1 -kerning first=250 second=93 amount=-2 -kerning first=250 second=92 amount=-2 -kerning first=101 second=41 amount=-4 -kerning first=250 second=89 amount=-4 -kerning first=101 second=63 amount=-2 -kerning first=101 second=84 amount=-8 -kerning first=101 second=86 amount=-2 -kerning first=250 second=87 amount=-1 -kerning first=101 second=89 amount=-5 -kerning first=101 second=92 amount=-2 -kerning first=101 second=93 amount=-2 -kerning first=250 second=86 amount=-2 -kerning first=250 second=84 amount=-7 -kerning first=101 second=125 amount=-2 -kerning first=101 second=221 amount=-5 -kerning first=250 second=63 amount=-1 -kerning first=250 second=41 amount=-4 -kerning first=101 second=376 amount=-5 -kerning first=101 second=8216 amount=-1 -kerning first=101 second=8217 amount=-1 -kerning first=101 second=8220 amount=-1 -kerning first=101 second=8221 amount=-1 -kerning first=101 second=8482 amount=-2 -kerning first=102 second=32 amount=-1 -kerning first=102 second=44 amount=-2 -kerning first=102 second=45 amount=-2 -kerning first=102 second=46 amount=-2 -kerning first=102 second=47 amount=-4 -kerning first=102 second=63 amount=1 -kerning first=102 second=65 amount=-2 -kerning first=102 second=74 amount=-1 -kerning first=249 second=8482 amount=-2 -kerning first=102 second=86 amount=1 -kerning first=249 second=376 amount=-4 -kerning first=249 second=221 amount=-4 -kerning first=102 second=89 amount=2 -kerning first=249 second=125 amount=-1 -kerning first=102 second=92 amount=1 -kerning first=102 second=93 amount=1 -kerning first=249 second=93 amount=-2 -kerning first=249 second=92 amount=-2 -kerning first=249 second=89 amount=-4 -kerning first=249 second=87 amount=-1 -kerning first=249 second=86 amount=-2 -kerning first=249 second=84 amount=-7 -kerning first=249 second=63 amount=-1 -kerning first=102 second=173 amount=-2 -kerning first=102 second=192 amount=-2 -kerning first=102 second=193 amount=-2 -kerning first=102 second=194 amount=-2 -kerning first=102 second=195 amount=-2 -kerning first=102 second=196 amount=-2 -kerning first=102 second=197 amount=-2 -kerning first=102 second=198 amount=-4 -kerning first=102 second=221 amount=2 -kerning first=249 second=41 amount=-4 -kerning first=248 second=8482 amount=-2 -kerning first=248 second=8221 amount=-2 -kerning first=248 second=8220 amount=-2 -kerning first=248 second=8217 amount=-2 -kerning first=102 second=236 amount=6 -kerning first=102 second=238 amount=2 -kerning first=102 second=239 amount=2 -kerning first=102 second=240 amount=-1 -kerning first=248 second=8216 amount=-2 -kerning first=248 second=376 amount=-5 -kerning first=248 second=221 amount=-5 -kerning first=248 second=125 amount=-2 -kerning first=248 second=120 amount=-1 -kerning first=248 second=93 amount=-3 -kerning first=248 second=92 amount=-3 -kerning first=102 second=376 amount=2 -kerning first=248 second=89 amount=-5 -kerning first=102 second=8211 amount=-2 -kerning first=102 second=8212 amount=-2 -kerning first=102 second=8218 amount=-2 -kerning first=102 second=8222 amount=-2 -kerning first=102 second=8230 amount=-2 -kerning first=102 second=8249 amount=-2 -kerning first=248 second=88 amount=-1 -kerning first=103 second=84 amount=-6 -kerning first=248 second=87 amount=-1 -kerning first=103 second=89 amount=-1 -kerning first=248 second=86 amount=-3 -kerning first=103 second=92 amount=-1 -kerning first=248 second=84 amount=-9 -kerning first=248 second=63 amount=-2 -kerning first=248 second=47 amount=-1 -kerning first=248 second=42 amount=-1 -kerning first=248 second=41 amount=-4 -kerning first=248 second=39 amount=-1 -kerning first=248 second=34 amount=-1 -kerning first=103 second=221 amount=-1 -kerning first=247 second=55 amount=-2 -kerning first=247 second=51 amount=-1 -kerning first=247 second=50 amount=-1 -kerning first=247 second=49 amount=-1 -kerning first=247 second=41 amount=-1 -kerning first=246 second=8482 amount=-2 -kerning first=246 second=8221 amount=-2 -kerning first=246 second=8220 amount=-2 -kerning first=246 second=8217 amount=-2 -kerning first=246 second=8216 amount=-2 -kerning first=246 second=376 amount=-5 -kerning first=246 second=221 amount=-5 -kerning first=246 second=125 amount=-2 -kerning first=246 second=120 amount=-1 -kerning first=246 second=93 amount=-3 -kerning first=246 second=92 amount=-3 -kerning first=246 second=89 amount=-5 -kerning first=246 second=88 amount=-1 -kerning first=246 second=87 amount=-1 -kerning first=246 second=86 amount=-3 -kerning first=103 second=376 amount=-1 -kerning first=246 second=84 amount=-9 -kerning first=246 second=63 amount=-2 -kerning first=103 second=8482 amount=-1 -kerning first=246 second=47 amount=-1 -kerning first=246 second=42 amount=-1 -kerning first=104 second=41 amount=-3 -kerning first=104 second=42 amount=-1 -kerning first=104 second=63 amount=-2 -kerning first=246 second=41 amount=-4 -kerning first=104 second=84 amount=-9 -kerning first=246 second=39 amount=-1 -kerning first=104 second=86 amount=-2 -kerning first=104 second=87 amount=-1 -kerning first=104 second=89 amount=-5 -kerning first=104 second=92 amount=-3 -kerning first=104 second=93 amount=-3 -kerning first=104 second=125 amount=-2 -kerning first=246 second=34 amount=-1 -kerning first=245 second=8482 amount=-2 -kerning first=245 second=8221 amount=-2 -kerning first=245 second=8220 amount=-2 -kerning first=104 second=221 amount=-5 -kerning first=245 second=8217 amount=-2 -kerning first=104 second=376 amount=-5 -kerning first=104 second=8216 amount=-1 -kerning first=104 second=8217 amount=-1 -kerning first=104 second=8220 amount=-1 -kerning first=104 second=8221 amount=-1 -kerning first=104 second=8482 amount=-2 -kerning first=105 second=41 amount=-1 -kerning first=245 second=8216 amount=-2 -kerning first=245 second=376 amount=-5 -kerning first=106 second=41 amount=-1 -kerning first=245 second=221 amount=-5 -kerning first=245 second=125 amount=-2 -kerning first=245 second=120 amount=-1 -kerning first=107 second=41 amount=-2 -kerning first=245 second=93 amount=-3 -kerning first=107 second=45 amount=-2 -kerning first=107 second=63 amount=-1 -kerning first=107 second=84 amount=-6 -kerning first=245 second=92 amount=-3 -kerning first=107 second=89 amount=-2 -kerning first=107 second=92 amount=-1 -kerning first=107 second=93 amount=-2 -kerning first=107 second=99 amount=-1 -kerning first=107 second=100 amount=-1 -kerning first=107 second=101 amount=-1 -kerning first=107 second=111 amount=-1 -kerning first=107 second=113 amount=-1 -kerning first=107 second=125 amount=-1 -kerning first=107 second=173 amount=-2 -kerning first=107 second=221 amount=-2 -kerning first=107 second=231 amount=-1 -kerning first=107 second=232 amount=-1 -kerning first=107 second=233 amount=-1 -kerning first=107 second=234 amount=-1 -kerning first=107 second=235 amount=-1 -kerning first=107 second=240 amount=-1 -kerning first=107 second=242 amount=-1 -kerning first=107 second=243 amount=-1 -kerning first=107 second=244 amount=-1 -kerning first=107 second=245 amount=-1 -kerning first=107 second=246 amount=-1 -kerning first=107 second=248 amount=-1 -kerning first=107 second=339 amount=-1 -kerning first=107 second=376 amount=-2 -kerning first=107 second=8211 amount=-2 -kerning first=107 second=8212 amount=-2 -kerning first=107 second=8249 amount=-2 -kerning first=107 second=8482 amount=-2 -kerning first=108 second=32 amount=-2 -kerning first=108 second=34 amount=-1 -kerning first=108 second=39 amount=-1 -kerning first=108 second=41 amount=-2 -kerning first=108 second=42 amount=-1 -kerning first=108 second=45 amount=-1 -kerning first=108 second=63 amount=-2 -kerning first=245 second=89 amount=-5 -kerning first=245 second=88 amount=-1 -kerning first=245 second=87 amount=-1 -kerning first=245 second=86 amount=-3 -kerning first=108 second=84 amount=-2 -kerning first=245 second=84 amount=-9 -kerning first=108 second=86 amount=-2 -kerning first=108 second=87 amount=-1 -kerning first=108 second=89 amount=-2 -kerning first=108 second=92 amount=-2 -kerning first=108 second=93 amount=-1 -kerning first=245 second=63 amount=-2 -kerning first=245 second=47 amount=-1 -kerning first=108 second=118 amount=-1 -kerning first=108 second=119 amount=-1 -kerning first=108 second=121 amount=-2 -kerning first=108 second=125 amount=-1 -kerning first=108 second=169 amount=-1 -kerning first=108 second=170 amount=-1 -kerning first=108 second=173 amount=-1 -kerning first=108 second=174 amount=-1 -kerning first=108 second=183 amount=-8 -kerning first=108 second=186 amount=-1 -kerning first=245 second=42 amount=-1 -kerning first=245 second=41 amount=-4 -kerning first=245 second=39 amount=-1 -kerning first=245 second=34 amount=-1 -kerning first=244 second=8482 amount=-2 -kerning first=244 second=8221 amount=-2 -kerning first=244 second=8220 amount=-2 -kerning first=244 second=8217 amount=-2 -kerning first=244 second=8216 amount=-2 -kerning first=244 second=376 amount=-5 -kerning first=244 second=221 amount=-5 -kerning first=108 second=221 amount=-2 -kerning first=244 second=125 amount=-2 -kerning first=108 second=253 amount=-2 -kerning first=244 second=120 amount=-1 -kerning first=108 second=255 amount=-2 -kerning first=244 second=93 amount=-3 -kerning first=108 second=376 amount=-2 -kerning first=108 second=8211 amount=-1 -kerning first=108 second=8212 amount=-1 -kerning first=108 second=8216 amount=-1 -kerning first=108 second=8217 amount=-1 -kerning first=108 second=8220 amount=-1 -kerning first=108 second=8221 amount=-1 -kerning first=108 second=8249 amount=-2 -kerning first=108 second=8482 amount=-1 -kerning first=244 second=92 amount=-3 -kerning first=244 second=89 amount=-5 -kerning first=244 second=88 amount=-1 -kerning first=244 second=87 amount=-1 -kerning first=109 second=41 amount=-3 -kerning first=109 second=42 amount=-1 -kerning first=109 second=63 amount=-2 -kerning first=244 second=86 amount=-3 -kerning first=109 second=84 amount=-9 -kerning first=244 second=84 amount=-9 -kerning first=109 second=86 amount=-2 -kerning first=109 second=87 amount=-1 -kerning first=109 second=89 amount=-5 -kerning first=109 second=92 amount=-3 -kerning first=109 second=93 amount=-3 -kerning first=109 second=125 amount=-2 -kerning first=244 second=63 amount=-2 -kerning first=244 second=47 amount=-1 -kerning first=244 second=42 amount=-1 -kerning first=244 second=41 amount=-4 -kerning first=109 second=221 amount=-5 -kerning first=244 second=39 amount=-1 -kerning first=109 second=376 amount=-5 -kerning first=109 second=8216 amount=-1 -kerning first=109 second=8217 amount=-1 -kerning first=109 second=8220 amount=-1 -kerning first=109 second=8221 amount=-1 -kerning first=109 second=8482 amount=-2 -kerning first=244 second=34 amount=-1 -kerning first=243 second=8482 amount=-2 -kerning first=110 second=41 amount=-3 -kerning first=110 second=42 amount=-1 -kerning first=110 second=63 amount=-2 -kerning first=243 second=8221 amount=-2 -kerning first=110 second=84 amount=-9 -kerning first=243 second=8220 amount=-2 -kerning first=110 second=86 amount=-2 -kerning first=110 second=87 amount=-1 -kerning first=110 second=89 amount=-5 -kerning first=110 second=92 amount=-3 -kerning first=110 second=93 amount=-3 -kerning first=110 second=125 amount=-2 -kerning first=243 second=8217 amount=-2 -kerning first=243 second=8216 amount=-2 -kerning first=243 second=376 amount=-5 -kerning first=243 second=221 amount=-5 -kerning first=110 second=221 amount=-5 -kerning first=243 second=125 amount=-2 -kerning first=110 second=376 amount=-5 -kerning first=110 second=8216 amount=-1 -kerning first=110 second=8217 amount=-1 -kerning first=110 second=8220 amount=-1 -kerning first=110 second=8221 amount=-1 -kerning first=110 second=8482 amount=-2 -kerning first=111 second=34 amount=-1 -kerning first=111 second=39 amount=-1 -kerning first=111 second=41 amount=-4 -kerning first=111 second=42 amount=-1 -kerning first=111 second=47 amount=-1 -kerning first=111 second=63 amount=-2 -kerning first=243 second=120 amount=-1 -kerning first=243 second=93 amount=-3 -kerning first=111 second=84 amount=-9 -kerning first=111 second=86 amount=-3 -kerning first=111 second=87 amount=-1 -kerning first=111 second=88 amount=-1 -kerning first=111 second=89 amount=-5 -kerning first=243 second=92 amount=-3 -kerning first=111 second=92 amount=-3 -kerning first=111 second=93 amount=-3 -kerning first=243 second=89 amount=-5 -kerning first=243 second=88 amount=-1 -kerning first=243 second=87 amount=-1 -kerning first=243 second=86 amount=-3 -kerning first=111 second=120 amount=-1 -kerning first=243 second=84 amount=-9 -kerning first=243 second=63 amount=-2 -kerning first=111 second=125 amount=-2 -kerning first=243 second=47 amount=-1 -kerning first=111 second=221 amount=-5 -kerning first=243 second=42 amount=-1 -kerning first=243 second=41 amount=-4 -kerning first=243 second=39 amount=-1 -kerning first=243 second=34 amount=-1 -kerning first=242 second=8482 amount=-2 -kerning first=111 second=376 amount=-5 -kerning first=242 second=8221 amount=-2 -kerning first=242 second=8220 amount=-2 -kerning first=111 second=8216 amount=-2 -kerning first=111 second=8217 amount=-2 -kerning first=111 second=8220 amount=-2 -kerning first=111 second=8221 amount=-2 -kerning first=111 second=8482 amount=-2 -kerning first=242 second=8217 amount=-2 -kerning first=242 second=8216 amount=-2 -kerning first=112 second=34 amount=-1 -kerning first=112 second=39 amount=-1 -kerning first=112 second=41 amount=-4 -kerning first=112 second=42 amount=-1 -kerning first=112 second=47 amount=-1 -kerning first=112 second=63 amount=-2 -kerning first=242 second=376 amount=-5 -kerning first=242 second=221 amount=-5 -kerning first=112 second=84 amount=-9 -kerning first=112 second=86 amount=-3 -kerning first=112 second=87 amount=-1 -kerning first=112 second=88 amount=-1 -kerning first=112 second=89 amount=-5 -kerning first=242 second=125 amount=-2 -kerning first=112 second=92 amount=-3 -kerning first=112 second=93 amount=-3 -kerning first=242 second=120 amount=-1 -kerning first=242 second=93 amount=-3 -kerning first=242 second=92 amount=-3 -kerning first=242 second=89 amount=-5 -kerning first=242 second=88 amount=-1 -kerning first=242 second=87 amount=-1 -kerning first=112 second=125 amount=-2 -kerning first=112 second=221 amount=-5 -kerning first=242 second=86 amount=-3 -kerning first=242 second=84 amount=-9 -kerning first=242 second=63 amount=-2 -kerning first=112 second=376 amount=-5 -kerning first=242 second=47 amount=-1 -kerning first=242 second=42 amount=-1 -kerning first=112 second=8216 amount=-1 -kerning first=112 second=8217 amount=-2 -kerning first=112 second=8220 amount=-1 -kerning first=112 second=8221 amount=-2 -kerning first=112 second=8482 amount=-2 -kerning first=113 second=41 amount=-4 -kerning first=242 second=41 amount=-4 -kerning first=113 second=63 amount=-1 -kerning first=113 second=84 amount=-7 -kerning first=113 second=86 amount=-2 -kerning first=113 second=87 amount=-1 -kerning first=113 second=89 amount=-4 -kerning first=113 second=92 amount=-2 -kerning first=113 second=93 amount=-2 -kerning first=113 second=125 amount=-1 -kerning first=113 second=221 amount=-4 -kerning first=113 second=376 amount=-4 -kerning first=113 second=8482 amount=-2 -kerning first=114 second=32 amount=-1 -kerning first=114 second=41 amount=-4 -kerning first=114 second=44 amount=-4 -kerning first=114 second=45 amount=-3 -kerning first=114 second=46 amount=-4 -kerning first=114 second=47 amount=-5 -kerning first=114 second=65 amount=-3 -kerning first=114 second=74 amount=-3 -kerning first=114 second=84 amount=-5 -kerning first=114 second=88 amount=-2 -kerning first=242 second=39 amount=-1 -kerning first=242 second=34 amount=-1 -kerning first=114 second=93 amount=-2 -kerning first=241 second=8482 amount=-2 -kerning first=241 second=8221 amount=-1 -kerning first=241 second=8220 amount=-1 -kerning first=241 second=8217 amount=-1 -kerning first=241 second=8216 amount=-1 -kerning first=241 second=376 amount=-5 -kerning first=114 second=125 amount=-1 -kerning first=114 second=173 amount=-3 -kerning first=114 second=192 amount=-3 -kerning first=114 second=193 amount=-3 -kerning first=114 second=194 amount=-3 -kerning first=114 second=195 amount=-3 -kerning first=114 second=196 amount=-3 -kerning first=114 second=197 amount=-3 -kerning first=114 second=198 amount=-5 -kerning first=241 second=221 amount=-5 -kerning first=241 second=125 amount=-2 -kerning first=241 second=93 amount=-3 -kerning first=241 second=92 amount=-3 -kerning first=241 second=89 amount=-5 -kerning first=241 second=87 amount=-1 -kerning first=114 second=240 amount=-2 -kerning first=241 second=86 amount=-2 -kerning first=241 second=84 amount=-9 -kerning first=241 second=63 amount=-2 -kerning first=241 second=42 amount=-1 -kerning first=241 second=41 amount=-3 -kerning first=240 second=8482 amount=-1 -kerning first=240 second=376 amount=-2 -kerning first=240 second=221 amount=-2 -kerning first=240 second=125 amount=-1 -kerning first=114 second=8211 amount=-3 -kerning first=114 second=8212 amount=-3 -kerning first=114 second=8218 amount=-4 -kerning first=114 second=8222 amount=-4 -kerning first=114 second=8230 amount=-4 -kerning first=114 second=8249 amount=-2 -kerning first=114 second=8482 amount=-1 -kerning first=115 second=41 amount=-4 -kerning first=240 second=93 amount=-2 -kerning first=115 second=63 amount=-1 -kerning first=115 second=84 amount=-7 -kerning first=115 second=86 amount=-1 -kerning first=240 second=92 amount=-1 -kerning first=115 second=89 amount=-3 -kerning first=115 second=92 amount=-2 -kerning first=115 second=93 amount=-2 -kerning first=240 second=89 amount=-2 -kerning first=240 second=88 amount=-1 -kerning first=115 second=125 amount=-1 -kerning first=115 second=221 amount=-3 -kerning first=240 second=86 amount=-1 -kerning first=240 second=84 amount=-2 -kerning first=115 second=376 amount=-3 -kerning first=115 second=8482 amount=-2 -kerning first=116 second=41 amount=-2 -kerning first=240 second=74 amount=-1 -kerning first=116 second=84 amount=-6 -kerning first=116 second=89 amount=-1 -kerning first=116 second=92 amount=-1 -kerning first=116 second=93 amount=-1 -kerning first=240 second=63 amount=-1 -kerning first=240 second=47 amount=-1 -kerning first=116 second=221 amount=-1 -kerning first=240 second=41 amount=-3 -kerning first=116 second=376 amount=-1 -kerning first=239 second=41 amount=-1 -kerning first=238 second=8220 amount=1 -kerning first=116 second=8249 amount=-1 -kerning first=116 second=8482 amount=-1 -kerning first=117 second=41 amount=-4 -kerning first=238 second=8216 amount=1 -kerning first=117 second=63 amount=-1 -kerning first=117 second=84 amount=-7 -kerning first=117 second=86 amount=-2 -kerning first=117 second=87 amount=-1 -kerning first=117 second=89 amount=-4 -kerning first=117 second=92 amount=-2 -kerning first=117 second=93 amount=-2 -kerning first=117 second=125 amount=-1 -kerning first=117 second=221 amount=-4 -kerning first=117 second=376 amount=-4 -kerning first=117 second=8482 amount=-2 -kerning first=118 second=32 amount=-1 -kerning first=118 second=41 amount=-4 -kerning first=118 second=44 amount=-2 -kerning first=118 second=46 amount=-2 -kerning first=118 second=47 amount=-4 -kerning first=118 second=65 amount=-1 -kerning first=118 second=74 amount=-3 -kerning first=118 second=84 amount=-5 -kerning first=118 second=88 amount=-1 -kerning first=118 second=89 amount=-1 -kerning first=238 second=63 amount=1 -kerning first=238 second=42 amount=1 -kerning first=118 second=93 amount=-2 -kerning first=238 second=41 amount=-1 -kerning first=237 second=8482 amount=1 -kerning first=237 second=8221 amount=1 -kerning first=237 second=8217 amount=1 -kerning first=237 second=92 amount=2 -kerning first=237 second=63 amount=2 -kerning first=237 second=41 amount=-1 -kerning first=118 second=125 amount=-1 -kerning first=118 second=192 amount=-1 -kerning first=118 second=193 amount=-1 -kerning first=118 second=194 amount=-1 -kerning first=118 second=195 amount=-1 -kerning first=118 second=196 amount=-1 -kerning first=118 second=197 amount=-1 -kerning first=118 second=198 amount=-3 -kerning first=118 second=221 amount=-1 -kerning first=236 second=41 amount=-1 -kerning first=235 second=8482 amount=-2 -kerning first=235 second=8221 amount=-1 -kerning first=235 second=8220 amount=-1 -kerning first=235 second=8217 amount=-1 -kerning first=235 second=8216 amount=-1 -kerning first=235 second=376 amount=-5 -kerning first=235 second=221 amount=-5 -kerning first=235 second=125 amount=-2 -kerning first=235 second=93 amount=-2 -kerning first=235 second=92 amount=-2 -kerning first=235 second=89 amount=-5 -kerning first=118 second=240 amount=-1 -kerning first=235 second=86 amount=-2 -kerning first=235 second=84 amount=-8 -kerning first=235 second=63 amount=-2 -kerning first=235 second=41 amount=-4 -kerning first=234 second=8482 amount=-2 -kerning first=234 second=8221 amount=-1 -kerning first=234 second=8220 amount=-1 -kerning first=118 second=376 amount=-1 -kerning first=234 second=8217 amount=-1 -kerning first=118 second=8218 amount=-2 -kerning first=118 second=8222 amount=-2 -kerning first=118 second=8230 amount=-2 -kerning first=118 second=8249 amount=-1 -kerning first=118 second=8482 amount=-1 -kerning first=119 second=32 amount=-1 -kerning first=119 second=41 amount=-4 -kerning first=119 second=44 amount=-1 -kerning first=119 second=46 amount=-1 -kerning first=119 second=47 amount=-3 -kerning first=119 second=65 amount=-1 -kerning first=119 second=74 amount=-2 -kerning first=119 second=84 amount=-5 -kerning first=119 second=88 amount=-1 -kerning first=119 second=89 amount=-1 -kerning first=234 second=8216 amount=-1 -kerning first=119 second=92 amount=-1 -kerning first=119 second=93 amount=-2 -kerning first=234 second=376 amount=-5 -kerning first=234 second=221 amount=-5 -kerning first=234 second=125 amount=-2 -kerning first=234 second=93 amount=-2 -kerning first=234 second=92 amount=-2 -kerning first=234 second=89 amount=-5 -kerning first=119 second=125 amount=-1 -kerning first=119 second=192 amount=-1 -kerning first=119 second=193 amount=-1 -kerning first=119 second=194 amount=-1 -kerning first=119 second=195 amount=-1 -kerning first=119 second=196 amount=-1 -kerning first=119 second=197 amount=-1 -kerning first=119 second=198 amount=-2 -kerning first=119 second=221 amount=-1 -kerning first=234 second=86 amount=-2 -kerning first=234 second=84 amount=-8 -kerning first=234 second=63 amount=-2 -kerning first=234 second=41 amount=-4 -kerning first=233 second=8482 amount=-2 -kerning first=233 second=8221 amount=-1 -kerning first=233 second=8220 amount=-1 -kerning first=233 second=8217 amount=-1 -kerning first=233 second=8216 amount=-1 -kerning first=233 second=376 amount=-5 -kerning first=233 second=221 amount=-5 -kerning first=233 second=125 amount=-2 -kerning first=233 second=93 amount=-2 -kerning first=233 second=92 amount=-2 -kerning first=233 second=89 amount=-5 -kerning first=233 second=86 amount=-2 -kerning first=233 second=84 amount=-8 -kerning first=233 second=63 amount=-2 -kerning first=233 second=41 amount=-4 -kerning first=232 second=8482 amount=-2 -kerning first=119 second=376 amount=-1 -kerning first=232 second=8221 amount=-1 -kerning first=119 second=8218 amount=-1 -kerning first=119 second=8222 amount=-1 -kerning first=119 second=8230 amount=-1 -kerning first=119 second=8482 amount=-1 -kerning first=120 second=41 amount=-2 -kerning first=120 second=45 amount=-1 -kerning first=232 second=8220 amount=-1 -kerning first=120 second=84 amount=-6 -kerning first=232 second=8217 amount=-1 -kerning first=120 second=89 amount=-2 -kerning first=120 second=92 amount=-1 -kerning first=120 second=93 amount=-2 -kerning first=120 second=99 amount=-1 -kerning first=232 second=8216 amount=-1 -kerning first=120 second=101 amount=-1 -kerning first=120 second=111 amount=-1 -kerning first=232 second=376 amount=-5 -kerning first=120 second=125 amount=-1 -kerning first=120 second=173 amount=-1 -kerning first=120 second=221 amount=-2 -kerning first=120 second=231 amount=-1 -kerning first=120 second=232 amount=-1 -kerning first=120 second=233 amount=-1 -kerning first=120 second=234 amount=-1 -kerning first=120 second=235 amount=-1 -kerning first=120 second=240 amount=-1 -kerning first=120 second=242 amount=-1 -kerning first=120 second=243 amount=-1 -kerning first=120 second=244 amount=-1 -kerning first=120 second=245 amount=-1 -kerning first=120 second=246 amount=-1 -kerning first=120 second=248 amount=-1 -kerning first=120 second=339 amount=-1 -kerning first=120 second=376 amount=-2 -kerning first=120 second=8211 amount=-1 -kerning first=120 second=8212 amount=-1 -kerning first=120 second=8249 amount=-2 -kerning first=120 second=8482 amount=-2 -kerning first=121 second=32 amount=-1 -kerning first=121 second=41 amount=-4 -kerning first=121 second=44 amount=-2 -kerning first=121 second=46 amount=-2 -kerning first=121 second=47 amount=-4 -kerning first=121 second=65 amount=-1 -kerning first=121 second=74 amount=-3 -kerning first=121 second=84 amount=-5 -kerning first=121 second=88 amount=-1 -kerning first=121 second=89 amount=-1 -kerning first=232 second=221 amount=-5 -kerning first=232 second=125 amount=-2 -kerning first=121 second=93 amount=-2 -kerning first=232 second=93 amount=-2 -kerning first=232 second=92 amount=-2 -kerning first=232 second=89 amount=-5 -kerning first=232 second=86 amount=-2 -kerning first=232 second=84 amount=-8 -kerning first=232 second=63 amount=-2 -kerning first=232 second=41 amount=-4 -kerning first=121 second=125 amount=-1 -kerning first=121 second=192 amount=-1 -kerning first=121 second=193 amount=-1 -kerning first=121 second=194 amount=-1 -kerning first=121 second=195 amount=-1 -kerning first=121 second=196 amount=-1 -kerning first=121 second=197 amount=-1 -kerning first=121 second=198 amount=-3 -kerning first=121 second=221 amount=-1 -kerning first=231 second=8482 amount=-2 -kerning first=231 second=8249 amount=-2 -kerning first=231 second=8212 amount=-1 -kerning first=231 second=8211 amount=-1 -kerning first=231 second=376 amount=-3 -kerning first=231 second=221 amount=-3 -kerning first=231 second=173 amount=-1 -kerning first=231 second=125 amount=-1 -kerning first=231 second=93 amount=-2 -kerning first=231 second=92 amount=-2 -kerning first=231 second=89 amount=-3 -kerning first=231 second=86 amount=-1 -kerning first=121 second=240 amount=-1 -kerning first=231 second=84 amount=-8 -kerning first=231 second=63 amount=-1 -kerning first=231 second=45 amount=-1 -kerning first=231 second=41 amount=-3 -kerning first=230 second=8482 amount=-2 -kerning first=230 second=8221 amount=-1 -kerning first=230 second=8220 amount=-1 -kerning first=121 second=376 amount=-1 -kerning first=230 second=8217 amount=-1 -kerning first=121 second=8218 amount=-2 -kerning first=121 second=8222 amount=-2 -kerning first=121 second=8230 amount=-2 -kerning first=121 second=8249 amount=-1 -kerning first=121 second=8482 amount=-1 -kerning first=122 second=41 amount=-3 -kerning first=122 second=45 amount=-1 -kerning first=122 second=63 amount=-1 -kerning first=122 second=84 amount=-7 -kerning first=122 second=86 amount=-1 -kerning first=122 second=89 amount=-3 -kerning first=122 second=92 amount=-2 -kerning first=122 second=93 amount=-2 -kerning first=230 second=8216 amount=-1 -kerning first=230 second=376 amount=-5 -kerning first=230 second=221 amount=-5 -kerning first=230 second=125 amount=-2 -kerning first=230 second=93 amount=-2 -kerning first=122 second=125 amount=-1 -kerning first=122 second=173 amount=-1 -kerning first=122 second=221 amount=-3 -kerning first=230 second=92 amount=-2 -kerning first=230 second=89 amount=-5 -kerning first=230 second=86 amount=-2 -kerning first=230 second=84 amount=-8 -kerning first=230 second=63 amount=-2 -kerning first=230 second=41 amount=-4 -kerning first=229 second=8482 amount=-2 -kerning first=229 second=8221 amount=-1 -kerning first=229 second=8220 amount=-1 -kerning first=229 second=8217 amount=-1 -kerning first=229 second=8216 amount=-1 -kerning first=229 second=376 amount=-5 -kerning first=229 second=221 amount=-5 -kerning first=122 second=376 amount=-3 -kerning first=122 second=8211 amount=-1 -kerning first=122 second=8212 amount=-1 -kerning first=122 second=8249 amount=-1 -kerning first=122 second=8482 amount=-2 -kerning first=123 second=40 amount=-1 -kerning first=123 second=48 amount=-1 -kerning first=229 second=125 amount=-2 -kerning first=229 second=93 amount=-3 -kerning first=123 second=52 amount=-1 -kerning first=229 second=92 amount=-3 -kerning first=123 second=54 amount=-1 -kerning first=123 second=56 amount=-1 -kerning first=123 second=57 amount=-1 -kerning first=229 second=89 amount=-5 -kerning first=229 second=87 amount=-1 -kerning first=123 second=67 amount=-1 -kerning first=229 second=86 amount=-2 -kerning first=123 second=69 amount=-1 -kerning first=123 second=70 amount=-1 -kerning first=123 second=71 amount=-1 -kerning first=229 second=84 amount=-9 -kerning first=229 second=63 amount=-2 -kerning first=123 second=74 amount=-1 -kerning first=229 second=42 amount=-1 -kerning first=229 second=41 amount=-4 -kerning first=123 second=77 amount=-1 -kerning first=229 second=39 amount=-1 -kerning first=123 second=79 amount=-1 -kerning first=229 second=34 amount=-1 -kerning first=123 second=81 amount=-1 -kerning first=228 second=8482 amount=-2 -kerning first=123 second=83 amount=-1 -kerning first=228 second=8221 amount=-1 -kerning first=123 second=97 amount=-2 -kerning first=228 second=8220 amount=-1 -kerning first=123 second=99 amount=-2 -kerning first=123 second=100 amount=-2 -kerning first=123 second=101 amount=-2 -kerning first=123 second=102 amount=-1 -kerning first=228 second=8217 amount=-1 -kerning first=228 second=8216 amount=-1 -kerning first=228 second=376 amount=-5 -kerning first=228 second=221 amount=-5 -kerning first=228 second=125 amount=-2 -kerning first=123 second=109 amount=-1 -kerning first=123 second=110 amount=-1 -kerning first=123 second=111 amount=-2 -kerning first=123 second=112 amount=-1 -kerning first=123 second=113 amount=-2 -kerning first=123 second=114 amount=-1 -kerning first=123 second=115 amount=-2 -kerning first=123 second=116 amount=-1 -kerning first=123 second=117 amount=-2 -kerning first=123 second=118 amount=-1 -kerning first=123 second=119 amount=-1 -kerning first=123 second=120 amount=-1 -kerning first=228 second=93 amount=-3 -kerning first=123 second=122 amount=-1 -kerning first=123 second=123 amount=-1 -kerning first=228 second=92 amount=-3 -kerning first=228 second=89 amount=-5 -kerning first=228 second=87 amount=-1 -kerning first=228 second=86 amount=-2 -kerning first=228 second=84 amount=-9 -kerning first=228 second=63 amount=-2 -kerning first=123 second=199 amount=-1 -kerning first=123 second=200 amount=-1 -kerning first=123 second=201 amount=-1 -kerning first=123 second=202 amount=-1 -kerning first=123 second=203 amount=-1 -kerning first=228 second=42 amount=-1 -kerning first=228 second=41 amount=-4 -kerning first=123 second=206 amount=2 -kerning first=228 second=39 amount=-1 -kerning first=228 second=34 amount=-1 -kerning first=227 second=8482 amount=-2 -kerning first=123 second=210 amount=-1 -kerning first=123 second=211 amount=-1 -kerning first=123 second=212 amount=-1 -kerning first=123 second=213 amount=-1 -kerning first=123 second=214 amount=-1 -kerning first=123 second=216 amount=-1 -kerning first=227 second=8221 amount=-1 -kerning first=227 second=8220 amount=-1 -kerning first=227 second=8217 amount=-1 -kerning first=227 second=8216 amount=-1 -kerning first=227 second=376 amount=-5 -kerning first=123 second=223 amount=-1 -kerning first=123 second=224 amount=-2 -kerning first=123 second=225 amount=-2 -kerning first=123 second=226 amount=-2 -kerning first=123 second=227 amount=-2 -kerning first=123 second=228 amount=-2 -kerning first=123 second=229 amount=-2 -kerning first=123 second=230 amount=-2 -kerning first=123 second=231 amount=-2 -kerning first=123 second=232 amount=-2 -kerning first=123 second=233 amount=-2 -kerning first=123 second=234 amount=-2 -kerning first=123 second=235 amount=-2 -kerning first=123 second=236 amount=1 -kerning first=227 second=221 amount=-5 -kerning first=227 second=125 amount=-2 -kerning first=227 second=93 amount=-3 -kerning first=123 second=240 amount=-1 -kerning first=123 second=241 amount=-1 -kerning first=123 second=242 amount=-2 -kerning first=123 second=243 amount=-2 -kerning first=123 second=244 amount=-2 -kerning first=123 second=245 amount=-2 -kerning first=123 second=246 amount=-2 -kerning first=123 second=248 amount=-2 -kerning first=123 second=249 amount=-2 -kerning first=123 second=250 amount=-2 -kerning first=123 second=251 amount=-2 -kerning first=123 second=252 amount=-2 -kerning first=227 second=92 amount=-3 -kerning first=123 second=254 amount=-1 -kerning first=227 second=89 amount=-5 -kerning first=227 second=87 amount=-1 -kerning first=227 second=86 amount=-2 -kerning first=227 second=84 amount=-9 -kerning first=123 second=338 amount=-1 -kerning first=123 second=339 amount=-2 -kerning first=123 second=352 amount=-1 -kerning first=123 second=353 amount=-2 -kerning first=123 second=382 amount=-1 -kerning first=227 second=63 amount=-2 -kerning first=227 second=42 amount=-1 -kerning first=227 second=41 amount=-4 -kerning first=125 second=41 amount=-1 -kerning first=125 second=93 amount=-1 -kerning first=125 second=125 amount=-1 -kerning first=126 second=41 amount=-1 -kerning first=227 second=39 amount=-1 -kerning first=227 second=34 amount=-1 -kerning first=161 second=84 amount=-4 -kerning first=161 second=86 amount=-1 -kerning first=161 second=89 amount=-2 -kerning first=161 second=221 amount=-2 -kerning first=161 second=376 amount=-2 -kerning first=162 second=41 amount=-1 -kerning first=226 second=8482 amount=-2 -kerning first=226 second=8221 amount=-1 -kerning first=163 second=41 amount=-1 -kerning first=226 second=8220 amount=-1 -kerning first=163 second=52 amount=-1 -kerning first=226 second=8217 amount=-1 -kerning first=226 second=8216 amount=-1 -kerning first=164 second=41 amount=-1 -kerning first=226 second=376 amount=-5 -kerning first=226 second=221 amount=-5 -kerning first=165 second=41 amount=-1 -kerning first=226 second=125 amount=-2 -kerning first=226 second=93 amount=-3 -kerning first=170 second=41 amount=-1 -kerning first=226 second=92 amount=-3 -kerning first=226 second=89 amount=-5 -kerning first=172 second=41 amount=-1 -kerning first=226 second=87 amount=-1 -kerning first=226 second=86 amount=-2 -kerning first=173 second=34 amount=-5 -kerning first=173 second=39 amount=-5 -kerning first=173 second=49 amount=-2 -kerning first=226 second=84 amount=-9 -kerning first=173 second=55 amount=-3 -kerning first=173 second=74 amount=-3 -kerning first=173 second=83 amount=-1 -kerning first=173 second=84 amount=-4 -kerning first=173 second=86 amount=-1 -kerning first=226 second=63 amount=-2 -kerning first=173 second=88 amount=-1 -kerning first=173 second=89 amount=-4 -kerning first=226 second=42 amount=-1 -kerning first=226 second=41 amount=-4 -kerning first=226 second=39 amount=-1 -kerning first=173 second=120 amount=-1 -kerning first=173 second=122 amount=-1 -kerning first=226 second=34 amount=-1 -kerning first=173 second=221 amount=-4 -kerning first=225 second=8482 amount=-2 -kerning first=225 second=8221 amount=-1 -kerning first=173 second=352 amount=-1 -kerning first=173 second=376 amount=-4 -kerning first=225 second=8220 amount=-1 -kerning first=173 second=382 amount=-1 -kerning first=173 second=8217 amount=-6 -kerning first=173 second=8221 amount=-6 -kerning first=225 second=8217 amount=-1 -kerning first=225 second=8216 amount=-1 -kerning first=176 second=52 amount=-1 -kerning first=177 second=41 amount=-1 -kerning first=225 second=376 amount=-5 -kerning first=225 second=221 amount=-5 -kerning first=178 second=41 amount=-1 -kerning first=225 second=125 amount=-2 -kerning first=225 second=93 amount=-3 -kerning first=179 second=41 amount=-1 -kerning first=225 second=92 amount=-3 -kerning first=225 second=89 amount=-5 -kerning first=183 second=49 amount=-2 -kerning first=183 second=50 amount=-1 -kerning first=183 second=51 amount=-1 -kerning first=183 second=55 amount=-3 -kerning first=183 second=108 amount=-4 -kerning first=183 second=322 amount=-4 -kerning first=185 second=41 amount=-1 -kerning first=225 second=87 amount=-1 -kerning first=225 second=86 amount=-2 -kerning first=186 second=41 amount=-1 -kerning first=225 second=84 amount=-9 -kerning first=225 second=63 amount=-2 -kerning first=188 second=41 amount=-1 -kerning first=225 second=42 amount=-1 -kerning first=225 second=41 amount=-4 -kerning first=189 second=41 amount=-1 -kerning first=225 second=39 amount=-1 -kerning first=225 second=34 amount=-1 -kerning first=190 second=41 amount=-1 -kerning first=224 second=8482 amount=-2 -kerning first=224 second=8221 amount=-1 -kerning first=191 second=65 amount=-2 -kerning first=191 second=66 amount=-4 -kerning first=191 second=67 amount=-4 -kerning first=191 second=68 amount=-4 -kerning first=191 second=69 amount=-4 -kerning first=191 second=70 amount=-4 -kerning first=191 second=71 amount=-4 -kerning first=191 second=72 amount=-4 -kerning first=191 second=73 amount=-4 -kerning first=191 second=74 amount=-3 -kerning first=191 second=75 amount=-4 -kerning first=191 second=76 amount=-4 -kerning first=191 second=77 amount=-4 -kerning first=191 second=78 amount=-4 -kerning first=191 second=79 amount=-4 -kerning first=191 second=80 amount=-4 -kerning first=191 second=81 amount=-4 -kerning first=191 second=82 amount=-4 -kerning first=191 second=83 amount=-4 -kerning first=191 second=84 amount=-7 -kerning first=191 second=85 amount=-4 -kerning first=191 second=86 amount=-5 -kerning first=191 second=87 amount=-4 -kerning first=191 second=88 amount=-3 -kerning first=191 second=89 amount=-6 -kerning first=191 second=90 amount=-4 -kerning first=191 second=97 amount=-4 -kerning first=191 second=98 amount=-4 -kerning first=191 second=99 amount=-4 -kerning first=191 second=100 amount=-4 -kerning first=191 second=101 amount=-4 -kerning first=191 second=102 amount=-4 -kerning first=191 second=104 amount=-4 -kerning first=191 second=105 amount=-4 -kerning first=191 second=106 amount=-2 -kerning first=191 second=107 amount=-4 -kerning first=191 second=108 amount=-4 -kerning first=191 second=109 amount=-4 -kerning first=191 second=110 amount=-4 -kerning first=191 second=111 amount=-4 -kerning first=191 second=112 amount=-4 -kerning first=191 second=113 amount=-4 -kerning first=191 second=114 amount=-4 -kerning first=191 second=115 amount=-4 -kerning first=191 second=116 amount=-4 -kerning first=191 second=117 amount=-4 -kerning first=191 second=118 amount=-4 -kerning first=191 second=119 amount=-4 -kerning first=191 second=120 amount=-3 -kerning first=224 second=8220 amount=-1 -kerning first=191 second=122 amount=-4 -kerning first=191 second=192 amount=-2 -kerning first=191 second=193 amount=-2 -kerning first=191 second=194 amount=-2 -kerning first=191 second=195 amount=-2 -kerning first=191 second=196 amount=-2 -kerning first=191 second=197 amount=-2 -kerning first=191 second=198 amount=-2 -kerning first=191 second=199 amount=-4 -kerning first=191 second=200 amount=-4 -kerning first=191 second=201 amount=-4 -kerning first=191 second=202 amount=-4 -kerning first=191 second=203 amount=-4 -kerning first=191 second=204 amount=-4 -kerning first=191 second=205 amount=-4 -kerning first=191 second=206 amount=-4 -kerning first=191 second=207 amount=-4 -kerning first=191 second=208 amount=-4 -kerning first=191 second=209 amount=-4 -kerning first=191 second=210 amount=-4 -kerning first=191 second=211 amount=-4 -kerning first=191 second=212 amount=-4 -kerning first=191 second=213 amount=-4 -kerning first=191 second=214 amount=-4 -kerning first=191 second=216 amount=-4 -kerning first=191 second=217 amount=-4 -kerning first=191 second=218 amount=-4 -kerning first=191 second=219 amount=-4 -kerning first=191 second=220 amount=-4 -kerning first=191 second=221 amount=-6 -kerning first=191 second=222 amount=-4 -kerning first=191 second=223 amount=-4 -kerning first=191 second=224 amount=-4 -kerning first=191 second=225 amount=-4 -kerning first=191 second=226 amount=-4 -kerning first=191 second=227 amount=-4 -kerning first=191 second=228 amount=-4 -kerning first=191 second=229 amount=-4 -kerning first=191 second=230 amount=-4 -kerning first=191 second=231 amount=-4 -kerning first=191 second=232 amount=-4 -kerning first=191 second=233 amount=-4 -kerning first=191 second=234 amount=-4 -kerning first=191 second=235 amount=-4 -kerning first=191 second=236 amount=-4 -kerning first=191 second=237 amount=-4 -kerning first=191 second=238 amount=-4 -kerning first=191 second=239 amount=-4 -kerning first=191 second=240 amount=-4 -kerning first=191 second=241 amount=-4 -kerning first=191 second=242 amount=-4 -kerning first=191 second=243 amount=-4 -kerning first=191 second=244 amount=-4 -kerning first=191 second=245 amount=-4 -kerning first=191 second=246 amount=-4 -kerning first=191 second=248 amount=-4 -kerning first=191 second=249 amount=-4 -kerning first=191 second=250 amount=-4 -kerning first=191 second=251 amount=-4 -kerning first=191 second=252 amount=-4 -kerning first=224 second=8217 amount=-1 -kerning first=191 second=254 amount=-4 -kerning first=224 second=8216 amount=-1 -kerning first=191 second=305 amount=-4 -kerning first=191 second=321 amount=-4 -kerning first=191 second=322 amount=-4 -kerning first=191 second=338 amount=-4 -kerning first=191 second=339 amount=-4 -kerning first=191 second=352 amount=-4 -kerning first=191 second=353 amount=-4 -kerning first=191 second=376 amount=-6 -kerning first=191 second=381 amount=-4 -kerning first=191 second=382 amount=-4 -kerning first=224 second=376 amount=-5 -kerning first=224 second=221 amount=-5 -kerning first=192 second=32 amount=-2 -kerning first=192 second=34 amount=-3 -kerning first=192 second=39 amount=-3 -kerning first=192 second=41 amount=-1 -kerning first=192 second=42 amount=-3 -kerning first=192 second=49 amount=-2 -kerning first=192 second=55 amount=-2 -kerning first=192 second=63 amount=-3 -kerning first=224 second=125 amount=-2 -kerning first=224 second=93 amount=-3 -kerning first=224 second=92 amount=-3 -kerning first=224 second=89 amount=-5 -kerning first=192 second=84 amount=-4 -kerning first=224 second=87 amount=-1 -kerning first=192 second=86 amount=-2 -kerning first=192 second=87 amount=-1 -kerning first=192 second=89 amount=-4 -kerning first=192 second=92 amount=-4 -kerning first=192 second=93 amount=-1 -kerning first=224 second=86 amount=-2 -kerning first=192 second=116 amount=-1 -kerning first=192 second=118 amount=-1 -kerning first=192 second=119 amount=-1 -kerning first=192 second=121 amount=-1 -kerning first=192 second=170 amount=-1 -kerning first=192 second=174 amount=-2 -kerning first=192 second=186 amount=-1 -kerning first=224 second=84 amount=-9 -kerning first=224 second=63 amount=-2 -kerning first=224 second=42 amount=-1 -kerning first=224 second=41 amount=-4 -kerning first=224 second=39 amount=-1 -kerning first=224 second=34 amount=-1 -kerning first=223 second=8482 amount=-1 -kerning first=223 second=8221 amount=-1 -kerning first=223 second=8220 amount=-1 -kerning first=223 second=8217 amount=-1 -kerning first=223 second=8216 amount=-1 -kerning first=192 second=221 amount=-4 -kerning first=223 second=376 amount=-2 -kerning first=192 second=253 amount=-1 -kerning first=223 second=255 amount=-2 -kerning first=192 second=255 amount=-1 -kerning first=223 second=254 amount=-1 -kerning first=192 second=376 amount=-4 -kerning first=192 second=8216 amount=-3 -kerning first=192 second=8217 amount=-3 -kerning first=192 second=8220 amount=-3 -kerning first=192 second=8221 amount=-3 -kerning first=192 second=8482 amount=-3 -kerning first=223 second=253 amount=-2 -kerning first=223 second=223 amount=-1 -kerning first=193 second=32 amount=-2 -kerning first=193 second=34 amount=-3 -kerning first=193 second=39 amount=-3 -kerning first=193 second=41 amount=-1 -kerning first=193 second=42 amount=-3 -kerning first=193 second=49 amount=-2 -kerning first=193 second=55 amount=-2 -kerning first=193 second=63 amount=-3 -kerning first=223 second=221 amount=-2 -kerning first=223 second=186 amount=-1 -kerning first=223 second=174 amount=-1 -kerning first=223 second=170 amount=-1 -kerning first=193 second=84 amount=-4 -kerning first=223 second=125 amount=-1 -kerning first=193 second=86 amount=-2 -kerning first=193 second=87 amount=-1 -kerning first=193 second=89 amount=-4 -kerning first=193 second=92 amount=-4 -kerning first=193 second=93 amount=-1 -kerning first=223 second=121 amount=-2 -kerning first=193 second=116 amount=-1 -kerning first=193 second=118 amount=-1 -kerning first=193 second=119 amount=-1 -kerning first=193 second=121 amount=-1 -kerning first=193 second=170 amount=-1 -kerning first=193 second=174 amount=-2 -kerning first=193 second=186 amount=-1 -kerning first=223 second=119 amount=-1 -kerning first=223 second=118 amount=-2 -kerning first=223 second=116 amount=-1 -kerning first=223 second=102 amount=-1 -kerning first=223 second=93 amount=-2 -kerning first=223 second=92 amount=-1 -kerning first=223 second=89 amount=-2 -kerning first=223 second=87 amount=-1 -kerning first=223 second=86 amount=-1 -kerning first=223 second=84 amount=-2 -kerning first=223 second=63 amount=-1 -kerning first=193 second=221 amount=-4 -kerning first=223 second=42 amount=-1 -kerning first=193 second=253 amount=-1 -kerning first=223 second=41 amount=-3 -kerning first=193 second=255 amount=-1 -kerning first=223 second=39 amount=-1 -kerning first=193 second=376 amount=-4 -kerning first=193 second=8216 amount=-3 -kerning first=193 second=8217 amount=-3 -kerning first=193 second=8220 amount=-3 -kerning first=193 second=8221 amount=-3 -kerning first=193 second=8482 amount=-3 -kerning first=223 second=34 amount=-1 -kerning first=223 second=32 amount=-1 -kerning first=194 second=32 amount=-2 -kerning first=194 second=34 amount=-3 -kerning first=194 second=39 amount=-3 -kerning first=194 second=41 amount=-1 -kerning first=194 second=42 amount=-3 -kerning first=194 second=49 amount=-2 -kerning first=194 second=55 amount=-2 -kerning first=194 second=63 amount=-3 -kerning first=222 second=8482 amount=-1 -kerning first=222 second=8230 amount=-1 -kerning first=222 second=8222 amount=-1 -kerning first=222 second=8218 amount=-1 -kerning first=194 second=84 amount=-4 -kerning first=222 second=381 amount=-1 -kerning first=194 second=86 amount=-2 -kerning first=194 second=87 amount=-1 -kerning first=194 second=89 amount=-4 -kerning first=194 second=92 amount=-4 -kerning first=194 second=93 amount=-1 -kerning first=222 second=376 amount=-2 -kerning first=194 second=116 amount=-1 -kerning first=194 second=118 amount=-1 -kerning first=194 second=119 amount=-1 -kerning first=194 second=121 amount=-1 -kerning first=194 second=170 amount=-1 -kerning first=194 second=174 amount=-2 -kerning first=194 second=186 amount=-1 -kerning first=222 second=221 amount=-2 -kerning first=222 second=198 amount=-2 -kerning first=222 second=125 amount=-1 -kerning first=222 second=93 amount=-2 -kerning first=222 second=92 amount=-2 -kerning first=222 second=90 amount=-1 -kerning first=222 second=89 amount=-2 -kerning first=222 second=88 amount=-2 -kerning first=222 second=84 amount=-3 -kerning first=222 second=74 amount=-2 -kerning first=222 second=63 amount=-2 -kerning first=194 second=221 amount=-4 -kerning first=222 second=55 amount=-1 -kerning first=194 second=253 amount=-1 -kerning first=222 second=51 amount=-1 -kerning first=194 second=255 amount=-1 -kerning first=222 second=50 amount=-1 -kerning first=194 second=376 amount=-4 -kerning first=194 second=8216 amount=-3 -kerning first=194 second=8217 amount=-3 -kerning first=194 second=8220 amount=-3 -kerning first=194 second=8221 amount=-3 -kerning first=194 second=8482 amount=-3 -kerning first=222 second=47 amount=-3 -kerning first=222 second=46 amount=-1 -kerning first=195 second=32 amount=-2 -kerning first=195 second=34 amount=-3 -kerning first=195 second=39 amount=-3 -kerning first=195 second=41 amount=-1 -kerning first=195 second=42 amount=-3 -kerning first=195 second=49 amount=-2 -kerning first=195 second=55 amount=-2 -kerning first=195 second=63 amount=-3 -kerning first=222 second=44 amount=-1 -kerning first=222 second=41 amount=-4 -kerning first=221 second=8250 amount=-2 -kerning first=221 second=8249 amount=-4 -kerning first=195 second=84 amount=-4 -kerning first=221 second=8230 amount=-5 -kerning first=195 second=86 amount=-2 -kerning first=195 second=87 amount=-1 -kerning first=195 second=89 amount=-4 -kerning first=195 second=92 amount=-4 -kerning first=195 second=93 amount=-1 -kerning first=221 second=8222 amount=-5 -kerning first=195 second=116 amount=-1 -kerning first=195 second=118 amount=-1 -kerning first=195 second=119 amount=-1 -kerning first=195 second=121 amount=-1 -kerning first=195 second=170 amount=-1 -kerning first=195 second=174 amount=-2 -kerning first=195 second=186 amount=-1 -kerning first=221 second=8218 amount=-5 -kerning first=221 second=8212 amount=-4 -kerning first=221 second=8211 amount=-4 -kerning first=221 second=382 amount=-3 -kerning first=221 second=353 amount=-4 -kerning first=221 second=339 amount=-5 -kerning first=221 second=338 amount=-1 -kerning first=221 second=255 amount=-1 -kerning first=221 second=254 amount=-1 -kerning first=221 second=253 amount=-1 -kerning first=221 second=252 amount=-4 -kerning first=195 second=221 amount=-4 -kerning first=221 second=251 amount=-4 -kerning first=195 second=253 amount=-1 -kerning first=221 second=250 amount=-4 -kerning first=195 second=255 amount=-1 -kerning first=221 second=249 amount=-4 -kerning first=195 second=376 amount=-4 -kerning first=195 second=8216 amount=-3 -kerning first=195 second=8217 amount=-3 -kerning first=195 second=8220 amount=-3 -kerning first=195 second=8221 amount=-3 -kerning first=195 second=8482 amount=-3 -kerning first=221 second=248 amount=-5 -kerning first=221 second=246 amount=-5 -kerning first=196 second=32 amount=-2 -kerning first=196 second=34 amount=-3 -kerning first=196 second=39 amount=-3 -kerning first=196 second=41 amount=-1 -kerning first=196 second=42 amount=-3 -kerning first=196 second=49 amount=-2 -kerning first=196 second=55 amount=-2 -kerning first=196 second=63 amount=-3 -kerning first=221 second=245 amount=-5 -kerning first=221 second=244 amount=-5 -kerning first=221 second=243 amount=-5 -kerning first=221 second=242 amount=-5 -kerning first=196 second=84 amount=-4 -kerning first=221 second=241 amount=-4 -kerning first=196 second=86 amount=-2 -kerning first=196 second=87 amount=-1 -kerning first=196 second=89 amount=-4 -kerning first=196 second=92 amount=-4 -kerning first=196 second=93 amount=-1 -kerning first=221 second=240 amount=-2 -kerning first=196 second=116 amount=-1 -kerning first=196 second=118 amount=-1 -kerning first=196 second=119 amount=-1 -kerning first=196 second=121 amount=-1 -kerning first=196 second=170 amount=-1 -kerning first=196 second=174 amount=-2 -kerning first=196 second=186 amount=-1 -kerning first=221 second=235 amount=-5 -kerning first=221 second=234 amount=-5 -kerning first=221 second=233 amount=-5 -kerning first=221 second=232 amount=-5 -kerning first=221 second=231 amount=-5 -kerning first=221 second=230 amount=-4 -kerning first=221 second=229 amount=-4 -kerning first=221 second=228 amount=-4 -kerning first=221 second=227 amount=-4 -kerning first=221 second=226 amount=-4 -kerning first=221 second=225 amount=-4 -kerning first=196 second=221 amount=-4 -kerning first=221 second=224 amount=-4 -kerning first=196 second=253 amount=-1 -kerning first=221 second=223 amount=-1 -kerning first=196 second=255 amount=-1 -kerning first=221 second=216 amount=-1 -kerning first=196 second=376 amount=-4 -kerning first=196 second=8216 amount=-3 -kerning first=196 second=8217 amount=-3 -kerning first=196 second=8220 amount=-3 -kerning first=196 second=8221 amount=-3 -kerning first=196 second=8482 amount=-3 -kerning first=221 second=214 amount=-1 -kerning first=221 second=213 amount=-1 -kerning first=197 second=32 amount=-2 -kerning first=197 second=34 amount=-3 -kerning first=197 second=39 amount=-3 -kerning first=197 second=41 amount=-1 -kerning first=197 second=42 amount=-3 -kerning first=197 second=49 amount=-2 -kerning first=197 second=55 amount=-2 -kerning first=197 second=63 amount=-3 -kerning first=221 second=212 amount=-1 -kerning first=221 second=211 amount=-1 -kerning first=221 second=210 amount=-1 -kerning first=221 second=199 amount=-1 -kerning first=197 second=84 amount=-4 -kerning first=221 second=198 amount=-7 -kerning first=197 second=86 amount=-2 -kerning first=197 second=87 amount=-1 -kerning first=197 second=89 amount=-4 -kerning first=197 second=92 amount=-4 -kerning first=197 second=93 amount=-1 -kerning first=221 second=197 amount=-4 -kerning first=197 second=116 amount=-1 -kerning first=197 second=118 amount=-1 -kerning first=197 second=119 amount=-1 -kerning first=197 second=121 amount=-1 -kerning first=197 second=170 amount=-1 -kerning first=197 second=174 amount=-2 -kerning first=197 second=186 amount=-1 -kerning first=221 second=196 amount=-4 -kerning first=221 second=195 amount=-4 -kerning first=221 second=194 amount=-4 -kerning first=221 second=193 amount=-4 -kerning first=221 second=192 amount=-4 -kerning first=221 second=173 amount=-4 -kerning first=221 second=169 amount=-2 -kerning first=221 second=122 amount=-3 -kerning first=221 second=121 amount=-1 -kerning first=221 second=120 amount=-2 -kerning first=221 second=119 amount=-1 -kerning first=197 second=221 amount=-4 -kerning first=221 second=118 amount=-1 -kerning first=197 second=253 amount=-1 -kerning first=221 second=117 amount=-4 -kerning first=197 second=255 amount=-1 -kerning first=221 second=116 amount=-1 -kerning first=197 second=376 amount=-4 -kerning first=197 second=8216 amount=-3 -kerning first=197 second=8217 amount=-3 -kerning first=197 second=8220 amount=-3 -kerning first=197 second=8221 amount=-3 -kerning first=197 second=8482 amount=-3 -kerning first=221 second=115 amount=-4 -kerning first=221 second=114 amount=-4 -kerning first=221 second=113 amount=-5 -kerning first=221 second=112 amount=-4 -kerning first=221 second=111 amount=-5 -kerning first=221 second=110 amount=-4 -kerning first=221 second=109 amount=-4 -kerning first=221 second=103 amount=-5 -kerning first=221 second=102 amount=-1 -kerning first=221 second=101 amount=-5 -kerning first=221 second=100 amount=-5 -kerning first=221 second=99 amount=-5 -kerning first=221 second=97 amount=-4 -kerning first=221 second=81 amount=-1 -kerning first=221 second=79 amount=-1 -kerning first=221 second=74 amount=-3 -kerning first=221 second=71 amount=-1 -kerning first=221 second=67 amount=-1 -kerning first=198 second=254 amount=-1 -kerning first=221 second=65 amount=-4 -kerning first=221 second=64 amount=-2 -kerning first=221 second=59 amount=-2 -kerning first=221 second=58 amount=-2 -kerning first=221 second=52 amount=-3 -kerning first=221 second=47 amount=-6 -kerning first=199 second=52 amount=-1 -kerning first=199 second=67 amount=-1 -kerning first=199 second=71 amount=-1 -kerning first=199 second=79 amount=-1 -kerning first=199 second=81 amount=-1 -kerning first=221 second=46 amount=-5 -kerning first=221 second=45 amount=-4 -kerning first=221 second=44 amount=-5 -kerning first=221 second=32 amount=-2 -kerning first=220 second=254 amount=-1 -kerning first=220 second=198 amount=-1 -kerning first=199 second=169 amount=-1 -kerning first=199 second=170 amount=-1 -kerning first=220 second=74 amount=-1 -kerning first=220 second=47 amount=-2 -kerning first=199 second=186 amount=-1 -kerning first=199 second=199 amount=-1 -kerning first=199 second=210 amount=-1 -kerning first=199 second=211 amount=-1 -kerning first=199 second=212 amount=-1 -kerning first=199 second=213 amount=-1 -kerning first=199 second=214 amount=-1 -kerning first=199 second=216 amount=-1 -kerning first=220 second=41 amount=-1 -kerning first=219 second=254 amount=-1 -kerning first=199 second=254 amount=-1 -kerning first=219 second=198 amount=-1 -kerning first=199 second=338 amount=-1 -kerning first=219 second=74 amount=-1 -kerning first=219 second=47 amount=-2 -kerning first=219 second=41 amount=-1 -kerning first=218 second=254 amount=-1 -kerning first=218 second=198 amount=-1 -kerning first=218 second=74 amount=-1 -kerning first=218 second=47 amount=-2 -kerning first=218 second=41 amount=-1 -kerning first=217 second=254 amount=-1 -kerning first=217 second=198 amount=-1 -kerning first=217 second=74 amount=-1 -kerning first=217 second=47 amount=-2 -kerning first=217 second=41 amount=-1 -kerning first=216 second=376 amount=-1 -kerning first=216 second=221 amount=-1 -kerning first=216 second=198 amount=-1 -kerning first=216 second=125 amount=-1 -kerning first=216 second=93 amount=-2 -kerning first=216 second=92 amount=-1 -kerning first=216 second=89 amount=-1 -kerning first=200 second=254 amount=-1 -kerning first=216 second=88 amount=-1 -kerning first=216 second=84 amount=-1 -kerning first=216 second=74 amount=-1 -kerning first=216 second=47 amount=-2 -kerning first=216 second=41 amount=-4 -kerning first=215 second=51 amount=-1 -kerning first=215 second=50 amount=-1 -kerning first=215 second=41 amount=-1 -kerning first=214 second=376 amount=-1 -kerning first=214 second=221 amount=-1 -kerning first=214 second=198 amount=-1 -kerning first=214 second=125 amount=-1 -kerning first=214 second=93 amount=-2 -kerning first=214 second=92 amount=-1 -kerning first=214 second=89 amount=-1 -kerning first=214 second=88 amount=-1 -kerning first=214 second=84 amount=-1 -kerning first=214 second=74 amount=-1 -kerning first=214 second=47 amount=-2 -kerning first=201 second=254 amount=-1 -kerning first=214 second=41 amount=-4 -kerning first=213 second=376 amount=-1 -kerning first=213 second=221 amount=-1 -kerning first=213 second=198 amount=-1 -kerning first=213 second=125 amount=-1 -kerning first=213 second=93 amount=-2 -kerning first=213 second=92 amount=-1 -kerning first=213 second=89 amount=-1 -kerning first=213 second=88 amount=-1 -kerning first=213 second=84 amount=-1 -kerning first=213 second=74 amount=-1 -kerning first=213 second=47 amount=-2 -kerning first=213 second=41 amount=-4 -kerning first=212 second=376 amount=-1 -kerning first=212 second=221 amount=-1 -kerning first=212 second=198 amount=-1 -kerning first=212 second=125 amount=-1 -kerning first=212 second=93 amount=-2 -kerning first=212 second=92 amount=-1 -kerning first=202 second=254 amount=-1 -kerning first=212 second=89 amount=-1 -kerning first=212 second=88 amount=-1 -kerning first=212 second=84 amount=-1 -kerning first=212 second=74 amount=-1 -kerning first=212 second=47 amount=-2 -kerning first=212 second=41 amount=-4 -kerning first=211 second=376 amount=-1 -kerning first=211 second=221 amount=-1 -kerning first=211 second=198 amount=-1 -kerning first=211 second=125 amount=-1 -kerning first=211 second=93 amount=-2 -kerning first=211 second=92 amount=-1 -kerning first=211 second=89 amount=-1 -kerning first=211 second=88 amount=-1 -kerning first=211 second=84 amount=-1 -kerning first=211 second=74 amount=-1 -kerning first=211 second=47 amount=-2 -kerning first=211 second=41 amount=-4 -kerning first=210 second=376 amount=-1 -kerning first=203 second=254 amount=-1 -kerning first=210 second=221 amount=-1 -kerning first=210 second=198 amount=-1 -kerning first=210 second=125 amount=-1 -kerning first=204 second=41 amount=-1 -kerning first=210 second=93 amount=-2 -kerning first=210 second=92 amount=-1 -kerning first=204 second=254 amount=-1 -kerning first=205 second=41 amount=-1 -kerning first=210 second=89 amount=-1 -kerning first=210 second=88 amount=-1 -kerning first=205 second=254 amount=-1 -kerning first=206 second=41 amount=2 -kerning first=206 second=93 amount=2 -kerning first=206 second=125 amount=2 -kerning first=206 second=254 amount=-1 -kerning first=210 second=84 amount=-1 -kerning first=210 second=74 amount=-1 -kerning first=210 second=47 amount=-2 -kerning first=207 second=254 amount=-1 -kerning first=208 second=41 amount=-4 -kerning first=210 second=41 amount=-4 -kerning first=209 second=254 amount=-1 -kerning first=208 second=47 amount=-2 -kerning first=209 second=41 amount=-1 -kerning first=208 second=376 amount=-1 -kerning first=208 second=221 amount=-1 -kerning first=208 second=74 amount=-1 -kerning first=208 second=84 amount=-1 -kerning first=208 second=198 amount=-1 -kerning first=208 second=88 amount=-1 -kerning first=208 second=89 amount=-1 -kerning first=208 second=125 amount=-1 -kerning first=208 second=92 amount=-1 -kerning first=208 second=93 amount=-2 diff --git a/osu.Game.Resources/Fonts/Exo2.0-MediumItalic.bin b/osu.Game.Resources/Fonts/Exo2.0-MediumItalic.bin new file mode 100644 index 0000000000000000000000000000000000000000..4ee36a49d5317d6dde4430914520c24443786001 GIT binary patch literal 45399 zcmZ9V3AmNjdGEiyH)zbz6NM-T54c6cPJbV+>IgOin6JBr(p2U_x)&d)xao zecIc3%+n@KI%uo6!@ae&y$RqzrY6xK#eoPK#VN)C;c(90d)@!<{qOUBXrJfX`R)H& z?^^GA*Sp^D`!-?YvbhKL6RPe{tTiH{ZCjn((h`Z>!5&t*=+j3Ztv5gQ{xa zaM8=v_U8MmQ#IOPb%?YX(tfRaxOH$fsoKAqT1}I7gtVp2|7xC8og(|G)k0}UO8ZXr z*VWP0MbZwej+6F5Y3Ei)G|#9$QcbL;ROd^ZDedOwA(mtVUdbLFT4vcx{==;3B)+^TL>U-7tQfs<;?5FWG=fF{tZfX2RYi4z%Z0A(R zNIP2EqpdZqcUK2%#ph|JYCwAR>#aX&9jcX0(3-V|fn%lJ+WZ^!dym%Pep*ZQYmMJ+ z%&$(bdS$BCSPkIEg2uGwQCiyst?hVe^QArA`eAd5;xbWjQ9K8vS1&gHMEy<`4OSX| z-~`dtjj7GKvaMu`e+xt(YD{Y#(~qh8417r1Z#4caY#SPnc~6w~Xk&SEw&KSg5$BVn z{jfP%>pev=m|7_&11C${P_2-yldn-TJN#dWNCQ% z_p)}zf6v<~7-49=iibxre_zRzf9N?9T8XldgyI7`~n z)-&cLllI&F8bMr`ce%7b*Br<7=OF*CkoGx^H&0q6 zTeMG#UQk&YsxDSsCRK+@`;@e=Hh-sam@;KN$A_i8tLc8d;(ni&c4@V#)mA1?&mTVGS|?ys|dNv!QkX}321xiz_Zzt(n$X08TSNIRzSN#*m=+TS_h%T?0;s&Pe} znP&gIT`lch&84j)`~6g_2Ck9zJ34RVBzeU;u9f!BjmuiI`u#Y+*GW6S^$GcKQMJ1q zQXM93rL?2^IoZ&>#QrnVRyF@vHR4poU@)}LO537bJFvg!A5g!~Nqa(d{E+H`s#^vt zwCknKY5ksRgl##4pO?0^dAV$TW~NBHLE60LC9N~6qcq1H)#_^CMro_1&FyRWa+9?G z*;wA1y-!?jmNupx;T&nU@b4DUUpD_pvEpnwez!_{r1^=~;r;QbiML7niQ+O-bIrcF6|rgWsYoH>P1XfOZ$H7d}(t-Bc^vq+pRgy>T5dB18byx zwDmFN^IX-ExtggOSS#%h8&kA4&fDCmyLU?ai`GRkUL_4*z94O}@@lH`uciDWH@+zC zE?oyzAD7PuMV(xy@3YnKQ1u(nzh9Dek?tRd>;5sZI#Hfi17DN&cUs%~HE%;Rut$F> zZHDT>k#wE#p00iU z`x|}#O5@DNG2D6k_nE&HeM$ZuTycjRtY*lTb^TV=ZhoX+UsN{-?w0n==C5c!rt7@5 z#ZYns+x)(dH?s)9<1)yULGW0PKrFZN80D!abLYx+Q#a))o-T88;sch zZ)tzq`s3E1&gB7$BDwJo(*Cve1^IVK+$*L_`$uV$s;_8|W@|rY#T@@6?Zw8g>E3;$ z<~=BE|5;j3_p(FfEm~W)|3}(^jeluyMNVtSvnZsT6v z_unh+gDc1QCQZ__qP`w!h0PSAa!SKbx<9+38R)r}Jr zgI+lxviLG&h@}*ba9oj=uu2qhopsL<0`-S$fw4XIEZ7z{7)SL_D%O+`!##=gP zjw!kOZE0U_sJ3YZ6SO18O8btqPrgI@uCzy5^!u3l?HB#NC+&9{yQDGR0ik_g+HJJ6CI)CeNC&>(#&yr9ItxL(x26{dfwj27V;%#pdMZ z@v4c`Snh9+Nc*g8Pt?3E&3lTpN2N`afAhk>{iENHr9Gm!?5k~-_DlWRK0)&`-eb~c zHOKGC2ZXjo+V$0lY+2j8L;EjjzpuQSsZ4HZ)zpox($1*t&87q}}ii?MZ3(Di65NOzivel(duj^G@u~yG`0Z$>-yu-~Lf^ej@F<#-XjFwR)a& zs5wtd`*PzFJ+J$|b+WYW(q3!+R%1?en))3awmYOf(EML-)1HxbX!9{?A636YqTjR9 zzSWqbd&NhjO$qI%(k^Ix`fbmr&q=#Y_x(B5>FW1^==Z#|=d0n?nf?3Gx$TYpb+gw4aOqUH9%o(XAUuGD>>oSdTls|MbXc3$hZ8ngF_^PAG9y+hk2?Od&6_C9fbOWL63 zn7vP&cT4Lvmc={7__N9$X@6Y(f%0#*a&1Apt`=b zNcHMm)u#7GZE8q+Q1|#bk-LY6ZBtrR?NxhS>sr!YX&myl{Nw%kZ&f2)|9oGaD6P}{ zy|+En>=)x*rtG6$`ONGu?Y~vq8XxTM5&8FSX1}oGKxtoY z9hmP&^gBq}G0ig@M}>dyjy<0w?HkPx=$VzXf2e$_1`d|?^LNzZL!>Qj{jPGC^X7Nc zDbm(wKfiAcN_(ueq~DJx>uO-Cw13mJ?|tD=eg9tTH{NzGr%U@*^XuAc-e(TbdrUQO zn6%fV9WAZVKOb#r*Ei0J=N#fpzr&^dXFvA5J9Ca^Nc*iEZ%Xt#LK^>fw0>>ixsHA_ zrA_U>yNtj4&5}0d9na%)rTt~=^v0pezm}dGxThQ??OS@*8`Q5NO~sFMeyp@#QJnb& zq^ox!`W+|j&!rvG*XTD-+EV57LDhL0?>*6PzBKK+oe9bXl$4`=Wr_RxA_2V3IpIInvmhPc5RNKktxzbLNwn{S} zs^?wq-BYBUD(zG9c}C=me`olxv>$2S1LIyc82vsX?P5Kv%usId{K9x2mG(uwe+(&4 z(HQSEY3IM=o%nQVUs1oQ{eDC0w@BJv{l4)*ofa%wzL~{&QI*eg?{HqJ16(o?=y>~eP8#yeaAaj+I5ZpdfRyC zOIy%-^KIi@Ank|!cOl-bnD;_y|JFQ1_w(}~oaS+y^g^cB!;K(rArPDKQ4z$yG+_&RD0CVIYht9rQP1&OWyP7w@li#)!)2ryye*H-gD$W<6R+b zo~jsijpsG)Z+`aM9(Apu3}-Jtt$y?S^?v;Kh+mX;x9;aNl|$q2h*wIx@*U%?kam0j zem*|lRniu!9vrLv9se!kYH5e-Nqbs#j^g6?%WI^a&|e47QtZ*S(nhP_ZyZ*gseXQk zxK5gWA8PIU+sI03A5on5eP8{Yw4XH>#r{t0@9*`}F3|q&dq28S8uxGZccPwmspB_E zTdv<2=TwU{@8q~w+$@c{vv0p!^!?x8kq5U*`)YNL=Jk3R?>1@Eb6&qYuab6y&iMtZ zo%`vT@MG$CyR=Hb(Vi902ZvO=ldP8ZNjXSMfb`_l+V1AjOW#$v@hwtwQpWc zmA3yo^5sxzyqWErFAq!mvVJp~rbiEc$2>xFY?8JlwD&7g2Zy#*+BfyyIJJ78w88j| z=W%I&s`u^#^xS=b)^?C=pOE%dc|EC`q<$ZW8up~L(;EL*zr7x)XUt3D{_&Kwr}S<* zO*!?h{=D0yy;|MZI!q%m?@W#NCA}=4s(N*S_GmwO$o~GawAZR98)xZU@{G>@{))6$ z^gGzT{rDQLfu+`Urwm$x%`h&*d z)mie-Idr(R)zUsFjr-*s^_wAWuJ-6a?a_YvHB?I-m?`Z&&3jrORW9@A3&eSzv?KMt zutH~xJLu=6EtK}I=CA5^NB@Sxeee`%ZE2JGzZIaJCGErg-@;$jGsF9&{k^nr?eh%B zbIy#zsV~3MI$PE40QvWEX}a<1-FdLdpD*wZ!P(*ua;B-ioUAuWem^}`+JVv@)X6+v zwT|CtdCxmY+Uc#Y>OEk8`Rw0wrb_#~o+GF)yst9ebZHmsxBrth=LA*u)1@6Ht*v+G zBULxLWlF^5Txm1(=QDG(0~1s=*z+r;UD5xYb)qtt`^+`cPOtt<{btMOnQ^bUR@x2K zpDJH!ZQ_UjP?J;|R97j`tfWOrN~3=3rJ`Q+yDaJQY+at(b*b^#V`rB=NI~$9pJ=pHS=-FW{!9vz3>kQds`=q6x9ylC6|oTW}~mGAVA0&x8fGR|OGR zj{>>%aJ9GFNftZ@r)u*?M)-HA&YdtxUQp>6Re;v(LMvxs?LtR>-Z8TaU~+Ah$xcpy1WyRy5l}_}nd!3Z$}=vS|y* z79Uj0Rk|kd;IWTZ_j4;{*cxP8$gRz6ovBguMYBOvIMX6g3C$-33y(rSYF#HG`CcNiQV1Zs4iw2J~{a zx^A#G=L@Z_8<6V;jvby0l98KGuu=U$aQ13h^t%p z)FVQlIB%ukv-1jCC~d#!O&)Z@;zObmbfU)IO2gB_i7{4UHJEwuun~vfVKt zLiUBcw?^KZu1&g5)C}8|seMLd+s`I_E{S^O*3T#1AhP#2CUK5D+s&zQqO9GT+HFaz zl5Wp_t5f5d%X6#|IR<|EBF=Ya>lZ}!Z@tLL*e&iK?~924C|e&%dQ{}uew?&9>9M3ONn4X17kS<%lAcU@ zD(NRlJY#zIw~M?p)FIO|Nz@^0)FIPzNz@^0JCj~Wq7J#0I%J{_nW#hd;AbLx|7z0D zlU@@!F0UuOA@V3xDHB!7^i~p8%GyZM-lWl_v7}CtpS{^PYRQDyH$Qumb^IJ_pBE*a zk;D&j_L-V!53UqB*H&aJKVWpDu6;;jzALii1krnfjt`onPcHYHpRMym6QX5U)YBgY zk5@1yENfXfO$1+{zu>tzPe3*)7u5)nA{`54E~_VcQeg!m*-t zMQ9M!r-TL7$8>EHHOIDOqG_9`6BfP`<0+@xwp0-J^Vz4>^?=#d>#~0vk~s0!IPoS< zyy>ANPW)KRyIthjb|i5YtZ^1hoCOnS!NgfGaTZLR1=EX3FC}pn+)Cc_7edDG#H@|_ z=T@@aM7EpAb`#ldBHK-5yJJOVHC>mqT;%;-78>*V-p#z1hX!3H@=jkW8Y@TXllP+i_boLL=3D= z(YHMjA$H3&l*C@{iJc*mV`ZMcd(V&2cXn{BKEu zj_2K?760@Op;nIq)wbTP8Pe^z$gwMP3`^_0rD~f?P3abzIP( z(HI%q(L$@^2if-6YCN+c;xZEbybEZK5VSy7DUdT8a%Mw|v(=f6wj?#j3eA}f5w&iN z=gdZPtRQDLv`UxfT`lT`g)^JhwW)2&e$H%Ko!QXlY;|U%ZAoow(&I_aZ2CE~A!jz^ zJ%XOrW&gS&`{&H2wWLQ?Uz7T!U~I}O#l?~$?fY{#jUYozeWowx+CTiu`& zQ(GkJgywz2!utl1gS4*5)~mCXyQwXFH>Kao)NaUrHzwVbbaT=zNw+55 zmUMd%>wP-4^&+ohL(;~i2a>qMx*vB~)5D^@u}bF)K099^=L_U~ft)Xp^96FgK-+aW z20N0TNqRPk`?ULUpEf<8v{U4W`##OczE49hW$VjHuZZ{y?&J4q==E%UBk9egT}f{x z?M@m=+M6_*G?vs!ay~P!@7NH}lO-yM&j*zOZObBL>}4okJjbVIx#X{?H|8k)?T@G9)HeJf#mUl1N#D(Zx`C$%L>7bh(aVmv&3Z~VIAN^^oVeD20h zpCsxPv^tXZ9u1$}YM;^UGi0Bk+GpbGk!Oi~2b&Q@-CU@v6lkWdJuxr-?H3WFUn$Iv zt;uWMzL2X zikzK{@>;Z_)n2`-Z;iO4QNvpCPD>0*p`ZPO>>p(RAV-LiU)DGK=jw>|VrnlW?F_=! z{?U)RTMB#T_(Abx8XC_|ZspF~4Gr(dg4i9mE)w-ZU-@KanakDKJls-qYyRQ zu1_M)W6^qxNbhv|w9k-zhU_zBpP}04oAk{-uS~i&=^BwexH>d!@p%G&v8!Jvq04mX zU00vWb?MDjpWBi+$sT2eG|%RzuT%B?QeB+_c@)T_Kpq9EM_HtAjs_8OoXK5RDe`%& zd|0230pu7!jsd5F6JQH{kyk_dAM#}+h#WFaO>$MC-$;eUNAyXa+je(qo|jh73wd5_ zU0)#A7s&Mma(#hZOCah-Bc6_57M1c*eR>Yab3pYRt`XR}MnEs9hdp(TKyzh)p37FB zD!uA>I9(hO7_9UN$)AgO5cE5*2-GatWm!NG)>~tyYa$8p~Xojd8 zG%Lx~jDB-d*LwVcqM%Cyo}=9W!|mPdZs>|r;zWp&;nh(0&$g~#Yq<@EeT@0ElH0hZBF`e(xXY6 zf*9Y~#3*a^&GY&`O)J@C4{8gKLaRrHJR4*WAbSOQz05&oJN9I|$tQr;>!dl(MBLfL ziE_WoMEVQb?eSkupi8B>UmXoch}Jr4)Jgp%Yiao7IZhIJc=D_SAng`hW5^IZt-RcZPwoFd1W zQK;=6nX}+|eUGA*vtaF|?8lidV`%lGZ2rnF|ZocIYOxdOubsxfauUjWoyL>TF$+ zMbhjGSuz@4`I&}RKhr?e=RMJ?FPe9X{)apriI{q4(8$h_XeAR(&M;a>s&QNA5SsG^ zaz;ST2zJXS0L{4pIX58Y)jtIhdH2uJcYTq6karrw`_b^q8G*(sN28xt&M3|Z$QeOD zM+nWi0X;9>a}Y`Wg-2=563AHsIZGJDv4^}L5PRfNyl-gUOX!Ady)nsqPV3F7IU~?+ z4UKu7lW4c6wj*hK(!(OhGlLeZ4`-$q`Rp2jM)mfIUnFw2b9%hfoUM^Ex$P&n(Q>Z7`{bcfJ4U0` ze|CcACo=kZZRd$<3o3diEbbJQpfy4Cvjx7{0^jf=HIx`6G=Zm`0N^IQk;-n=(^qVCbi++whBYQs}?-AsE!(xWM z*E$G!c>4LALvLiOPdA!RH}qDv`gEg>gvN@Te~|MJa;`yju63(% zpPku^Qc~lo&yn;wrxkl^B-ZE0%6Z#1;a zMV^B!vClkNnp~Th<1^AGRM1sHClKSJGeJ|AtUS`Ib`q2ux?qWevUZg zh(peM$nk@SS_z8)7V}DL*GY7=3c7tY$#)76Nai_D!yq#!eUK4)XmOo9i#woJ} zC$EG>sm3GJ75PNjXLglVThv-@i-n_$w~m@Uz}8+tQ`+OLgGob4)O*{q-u_8G9F0*s z)wuU#K^N)MXPVa0Y~7o!!=h5?=aT~Y^guqV&^ld?!HCGK+@17R(yk=xO7qs=dJjaHljY$tAJ(%=R5^))goqkkgUtIO@fL7-?7CxbjVq#Tt*Lt8Zgr!759T*G50D zjXAH0e$drPE0XZmvFFU0ocCBP4vp~~A&9lP->vGx)0Sv>6e8q)mxabUoY`0q)4dTtMs_4U z8~waTmx#PaSg;=+8Lg{-cnDNq`{;qN%%4r{aB@mRrW&j zDw)^!1;%5&@VZAacH*1{B z(Xi#LnmE61G`CcNq&xCZO-<92W+ss@-t$vJBSPD%@qK$rRLW9)I{#>W zGBoIkY~@V%q93QxdGL7B*6c@Kc|6w~M)p}{ye(<*SkmSoDo2{G$q3yE6#w?$qkm_0l}Yh9oM3 zH7bLN%3z{0nCi+<*P(T4^_~wWaVN31T;zT8odmDg39o3o$RqDaq8?bI9+;>HChCES zdSId+n5YLP>Vb)RV4@zFTo3SrD$t0^KsGvl)C2oRJup!ZY)d^bQ4dUSCGAe49=Mfy z;88}C#*(N9ZuMEfE6%>7c4@Y9_B|eF-=1>zO`LtxeF*(YAcdBDJ4eXq?kAV&bHD9j7H7lQcJ}u4}VGV@2zeHY9OAJTm9Q#Q89BK1`gCZmei~YCDq1Z1*Fx zO=Px-%r=qPrkzP-wly-_L}r`FY!jJ1A^vrdGn*BW&u%53P2{tQd^VBKCi2-tKAXsA z$8<(gTcp3g(eTsA-XQYIx#4`q1OF)sL>BAs)97=W`q^SAX)uU>cu$>~Z zE!o~F%c}8v0OWcPIqR_Ce7N6Y=_M?j&-8P)(~qZ?z0tZN`#DeP=RAd+r&##u25n_p zI6Kjtlk_Y4HWn*)TxeaL7I!4AO>&K;-`%OXj-&a01Z|2|=IDw%$J4286FFACpJVZ8 zv_ig{LYq^2ENM&9)*$A1GPUhVJCdB^jOQGOoa2yl9CD6BJ9T+Koa1QDamYCiImaP# zyj4NYY{>ZxIiDftGvs`RoX^mRE@$EsNslLOO{!x+bnR)qgY2rcIuD%V%t6+AN4N2TTJjw$}4<wIwzp*c?>=Pu+b0BzUhsO?DN ztXku&nmDT_&Z>#CYTB9PH!nu!th$x6YT~S#II9yYBD6L%h+S|rIKPhC>#4mF{TP{( z>``_ly_LjCcI!yeUXe#0O&Uw$Nz1K1$;{!C4EZEO+^yWtXBv$&?aE3vxphVM^Pg+b zZ&G`_b#fB-GJ85bX=W1jpnpO|KKo>`$tQ)V4NEKK3Vm|+O$)N$r$o+Jyf9rZaz0-s za%EU5a@D(3G!oUKKGQzu%(giDxiX-gCe7oWB(%{H-)P9fvG4n}tV@j0!HEi@$Z{*p~5 zvZ<6$s&%%mUeLTCEC$=-wo^nUM)B`|SU5}QM>NL5_C%3KIa%b97bY!=RxBJVMj;RE zA5rVZC})dodrlIW<9@`{>m{b1m#Eo4veQI%dc2ELBhGtb4sz1t5oh-!W37=*_TZ8r ze6Hh6UU?4k%KcV|x}~d6?*ePPIy8v8mFM7YW#SArD_U2EhOP4ta{fV6+spwu|DbKU zJjx9sN1XeciTj&dxxZPvCAC{qRY|ueQIXtAWi_oyS}XF(?@a9rsjW|KLlSo@ zkMckgcPne$txP^q#AQ=z-xhhc?<9RU>3c!M#kSBoT^{cTqGmk94u?jo&m}|-IaZHG zEAw(kwC(1k$C9=rZ4F|SWxBjaWY}ozmQOORKFN?zGIKnw%e%i_WDj;EaSyfjY!dfS zYurOk&nN9n;vVYO7n5E};vVW&S0B7`Re@YpAZI(C`fdunuFG+GL*!Aoo0@hdy_K{( zX(VZ{$fJxVjU{!G@S+sH*C(o^##!h@>o#eobs~?<9oFREH}L*SY5lVrt&BXJ7Tjxl zF&?>LA~!s;s|qcg_|XE*N^-?SOqTj+2X?N z=Xyn}s}w}8jm0QSMYgysHGKALtiwL95P4o|lP#!C)~HQhIit9BWww4kiTdJJs)}t_ zi98z>#M)|+qd^66>)O;di9Cu=H!Je#hJ3mqpKiz}6!Hm$HtX^zKA~t^Qu7H#dpxx# zlAcU@Dv4|wjXWT_BN5&0BClvi5+~FeC)C6VHE}{soKVwFkv-*vnmC~*PN<0!YU1SC zmh)zf^JdzW#Cfx}JBjmVZLi3qaNbOuH&Z96D{{6|uWZYC^A7TiWea}CGx?MeT~3)T zIG2te6~uc!*dEWnX+g~HGY$D9L&UyQpmn->WmunA>6#Gd^fO7<2hoony|BOw6WQ)j zd}`_Ee1^QMkXQL>k>`Ls2UO4Dbr3uI4B2PMK122yvR9D3`bClFfIJ7}Ip}AfA^Qy3 zXUIN7_IZV<_R54-x7vc8x6ibCJjioE%sW;fJnaVAdo-_zQM_Jgo32iQ>ekwVR*#3p zSoCuYuvnh9_5iK+%AOLZ8M;b=W+k!8PH1yO!`7>$A1m+1Y>ok~jti~y+Y`3T)(x@; zoD$}>hJRxPZCaab!WQp6FRScE>rk}PkIe3cHYLd`$9A1AkK(vsQIlKI*61oR%CN|D z)bn~g`q@85_H58#dwhi)XthX`859=;zY|vHA)655xO!q`372eJj!L z_$2Phy|P=Mjt1liL5>23;Qg z7>|)1$w}?;^-fM&nB-HzJ(~D=j>|-z!x3j>M;vm*xt9}N{r9Bx>2m~m&!M`XZP7d) z#2me_wa;i?2gKUC(aL(=&(WZDo362Fb^OqXseK{NrlBPE!y#kS^ zCZ1VMJX3e0m31`YZv`*P*7HRrT3MT0Sz9xHvvp1qHRmLAuu8W&JJDEgGe%~;jrir) z*~GmU?|TJeMJ8tx8Y{QvXrMVl&^ldS2ia~~pR^%qW6}dj4<g;5; z;b?_eQ73%%uA+ITAtKa`R%Zm7vjlSHK#m{e_(65lUeUMxBWkaT9KW9@`9$r)A}TQC zNJ2wxq5(OQkRu5>k`SvLi~U7w#;^11q&bqDEz{(rsY%n5W+p8Zm6+F2V-81crHB~x z3UsNik?7}0qWR1~jwIyhLiFo~g*8TYKgbb>>X99BY`sdTUb%Mx3-1E0K0VY(pM7YS zu2LYMeaN zUL~4$8qMp4(7X;TOpIb;WRqj?*~;rJF^5NCWY0k>+1cR#okPUM{nqK5z4GqU>VDjx zh@V@BMcsntJ16AaU=BwEjY#ed4;(8rBI(&2NiUE$wb0Ajf)-#h9C-LU*)+I?q$g?d? z%_o%c98-umyC1RlDC~#Vwk}#(8=CvAj#g~%NLrhOg>Ai;^t&rt?@n@t(Ry!c_lZU# z2KT47De2LqA17^2dMs&6($=KMlb%R=GU=(LZ6fCeaTyC=y3tAu>Zp~_@ZNt?1Ca-g zkh28MSprRIk4M)ThBlO%GZBr<@hD`DBk6s^19o*!xj~=KA;>udkwe{Rbq=BVd|+!r z^C)O_KhHs{R|z==koOWA*42wS)&((&=Y{MGWdFE>dmY$r(=}Gm94j=R9>@`b93jXN zf*c{pC+bE>S1FL^h3pIDwLxAv^Ws4-EF1$g*5Oec11uZ^$T5H%187*6N5QriE3(FT z^edrZ>(*tVVY^M2V^GiG7|`k%K#l=4)E@WGF+g(+_?3+q^a?}_OvIoQnqz=htgVDr zM}rvHzw@&dZ6x|((G9YvjDoF4aa@?!ae;_IH&%XJ^uxmY@$){F@~VgxHRE4?uhBPa zth^b2EAC!tjc8pb@`|>J#=;g48qtrnwSt(#qYwkP5*Lr+=>AOKiJIqSHjhl4O?YJ@ z&L%9n1zWU61!2*Mf0OV0yIGp^4|41w#~uqJ)Cvp79t~>6c=jF(=OpCVLyr9`qPm}B z|FSga0sXuS(6FvILDm zXS*WFJ`^z+(kZChG6?-|d#0C^X%#bYm98d15@plSA;EI*;7UtiBTMTyz-ty-g7MMALN+c zF2cWV_-8_MBq5Isd0xotfE-E4k%aKMS0H>g;b|u{$B))Jubg$OrQt!RK-7&AM71zc zEqb9jeyq)TipBZaiqE6v1zIC_X;%aY+FX*oZDwwJ@0U8*jmGbZmf+{VNa(gaVo5NMR%yTV+A=@kYfcoR*++bf2@40 zpgC4h9jnXrtwgJ1MQa_a%k-@mt&SC~tfL#6*UKEv7l?ViHs>FjGYs;cL*7BgbF3i8 z3UY*Y(l7QB%@KkeA;=Me+;5GD+4S!g^~t?Q|GrV5jt1nFGxEarcq{9*g;z;G?-u&66aQ4GLTX>IXWsf`_ z-%Lc<#Az|Tl*C=pTJ7H(slA!BE9tGI-AN-!{#&-JoESKgb%g5pEo_gsvRjTC`?062 z)u%HXa%Mx$Y{;1nc`sQj)C*f@Hm&vkdiT+m=_=80xu_cvcTUpkJ%=1;h}iea^ZImN zLDSld0u3b%CQV5q24m50oBEE$yyUn&K(U8mpi4|d&sMV z91VyV>@ARU16r=D8=7+nZCICASre_@@E!}V<8qN#?s|YNK9?BJ8H=_}mu>N2Bu2q2 zYpw^Z*WN?3ba`aggXi?!tArd$h>^z%#Js(r;UxP^t9^#-Gi0A3dj&aGkbU8AA$VTM z^RgoE5#)S^oX-&X>=@Yg3({umDg~Ms#CY}|ZGo;{LGwD$PSj&3#q zc%gaaXlLv4DCZNaAr#Q;t0{|2tkezere-P==Jo!T8qYl85=@xuc$#kPDitxwvJv@z*{qz988O4^k4?WFG{ zeK+ZQLHObwd`497+Yj`u8UJl5?;EY&H>lpXNA=A<|2S!L(qlGxoRVFgj#A!BBSxh^VxFcG7G3liw?uc%EMbwJ8IER?i zdkNKN!FNu4eqEPs-$>#fYHe52TS>cjV6sHb%Kb5cM$TvLEbmW`vy7oP+cSZ z%PcR3UJ6&~S>{(DCHyh_)E zu=q^U^-1(7WxGDTO315(w&@y+R{HgVhLgO??fUK&{gTMDL7olrY}-X%8|1Y?UK`|f zKwbx#iC3jS)7s-Sn1rXjXf5ht>WOU8O$~c%tjPWDPwn2MyOUV2E!K)`LCrC(PFj`y zsGYWOgqV{EStCNWbqr`F25uz=rqhxfgRkj3tz!kU1?2G{uL!E6F-zY(-i)BX)Teg_ z^3Fis8GLE$D&;5obRIzdO#$-AkY|G))>X>a^|>G@EK>7qw0btkv(e8Hf{0Kr=Dk8> z54<*7mu0J0jz%;(N&XAdSqg1Iw|RRk!Ry6w;LW1@lIidr?j#7E0O1b zJO|`C=(n(qEi_X!7BoF+Y7);c9(hud|J4i`=Q$wH0o8L*BWz0r@f@xy%v-o(-d<8S zsUzx?zt^YdfIJ6O&oLJL7>`Qm+4d%lh&=D^Af7&FB#~=l1#P}AM}xX+jfi`^U8%7% z?nljbKkq7|u+zO*5w+d(Qtvx42f5+#xEr|N%h37bQ5G#dVK&+~ZP2gk}k=+kEbTkeu><<2=){!yRa1<1Pq)w}Ra z^uu;X()J`ysdsv7(v~DY75tOFdk)BRK=mA()56ad%=Tz%o02%)dt;Rki5$NNgZ^2c zo&)k6P(8;3(T|ZgCT&PspF}h}vj$5N2>%B#n_nfC(kH?d*HJ*m8 z-H^00TK_|zo&)k6P(6q5F3fSQE{}Ij($z^Tl9q_Pa=%0TKYjNckmrEvIqGw{IBm~N zS|qafr-~fOQIC7H z>8zx)lg>$E9qxB-(s@a&*R2;MU6^!H(#MjBq%A(4M4YXCBI%N(OGP8$^U~C)aAToe zp4zgc<)YDOy&^Ss)pHPC6MJqV4@~5SiF|2Q#E%TK#(tPSoAfzRiP_jAxBBE^>pX>= zyAb*8e$H_;^4^-y0-8?`#EJ3_`jnw@@@&CrG;u;rKDG3_Gqv?1kFp_YW6}djR4MnP za+#=RrcENx@$IDVBz-sOdr99<`p={vB>gbyM@f$)QCU6PkCQehQM27j9XCBXd%l3q@FCFy5LuO|IG z>9wTSlio;rGig`STS>cjVAf&hHUDj))kdP6njCmmL&fhXf*ykiTA^IAvB)8 ztnoxSxIw5?l(8J`664K zlyq9OvbN(wgKSIwc)gH4STCYVjTN-o7pjy!ph|h(<)Th_^{J%cXvNmEtrv0PZNWJ= zan4O^gRrPqbXT_CE%J))O}ambb71cwdk@)X$R0o*`EijgAX`ATfNTNTg7fEh&h;YB zR;Qr(4G7JdgGQ@8Eus?r>X>5TSWRh#jq}W>fAtc#Ibd5K+X+lusyzS zLrKmJTAdq=;@yIl=_+NTKHIu_LCy^{=LY25fSenUa|3b=Am;`nd-oylIpiILu<*Rj z4K&A|Q7+Tf4PP$Le$EYAof{Ala>Tt`XwD62b+kfvBsn*@YkH4pb#6e;4am6xIXAHI zUP9Y+^$O&@gx2XQq2ZNVy<4<8;*cW_IYN*l1UW*?%N(5;uZ~q$n&+rv<=nuwj)8N7 zQKq!VBk9~g8%oW&f#%%U+^13?ua~Eywys`*X6Wh$IXBRp8<2AYa&AC)Z(HXEBeS+% z%;ET#V@LBBc%&J9MH(jMPS=LXtPYR(Nb=LVxVF3_dAO5r)Vt*aO0+(2_~K+X-wxdAyh zAm;|;++bwK4|4n<#}9J+u)u?{Sg#|A=G=fT*Jb}$c_;jHZqQ29O5w@cu}51K8syx7 z?nuqKfra;oR_6xf+<=@LkaGizZMu3foA(lJoi2NTFK+d|(dylT9C64Iha4fu5rP~c z=4G}{%vQ&$E6uajv2t!aq82~hVC&p~oEwmH0~%_RFOYKsa&9n+cbYdC$CNjxwys`* zoEwmH1F{9=+<=@L5G%5+bAyo`dx%x`3gnnV>vWZv&AEX#tjnV~HyGKu0Xa7y=LUpD ziIKe@XwD7DxdAyhAm;|NdEd~S8<2AYa&AD*4J^FBkoOnz{zBeg$a@KS2Y)E?zWv~B zL=0LL8tX7&(Te|nSKCCL!aJyK@ujP)gjVl|bAz|mx}S3c3+D#p+<=DK}VhBysn&wmFGv oV~z7=!rsIVn(j%uD``p6#Yu~k&P-Y$>V?n8q~;Y7A^ZIQ0slsfR{#J2 literal 0 HcmV?d00001 diff --git a/osu.Game.Resources/Fonts/Exo2.0-MediumItalic.fnt b/osu.Game.Resources/Fonts/Exo2.0-MediumItalic.fnt deleted file mode 100644 index b381cc6..0000000 --- a/osu.Game.Resources/Fonts/Exo2.0-MediumItalic.fnt +++ /dev/null @@ -1,4193 +0,0 @@ -info face="Exo 2.0 Medium" size=100 bold=0 italic=1 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=4,4 outline=0 -common lineHeight=100 base=84 scaleW=1024 scaleH=1024 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="Exo2.0-MediumItalic_0.png" -chars count=342 -char id=32 x=1013 y=163 width=2 height=1 xoffset=0 yoffset=99 xadvance=18 page=0 chnl=15 -char id=33 x=235 y=736 width=16 height=59 xoffset=4 yoffset=25 xadvance=23 page=0 chnl=15 -char id=34 x=134 y=966 width=22 height=19 xoffset=7 yoffset=26 xadvance=29 page=0 chnl=15 -char id=35 x=597 y=727 width=55 height=58 xoffset=2 yoffset=26 xadvance=57 page=0 chnl=15 -char id=36 x=201 y=166 width=44 height=77 xoffset=2 yoffset=17 xadvance=47 page=0 chnl=15 -char id=37 x=72 y=547 width=66 height=61 xoffset=5 yoffset=24 xadvance=74 page=0 chnl=15 -char id=38 x=624 y=535 width=57 height=60 xoffset=3 yoffset=25 xadvance=62 page=0 chnl=15 -char id=39 x=183 y=961 width=9 height=19 xoffset=7 yoffset=26 xadvance=17 page=0 chnl=15 -char id=40 x=82 y=0 width=30 height=81 xoffset=3 yoffset=17 xadvance=29 page=0 chnl=15 -char id=41 x=48 y=0 width=30 height=81 xoffset=-2 yoffset=17 xadvance=29 page=0 chnl=15 -char id=42 x=768 y=896 width=30 height=29 xoffset=6 yoffset=25 xadvance=37 page=0 chnl=15 -char id=43 x=369 y=907 width=38 height=36 xoffset=3 yoffset=41 xadvance=45 page=0 chnl=15 -char id=44 x=978 y=888 width=10 height=22 xoffset=1 yoffset=73 xadvance=19 page=0 chnl=15 -char id=45 x=905 y=921 width=27 height=7 xoffset=4 yoffset=59 xadvance=36 page=0 chnl=15 -char id=46 x=626 y=935 width=10 height=11 xoffset=2 yoffset=73 xadvance=19 page=0 chnl=15 -char id=47 x=390 y=402 width=49 height=64 xoffset=-2 yoffset=26 xadvance=44 page=0 chnl=15 -char id=48 x=308 y=541 width=43 height=61 xoffset=4 yoffset=24 xadvance=50 page=0 chnl=15 -char id=49 x=991 y=719 width=24 height=58 xoffset=5 yoffset=26 xadvance=33 page=0 chnl=15 -char id=50 x=489 y=665 width=43 height=59 xoffset=0 yoffset=25 xadvance=46 page=0 chnl=15 -char id=51 x=355 y=538 width=42 height=61 xoffset=0 yoffset=24 xadvance=45 page=0 chnl=15 -char id=52 x=309 y=797 width=45 height=58 xoffset=2 yoffset=26 xadvance=51 page=0 chnl=15 -char id=53 x=395 y=667 width=43 height=59 xoffset=1 yoffset=26 xadvance=44 page=0 chnl=15 -char id=54 x=466 y=601 width=40 height=60 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=55 x=719 y=788 width=38 height=58 xoffset=6 yoffset=26 xadvance=42 page=0 chnl=15 -char id=56 x=193 y=609 width=43 height=60 xoffset=3 yoffset=25 xadvance=50 page=0 chnl=15 -char id=57 x=376 y=603 width=41 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=58 x=236 y=909 width=14 height=38 xoffset=2 yoffset=46 xadvance=20 page=0 chnl=15 -char id=59 x=138 y=864 width=14 height=49 xoffset=2 yoffset=46 xadvance=20 page=0 chnl=15 -char id=60 x=285 y=909 width=38 height=36 xoffset=3 yoffset=41 xadvance=43 page=0 chnl=15 -char id=61 x=907 y=892 width=41 height=24 xoffset=4 yoffset=47 xadvance=48 page=0 chnl=15 -char id=62 x=327 y=907 width=38 height=36 xoffset=3 yoffset=41 xadvance=43 page=0 chnl=15 -char id=63 x=597 y=600 width=35 height=60 xoffset=7 yoffset=24 xadvance=41 page=0 chnl=15 -char id=64 x=0 y=864 width=57 height=56 xoffset=3 yoffset=29 xadvance=64 page=0 chnl=15 -char id=65 x=773 y=722 width=51 height=58 xoffset=-2 yoffset=26 xadvance=51 page=0 chnl=15 -char id=66 x=0 y=612 width=45 height=60 xoffset=3 yoffset=25 xadvance=51 page=0 chnl=15 -char id=67 x=97 y=612 width=44 height=60 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=68 x=853 y=530 width=49 height=60 xoffset=3 yoffset=25 xadvance=55 page=0 chnl=15 -char id=69 x=442 y=666 width=43 height=59 xoffset=4 yoffset=25 xadvance=46 page=0 chnl=15 -char id=70 x=347 y=670 width=44 height=59 xoffset=3 yoffset=25 xadvance=44 page=0 chnl=15 -char id=71 x=259 y=541 width=45 height=61 xoffset=4 yoffset=24 xadvance=52 page=0 chnl=15 -char id=72 x=883 y=721 width=51 height=58 xoffset=3 yoffset=26 xadvance=55 page=0 chnl=15 -char id=73 x=918 y=783 width=17 height=58 xoffset=3 yoffset=26 xadvance=22 page=0 chnl=15 -char id=74 x=155 y=736 width=28 height=59 xoffset=-1 yoffset=26 xadvance=28 page=0 chnl=15 -char id=75 x=0 y=802 width=49 height=58 xoffset=3 yoffset=26 xadvance=49 page=0 chnl=15 -char id=76 x=880 y=784 width=34 height=58 xoffset=4 yoffset=26 xadvance=42 page=0 chnl=15 -char id=77 x=334 y=733 width=68 height=58 xoffset=2 yoffset=26 xadvance=73 page=0 chnl=15 -char id=78 x=715 y=726 width=54 height=58 xoffset=3 yoffset=26 xadvance=58 page=0 chnl=15 -char id=79 x=207 y=543 width=48 height=61 xoffset=4 yoffset=24 xadvance=55 page=0 chnl=15 -char id=80 x=152 y=673 width=46 height=59 xoffset=3 yoffset=25 xadvance=49 page=0 chnl=15 -char id=81 x=499 y=164 width=48 height=76 xoffset=4 yoffset=24 xadvance=55 page=0 chnl=15 -char id=82 x=52 y=676 width=46 height=59 xoffset=3 yoffset=25 xadvance=51 page=0 chnl=15 -char id=83 x=49 y=612 width=44 height=60 xoffset=1 yoffset=25 xadvance=46 page=0 chnl=15 -char id=84 x=209 y=799 width=46 height=58 xoffset=5 yoffset=26 xadvance=48 page=0 chnl=15 -char id=85 x=0 y=676 width=48 height=59 xoffset=5 yoffset=26 xadvance=55 page=0 chnl=15 -char id=86 x=53 y=802 width=49 height=58 xoffset=5 yoffset=26 xadvance=50 page=0 chnl=15 -char id=87 x=255 y=735 width=75 height=58 xoffset=6 yoffset=26 xadvance=78 page=0 chnl=15 -char id=88 x=656 y=727 width=55 height=58 xoffset=-1 yoffset=26 xadvance=51 page=0 chnl=15 -char id=89 x=158 y=799 width=47 height=58 xoffset=5 yoffset=26 xadvance=47 page=0 chnl=15 -char id=90 x=106 y=802 width=48 height=58 xoffset=0 yoffset=26 xadvance=47 page=0 chnl=15 -char id=91 x=488 y=0 width=28 height=79 xoffset=2 yoffset=19 xadvance=27 page=0 chnl=15 -char id=92 x=672 y=401 width=31 height=64 xoffset=6 yoffset=26 xadvance=42 page=0 chnl=15 -char id=93 x=520 y=0 width=28 height=79 xoffset=-2 yoffset=19 xadvance=27 page=0 chnl=15 -char id=94 x=84 y=967 width=32 height=20 xoffset=4 yoffset=33 xadvance=36 page=0 chnl=15 -char id=95 x=790 y=929 width=38 height=7 xoffset=1 yoffset=83 xadvance=48 page=0 chnl=15 -char id=96 x=370 y=947 width=20 height=16 xoffset=5 yoffset=23 xadvance=26 page=0 chnl=15 -char id=97 x=301 y=859 width=41 height=44 xoffset=3 yoffset=41 xadvance=47 page=0 chnl=15 -char id=98 x=421 y=602 width=41 height=60 xoffset=2 yoffset=25 xadvance=47 page=0 chnl=15 -char id=99 x=520 y=853 width=36 height=44 xoffset=3 yoffset=41 xadvance=40 page=0 chnl=15 -char id=100 x=145 y=609 width=44 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=101 x=435 y=854 width=39 height=44 xoffset=3 yoffset=41 xadvance=44 page=0 chnl=15 -char id=102 x=842 y=82 width=48 height=77 xoffset=-10 yoffset=23 xadvance=31 page=0 chnl=15 -char id=103 x=299 y=670 width=44 height=59 xoffset=1 yoffset=41 xadvance=48 page=0 chnl=15 -char id=104 x=628 y=664 width=42 height=59 xoffset=2 yoffset=25 xadvance=48 page=0 chnl=15 -char id=105 x=214 y=736 width=17 height=59 xoffset=3 yoffset=25 xadvance=21 page=0 chnl=15 -char id=106 x=986 y=163 width=23 height=75 xoffset=-3 yoffset=25 xadvance=21 page=0 chnl=15 -char id=107 x=809 y=659 width=40 height=59 xoffset=2 yoffset=25 xadvance=43 page=0 chnl=15 -char id=108 x=728 y=599 width=17 height=60 xoffset=4 yoffset=25 xadvance=24 page=0 chnl=15 -char id=109 x=560 y=851 width=66 height=43 xoffset=2 yoffset=41 xadvance=72 page=0 chnl=15 -char id=110 x=630 y=851 width=42 height=43 xoffset=2 yoffset=41 xadvance=48 page=0 chnl=15 -char id=111 x=391 y=857 width=40 height=44 xoffset=3 yoffset=41 xadvance=47 page=0 chnl=15 -char id=112 x=251 y=672 width=44 height=59 xoffset=0 yoffset=41 xadvance=48 page=0 chnl=15 -char id=113 x=674 y=663 width=41 height=59 xoffset=3 yoffset=41 xadvance=47 page=0 chnl=15 -char id=114 x=721 y=850 width=33 height=43 xoffset=2 yoffset=41 xadvance=33 page=0 chnl=15 -char id=115 x=478 y=854 width=38 height=44 xoffset=1 yoffset=41 xadvance=42 page=0 chnl=15 -char id=116 x=988 y=781 width=29 height=55 xoffset=3 yoffset=30 xadvance=32 page=0 chnl=15 -char id=117 x=676 y=851 width=41 height=43 xoffset=3 yoffset=42 xadvance=47 page=0 chnl=15 -char id=118 x=972 y=842 width=41 height=42 xoffset=3 yoffset=42 xadvance=44 page=0 chnl=15 -char id=119 x=758 y=850 width=68 height=42 xoffset=3 yoffset=42 xadvance=71 page=0 chnl=15 -char id=120 x=830 y=846 width=46 height=42 xoffset=-2 yoffset=42 xadvance=44 page=0 chnl=15 -char id=121 x=406 y=792 width=42 height=58 xoffset=2 yoffset=42 xadvance=45 page=0 chnl=15 -char id=122 x=927 y=845 width=41 height=42 xoffset=0 yoffset=42 xadvance=42 page=0 chnl=15 -char id=123 x=583 y=0 width=26 height=79 xoffset=3 yoffset=19 xadvance=26 page=0 chnl=15 -char id=124 x=169 y=0 width=18 height=80 xoffset=1 yoffset=18 xadvance=20 page=0 chnl=15 -char id=125 x=552 y=0 width=27 height=79 xoffset=-2 yoffset=19 xadvance=27 page=0 chnl=15 -char id=126 x=589 y=935 width=33 height=11 xoffset=5 yoffset=54 xadvance=43 page=0 chnl=15 -char id=161 x=939 y=781 width=16 height=58 xoffset=1 yoffset=42 xadvance=21 page=0 chnl=15 -char id=162 x=802 y=784 width=36 height=58 xoffset=4 yoffset=26 xadvance=42 page=0 chnl=15 -char id=163 x=202 y=673 width=45 height=59 xoffset=1 yoffset=25 xadvance=47 page=0 chnl=15 -char id=164 x=880 y=846 width=43 height=42 xoffset=4 yoffset=33 xadvance=49 page=0 chnl=15 -char id=165 x=938 y=719 width=49 height=58 xoffset=5 yoffset=26 xadvance=51 page=0 chnl=15 -char id=166 x=147 y=0 width=18 height=80 xoffset=1 yoffset=18 xadvance=20 page=0 chnl=15 -char id=167 x=412 y=323 width=45 height=74 xoffset=0 yoffset=24 xadvance=45 page=0 chnl=15 -char id=168 x=640 y=935 width=22 height=10 xoffset=11 yoffset=25 xadvance=34 page=0 chnl=15 -char id=169 x=142 y=544 width=61 height=61 xoffset=4 yoffset=24 xadvance=69 page=0 chnl=15 -char id=170 x=702 y=898 width=29 height=30 xoffset=6 yoffset=32 xadvance=37 page=0 chnl=15 -char id=171 x=411 y=905 width=35 height=36 xoffset=2 yoffset=45 xadvance=40 page=0 chnl=15 -char id=172 x=196 y=954 width=38 height=18 xoffset=5 yoffset=55 xadvance=48 page=0 chnl=15 -char id=173 x=874 y=921 width=27 height=7 xoffset=4 yoffset=59 xadvance=36 page=0 chnl=15 -char id=174 x=194 y=912 width=38 height=38 xoffset=6 yoffset=25 xadvance=45 page=0 chnl=15 -char id=175 x=936 y=920 width=25 height=7 xoffset=9 yoffset=27 xadvance=33 page=0 chnl=15 -char id=176 x=952 y=891 width=22 height=23 xoffset=7 yoffset=24 xadvance=30 page=0 chnl=15 -char id=177 x=19 y=924 width=41 height=40 xoffset=3 yoffset=39 xadvance=48 page=0 chnl=15 -char id=178 x=489 y=902 width=27 height=36 xoffset=5 yoffset=18 xadvance=33 page=0 chnl=15 -char id=179 x=254 y=909 width=27 height=37 xoffset=5 yoffset=18 xadvance=32 page=0 chnl=15 -char id=180 x=273 y=950 width=21 height=17 xoffset=8 yoffset=22 xadvance=26 page=0 chnl=15 -char id=182 x=542 y=244 width=42 height=75 xoffset=4 yoffset=25 xadvance=49 page=0 chnl=15 -char id=183 x=509 y=942 width=10 height=12 xoffset=4 yoffset=56 xadvance=20 page=0 chnl=15 -char id=184 x=427 y=945 width=15 height=14 xoffset=-1 yoffset=86 xadvance=19 page=0 chnl=15 -char id=185 x=567 y=898 width=16 height=35 xoffset=7 yoffset=19 xadvance=23 page=0 chnl=15 -char id=186 x=735 y=897 width=29 height=30 xoffset=5 yoffset=32 xadvance=36 page=0 chnl=15 -char id=187 x=450 y=902 width=35 height=36 xoffset=1 yoffset=45 xadvance=40 page=0 chnl=15 -char id=188 x=473 y=729 width=61 height=58 xoffset=6 yoffset=26 xadvance=71 page=0 chnl=15 -char id=189 x=406 y=730 width=63 height=58 xoffset=6 yoffset=26 xadvance=73 page=0 chnl=15 -char id=190 x=834 y=595 width=71 height=59 xoffset=4 yoffset=25 xadvance=79 page=0 chnl=15 -char id=191 x=40 y=739 width=35 height=59 xoffset=-1 yoffset=41 xadvance=41 page=0 chnl=15 -char id=192 x=576 y=83 width=51 height=77 xoffset=-2 yoffset=7 xadvance=51 page=0 chnl=15 -char id=193 x=631 y=82 width=51 height=77 xoffset=-2 yoffset=7 xadvance=51 page=0 chnl=15 -char id=194 x=444 y=164 width=51 height=76 xoffset=-2 yoffset=8 xadvance=51 page=0 chnl=15 -char id=195 x=931 y=163 width=51 height=75 xoffset=-2 yoffset=9 xadvance=51 page=0 chnl=15 -char id=196 x=0 y=328 width=51 height=74 xoffset=-2 yoffset=10 xadvance=51 page=0 chnl=15 -char id=197 x=613 y=0 width=51 height=78 xoffset=-2 yoffset=6 xadvance=51 page=0 chnl=15 -char id=198 x=749 y=596 width=81 height=59 xoffset=-3 yoffset=25 xadvance=76 page=0 chnl=15 -char id=199 x=257 y=245 width=44 height=75 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=200 x=394 y=0 width=43 height=79 xoffset=4 yoffset=5 xadvance=46 page=0 chnl=15 -char id=201 x=347 y=0 width=43 height=79 xoffset=4 yoffset=5 xadvance=46 page=0 chnl=15 -char id=202 x=977 y=0 width=43 height=78 xoffset=4 yoffset=6 xadvance=46 page=0 chnl=15 -char id=203 x=401 y=244 width=43 height=75 xoffset=4 yoffset=9 xadvance=46 page=0 chnl=15 -char id=204 x=997 y=82 width=20 height=77 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=205 x=333 y=164 width=28 height=77 xoffset=3 yoffset=7 xadvance=22 page=0 chnl=15 -char id=206 x=840 y=163 width=29 height=76 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=207 x=991 y=242 width=25 height=74 xoffset=3 yoffset=10 xadvance=22 page=0 chnl=15 -char id=208 x=745 y=532 width=50 height=60 xoffset=2 yoffset=25 xadvance=55 page=0 chnl=15 -char id=209 x=873 y=163 width=54 height=75 xoffset=3 yoffset=9 xadvance=58 page=0 chnl=15 -char id=210 x=773 y=0 width=48 height=78 xoffset=4 yoffset=7 xadvance=55 page=0 chnl=15 -char id=211 x=721 y=0 width=48 height=78 xoffset=4 yoffset=7 xadvance=55 page=0 chnl=15 -char id=212 x=894 y=82 width=48 height=77 xoffset=4 yoffset=8 xadvance=55 page=0 chnl=15 -char id=213 x=551 y=164 width=48 height=76 xoffset=4 yoffset=9 xadvance=55 page=0 chnl=15 -char id=214 x=107 y=248 width=48 height=75 xoffset=4 yoffset=10 xadvance=55 page=0 chnl=15 -char id=215 x=660 y=898 width=38 height=33 xoffset=3 yoffset=43 xadvance=43 page=0 chnl=15 -char id=216 x=66 y=405 width=48 height=69 xoffset=4 yoffset=20 xadvance=55 page=0 chnl=15 -char id=217 x=825 y=0 width=48 height=78 xoffset=5 yoffset=7 xadvance=55 page=0 chnl=15 -char id=218 x=877 y=0 width=48 height=78 xoffset=5 yoffset=7 xadvance=55 page=0 chnl=15 -char id=219 x=686 y=82 width=48 height=77 xoffset=5 yoffset=8 xadvance=55 page=0 chnl=15 -char id=220 x=55 y=248 width=48 height=75 xoffset=5 yoffset=10 xadvance=55 page=0 chnl=15 -char id=221 x=946 y=82 width=47 height=77 xoffset=5 yoffset=7 xadvance=47 page=0 chnl=15 -char id=222 x=358 y=795 width=44 height=58 xoffset=3 yoffset=26 xadvance=49 page=0 chnl=15 -char id=223 x=394 y=83 width=62 height=77 xoffset=-10 yoffset=23 xadvance=56 page=0 chnl=15 -char id=224 x=752 y=398 width=41 height=63 xoffset=3 yoffset=22 xadvance=47 page=0 chnl=15 -char id=225 x=707 y=399 width=41 height=63 xoffset=3 yoffset=22 xadvance=47 page=0 chnl=15 -char id=226 x=539 y=469 width=41 height=62 xoffset=3 yoffset=23 xadvance=47 page=0 chnl=15 -char id=227 x=447 y=536 width=41 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=228 x=331 y=606 width=41 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=229 x=627 y=401 width=41 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=230 x=230 y=861 width=67 height=44 xoffset=3 yoffset=41 xadvance=72 page=0 chnl=15 -char id=231 x=980 y=656 width=36 height=59 xoffset=3 yoffset=41 xadvance=40 page=0 chnl=15 -char id=232 x=0 y=480 width=39 height=63 xoffset=3 yoffset=22 xadvance=44 page=0 chnl=15 -char id=233 x=928 y=397 width=39 height=63 xoffset=3 yoffset=22 xadvance=44 page=0 chnl=15 -char id=234 x=628 y=469 width=39 height=62 xoffset=3 yoffset=23 xadvance=44 page=0 chnl=15 -char id=235 x=554 y=600 width=39 height=60 xoffset=3 yoffset=25 xadvance=44 page=0 chnl=15 -char id=236 x=780 y=465 width=20 height=62 xoffset=-1 yoffset=22 xadvance=21 page=0 chnl=15 -char id=237 x=750 y=466 width=26 height=62 xoffset=2 yoffset=22 xadvance=21 page=0 chnl=15 -char id=238 x=982 y=462 width=29 height=61 xoffset=0 yoffset=23 xadvance=21 page=0 chnl=15 -char id=239 x=187 y=736 width=23 height=59 xoffset=2 yoffset=25 xadvance=21 page=0 chnl=15 -char id=240 x=581 y=535 width=39 height=61 xoffset=3 yoffset=24 xadvance=46 page=0 chnl=15 -char id=241 x=240 y=608 width=42 height=60 xoffset=2 yoffset=24 xadvance=48 page=0 chnl=15 -char id=242 x=841 y=398 width=40 height=63 xoffset=3 yoffset=22 xadvance=47 page=0 chnl=15 -char id=243 x=797 y=398 width=40 height=63 xoffset=3 yoffset=22 xadvance=47 page=0 chnl=15 -char id=244 x=584 y=469 width=40 height=62 xoffset=3 yoffset=23 xadvance=47 page=0 chnl=15 -char id=245 x=537 y=535 width=40 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=246 x=510 y=600 width=40 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=247 x=152 y=917 width=38 height=40 xoffset=4 yoffset=39 xadvance=46 page=0 chnl=15 -char id=248 x=94 y=864 width=40 height=54 xoffset=3 yoffset=36 xadvance=47 page=0 chnl=15 -char id=249 x=582 y=401 width=41 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=250 x=537 y=401 width=41 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=251 x=494 y=469 width=41 height=62 xoffset=3 yoffset=23 xadvance=47 page=0 chnl=15 -char id=252 x=286 y=606 width=41 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=253 x=190 y=84 width=42 height=78 xoffset=2 yoffset=22 xadvance=45 page=0 chnl=15 -char id=254 x=353 y=245 width=44 height=75 xoffset=0 yoffset=25 xadvance=47 page=0 chnl=15 -char id=255 x=588 y=244 width=42 height=75 xoffset=2 yoffset=25 xadvance=45 page=0 chnl=15 -char id=256 x=875 y=321 width=51 height=72 xoffset=-2 yoffset=12 xadvance=51 page=0 chnl=15 -char id=257 x=452 y=792 width=41 height=58 xoffset=3 yoffset=27 xadvance=47 page=0 chnl=15 -char id=258 x=0 y=249 width=51 height=75 xoffset=-2 yoffset=9 xadvance=51 page=0 chnl=15 -char id=259 x=492 y=535 width=41 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=260 x=936 y=242 width=51 height=74 xoffset=-2 yoffset=26 xadvance=51 page=0 chnl=15 -char id=261 x=764 y=659 width=41 height=59 xoffset=3 yoffset=41 xadvance=47 page=0 chnl=15 -char id=262 x=0 y=86 width=44 height=78 xoffset=4 yoffset=7 xadvance=47 page=0 chnl=15 -char id=263 x=127 y=477 width=37 height=63 xoffset=3 yoffset=22 xadvance=40 page=0 chnl=15 -char id=266 x=509 y=323 width=44 height=74 xoffset=4 yoffset=11 xadvance=47 page=0 chnl=15 -char id=267 x=0 y=739 width=36 height=59 xoffset=3 yoffset=26 xadvance=40 page=0 chnl=15 -char id=268 x=929 y=0 width=44 height=78 xoffset=4 yoffset=7 xadvance=47 page=0 chnl=15 -char id=269 x=85 y=478 width=38 height=63 xoffset=3 yoffset=22 xadvance=40 page=0 chnl=15 -char id=270 x=668 y=0 width=49 height=78 xoffset=3 yoffset=7 xadvance=55 page=0 chnl=15 -char id=271 x=685 y=535 width=56 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=272 x=799 y=531 width=50 height=60 xoffset=2 yoffset=25 xadvance=55 page=0 chnl=15 -char id=273 x=906 y=529 width=49 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=274 x=557 y=323 width=43 height=74 xoffset=4 yoffset=10 xadvance=46 page=0 chnl=15 -char id=275 x=676 y=789 width=39 height=58 xoffset=3 yoffset=27 xadvance=44 page=0 chnl=15 -char id=278 x=495 y=244 width=43 height=75 xoffset=4 yoffset=9 xadvance=46 page=0 chnl=15 -char id=279 x=853 y=658 width=39 height=59 xoffset=3 yoffset=26 xadvance=44 page=0 chnl=15 -char id=280 x=448 y=244 width=43 height=75 xoffset=4 yoffset=25 xadvance=46 page=0 chnl=15 -char id=281 x=981 y=593 width=39 height=59 xoffset=3 yoffset=41 xadvance=44 page=0 chnl=15 -char id=282 x=441 y=0 width=43 height=79 xoffset=4 yoffset=5 xadvance=46 page=0 chnl=15 -char id=283 x=971 y=395 width=39 height=63 xoffset=3 yoffset=22 xadvance=44 page=0 chnl=15 -char id=286 x=703 y=163 width=45 height=76 xoffset=4 yoffset=9 xadvance=52 page=0 chnl=15 -char id=287 x=752 y=163 width=44 height=76 xoffset=1 yoffset=24 xadvance=48 page=0 chnl=15 -char id=288 x=363 y=324 width=45 height=74 xoffset=4 yoffset=11 xadvance=52 page=0 chnl=15 -char id=289 x=461 y=323 width=44 height=74 xoffset=1 yoffset=26 xadvance=48 page=0 chnl=15 -char id=290 x=654 y=163 width=45 height=76 xoffset=4 yoffset=24 xadvance=52 page=0 chnl=15 -char id=291 x=0 y=0 width=44 height=82 xoffset=1 yoffset=18 xadvance=48 page=0 chnl=15 -char id=294 x=538 y=727 width=55 height=58 xoffset=3 yoffset=26 xadvance=55 page=0 chnl=15 -char id=295 x=536 y=664 width=42 height=59 xoffset=2 yoffset=25 xadvance=48 page=0 chnl=15 -char id=298 x=930 y=320 width=27 height=72 xoffset=3 yoffset=12 xadvance=22 page=0 chnl=15 -char id=299 x=959 y=781 width=25 height=57 xoffset=2 yoffset=27 xadvance=21 page=0 chnl=15 -char id=302 x=642 y=323 width=24 height=74 xoffset=-3 yoffset=26 xadvance=22 page=0 chnl=15 -char id=303 x=670 y=323 width=23 height=74 xoffset=-3 yoffset=26 xadvance=21 page=0 chnl=15 -char id=304 x=853 y=321 width=18 height=73 xoffset=3 yoffset=11 xadvance=22 page=0 chnl=15 -char id=305 x=0 y=924 width=15 height=42 xoffset=2 yoffset=42 xadvance=21 page=0 chnl=15 -char id=306 x=102 y=676 width=46 height=59 xoffset=3 yoffset=26 xadvance=50 page=0 chnl=15 -char id=307 x=678 y=243 width=38 height=75 xoffset=3 yoffset=25 xadvance=41 page=0 chnl=15 -char id=310 x=55 y=327 width=49 height=74 xoffset=3 yoffset=26 xadvance=49 page=0 chnl=15 -char id=311 x=634 y=244 width=40 height=75 xoffset=2 yoffset=25 xadvance=43 page=0 chnl=15 -char id=313 x=295 y=164 width=34 height=77 xoffset=4 yoffset=7 xadvance=42 page=0 chnl=15 -char id=314 x=116 y=0 width=27 height=80 xoffset=4 yoffset=5 xadvance=24 page=0 chnl=15 -char id=315 x=604 y=323 width=34 height=74 xoffset=4 yoffset=26 xadvance=42 page=0 chnl=15 -char id=316 x=720 y=243 width=17 height=75 xoffset=4 yoffset=25 xadvance=24 page=0 chnl=15 -char id=317 x=79 y=739 width=34 height=59 xoffset=4 yoffset=25 xadvance=42 page=0 chnl=15 -char id=318 x=636 y=599 width=28 height=60 xoffset=4 yoffset=25 xadvance=24 page=0 chnl=15 -char id=319 x=842 y=784 width=34 height=58 xoffset=4 yoffset=26 xadvance=42 page=0 chnl=15 -char id=320 x=668 y=599 width=26 height=60 xoffset=4 yoffset=25 xadvance=28 page=0 chnl=15 -char id=321 x=761 y=788 width=37 height=58 xoffset=1 yoffset=26 xadvance=42 page=0 chnl=15 -char id=322 x=698 y=599 width=26 height=60 xoffset=0 yoffset=25 xadvance=25 page=0 chnl=15 -char id=323 x=518 y=83 width=54 height=77 xoffset=3 yoffset=7 xadvance=58 page=0 chnl=15 -char id=324 x=312 y=472 width=42 height=62 xoffset=2 yoffset=22 xadvance=48 page=0 chnl=15 -char id=325 x=878 y=242 width=54 height=74 xoffset=3 yoffset=26 xadvance=58 page=0 chnl=15 -char id=326 x=582 y=664 width=42 height=59 xoffset=2 yoffset=41 xadvance=48 page=0 chnl=15 -char id=327 x=460 y=83 width=54 height=77 xoffset=3 yoffset=7 xadvance=58 page=0 chnl=15 -char id=328 x=358 y=471 width=42 height=62 xoffset=2 yoffset=22 xadvance=48 page=0 chnl=15 -char id=330 x=820 y=243 width=54 height=74 xoffset=3 yoffset=26 xadvance=58 page=0 chnl=15 -char id=331 x=719 y=663 width=41 height=59 xoffset=2 yoffset=41 xadvance=48 page=0 chnl=15 -char id=332 x=697 y=322 width=48 height=73 xoffset=4 yoffset=12 xadvance=55 page=0 chnl=15 -char id=333 x=632 y=789 width=40 height=58 xoffset=3 yoffset=27 xadvance=47 page=0 chnl=15 -char id=336 x=191 y=0 width=48 height=79 xoffset=4 yoffset=6 xadvance=55 page=0 chnl=15 -char id=337 x=490 y=401 width=43 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=338 x=905 y=464 width=73 height=61 xoffset=4 yoffset=24 xadvance=77 page=0 chnl=15 -char id=339 x=156 y=864 width=70 height=44 xoffset=3 yoffset=41 xadvance=75 page=0 chnl=15 -char id=340 x=151 y=166 width=46 height=77 xoffset=3 yoffset=7 xadvance=51 page=0 chnl=15 -char id=341 x=711 y=466 width=35 height=62 xoffset=2 yoffset=22 xadvance=33 page=0 chnl=15 -char id=342 x=159 y=247 width=46 height=75 xoffset=3 yoffset=25 xadvance=51 page=0 chnl=15 -char id=343 x=117 y=739 width=34 height=59 xoffset=0 yoffset=41 xadvance=33 page=0 chnl=15 -char id=344 x=101 y=167 width=46 height=77 xoffset=3 yoffset=7 xadvance=51 page=0 chnl=15 -char id=345 x=671 y=469 width=36 height=62 xoffset=2 yoffset=22 xadvance=33 page=0 chnl=15 -char id=346 x=48 y=85 width=44 height=78 xoffset=1 yoffset=7 xadvance=46 page=0 chnl=15 -char id=347 x=43 y=480 width=38 height=63 xoffset=1 yoffset=22 xadvance=42 page=0 chnl=15 -char id=350 x=305 y=245 width=44 height=75 xoffset=1 yoffset=25 xadvance=46 page=0 chnl=15 -char id=351 x=938 y=656 width=38 height=59 xoffset=1 yoffset=41 xadvance=42 page=0 chnl=15 -char id=352 x=96 y=85 width=44 height=78 xoffset=1 yoffset=7 xadvance=46 page=0 chnl=15 -char id=353 x=885 y=397 width=39 height=63 xoffset=1 yoffset=22 xadvance=42 page=0 chnl=15 -char id=354 x=313 y=324 width=46 height=74 xoffset=5 yoffset=26 xadvance=48 page=0 chnl=15 -char id=355 x=33 y=406 width=29 height=70 xoffset=3 yoffset=30 xadvance=32 page=0 chnl=15 -char id=356 x=51 y=167 width=46 height=77 xoffset=5 yoffset=7 xadvance=48 page=0 chnl=15 -char id=357 x=250 y=404 width=31 height=67 xoffset=3 yoffset=18 xadvance=32 page=0 chnl=15 -char id=358 x=259 y=797 width=46 height=58 xoffset=5 yoffset=26 xadvance=48 page=0 chnl=15 -char id=359 x=61 y=864 width=29 height=55 xoffset=3 yoffset=30 xadvance=32 page=0 chnl=15 -char id=362 x=749 y=321 width=48 height=73 xoffset=5 yoffset=12 xadvance=55 page=0 chnl=15 -char id=363 x=587 y=789 width=41 height=58 xoffset=3 yoffset=27 xadvance=47 page=0 chnl=15 -char id=366 x=243 y=0 width=48 height=79 xoffset=5 yoffset=6 xadvance=55 page=0 chnl=15 -char id=367 x=345 y=402 width=41 height=65 xoffset=3 yoffset=20 xadvance=47 page=0 chnl=15 -char id=368 x=295 y=0 width=48 height=79 xoffset=5 yoffset=6 xadvance=55 page=0 chnl=15 -char id=369 x=443 y=401 width=43 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=370 x=160 y=326 width=48 height=74 xoffset=5 yoffset=26 xadvance=55 page=0 chnl=15 -char id=371 x=542 y=789 width=41 height=58 xoffset=3 yoffset=42 xadvance=47 page=0 chnl=15 -char id=372 x=365 y=164 width=75 height=76 xoffset=6 yoffset=8 xadvance=78 page=0 chnl=15 -char id=373 x=0 y=547 width=68 height=61 xoffset=3 yoffset=23 xadvance=71 page=0 chnl=15 -char id=374 x=603 y=164 width=47 height=76 xoffset=5 yoffset=8 xadvance=47 page=0 chnl=15 -char id=375 x=249 y=164 width=42 height=77 xoffset=2 yoffset=23 xadvance=45 page=0 chnl=15 -char id=376 x=212 y=326 width=47 height=74 xoffset=5 yoffset=10 xadvance=47 page=0 chnl=15 -char id=377 x=790 y=82 width=48 height=77 xoffset=0 yoffset=7 xadvance=47 page=0 chnl=15 -char id=378 x=404 y=470 width=41 height=62 xoffset=0 yoffset=22 xadvance=42 page=0 chnl=15 -char id=379 x=801 y=321 width=48 height=73 xoffset=0 yoffset=11 xadvance=47 page=0 chnl=15 -char id=380 x=497 y=791 width=41 height=58 xoffset=0 yoffset=26 xadvance=42 page=0 chnl=15 -char id=381 x=738 y=82 width=48 height=77 xoffset=0 yoffset=7 xadvance=47 page=0 chnl=15 -char id=382 x=449 y=469 width=41 height=62 xoffset=0 yoffset=22 xadvance=42 page=0 chnl=15 -char id=402 x=961 y=320 width=50 height=71 xoffset=-8 yoffset=25 xadvance=37 page=0 chnl=15 -char id=536 x=209 y=247 width=44 height=75 xoffset=1 yoffset=25 xadvance=46 page=0 chnl=15 -char id=537 x=896 y=658 width=38 height=59 xoffset=1 yoffset=41 xadvance=42 page=0 chnl=15 -char id=538 x=263 y=324 width=46 height=74 xoffset=5 yoffset=26 xadvance=48 page=0 chnl=15 -char id=539 x=0 y=406 width=29 height=70 xoffset=3 yoffset=30 xadvance=32 page=0 chnl=15 -char id=710 x=394 y=947 width=29 height=15 xoffset=7 yoffset=24 xadvance=35 page=0 chnl=15 -char id=711 x=337 y=947 width=29 height=16 xoffset=8 yoffset=22 xadvance=35 page=0 chnl=15 -char id=728 x=446 y=945 width=26 height=13 xoffset=8 yoffset=25 xadvance=31 page=0 chnl=15 -char id=729 x=666 y=935 width=9 height=10 xoffset=9 yoffset=26 xadvance=18 page=0 chnl=15 -char id=730 x=160 y=961 width=19 height=19 xoffset=8 yoffset=21 xadvance=25 page=0 chnl=15 -char id=731 x=319 y=949 width=14 height=17 xoffset=-1 yoffset=83 xadvance=21 page=0 chnl=15 -char id=732 x=476 y=942 width=29 height=12 xoffset=8 yoffset=24 xadvance=35 page=0 chnl=15 -char id=733 x=238 y=951 width=31 height=18 xoffset=8 yoffset=22 xadvance=38 page=0 chnl=15 -char id=7808 x=315 y=83 width=75 height=77 xoffset=6 yoffset=7 xadvance=78 page=0 chnl=15 -char id=7809 x=240 y=475 width=68 height=62 xoffset=3 yoffset=22 xadvance=71 page=0 chnl=15 -char id=7810 x=236 y=83 width=75 height=77 xoffset=6 yoffset=7 xadvance=78 page=0 chnl=15 -char id=7811 x=168 y=477 width=68 height=62 xoffset=3 yoffset=22 xadvance=71 page=0 chnl=15 -char id=7812 x=741 y=243 width=75 height=74 xoffset=6 yoffset=10 xadvance=78 page=0 chnl=15 -char id=7813 x=909 y=593 width=68 height=59 xoffset=3 yoffset=25 xadvance=71 page=0 chnl=15 -char id=7922 x=0 y=168 width=47 height=77 xoffset=5 yoffset=7 xadvance=47 page=0 chnl=15 -char id=7923 x=144 y=84 width=42 height=78 xoffset=2 yoffset=22 xadvance=45 page=0 chnl=15 -char id=8211 x=747 y=931 width=39 height=7 xoffset=4 yoffset=59 xadvance=48 page=0 chnl=15 -char id=8212 x=679 y=935 width=64 height=7 xoffset=4 yoffset=59 xadvance=74 page=0 chnl=15 -char id=8216 x=70 y=967 width=10 height=21 xoffset=7 yoffset=23 xadvance=18 page=0 chnl=15 -char id=8217 x=56 y=968 width=10 height=21 xoffset=8 yoffset=23 xadvance=18 page=0 chnl=15 -char id=8218 x=120 y=966 width=10 height=20 xoffset=1 yoffset=74 xadvance=19 page=0 chnl=15 -char id=8220 x=992 y=888 width=24 height=21 xoffset=7 yoffset=23 xadvance=31 page=0 chnl=15 -char id=8221 x=28 y=968 width=24 height=21 xoffset=8 yoffset=23 xadvance=31 page=0 chnl=15 -char id=8222 x=0 y=970 width=24 height=21 xoffset=1 yoffset=74 xadvance=32 page=0 chnl=15 -char id=8224 x=159 y=405 width=33 height=68 xoffset=4 yoffset=25 xadvance=37 page=0 chnl=15 -char id=8225 x=118 y=405 width=37 height=68 xoffset=2 yoffset=25 xadvance=41 page=0 chnl=15 -char id=8226 x=298 y=949 width=17 height=17 xoffset=6 yoffset=53 xadvance=30 page=0 chnl=15 -char id=8230 x=523 y=941 width=62 height=11 xoffset=1 yoffset=73 xadvance=71 page=0 chnl=15 -char id=8240 x=804 y=465 width=97 height=61 xoffset=5 yoffset=24 xadvance=106 page=0 chnl=15 -char id=8249 x=520 y=901 width=20 height=36 xoffset=2 yoffset=45 xadvance=24 page=0 chnl=15 -char id=8250 x=544 y=901 width=19 height=36 xoffset=1 yoffset=45 xadvance=24 page=0 chnl=15 -char id=8260 x=828 y=722 width=51 height=58 xoffset=-18 yoffset=26 xadvance=13 page=0 chnl=15 -char id=8364 x=959 y=529 width=49 height=60 xoffset=3 yoffset=25 xadvance=52 page=0 chnl=15 -char id=8482 x=587 y=898 width=69 height=33 xoffset=9 yoffset=25 xadvance=80 page=0 chnl=15 -char id=8706 x=401 y=537 width=42 height=61 xoffset=2 yoffset=24 xadvance=47 page=0 chnl=15 -char id=8719 x=285 y=402 width=56 height=66 xoffset=6 yoffset=26 xadvance=59 page=0 chnl=15 -char id=8721 x=196 y=404 width=50 height=67 xoffset=-1 yoffset=26 xadvance=49 page=0 chnl=15 -char id=8722 x=832 y=928 width=38 height=7 xoffset=5 yoffset=55 xadvance=48 page=0 chnl=15 -char id=8730 x=108 y=327 width=48 height=74 xoffset=4 yoffset=10 xadvance=47 page=0 chnl=15 -char id=8734 x=847 y=892 width=56 height=25 xoffset=4 yoffset=46 xadvance=64 page=0 chnl=15 -char id=8747 x=800 y=163 width=36 height=76 xoffset=-3 yoffset=24 xadvance=30 page=0 chnl=15 -char id=8776 x=802 y=896 width=41 height=28 xoffset=4 yoffset=45 xadvance=48 page=0 chnl=15 -char id=8800 x=346 y=859 width=41 height=44 xoffset=5 yoffset=38 xadvance=51 page=0 chnl=15 -char id=8804 x=64 y=923 width=41 height=40 xoffset=2 yoffset=38 xadvance=46 page=0 chnl=15 -char id=8805 x=109 y=922 width=39 height=40 xoffset=2 yoffset=38 xadvance=46 page=0 chnl=15 -kernings count=3846 -kerning first=32 second=34 amount=-1 -kerning first=32 second=39 amount=-1 -kerning first=32 second=65 amount=-1 -kerning first=32 second=74 amount=-1 -kerning first=32 second=84 amount=-2 -kerning first=32 second=86 amount=-2 -kerning first=32 second=87 amount=-1 -kerning first=32 second=89 amount=-2 -kerning first=32 second=102 amount=-1 -kerning first=32 second=116 amount=-1 -kerning first=32 second=118 amount=-1 -kerning first=32 second=119 amount=-1 -kerning first=32 second=121 amount=-1 -kerning first=32 second=192 amount=-1 -kerning first=32 second=193 amount=-1 -kerning first=32 second=194 amount=-1 -kerning first=32 second=195 amount=-1 -kerning first=32 second=196 amount=-1 -kerning first=32 second=197 amount=-1 -kerning first=32 second=198 amount=-2 -kerning first=32 second=221 amount=-2 -kerning first=32 second=223 amount=-1 -kerning first=32 second=253 amount=-1 -kerning first=8805 second=107 amount=4 -kerning first=32 second=255 amount=-1 -kerning first=32 second=376 amount=-2 -kerning first=32 second=8217 amount=-1 -kerning first=32 second=8221 amount=-1 -kerning first=8805 second=104 amount=4 -kerning first=8805 second=98 amount=4 -kerning first=8804 second=107 amount=4 -kerning first=8804 second=104 amount=4 -kerning first=33 second=98 amount=4 -kerning first=33 second=104 amount=4 -kerning first=33 second=107 amount=4 -kerning first=8804 second=98 amount=4 -kerning first=8800 second=107 amount=4 -kerning first=8800 second=104 amount=4 -kerning first=8800 second=98 amount=4 -kerning first=8776 second=107 amount=4 -kerning first=34 second=32 amount=-1 -kerning first=34 second=44 amount=-8 -kerning first=34 second=45 amount=-4 -kerning first=34 second=46 amount=-8 -kerning first=34 second=47 amount=-6 -kerning first=34 second=52 amount=-1 -kerning first=34 second=65 amount=-3 -kerning first=34 second=74 amount=-2 -kerning first=34 second=97 amount=-1 -kerning first=34 second=99 amount=-1 -kerning first=34 second=100 amount=-1 -kerning first=34 second=101 amount=-1 -kerning first=34 second=103 amount=-1 -kerning first=34 second=111 amount=-1 -kerning first=34 second=113 amount=-1 -kerning first=8776 second=104 amount=4 -kerning first=34 second=173 amount=-4 -kerning first=34 second=192 amount=-3 -kerning first=34 second=193 amount=-3 -kerning first=34 second=194 amount=-3 -kerning first=34 second=195 amount=-3 -kerning first=34 second=196 amount=-3 -kerning first=34 second=197 amount=-3 -kerning first=34 second=198 amount=-6 -kerning first=34 second=224 amount=-1 -kerning first=34 second=225 amount=-1 -kerning first=34 second=226 amount=-1 -kerning first=34 second=227 amount=-1 -kerning first=34 second=228 amount=-1 -kerning first=34 second=229 amount=-1 -kerning first=34 second=230 amount=-1 -kerning first=34 second=231 amount=-1 -kerning first=34 second=232 amount=-1 -kerning first=34 second=233 amount=-1 -kerning first=34 second=234 amount=-1 -kerning first=34 second=235 amount=-1 -kerning first=34 second=236 amount=3 -kerning first=8776 second=98 amount=4 -kerning first=34 second=240 amount=-1 -kerning first=34 second=242 amount=-1 -kerning first=34 second=243 amount=-1 -kerning first=34 second=244 amount=-1 -kerning first=34 second=245 amount=-1 -kerning first=34 second=246 amount=-1 -kerning first=34 second=248 amount=-1 -kerning first=34 second=339 amount=-1 -kerning first=34 second=8211 amount=-4 -kerning first=34 second=8212 amount=-4 -kerning first=34 second=8218 amount=-8 -kerning first=34 second=8222 amount=-8 -kerning first=34 second=8230 amount=-8 -kerning first=34 second=8249 amount=-1 -kerning first=8747 second=107 amount=4 -kerning first=35 second=50 amount=-1 -kerning first=35 second=51 amount=-1 -kerning first=35 second=55 amount=-1 -kerning first=8747 second=104 amount=4 -kerning first=35 second=98 amount=4 -kerning first=35 second=104 amount=4 -kerning first=35 second=107 amount=4 -kerning first=8747 second=98 amount=4 -kerning first=8734 second=107 amount=4 -kerning first=8734 second=104 amount=4 -kerning first=8734 second=98 amount=4 -kerning first=8730 second=107 amount=4 -kerning first=8730 second=104 amount=4 -kerning first=8730 second=98 amount=4 -kerning first=36 second=98 amount=4 -kerning first=36 second=104 amount=4 -kerning first=36 second=107 amount=4 -kerning first=8722 second=107 amount=4 -kerning first=8722 second=104 amount=4 -kerning first=8722 second=98 amount=4 -kerning first=8722 second=55 amount=-3 -kerning first=8722 second=49 amount=-2 -kerning first=8721 second=107 amount=4 -kerning first=8721 second=104 amount=4 -kerning first=37 second=98 amount=4 -kerning first=37 second=104 amount=4 -kerning first=37 second=107 amount=4 -kerning first=8721 second=98 amount=4 -kerning first=8719 second=107 amount=4 -kerning first=8719 second=104 amount=4 -kerning first=8719 second=98 amount=4 -kerning first=8706 second=107 amount=4 -kerning first=38 second=34 amount=-2 -kerning first=38 second=39 amount=-2 -kerning first=38 second=65 amount=-1 -kerning first=38 second=74 amount=-2 -kerning first=8706 second=104 amount=4 -kerning first=38 second=84 amount=-4 -kerning first=38 second=86 amount=-1 -kerning first=38 second=88 amount=-2 -kerning first=38 second=89 amount=-2 -kerning first=38 second=90 amount=-2 -kerning first=38 second=192 amount=-1 -kerning first=38 second=193 amount=-1 -kerning first=38 second=194 amount=-1 -kerning first=38 second=195 amount=-1 -kerning first=38 second=196 amount=-1 -kerning first=38 second=197 amount=-1 -kerning first=38 second=198 amount=-2 -kerning first=38 second=221 amount=-2 -kerning first=8706 second=98 amount=4 -kerning first=38 second=376 amount=-2 -kerning first=38 second=381 amount=-2 -kerning first=38 second=8217 amount=-2 -kerning first=38 second=8221 amount=-2 -kerning first=39 second=32 amount=-1 -kerning first=39 second=44 amount=-8 -kerning first=39 second=45 amount=-4 -kerning first=39 second=46 amount=-8 -kerning first=39 second=47 amount=-6 -kerning first=39 second=52 amount=-1 -kerning first=39 second=65 amount=-3 -kerning first=39 second=74 amount=-2 -kerning first=39 second=97 amount=-1 -kerning first=39 second=99 amount=-1 -kerning first=39 second=100 amount=-1 -kerning first=39 second=101 amount=-1 -kerning first=39 second=103 amount=-1 -kerning first=39 second=111 amount=-1 -kerning first=39 second=113 amount=-1 -kerning first=8260 second=107 amount=4 -kerning first=39 second=173 amount=-4 -kerning first=39 second=192 amount=-3 -kerning first=39 second=193 amount=-3 -kerning first=39 second=194 amount=-3 -kerning first=39 second=195 amount=-3 -kerning first=39 second=196 amount=-3 -kerning first=39 second=197 amount=-3 -kerning first=39 second=198 amount=-6 -kerning first=39 second=224 amount=-1 -kerning first=39 second=225 amount=-1 -kerning first=39 second=226 amount=-1 -kerning first=39 second=227 amount=-1 -kerning first=39 second=228 amount=-1 -kerning first=39 second=229 amount=-1 -kerning first=39 second=230 amount=-1 -kerning first=39 second=231 amount=-1 -kerning first=39 second=232 amount=-1 -kerning first=39 second=233 amount=-1 -kerning first=39 second=234 amount=-1 -kerning first=39 second=235 amount=-1 -kerning first=39 second=236 amount=3 -kerning first=8260 second=104 amount=4 -kerning first=39 second=240 amount=-1 -kerning first=39 second=242 amount=-1 -kerning first=39 second=243 amount=-1 -kerning first=39 second=244 amount=-1 -kerning first=39 second=245 amount=-1 -kerning first=39 second=246 amount=-1 -kerning first=39 second=248 amount=-1 -kerning first=39 second=339 amount=-1 -kerning first=39 second=8211 amount=-4 -kerning first=39 second=8212 amount=-4 -kerning first=39 second=8218 amount=-8 -kerning first=39 second=8222 amount=-8 -kerning first=39 second=8230 amount=-8 -kerning first=39 second=8249 amount=-1 -kerning first=40 second=40 amount=-3 -kerning first=40 second=48 amount=-3 -kerning first=40 second=49 amount=-1 -kerning first=8260 second=98 amount=4 -kerning first=8260 second=57 amount=6 -kerning first=40 second=52 amount=-4 -kerning first=40 second=53 amount=-1 -kerning first=40 second=54 amount=-3 -kerning first=40 second=56 amount=-3 -kerning first=40 second=57 amount=-2 -kerning first=40 second=65 amount=-2 -kerning first=40 second=66 amount=-1 -kerning first=40 second=67 amount=-3 -kerning first=40 second=68 amount=-1 -kerning first=40 second=69 amount=-2 -kerning first=40 second=70 amount=-2 -kerning first=40 second=71 amount=-3 -kerning first=40 second=72 amount=-1 -kerning first=40 second=73 amount=-1 -kerning first=40 second=74 amount=-2 -kerning first=40 second=75 amount=-1 -kerning first=40 second=76 amount=-1 -kerning first=40 second=77 amount=-2 -kerning first=40 second=78 amount=-1 -kerning first=40 second=79 amount=-3 -kerning first=40 second=80 amount=-1 -kerning first=40 second=81 amount=-3 -kerning first=40 second=82 amount=-1 -kerning first=40 second=83 amount=-2 -kerning first=40 second=85 amount=-1 -kerning first=8260 second=56 amount=5 -kerning first=40 second=97 amount=-4 -kerning first=40 second=98 amount=-1 -kerning first=40 second=99 amount=-4 -kerning first=40 second=100 amount=-4 -kerning first=40 second=101 amount=-4 -kerning first=40 second=102 amount=2 -kerning first=40 second=103 amount=-4 -kerning first=40 second=104 amount=-1 -kerning first=40 second=105 amount=-1 -kerning first=40 second=106 amount=-1 -kerning first=40 second=107 amount=-1 -kerning first=40 second=108 amount=-1 -kerning first=40 second=109 amount=-3 -kerning first=40 second=110 amount=-3 -kerning first=40 second=111 amount=-4 -kerning first=40 second=112 amount=-3 -kerning first=40 second=113 amount=-4 -kerning first=40 second=114 amount=-3 -kerning first=40 second=115 amount=-3 -kerning first=40 second=116 amount=-3 -kerning first=40 second=117 amount=-4 -kerning first=40 second=118 amount=-3 -kerning first=40 second=119 amount=-3 -kerning first=40 second=120 amount=-2 -kerning first=40 second=121 amount=-1 -kerning first=40 second=122 amount=-3 -kerning first=40 second=123 amount=-1 -kerning first=40 second=192 amount=-2 -kerning first=40 second=193 amount=-2 -kerning first=40 second=194 amount=-2 -kerning first=40 second=195 amount=-2 -kerning first=40 second=196 amount=-2 -kerning first=40 second=197 amount=-2 -kerning first=40 second=198 amount=-1 -kerning first=40 second=199 amount=-3 -kerning first=40 second=200 amount=-2 -kerning first=40 second=201 amount=-2 -kerning first=40 second=202 amount=-2 -kerning first=40 second=203 amount=-2 -kerning first=40 second=204 amount=-1 -kerning first=40 second=205 amount=-1 -kerning first=40 second=206 amount=2 -kerning first=8260 second=55 amount=13 -kerning first=40 second=208 amount=-1 -kerning first=40 second=209 amount=-1 -kerning first=40 second=210 amount=-3 -kerning first=40 second=211 amount=-3 -kerning first=40 second=212 amount=-3 -kerning first=40 second=213 amount=-3 -kerning first=40 second=214 amount=-3 -kerning first=40 second=216 amount=-3 -kerning first=40 second=217 amount=-1 -kerning first=40 second=218 amount=-1 -kerning first=40 second=219 amount=-1 -kerning first=40 second=220 amount=-1 -kerning first=40 second=222 amount=-1 -kerning first=40 second=223 amount=2 -kerning first=40 second=224 amount=-4 -kerning first=40 second=225 amount=-4 -kerning first=40 second=226 amount=-4 -kerning first=40 second=227 amount=-4 -kerning first=40 second=228 amount=-4 -kerning first=40 second=229 amount=-4 -kerning first=40 second=230 amount=-4 -kerning first=40 second=231 amount=-4 -kerning first=40 second=232 amount=-4 -kerning first=40 second=233 amount=-4 -kerning first=40 second=234 amount=-4 -kerning first=40 second=235 amount=-4 -kerning first=40 second=236 amount=2 -kerning first=40 second=237 amount=-1 -kerning first=40 second=238 amount=-1 -kerning first=40 second=239 amount=-1 -kerning first=40 second=240 amount=-3 -kerning first=40 second=241 amount=-3 -kerning first=40 second=242 amount=-4 -kerning first=40 second=243 amount=-4 -kerning first=40 second=244 amount=-4 -kerning first=40 second=245 amount=-4 -kerning first=40 second=246 amount=-4 -kerning first=40 second=248 amount=-4 -kerning first=40 second=249 amount=-4 -kerning first=40 second=250 amount=-4 -kerning first=40 second=251 amount=-4 -kerning first=40 second=252 amount=-4 -kerning first=40 second=253 amount=-1 -kerning first=8260 second=54 amount=4 -kerning first=40 second=255 amount=-1 -kerning first=40 second=305 amount=-1 -kerning first=40 second=321 amount=-1 -kerning first=40 second=322 amount=-1 -kerning first=40 second=338 amount=-3 -kerning first=40 second=339 amount=-4 -kerning first=40 second=352 amount=-2 -kerning first=40 second=353 amount=-3 -kerning first=40 second=382 amount=-3 -kerning first=8260 second=53 amount=8 -kerning first=8260 second=51 amount=11 -kerning first=8260 second=50 amount=11 -kerning first=41 second=41 amount=-3 -kerning first=8260 second=49 amount=11 -kerning first=8260 second=48 amount=4 -kerning first=41 second=93 amount=-2 -kerning first=41 second=98 amount=4 -kerning first=41 second=104 amount=4 -kerning first=41 second=107 amount=4 -kerning first=41 second=125 amount=-1 -kerning first=8250 second=8221 amount=-4 -kerning first=8250 second=8217 amount=-4 -kerning first=8250 second=382 amount=-1 -kerning first=8250 second=376 amount=-4 -kerning first=8250 second=255 amount=-1 -kerning first=42 second=65 amount=-3 -kerning first=42 second=74 amount=-2 -kerning first=8250 second=254 amount=-1 -kerning first=8250 second=253 amount=-1 -kerning first=42 second=97 amount=-1 -kerning first=42 second=99 amount=-1 -kerning first=42 second=100 amount=-1 -kerning first=42 second=101 amount=-1 -kerning first=42 second=103 amount=-1 -kerning first=8250 second=223 amount=-1 -kerning first=8250 second=221 amount=-4 -kerning first=42 second=111 amount=-1 -kerning first=8250 second=122 amount=-1 -kerning first=42 second=113 amount=-1 -kerning first=8250 second=121 amount=-1 -kerning first=8250 second=120 amount=-2 -kerning first=42 second=192 amount=-3 -kerning first=42 second=193 amount=-3 -kerning first=42 second=194 amount=-3 -kerning first=42 second=195 amount=-3 -kerning first=42 second=196 amount=-3 -kerning first=42 second=197 amount=-3 -kerning first=42 second=198 amount=-5 -kerning first=42 second=224 amount=-1 -kerning first=42 second=225 amount=-1 -kerning first=42 second=226 amount=-1 -kerning first=42 second=227 amount=-1 -kerning first=42 second=228 amount=-1 -kerning first=42 second=229 amount=-1 -kerning first=42 second=230 amount=-1 -kerning first=42 second=231 amount=-1 -kerning first=42 second=232 amount=-1 -kerning first=42 second=233 amount=-1 -kerning first=42 second=234 amount=-1 -kerning first=42 second=235 amount=-1 -kerning first=42 second=238 amount=1 -kerning first=42 second=240 amount=-1 -kerning first=8250 second=118 amount=-1 -kerning first=42 second=242 amount=-1 -kerning first=42 second=243 amount=-1 -kerning first=42 second=244 amount=-1 -kerning first=42 second=245 amount=-1 -kerning first=42 second=246 amount=-1 -kerning first=42 second=248 amount=-1 -kerning first=8250 second=116 amount=-1 -kerning first=8250 second=102 amount=-1 -kerning first=8250 second=89 amount=-4 -kerning first=8250 second=88 amount=-1 -kerning first=42 second=339 amount=-1 -kerning first=8250 second=87 amount=-1 -kerning first=8250 second=86 amount=-2 -kerning first=8250 second=84 amount=-5 -kerning first=43 second=49 amount=-2 -kerning first=43 second=55 amount=-3 -kerning first=8250 second=39 amount=-3 -kerning first=43 second=98 amount=4 -kerning first=43 second=104 amount=4 -kerning first=43 second=107 amount=4 -kerning first=8250 second=34 amount=-3 -kerning first=8249 second=8221 amount=-1 -kerning first=8249 second=8217 amount=-1 -kerning first=8249 second=376 amount=-3 -kerning first=8249 second=221 amount=-3 -kerning first=44 second=34 amount=-8 -kerning first=44 second=39 amount=-8 -kerning first=8249 second=89 amount=-3 -kerning first=44 second=49 amount=-3 -kerning first=44 second=52 amount=-1 -kerning first=44 second=55 amount=-2 -kerning first=44 second=67 amount=-1 -kerning first=44 second=71 amount=-1 -kerning first=44 second=79 amount=-1 -kerning first=44 second=81 amount=-1 -kerning first=44 second=84 amount=-4 -kerning first=44 second=85 amount=-1 -kerning first=44 second=86 amount=-3 -kerning first=44 second=87 amount=-2 -kerning first=44 second=89 amount=-4 -kerning first=44 second=102 amount=-1 -kerning first=44 second=116 amount=-1 -kerning first=44 second=118 amount=-2 -kerning first=44 second=119 amount=-2 -kerning first=44 second=121 amount=-2 -kerning first=44 second=199 amount=-1 -kerning first=44 second=210 amount=-1 -kerning first=44 second=211 amount=-1 -kerning first=44 second=212 amount=-1 -kerning first=44 second=213 amount=-1 -kerning first=44 second=214 amount=-1 -kerning first=44 second=216 amount=-1 -kerning first=44 second=217 amount=-1 -kerning first=44 second=218 amount=-1 -kerning first=44 second=219 amount=-1 -kerning first=44 second=220 amount=-1 -kerning first=44 second=221 amount=-4 -kerning first=44 second=223 amount=-1 -kerning first=44 second=253 amount=-2 -kerning first=44 second=254 amount=-1 -kerning first=44 second=255 amount=-2 -kerning first=44 second=338 amount=-1 -kerning first=44 second=376 amount=-4 -kerning first=8249 second=86 amount=-1 -kerning first=44 second=8216 amount=-9 -kerning first=44 second=8217 amount=-9 -kerning first=44 second=8220 amount=-9 -kerning first=44 second=8221 amount=-9 -kerning first=8249 second=84 amount=-5 -kerning first=8240 second=107 amount=4 -kerning first=45 second=34 amount=-5 -kerning first=45 second=39 amount=-5 -kerning first=45 second=49 amount=-3 -kerning first=8240 second=104 amount=4 -kerning first=45 second=55 amount=-4 -kerning first=8240 second=98 amount=4 -kerning first=45 second=74 amount=-3 -kerning first=8230 second=107 amount=4 -kerning first=45 second=84 amount=-4 -kerning first=45 second=86 amount=-2 -kerning first=8230 second=104 amount=4 -kerning first=8230 second=98 amount=4 -kerning first=45 second=89 amount=-4 -kerning first=8226 second=107 amount=4 -kerning first=8226 second=104 amount=4 -kerning first=45 second=120 amount=-1 -kerning first=45 second=122 amount=-1 -kerning first=45 second=221 amount=-4 -kerning first=8226 second=98 amount=4 -kerning first=8222 second=8221 amount=-9 -kerning first=8222 second=8220 amount=-9 -kerning first=45 second=376 amount=-4 -kerning first=45 second=382 amount=-1 -kerning first=8222 second=8217 amount=-9 -kerning first=45 second=8217 amount=-6 -kerning first=45 second=8221 amount=-6 -kerning first=8222 second=8216 amount=-9 -kerning first=8222 second=376 amount=-4 -kerning first=46 second=34 amount=-8 -kerning first=46 second=39 amount=-8 -kerning first=8222 second=338 amount=-1 -kerning first=46 second=49 amount=-3 -kerning first=46 second=52 amount=-1 -kerning first=46 second=55 amount=-2 -kerning first=46 second=67 amount=-1 -kerning first=46 second=71 amount=-1 -kerning first=46 second=79 amount=-1 -kerning first=46 second=81 amount=-1 -kerning first=46 second=84 amount=-4 -kerning first=46 second=85 amount=-1 -kerning first=46 second=86 amount=-3 -kerning first=46 second=87 amount=-2 -kerning first=46 second=89 amount=-4 -kerning first=46 second=102 amount=-1 -kerning first=46 second=116 amount=-1 -kerning first=46 second=118 amount=-2 -kerning first=46 second=119 amount=-2 -kerning first=46 second=121 amount=-2 -kerning first=46 second=199 amount=-1 -kerning first=46 second=210 amount=-1 -kerning first=46 second=211 amount=-1 -kerning first=46 second=212 amount=-1 -kerning first=46 second=213 amount=-1 -kerning first=46 second=214 amount=-1 -kerning first=46 second=216 amount=-1 -kerning first=46 second=217 amount=-1 -kerning first=46 second=218 amount=-1 -kerning first=46 second=219 amount=-1 -kerning first=46 second=220 amount=-1 -kerning first=46 second=221 amount=-4 -kerning first=46 second=223 amount=-1 -kerning first=46 second=253 amount=-2 -kerning first=46 second=254 amount=-1 -kerning first=46 second=255 amount=-2 -kerning first=46 second=338 amount=-1 -kerning first=46 second=376 amount=-4 -kerning first=8222 second=255 amount=-2 -kerning first=46 second=8216 amount=-9 -kerning first=46 second=8217 amount=-9 -kerning first=46 second=8220 amount=-9 -kerning first=46 second=8221 amount=-9 -kerning first=8222 second=254 amount=-1 -kerning first=8222 second=253 amount=-2 -kerning first=47 second=47 amount=-8 -kerning first=47 second=48 amount=-1 -kerning first=47 second=52 amount=-3 -kerning first=47 second=54 amount=-1 -kerning first=47 second=65 amount=-4 -kerning first=47 second=67 amount=-1 -kerning first=47 second=71 amount=-1 -kerning first=47 second=74 amount=-2 -kerning first=47 second=79 amount=-1 -kerning first=47 second=81 amount=-1 -kerning first=47 second=97 amount=-2 -kerning first=47 second=99 amount=-1 -kerning first=47 second=100 amount=-2 -kerning first=47 second=101 amount=-1 -kerning first=47 second=103 amount=-2 -kerning first=47 second=109 amount=-1 -kerning first=47 second=110 amount=-1 -kerning first=47 second=111 amount=-1 -kerning first=47 second=112 amount=-1 -kerning first=47 second=113 amount=-1 -kerning first=47 second=114 amount=-1 -kerning first=47 second=115 amount=-1 -kerning first=47 second=117 amount=-1 -kerning first=8222 second=223 amount=-1 -kerning first=47 second=192 amount=-4 -kerning first=47 second=193 amount=-4 -kerning first=47 second=194 amount=-4 -kerning first=47 second=195 amount=-4 -kerning first=47 second=196 amount=-4 -kerning first=47 second=197 amount=-4 -kerning first=47 second=198 amount=-7 -kerning first=47 second=199 amount=-1 -kerning first=47 second=210 amount=-1 -kerning first=47 second=211 amount=-1 -kerning first=47 second=212 amount=-1 -kerning first=47 second=213 amount=-1 -kerning first=47 second=214 amount=-1 -kerning first=47 second=216 amount=-1 -kerning first=47 second=224 amount=-2 -kerning first=47 second=225 amount=-2 -kerning first=47 second=226 amount=-2 -kerning first=47 second=227 amount=-2 -kerning first=47 second=228 amount=-2 -kerning first=47 second=229 amount=-2 -kerning first=47 second=230 amount=-2 -kerning first=47 second=231 amount=-1 -kerning first=47 second=232 amount=-1 -kerning first=47 second=233 amount=-1 -kerning first=47 second=234 amount=-1 -kerning first=47 second=235 amount=-1 -kerning first=47 second=236 amount=4 -kerning first=47 second=240 amount=-1 -kerning first=47 second=241 amount=-1 -kerning first=47 second=242 amount=-1 -kerning first=47 second=243 amount=-1 -kerning first=47 second=244 amount=-1 -kerning first=47 second=245 amount=-1 -kerning first=47 second=246 amount=-1 -kerning first=47 second=248 amount=-1 -kerning first=47 second=249 amount=-1 -kerning first=47 second=250 amount=-1 -kerning first=47 second=251 amount=-1 -kerning first=47 second=252 amount=-1 -kerning first=47 second=338 amount=-1 -kerning first=47 second=339 amount=-1 -kerning first=47 second=353 amount=-1 -kerning first=8222 second=221 amount=-4 -kerning first=8222 second=220 amount=-1 -kerning first=48 second=41 amount=-4 -kerning first=8222 second=219 amount=-1 -kerning first=48 second=47 amount=-2 -kerning first=8222 second=218 amount=-1 -kerning first=8222 second=217 amount=-1 -kerning first=8222 second=216 amount=-1 -kerning first=48 second=92 amount=-1 -kerning first=48 second=93 amount=-2 -kerning first=48 second=98 amount=4 -kerning first=48 second=104 amount=4 -kerning first=48 second=107 amount=4 -kerning first=48 second=125 amount=-1 -kerning first=8222 second=214 amount=-1 -kerning first=8222 second=213 amount=-1 -kerning first=8222 second=212 amount=-1 -kerning first=8222 second=211 amount=-1 -kerning first=8222 second=210 amount=-1 -kerning first=48 second=8260 amount=4 -kerning first=49 second=41 amount=-2 -kerning first=8222 second=199 amount=-1 -kerning first=49 second=47 amount=-1 -kerning first=8222 second=121 amount=-2 -kerning first=49 second=93 amount=-1 -kerning first=49 second=98 amount=4 -kerning first=49 second=104 amount=4 -kerning first=49 second=107 amount=4 -kerning first=49 second=125 amount=-1 -kerning first=8222 second=119 amount=-2 -kerning first=8222 second=118 amount=-2 -kerning first=8222 second=116 amount=-1 -kerning first=8222 second=102 amount=-1 -kerning first=8222 second=89 amount=-4 -kerning first=49 second=8260 amount=7 -kerning first=50 second=41 amount=-2 -kerning first=8222 second=87 amount=-2 -kerning first=50 second=52 amount=-1 -kerning first=8222 second=86 amount=-3 -kerning first=50 second=93 amount=-1 -kerning first=50 second=98 amount=4 -kerning first=50 second=104 amount=4 -kerning first=50 second=107 amount=4 -kerning first=50 second=125 amount=-1 -kerning first=8222 second=85 amount=-1 -kerning first=50 second=183 amount=-1 -kerning first=8222 second=84 amount=-4 -kerning first=50 second=247 amount=-1 -kerning first=8222 second=81 amount=-1 -kerning first=8222 second=79 amount=-1 -kerning first=8222 second=71 amount=-1 -kerning first=50 second=8260 amount=12 -kerning first=8222 second=67 amount=-1 -kerning first=51 second=41 amount=-3 -kerning first=8222 second=55 amount=-2 -kerning first=51 second=47 amount=-1 -kerning first=8222 second=52 amount=-1 -kerning first=51 second=93 amount=-2 -kerning first=51 second=98 amount=4 -kerning first=51 second=104 amount=4 -kerning first=51 second=107 amount=4 -kerning first=51 second=125 amount=-1 -kerning first=8222 second=49 amount=-3 -kerning first=8222 second=39 amount=-8 -kerning first=8222 second=34 amount=-8 -kerning first=8221 second=8249 amount=-1 -kerning first=8221 second=8230 amount=-9 -kerning first=51 second=8260 amount=6 -kerning first=52 second=34 amount=-1 -kerning first=52 second=39 amount=-1 -kerning first=52 second=41 amount=-4 -kerning first=52 second=47 amount=-1 -kerning first=52 second=49 amount=-1 -kerning first=8221 second=8222 amount=-9 -kerning first=8221 second=8218 amount=-9 -kerning first=52 second=55 amount=-3 -kerning first=52 second=84 amount=-3 -kerning first=52 second=86 amount=-2 -kerning first=52 second=87 amount=-1 -kerning first=52 second=89 amount=-3 -kerning first=52 second=92 amount=-3 -kerning first=52 second=93 amount=-2 -kerning first=52 second=125 amount=-1 -kerning first=52 second=176 amount=-1 -kerning first=52 second=221 amount=-3 -kerning first=52 second=376 amount=-3 -kerning first=52 second=8260 amount=6 -kerning first=53 second=41 amount=-1 -kerning first=8221 second=8212 amount=-5 -kerning first=53 second=47 amount=-1 -kerning first=8221 second=8211 amount=-5 -kerning first=8221 second=339 amount=-1 -kerning first=53 second=98 amount=4 -kerning first=53 second=104 amount=4 -kerning first=53 second=107 amount=4 -kerning first=8221 second=248 amount=-1 -kerning first=8221 second=246 amount=-1 -kerning first=8221 second=245 amount=-1 -kerning first=8221 second=244 amount=-1 -kerning first=8221 second=243 amount=-1 -kerning first=8221 second=242 amount=-1 -kerning first=53 second=8260 amount=6 -kerning first=54 second=41 amount=-2 -kerning first=8221 second=240 amount=-1 -kerning first=54 second=47 amount=-1 -kerning first=8221 second=238 amount=1 -kerning first=8221 second=236 amount=3 -kerning first=54 second=93 amount=-1 -kerning first=54 second=98 amount=4 -kerning first=54 second=104 amount=4 -kerning first=54 second=107 amount=4 -kerning first=54 second=125 amount=-1 -kerning first=8221 second=235 amount=-1 -kerning first=8221 second=234 amount=-1 -kerning first=8221 second=233 amount=-1 -kerning first=8221 second=232 amount=-1 -kerning first=8221 second=231 amount=-1 -kerning first=54 second=8260 amount=6 -kerning first=8221 second=230 amount=-1 -kerning first=55 second=41 amount=-1 -kerning first=55 second=44 amount=-3 -kerning first=55 second=45 amount=-1 -kerning first=55 second=46 amount=-3 -kerning first=55 second=47 amount=-5 -kerning first=55 second=52 amount=-1 -kerning first=55 second=65 amount=-2 -kerning first=55 second=74 amount=-1 -kerning first=8221 second=229 amount=-1 -kerning first=8221 second=228 amount=-1 -kerning first=55 second=173 amount=-1 -kerning first=55 second=183 amount=-1 -kerning first=55 second=192 amount=-2 -kerning first=55 second=193 amount=-2 -kerning first=55 second=194 amount=-2 -kerning first=55 second=195 amount=-2 -kerning first=55 second=196 amount=-2 -kerning first=55 second=197 amount=-2 -kerning first=55 second=198 amount=-4 -kerning first=55 second=247 amount=-1 -kerning first=55 second=8211 amount=-1 -kerning first=55 second=8212 amount=-1 -kerning first=55 second=8218 amount=-3 -kerning first=55 second=8222 amount=-3 -kerning first=55 second=8230 amount=-3 -kerning first=8221 second=227 amount=-1 -kerning first=56 second=41 amount=-3 -kerning first=8221 second=226 amount=-1 -kerning first=56 second=47 amount=-1 -kerning first=8221 second=225 amount=-1 -kerning first=56 second=93 amount=-2 -kerning first=56 second=98 amount=4 -kerning first=56 second=104 amount=4 -kerning first=56 second=107 amount=4 -kerning first=56 second=125 amount=-1 -kerning first=8221 second=224 amount=-1 -kerning first=8221 second=198 amount=-6 -kerning first=8221 second=197 amount=-3 -kerning first=8221 second=196 amount=-3 -kerning first=8221 second=195 amount=-3 -kerning first=56 second=8260 amount=6 -kerning first=57 second=41 amount=-3 -kerning first=8221 second=194 amount=-3 -kerning first=57 second=47 amount=-2 -kerning first=8221 second=193 amount=-3 -kerning first=8221 second=192 amount=-3 -kerning first=8221 second=173 amount=-5 -kerning first=8221 second=113 amount=-1 -kerning first=57 second=93 amount=-2 -kerning first=57 second=98 amount=4 -kerning first=57 second=104 amount=4 -kerning first=57 second=107 amount=4 -kerning first=57 second=125 amount=-1 -kerning first=8221 second=111 amount=-1 -kerning first=8221 second=103 amount=-1 -kerning first=8221 second=101 amount=-1 -kerning first=8221 second=100 amount=-2 -kerning first=8221 second=99 amount=-1 -kerning first=57 second=8260 amount=4 -kerning first=58 second=84 amount=-4 -kerning first=58 second=86 amount=-1 -kerning first=58 second=89 amount=-2 -kerning first=58 second=221 amount=-2 -kerning first=58 second=376 amount=-2 -kerning first=8221 second=97 amount=-1 -kerning first=8221 second=74 amount=-2 -kerning first=59 second=84 amount=-4 -kerning first=59 second=86 amount=-1 -kerning first=59 second=89 amount=-2 -kerning first=59 second=221 amount=-2 -kerning first=59 second=376 amount=-2 -kerning first=8221 second=65 amount=-3 -kerning first=8221 second=47 amount=-6 -kerning first=8221 second=46 amount=-9 -kerning first=8221 second=45 amount=-5 -kerning first=60 second=98 amount=4 -kerning first=60 second=104 amount=4 -kerning first=60 second=107 amount=4 -kerning first=8221 second=44 amount=-9 -kerning first=8221 second=32 amount=-1 -kerning first=8220 second=8230 amount=-8 -kerning first=8220 second=8222 amount=-8 -kerning first=8220 second=8218 amount=-8 -kerning first=8220 second=339 amount=-1 -kerning first=8220 second=248 amount=-1 -kerning first=61 second=55 amount=-1 -kerning first=8220 second=246 amount=-1 -kerning first=61 second=98 amount=4 -kerning first=61 second=104 amount=4 -kerning first=61 second=107 amount=4 -kerning first=8220 second=245 amount=-1 -kerning first=8220 second=244 amount=-1 -kerning first=8220 second=243 amount=-1 -kerning first=8220 second=242 amount=-1 -kerning first=8220 second=240 amount=-1 -kerning first=8220 second=236 amount=1 -kerning first=8220 second=235 amount=-1 -kerning first=62 second=98 amount=4 -kerning first=62 second=104 amount=4 -kerning first=62 second=107 amount=4 -kerning first=8220 second=234 amount=-1 -kerning first=8220 second=233 amount=-1 -kerning first=8220 second=232 amount=-1 -kerning first=8220 second=231 amount=-1 -kerning first=8220 second=230 amount=-1 -kerning first=8220 second=229 amount=-1 -kerning first=8220 second=228 amount=-1 -kerning first=63 second=98 amount=4 -kerning first=63 second=104 amount=4 -kerning first=63 second=107 amount=4 -kerning first=8220 second=227 amount=-1 -kerning first=8220 second=226 amount=-1 -kerning first=8220 second=225 amount=-1 -kerning first=8220 second=224 amount=-1 -kerning first=8220 second=198 amount=-6 -kerning first=64 second=84 amount=-1 -kerning first=8220 second=197 amount=-3 -kerning first=64 second=89 amount=-1 -kerning first=64 second=221 amount=-1 -kerning first=64 second=376 amount=-1 -kerning first=65 second=32 amount=-2 -kerning first=65 second=34 amount=-3 -kerning first=65 second=39 amount=-3 -kerning first=65 second=41 amount=-1 -kerning first=65 second=42 amount=-3 -kerning first=65 second=49 amount=-2 -kerning first=65 second=55 amount=-2 -kerning first=65 second=63 amount=-3 -kerning first=8220 second=196 amount=-3 -kerning first=8220 second=195 amount=-3 -kerning first=8220 second=194 amount=-3 -kerning first=8220 second=193 amount=-3 -kerning first=65 second=84 amount=-5 -kerning first=8220 second=192 amount=-3 -kerning first=65 second=86 amount=-3 -kerning first=65 second=87 amount=-1 -kerning first=65 second=89 amount=-4 -kerning first=65 second=92 amount=-4 -kerning first=65 second=93 amount=-1 -kerning first=8220 second=113 amount=-1 -kerning first=65 second=116 amount=-1 -kerning first=65 second=118 amount=-1 -kerning first=65 second=119 amount=-1 -kerning first=65 second=121 amount=-1 -kerning first=8220 second=111 amount=-1 -kerning first=65 second=169 amount=-1 -kerning first=65 second=170 amount=-2 -kerning first=65 second=174 amount=-2 -kerning first=65 second=186 amount=-2 -kerning first=8220 second=103 amount=-1 -kerning first=8220 second=101 amount=-1 -kerning first=8220 second=100 amount=-1 -kerning first=8220 second=99 amount=-1 -kerning first=8220 second=97 amount=-1 -kerning first=8220 second=74 amount=-2 -kerning first=8220 second=65 amount=-3 -kerning first=8220 second=46 amount=-8 -kerning first=8220 second=44 amount=-8 -kerning first=8218 second=8221 amount=-9 -kerning first=8218 second=8220 amount=-9 -kerning first=65 second=221 amount=-4 -kerning first=8218 second=8217 amount=-9 -kerning first=65 second=253 amount=-1 -kerning first=8218 second=8216 amount=-9 -kerning first=65 second=255 amount=-1 -kerning first=8218 second=376 amount=-4 -kerning first=65 second=376 amount=-4 -kerning first=65 second=8216 amount=-3 -kerning first=65 second=8217 amount=-3 -kerning first=65 second=8220 amount=-3 -kerning first=65 second=8221 amount=-3 -kerning first=65 second=8482 amount=-4 -kerning first=8218 second=338 amount=-1 -kerning first=8218 second=255 amount=-2 -kerning first=66 second=41 amount=-3 -kerning first=66 second=47 amount=-1 -kerning first=8218 second=254 amount=-1 -kerning first=8218 second=253 amount=-2 -kerning first=8218 second=223 amount=-1 -kerning first=8218 second=221 amount=-4 -kerning first=8218 second=220 amount=-1 -kerning first=8218 second=219 amount=-1 -kerning first=66 second=89 amount=-1 -kerning first=8218 second=218 amount=-1 -kerning first=66 second=93 amount=-2 -kerning first=66 second=125 amount=-1 -kerning first=8218 second=217 amount=-1 -kerning first=66 second=221 amount=-1 -kerning first=66 second=254 amount=-1 -kerning first=66 second=376 amount=-1 -kerning first=8218 second=216 amount=-1 -kerning first=67 second=41 amount=-1 -kerning first=67 second=45 amount=-1 -kerning first=67 second=52 amount=-2 -kerning first=67 second=67 amount=-1 -kerning first=67 second=71 amount=-1 -kerning first=67 second=79 amount=-1 -kerning first=67 second=81 amount=-1 -kerning first=8218 second=214 amount=-1 -kerning first=8218 second=213 amount=-1 -kerning first=8218 second=212 amount=-1 -kerning first=8218 second=211 amount=-1 -kerning first=8218 second=210 amount=-1 -kerning first=8218 second=199 amount=-1 -kerning first=67 second=169 amount=-1 -kerning first=8218 second=121 amount=-2 -kerning first=67 second=173 amount=-1 -kerning first=67 second=186 amount=-1 -kerning first=67 second=199 amount=-1 -kerning first=67 second=210 amount=-1 -kerning first=67 second=211 amount=-1 -kerning first=67 second=212 amount=-1 -kerning first=67 second=213 amount=-1 -kerning first=67 second=214 amount=-1 -kerning first=67 second=216 amount=-1 -kerning first=8218 second=119 amount=-2 -kerning first=8218 second=118 amount=-2 -kerning first=8218 second=116 amount=-1 -kerning first=8218 second=102 amount=-1 -kerning first=8218 second=89 amount=-4 -kerning first=8218 second=87 amount=-2 -kerning first=8218 second=86 amount=-3 -kerning first=8218 second=85 amount=-1 -kerning first=8218 second=84 amount=-4 -kerning first=8218 second=81 amount=-1 -kerning first=8218 second=79 amount=-1 -kerning first=8218 second=71 amount=-1 -kerning first=67 second=236 amount=3 -kerning first=8218 second=67 amount=-1 -kerning first=8218 second=55 amount=-2 -kerning first=8218 second=52 amount=-1 -kerning first=8218 second=49 amount=-3 -kerning first=8218 second=39 amount=-8 -kerning first=8218 second=34 amount=-8 -kerning first=8217 second=8249 amount=-1 -kerning first=8217 second=8230 amount=-9 -kerning first=67 second=254 amount=-1 -kerning first=67 second=338 amount=-1 -kerning first=8217 second=8222 amount=-9 -kerning first=67 second=8211 amount=-1 -kerning first=67 second=8212 amount=-1 -kerning first=8217 second=8218 amount=-9 -kerning first=68 second=41 amount=-4 -kerning first=68 second=47 amount=-2 -kerning first=8217 second=8212 amount=-5 -kerning first=8217 second=8211 amount=-5 -kerning first=8217 second=339 amount=-1 -kerning first=68 second=63 amount=-1 -kerning first=8217 second=248 amount=-1 -kerning first=68 second=74 amount=-1 -kerning first=68 second=84 amount=-1 -kerning first=8217 second=246 amount=-1 -kerning first=68 second=88 amount=-1 -kerning first=68 second=89 amount=-2 -kerning first=8217 second=245 amount=-1 -kerning first=68 second=92 amount=-1 -kerning first=68 second=93 amount=-2 -kerning first=68 second=125 amount=-1 -kerning first=8217 second=244 amount=-1 -kerning first=8217 second=243 amount=-1 -kerning first=8217 second=242 amount=-1 -kerning first=8217 second=240 amount=-1 -kerning first=8217 second=238 amount=1 -kerning first=8217 second=236 amount=3 -kerning first=68 second=198 amount=-1 -kerning first=68 second=221 amount=-2 -kerning first=8217 second=235 amount=-1 -kerning first=68 second=376 amount=-2 -kerning first=8217 second=234 amount=-1 -kerning first=68 second=8482 amount=-1 -kerning first=69 second=41 amount=-1 -kerning first=8217 second=233 amount=-1 -kerning first=8217 second=232 amount=-1 -kerning first=8217 second=231 amount=-1 -kerning first=8217 second=230 amount=-1 -kerning first=8217 second=229 amount=-1 -kerning first=8217 second=228 amount=-1 -kerning first=8217 second=227 amount=-1 -kerning first=8217 second=226 amount=-1 -kerning first=8217 second=225 amount=-1 -kerning first=8217 second=224 amount=-1 -kerning first=8217 second=198 amount=-6 -kerning first=8217 second=197 amount=-3 -kerning first=8217 second=196 amount=-3 -kerning first=8217 second=195 amount=-3 -kerning first=8217 second=194 amount=-3 -kerning first=8217 second=193 amount=-3 -kerning first=8217 second=192 amount=-3 -kerning first=8217 second=173 amount=-5 -kerning first=8217 second=113 amount=-1 -kerning first=8217 second=111 amount=-1 -kerning first=8217 second=103 amount=-1 -kerning first=8217 second=101 amount=-1 -kerning first=8217 second=100 amount=-2 -kerning first=8217 second=99 amount=-1 -kerning first=8217 second=97 amount=-1 -kerning first=8217 second=74 amount=-2 -kerning first=8217 second=65 amount=-3 -kerning first=8217 second=47 amount=-6 -kerning first=8217 second=46 amount=-9 -kerning first=8217 second=45 amount=-5 -kerning first=8217 second=44 amount=-9 -kerning first=8217 second=32 amount=-1 -kerning first=8216 second=8230 amount=-8 -kerning first=69 second=236 amount=3 -kerning first=8216 second=8222 amount=-8 -kerning first=8216 second=8218 amount=-8 -kerning first=8216 second=339 amount=-1 -kerning first=8216 second=248 amount=-1 -kerning first=8216 second=246 amount=-1 -kerning first=8216 second=245 amount=-1 -kerning first=8216 second=244 amount=-1 -kerning first=8216 second=243 amount=-1 -kerning first=69 second=254 amount=-1 -kerning first=8216 second=242 amount=-1 -kerning first=8216 second=240 amount=-1 -kerning first=8216 second=236 amount=1 -kerning first=8216 second=235 amount=-1 -kerning first=70 second=32 amount=-1 -kerning first=70 second=41 amount=-1 -kerning first=70 second=44 amount=-6 -kerning first=8216 second=234 amount=-1 -kerning first=70 second=46 amount=-6 -kerning first=70 second=47 amount=-6 -kerning first=8216 second=233 amount=-1 -kerning first=8216 second=232 amount=-1 -kerning first=70 second=65 amount=-3 -kerning first=8216 second=231 amount=-1 -kerning first=8216 second=230 amount=-1 -kerning first=70 second=74 amount=-3 -kerning first=8216 second=229 amount=-1 -kerning first=8216 second=228 amount=-1 -kerning first=8216 second=227 amount=-1 -kerning first=70 second=97 amount=-1 -kerning first=70 second=99 amount=-1 -kerning first=70 second=100 amount=-1 -kerning first=70 second=101 amount=-1 -kerning first=70 second=103 amount=-1 -kerning first=70 second=109 amount=-1 -kerning first=70 second=110 amount=-1 -kerning first=70 second=111 amount=-1 -kerning first=70 second=112 amount=-1 -kerning first=70 second=113 amount=-1 -kerning first=70 second=114 amount=-1 -kerning first=8216 second=226 amount=-1 -kerning first=70 second=117 amount=-1 -kerning first=8216 second=225 amount=-1 -kerning first=8216 second=224 amount=-1 -kerning first=8216 second=198 amount=-6 -kerning first=8216 second=197 amount=-3 -kerning first=70 second=192 amount=-3 -kerning first=70 second=193 amount=-3 -kerning first=70 second=194 amount=-3 -kerning first=70 second=195 amount=-3 -kerning first=70 second=196 amount=-3 -kerning first=70 second=197 amount=-3 -kerning first=70 second=198 amount=-8 -kerning first=8216 second=196 amount=-3 -kerning first=8216 second=195 amount=-3 -kerning first=8216 second=194 amount=-3 -kerning first=8216 second=193 amount=-3 -kerning first=8216 second=192 amount=-3 -kerning first=8216 second=113 amount=-1 -kerning first=8216 second=111 amount=-1 -kerning first=70 second=224 amount=-1 -kerning first=70 second=225 amount=-1 -kerning first=70 second=226 amount=-1 -kerning first=70 second=227 amount=-1 -kerning first=70 second=228 amount=-1 -kerning first=70 second=229 amount=-1 -kerning first=70 second=230 amount=-1 -kerning first=70 second=231 amount=-1 -kerning first=70 second=232 amount=-1 -kerning first=70 second=233 amount=-1 -kerning first=70 second=234 amount=-1 -kerning first=70 second=235 amount=-1 -kerning first=70 second=236 amount=4 -kerning first=70 second=238 amount=1 -kerning first=70 second=240 amount=-1 -kerning first=70 second=241 amount=-1 -kerning first=70 second=242 amount=-1 -kerning first=70 second=243 amount=-1 -kerning first=70 second=244 amount=-1 -kerning first=70 second=245 amount=-1 -kerning first=70 second=246 amount=-1 -kerning first=70 second=248 amount=-1 -kerning first=70 second=249 amount=-1 -kerning first=70 second=250 amount=-1 -kerning first=70 second=251 amount=-1 -kerning first=70 second=252 amount=-1 -kerning first=70 second=254 amount=-1 -kerning first=70 second=305 amount=-1 -kerning first=8216 second=103 amount=-1 -kerning first=70 second=339 amount=-1 -kerning first=8216 second=101 amount=-1 -kerning first=8216 second=100 amount=-1 -kerning first=8216 second=99 amount=-1 -kerning first=8216 second=97 amount=-1 -kerning first=70 second=8218 amount=-6 -kerning first=70 second=8222 amount=-6 -kerning first=70 second=8230 amount=-6 -kerning first=71 second=41 amount=-2 -kerning first=8216 second=74 amount=-2 -kerning first=71 second=93 amount=-1 -kerning first=8216 second=65 amount=-3 -kerning first=8216 second=46 amount=-8 -kerning first=8216 second=44 amount=-8 -kerning first=8212 second=8221 amount=-6 -kerning first=72 second=41 amount=-1 -kerning first=8212 second=8217 amount=-6 -kerning first=8212 second=382 amount=-1 -kerning first=8212 second=376 amount=-4 -kerning first=72 second=254 amount=-1 -kerning first=73 second=41 amount=-1 -kerning first=8212 second=221 amount=-4 -kerning first=8212 second=122 amount=-1 -kerning first=8212 second=120 amount=-1 -kerning first=73 second=254 amount=-1 -kerning first=74 second=41 amount=-1 -kerning first=74 second=47 amount=-1 -kerning first=8212 second=89 amount=-4 -kerning first=8212 second=86 amount=-2 -kerning first=8212 second=84 amount=-4 -kerning first=74 second=236 amount=1 -kerning first=74 second=254 amount=-1 -kerning first=8212 second=74 amount=-3 -kerning first=8212 second=55 amount=-4 -kerning first=75 second=45 amount=-2 -kerning first=75 second=52 amount=-2 -kerning first=75 second=67 amount=-2 -kerning first=8212 second=49 amount=-3 -kerning first=75 second=71 amount=-2 -kerning first=75 second=79 amount=-2 -kerning first=75 second=81 amount=-2 -kerning first=8212 second=39 amount=-5 -kerning first=75 second=97 amount=-1 -kerning first=75 second=99 amount=-1 -kerning first=75 second=100 amount=-1 -kerning first=75 second=101 amount=-1 -kerning first=8212 second=34 amount=-5 -kerning first=75 second=103 amount=-1 -kerning first=75 second=111 amount=-1 -kerning first=75 second=113 amount=-1 -kerning first=8211 second=8221 amount=-6 -kerning first=8211 second=8217 amount=-6 -kerning first=75 second=118 amount=-1 -kerning first=75 second=119 amount=-1 -kerning first=75 second=121 amount=-1 -kerning first=8211 second=382 amount=-1 -kerning first=75 second=169 amount=-2 -kerning first=75 second=170 amount=-1 -kerning first=75 second=173 amount=-2 -kerning first=75 second=186 amount=-1 -kerning first=75 second=199 amount=-2 -kerning first=8211 second=376 amount=-4 -kerning first=8211 second=221 amount=-4 -kerning first=8211 second=122 amount=-1 -kerning first=8211 second=120 amount=-1 -kerning first=75 second=210 amount=-2 -kerning first=75 second=211 amount=-2 -kerning first=75 second=212 amount=-2 -kerning first=75 second=213 amount=-2 -kerning first=75 second=214 amount=-2 -kerning first=75 second=216 amount=-2 -kerning first=8211 second=89 amount=-4 -kerning first=75 second=224 amount=-1 -kerning first=75 second=225 amount=-1 -kerning first=75 second=226 amount=-1 -kerning first=75 second=227 amount=-1 -kerning first=75 second=228 amount=-1 -kerning first=75 second=229 amount=-1 -kerning first=75 second=230 amount=-1 -kerning first=75 second=231 amount=-1 -kerning first=75 second=232 amount=-1 -kerning first=75 second=233 amount=-1 -kerning first=75 second=234 amount=-1 -kerning first=75 second=235 amount=-1 -kerning first=75 second=236 amount=4 -kerning first=75 second=240 amount=-1 -kerning first=75 second=242 amount=-1 -kerning first=75 second=243 amount=-1 -kerning first=75 second=244 amount=-1 -kerning first=75 second=245 amount=-1 -kerning first=75 second=246 amount=-1 -kerning first=75 second=248 amount=-1 -kerning first=8211 second=86 amount=-2 -kerning first=8211 second=84 amount=-4 -kerning first=8211 second=74 amount=-3 -kerning first=8211 second=55 amount=-4 -kerning first=75 second=253 amount=-1 -kerning first=75 second=254 amount=-1 -kerning first=75 second=255 amount=-1 -kerning first=75 second=338 amount=-2 -kerning first=75 second=339 amount=-1 -kerning first=75 second=8211 amount=-2 -kerning first=75 second=8212 amount=-2 -kerning first=75 second=8249 amount=-1 -kerning first=8211 second=49 amount=-3 -kerning first=8211 second=39 amount=-5 -kerning first=76 second=32 amount=-2 -kerning first=76 second=34 amount=-7 -kerning first=76 second=39 amount=-7 -kerning first=76 second=41 amount=-2 -kerning first=76 second=42 amount=-7 -kerning first=76 second=45 amount=-4 -kerning first=76 second=49 amount=-3 -kerning first=76 second=52 amount=-4 -kerning first=76 second=55 amount=-2 -kerning first=76 second=63 amount=-3 -kerning first=76 second=67 amount=-1 -kerning first=8211 second=34 amount=-5 -kerning first=76 second=71 amount=-1 -kerning first=402 second=107 amount=4 -kerning first=76 second=79 amount=-1 -kerning first=76 second=81 amount=-1 -kerning first=76 second=84 amount=-8 -kerning first=76 second=85 amount=-1 -kerning first=76 second=86 amount=-6 -kerning first=76 second=87 amount=-3 -kerning first=76 second=89 amount=-7 -kerning first=76 second=92 amount=-7 -kerning first=76 second=93 amount=-1 -kerning first=402 second=104 amount=4 -kerning first=402 second=98 amount=4 -kerning first=382 second=8482 amount=-2 -kerning first=382 second=8249 amount=-1 -kerning first=76 second=102 amount=-1 -kerning first=382 second=8212 amount=-1 -kerning first=382 second=8211 amount=-1 -kerning first=382 second=376 amount=-3 -kerning first=76 second=116 amount=-2 -kerning first=382 second=221 amount=-3 -kerning first=76 second=118 amount=-4 -kerning first=76 second=119 amount=-4 -kerning first=76 second=121 amount=-5 -kerning first=382 second=173 amount=-1 -kerning first=382 second=125 amount=-1 -kerning first=76 second=169 amount=-2 -kerning first=76 second=170 amount=-7 -kerning first=76 second=173 amount=-4 -kerning first=76 second=174 amount=-7 -kerning first=76 second=183 amount=-12 -kerning first=76 second=186 amount=-7 -kerning first=76 second=199 amount=-1 -kerning first=382 second=93 amount=-2 -kerning first=382 second=92 amount=-2 -kerning first=382 second=89 amount=-3 -kerning first=382 second=86 amount=-1 -kerning first=76 second=210 amount=-1 -kerning first=76 second=211 amount=-1 -kerning first=76 second=212 amount=-1 -kerning first=76 second=213 amount=-1 -kerning first=76 second=214 amount=-1 -kerning first=76 second=216 amount=-1 -kerning first=76 second=217 amount=-1 -kerning first=76 second=218 amount=-1 -kerning first=76 second=219 amount=-1 -kerning first=76 second=220 amount=-1 -kerning first=76 second=221 amount=-7 -kerning first=76 second=223 amount=-1 -kerning first=382 second=84 amount=-7 -kerning first=382 second=63 amount=-2 -kerning first=382 second=45 amount=-1 -kerning first=382 second=41 amount=-3 -kerning first=381 second=8212 amount=-1 -kerning first=381 second=8211 amount=-1 -kerning first=381 second=254 amount=-1 -kerning first=381 second=173 amount=-1 -kerning first=381 second=169 amount=-1 -kerning first=381 second=52 amount=-2 -kerning first=381 second=45 amount=-1 -kerning first=376 second=8250 amount=-2 -kerning first=376 second=8249 amount=-3 -kerning first=376 second=8230 amount=-5 -kerning first=376 second=8222 amount=-5 -kerning first=376 second=8218 amount=-5 -kerning first=376 second=8212 amount=-4 -kerning first=376 second=8211 amount=-4 -kerning first=376 second=382 amount=-3 -kerning first=376 second=353 amount=-4 -kerning first=376 second=339 amount=-5 -kerning first=376 second=338 amount=-1 -kerning first=376 second=255 amount=-1 -kerning first=76 second=253 amount=-5 -kerning first=76 second=254 amount=-1 -kerning first=76 second=255 amount=-5 -kerning first=376 second=254 amount=-1 -kerning first=76 second=338 amount=-1 -kerning first=376 second=253 amount=-1 -kerning first=76 second=376 amount=-7 -kerning first=76 second=8211 amount=-4 -kerning first=76 second=8212 amount=-4 -kerning first=76 second=8216 amount=-7 -kerning first=76 second=8217 amount=-7 -kerning first=76 second=8220 amount=-7 -kerning first=76 second=8221 amount=-7 -kerning first=76 second=8249 amount=-2 -kerning first=76 second=8482 amount=-7 -kerning first=376 second=252 amount=-4 -kerning first=376 second=251 amount=-4 -kerning first=77 second=41 amount=-2 -kerning first=376 second=250 amount=-4 -kerning first=376 second=249 amount=-4 -kerning first=77 second=93 amount=-1 -kerning first=77 second=98 amount=4 -kerning first=77 second=104 amount=4 -kerning first=77 second=107 amount=4 -kerning first=77 second=125 amount=-1 -kerning first=376 second=248 amount=-5 -kerning first=376 second=246 amount=-5 -kerning first=376 second=245 amount=-5 -kerning first=376 second=244 amount=-5 -kerning first=376 second=243 amount=-5 -kerning first=78 second=41 amount=-1 -kerning first=376 second=242 amount=-5 -kerning first=376 second=241 amount=-4 -kerning first=78 second=236 amount=1 -kerning first=78 second=254 amount=-1 -kerning first=79 second=41 amount=-4 -kerning first=79 second=47 amount=-2 -kerning first=376 second=240 amount=-2 -kerning first=376 second=235 amount=-5 -kerning first=79 second=55 amount=-1 -kerning first=79 second=63 amount=-1 -kerning first=376 second=234 amount=-5 -kerning first=79 second=74 amount=-1 -kerning first=79 second=84 amount=-1 -kerning first=376 second=233 amount=-5 -kerning first=79 second=88 amount=-1 -kerning first=79 second=89 amount=-2 -kerning first=376 second=232 amount=-5 -kerning first=79 second=92 amount=-1 -kerning first=79 second=93 amount=-2 -kerning first=79 second=125 amount=-1 -kerning first=376 second=231 amount=-5 -kerning first=376 second=230 amount=-5 -kerning first=376 second=229 amount=-5 -kerning first=376 second=228 amount=-5 -kerning first=376 second=227 amount=-5 -kerning first=376 second=226 amount=-5 -kerning first=79 second=198 amount=-1 -kerning first=79 second=221 amount=-2 -kerning first=376 second=225 amount=-5 -kerning first=79 second=376 amount=-2 -kerning first=376 second=224 amount=-5 -kerning first=79 second=8482 amount=-1 -kerning first=80 second=32 amount=-1 -kerning first=80 second=41 amount=-3 -kerning first=80 second=44 amount=-5 -kerning first=376 second=223 amount=-1 -kerning first=80 second=46 amount=-5 -kerning first=80 second=47 amount=-5 -kerning first=80 second=65 amount=-2 -kerning first=80 second=74 amount=-3 -kerning first=80 second=88 amount=-2 -kerning first=376 second=216 amount=-1 -kerning first=376 second=214 amount=-1 -kerning first=80 second=93 amount=-2 -kerning first=376 second=213 amount=-1 -kerning first=376 second=212 amount=-1 -kerning first=80 second=125 amount=-1 -kerning first=376 second=211 amount=-1 -kerning first=80 second=192 amount=-2 -kerning first=80 second=193 amount=-2 -kerning first=80 second=194 amount=-2 -kerning first=80 second=195 amount=-2 -kerning first=80 second=196 amount=-2 -kerning first=80 second=197 amount=-2 -kerning first=80 second=198 amount=-6 -kerning first=376 second=210 amount=-1 -kerning first=376 second=199 amount=-1 -kerning first=376 second=198 amount=-7 -kerning first=376 second=197 amount=-4 -kerning first=376 second=196 amount=-4 -kerning first=376 second=195 amount=-4 -kerning first=376 second=194 amount=-4 -kerning first=376 second=193 amount=-4 -kerning first=376 second=192 amount=-4 -kerning first=376 second=173 amount=-4 -kerning first=80 second=254 amount=-1 -kerning first=376 second=169 amount=-1 -kerning first=376 second=122 amount=-3 -kerning first=376 second=121 amount=-1 -kerning first=376 second=120 amount=-2 -kerning first=80 second=8218 amount=-5 -kerning first=80 second=8222 amount=-5 -kerning first=80 second=8230 amount=-5 -kerning first=81 second=41 amount=-4 -kerning first=81 second=47 amount=-2 -kerning first=376 second=119 amount=-1 -kerning first=376 second=118 amount=-1 -kerning first=81 second=55 amount=-1 -kerning first=81 second=63 amount=-1 -kerning first=376 second=117 amount=-4 -kerning first=81 second=74 amount=-1 -kerning first=81 second=84 amount=-1 -kerning first=376 second=116 amount=-1 -kerning first=81 second=88 amount=-1 -kerning first=81 second=89 amount=-2 -kerning first=376 second=115 amount=-4 -kerning first=81 second=92 amount=-1 -kerning first=81 second=93 amount=-2 -kerning first=81 second=125 amount=-1 -kerning first=376 second=114 amount=-4 -kerning first=376 second=113 amount=-5 -kerning first=376 second=112 amount=-4 -kerning first=376 second=111 amount=-5 -kerning first=376 second=110 amount=-4 -kerning first=376 second=109 amount=-4 -kerning first=81 second=198 amount=-1 -kerning first=81 second=221 amount=-2 -kerning first=376 second=103 amount=-5 -kerning first=81 second=376 amount=-2 -kerning first=376 second=102 amount=-1 -kerning first=81 second=8482 amount=-1 -kerning first=82 second=41 amount=-2 -kerning first=82 second=52 amount=-1 -kerning first=82 second=55 amount=-1 -kerning first=82 second=63 amount=-1 -kerning first=82 second=84 amount=-1 -kerning first=376 second=101 amount=-5 -kerning first=82 second=89 amount=-1 -kerning first=82 second=92 amount=-1 -kerning first=82 second=93 amount=-2 -kerning first=376 second=100 amount=-5 -kerning first=376 second=99 amount=-5 -kerning first=376 second=97 amount=-5 -kerning first=376 second=81 amount=-1 -kerning first=376 second=79 amount=-1 -kerning first=376 second=74 amount=-3 -kerning first=376 second=71 amount=-1 -kerning first=82 second=125 amount=-1 -kerning first=82 second=221 amount=-1 -kerning first=376 second=67 amount=-1 -kerning first=376 second=65 amount=-4 -kerning first=376 second=59 amount=-2 -kerning first=376 second=58 amount=-2 -kerning first=376 second=52 amount=-3 -kerning first=376 second=47 amount=-6 -kerning first=376 second=46 amount=-5 -kerning first=376 second=45 amount=-4 -kerning first=376 second=44 amount=-5 -kerning first=376 second=32 amount=-2 -kerning first=353 second=8482 amount=-2 -kerning first=353 second=8249 amount=-1 -kerning first=353 second=376 amount=-4 -kerning first=353 second=221 amount=-4 -kerning first=353 second=125 amount=-1 -kerning first=353 second=93 amount=-2 -kerning first=353 second=92 amount=-2 -kerning first=353 second=89 amount=-4 -kerning first=353 second=86 amount=-2 -kerning first=82 second=254 amount=-1 -kerning first=353 second=84 amount=-7 -kerning first=82 second=376 amount=-1 -kerning first=82 second=8249 amount=-1 -kerning first=82 second=8482 amount=-1 -kerning first=83 second=41 amount=-2 -kerning first=353 second=63 amount=-2 -kerning first=353 second=41 amount=-3 -kerning first=83 second=93 amount=-1 -kerning first=352 second=93 amount=-1 -kerning first=352 second=41 amount=-2 -kerning first=339 second=8482 amount=-2 -kerning first=339 second=8221 amount=-1 -kerning first=339 second=8220 amount=-1 -kerning first=339 second=8217 amount=-1 -kerning first=339 second=8216 amount=-1 -kerning first=339 second=376 amount=-5 -kerning first=339 second=221 amount=-5 -kerning first=339 second=125 amount=-2 -kerning first=339 second=93 amount=-2 -kerning first=83 second=236 amount=1 -kerning first=339 second=92 amount=-3 -kerning first=339 second=89 amount=-5 -kerning first=339 second=87 amount=-1 -kerning first=339 second=86 amount=-2 -kerning first=339 second=84 amount=-8 -kerning first=339 second=63 amount=-3 -kerning first=84 second=32 amount=-2 -kerning first=84 second=44 amount=-4 -kerning first=84 second=45 amount=-4 -kerning first=84 second=46 amount=-4 -kerning first=84 second=47 amount=-6 -kerning first=84 second=52 amount=-3 -kerning first=84 second=58 amount=-4 -kerning first=84 second=59 amount=-4 -kerning first=339 second=42 amount=-1 -kerning first=84 second=65 amount=-5 -kerning first=339 second=41 amount=-3 -kerning first=339 second=39 amount=-1 -kerning first=84 second=74 amount=-2 -kerning first=339 second=34 amount=-1 -kerning first=338 second=254 amount=-1 -kerning first=84 second=97 amount=-8 -kerning first=84 second=99 amount=-8 -kerning first=84 second=100 amount=-8 -kerning first=84 second=101 amount=-8 -kerning first=84 second=102 amount=-2 -kerning first=84 second=103 amount=-8 -kerning first=84 second=109 amount=-6 -kerning first=84 second=110 amount=-6 -kerning first=84 second=111 amount=-8 -kerning first=84 second=112 amount=-6 -kerning first=84 second=113 amount=-8 -kerning first=84 second=114 amount=-6 -kerning first=84 second=115 amount=-7 -kerning first=84 second=116 amount=-2 -kerning first=84 second=117 amount=-6 -kerning first=84 second=118 amount=-4 -kerning first=84 second=119 amount=-4 -kerning first=84 second=120 amount=-5 -kerning first=84 second=121 amount=-4 -kerning first=84 second=122 amount=-6 -kerning first=338 second=41 amount=-1 -kerning first=84 second=169 amount=-1 -kerning first=322 second=8482 amount=-1 -kerning first=84 second=173 amount=-4 -kerning first=322 second=8249 amount=-2 -kerning first=84 second=192 amount=-5 -kerning first=84 second=193 amount=-5 -kerning first=84 second=194 amount=-5 -kerning first=84 second=195 amount=-5 -kerning first=84 second=196 amount=-5 -kerning first=84 second=197 amount=-5 -kerning first=84 second=198 amount=-6 -kerning first=322 second=8221 amount=-1 -kerning first=322 second=8220 amount=-1 -kerning first=322 second=8217 amount=-1 -kerning first=322 second=8216 amount=-1 -kerning first=322 second=8212 amount=-1 -kerning first=322 second=8211 amount=-1 -kerning first=322 second=376 amount=-2 -kerning first=322 second=338 amount=-1 -kerning first=84 second=224 amount=-6 -kerning first=84 second=225 amount=-8 -kerning first=84 second=226 amount=-8 -kerning first=84 second=227 amount=-8 -kerning first=84 second=228 amount=-8 -kerning first=84 second=229 amount=-8 -kerning first=84 second=230 amount=-8 -kerning first=84 second=231 amount=-8 -kerning first=84 second=232 amount=-5 -kerning first=84 second=233 amount=-8 -kerning first=84 second=234 amount=-8 -kerning first=84 second=235 amount=-8 -kerning first=84 second=236 amount=5 -kerning first=322 second=255 amount=-1 -kerning first=84 second=238 amount=3 -kerning first=84 second=240 amount=-3 -kerning first=84 second=241 amount=-6 -kerning first=84 second=242 amount=-6 -kerning first=84 second=243 amount=-8 -kerning first=84 second=244 amount=-8 -kerning first=84 second=245 amount=-8 -kerning first=84 second=246 amount=-8 -kerning first=84 second=248 amount=-8 -kerning first=84 second=249 amount=-6 -kerning first=84 second=250 amount=-6 -kerning first=84 second=251 amount=-6 -kerning first=84 second=252 amount=-6 -kerning first=84 second=253 amount=-4 -kerning first=84 second=254 amount=-2 -kerning first=84 second=255 amount=-4 -kerning first=84 second=305 amount=-5 -kerning first=322 second=253 amount=-1 -kerning first=84 second=339 amount=-8 -kerning first=84 second=353 amount=-7 -kerning first=84 second=382 amount=-6 -kerning first=84 second=8211 amount=-4 -kerning first=84 second=8212 amount=-4 -kerning first=84 second=8218 amount=-4 -kerning first=84 second=8222 amount=-4 -kerning first=84 second=8230 amount=-4 -kerning first=84 second=8249 amount=-5 -kerning first=84 second=8250 amount=-4 -kerning first=322 second=221 amount=-2 -kerning first=322 second=220 amount=-1 -kerning first=85 second=41 amount=-1 -kerning first=322 second=219 amount=-1 -kerning first=322 second=218 amount=-1 -kerning first=85 second=47 amount=-2 -kerning first=85 second=74 amount=-1 -kerning first=322 second=217 amount=-1 -kerning first=322 second=216 amount=-1 -kerning first=85 second=198 amount=-1 -kerning first=85 second=236 amount=1 -kerning first=85 second=254 amount=-1 -kerning first=322 second=214 amount=-1 -kerning first=322 second=213 amount=-1 -kerning first=322 second=212 amount=-1 -kerning first=86 second=32 amount=-2 -kerning first=322 second=211 amount=-1 -kerning first=86 second=44 amount=-3 -kerning first=86 second=45 amount=-1 -kerning first=86 second=46 amount=-3 -kerning first=86 second=47 amount=-5 -kerning first=86 second=52 amount=-1 -kerning first=86 second=58 amount=-1 -kerning first=86 second=59 amount=-1 -kerning first=86 second=65 amount=-3 -kerning first=322 second=210 amount=-1 -kerning first=322 second=199 amount=-1 -kerning first=86 second=74 amount=-2 -kerning first=322 second=186 amount=-1 -kerning first=322 second=183 amount=-8 -kerning first=322 second=174 amount=-1 -kerning first=86 second=97 amount=-3 -kerning first=86 second=99 amount=-3 -kerning first=86 second=100 amount=-2 -kerning first=86 second=101 amount=-3 -kerning first=86 second=103 amount=-3 -kerning first=86 second=109 amount=-2 -kerning first=86 second=110 amount=-2 -kerning first=86 second=111 amount=-3 -kerning first=86 second=112 amount=-2 -kerning first=86 second=113 amount=-2 -kerning first=86 second=114 amount=-2 -kerning first=86 second=115 amount=-1 -kerning first=86 second=117 amount=-2 -kerning first=322 second=173 amount=-1 -kerning first=86 second=122 amount=-1 -kerning first=322 second=170 amount=-1 -kerning first=86 second=173 amount=-1 -kerning first=86 second=192 amount=-3 -kerning first=86 second=193 amount=-3 -kerning first=86 second=194 amount=-3 -kerning first=86 second=195 amount=-3 -kerning first=86 second=196 amount=-3 -kerning first=86 second=197 amount=-3 -kerning first=86 second=198 amount=-6 -kerning first=322 second=169 amount=-1 -kerning first=322 second=125 amount=-1 -kerning first=322 second=93 amount=-1 -kerning first=322 second=92 amount=-1 -kerning first=322 second=89 amount=-2 -kerning first=322 second=87 amount=-1 -kerning first=322 second=86 amount=-2 -kerning first=86 second=224 amount=-3 -kerning first=86 second=225 amount=-3 -kerning first=86 second=226 amount=-3 -kerning first=86 second=227 amount=-3 -kerning first=86 second=228 amount=-3 -kerning first=86 second=229 amount=-3 -kerning first=86 second=230 amount=-3 -kerning first=86 second=231 amount=-3 -kerning first=86 second=232 amount=-3 -kerning first=86 second=233 amount=-3 -kerning first=86 second=234 amount=-3 -kerning first=86 second=235 amount=-3 -kerning first=86 second=236 amount=5 -kerning first=86 second=238 amount=1 -kerning first=322 second=85 amount=-1 -kerning first=86 second=240 amount=-2 -kerning first=86 second=241 amount=-2 -kerning first=86 second=242 amount=-3 -kerning first=86 second=243 amount=-3 -kerning first=86 second=244 amount=-3 -kerning first=86 second=245 amount=-3 -kerning first=86 second=246 amount=-3 -kerning first=86 second=248 amount=-3 -kerning first=86 second=249 amount=-2 -kerning first=86 second=250 amount=-2 -kerning first=86 second=251 amount=-2 -kerning first=86 second=252 amount=-2 -kerning first=86 second=254 amount=-1 -kerning first=86 second=305 amount=-2 -kerning first=322 second=84 amount=-2 -kerning first=86 second=339 amount=-3 -kerning first=86 second=353 amount=-1 -kerning first=86 second=382 amount=-1 -kerning first=86 second=8211 amount=-1 -kerning first=86 second=8212 amount=-1 -kerning first=86 second=8218 amount=-3 -kerning first=86 second=8222 amount=-3 -kerning first=86 second=8230 amount=-3 -kerning first=86 second=8249 amount=-1 -kerning first=86 second=8250 amount=-1 -kerning first=87 second=32 amount=-1 -kerning first=322 second=81 amount=-1 -kerning first=87 second=44 amount=-2 -kerning first=322 second=79 amount=-1 -kerning first=87 second=46 amount=-2 -kerning first=87 second=47 amount=-3 -kerning first=322 second=71 amount=-1 -kerning first=87 second=65 amount=-1 -kerning first=87 second=74 amount=-2 -kerning first=322 second=67 amount=-1 -kerning first=87 second=97 amount=-1 -kerning first=87 second=99 amount=-1 -kerning first=87 second=100 amount=-1 -kerning first=87 second=101 amount=-1 -kerning first=87 second=103 amount=-1 -kerning first=87 second=109 amount=-1 -kerning first=87 second=110 amount=-1 -kerning first=87 second=111 amount=-1 -kerning first=87 second=112 amount=-1 -kerning first=87 second=113 amount=-1 -kerning first=87 second=114 amount=-1 -kerning first=322 second=63 amount=-1 -kerning first=322 second=45 amount=-1 -kerning first=322 second=42 amount=-1 -kerning first=322 second=41 amount=-1 -kerning first=322 second=39 amount=-1 -kerning first=87 second=192 amount=-1 -kerning first=87 second=193 amount=-1 -kerning first=87 second=194 amount=-1 -kerning first=87 second=195 amount=-1 -kerning first=87 second=196 amount=-1 -kerning first=87 second=197 amount=-1 -kerning first=87 second=198 amount=-3 -kerning first=87 second=224 amount=-1 -kerning first=87 second=225 amount=-1 -kerning first=87 second=226 amount=-1 -kerning first=87 second=227 amount=-1 -kerning first=87 second=228 amount=-1 -kerning first=87 second=229 amount=-1 -kerning first=87 second=230 amount=-1 -kerning first=87 second=231 amount=-1 -kerning first=87 second=232 amount=-1 -kerning first=87 second=233 amount=-1 -kerning first=87 second=234 amount=-1 -kerning first=87 second=235 amount=-1 -kerning first=87 second=236 amount=4 -kerning first=87 second=238 amount=1 -kerning first=87 second=240 amount=-1 -kerning first=87 second=241 amount=-1 -kerning first=87 second=242 amount=-1 -kerning first=87 second=243 amount=-1 -kerning first=87 second=244 amount=-1 -kerning first=87 second=245 amount=-1 -kerning first=87 second=246 amount=-1 -kerning first=87 second=248 amount=-1 -kerning first=322 second=34 amount=-1 -kerning first=322 second=32 amount=-3 -kerning first=321 second=8482 amount=-7 -kerning first=321 second=8249 amount=-2 -kerning first=87 second=254 amount=-1 -kerning first=87 second=305 amount=-1 -kerning first=87 second=339 amount=-1 -kerning first=321 second=8221 amount=-7 -kerning first=321 second=8220 amount=-7 -kerning first=321 second=8217 amount=-7 -kerning first=87 second=8218 amount=-2 -kerning first=87 second=8222 amount=-2 -kerning first=87 second=8230 amount=-2 -kerning first=321 second=8216 amount=-7 -kerning first=321 second=8212 amount=-4 -kerning first=88 second=45 amount=-1 -kerning first=88 second=52 amount=-1 -kerning first=88 second=67 amount=-1 -kerning first=321 second=8211 amount=-4 -kerning first=88 second=71 amount=-1 -kerning first=88 second=79 amount=-1 -kerning first=88 second=81 amount=-1 -kerning first=321 second=376 amount=-7 -kerning first=88 second=97 amount=-1 -kerning first=88 second=99 amount=-1 -kerning first=88 second=100 amount=-1 -kerning first=88 second=101 amount=-1 -kerning first=321 second=338 amount=-1 -kerning first=88 second=103 amount=-1 -kerning first=88 second=111 amount=-1 -kerning first=88 second=113 amount=-1 -kerning first=321 second=255 amount=-5 -kerning first=321 second=254 amount=-1 -kerning first=88 second=118 amount=-1 -kerning first=88 second=119 amount=-1 -kerning first=88 second=121 amount=-1 -kerning first=88 second=169 amount=-1 -kerning first=88 second=170 amount=-1 -kerning first=88 second=173 amount=-1 -kerning first=88 second=186 amount=-1 -kerning first=88 second=199 amount=-1 -kerning first=321 second=253 amount=-5 -kerning first=321 second=223 amount=-1 -kerning first=321 second=221 amount=-7 -kerning first=321 second=220 amount=-1 -kerning first=88 second=210 amount=-1 -kerning first=88 second=211 amount=-1 -kerning first=88 second=212 amount=-1 -kerning first=88 second=213 amount=-1 -kerning first=88 second=214 amount=-1 -kerning first=88 second=216 amount=-1 -kerning first=321 second=219 amount=-1 -kerning first=88 second=224 amount=-1 -kerning first=88 second=225 amount=-1 -kerning first=88 second=226 amount=-1 -kerning first=88 second=227 amount=-1 -kerning first=88 second=228 amount=-1 -kerning first=88 second=229 amount=-1 -kerning first=88 second=230 amount=-1 -kerning first=88 second=231 amount=-1 -kerning first=88 second=232 amount=-1 -kerning first=88 second=233 amount=-1 -kerning first=88 second=234 amount=-1 -kerning first=88 second=235 amount=-1 -kerning first=88 second=236 amount=3 -kerning first=88 second=240 amount=-1 -kerning first=88 second=242 amount=-1 -kerning first=88 second=243 amount=-1 -kerning first=88 second=244 amount=-1 -kerning first=88 second=245 amount=-1 -kerning first=88 second=246 amount=-1 -kerning first=88 second=248 amount=-1 -kerning first=321 second=218 amount=-1 -kerning first=321 second=217 amount=-1 -kerning first=321 second=216 amount=-1 -kerning first=321 second=214 amount=-1 -kerning first=88 second=253 amount=-1 -kerning first=88 second=254 amount=-1 -kerning first=88 second=255 amount=-1 -kerning first=88 second=338 amount=-1 -kerning first=88 second=339 amount=-1 -kerning first=88 second=8211 amount=-1 -kerning first=88 second=8212 amount=-1 -kerning first=88 second=8249 amount=-1 -kerning first=321 second=213 amount=-1 -kerning first=321 second=212 amount=-1 -kerning first=89 second=32 amount=-2 -kerning first=321 second=211 amount=-1 -kerning first=321 second=210 amount=-1 -kerning first=89 second=44 amount=-5 -kerning first=89 second=45 amount=-4 -kerning first=89 second=46 amount=-5 -kerning first=89 second=47 amount=-6 -kerning first=321 second=199 amount=-1 -kerning first=89 second=52 amount=-3 -kerning first=89 second=58 amount=-2 -kerning first=89 second=59 amount=-2 -kerning first=89 second=65 amount=-4 -kerning first=89 second=67 amount=-1 -kerning first=89 second=71 amount=-1 -kerning first=89 second=74 amount=-3 -kerning first=89 second=79 amount=-1 -kerning first=89 second=81 amount=-1 -kerning first=321 second=186 amount=-7 -kerning first=321 second=183 amount=-12 -kerning first=89 second=97 amount=-5 -kerning first=89 second=99 amount=-5 -kerning first=89 second=100 amount=-5 -kerning first=89 second=101 amount=-5 -kerning first=89 second=102 amount=-1 -kerning first=89 second=103 amount=-5 -kerning first=89 second=109 amount=-4 -kerning first=89 second=110 amount=-4 -kerning first=89 second=111 amount=-5 -kerning first=89 second=112 amount=-4 -kerning first=89 second=113 amount=-5 -kerning first=89 second=114 amount=-4 -kerning first=89 second=115 amount=-4 -kerning first=89 second=116 amount=-1 -kerning first=89 second=117 amount=-4 -kerning first=89 second=118 amount=-1 -kerning first=89 second=119 amount=-1 -kerning first=89 second=120 amount=-2 -kerning first=89 second=121 amount=-1 -kerning first=89 second=122 amount=-3 -kerning first=321 second=174 amount=-7 -kerning first=321 second=173 amount=-4 -kerning first=89 second=169 amount=-1 -kerning first=321 second=170 amount=-7 -kerning first=89 second=173 amount=-4 -kerning first=321 second=169 amount=-2 -kerning first=89 second=192 amount=-4 -kerning first=89 second=193 amount=-4 -kerning first=89 second=194 amount=-4 -kerning first=89 second=195 amount=-4 -kerning first=89 second=196 amount=-4 -kerning first=89 second=197 amount=-4 -kerning first=89 second=198 amount=-7 -kerning first=89 second=199 amount=-1 -kerning first=89 second=210 amount=-1 -kerning first=89 second=211 amount=-1 -kerning first=89 second=212 amount=-1 -kerning first=89 second=213 amount=-1 -kerning first=89 second=214 amount=-1 -kerning first=89 second=216 amount=-1 -kerning first=89 second=223 amount=-1 -kerning first=89 second=224 amount=-5 -kerning first=89 second=225 amount=-5 -kerning first=89 second=226 amount=-5 -kerning first=89 second=227 amount=-5 -kerning first=89 second=228 amount=-5 -kerning first=89 second=229 amount=-5 -kerning first=89 second=230 amount=-5 -kerning first=89 second=231 amount=-5 -kerning first=89 second=232 amount=-5 -kerning first=89 second=233 amount=-5 -kerning first=89 second=234 amount=-5 -kerning first=89 second=235 amount=-5 -kerning first=89 second=236 amount=5 -kerning first=321 second=121 amount=-5 -kerning first=321 second=119 amount=-4 -kerning first=89 second=240 amount=-2 -kerning first=89 second=241 amount=-4 -kerning first=89 second=242 amount=-5 -kerning first=89 second=243 amount=-5 -kerning first=89 second=244 amount=-5 -kerning first=89 second=245 amount=-5 -kerning first=89 second=246 amount=-5 -kerning first=89 second=248 amount=-5 -kerning first=89 second=249 amount=-4 -kerning first=89 second=250 amount=-4 -kerning first=89 second=251 amount=-4 -kerning first=89 second=252 amount=-4 -kerning first=89 second=253 amount=-1 -kerning first=89 second=254 amount=-1 -kerning first=89 second=255 amount=-1 -kerning first=89 second=305 amount=-4 -kerning first=89 second=338 amount=-1 -kerning first=89 second=339 amount=-5 -kerning first=321 second=118 amount=-4 -kerning first=89 second=353 amount=-4 -kerning first=89 second=382 amount=-3 -kerning first=89 second=8211 amount=-4 -kerning first=89 second=8212 amount=-4 -kerning first=89 second=8218 amount=-5 -kerning first=89 second=8222 amount=-5 -kerning first=89 second=8230 amount=-5 -kerning first=89 second=8249 amount=-3 -kerning first=89 second=8250 amount=-2 -kerning first=321 second=116 amount=-2 -kerning first=321 second=102 amount=-1 -kerning first=321 second=93 amount=-1 -kerning first=90 second=45 amount=-1 -kerning first=90 second=52 amount=-2 -kerning first=321 second=92 amount=-7 -kerning first=321 second=89 amount=-7 -kerning first=321 second=87 amount=-3 -kerning first=321 second=86 amount=-6 -kerning first=321 second=85 amount=-1 -kerning first=321 second=84 amount=-8 -kerning first=321 second=81 amount=-1 -kerning first=321 second=79 amount=-1 -kerning first=321 second=71 amount=-1 -kerning first=321 second=67 amount=-1 -kerning first=321 second=63 amount=-3 -kerning first=321 second=55 amount=-2 -kerning first=90 second=169 amount=-1 -kerning first=321 second=52 amount=-4 -kerning first=90 second=173 amount=-1 -kerning first=321 second=49 amount=-3 -kerning first=321 second=45 amount=-4 -kerning first=321 second=42 amount=-7 -kerning first=321 second=41 amount=-2 -kerning first=321 second=39 amount=-7 -kerning first=321 second=34 amount=-7 -kerning first=321 second=32 amount=-2 -kerning first=305 second=41 amount=-1 -kerning first=255 second=8482 amount=-2 -kerning first=255 second=8230 amount=-1 -kerning first=255 second=8222 amount=-1 -kerning first=255 second=8218 amount=-1 -kerning first=255 second=376 amount=-3 -kerning first=255 second=221 amount=-3 -kerning first=255 second=198 amount=-1 -kerning first=255 second=125 amount=-2 -kerning first=255 second=93 amount=-2 -kerning first=255 second=92 amount=-1 -kerning first=255 second=89 amount=-3 -kerning first=255 second=88 amount=-1 -kerning first=90 second=236 amount=3 -kerning first=255 second=84 amount=-6 -kerning first=255 second=74 amount=-2 -kerning first=255 second=63 amount=-1 -kerning first=255 second=47 amount=-2 -kerning first=255 second=46 amount=-1 -kerning first=255 second=44 amount=-1 -kerning first=255 second=41 amount=-4 -kerning first=254 second=8482 amount=-2 -kerning first=90 second=254 amount=-1 -kerning first=254 second=8221 amount=-2 -kerning first=254 second=8220 amount=-1 -kerning first=90 second=8211 amount=-1 -kerning first=90 second=8212 amount=-1 -kerning first=91 second=40 amount=-2 -kerning first=91 second=48 amount=-2 -kerning first=254 second=8217 amount=-2 -kerning first=254 second=8216 amount=-1 -kerning first=254 second=376 amount=-5 -kerning first=91 second=52 amount=-2 -kerning first=254 second=221 amount=-5 -kerning first=91 second=54 amount=-2 -kerning first=91 second=56 amount=-1 -kerning first=91 second=57 amount=-1 -kerning first=91 second=65 amount=-2 -kerning first=254 second=125 amount=-2 -kerning first=91 second=67 amount=-2 -kerning first=254 second=93 amount=-3 -kerning first=91 second=69 amount=-1 -kerning first=91 second=70 amount=-1 -kerning first=91 second=71 amount=-2 -kerning first=254 second=92 amount=-4 -kerning first=254 second=89 amount=-5 -kerning first=91 second=74 amount=-1 -kerning first=254 second=87 amount=-1 -kerning first=254 second=86 amount=-3 -kerning first=91 second=77 amount=-1 -kerning first=254 second=84 amount=-9 -kerning first=91 second=79 amount=-2 -kerning first=254 second=63 amount=-3 -kerning first=91 second=81 amount=-2 -kerning first=254 second=42 amount=-1 -kerning first=91 second=83 amount=-1 -kerning first=254 second=41 amount=-4 -kerning first=254 second=39 amount=-1 -kerning first=254 second=34 amount=-1 -kerning first=91 second=97 amount=-3 -kerning first=253 second=8482 amount=-2 -kerning first=91 second=99 amount=-3 -kerning first=91 second=100 amount=-3 -kerning first=91 second=101 amount=-3 -kerning first=91 second=102 amount=2 -kerning first=91 second=103 amount=-3 -kerning first=253 second=8230 amount=-1 -kerning first=253 second=8222 amount=-1 -kerning first=253 second=8218 amount=-1 -kerning first=253 second=376 amount=-3 -kerning first=253 second=221 amount=-3 -kerning first=91 second=109 amount=-2 -kerning first=91 second=110 amount=-2 -kerning first=91 second=111 amount=-3 -kerning first=91 second=112 amount=-2 -kerning first=91 second=113 amount=-3 -kerning first=91 second=114 amount=-2 -kerning first=91 second=115 amount=-2 -kerning first=91 second=116 amount=-2 -kerning first=91 second=117 amount=-2 -kerning first=91 second=118 amount=-2 -kerning first=91 second=119 amount=-2 -kerning first=91 second=120 amount=-2 -kerning first=91 second=121 amount=-1 -kerning first=91 second=122 amount=-2 -kerning first=91 second=123 amount=-1 -kerning first=91 second=192 amount=-2 -kerning first=91 second=193 amount=-2 -kerning first=91 second=194 amount=-2 -kerning first=91 second=195 amount=-2 -kerning first=91 second=196 amount=-2 -kerning first=91 second=197 amount=-2 -kerning first=91 second=198 amount=-1 -kerning first=91 second=199 amount=-2 -kerning first=91 second=200 amount=-1 -kerning first=91 second=201 amount=-1 -kerning first=91 second=202 amount=-1 -kerning first=91 second=203 amount=-1 -kerning first=253 second=198 amount=-1 -kerning first=253 second=125 amount=-2 -kerning first=91 second=206 amount=2 -kerning first=253 second=93 amount=-2 -kerning first=253 second=92 amount=-1 -kerning first=253 second=89 amount=-3 -kerning first=91 second=210 amount=-2 -kerning first=91 second=211 amount=-2 -kerning first=91 second=212 amount=-2 -kerning first=91 second=213 amount=-2 -kerning first=91 second=214 amount=-2 -kerning first=91 second=216 amount=-2 -kerning first=253 second=88 amount=-1 -kerning first=253 second=84 amount=-6 -kerning first=253 second=74 amount=-2 -kerning first=253 second=63 amount=-1 -kerning first=253 second=47 amount=-2 -kerning first=91 second=223 amount=2 -kerning first=91 second=224 amount=-3 -kerning first=91 second=225 amount=-3 -kerning first=91 second=226 amount=-3 -kerning first=91 second=227 amount=-3 -kerning first=91 second=228 amount=-3 -kerning first=91 second=229 amount=-3 -kerning first=91 second=230 amount=-3 -kerning first=91 second=231 amount=-3 -kerning first=91 second=232 amount=-3 -kerning first=91 second=233 amount=-3 -kerning first=91 second=234 amount=-3 -kerning first=91 second=235 amount=-3 -kerning first=91 second=236 amount=3 -kerning first=253 second=46 amount=-1 -kerning first=253 second=44 amount=-1 -kerning first=253 second=41 amount=-4 -kerning first=91 second=240 amount=-2 -kerning first=91 second=241 amount=-2 -kerning first=91 second=242 amount=-3 -kerning first=91 second=243 amount=-3 -kerning first=91 second=244 amount=-3 -kerning first=91 second=245 amount=-3 -kerning first=91 second=246 amount=-3 -kerning first=91 second=248 amount=-3 -kerning first=91 second=249 amount=-2 -kerning first=91 second=250 amount=-2 -kerning first=91 second=251 amount=-2 -kerning first=91 second=252 amount=-2 -kerning first=91 second=253 amount=-1 -kerning first=252 second=8482 amount=-2 -kerning first=91 second=255 amount=-1 -kerning first=252 second=376 amount=-4 -kerning first=252 second=221 amount=-4 -kerning first=252 second=125 amount=-2 -kerning first=91 second=338 amount=-2 -kerning first=91 second=339 amount=-3 -kerning first=91 second=352 amount=-1 -kerning first=91 second=353 amount=-2 -kerning first=252 second=93 amount=-2 -kerning first=91 second=382 amount=-2 -kerning first=252 second=92 amount=-2 -kerning first=252 second=89 amount=-4 -kerning first=252 second=87 amount=-1 -kerning first=92 second=34 amount=-6 -kerning first=92 second=39 amount=-6 -kerning first=92 second=48 amount=-2 -kerning first=92 second=49 amount=-4 -kerning first=92 second=52 amount=-3 -kerning first=92 second=54 amount=-2 -kerning first=92 second=55 amount=-3 -kerning first=92 second=56 amount=-1 -kerning first=92 second=67 amount=-2 -kerning first=92 second=69 amount=-1 -kerning first=92 second=71 amount=-2 -kerning first=92 second=76 amount=-1 -kerning first=92 second=79 amount=-2 -kerning first=92 second=81 amount=-2 -kerning first=92 second=84 amount=-5 -kerning first=92 second=85 amount=-2 -kerning first=92 second=86 amount=-5 -kerning first=92 second=87 amount=-3 -kerning first=92 second=89 amount=-6 -kerning first=92 second=97 amount=-1 -kerning first=92 second=99 amount=-2 -kerning first=92 second=100 amount=-1 -kerning first=92 second=101 amount=-2 -kerning first=252 second=86 amount=-2 -kerning first=92 second=103 amount=-1 -kerning first=92 second=108 amount=-1 -kerning first=92 second=111 amount=-2 -kerning first=92 second=113 amount=-1 -kerning first=92 second=116 amount=-3 -kerning first=92 second=117 amount=-1 -kerning first=92 second=118 amount=-4 -kerning first=92 second=119 amount=-3 -kerning first=92 second=121 amount=-4 -kerning first=92 second=199 amount=-2 -kerning first=92 second=200 amount=-1 -kerning first=92 second=201 amount=-1 -kerning first=92 second=202 amount=-1 -kerning first=92 second=203 amount=-1 -kerning first=92 second=210 amount=-2 -kerning first=92 second=211 amount=-2 -kerning first=92 second=212 amount=-2 -kerning first=92 second=213 amount=-2 -kerning first=92 second=214 amount=-2 -kerning first=92 second=216 amount=-2 -kerning first=92 second=217 amount=-2 -kerning first=92 second=218 amount=-2 -kerning first=92 second=219 amount=-2 -kerning first=92 second=220 amount=-2 -kerning first=92 second=221 amount=-6 -kerning first=252 second=84 amount=-8 -kerning first=92 second=224 amount=-1 -kerning first=92 second=225 amount=-1 -kerning first=92 second=226 amount=-1 -kerning first=92 second=227 amount=-1 -kerning first=92 second=228 amount=-1 -kerning first=92 second=229 amount=-1 -kerning first=92 second=230 amount=-1 -kerning first=92 second=231 amount=-2 -kerning first=92 second=232 amount=-2 -kerning first=92 second=233 amount=-2 -kerning first=92 second=234 amount=-2 -kerning first=92 second=235 amount=-2 -kerning first=92 second=240 amount=-1 -kerning first=92 second=242 amount=-2 -kerning first=92 second=243 amount=-2 -kerning first=92 second=244 amount=-2 -kerning first=92 second=245 amount=-2 -kerning first=92 second=246 amount=-2 -kerning first=92 second=248 amount=-2 -kerning first=92 second=249 amount=-1 -kerning first=92 second=250 amount=-1 -kerning first=92 second=251 amount=-1 -kerning first=92 second=252 amount=-1 -kerning first=92 second=253 amount=-4 -kerning first=252 second=63 amount=-2 -kerning first=92 second=255 amount=-4 -kerning first=92 second=321 amount=-1 -kerning first=92 second=322 amount=-1 -kerning first=92 second=338 amount=-2 -kerning first=92 second=339 amount=-2 -kerning first=92 second=376 amount=-6 -kerning first=252 second=41 amount=-3 -kerning first=92 second=8217 amount=-6 -kerning first=92 second=8221 amount=-6 -kerning first=251 second=8482 amount=-2 -kerning first=251 second=376 amount=-4 -kerning first=251 second=221 amount=-4 -kerning first=251 second=125 amount=-2 -kerning first=93 second=98 amount=4 -kerning first=93 second=104 amount=4 -kerning first=93 second=107 amount=4 -kerning first=251 second=93 amount=-2 -kerning first=251 second=92 amount=-2 -kerning first=251 second=89 amount=-4 -kerning first=251 second=87 amount=-1 -kerning first=251 second=86 amount=-2 -kerning first=251 second=84 amount=-8 -kerning first=251 second=63 amount=-2 -kerning first=94 second=98 amount=4 -kerning first=94 second=104 amount=4 -kerning first=94 second=107 amount=4 -kerning first=251 second=41 amount=-3 -kerning first=250 second=8482 amount=-2 -kerning first=250 second=376 amount=-4 -kerning first=250 second=221 amount=-4 -kerning first=250 second=125 amount=-2 -kerning first=250 second=93 amount=-2 -kerning first=250 second=92 amount=-2 -kerning first=95 second=98 amount=4 -kerning first=95 second=104 amount=4 -kerning first=95 second=107 amount=4 -kerning first=250 second=89 amount=-4 -kerning first=250 second=87 amount=-1 -kerning first=250 second=86 amount=-2 -kerning first=250 second=84 amount=-8 -kerning first=250 second=63 amount=-2 -kerning first=97 second=41 amount=-3 -kerning first=250 second=41 amount=-3 -kerning first=97 second=63 amount=-2 -kerning first=97 second=84 amount=-8 -kerning first=249 second=8482 amount=-2 -kerning first=97 second=86 amount=-2 -kerning first=97 second=87 amount=-1 -kerning first=97 second=89 amount=-5 -kerning first=97 second=92 amount=-3 -kerning first=97 second=93 amount=-2 -kerning first=97 second=125 amount=-2 -kerning first=249 second=376 amount=-4 -kerning first=249 second=221 amount=-4 -kerning first=249 second=125 amount=-2 -kerning first=249 second=93 amount=-2 -kerning first=97 second=221 amount=-5 -kerning first=97 second=376 amount=-5 -kerning first=249 second=92 amount=-2 -kerning first=249 second=89 amount=-4 -kerning first=249 second=87 amount=-1 -kerning first=249 second=86 amount=-2 -kerning first=97 second=8482 amount=-2 -kerning first=98 second=34 amount=-1 -kerning first=98 second=39 amount=-1 -kerning first=98 second=41 amount=-4 -kerning first=98 second=42 amount=-1 -kerning first=249 second=84 amount=-8 -kerning first=98 second=63 amount=-3 -kerning first=249 second=63 amount=-2 -kerning first=249 second=41 amount=-3 -kerning first=98 second=84 amount=-9 -kerning first=98 second=86 amount=-3 -kerning first=98 second=87 amount=-1 -kerning first=248 second=8482 amount=-3 -kerning first=98 second=89 amount=-5 -kerning first=248 second=8221 amount=-2 -kerning first=98 second=92 amount=-4 -kerning first=98 second=93 amount=-3 -kerning first=248 second=8220 amount=-2 -kerning first=248 second=8217 amount=-2 -kerning first=248 second=8216 amount=-2 -kerning first=248 second=376 amount=-5 -kerning first=98 second=125 amount=-2 -kerning first=98 second=221 amount=-5 -kerning first=248 second=221 amount=-5 -kerning first=248 second=125 amount=-2 -kerning first=248 second=120 amount=-1 -kerning first=248 second=93 amount=-3 -kerning first=248 second=92 amount=-4 -kerning first=98 second=376 amount=-5 -kerning first=248 second=89 amount=-5 -kerning first=98 second=8216 amount=-2 -kerning first=98 second=8217 amount=-2 -kerning first=98 second=8220 amount=-2 -kerning first=98 second=8221 amount=-2 -kerning first=98 second=8482 amount=-3 -kerning first=248 second=87 amount=-1 -kerning first=248 second=86 amount=-3 -kerning first=99 second=41 amount=-3 -kerning first=99 second=45 amount=-1 -kerning first=99 second=63 amount=-2 -kerning first=99 second=84 amount=-9 -kerning first=99 second=86 amount=-1 -kerning first=99 second=89 amount=-3 -kerning first=99 second=92 amount=-2 -kerning first=99 second=93 amount=-2 -kerning first=248 second=84 amount=-8 -kerning first=248 second=63 amount=-3 -kerning first=248 second=42 amount=-1 -kerning first=248 second=41 amount=-4 -kerning first=248 second=39 amount=-2 -kerning first=248 second=34 amount=-2 -kerning first=247 second=107 amount=4 -kerning first=99 second=125 amount=-1 -kerning first=99 second=173 amount=-1 -kerning first=99 second=221 amount=-3 -kerning first=247 second=104 amount=4 -kerning first=247 second=98 amount=4 -kerning first=247 second=55 amount=-3 -kerning first=247 second=51 amount=-1 -kerning first=247 second=50 amount=-1 -kerning first=247 second=49 amount=-2 -kerning first=246 second=8482 amount=-3 -kerning first=246 second=8221 amount=-2 -kerning first=246 second=8220 amount=-2 -kerning first=246 second=8217 amount=-2 -kerning first=246 second=8216 amount=-2 -kerning first=246 second=376 amount=-5 -kerning first=99 second=240 amount=-1 -kerning first=246 second=221 amount=-5 -kerning first=246 second=125 amount=-2 -kerning first=246 second=120 amount=-1 -kerning first=246 second=93 amount=-3 -kerning first=246 second=92 amount=-4 -kerning first=246 second=89 amount=-5 -kerning first=246 second=87 amount=-1 -kerning first=99 second=376 amount=-3 -kerning first=99 second=8211 amount=-1 -kerning first=99 second=8212 amount=-1 -kerning first=99 second=8249 amount=-1 -kerning first=99 second=8482 amount=-2 -kerning first=100 second=41 amount=-1 -kerning first=246 second=86 amount=-3 -kerning first=246 second=84 amount=-8 -kerning first=246 second=63 amount=-3 -kerning first=246 second=42 amount=-1 -kerning first=101 second=34 amount=-1 -kerning first=101 second=39 amount=-1 -kerning first=101 second=41 amount=-3 -kerning first=101 second=42 amount=-1 -kerning first=101 second=63 amount=-3 -kerning first=101 second=84 amount=-8 -kerning first=101 second=86 amount=-2 -kerning first=101 second=87 amount=-1 -kerning first=101 second=89 amount=-5 -kerning first=101 second=92 amount=-3 -kerning first=101 second=93 amount=-2 -kerning first=101 second=125 amount=-2 -kerning first=101 second=221 amount=-5 -kerning first=101 second=376 amount=-5 -kerning first=101 second=8216 amount=-1 -kerning first=101 second=8217 amount=-1 -kerning first=101 second=8220 amount=-1 -kerning first=101 second=8221 amount=-1 -kerning first=101 second=8482 amount=-2 -kerning first=102 second=32 amount=-1 -kerning first=102 second=44 amount=-2 -kerning first=102 second=45 amount=-2 -kerning first=102 second=46 amount=-2 -kerning first=102 second=47 amount=-3 -kerning first=102 second=63 amount=1 -kerning first=102 second=65 amount=-2 -kerning first=102 second=74 amount=-1 -kerning first=102 second=84 amount=1 -kerning first=102 second=86 amount=2 -kerning first=246 second=41 amount=-4 -kerning first=246 second=39 amount=-2 -kerning first=102 second=89 amount=2 -kerning first=246 second=34 amount=-2 -kerning first=102 second=92 amount=2 -kerning first=102 second=93 amount=1 -kerning first=245 second=8482 amount=-3 -kerning first=245 second=8221 amount=-2 -kerning first=245 second=8220 amount=-2 -kerning first=245 second=8217 amount=-2 -kerning first=245 second=8216 amount=-2 -kerning first=245 second=376 amount=-5 -kerning first=245 second=221 amount=-5 -kerning first=245 second=125 amount=-2 -kerning first=102 second=173 amount=-2 -kerning first=102 second=192 amount=-2 -kerning first=102 second=193 amount=-2 -kerning first=102 second=194 amount=-2 -kerning first=102 second=195 amount=-2 -kerning first=102 second=196 amount=-2 -kerning first=102 second=197 amount=-2 -kerning first=102 second=198 amount=-3 -kerning first=102 second=221 amount=2 -kerning first=245 second=120 amount=-1 -kerning first=245 second=93 amount=-3 -kerning first=245 second=92 amount=-4 -kerning first=245 second=89 amount=-5 -kerning first=245 second=87 amount=-1 -kerning first=245 second=86 amount=-3 -kerning first=245 second=84 amount=-8 -kerning first=245 second=63 amount=-3 -kerning first=245 second=42 amount=-1 -kerning first=245 second=41 amount=-4 -kerning first=245 second=39 amount=-2 -kerning first=245 second=34 amount=-2 -kerning first=102 second=236 amount=7 -kerning first=102 second=238 amount=2 -kerning first=102 second=239 amount=2 -kerning first=102 second=240 amount=-1 -kerning first=244 second=8482 amount=-3 -kerning first=244 second=8221 amount=-2 -kerning first=244 second=8220 amount=-2 -kerning first=244 second=8217 amount=-2 -kerning first=244 second=8216 amount=-2 -kerning first=244 second=376 amount=-5 -kerning first=244 second=221 amount=-5 -kerning first=102 second=376 amount=2 -kerning first=244 second=125 amount=-2 -kerning first=102 second=8211 amount=-2 -kerning first=102 second=8212 amount=-2 -kerning first=102 second=8218 amount=-2 -kerning first=102 second=8222 amount=-2 -kerning first=102 second=8230 amount=-2 -kerning first=102 second=8249 amount=-1 -kerning first=244 second=120 amount=-1 -kerning first=244 second=93 amount=-3 -kerning first=103 second=63 amount=-2 -kerning first=103 second=84 amount=-8 -kerning first=244 second=92 amount=-4 -kerning first=103 second=86 amount=-2 -kerning first=103 second=87 amount=-1 -kerning first=103 second=89 amount=-5 -kerning first=103 second=92 amount=-3 -kerning first=244 second=89 amount=-5 -kerning first=244 second=87 amount=-1 -kerning first=244 second=86 amount=-3 -kerning first=244 second=84 amount=-8 -kerning first=244 second=63 amount=-3 -kerning first=103 second=221 amount=-5 -kerning first=103 second=376 amount=-5 -kerning first=244 second=42 amount=-1 -kerning first=244 second=41 amount=-4 -kerning first=103 second=8482 amount=-2 -kerning first=104 second=34 amount=-1 -kerning first=104 second=39 amount=-1 -kerning first=104 second=41 amount=-3 -kerning first=104 second=42 amount=-1 -kerning first=104 second=63 amount=-3 -kerning first=244 second=39 amount=-2 -kerning first=104 second=84 amount=-9 -kerning first=244 second=34 amount=-2 -kerning first=104 second=86 amount=-2 -kerning first=104 second=87 amount=-1 -kerning first=104 second=89 amount=-5 -kerning first=104 second=92 amount=-4 -kerning first=104 second=93 amount=-2 -kerning first=104 second=125 amount=-2 -kerning first=243 second=8482 amount=-3 -kerning first=243 second=8221 amount=-2 -kerning first=243 second=8220 amount=-2 -kerning first=243 second=8217 amount=-2 -kerning first=104 second=221 amount=-5 -kerning first=243 second=8216 amount=-2 -kerning first=104 second=376 amount=-5 -kerning first=104 second=8216 amount=-1 -kerning first=104 second=8217 amount=-1 -kerning first=104 second=8220 amount=-1 -kerning first=104 second=8221 amount=-1 -kerning first=104 second=8482 amount=-2 -kerning first=105 second=41 amount=-1 -kerning first=243 second=376 amount=-5 -kerning first=243 second=221 amount=-5 -kerning first=105 second=236 amount=1 -kerning first=106 second=41 amount=-1 -kerning first=243 second=125 amount=-2 -kerning first=243 second=120 amount=-1 -kerning first=106 second=236 amount=1 -kerning first=107 second=41 amount=-2 -kerning first=243 second=93 amount=-3 -kerning first=107 second=45 amount=-1 -kerning first=107 second=63 amount=-2 -kerning first=243 second=92 amount=-4 -kerning first=107 second=84 amount=-7 -kerning first=243 second=89 amount=-5 -kerning first=107 second=86 amount=-1 -kerning first=243 second=87 amount=-1 -kerning first=107 second=89 amount=-3 -kerning first=107 second=92 amount=-2 -kerning first=107 second=93 amount=-2 -kerning first=243 second=86 amount=-3 -kerning first=243 second=84 amount=-8 -kerning first=243 second=63 amount=-3 -kerning first=243 second=42 amount=-1 -kerning first=243 second=41 amount=-4 -kerning first=243 second=39 amount=-2 -kerning first=243 second=34 amount=-2 -kerning first=107 second=125 amount=-1 -kerning first=107 second=173 amount=-1 -kerning first=242 second=8482 amount=-3 -kerning first=242 second=8221 amount=-2 -kerning first=242 second=8220 amount=-2 -kerning first=242 second=8217 amount=-2 -kerning first=107 second=221 amount=-3 -kerning first=242 second=8216 amount=-2 -kerning first=242 second=376 amount=-5 -kerning first=242 second=221 amount=-5 -kerning first=242 second=125 amount=-2 -kerning first=242 second=120 amount=-1 -kerning first=242 second=93 amount=-3 -kerning first=242 second=92 amount=-4 -kerning first=242 second=89 amount=-5 -kerning first=242 second=87 amount=-1 -kerning first=242 second=86 amount=-3 -kerning first=242 second=84 amount=-8 -kerning first=242 second=63 amount=-3 -kerning first=242 second=42 amount=-1 -kerning first=242 second=41 amount=-4 -kerning first=242 second=39 amount=-2 -kerning first=242 second=34 amount=-2 -kerning first=241 second=8482 amount=-2 -kerning first=241 second=8221 amount=-1 -kerning first=241 second=8220 amount=-1 -kerning first=241 second=8217 amount=-1 -kerning first=241 second=8216 amount=-1 -kerning first=107 second=376 amount=-3 -kerning first=107 second=8211 amount=-1 -kerning first=107 second=8212 amount=-1 -kerning first=241 second=376 amount=-5 -kerning first=241 second=221 amount=-5 -kerning first=107 second=8249 amount=-1 -kerning first=107 second=8482 amount=-2 -kerning first=108 second=32 amount=-2 -kerning first=108 second=34 amount=-1 -kerning first=108 second=39 amount=-1 -kerning first=108 second=41 amount=-1 -kerning first=108 second=42 amount=-1 -kerning first=108 second=45 amount=-1 -kerning first=108 second=63 amount=-1 -kerning first=108 second=67 amount=-1 -kerning first=108 second=71 amount=-1 -kerning first=108 second=79 amount=-1 -kerning first=108 second=81 amount=-1 -kerning first=108 second=84 amount=-2 -kerning first=108 second=85 amount=-1 -kerning first=108 second=86 amount=-2 -kerning first=108 second=87 amount=-1 -kerning first=108 second=89 amount=-2 -kerning first=108 second=92 amount=-1 -kerning first=108 second=93 amount=-1 -kerning first=241 second=125 amount=-2 -kerning first=241 second=93 amount=-2 -kerning first=108 second=118 amount=-1 -kerning first=108 second=119 amount=-1 -kerning first=108 second=121 amount=-1 -kerning first=108 second=125 amount=-1 -kerning first=241 second=92 amount=-4 -kerning first=108 second=169 amount=-1 -kerning first=108 second=170 amount=-1 -kerning first=108 second=173 amount=-1 -kerning first=108 second=174 amount=-1 -kerning first=108 second=183 amount=-8 -kerning first=108 second=186 amount=-1 -kerning first=108 second=199 amount=-1 -kerning first=108 second=210 amount=-1 -kerning first=108 second=211 amount=-1 -kerning first=108 second=212 amount=-1 -kerning first=108 second=213 amount=-1 -kerning first=108 second=214 amount=-1 -kerning first=108 second=216 amount=-1 -kerning first=108 second=217 amount=-1 -kerning first=108 second=218 amount=-1 -kerning first=108 second=219 amount=-1 -kerning first=108 second=220 amount=-1 -kerning first=108 second=221 amount=-2 -kerning first=241 second=89 amount=-5 -kerning first=108 second=253 amount=-1 -kerning first=241 second=87 amount=-1 -kerning first=108 second=255 amount=-1 -kerning first=108 second=338 amount=-1 -kerning first=108 second=376 amount=-2 -kerning first=108 second=8211 amount=-1 -kerning first=108 second=8212 amount=-1 -kerning first=108 second=8216 amount=-1 -kerning first=108 second=8217 amount=-1 -kerning first=108 second=8220 amount=-1 -kerning first=108 second=8221 amount=-1 -kerning first=108 second=8249 amount=-2 -kerning first=108 second=8482 amount=-1 -kerning first=241 second=86 amount=-2 -kerning first=241 second=84 amount=-9 -kerning first=109 second=34 amount=-1 -kerning first=109 second=39 amount=-1 -kerning first=109 second=41 amount=-3 -kerning first=109 second=42 amount=-1 -kerning first=109 second=63 amount=-3 -kerning first=241 second=63 amount=-3 -kerning first=109 second=84 amount=-9 -kerning first=241 second=42 amount=-1 -kerning first=109 second=86 amount=-2 -kerning first=109 second=87 amount=-1 -kerning first=109 second=89 amount=-5 -kerning first=109 second=92 amount=-4 -kerning first=109 second=93 amount=-2 -kerning first=109 second=125 amount=-2 -kerning first=241 second=41 amount=-3 -kerning first=241 second=39 amount=-1 -kerning first=241 second=34 amount=-1 -kerning first=240 second=8482 amount=-1 -kerning first=109 second=221 amount=-5 -kerning first=240 second=376 amount=-2 -kerning first=109 second=376 amount=-5 -kerning first=109 second=8216 amount=-1 -kerning first=109 second=8217 amount=-1 -kerning first=109 second=8220 amount=-1 -kerning first=109 second=8221 amount=-1 -kerning first=109 second=8482 amount=-2 -kerning first=110 second=34 amount=-1 -kerning first=110 second=39 amount=-1 -kerning first=110 second=41 amount=-3 -kerning first=110 second=42 amount=-1 -kerning first=110 second=63 amount=-3 -kerning first=240 second=221 amount=-2 -kerning first=110 second=84 amount=-9 -kerning first=240 second=125 amount=-1 -kerning first=110 second=86 amount=-2 -kerning first=110 second=87 amount=-1 -kerning first=110 second=89 amount=-5 -kerning first=110 second=92 amount=-4 -kerning first=110 second=93 amount=-2 -kerning first=110 second=125 amount=-2 -kerning first=240 second=93 amount=-2 -kerning first=240 second=92 amount=-1 -kerning first=240 second=89 amount=-2 -kerning first=240 second=88 amount=-1 -kerning first=110 second=221 amount=-5 -kerning first=240 second=87 amount=-1 -kerning first=110 second=376 amount=-5 -kerning first=110 second=8216 amount=-1 -kerning first=110 second=8217 amount=-1 -kerning first=110 second=8220 amount=-1 -kerning first=110 second=8221 amount=-1 -kerning first=110 second=8482 amount=-2 -kerning first=111 second=34 amount=-2 -kerning first=111 second=39 amount=-2 -kerning first=111 second=41 amount=-4 -kerning first=111 second=42 amount=-1 -kerning first=240 second=86 amount=-1 -kerning first=111 second=63 amount=-3 -kerning first=240 second=84 amount=-2 -kerning first=240 second=74 amount=-1 -kerning first=111 second=84 amount=-8 -kerning first=111 second=86 amount=-3 -kerning first=111 second=87 amount=-1 -kerning first=240 second=63 amount=-1 -kerning first=111 second=89 amount=-5 -kerning first=111 second=92 amount=-4 -kerning first=111 second=93 amount=-3 -kerning first=240 second=47 amount=-1 -kerning first=240 second=41 amount=-3 -kerning first=239 second=41 amount=-1 -kerning first=238 second=8220 amount=2 -kerning first=111 second=120 amount=-1 -kerning first=238 second=8216 amount=2 -kerning first=238 second=174 amount=1 -kerning first=111 second=125 amount=-2 -kerning first=111 second=221 amount=-5 -kerning first=238 second=63 amount=1 -kerning first=238 second=42 amount=3 -kerning first=238 second=41 amount=-1 -kerning first=238 second=39 amount=1 -kerning first=238 second=34 amount=1 -kerning first=111 second=376 amount=-5 -kerning first=237 second=8482 amount=2 -kerning first=111 second=8216 amount=-2 -kerning first=111 second=8217 amount=-2 -kerning first=111 second=8220 amount=-2 -kerning first=111 second=8221 amount=-2 -kerning first=111 second=8482 amount=-3 -kerning first=237 second=8221 amount=1 -kerning first=237 second=8217 amount=1 -kerning first=112 second=34 amount=-1 -kerning first=112 second=39 amount=-1 -kerning first=112 second=41 amount=-4 -kerning first=112 second=42 amount=-1 -kerning first=237 second=92 amount=3 -kerning first=112 second=63 amount=-3 -kerning first=237 second=63 amount=3 -kerning first=237 second=41 amount=-1 -kerning first=112 second=84 amount=-9 -kerning first=112 second=86 amount=-3 -kerning first=112 second=87 amount=-1 -kerning first=236 second=41 amount=-1 -kerning first=112 second=89 amount=-5 -kerning first=235 second=8482 amount=-2 -kerning first=112 second=92 amount=-4 -kerning first=112 second=93 amount=-3 -kerning first=235 second=8221 amount=-1 -kerning first=235 second=8220 amount=-1 -kerning first=235 second=8217 amount=-1 -kerning first=235 second=8216 amount=-1 -kerning first=235 second=376 amount=-5 -kerning first=112 second=125 amount=-2 -kerning first=112 second=221 amount=-5 -kerning first=235 second=221 amount=-5 -kerning first=235 second=125 amount=-2 -kerning first=235 second=93 amount=-2 -kerning first=235 second=92 amount=-3 -kerning first=235 second=89 amount=-5 -kerning first=112 second=376 amount=-5 -kerning first=235 second=87 amount=-1 -kerning first=112 second=8216 amount=-1 -kerning first=112 second=8217 amount=-2 -kerning first=112 second=8220 amount=-1 -kerning first=112 second=8221 amount=-2 -kerning first=112 second=8482 amount=-2 -kerning first=235 second=86 amount=-2 -kerning first=235 second=84 amount=-8 -kerning first=113 second=41 amount=-3 -kerning first=235 second=63 amount=-3 -kerning first=113 second=63 amount=-2 -kerning first=113 second=84 amount=-8 -kerning first=113 second=86 amount=-2 -kerning first=113 second=87 amount=-1 -kerning first=113 second=89 amount=-4 -kerning first=113 second=92 amount=-2 -kerning first=113 second=93 amount=-2 -kerning first=113 second=125 amount=-2 -kerning first=113 second=221 amount=-4 -kerning first=113 second=376 amount=-4 -kerning first=113 second=8482 amount=-2 -kerning first=114 second=32 amount=-1 -kerning first=114 second=41 amount=-4 -kerning first=114 second=44 amount=-4 -kerning first=114 second=45 amount=-3 -kerning first=114 second=46 amount=-4 -kerning first=114 second=47 amount=-5 -kerning first=235 second=42 amount=-1 -kerning first=114 second=65 amount=-3 -kerning first=114 second=74 amount=-3 -kerning first=114 second=84 amount=-5 -kerning first=114 second=88 amount=-2 -kerning first=114 second=89 amount=-1 -kerning first=114 second=90 amount=-1 -kerning first=114 second=93 amount=-2 -kerning first=235 second=41 amount=-3 -kerning first=235 second=39 amount=-1 -kerning first=235 second=34 amount=-1 -kerning first=234 second=8482 amount=-2 -kerning first=234 second=8221 amount=-1 -kerning first=234 second=8220 amount=-1 -kerning first=234 second=8217 amount=-1 -kerning first=114 second=125 amount=-1 -kerning first=234 second=8216 amount=-1 -kerning first=114 second=173 amount=-3 -kerning first=114 second=192 amount=-3 -kerning first=114 second=193 amount=-3 -kerning first=114 second=194 amount=-3 -kerning first=114 second=195 amount=-3 -kerning first=114 second=196 amount=-3 -kerning first=114 second=197 amount=-3 -kerning first=114 second=198 amount=-5 -kerning first=114 second=221 amount=-1 -kerning first=234 second=376 amount=-5 -kerning first=234 second=221 amount=-5 -kerning first=234 second=125 amount=-2 -kerning first=234 second=93 amount=-2 -kerning first=234 second=92 amount=-3 -kerning first=234 second=89 amount=-5 -kerning first=234 second=87 amount=-1 -kerning first=234 second=86 amount=-2 -kerning first=234 second=84 amount=-8 -kerning first=234 second=63 amount=-3 -kerning first=234 second=42 amount=-1 -kerning first=234 second=41 amount=-3 -kerning first=114 second=240 amount=-2 -kerning first=234 second=39 amount=-1 -kerning first=234 second=34 amount=-1 -kerning first=233 second=8482 amount=-2 -kerning first=233 second=8221 amount=-1 -kerning first=233 second=8220 amount=-1 -kerning first=233 second=8217 amount=-1 -kerning first=233 second=8216 amount=-1 -kerning first=114 second=376 amount=-1 -kerning first=114 second=381 amount=-1 -kerning first=114 second=8211 amount=-3 -kerning first=114 second=8212 amount=-3 -kerning first=114 second=8218 amount=-4 -kerning first=114 second=8222 amount=-4 -kerning first=114 second=8230 amount=-4 -kerning first=114 second=8249 amount=-2 -kerning first=114 second=8482 amount=-1 -kerning first=115 second=41 amount=-3 -kerning first=233 second=376 amount=-5 -kerning first=233 second=221 amount=-5 -kerning first=115 second=63 amount=-2 -kerning first=115 second=84 amount=-7 -kerning first=115 second=86 amount=-2 -kerning first=233 second=125 amount=-2 -kerning first=115 second=89 amount=-4 -kerning first=115 second=92 amount=-2 -kerning first=115 second=93 amount=-2 -kerning first=115 second=125 amount=-1 -kerning first=233 second=93 amount=-2 -kerning first=115 second=221 amount=-4 -kerning first=115 second=376 amount=-4 -kerning first=233 second=92 amount=-3 -kerning first=233 second=89 amount=-5 -kerning first=115 second=8249 amount=-1 -kerning first=115 second=8482 amount=-2 -kerning first=116 second=41 amount=-2 -kerning first=233 second=87 amount=-1 -kerning first=116 second=63 amount=-1 -kerning first=116 second=84 amount=-6 -kerning first=116 second=89 amount=-1 -kerning first=116 second=92 amount=-1 -kerning first=116 second=93 amount=-1 -kerning first=116 second=125 amount=-1 -kerning first=233 second=86 amount=-2 -kerning first=116 second=221 amount=-1 -kerning first=233 second=84 amount=-8 -kerning first=116 second=376 amount=-1 -kerning first=233 second=63 amount=-3 -kerning first=233 second=42 amount=-1 -kerning first=116 second=8249 amount=-1 -kerning first=116 second=8482 amount=-1 -kerning first=117 second=41 amount=-3 -kerning first=233 second=41 amount=-3 -kerning first=117 second=63 amount=-2 -kerning first=117 second=84 amount=-8 -kerning first=117 second=86 amount=-2 -kerning first=117 second=87 amount=-1 -kerning first=117 second=89 amount=-4 -kerning first=117 second=92 amount=-2 -kerning first=117 second=93 amount=-2 -kerning first=117 second=125 amount=-2 -kerning first=117 second=221 amount=-4 -kerning first=117 second=376 amount=-4 -kerning first=117 second=8482 amount=-2 -kerning first=233 second=39 amount=-1 -kerning first=118 second=41 amount=-4 -kerning first=118 second=44 amount=-1 -kerning first=118 second=46 amount=-1 -kerning first=118 second=47 amount=-2 -kerning first=118 second=63 amount=-1 -kerning first=233 second=34 amount=-1 -kerning first=118 second=74 amount=-2 -kerning first=118 second=84 amount=-6 -kerning first=232 second=8482 amount=-2 -kerning first=118 second=88 amount=-1 -kerning first=118 second=89 amount=-3 -kerning first=232 second=8221 amount=-1 -kerning first=118 second=92 amount=-1 -kerning first=118 second=93 amount=-2 -kerning first=118 second=125 amount=-2 -kerning first=232 second=8220 amount=-1 -kerning first=232 second=8217 amount=-1 -kerning first=232 second=8216 amount=-1 -kerning first=232 second=376 amount=-5 -kerning first=232 second=221 amount=-5 -kerning first=232 second=125 amount=-2 -kerning first=118 second=198 amount=-2 -kerning first=118 second=221 amount=-3 -kerning first=232 second=93 amount=-2 -kerning first=118 second=376 amount=-3 -kerning first=232 second=92 amount=-3 -kerning first=118 second=8218 amount=-1 -kerning first=118 second=8222 amount=-1 -kerning first=118 second=8230 amount=-1 -kerning first=118 second=8482 amount=-2 -kerning first=119 second=41 amount=-4 -kerning first=119 second=44 amount=-1 -kerning first=119 second=46 amount=-1 -kerning first=119 second=47 amount=-2 -kerning first=119 second=63 amount=-1 -kerning first=232 second=89 amount=-5 -kerning first=119 second=74 amount=-2 -kerning first=119 second=84 amount=-6 -kerning first=232 second=87 amount=-1 -kerning first=119 second=88 amount=-1 -kerning first=119 second=89 amount=-3 -kerning first=232 second=86 amount=-2 -kerning first=119 second=92 amount=-1 -kerning first=119 second=93 amount=-3 -kerning first=119 second=125 amount=-2 -kerning first=232 second=84 amount=-8 -kerning first=232 second=63 amount=-3 -kerning first=232 second=42 amount=-1 -kerning first=232 second=41 amount=-3 -kerning first=232 second=39 amount=-1 -kerning first=232 second=34 amount=-1 -kerning first=119 second=198 amount=-2 -kerning first=119 second=221 amount=-3 -kerning first=119 second=376 amount=-3 -kerning first=231 second=8482 amount=-2 -kerning first=119 second=8218 amount=-1 -kerning first=119 second=8222 amount=-1 -kerning first=119 second=8230 amount=-1 -kerning first=119 second=8482 amount=-2 -kerning first=120 second=41 amount=-2 -kerning first=120 second=45 amount=-1 -kerning first=120 second=63 amount=-1 -kerning first=120 second=84 amount=-6 -kerning first=231 second=8249 amount=-1 -kerning first=120 second=89 amount=-2 -kerning first=120 second=92 amount=-1 -kerning first=120 second=93 amount=-2 -kerning first=231 second=8212 amount=-1 -kerning first=120 second=99 amount=-1 -kerning first=231 second=8211 amount=-1 -kerning first=120 second=101 amount=-1 -kerning first=231 second=376 amount=-3 -kerning first=120 second=111 amount=-1 -kerning first=231 second=240 amount=-1 -kerning first=120 second=125 amount=-1 -kerning first=120 second=173 amount=-1 -kerning first=120 second=221 amount=-2 -kerning first=231 second=221 amount=-3 -kerning first=231 second=173 amount=-1 -kerning first=231 second=125 amount=-1 -kerning first=231 second=93 amount=-2 -kerning first=231 second=92 amount=-2 -kerning first=231 second=89 amount=-3 -kerning first=231 second=86 amount=-1 -kerning first=120 second=231 amount=-1 -kerning first=120 second=232 amount=-1 -kerning first=120 second=233 amount=-1 -kerning first=120 second=234 amount=-1 -kerning first=120 second=235 amount=-1 -kerning first=120 second=240 amount=-1 -kerning first=120 second=242 amount=-1 -kerning first=120 second=243 amount=-1 -kerning first=120 second=244 amount=-1 -kerning first=120 second=245 amount=-1 -kerning first=120 second=246 amount=-1 -kerning first=120 second=248 amount=-1 -kerning first=120 second=339 amount=-1 -kerning first=120 second=376 amount=-2 -kerning first=120 second=8211 amount=-1 -kerning first=120 second=8212 amount=-1 -kerning first=120 second=8249 amount=-2 -kerning first=120 second=8482 amount=-1 -kerning first=231 second=84 amount=-9 -kerning first=121 second=41 amount=-4 -kerning first=121 second=44 amount=-1 -kerning first=121 second=46 amount=-1 -kerning first=121 second=47 amount=-2 -kerning first=121 second=63 amount=-1 -kerning first=231 second=63 amount=-2 -kerning first=121 second=74 amount=-2 -kerning first=121 second=84 amount=-6 -kerning first=231 second=45 amount=-1 -kerning first=121 second=88 amount=-1 -kerning first=121 second=89 amount=-3 -kerning first=231 second=41 amount=-3 -kerning first=121 second=92 amount=-1 -kerning first=121 second=93 amount=-2 -kerning first=121 second=125 amount=-2 -kerning first=230 second=8482 amount=-2 -kerning first=230 second=8221 amount=-1 -kerning first=230 second=8220 amount=-1 -kerning first=230 second=8217 amount=-1 -kerning first=230 second=8216 amount=-1 -kerning first=230 second=376 amount=-5 -kerning first=230 second=221 amount=-5 -kerning first=121 second=198 amount=-1 -kerning first=121 second=221 amount=-3 -kerning first=121 second=376 amount=-3 -kerning first=230 second=125 amount=-2 -kerning first=121 second=8218 amount=-1 -kerning first=121 second=8222 amount=-1 -kerning first=121 second=8230 amount=-1 -kerning first=121 second=8482 amount=-2 -kerning first=122 second=41 amount=-3 -kerning first=122 second=45 amount=-1 -kerning first=122 second=63 amount=-2 -kerning first=122 second=84 amount=-7 -kerning first=122 second=86 amount=-1 -kerning first=122 second=89 amount=-3 -kerning first=122 second=92 amount=-2 -kerning first=122 second=93 amount=-2 -kerning first=230 second=93 amount=-2 -kerning first=230 second=92 amount=-3 -kerning first=230 second=89 amount=-5 -kerning first=230 second=87 amount=-1 -kerning first=230 second=86 amount=-2 -kerning first=122 second=125 amount=-1 -kerning first=122 second=173 amount=-1 -kerning first=122 second=221 amount=-3 -kerning first=230 second=84 amount=-8 -kerning first=230 second=63 amount=-3 -kerning first=230 second=42 amount=-1 -kerning first=230 second=41 amount=-3 -kerning first=230 second=39 amount=-1 -kerning first=230 second=34 amount=-1 -kerning first=229 second=8482 amount=-2 -kerning first=229 second=376 amount=-5 -kerning first=229 second=221 amount=-5 -kerning first=229 second=125 amount=-2 -kerning first=229 second=93 amount=-2 -kerning first=229 second=92 amount=-3 -kerning first=229 second=89 amount=-5 -kerning first=229 second=87 amount=-1 -kerning first=229 second=86 amount=-2 -kerning first=229 second=84 amount=-8 -kerning first=229 second=63 amount=-2 -kerning first=229 second=41 amount=-3 -kerning first=228 second=8482 amount=-2 -kerning first=228 second=376 amount=-5 -kerning first=122 second=376 amount=-3 -kerning first=122 second=8211 amount=-1 -kerning first=122 second=8212 amount=-1 -kerning first=122 second=8249 amount=-1 -kerning first=122 second=8482 amount=-2 -kerning first=123 second=40 amount=-1 -kerning first=123 second=48 amount=-1 -kerning first=228 second=221 amount=-5 -kerning first=123 second=52 amount=-2 -kerning first=228 second=125 amount=-2 -kerning first=123 second=54 amount=-1 -kerning first=123 second=56 amount=-1 -kerning first=123 second=57 amount=-1 -kerning first=123 second=65 amount=-1 -kerning first=228 second=93 amount=-2 -kerning first=123 second=67 amount=-1 -kerning first=228 second=92 amount=-3 -kerning first=123 second=69 amount=-1 -kerning first=123 second=70 amount=-1 -kerning first=123 second=71 amount=-1 -kerning first=228 second=89 amount=-5 -kerning first=228 second=87 amount=-1 -kerning first=123 second=74 amount=-1 -kerning first=228 second=86 amount=-2 -kerning first=228 second=84 amount=-8 -kerning first=228 second=63 amount=-2 -kerning first=228 second=41 amount=-3 -kerning first=123 second=79 amount=-1 -kerning first=227 second=8482 amount=-2 -kerning first=123 second=81 amount=-1 -kerning first=227 second=376 amount=-5 -kerning first=227 second=221 amount=-5 -kerning first=227 second=125 amount=-2 -kerning first=123 second=97 amount=-2 -kerning first=227 second=93 amount=-2 -kerning first=123 second=99 amount=-2 -kerning first=123 second=100 amount=-2 -kerning first=123 second=101 amount=-2 -kerning first=123 second=102 amount=2 -kerning first=123 second=103 amount=-2 -kerning first=227 second=92 amount=-3 -kerning first=227 second=89 amount=-5 -kerning first=227 second=87 amount=-1 -kerning first=227 second=86 amount=-2 -kerning first=227 second=84 amount=-8 -kerning first=123 second=109 amount=-2 -kerning first=123 second=110 amount=-2 -kerning first=123 second=111 amount=-2 -kerning first=123 second=112 amount=-2 -kerning first=123 second=113 amount=-2 -kerning first=123 second=114 amount=-2 -kerning first=123 second=115 amount=-2 -kerning first=123 second=116 amount=-1 -kerning first=123 second=117 amount=-2 -kerning first=123 second=118 amount=-1 -kerning first=123 second=119 amount=-1 -kerning first=123 second=120 amount=-1 -kerning first=227 second=63 amount=-2 -kerning first=123 second=122 amount=-1 -kerning first=123 second=123 amount=-1 -kerning first=123 second=192 amount=-1 -kerning first=123 second=193 amount=-1 -kerning first=123 second=194 amount=-1 -kerning first=123 second=195 amount=-1 -kerning first=123 second=196 amount=-1 -kerning first=123 second=197 amount=-1 -kerning first=123 second=199 amount=-1 -kerning first=123 second=200 amount=-1 -kerning first=123 second=201 amount=-1 -kerning first=123 second=202 amount=-1 -kerning first=123 second=203 amount=-1 -kerning first=227 second=41 amount=-3 -kerning first=226 second=8482 amount=-2 -kerning first=123 second=206 amount=2 -kerning first=226 second=376 amount=-5 -kerning first=226 second=221 amount=-5 -kerning first=226 second=125 amount=-2 -kerning first=123 second=210 amount=-1 -kerning first=123 second=211 amount=-1 -kerning first=123 second=212 amount=-1 -kerning first=123 second=213 amount=-1 -kerning first=123 second=214 amount=-1 -kerning first=123 second=216 amount=-1 -kerning first=226 second=93 amount=-2 -kerning first=226 second=92 amount=-3 -kerning first=226 second=89 amount=-5 -kerning first=226 second=87 amount=-1 -kerning first=226 second=86 amount=-2 -kerning first=123 second=223 amount=2 -kerning first=123 second=224 amount=-2 -kerning first=123 second=225 amount=-2 -kerning first=123 second=226 amount=-2 -kerning first=123 second=227 amount=-2 -kerning first=123 second=228 amount=-2 -kerning first=123 second=229 amount=-2 -kerning first=123 second=230 amount=-2 -kerning first=123 second=231 amount=-2 -kerning first=123 second=232 amount=-2 -kerning first=123 second=233 amount=-2 -kerning first=123 second=234 amount=-2 -kerning first=123 second=235 amount=-2 -kerning first=123 second=236 amount=3 -kerning first=226 second=84 amount=-8 -kerning first=226 second=63 amount=-2 -kerning first=226 second=41 amount=-3 -kerning first=123 second=240 amount=-1 -kerning first=123 second=241 amount=-2 -kerning first=123 second=242 amount=-2 -kerning first=123 second=243 amount=-2 -kerning first=123 second=244 amount=-2 -kerning first=123 second=245 amount=-2 -kerning first=123 second=246 amount=-2 -kerning first=123 second=248 amount=-2 -kerning first=123 second=249 amount=-2 -kerning first=123 second=250 amount=-2 -kerning first=123 second=251 amount=-2 -kerning first=123 second=252 amount=-2 -kerning first=225 second=8482 amount=-2 -kerning first=225 second=376 amount=-5 -kerning first=225 second=221 amount=-5 -kerning first=225 second=125 amount=-2 -kerning first=225 second=93 amount=-2 -kerning first=225 second=92 amount=-3 -kerning first=123 second=338 amount=-1 -kerning first=123 second=339 amount=-2 -kerning first=225 second=89 amount=-5 -kerning first=123 second=353 amount=-2 -kerning first=123 second=382 amount=-1 -kerning first=225 second=87 amount=-1 -kerning first=225 second=86 amount=-2 -kerning first=225 second=84 amount=-8 -kerning first=124 second=236 amount=1 -kerning first=125 second=41 amount=-1 -kerning first=225 second=63 amount=-2 -kerning first=225 second=41 amount=-3 -kerning first=125 second=93 amount=-1 -kerning first=125 second=98 amount=4 -kerning first=125 second=104 amount=4 -kerning first=125 second=107 amount=4 -kerning first=125 second=125 amount=-1 -kerning first=224 second=8482 amount=-2 -kerning first=224 second=376 amount=-5 -kerning first=224 second=221 amount=-5 -kerning first=224 second=125 amount=-2 -kerning first=224 second=93 amount=-2 -kerning first=224 second=92 amount=-3 -kerning first=224 second=89 amount=-5 -kerning first=126 second=98 amount=4 -kerning first=126 second=104 amount=4 -kerning first=126 second=107 amount=4 -kerning first=224 second=87 amount=-1 -kerning first=224 second=86 amount=-2 -kerning first=224 second=84 amount=-8 -kerning first=224 second=63 amount=-2 -kerning first=224 second=41 amount=-3 -kerning first=223 second=8482 amount=-1 -kerning first=223 second=8221 amount=-1 -kerning first=223 second=8217 amount=-1 -kerning first=223 second=376 amount=-2 -kerning first=223 second=255 amount=-2 -kerning first=223 second=254 amount=-1 -kerning first=223 second=253 amount=-2 -kerning first=223 second=223 amount=-1 -kerning first=223 second=221 amount=-2 -kerning first=223 second=186 amount=-1 -kerning first=223 second=174 amount=-1 -kerning first=223 second=170 amount=-1 -kerning first=223 second=125 amount=-1 -kerning first=223 second=121 amount=-2 -kerning first=223 second=119 amount=-2 -kerning first=223 second=118 amount=-2 -kerning first=223 second=116 amount=-1 -kerning first=223 second=102 amount=-1 -kerning first=223 second=93 amount=-2 -kerning first=223 second=92 amount=-1 -kerning first=223 second=89 amount=-2 -kerning first=223 second=87 amount=-1 -kerning first=223 second=86 amount=-1 -kerning first=223 second=84 amount=-1 -kerning first=223 second=63 amount=-1 -kerning first=223 second=41 amount=-3 -kerning first=161 second=84 amount=-5 -kerning first=161 second=86 amount=-1 -kerning first=161 second=89 amount=-2 -kerning first=161 second=221 amount=-2 -kerning first=161 second=376 amount=-2 -kerning first=223 second=39 amount=-1 -kerning first=223 second=34 amount=-1 -kerning first=162 second=98 amount=4 -kerning first=162 second=104 amount=4 -kerning first=162 second=107 amount=4 -kerning first=223 second=32 amount=-1 -kerning first=222 second=8482 amount=-2 -kerning first=222 second=381 amount=-1 -kerning first=222 second=376 amount=-2 -kerning first=222 second=221 amount=-2 -kerning first=222 second=198 amount=-1 -kerning first=163 second=52 amount=-1 -kerning first=222 second=125 amount=-1 -kerning first=163 second=98 amount=4 -kerning first=163 second=104 amount=4 -kerning first=163 second=107 amount=4 -kerning first=222 second=93 amount=-2 -kerning first=222 second=92 amount=-2 -kerning first=222 second=90 amount=-1 -kerning first=222 second=89 amount=-2 -kerning first=222 second=88 amount=-2 -kerning first=222 second=86 amount=-1 -kerning first=222 second=84 amount=-4 -kerning first=164 second=98 amount=4 -kerning first=164 second=104 amount=4 -kerning first=164 second=107 amount=4 -kerning first=222 second=74 amount=-2 -kerning first=222 second=63 amount=-2 -kerning first=222 second=55 amount=-2 -kerning first=222 second=50 amount=-1 -kerning first=222 second=47 amount=-3 -kerning first=222 second=41 amount=-4 -kerning first=221 second=8250 amount=-2 -kerning first=165 second=98 amount=4 -kerning first=165 second=104 amount=4 -kerning first=165 second=107 amount=4 -kerning first=221 second=8249 amount=-3 -kerning first=221 second=8230 amount=-5 -kerning first=221 second=8222 amount=-5 -kerning first=221 second=8218 amount=-5 -kerning first=221 second=8212 amount=-4 -kerning first=221 second=8211 amount=-4 -kerning first=221 second=382 amount=-3 -kerning first=170 second=98 amount=4 -kerning first=170 second=104 amount=4 -kerning first=170 second=107 amount=4 -kerning first=221 second=353 amount=-4 -kerning first=221 second=339 amount=-5 -kerning first=221 second=338 amount=-1 -kerning first=221 second=255 amount=-1 -kerning first=221 second=254 amount=-1 -kerning first=221 second=253 amount=-1 -kerning first=221 second=252 amount=-4 -kerning first=172 second=98 amount=4 -kerning first=172 second=104 amount=4 -kerning first=172 second=107 amount=4 -kerning first=221 second=251 amount=-4 -kerning first=221 second=250 amount=-4 -kerning first=221 second=249 amount=-4 -kerning first=221 second=248 amount=-5 -kerning first=221 second=246 amount=-5 -kerning first=173 second=34 amount=-5 -kerning first=173 second=39 amount=-5 -kerning first=173 second=49 amount=-3 -kerning first=221 second=245 amount=-5 -kerning first=173 second=55 amount=-4 -kerning first=221 second=244 amount=-5 -kerning first=173 second=74 amount=-3 -kerning first=221 second=243 amount=-5 -kerning first=173 second=84 amount=-4 -kerning first=173 second=86 amount=-2 -kerning first=221 second=242 amount=-5 -kerning first=221 second=241 amount=-4 -kerning first=173 second=89 amount=-4 -kerning first=221 second=240 amount=-2 -kerning first=221 second=235 amount=-5 -kerning first=173 second=120 amount=-1 -kerning first=173 second=122 amount=-1 -kerning first=173 second=221 amount=-4 -kerning first=221 second=234 amount=-5 -kerning first=221 second=233 amount=-5 -kerning first=221 second=232 amount=-5 -kerning first=173 second=376 amount=-4 -kerning first=173 second=382 amount=-1 -kerning first=221 second=231 amount=-5 -kerning first=173 second=8217 amount=-6 -kerning first=173 second=8221 amount=-6 -kerning first=221 second=230 amount=-5 -kerning first=221 second=229 amount=-5 -kerning first=176 second=52 amount=-1 -kerning first=221 second=228 amount=-5 -kerning first=221 second=227 amount=-5 -kerning first=177 second=98 amount=4 -kerning first=177 second=104 amount=4 -kerning first=177 second=107 amount=4 -kerning first=221 second=226 amount=-5 -kerning first=221 second=225 amount=-5 -kerning first=221 second=224 amount=-5 -kerning first=221 second=223 amount=-1 -kerning first=221 second=216 amount=-1 -kerning first=221 second=214 amount=-1 -kerning first=221 second=213 amount=-1 -kerning first=178 second=98 amount=4 -kerning first=178 second=104 amount=4 -kerning first=178 second=107 amount=4 -kerning first=221 second=212 amount=-1 -kerning first=221 second=211 amount=-1 -kerning first=221 second=210 amount=-1 -kerning first=221 second=199 amount=-1 -kerning first=221 second=198 amount=-7 -kerning first=221 second=197 amount=-4 -kerning first=221 second=196 amount=-4 -kerning first=179 second=98 amount=4 -kerning first=179 second=104 amount=4 -kerning first=179 second=107 amount=4 -kerning first=221 second=195 amount=-4 -kerning first=221 second=194 amount=-4 -kerning first=221 second=193 amount=-4 -kerning first=221 second=192 amount=-4 -kerning first=221 second=173 amount=-4 -kerning first=183 second=49 amount=-3 -kerning first=183 second=55 amount=-4 -kerning first=183 second=108 amount=-4 -kerning first=183 second=322 amount=-4 -kerning first=221 second=169 amount=-1 -kerning first=221 second=122 amount=-3 -kerning first=185 second=98 amount=4 -kerning first=185 second=104 amount=4 -kerning first=185 second=107 amount=4 -kerning first=221 second=121 amount=-1 -kerning first=221 second=120 amount=-2 -kerning first=221 second=119 amount=-1 -kerning first=221 second=118 amount=-1 -kerning first=221 second=117 amount=-4 -kerning first=221 second=116 amount=-1 -kerning first=221 second=115 amount=-4 -kerning first=186 second=98 amount=4 -kerning first=186 second=104 amount=4 -kerning first=186 second=107 amount=4 -kerning first=221 second=114 amount=-4 -kerning first=221 second=113 amount=-5 -kerning first=221 second=112 amount=-4 -kerning first=221 second=111 amount=-5 -kerning first=221 second=110 amount=-4 -kerning first=221 second=109 amount=-4 -kerning first=221 second=103 amount=-5 -kerning first=188 second=98 amount=4 -kerning first=188 second=104 amount=4 -kerning first=188 second=107 amount=4 -kerning first=221 second=102 amount=-1 -kerning first=221 second=101 amount=-5 -kerning first=221 second=100 amount=-5 -kerning first=221 second=99 amount=-5 -kerning first=221 second=97 amount=-5 -kerning first=221 second=81 amount=-1 -kerning first=221 second=79 amount=-1 -kerning first=189 second=98 amount=4 -kerning first=189 second=104 amount=4 -kerning first=189 second=107 amount=4 -kerning first=221 second=74 amount=-3 -kerning first=221 second=71 amount=-1 -kerning first=221 second=67 amount=-1 -kerning first=221 second=65 amount=-4 -kerning first=221 second=59 amount=-2 -kerning first=221 second=58 amount=-2 -kerning first=221 second=52 amount=-3 -kerning first=190 second=98 amount=4 -kerning first=190 second=104 amount=4 -kerning first=190 second=107 amount=4 -kerning first=221 second=47 amount=-6 -kerning first=221 second=46 amount=-5 -kerning first=221 second=45 amount=-4 -kerning first=221 second=44 amount=-5 -kerning first=221 second=32 amount=-2 -kerning first=191 second=65 amount=-3 -kerning first=191 second=66 amount=-4 -kerning first=191 second=67 amount=-4 -kerning first=191 second=68 amount=-4 -kerning first=191 second=69 amount=-4 -kerning first=191 second=70 amount=-4 -kerning first=191 second=71 amount=-4 -kerning first=191 second=72 amount=-4 -kerning first=191 second=73 amount=-4 -kerning first=191 second=74 amount=-4 -kerning first=191 second=75 amount=-4 -kerning first=191 second=76 amount=-4 -kerning first=191 second=77 amount=-4 -kerning first=191 second=78 amount=-4 -kerning first=191 second=79 amount=-4 -kerning first=191 second=80 amount=-4 -kerning first=191 second=81 amount=-4 -kerning first=191 second=82 amount=-4 -kerning first=191 second=83 amount=-4 -kerning first=191 second=84 amount=-8 -kerning first=191 second=85 amount=-4 -kerning first=191 second=86 amount=-5 -kerning first=191 second=87 amount=-4 -kerning first=191 second=88 amount=-4 -kerning first=191 second=89 amount=-6 -kerning first=191 second=90 amount=-4 -kerning first=191 second=97 amount=-4 -kerning first=191 second=98 amount=-4 -kerning first=191 second=99 amount=-4 -kerning first=191 second=100 amount=-4 -kerning first=191 second=101 amount=-4 -kerning first=191 second=102 amount=3 -kerning first=191 second=103 amount=-4 -kerning first=191 second=104 amount=-4 -kerning first=191 second=105 amount=-4 -kerning first=191 second=106 amount=-1 -kerning first=191 second=107 amount=-4 -kerning first=191 second=108 amount=-4 -kerning first=191 second=109 amount=-4 -kerning first=191 second=110 amount=-4 -kerning first=191 second=111 amount=-4 -kerning first=191 second=112 amount=-4 -kerning first=191 second=113 amount=-4 -kerning first=191 second=114 amount=-4 -kerning first=191 second=115 amount=-4 -kerning first=191 second=116 amount=-3 -kerning first=191 second=117 amount=-4 -kerning first=191 second=118 amount=-4 -kerning first=191 second=119 amount=-4 -kerning first=191 second=120 amount=-4 -kerning first=191 second=121 amount=-1 -kerning first=191 second=122 amount=-4 -kerning first=191 second=192 amount=-3 -kerning first=191 second=193 amount=-3 -kerning first=191 second=194 amount=-3 -kerning first=191 second=195 amount=-3 -kerning first=191 second=196 amount=-3 -kerning first=191 second=197 amount=-3 -kerning first=191 second=198 amount=-3 -kerning first=191 second=199 amount=-4 -kerning first=191 second=200 amount=-4 -kerning first=191 second=201 amount=-4 -kerning first=191 second=202 amount=-4 -kerning first=191 second=203 amount=-4 -kerning first=191 second=204 amount=-4 -kerning first=191 second=205 amount=-4 -kerning first=191 second=206 amount=-4 -kerning first=191 second=207 amount=-4 -kerning first=191 second=208 amount=-4 -kerning first=191 second=209 amount=-4 -kerning first=191 second=210 amount=-4 -kerning first=191 second=211 amount=-4 -kerning first=191 second=212 amount=-4 -kerning first=191 second=213 amount=-4 -kerning first=191 second=214 amount=-4 -kerning first=191 second=216 amount=-4 -kerning first=191 second=217 amount=-4 -kerning first=191 second=218 amount=-4 -kerning first=191 second=219 amount=-4 -kerning first=191 second=220 amount=-4 -kerning first=191 second=221 amount=-6 -kerning first=191 second=222 amount=-4 -kerning first=191 second=223 amount=3 -kerning first=191 second=224 amount=-4 -kerning first=191 second=225 amount=-4 -kerning first=191 second=226 amount=-4 -kerning first=191 second=227 amount=-4 -kerning first=191 second=228 amount=-4 -kerning first=191 second=229 amount=-4 -kerning first=191 second=230 amount=-4 -kerning first=191 second=231 amount=-4 -kerning first=191 second=232 amount=-4 -kerning first=191 second=233 amount=-4 -kerning first=191 second=234 amount=-4 -kerning first=191 second=235 amount=-4 -kerning first=191 second=236 amount=-4 -kerning first=191 second=237 amount=-4 -kerning first=191 second=238 amount=-4 -kerning first=191 second=239 amount=-4 -kerning first=191 second=240 amount=-4 -kerning first=191 second=241 amount=-4 -kerning first=191 second=242 amount=-4 -kerning first=191 second=243 amount=-4 -kerning first=191 second=244 amount=-4 -kerning first=191 second=245 amount=-4 -kerning first=191 second=246 amount=-4 -kerning first=191 second=248 amount=-4 -kerning first=191 second=249 amount=-4 -kerning first=191 second=250 amount=-4 -kerning first=191 second=251 amount=-4 -kerning first=191 second=252 amount=-4 -kerning first=191 second=253 amount=-1 -kerning first=220 second=254 amount=-1 -kerning first=191 second=255 amount=-1 -kerning first=191 second=305 amount=-4 -kerning first=191 second=321 amount=-4 -kerning first=191 second=322 amount=-4 -kerning first=191 second=338 amount=-4 -kerning first=191 second=339 amount=-4 -kerning first=191 second=352 amount=-4 -kerning first=191 second=353 amount=-4 -kerning first=191 second=376 amount=-6 -kerning first=191 second=381 amount=-4 -kerning first=191 second=382 amount=-4 -kerning first=220 second=198 amount=-1 -kerning first=220 second=74 amount=-1 -kerning first=192 second=32 amount=-2 -kerning first=192 second=34 amount=-3 -kerning first=192 second=39 amount=-3 -kerning first=192 second=41 amount=-1 -kerning first=192 second=42 amount=-3 -kerning first=192 second=49 amount=-2 -kerning first=192 second=55 amount=-2 -kerning first=192 second=63 amount=-3 -kerning first=220 second=47 amount=-2 -kerning first=220 second=41 amount=-1 -kerning first=219 second=254 amount=-1 -kerning first=219 second=198 amount=-1 -kerning first=192 second=84 amount=-5 -kerning first=219 second=74 amount=-1 -kerning first=192 second=86 amount=-3 -kerning first=192 second=87 amount=-1 -kerning first=192 second=89 amount=-4 -kerning first=192 second=92 amount=-4 -kerning first=192 second=93 amount=-1 -kerning first=219 second=47 amount=-2 -kerning first=192 second=116 amount=-1 -kerning first=192 second=118 amount=-1 -kerning first=192 second=119 amount=-1 -kerning first=192 second=121 amount=-1 -kerning first=219 second=41 amount=-1 -kerning first=192 second=169 amount=-1 -kerning first=192 second=170 amount=-2 -kerning first=192 second=174 amount=-2 -kerning first=192 second=186 amount=-2 -kerning first=218 second=254 amount=-1 -kerning first=218 second=198 amount=-1 -kerning first=218 second=74 amount=-1 -kerning first=218 second=47 amount=-2 -kerning first=218 second=41 amount=-1 -kerning first=217 second=254 amount=-1 -kerning first=217 second=198 amount=-1 -kerning first=217 second=74 amount=-1 -kerning first=217 second=47 amount=-2 -kerning first=217 second=41 amount=-1 -kerning first=216 second=8482 amount=-1 -kerning first=192 second=221 amount=-4 -kerning first=216 second=376 amount=-2 -kerning first=192 second=253 amount=-1 -kerning first=216 second=221 amount=-2 -kerning first=192 second=255 amount=-1 -kerning first=216 second=198 amount=-1 -kerning first=192 second=376 amount=-4 -kerning first=192 second=8216 amount=-3 -kerning first=192 second=8217 amount=-3 -kerning first=192 second=8220 amount=-3 -kerning first=192 second=8221 amount=-3 -kerning first=192 second=8482 amount=-4 -kerning first=216 second=125 amount=-1 -kerning first=216 second=93 amount=-2 -kerning first=193 second=32 amount=-2 -kerning first=193 second=34 amount=-3 -kerning first=193 second=39 amount=-3 -kerning first=193 second=41 amount=-1 -kerning first=193 second=42 amount=-3 -kerning first=193 second=49 amount=-2 -kerning first=193 second=55 amount=-2 -kerning first=193 second=63 amount=-3 -kerning first=216 second=92 amount=-1 -kerning first=216 second=89 amount=-2 -kerning first=216 second=88 amount=-1 -kerning first=216 second=84 amount=-1 -kerning first=193 second=84 amount=-5 -kerning first=216 second=74 amount=-1 -kerning first=193 second=86 amount=-3 -kerning first=193 second=87 amount=-1 -kerning first=193 second=89 amount=-4 -kerning first=193 second=92 amount=-4 -kerning first=193 second=93 amount=-1 -kerning first=216 second=63 amount=-1 -kerning first=193 second=116 amount=-1 -kerning first=193 second=118 amount=-1 -kerning first=193 second=119 amount=-1 -kerning first=193 second=121 amount=-1 -kerning first=216 second=55 amount=-1 -kerning first=193 second=169 amount=-1 -kerning first=193 second=170 amount=-2 -kerning first=193 second=174 amount=-2 -kerning first=193 second=186 amount=-2 -kerning first=216 second=47 amount=-2 -kerning first=216 second=41 amount=-4 -kerning first=215 second=107 amount=4 -kerning first=215 second=104 amount=4 -kerning first=215 second=98 amount=4 -kerning first=215 second=55 amount=-2 -kerning first=215 second=49 amount=-1 -kerning first=214 second=8482 amount=-1 -kerning first=214 second=376 amount=-2 -kerning first=214 second=221 amount=-2 -kerning first=214 second=198 amount=-1 -kerning first=193 second=221 amount=-4 -kerning first=214 second=125 amount=-1 -kerning first=193 second=253 amount=-1 -kerning first=214 second=93 amount=-2 -kerning first=193 second=255 amount=-1 -kerning first=214 second=92 amount=-1 -kerning first=193 second=376 amount=-4 -kerning first=193 second=8216 amount=-3 -kerning first=193 second=8217 amount=-3 -kerning first=193 second=8220 amount=-3 -kerning first=193 second=8221 amount=-3 -kerning first=193 second=8482 amount=-4 -kerning first=214 second=89 amount=-2 -kerning first=214 second=88 amount=-1 -kerning first=194 second=32 amount=-2 -kerning first=194 second=34 amount=-3 -kerning first=194 second=39 amount=-3 -kerning first=194 second=41 amount=-1 -kerning first=194 second=42 amount=-3 -kerning first=194 second=49 amount=-2 -kerning first=194 second=55 amount=-2 -kerning first=194 second=63 amount=-3 -kerning first=214 second=84 amount=-1 -kerning first=214 second=74 amount=-1 -kerning first=214 second=63 amount=-1 -kerning first=214 second=55 amount=-1 -kerning first=194 second=84 amount=-5 -kerning first=214 second=47 amount=-2 -kerning first=194 second=86 amount=-3 -kerning first=194 second=87 amount=-1 -kerning first=194 second=89 amount=-4 -kerning first=194 second=92 amount=-4 -kerning first=194 second=93 amount=-1 -kerning first=214 second=41 amount=-4 -kerning first=194 second=116 amount=-1 -kerning first=194 second=118 amount=-1 -kerning first=194 second=119 amount=-1 -kerning first=194 second=121 amount=-1 -kerning first=213 second=8482 amount=-1 -kerning first=194 second=169 amount=-1 -kerning first=194 second=170 amount=-2 -kerning first=194 second=174 amount=-2 -kerning first=194 second=186 amount=-2 -kerning first=213 second=376 amount=-2 -kerning first=213 second=221 amount=-2 -kerning first=213 second=198 amount=-1 -kerning first=213 second=125 amount=-1 -kerning first=213 second=93 amount=-2 -kerning first=213 second=92 amount=-1 -kerning first=213 second=89 amount=-2 -kerning first=213 second=88 amount=-1 -kerning first=213 second=84 amount=-1 -kerning first=213 second=74 amount=-1 -kerning first=213 second=63 amount=-1 -kerning first=194 second=221 amount=-4 -kerning first=213 second=55 amount=-1 -kerning first=194 second=253 amount=-1 -kerning first=213 second=47 amount=-2 -kerning first=194 second=255 amount=-1 -kerning first=213 second=41 amount=-4 -kerning first=194 second=376 amount=-4 -kerning first=194 second=8216 amount=-3 -kerning first=194 second=8217 amount=-3 -kerning first=194 second=8220 amount=-3 -kerning first=194 second=8221 amount=-3 -kerning first=194 second=8482 amount=-4 -kerning first=212 second=8482 amount=-1 -kerning first=212 second=376 amount=-2 -kerning first=195 second=32 amount=-2 -kerning first=195 second=34 amount=-3 -kerning first=195 second=39 amount=-3 -kerning first=195 second=41 amount=-1 -kerning first=195 second=42 amount=-3 -kerning first=195 second=49 amount=-2 -kerning first=195 second=55 amount=-2 -kerning first=195 second=63 amount=-3 -kerning first=212 second=221 amount=-2 -kerning first=212 second=198 amount=-1 -kerning first=212 second=125 amount=-1 -kerning first=212 second=93 amount=-2 -kerning first=195 second=84 amount=-5 -kerning first=212 second=92 amount=-1 -kerning first=195 second=86 amount=-3 -kerning first=195 second=87 amount=-1 -kerning first=195 second=89 amount=-4 -kerning first=195 second=92 amount=-4 -kerning first=195 second=93 amount=-1 -kerning first=212 second=89 amount=-2 -kerning first=195 second=116 amount=-1 -kerning first=195 second=118 amount=-1 -kerning first=195 second=119 amount=-1 -kerning first=195 second=121 amount=-1 -kerning first=212 second=88 amount=-1 -kerning first=195 second=169 amount=-1 -kerning first=195 second=170 amount=-2 -kerning first=195 second=174 amount=-2 -kerning first=195 second=186 amount=-2 -kerning first=212 second=84 amount=-1 -kerning first=212 second=74 amount=-1 -kerning first=212 second=63 amount=-1 -kerning first=212 second=55 amount=-1 -kerning first=212 second=47 amount=-2 -kerning first=212 second=41 amount=-4 -kerning first=211 second=8482 amount=-1 -kerning first=211 second=376 amount=-2 -kerning first=211 second=221 amount=-2 -kerning first=211 second=198 amount=-1 -kerning first=211 second=125 amount=-1 -kerning first=195 second=221 amount=-4 -kerning first=211 second=93 amount=-2 -kerning first=195 second=253 amount=-1 -kerning first=211 second=92 amount=-1 -kerning first=195 second=255 amount=-1 -kerning first=211 second=89 amount=-2 -kerning first=195 second=376 amount=-4 -kerning first=195 second=8216 amount=-3 -kerning first=195 second=8217 amount=-3 -kerning first=195 second=8220 amount=-3 -kerning first=195 second=8221 amount=-3 -kerning first=195 second=8482 amount=-4 -kerning first=211 second=88 amount=-1 -kerning first=211 second=84 amount=-1 -kerning first=196 second=32 amount=-2 -kerning first=196 second=34 amount=-3 -kerning first=196 second=39 amount=-3 -kerning first=196 second=41 amount=-1 -kerning first=196 second=42 amount=-3 -kerning first=196 second=49 amount=-2 -kerning first=196 second=55 amount=-2 -kerning first=196 second=63 amount=-3 -kerning first=211 second=74 amount=-1 -kerning first=211 second=63 amount=-1 -kerning first=211 second=55 amount=-1 -kerning first=211 second=47 amount=-2 -kerning first=196 second=84 amount=-5 -kerning first=211 second=41 amount=-4 -kerning first=196 second=86 amount=-3 -kerning first=196 second=87 amount=-1 -kerning first=196 second=89 amount=-4 -kerning first=196 second=92 amount=-4 -kerning first=196 second=93 amount=-1 -kerning first=210 second=8482 amount=-1 -kerning first=196 second=116 amount=-1 -kerning first=196 second=118 amount=-1 -kerning first=196 second=119 amount=-1 -kerning first=196 second=121 amount=-1 -kerning first=210 second=376 amount=-2 -kerning first=196 second=169 amount=-1 -kerning first=196 second=170 amount=-2 -kerning first=196 second=174 amount=-2 -kerning first=196 second=186 amount=-2 -kerning first=210 second=221 amount=-2 -kerning first=210 second=198 amount=-1 -kerning first=210 second=125 amount=-1 -kerning first=210 second=93 amount=-2 -kerning first=210 second=92 amount=-1 -kerning first=210 second=89 amount=-2 -kerning first=210 second=88 amount=-1 -kerning first=210 second=84 amount=-1 -kerning first=210 second=74 amount=-1 -kerning first=210 second=63 amount=-1 -kerning first=210 second=55 amount=-1 -kerning first=196 second=221 amount=-4 -kerning first=210 second=47 amount=-2 -kerning first=196 second=253 amount=-1 -kerning first=210 second=41 amount=-4 -kerning first=196 second=255 amount=-1 -kerning first=209 second=254 amount=-1 -kerning first=196 second=376 amount=-4 -kerning first=196 second=8216 amount=-3 -kerning first=196 second=8217 amount=-3 -kerning first=196 second=8220 amount=-3 -kerning first=196 second=8221 amount=-3 -kerning first=196 second=8482 amount=-4 -kerning first=209 second=41 amount=-1 -kerning first=208 second=8482 amount=-1 -kerning first=197 second=32 amount=-2 -kerning first=197 second=34 amount=-3 -kerning first=197 second=39 amount=-3 -kerning first=197 second=41 amount=-1 -kerning first=197 second=42 amount=-3 -kerning first=197 second=49 amount=-2 -kerning first=197 second=55 amount=-2 -kerning first=197 second=63 amount=-3 -kerning first=208 second=376 amount=-2 -kerning first=208 second=221 amount=-2 -kerning first=208 second=198 amount=-1 -kerning first=208 second=125 amount=-1 -kerning first=197 second=84 amount=-5 -kerning first=208 second=93 amount=-2 -kerning first=197 second=86 amount=-3 -kerning first=197 second=87 amount=-1 -kerning first=197 second=89 amount=-4 -kerning first=197 second=92 amount=-4 -kerning first=197 second=93 amount=-1 -kerning first=208 second=92 amount=-1 -kerning first=197 second=116 amount=-1 -kerning first=197 second=118 amount=-1 -kerning first=197 second=119 amount=-1 -kerning first=197 second=121 amount=-1 -kerning first=208 second=89 amount=-2 -kerning first=197 second=169 amount=-1 -kerning first=197 second=170 amount=-2 -kerning first=197 second=174 amount=-2 -kerning first=197 second=186 amount=-2 -kerning first=208 second=88 amount=-1 -kerning first=208 second=84 amount=-1 -kerning first=208 second=74 amount=-1 -kerning first=208 second=63 amount=-1 -kerning first=208 second=47 amount=-2 -kerning first=208 second=41 amount=-4 -kerning first=207 second=254 amount=-1 -kerning first=206 second=254 amount=-1 -kerning first=206 second=125 amount=3 -kerning first=206 second=93 amount=3 -kerning first=206 second=41 amount=3 -kerning first=197 second=221 amount=-4 -kerning first=205 second=254 amount=-1 -kerning first=197 second=253 amount=-1 -kerning first=205 second=41 amount=-1 -kerning first=197 second=255 amount=-1 -kerning first=204 second=254 amount=-1 -kerning first=197 second=376 amount=-4 -kerning first=197 second=8216 amount=-3 -kerning first=197 second=8217 amount=-3 -kerning first=197 second=8220 amount=-3 -kerning first=197 second=8221 amount=-3 -kerning first=197 second=8482 amount=-4 -kerning first=204 second=41 amount=-1 -kerning first=203 second=254 amount=-1 -kerning first=198 second=41 amount=-1 -kerning first=203 second=41 amount=-1 -kerning first=202 second=254 amount=-1 -kerning first=202 second=41 amount=-1 -kerning first=201 second=254 amount=-1 -kerning first=201 second=41 amount=-1 -kerning first=200 second=254 amount=-1 -kerning first=200 second=41 amount=-1 -kerning first=199 second=8212 amount=-1 -kerning first=199 second=8211 amount=-1 -kerning first=199 second=338 amount=-1 -kerning first=199 second=254 amount=-1 -kerning first=199 second=216 amount=-1 -kerning first=199 second=214 amount=-1 -kerning first=199 second=213 amount=-1 -kerning first=199 second=212 amount=-1 -kerning first=199 second=211 amount=-1 -kerning first=199 second=210 amount=-1 -kerning first=199 second=199 amount=-1 -kerning first=199 second=186 amount=-1 -kerning first=199 second=173 amount=-1 -kerning first=199 second=169 amount=-1 -kerning first=199 second=81 amount=-1 -kerning first=199 second=79 amount=-1 -kerning first=199 second=71 amount=-1 -kerning first=199 second=67 amount=-1 -kerning first=199 second=52 amount=-2 -kerning first=199 second=45 amount=-1 -kerning first=199 second=41 amount=-1 -kerning first=198 second=254 amount=-1 diff --git a/osu.Game.Resources/Fonts/Exo2.0-Regular.bin b/osu.Game.Resources/Fonts/Exo2.0-Regular.bin new file mode 100644 index 0000000000000000000000000000000000000000..2884102f77478858224b7bf1086bb0e61020504d GIT binary patch literal 47187 zcmZ9#3A~+Um8ZM+J_IPIC?F;n=#!ucgNz~=w1fy41`(0LV42d$$kf8B)b@lCg ztNM2LwY$q-X;)Ww*)>V4Rn>M~t8KLsRB#@c1SOJyLV+U?$VtxG`@8?=efC*9Q1$zE zJ^TMo>s{|!>-)Z)gnIq?ZINGvk5A<&t9FQIhqAiJbc(mX2Uo<#A{idRw676Nt z&d$;=>z$W=FYFx??d8#K8oaZAdT(V6Thu!{+VW^8OueIjQnY=ey)N2{XbT3nWL?*I zQM4nX9hK|g-uW5(!rr0Lj?DK}V{K}z(dU8Q=LSo9hos-)tlwLBbhJaKHVqE%EsJ(U z?-kK<^`4x1U)FeW)_p_UZ*1({KJ~|g#ZmT+J&Zjz+Iyqz-+NB=J1*MKdn@`c@BMaf zkTqh*!sDY2d;hh+JmVH*ANjuUglLx!&K|rt9--fKv=gJ<(A$x*uWmlTFRzUDmcf7O zA3pXA_MH^%(}NcbUNQD*=34lwXdfNi-Cx$mF79Pt3r~*r$Nm43`CK>lE{y+sw`Rtd zjmKi&tE0WFKe3PbRz~}2|3CL%HeQ#pr$##{zS_Tcc=mft@4#rUiT2*9Gou|_+H0fr zdVfDy+FROu8ow|6?IrA!qyL{sDs%vX6fJ7vC*>eY7Kb7Y&w2BPP+#h;~o!ll^($ zvyU^Q{eJJS`bTD_{c;}h-NLh?J-7en*ymV$|AuHA`sWRnjWv9_I@)J?f6+f8V>wIK zNUY|6E*h*D_hY_uqC7SA_Wpc+B*PY-8||j4JNgIYj5za`MmsOs-%R~hjm0l-jP{fM zx$%p(a7O1xJHLP6;5E_q&Dhws@J-Q9n0o%;sByoX`cHiLngQK%9 z`@pA{MEm5_AIC3@UEF+nX|$z-7Y>e1KhB8x-Wu%>r+(01Jsz9AE?g7s&FOc{Sfk%% z(e9Y~ULUPDUgK?{3&!V5{$k7TMEl89FByJrZ~sJO%GJWRM|)BKnK`&N+PBm1Md>#+ z?)SUV-rxW9;IMq3N(QEWEqq6`KbZPYi39Tdg0{DJM*E$?U#6}t%zh8f%Dsi_qFvkj z*NKfIt8Tn2+JSt>AMtWf#=bY& zx%~%v&+n~n=Z5yaXy*-n*r#qVmRNg#wAW^h7bS+!7Dc-z+FjYlsaca;CH}6Bwy^(y z$7VJ5dtJ0%_VM!ZJ~*QfMEQ8?+RNG+M>M~DFxr=Mw?L!rGWPmtm-K%>HP-p2qumhg zqnU5%cs}e~AMO6ZS%a6R9t=|L@ym_TUYW5=+t?%9d>f*Dw*M~%NAy;t-;u4p+!XD) z^n2Y{OU+ogG1?E)Z^d5yHbwhaQ_sy1G?H>|X2ksSDACAUe z7UZ7EeF{Hs&i7BI-;2|4Fpj^EL|ZuZr-?uAA15{Y{w&&)$wBMJk!|cJqxA;oB!*7O zy53X%8(MODdGnvK_UBQS4*q$3|MIN8wB2X^BHBlCuh=`c{xTY8ytjRSmG8sBw&cKB z(HFJ*;9p0(A@{cz_kJt(EzXR+g`bMHEBEP@1d}Uj}A|^?%O-L)uGQs`^>ZMtDlYb!@-Br?`37n-$dIn^&bZ> ziLxMBKArjgHrl1h-xtTL)F$rxe;4g@5`d zFGc%*dWQ^FjkVR$z8vihy_XKo8pj6p^dF-w80R!Kf_vzeX#a2G@r2$vsm1%X`_|TI zw?0d|HQGN;otJ)Rr{Dgq-&dlo8vIeTte99hG4p*jbWY;s_*mBOJ-2CJi}v^Z+~*VH zy__)pZVUCs_EE>riFP|ue7a(M?;-cU9_gBlJv`5Z`{k6V8{dfb(PwGjjCN4$J3KS( zm;a^Tx1v3oC%a{_Z@<`w_U&jFrr!bSH|%(l>n;3Fv@6Eig7ifDZnW+FKgzxM?DX5e zY2S-BJ+&ieB)MPyAlh4|{wR6ty04CQN3??mz24FB0c*S} z+MUtWOZ`u-e`FW&V7GX`W@8z-52FQ#Fiss3%+9PkD|TzS=x`IT{t)|{qU)_+#l^< zW?d@%e&cnwMcbKpIVSyjQ8~Atg#IMYlP^#Fao^|J;(=(Jryc=OOx@LAI==VdzkiDMSbur$q1wm&_t9uC zh|POzk45`U@5*S}N57v(`}p|&OMOQBMYR8;_rCst@xg5O;#S9h8SOvx-rGMQ8b08@ z@T+Lsv$vNfuI9RzH0{^XHs#&mp!k%Wq2F&p$L5)V_W1Zp)&yMrYT)U$EyTM0NpSjO0 zZ*eda?Vzc%5(lr$-VSf}?T+@vobS@uvTycFyzGg#@mbnzw72!INWW9l?|e%X9l0w zYEwVj$Mc-c^Zh=#rw}iLXg8$R9pA=U>!zZe@~oKT)%gYKcj9;rYTbfp5B2Wv&p*>J z-@ehFJJpMqtOx94zi2;+52nXwMEpG`+ReQk>9;yQeNNl&bECa>>dy4z8EJ9L^XEnT zY4UgP`JNx`%*5Jsi>rfMzZXP1J^hZ{EB6;hyDje|$0mk2Uu=0{w2wWjuDvMQn!Fz! zHSR}j91!iU)PuuYJ$Oz#-vgsPk|%fGneZQRe{i(ho>hxq5^YES-WI3x`LQV4pJl%< z%YLaFtg$%S{)y*#|1sYo(LNIY9p3iATW4?KOQZeG)O6+}j}C6@9){NYSkBzq$$9*< zXruml@xeJg-X$439qk8G|FOjeex~2jXq%%Q8C$s5(r;O`f0bJ7e7@%$9*zGwviGL+ zJD~Mj9_dSLDi`$Sz7?KRP!mo=7-=cC_iqs`@B`=arD^!x2-OH=E3wq;%V zy)N33Q=dqkoVUVmy7pLEW<9>%^?5b!#oZ7FwPtWK6>!Z!3#x6=f?%nh| zBifybjicH*>-zk@#tEGh?V@Nm&i9C%?|!)-@oe_KXkQ%v z?z3;smo=`9Mjhjxw_m(Uzw7e-ZMmN>&H3(|^QGShqH(X@yWa<+efU}Zu8(%)_})mq zG2ac*j?3>{)N$$t^R16|)6{wK%Guf5{>kjTV@Laky!*W_F*HaedwsMG(RjN*CjC;q z+t{0;9Wj2Mq#yU`jnQt-evcVHQ?tgVXrD~K<%x~?Gru|7vN|Kr{6o<`lUlMowQir( zI%4C)(JmVQHb>3oEH_8{#6&x)%(_Rqm;HKRh?d-fu zF3P^x$6@JrU$j4%`sjdn8S3)^(S8)|iScjiQ#o^L=Z~WunfKM_r=m{fw<_xW{n3t{ z`jh;I@|>)(sI9Rr+Vk_9`AgG}JmQ`6pJ$=7b01qB-xJTA@9#zHl5ej|e(-$t`e^?m z8o#>j-S79Ky)Mu9d-wa7^c(ynbDov4&u#PlpV3~B-z;C3xFWZh?}=#3l1F>LLp&Mn zI~l(BbKQZ{z25hx{!MFi}tU_8e{1<9qkX3`-k;T zk5B!xgr(6QNE{s6;~mWBwPn$MFK4tcza8$MXX8UNc6qeB^IO5noY8{B^qJ9)k9Kcr z;@a$sbGtIy%4na>?-no0DNdzAy(HSH(f(wt?K9TSjP~}a=M9dGpP%R!C*ty3OSD&v ze+Op1S4La5l-&CJ!5P^B_MIOs55K+h#=rg3kGxzE?bJNWAD1VWePVImLKgCeJFm$5 z<*Tw^&hpe~FN*fAXe*-O1J3AxXqWbHO)XiFGx9f{L!$jvJzx2Leps}*{8IC(>}o+~ zeqF{M9qrYrIozFiUc=94NBiG-6F5BeaNqP}jdw;{p5Fxdt#tp~F}SB(5$%2X?TdGk zeRCZX?aFAYpQSB0{y+D6@ePTQ2Qes*-(y-88a3_QqKk_zEqZIH>zF>}WIW=sqN`f# zbUxP?Z3sE@O+}lEwiInGy0z#lMPDuYS`k06IPCX>B(K6~39_-4=RKKLiSi8FDx}pyjeJ13(TSCsawdmF&{A??JmhiKLpSARnkhbunf%It6 zV?{qN`bB8aBMl}V;)UL^PZaT@uC}x2sUmLgw$2ps2&YEDbeEJ#iK3_PDPa=DN20up zy2E?(RzWA`>YA2<5h9(F{^v3Z~L?pFeYg=CLv=IGA1Eo5;7(sV-hkZA!8CUCLv=IGA5zr)5IiX zOdb*98g_iY6u*SUp6<+InSaSB2c=yF-q6Psn||x9EM<`u?J8Le6(>5pnNo zA1I9sP`kdg8;aH!-B`4th&!iiYz%3s_fSs%=F&bC()ukSttYo6a!Vq&ByvmoS`oRW zc6-QmzaDbkZxnsA=vzhK4mtKaMc)k#+R1z`q7ZDD?hrp1~pNu-dX+lIbyE);Dq$m2fVI&e>*HI~d zT*Hppe67@j3x)JMQm9ub%oolm@ z-CeT^Z#aVNR>M~k{*#C``)vtn%hn?DQjNTn$V-X5l*r3H&4TSA=i5<4#Htao5)msA zu@Vt05wQ{xD-p5MV?{))8qwM3M~(bJ5E>rZ7Sb=or2U9V$vY<_h)FeKQX(du#hSx> zR5LwJg|l^I)0o9OEd8jCwo*I0?&y3PFA#C1MwUshEb_UIS*~gtbXjPwdqqB%<(g@< zqKNs1O*<*nHDZ=w^TC>?G0R(vE)BVli$iz=#8}S* z@{FJ^J%()!EoFqK02$Aa@eJX=QJWdB%{J0kwCXF!c!qAu<%mroS2LQh;DKmevjG3i zHZl@vH98?97P>F}+}ng~Wi>}Y&H_0zK$D$!=*8TZXmScmO7kqS z&;3IB;JA$7n(6rDKG-$ljOH4hT-vJA&M0kl5ive$BQ7ZI!lHGdVQam-i2I-#_d&_i z!j`K`yC&q!*A`t@tsf}ugQZqmd>AxLC4;DRC#NF9`+?}O| ziykTB?rbY}XX&vb?#^nz2u-#4`E{t@$on)_J)TQXa-Vj@lSMm=o+^5}Xr^d)$XWIj z%@)lSku&<#oWTNeMvbRKiTk;>@J#5;RyeZ4D1nSb=(5aW?pt5T67KtR9mG1LmY0_{ zjSJ8d&qK>7Nv3cIjCu67h zBb%1{a~*VPt~?><^RirdLeA&5B4TLNy(Zs@-ML1NKyw7-2*?qy4Pl>FQI#bs^{D&p zYK4dZBj?f9$_Y~CN8Ri4IhloffU|I4=(^LM(fYHdF_t??*PWhEY#uezQnYQQX(^F3 z-86_=GVCB~j-&->N0nyfLc{t|8-YE;mebtT+|h$YJBqe9Vl4K}wh_eDo;C~Kb=|jy zoEhuqTI<`3)>f-`1Lj+wt84u>RO?NpZ7S`S(mq?-7aHL|qa88>AhQB8Q=qNA`TcGw zBH#A39o-Pp2OkW1Zr2rE-3XgG5BK&!Nb85y>iv>_UDH_i%4+2V9lI#HURzwWq=-?r z@<*R@&Auyo^HyEn==J&Jq=y}34l-_CzPS%7jpvI!_TvO?WrRDYa?P|^IJd5mr^U>h zbLkCg-JaIEt@^oN`mr}>raF3`nQr~q7ZqezcSgQ5OV{Y6(5Ml*+UlYUiY{!#EQjUV z)j@|8dGBEcVyJ7a-c!(sA!q(n$kmJ{S~-13%v39J<%rvh?kKvm=&qu>i|#49w-J^; z9dcc39qSHTE2RG*;>C4+zCxout5Kh|^r`5hw#%K3&deuqFxNEiWvuIci&jqB5#DiV z^^OB!Ri8h~A3p&=MhSFjuC9aDsLehwK1PY9oko#2Hje;wP;HtMvzf@(u`+>84q2T9{TF)kp0YG zTCb?q%Zto1TFo+uj51EigyS-tr`>0&IgF>IRgf;ORH zYejn?)OByjXTF5cwuNS!hAn#^BOq%8WQ~BV5zzKr`f5kfgGCP&{j}(3MGqG} z64Dlb5oTucO^qCs$XbcqpUPk4nXdsM%_YiNI_B(KTo(?J^8jWo38q)Hjm95|E-u&|#y?>l<=FE>8 z(Ym&@`-(P&hAp>vRvC3?=aUMYzY0A)|635WK3dmW-P<|&KIwN=Yo*_1q1ldB`;lSx zgUHLSgSe!LRX%eu3zd4VS#U}9bH4NPJsrk-qqfg>XjFkwqmzorcr_|e*IMy|8W}H< z@$UDO(6IG0&zadghs<-x{X*t6WF|xUihW><>uw0SntrAqzE}HH(JdiIklnU^wlwbN zYPT1Cy;{Ff^v$Ag6_L}9C8wpkipXg-a#|v%C2KJ@KaxxP%uBRKOM9&7=SAe@Ab)Xo zJ{uu(5Hbg$ow=OZ97Hn*A#)I)o{(=w>`E7hw91@e7V>CM8%u7vE*YwQJm*N{;Hd45`ZCi9UrTtyS&VypfUown ze%3HnTc2yxRwLRSLA1Lr(XO^Rq|L@XV~KlPiF-#7_uBXQ&{J(@GC=M2kh2ikl6NcS zyQ{Rji->Id-CJ~Dk#&->KQ7HD0JLqnT-RK{2R@lYGilX-M6C2w(as{G-BvO{@*c%3 zzlxTBE)n`gD1X5-^z)GY$Su7~Wa}#<8~ccCHSaTwB`+PpbC}k1ZhDtfl@^6;Wt6m} z=+L5-A^pd5=k9j;Q~~XKq|y2LH13(};e6{_Kko5eN9)?6&DF}YfcCp5GSwg?LX2I7&<}Xh{!;aSDa%ufns`b{Qt&Qk+ZmzD4Aj`CB zOUPN)ghs8E+_IG@-qSR)%&}N%KX&fAH?&r)=l-E~UD4G=+0e&j6d*O|99VixXO zw)!@Kwys*)hdx+Ugb%dTw~06B`*g0ZgYe(5(JMk`{IQ{#ra^leISV748Dh1$){2Mp z%P}EG=nd>+W-Cp;q#yCPJlC#9R3wRtBw2IlXAZI&K6UI&Xw=r-64LsuMV>DsJafp1 zfQ%BzXkra>8ZxILa~d+IA#)n~O>f?oUxo6|ouZM`k~xiLPD78Tb=3B2Mqz3d`$J}Cs5epHqU27#G z+>xBq^)A|`()2DP^dF@EApOUPVJ_FuYiM0*?OU^1|1nno(K}yq3J{Sv+lWdy z*N8Y(vx?I1q+G++dTRB1P0{JqN-j9|jF9$uTFkP#X^>Vy7nDYHcWsSzp_xYH<*r8L zszm-u_|JWi=W5r4cDE7N7Eupu{Xl6SEbaQzZV0*V`jGp*v06E|J#FTjia1|2PEaBa zoaIv??Ykx9-nbL%=P#7DC8XE37EveFsGSn^RHDX8R0h|*J>(j96x~^LSJB-?_Y~b* zWQ=n%+jF^(9YqfoJyi75qMsE#T=Ymt-*YF?(nm{stcbgi{kSvj)9TGHL+*%sPyQ1* z)AN6q3H!JUc}9SDNhC3!jppMMn%%Q?8=Cs%1PYm>~~nv@}iX?S39+7%wYZd_nFn&bV+Y-BG0=H zjqH}ZBVq@4gHdZGFKxAk(aLJ04#GZ(6(#EAu(fW>Scw?7b#oE(xdsv2wGrGk)U3PM z$Ii8YolESz>!^K!jDXnDT%%)3V{dBgZML%iFzenU35*z5mYIODrG;alp0k^?fTNFQnudM2&*POp!#UD zr@$VzWf5uk*F_{^@TNvt6{e}c{1D6 zs`WdHs48ky6^W`MQB@?WibPe>KB|gDRgtJF5>-XAs^AT3Nx$7me_cc^ab{|X^hC(9 z)DmfD(NjfF7g0;>M=fy{YKb&kL@iO%lUU{78pmtqIU04t`KTL?;3Pa>bC7=KB}De< zXR=3PKFLg`A1BjwJXZw9L`IF8Ml{(lOO)`c8PE=c5pL@r3= zfQULx)#;(o4qV|&Q?b`%k@ zYDBC=#7ac0M8rx&tVG00M65)_N<^$g#7?zmKO+{86Q{NkrxI~05vLMyDiNpB(?!Io z8gVKSrxI~05vP)IiUs}&0z`D$>iaJmF{wsOO2ni-C2}NUQX(d;7WA8K5ysfLZcT6g zPqZPb%BX2)G$K=2&3>z^^@5@cs~w7#{nF8g)e z4bimfrq)WoO{Gy2ZM~&hjZXSmJE7ZKKW4_K`oO0Lw62YXJOxJF(MCXb7Tr~JchNmX z_ZB@6a+k&=vlx?*F$o!ykTD4nlY{nVVkDv&e~|G98Gn%R2N{3ROfJuSSVXK@Ux+`6 znAFeo(~}b);1@M~B^i^fVI)FEBD8XPeqG|;HD*Gy-DUYqV`hPH4A@Law_$q^UP(pQ_R z_2!U1HGAks&N#C8_%?i|#49x5&)H`t7;2Wk(VB6t#znxTmObPmvxjdL*P(3lau{gm1(u!LkCXJk3Fc!`wXpzMbksei&j>@Q$wD<-lYQTamZ7EJejxk z=Kp*Z&2xi1OUUzucBHS>XM2&cL96is8AFh91sQ9sMt&H(Mk1|7C#_$o*4vAWd-|CR zkof_bGmv=%ZOvFM-O`Aey$3)(m(b7E&^$pjvlcRwp_|h~pKc0i{YFN$`@WUock=y+ zra{LSoe*+_wS@U@j5gQN@1$JLyuS5AJ2{s#Tbs~c-85)r(W*wwcYSEK&38s=);dO< z)imf0MXMVz*6IjZG3iJ3)&lD(+8c9qZH@Db-c&?wcZ9W=5f_$rbx8XzY8tJVLl{hZ}JA#HwdBX-Hm#s>D;ip|c#ekHsi;UNj1 zN_br2j3iEQ)U4us)i`rCqC_%s*oV;s5n;A|D5Opo5_LnmFXVhb zD*AEJ{f)41Rmkk2`Z#ubNK1DVQMuF}D*9>B&x#%{dZdWj>DWh$9xLL`WGhvr-{S;- znM><`RrKp3?onF$c*wC&6g^qAv*@X!r;BEab{Fj_nl0iUU33d@F)h z#jl>~>DABYQ(C!iIo~@&&cc1m41Gsh4{r)pL%X0}Q}7gp=VA#I@|IpWgLY@7M5A#J&= z`mGDO?&U>PB*#*bY_%e>+WSkRs@VF$qV*yDLfx=+L&$Zh8@5s{)NT*C8aeF5(GxQjNTn$V-X5l*l)UER)DGX=f2xruK9ZS*AvoNo1KcTQpZhmU%K}89OJ- z)XXik*C!vG#oR*k-47yL_OvI8uBBF#;(gJx!QHmiX!GqzkD85+G(Lt8;d=|)=F;e zY8v}XYd*;>TgfeFCbwo=EB$Pp%rds6KmTXA*f$;@urQM(7tt=ncpnL2KFw zNWV~XyVCR!t$K*oVQYmp6>X>y8%twE{yS)6TeNg@v{6SC8XL^KE!S+*@J82YNfBP_ znm6<*WA!Pd#w=*Ap`X#1MNL1W>1S#w9vXHKkv(dJC%Z;?ZKe@kQ^P}!z%PziTV#Fa zlltrk>oc0Q7@OTM+U8u&@|hx9UBfy=KkE?mXf9{A4xw3xAnOoh9fGVw(9T?rwGN>@ zUD`|$HrfyGYRiGs^Ohb|w6e&vWY_rA^L1~`wKm$Y!xPJL<-h-zPqP~`P9Y;3GLIln z0pb)!ZLG12#(B&(%{WDKHP%&wCjGREe%snuTAdG?tYKWykGRriBN1&$X~dPS`hdG| zq*w}39fysKFf{6^8u>fdTG?;E{j$0$pdY(Z^Ni4pSjeXb2>&^Y5sS7Zmo{%Ly0z#lMPDuYTG4GGeZYAPnh%V7 zW;X62;~p~ZA>$tUMXm*HEKkGE^6Mg>hUsTkKxPGGRzPM2WL7|C1%$7=c3Q;7p#3+B ze2=Hq{D904=#c68lRm6yd6C(}J=(~*IwLsg{0p~ewxV&Wqox^aXq;;Pom~1EiIC9= z8L^PIK-vdkz4LW#X6D29YQv(5c7HTi<2g*?*-W~x=nF-k59MFG zwGmig<)U?S)1Xb&@21i=l(xRKwWZ;gQOA6fUFttHeA=~EJ^t=!Mmw}3SJy#i4`gmZ z<{MU7EzmfvU2T`v4K!%jW|{QEg4w2FpRL#|v0puONl2eEbN;<#R-3GA1!0YCxn^4{ z_Kn)i)+<^UP0#Pch(KFX+Mz}GVA#DUt?X9|CWJRe-Fu(Wim&W99U6A;%O}(|a_p+u z%*?x+rp@$YANFH!w&E)_&xn4WAcTiTZ5Hbln)g-6dIedfAgdIFPo3GQL&Iy%_eiz= zQ_-VEj}`sA$O^(NRuISv0`07RRuHtOOPeXOg3xMoLgpo8u0q7AmKvwL&qay`c?ytc z1nGOoh=BAxWDIdKW&lJS?Cv09Ln2;ww>6AE#u}55F%B8okmm+@Zjk53%tWH|t&iTd znKy*ohdIrNO{IBmXrIdEh+C@Fv!vCk0)0N$Oq<#2!@77f|H?UpcO^XTF8zI+)-Gf7 zZ^%Q|acI~yX1*_%7Fg@htbfq`)w(T|e|4U*50u6%YP9MDR#TgdH4d21IDm`;2>)pT zCnGH>;sn)<7e*K_*rKJ7)?Y(wuC9Zubr6v=*EAx>)=9kR1NspWyV@@At$swru#Gh$ z=yzGJ*`^T@wyrJO9MT8(gz|6KW8d9HcNN{)i23l}Z0mPNY1TSg^$?_oAUy=>A;?;H zEtIS4AbkMo14ti06Cd23Z;qJwfLPnzX3+R51@$;h~1~!-aZ>LIzJOK zVu|}bZHH|n0K=@#`gY*G(T&}KZcw^Y;+@^7E z?88?5!U(+q=?!R2_0unm-4tz4n@#A)F8BN&d8rW>@XOtJwdjt$plS45U9FtLsIAK>NK1-1 z1vO8Bv1jy{8PdBS$ahZ$@?;=S2J&Q}<8pN!G#NWNnNy+)$X?1E9_QJBndjOp%ct298vYwK!dJT+;VU(LML#?=*IMz5t@?#l z_Xe>y`(eF=1*7izv`pucv<2-Ix#n7{K1DmWG){W9wXO;c8*$PSHrvWsIy07bt>4>< zu+&zcrC7sfDadCjynER6{LEyev#=|PT}oCd#%{@_EnACjE#lqJR^I(2-ur_Egc+MKeV{n=yiO8}GO1!0Guj;_mEe z@pdQSHHo;Ah*PaHc5mqI9e<1+c4)>QWc)$KA7uPN#vf$-L7eKa#WR1m)cnwTS~;yz zTLbSJ_xQ?wdYpd7DP)|k51E5R1ZOnYp<&;iMn)JKwscLymQf?tbq(M0>E~+9=WhUL zT8c)LjM_ek9B09Q&aD4#Ov@yHiM3IOrvD)9+ubz%ho=7^{Rink2%Cp(1U5S#md-Uz zztB&=YzR%~8g-DiK;-YRX=JTL*3LC;Rmc%$EhDgWPir-6(ex=~)C&X1KO6$Gk0&S=6)f40O=P2VxQ#B>9;Xg*IL(xTm%1kf<`AZ zn_G}s3mrB+-_JV<+RA8MJ5?k0rf893GvwYN_N#^uB>XaL{qR-SNdGZHpF*6Vt)43T zfM(kWPoIA5NMAXEes9g?elHEVUuNFbe86h9p4M8KMPET%a=Gr-BBDf%D3OQ~i71hX z68E;PY1qPkUG1nMJmeXzC~aAzVLtUKq@N*u4|yJtX9Rg}kY~w0j1sg7ZOgZ=Lo=Qs zV;nN>A#(vTKbX&%(eR6Bi3Ji?NmwemkB#Zge)A{V`Q*N@1zSS-bG3YW=FGggG)~%9 zPFh-9ba^O$@}18simoiWuE_g2{g~Mi+|Q+LA!mN1H1EWWc(k;~io6rks!t*B#L$z~ zZ)ed{MNb#a6nQ6REZ)@??!Vf1P|?bet@w1*ZOVv9V=~{+tS^u?2eJ-9t8zKkd_&Xs z(3)z!EY!6%tgN(}Z;+=jd zp>4U0F!#&4`T)`|kiLTSA2gk7)Xn8nKSP|%T+_DYo3y$5tql!ZD?V@^#s*_A%jJl- zhPu{|isTx2V|UZ2Lu%SGo9~m8HuKn>dQwYi2((<(IAy*b2K_e&0HA2}$QgY zGOuf`dWcp%MC`vb=7a;4XXF3ji7oQ{7Uuwa6z5`cT*GM_rSsYtro@=lgnT-zfTK(YG4mjm6W9fEG1k zjqm0fv_Ib?4rW^`r!P%T|Bh&`c4yIDMRyn7Q*>`5R@<0MZx}gf#EWM{l(^cO)(@*5 zDB2!!-5o^_7Clt-)1sdhJzT_H+*!DbOOF;kR>WQ0)?bAB%`ZkQHWR1XO#JO?aY{vZ z#N$Oz6mj3Tb!X92MNbzoyZwk{i8>+87R@!Hx4DY1c#_n+=ZXanm64<1e1kYJSj)RkPhK&uC@8uCX!Hb)SAl>)L!9HVce^?isB{F|9`N=R?L2L`-%aWSl~$~Gm6eE zI;)811N*HmI=kqcB2LDB=M}xN==`EL74dxFh&LBqSoD@6;@N)0!A!IHlG2Ew*`~d< zXidod64`rN>)S%kvab5QtF+5YyQ1jIB67j8?=E^z(R)Lqw#NHPGa~T#HKp-v;Ve8` zXfw|iY9B1^`qFMFA_whvW6_49n~FGd`)vw!%_?$LZA(bMY%RLA=qp8EE&5u~ZAG_- zoR4P<=^I7gEaKV1)^8Vmr-)|@TfbNI{h}Wf-BEOB(OpG%7u{2IZ_#~4KPvih(fvi_ zkx}xK(x_qDw>{)(?I?P%=%J#Y7X7T~;i5;1c*=0TM~faS;wi({Uxc*amqouS`gPH7 zLXLR6v?oe?vS?=!HNg?oJ87n9cgS`36!DayHdizZ8DUg;Tf5Ty*LJPu^ygcxj%Yk( zID)4PE#MBJ##4qw)$?R{hgIWVG1scz+cVR!5qUn_ZOP|!u2G|9p$fGJ_JbJf%$J4c+6b(dsL!@iX}Z?B zzGy?WlION=D(#liK3m!s8e#opAIG(RXzbj5;0xdQaThO7?*as~sT3ocK z(U#u)yEF7aE-fWW+?&q=w02EnKJRL1J{3UB=V`Hq#JUo;NZ2>mtlHLNAI!Ho*Qnc? z&*>uL0L?gnj04CxfQ$pkIDqtDvozoI%i7Set!DhudRea7w(iA^(2N{rF%BT(0Aj>k z8(|!vF|*bi2Wabab*-OqfMy&(n{qkAI6yNFAmadASXb+{1?}QoyV^d^t=7qYjTibE zFOcy98849WLX|OISeNr~Z^i-IFqf7Z2WZ9tV~sF0;{Y-aAmad9GL7#c;{Y-an1$9+ z2N|8Wh9X6Sj04CxfQ$pkIDm`;$T)!X3o~PtYZ$v|?02@UyE)`)7nim%)HMtAJ@Xj{ zkZ}MR2hiGF&SD&(tW>1#~M>GY-&(xwO)YlNX02N3@A+>8UXC8Ze$XvP7v zOis(_&wZ7KUe(^rsj z02v36aR6}&+H4%483&MY02v36aR3pV65f^YxMaN0Z(FX}Hez#V z)Cl{Ajf@idu@Czh8?4LNxwdoT0BxAdy%`5+#sRZTJY*cuidFj0I6zxcnsI<;959QK z2yt$sj<=fWBI5wfIDm`;$T)yb$Te(ZjRQ2}fSHX0h_Q3c8^!^eali=UfM<5>>)L$o zl2+pY!hdtE)i^-I&suLBpcw~{aR3d+1IReQ7XO3@!q1});e?88~sG>vtc*}WMDXv17uY8;>$2h3~?p&18|aR3m}wcq#0{pMOfa?^f9XxGttTrREWv~9&-5__@VxkdP1jq{M!ghp*X&dssg zLc^wUs`g_?_G3q`OLdec+I4LNt6y1kMbYJru->~f#A>cPS%Y&^!vfd9KF?C?S;J^z z7Gk68eh~7sAm(!xV$D{)OTDI_-aRJd8fe3gR=xXh$f$$N9%#ul^U+W5LVA~0GYU=b zLVB0hMbq)P zc?s!B$h?HiOGfBj?rnOF)(Nf1x2~ggFRwN2XZd98u!Hd5sP)rpjL>VeE=jAi=rvmP z8m;)$v3iYGe4w_u5&iTor2im%FxxDc^kb}6=|ASXEteKBqH81cDXn^q`Sc`&|D1(= z>}n(QA0zbIT_JtN2z?5v(W=+b^dw}}`zh4?M?bv=U7V}yXw|1^dJWQRv@V&ZADUi+ z*!iewn;X$j??U~Mlj2;&7#+snSNTOPto)mv*<}k|3Uf>x;WRaHlJSO znMn`Ps!t*PN2^{#oAlFvX!?(SdJSTYu6u~q=2JAi2I)0g^(mTOgV^t=gY*IYmQ2sj zr~lCOAEf^v{4(3tbu6>!HHcQNS{oX+HS`)|^(3VKApHmFKW5Qu_k{EYt@;$wf3)f~ zG(8DTM(98K={0CCujO0Uq3Jb9uRR#jr)YW&Vn?Gk!kyDk??OwanGe!`kp6@8AG9sk zY@0=|F*BNDof%E9F=B15VVhb1q3J(J|1mg2TwMnp zTcp<*tDkArLlE}4t{$hK9*6WZq@TA#OW6^mPoX8#%mOVAjhY4S7j02At@4?Hbq^`+ zu%hLSew0>s1i2%~9YOABdr04-xg*FO(TbmEn^l`bqeir9y}sX`@0aDWpB_ikl)SHxA+E&^ZLR$aXqFahKH)7_=jyC0+>$(Q5?g%<;n)x7i#7dDe0%AwAjd-G+YsB8v z*xR0_ofH~2IyuxeIyK}huPHjcXjRDh&Iq}qn_4To-p~jOR_Ag)yf$p!SYO%&MgC&L z*sDrg7jliuL)v^r(UnD$5m%RXP0_VQ*A;!B=z~Sq7u^tY-HD|)md4)P5&M-khV&Ju zrFL^jpMI)Zc|USy;{XqBDQ#=ftwmoc`fAbFiinck?X+$Wc?xSo#^2jZqcW&j8CaL6 zcrE40RJyB(CkVBBita5kvYBOjE_bw}=)oeMC2ZvhOyXHqdbsG3kmt+$s`O~lV@166 z+WMQ2-hI5ZCyJgd+FA5e(bGjUMY}^sUZ$5YB@{fM#st+7@%#GKtsK$MBN>#PhXHV;kRkLE$Rn@^&HE_7- zYmLdRf$CIEH@P}Q+H`5(Xsv3!shUu|O4?LuZDql=cIy@#_8>Z>XXcwL?MKZC%~^eov8PCTxOH~xb=3^*_n7d@snRyJ-YD((&?c(i zY0^H>_|w)~50h4DzCmf{i%xBQrg>bypWTzJf?3Sv9Van`PDUA_q4E?`7V`qfcA!; z*#~iTnY80ui<;+2BmT69fhE%ZsPT7EBgh&0EtPilersGV?Tec4SdGPhoY8wl+f+*q zi&`>4|GOG^pR~ozzidoXq>RP*GHKteE{T4<;(qU!wxV@=>vyV&^1_kx%DAwpK46W_#-brEbW8UIgLYfQeF8O?IY4AH;-a+E*G&d=j`{CqX~#Dgwc7ppsEM~odsE{IoyS{s9h@-J_(=m0Y9(R_s1KR+83%` zx!>gK?mQbrnotn-+r{AkC$@!zB^sy@@2UL7I799`+Y zJ@6HVR^QfH9<2SI6uI?PDZk(RLflu!X@74~zq_Q(*4P=k&m16I$n$?^r0&0yq`X>L zOl*8j+6&E3$i72#ub8COtAVde`(*2Uo!d;UJ2Te!hP3Y}Vh)onr?t28Hh{-4sSYOm~Zoy4biOZjbUg`Pn;x0B;O_)Tfst8ePuUa#}L zG_?Pc_FU_9<=_#r?_gDqYTzDehc*AOHQ4u+o`nYfTiWe?Up4x^`X6aOt-jbiO+MjS zMfaV7Z%O-eY47Z7+ylNX?c=JaXZK@cp|tNvyG`-(W@)9&QZ!Tp>!i(WUaa%KQ1%@d zaj;(6`}fl}NV`w>g|}(Hz4EH)cdxYfHg<{6m-gz=?vwV@>g>kb^rY4+2ZeUOw5iQX z{BCIng!X{6q2{9Idt?hW=K|TXQQ8bWPaf6xDY5%qX(u&!CS0i49Uo`@J!zlaPy4%MQDENz>#FE#(7F{?UVHXjmW zw@X{SpZ2)4*EJqezjvzNq0#RNX){}|d=~vx^m~8Y^H`S{dQ#d?8-Jy-@6y;eh4z%R z^K_q{-@hMm-`XKfH7x2W_nsrAJuPKX>(3iA`}R@qpONLUukY?9ISqo_RBrsH=@6gHaW&xdtTa6I^jXpQ_URxek;0O_wGZKGt9@> z7o-shJj?T2h?@AK6y1|wao>MQT30?javwjxEbV9eX*;ETrm;o+YCrFi_6a?EAK706 zpYE3So5m7pr-dzOd!%W!;%}y6ZD#m+SjyG9Cm$L2ZIC7u!7?C!s`ATh6 z+H;KuUtvo}+WN-QSFGEW_I}+}W+}It@+rRWN&Am}E#ba}eMQ=Ts~*f!&XBA0(@nBE zx^;%?)j6t7uZ`N&koH33(74C9R23N8ly<~^wXP*?(SGsA59m)fc4{7KqVKEYrTw(I zMdwjJ(;Oh}lP%7edgYusP}=Njd*g`y84-U6N&8V_e&Z-b>p0z4u;n$#klw2xQQn0z1Yv23AVfsF+^%t+m)oIc`tJ-&N&+UJJR+@<32O? zjMSEPUE|Eg(em?n`I&x)OY8La*3ey_{Z5zmK+ZQQ`n_2i|8rDzvF1BC`puB`hQ>e0 zr}b~inbQ7`Vt3!?@!8Tor}&$q_-j?KjeE*b(q5zAwUev4iqpd)&ySIIVRdffP{kGZ zOYS|#N;^l-W{1e;PMH$@j+6GZ{CBXP*IL>K{f?LRgmUopiY}gksT(Iqo7EV~-^3?K zdz-XMYaF39s4qMpoG7iUc;-HXMjhvVe2kubX2!j7lJ>3l0@4oCJ@oMYJ%DG?Q>5Le zi)UNz-IJu9s_#c?jl(tH*l*a=q&==&ePi6;{JY{E(gqr@{H^;=X*Z~z9=6Z#kJF_+ zyWel(cS-y6=4H*v{eFjOs(I3Wt{8fY&V%Vn5IMEkwTs(*ECm^PMAYTlL5*<~vW? zn*HWGU)n0&L#Z2M^IahAN}c&}I^S`M7xMQ)X;YhrsKz?qh|~8-`#YWHapC&|qTfZ* zZqYlaqxPx07fYMb+SE8#In8gn3pDl;X?ma6I$N2>eeir~i=;XS_e=Z3e!U-iAMpWcTUwuvcUoh=5wDQ;^?sckn{T!tlfUf_Jk>v@+rxIx;BsxU{! zx)Y-g-6)Ow)V}?0()Tau{yTf0IJjBb_xgEGUNYY;(mtQ-`nU5+X{(gy=P6PSs9vR0 zsRnM9c8lK8&X4=Tq4G{Ouu9rhs*}g4AJ2~XZ?&`ss()5Q@$7wQ)bZP-ovONfOw`?j zqTd>6*UG2Is$bPV^V_9;r~fR#a}#I&F=^kIuZ~qNsA5KJ{I0Zf`!-W~=(kqd=k}ZL z_oS`pKj)0i_i1TY>wJ$_E#6Zm>DO5`FsZ5c0{g|)WNCNw-<6KV)f8!;+b>=YleTrg zczHnDdi@?8)T0OQG2g5;HcI=vo=njAeTlYJ+D`SGq8Q+vIq!HLlJ<4|?tYb?yARUd z4wm+?w5@vAJVD?1l|l`BMB3Gw@AayvrCbvCfJddRZhS*)yhi;d#TrA>X6twDwEpi} zeq;asw5s}r-fx{J-ya|gIp0r6ySUn>^W~ZFkT~B@N_&gy+P?k%K-%Z3M_J2eCvB3n%k>WL)!O}mvKe1ZmUcmFZHr%SuafW4rbzpe{CAM!9f2_KmzCGrfA?;wj_c={x#6LH{FULvSpx*{pD7UzSen{F}X}k2^VnY8N z3is7hr2Vq5@vZ>vOliZ7zisj^{CPbyyiVFzq}@|Z)4Nwc!||Lm{czq1{z>c1s;ws^ z-dO2*cRKI1UisUKe~|N^+S^Ihe0h4ZW~~O^C~b~@U!I`7@wSV5-oet|+Wc~hw=}#5 zL7O7&z{Xj+Z}A-K=fr8!KBag6C(BxX*}qHuj*|9r^(F0$_YwBS(o#QuAC3R;XDe;B;)RbA z1e%#NFG*q4Z(StnMZZgvF3Z-Xsa>1e%A{3EtCQ9wtxH;;v?1xZEIu zRwUh!bW;%a*=E-GsxI5IPUO|rCv8aL+}z5!nK(BS=Vt4-iERD$q{owjf~MP)Vv=I%5s*hfSE_X!uekRix1xCj#kVH6qIqmH zTOqg3&{%!Zx)2r4G*47QbEYujN@?R%9`!?8S0`Gjb?&!BGEpplkk-_d}YE{CVXYWS0iER zHj(Yyp7eOq6G^{HdNS#$q#a35C%JB5sp|&xT(-Jyus6pGt*#r8>jvby0l98Kt{af+ z2IRT{xo$wN8<6V;T7 z#6c(eysmWbMWzGRoS`Nw}NMwMK@T?oT2^t!)%}-S4LMy`=9a{UGUwB3tmIq#ujy z=bxnZ)1;pzZ4!C4pC@fjdN65A($=JhL|*sdq(_n-P5NaL&zQDqo5&|a9Wp(hL>;n5 z9Wp(cL>;oWBkAcR>X2KhLni8w$#sYm{EaSK|9sMKlU@+nFE5Hb_N64Mlr^f9X;;$j zq~WB!Nh3+4Nu4A=dy{2vm-ed26hC`oGp}Q9GcP4gXC(1L&NfpMZPgVb#}%)t+{z1# zZq&86Y0lR~T{|J^_@G((gXQ;>s7n1UJ$v@AG(d*w;;0C+FDU5 zjGe5j6NClUxKCT_Wj~^XKbr6zwik4szV%`(cYBW@2ixw)d zRlu!O5VumLtWiO%Efsm)CE2=8Wc$`9IpeY384o$*A!j^9#*fC{wu!vj_9Sw_8o6L1 z7fj@WiCi#|3np^G^i0yTN#ufCiF^JaWb97N8C{mGM7#SD?Ixn#M6{cTb`#NVUtKD) zcNd99-*ADjdAQK(HPEo78?AFhy&$YI%@>u>79=f9 zx+n!WnSk1MQR{M`u#*RcQei?~%i}YTQeSeI; zJF+4CG90ZwBQ$#mnxm^%AUtGpWTP$6Rif3AjpoRP>?_ET4LPzQyyp4rD>O$ov{IL6 zc4VWi*5wgvk~U^PM>hQ&+0f=}b!4MCvZ1Zn`cRT1n^s3Qaiz$>d0n<*M)4$vFgV)T=?XkT!J{QZqSLT%@cJ(^SLp? z=LQkuy=Yx1@+>|AW717YHwUpddz|@hP0iUZ8Ed?1Sw|k0(8m z#C_WRxKEp&O4=c^$DdB}eVR3%P3^g)UyJwy_p$pl^kTNYl;ry~tvgfOm9#r)IB9Rv zNYZFhC&}^5%)VoDZq6Ra9)j#OB9mvpPSh9s6pit&NcK1*dfgIXYju@a%_q%#YovKKR}i#SsjU=wjWeZ>i`s|H9^r~~yuM?zXI?7m6f~?V zLADCbRzbE3s;zR>!-7kt+b@eno_SGf7lp=HtU55>Vb)eHjMfwMIVXtu7NlmYXth<4 zt%7V7R9ofBfOfYo+j5eqSJ3vP#%lHpmUY9=GeyJE4@+MgZ&#*=_BMTDbGJ~*=IZJd zG=Sr#R6s-Ew%B;v*W-k0S4GK+TveNC6g4rM>?8Xjxw->w!c zwN<-<&}yIV%+{B))jp-4eG1v9?C7QF2fdK=yr>bs@u)eipy#sHwTW45)rlfUC$l^g z{m^Qwo(_%H9odQxN}-?agKQsU`yhLWvD8lQ{K+K$7NV89>(j)eg!NSFQaCgF z58~;v8ye3}Zsi_q4eLjvmD6$SJW($+-#J-#TeL#lXGWs+tD&*R-AU_29=kqiLlSo| zw{izF-JitFotSx#$hHvUrin@9f~_Y%Ok|mJkomghWPRcTYpiCiJ}qpq#u@cugwKev zJ|oCy1l4E6jyyBFG_6a*FV4`LL?veS8O_yqtm;I*-4Ly4Sk(({MQHf>nxw0<^{UVq zVVfb_4B2MLHbb?|%k|BXQ=cj)ZR@dMBrG5{h6`h{S?@tai*)I2fIctPrC+`JT&hdI zdi6P!L?(M5#F~9T{0)~=_32q4&jNWC$g@E8ENy)&Wl;Z%^BoRyO+=d#+G*984Ie->_k6pPb|ty0(9cx`a@}}``Vi+H>k5Kq-$Py(s@J8eG~!wJIg!V@stmTr zDhTv+w(dxB6?mt^`qHfU4Bv&)~%}$N` zmPc?hChWGQ&OGdMmO;)f$hpOQSUMV(l4Z7q=(GiwrH1vLu{>2w-N-Hs!>`5#zVU-C>P5fbvSF6{3v|{En^yxYd zQKh`vBS{Y@JrqPgPSyRkCT+>qrKvrb+A>iuR$H5`o3jU0Y8jfAO_VZ|+uTRG* zvTqS5h(!!*Rf|zep(#E7UqF(r(XfhFDCPy9fJDMOz6Xg3eL^Rm~&y42P zpn4zPIhs8L*?&;&(`)t3e#WOhL2|}cU7FhB?6)YjdcXDoJGWmT*73|Ii9BEJNh)hI z>OWPW8-AH78V;HsM8wV2rGL3VpEGm~2Te<29cvRsqtVLq#%P?8vx2d{e_#=<_8%kk zuiEN!Si1hXsXjUVP7rbGb$3TA{dOho3}VFTsrinBMxJ{N^MD!qnMd}KVmGk z$zvVQXpU$4J+E*2lWr0I(;pOyd}o55mFCr+N%EbE)*YcSpK}4t_b4>y0-EnfXykM$ zXNjB@wEjxpyv7qrk0)(U+Lq*d6k~lCg6>nR{BET>($bHf>&kh@+8+{`puJOTR8KPu*y}LRzC$nuFsJEzt)|k|K*s39Fve^5^~f* z!`0XbM-x7E2GHubf*eETu>ozD?pg4CH)h@z8m$kAyxRSuZmh99 zTA9x$2yv>O<(ed)KCRcKc72kggw`8Va}1%~92yolCedz9&CyA#qZ3-MR$IR=h!Hip z70n|c&jQtJ)Vq8@`fzx|R{ovK?^G9OfN=I9YzWo z)w_h|fBwOIeyW0~z@2ElJ^G!aPiJ2A3k_N-a=#^^(a(E3S5%MSj_uXBW7`()J)J^7 zk6{0d=oN_k^$5Oo!xrw-UhVkQW{O5*glEC3>7h*!*+b{+J9V;GpgBqNgXm|!(28%| zZ(-6!LG-h)=;wHb9OIDV9&#=)!ahY?p{s-i&K@*p6#eXR$R4M4l`fB1owOz>W=`!6 zk!`*+HSR~&{6xll8$)BP&kgdqK|UkMXT*q2x;zU{Zl=vi4<>C%+8V?xK3`_prpx+3M^@+nL&~q}@rwLF~wp z2ssiVME=7@Sho{#f6rHux0s@vPZ!f)T=t^^k48UxlB&RnPJxcq{ltz?v2xqrBoto2wt)QdH0A8^O9E!>4nk0)(U+Lp9c;wf9!%^s4N4tH^7tOzoD?@VKiAP`%#;+0VPA)q8`yH`bgV{h)aw z`}tInPydu8*7d!DlW~MOKbX%Rg6h2;t#6*M&aJkzUg3`6XA5Yq#1a}-bb^@0L%HIIV|6%-`143*sz0K|Wtvi34kn4YWDBy3vmq zaw~DwiJ9@A=bI;OG&K93bqCezb;$+2wU=g}LiQtHhrpA5N`s18y>2&YNMzqXn%W~t z4<|ho#CdGfawNVe@)^A(vZXJJJj>3cT}iu>hLiS+Jj+PZXi_H$PuhBFiO&r`TjR}>Pk)Ov z+e~iS7V4de=WMS=M0hOmVw#dPEony5T#Z^IGocSS!mBD?561vpk;(C$o)O4E&2Dh>b1 zKvx=TST!2j9Fb=^CF#_pd7^HtTj$o=Y_03dve2-Ay6aso6?xs|BCkuOF;QtuR2tKY zBVd~n4@}ep)2^i5Nz?>zi#M_dOrEZ;jkHk^7!yViLLU5#+vUMiRO2vE+U!#E(EkPe6l-LPiA*t(DJC+- zM5gF3IkXR+Q1-^&$P{brTz^}k)~TYsL4!fqw@#O5S)W9HSR+47QfO+h-VY=Y;ruauKy_tL=^iJCb!3YKPidW?S%h`-Chu}Ya(`iZbZBO z7DsdO#Iv_7smA`^0&=~F=Iiomem{h^AT-ET3UcLQzM^lVG2im+=QyRG;}mk7GQzt= zbHqZ9PRKDyKkoLUVe@065^JmqqIF2*eXPk=-;bE(&eW*m9(zyH#vo>SRAdi5lJs!W zLqW{9Ntb8w{Tyv`Y7ZuDN!l938c;8+-Q*A#G&cxOatdC96YQ0x`cz|I<9uD4?iTHgR%-ER5O=Fi5VhDEwRj{V>@LyX zXeAfAL8pkk#;Hm3M4rW&f&~k7l^8+w_E={Mt#zgliOxZy)2l5P*%orfM9!GV8D{{I zZCh4kD^=dMP~}bJk;hWyt&vgIZcgo%q?ICDe`{*aGOS;nt+$D6!J5==4~>&Sv!#si zy3R&gna^771J?C?>#}uy688^}xHsv(r2CV&f7p{mg!e&|n4GKZgXpwI#F~g=)7Bs? zy*9ONB71Fn61i%PTs4uaCUVt8u9|ivk*n6oRTH^tB3Di1>i7yb!%2HZo@FG7JCil;OeSYCo^&Qd&SZ$YmHRoT(a32>1mF76 zp8fpKI%t{D9ve%>dlv3x-p9108A;TGeuj!%54cl0w=NaA3M>}&%H{eb_e;>6(D3de z(QxEG8R}WcTGN6g^4!|#BK_^9#-5ZK^LgFlvz67X%@)~~St8p~XT{8D#XhpaCp|qh z)@X}*1spa#A;L^Vm|Hm$k64l#z8Z=7 zsBj*EH%wGf6P49|CW@O8Ayi<`%sx7W`0+lVscptWgQ5~NIkict`3)bwa{Teh-bQ1D zcSI}EWDAIDHuGN!+d6@3y2hB75@o)IOHly42Pu zakug;_ar)P5igyH@yGPdr@u|))7qZIJ=EG0N!&xN zaSt^;m9!&?d#GEVNqRPkd#GEfKCKF?hIDlbv{qLyXju?`@!b@9F}0UOo`t)qX=l=| zq}@rwNqa^1?nu&T5>~hsAC|D?eW{hy$N<~y>ccpyipTnQ88-X<26Tmd?-*Jx@-B&z z;W!W9YnjEd0da!ef^9xQ?4W{-6li9WD<&HEw@$Rq5p{!36!n6*BU(FIR6=w8W2~zl zv_O|fT#)@-uV{6Zg0OxxW?3xq2z+1-zt|RhWt*3aye_rLBdAT*s7<}tuj7<8R%Gi( zlc+BqOI7jMl_Kwr3Sw=Q$QDpR+)CZBwo&9+oZYPE?1r4(kh2?dhC~a#20P_Mv$-$QCfdHlx`-$TmYub&VE?e%+vYKCi|s^y?JJV*I7Vr(b0*`YCZu+3Qdv4-a( z)_O7Xq-@2$J<$)FyFuOuv)EE*S*mL^#(E!U_{Hlk6M2obBCm0qsKki6wI1Pq%rd0Q zGuLa>7T79mv89lA#8}&h=AEO}dz;)I^TA+}eM-OD&-Nd);L~2A{`)*2evOsTd|GI> z1;ReJVtqIIu}jaw&h3rqL3{M+$c7y45cZ6V{~p3gqHaNZo30XcLJ+IrHLvDhd}#R3 zBe=u%%5HsnZ;2!+2hoIdjqmJxR=wa|DLoy zokx(*9I{oAErqatI7VD5>IHe1w0h?de(6RlzH&c%lGY(zqtR-Qqj3thg_AK2CSkKR z@Aukj?4KGzJX7}yM4Xy<;x_RF-;GxG(TKNG^Ro3kQ7QO^)jWc|HRA29ql8vR32U%R zx7vC%_S=k^mu0JW$=J2Jda;IM2#tQ-&=}hZvj1qcPa$lv^+dbvTbHyxX+zSzN%tk) zpY(vJ6W+i+@53?4YCdVmrw=(MA;%TuxY`LFj(rek)C(F+vj1qc|Df7y{K7aOy!O1v z{`+l`Gl~&dIvO*t6?qMNlGbIqY=J$AW=}%)Bxl6Bjd(j>`;^?WPbVf#Nt%{4BWZ3B zGcVG$C#%9+qoHb_Z@_y}cp6={%$R1~`Jp|di zv<|iz3;7gib@otmo%;}Llma>TA=?ajZ_MHoMDxzkyc(K)3VCmk_Xc@ykWUL*tIPJ; zdgiM&pD$WHqVDIDW|rCl?DIa@uW2v|Us)8Yj~W4g0!5?A#iD@oJ6@egil* zAoklU5I!(D4$$zGHT#cs*Xk;ZCPE_|#+TecX|)cP2T) znD4IC?iLNlF7HWgW74LipC@fjdN65A($=Jhk{(WaB$i9bs zZj7~kXg*am?-$Ln3pq9*Vq-Mca8{r#)71@at*BR+1u8+bT4StfNwhL{NY`leV>Mgv zyrk70g6tt^uszn#9zt_QT@UFh1+oty`v9^JpxOt{3bfh>=joegu@7jq4pL?y;_pN34Ya#-HR9iTMsutE!hH4yWN$En`I<3{{X#2#@oLLN-9kU_ z7s4v9fu)W3uYqH|SG!GGDZkMtdvhy0ck5c|-qDa~H2SexGiJeNlUMt-zMGyC)gH2U z(d<8L#v7iQ)lB%=L_ZU=bPHo?EkQn+8>Kn^AjcnM-$V92V|}V<_B~o{mG?%geGl39 zkbTdHwYqu*&AvxlmKuKPL@SzYMl;nT>iJls7dv9z;TT)5F(hp?T5Fr@9kEN#?44sv z?G5kkSv2|2HrGC|$JxhV8=peyp+dZAjvm zru*?r)5I@L6TdWVpJRx1XY2B6^;tTGXmt!d109YJAjbhT*k&x`(}(O+$i9Mxbd5$o z_SOrZz7Ry~vLt&5%^rg6A;=zr>=(%UfV_|JUt{cKCbY+P&VAoL;J2h>V_MRTq`4y7 z$9_w>r5cNI)|jQM8~d<_XmzwhShY7sV5$9L|Ix~hI??KANAu1h{8Gx(`m~?XhIDy^ zU1sS;tLUhbz?sJihlJjsgosU zrq#rVUTBUNMtBY8v#%h}0@WV6RNriYJw&TL1kGrVwc10sNpt2w+!t}B>XZOBN%I9X4{8fyDMz$6Dc$91Hm#iMNO)+eXf#@v zh)NJzH(D=C&1cTo+7|niHHbf-5i<|RSS;`?t_<|^=|eMh^-n*DnIA|R64_?Q_>=l> zZ_v*%4oz#1+3XlcbHCd~UJY_2LiP)UrF#qH?17f*>W0RCdqLhW7C5dT>>DkReE`+{ z>~ZF!wZtrrXEerkV=SwA7W`BO;glse99r4!y-X&zKAZ8vd5bO4WmL=ILTD>mh zbs?_{d0oisLSFX?k=KR1E<5rWL5^q0@eC2q_JPNKOxlsUN`a0GVm@1sHb+;lpm`r? zC+hNulauBq%?o0L_sfX+sd?vUXN3lxowOi`vGxmOztE4IDPfB}M5{dn*+Y;$#E6Bu zN_kwL^?ol(&0eF``-SRVF4wnSjIH-^RcOq7b<#CS*NU1Itt&!fKJORujv(&{@;)H% zgR$4?>cx3npG1AOc4HF1hpgS4#516^l_HeY4F!PuiUH zVA7VPtwGGDeUih;IG0$bNAQvAWL^s&m12PHcWrm&d-8#68s7&ZJ#QyOV~K_9l%ajV5)1w&~L+ z2>IL~pBvQVes(K< zHl3bipVF@#+AsC#h=BO-NtFWGLy-3dJ)q02-Uphkg0QL=V=vEswvW~&(fWCPV%2DY zY$@b^kXM6h3*3)c7~3gd(5FuZ^2tCx8TxT&vMub~bW+j@BJYD|!fx1%UpnQB`kbSy zSFq!hHiYKYAg=~_HTunMGYd3BG#WH5X-X3J{Z6z_Nb+C6eyJK;1M(VBy#~4Ev1Fdt za5l1T;fk4iN!_H5s8jw~pWX-LHK2Np(dfr~R1mMWH)&Ypb$2IGk*w_uBGSDE8Jlj#FkPc6+ggGZc+nD4`Meo^PATR&CAJ+mdciVpkrq zB{aVK9tv#^jWx)gPORZtOsns|v`%jG8wa8~jzr{a(l^J@#-Ok1lU%Sy?(dC$_lr8^ z>-zL5Kt2ViK85?DAM4(mv>|DI(z+z<@!swbmGTXJdJV{HK=m5<#qqL6WJ~dywbiMu zO1f3#HCBf9ANuqfkk^3fHEz*2kGMJMCXr8z=RdddOgLKZ*5~oMxw@}!GI_KTmr@6mU!0eKCmUZalZ1vz$p z(mauEK2_AOlS#x&xBQPjy$0kppn47JuA}Z4k#}^o$TPn+wYI2N9_3S43G!X&Tl(%b zAg=*=4MwmJk6<;=LY428NBE3Z$n!xS0eQr?MP38)8j#nZpXYm6~QD3aBPNEK3TO+bnx2LvF>p0qiMyO3?+ z&Sct}^iUG{;8rroM82B1UpQWVnc8C_pZ>PgwkJKF^hDCHlAcU@Drra3(@D=HJ)87g z(yx<#lk|MjZux2`td~Jli^o_`|)hiDV(kAA4GJPvQD3EUA>^`qHfU4 zBrJ8m*{K~b@(AvnrqiR9na|TzVzpzV70vr4&ispSoro$mTF|iBYfzYKB+zC$;nBB zNmG+J53k0lmO@qV8Lbzon`VX_8<1lIa%@134al(p*(%7f!OT8sh+TTMwMolFUd^#V zKYN^6F4ffyTP_ooAWoqZZCP6tmd<%)v*CNHXz3aeGUJM$jT%9$`PD*)Nd&0@*K6?HBCp6z=)8U%L8MLaX=d z*q|RHyd%d3);l&J#|AXm9`mka1I@9)ENgXnjb)-<;i;&dG+opU&9OnNV*_$*K#mQF zU3wPB25Z=Bki7=kYtSNHCDwpOW54zv^Eoyk#|FeKofzTRK*M_P!yZRl85-o+fE*jp znrOuWpA4E~19EIYjt$7M!3duq_{#|GrsV1!Q<@~J{TRmi6b`79xyAY_k2_V`ak_Rx=C zLF}Uy|JRL%M4dt_mRjqIN@&bt&9TAn5zmLsjt$7M0Xa6H!8Y*%IW{222D318Dg4s$ zeEf21^Q}OR4al(pc?9IxfE*i;V*_$*FtbPSyUJ@o*1n$_BODuO^%{;1S{)mZV*_$* zKzOZ`@9DGNhhu|Q#|GrsfE*i)s8_o~-%9NK&LqbMBODw2dh{BQ$8Ho&Y%>;`kmR?{ zXj^r;bxRU=RBM})s72PuSKBfq>cq^6Ku*R?+_ literal 0 HcmV?d00001 diff --git a/osu.Game.Resources/Fonts/Exo2.0-RegularItalic.fnt b/osu.Game.Resources/Fonts/Exo2.0-RegularItalic.fnt deleted file mode 100644 index 79b90fc..0000000 --- a/osu.Game.Resources/Fonts/Exo2.0-RegularItalic.fnt +++ /dev/null @@ -1,4172 +0,0 @@ -info face="Exo 2.0" size=100 bold=0 italic=1 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=4,4 outline=0 -common lineHeight=100 base=84 scaleW=1024 scaleH=1024 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="Exo2.0-RegularItalic_0.png" -chars count=342 -char id=32 x=1015 y=163 width=2 height=1 xoffset=0 yoffset=99 xadvance=18 page=0 chnl=15 -char id=33 x=432 y=793 width=15 height=59 xoffset=4 yoffset=25 xadvance=22 page=0 chnl=15 -char id=34 x=946 y=886 width=21 height=19 xoffset=8 yoffset=25 xadvance=29 page=0 chnl=15 -char id=35 x=331 y=668 width=54 height=59 xoffset=2 yoffset=25 xadvance=56 page=0 chnl=15 -char id=36 x=851 y=0 width=43 height=78 xoffset=2 yoffset=16 xadvance=47 page=0 chnl=15 -char id=37 x=954 y=465 width=65 height=61 xoffset=5 yoffset=24 xadvance=74 page=0 chnl=15 -char id=38 x=65 y=548 width=58 height=61 xoffset=3 yoffset=24 xadvance=62 page=0 chnl=15 -char id=39 x=971 y=886 width=9 height=19 xoffset=8 yoffset=25 xadvance=17 page=0 chnl=15 -char id=40 x=80 y=0 width=29 height=80 xoffset=3 yoffset=17 xadvance=29 page=0 chnl=15 -char id=41 x=47 y=0 width=29 height=81 xoffset=-2 yoffset=17 xadvance=29 page=0 chnl=15 -char id=42 x=615 y=898 width=29 height=28 xoffset=7 yoffset=25 xadvance=37 page=0 chnl=15 -char id=43 x=268 y=912 width=38 height=35 xoffset=4 yoffset=41 xadvance=45 page=0 chnl=15 -char id=44 x=778 y=897 width=10 height=22 xoffset=1 yoffset=73 xadvance=19 page=0 chnl=15 -char id=45 x=671 y=926 width=27 height=6 xoffset=5 yoffset=59 xadvance=37 page=0 chnl=15 -char id=46 x=1007 y=886 width=9 height=11 xoffset=2 yoffset=73 xadvance=18 page=0 chnl=15 -char id=47 x=319 y=402 width=48 height=64 xoffset=-1 yoffset=25 xadvance=43 page=0 chnl=15 -char id=48 x=580 y=535 width=42 height=61 xoffset=5 yoffset=24 xadvance=50 page=0 chnl=15 -char id=49 x=339 y=796 width=23 height=59 xoffset=5 yoffset=25 xadvance=33 page=0 chnl=15 -char id=50 x=176 y=611 width=43 height=60 xoffset=1 yoffset=24 xadvance=46 page=0 chnl=15 -char id=51 x=626 y=534 width=42 height=61 xoffset=1 yoffset=24 xadvance=45 page=0 chnl=15 -char id=52 x=346 y=731 width=45 height=59 xoffset=2 yoffset=25 xadvance=50 page=0 chnl=15 -char id=53 x=223 y=607 width=42 height=60 xoffset=1 yoffset=25 xadvance=44 page=0 chnl=15 -char id=54 x=941 y=530 width=39 height=61 xoffset=4 yoffset=24 xadvance=47 page=0 chnl=15 -char id=55 x=895 y=722 width=38 height=59 xoffset=6 yoffset=25 xadvance=42 page=0 chnl=15 -char id=56 x=439 y=536 width=43 height=61 xoffset=3 yoffset=24 xadvance=50 page=0 chnl=15 -char id=57 x=717 y=531 width=41 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=58 x=986 y=838 width=13 height=38 xoffset=2 yoffset=46 xadvance=19 page=0 chnl=15 -char id=59 x=978 y=785 width=13 height=49 xoffset=2 yoffset=46 xadvance=20 page=0 chnl=15 -char id=60 x=351 y=907 width=37 height=35 xoffset=3 yoffset=41 xadvance=43 page=0 chnl=15 -char id=61 x=708 y=898 width=40 height=24 xoffset=4 yoffset=47 xadvance=48 page=0 chnl=15 -char id=62 x=310 y=912 width=37 height=35 xoffset=3 yoffset=41 xadvance=43 page=0 chnl=15 -char id=63 x=984 y=530 width=34 height=61 xoffset=7 yoffset=23 xadvance=41 page=0 chnl=15 -char id=64 x=808 y=787 width=56 height=56 xoffset=4 yoffset=29 xadvance=64 page=0 chnl=15 -char id=65 x=969 y=595 width=51 height=59 xoffset=-2 yoffset=25 xadvance=51 page=0 chnl=15 -char id=66 x=150 y=738 width=45 height=59 xoffset=3 yoffset=25 xadvance=51 page=0 chnl=15 -char id=67 x=486 y=535 width=43 height=61 xoffset=4 yoffset=24 xadvance=47 page=0 chnl=15 -char id=68 x=721 y=661 width=49 height=59 xoffset=3 yoffset=25 xadvance=55 page=0 chnl=15 -char id=69 x=489 y=728 width=43 height=59 xoffset=4 yoffset=25 xadvance=46 page=0 chnl=15 -char id=70 x=442 y=730 width=43 height=59 xoffset=3 yoffset=25 xadvance=44 page=0 chnl=15 -char id=71 x=343 y=538 width=45 height=61 xoffset=5 yoffset=24 xadvance=52 page=0 chnl=15 -char id=72 x=559 y=664 width=50 height=59 xoffset=3 yoffset=25 xadvance=55 page=0 chnl=15 -char id=73 x=412 y=793 width=16 height=59 xoffset=3 yoffset=25 xadvance=21 page=0 chnl=15 -char id=74 x=308 y=796 width=27 height=59 xoffset=0 yoffset=25 xadvance=28 page=0 chnl=15 -char id=75 x=827 y=659 width=48 height=59 xoffset=3 yoffset=25 xadvance=49 page=0 chnl=15 -char id=76 x=197 y=801 width=33 height=59 xoffset=5 yoffset=25 xadvance=42 page=0 chnl=15 -char id=77 x=71 y=678 width=67 height=59 xoffset=2 yoffset=25 xadvance=73 page=0 chnl=15 -char id=78 x=447 y=665 width=53 height=59 xoffset=3 yoffset=25 xadvance=58 page=0 chnl=15 -char id=79 x=291 y=539 width=48 height=61 xoffset=4 yoffset=24 xadvance=55 page=0 chnl=15 -char id=80 x=199 y=738 width=45 height=59 xoffset=3 yoffset=25 xadvance=49 page=0 chnl=15 -char id=81 x=507 y=164 width=48 height=76 xoffset=4 yoffset=24 xadvance=55 page=0 chnl=15 -char id=82 x=248 y=738 width=45 height=59 xoffset=3 yoffset=25 xadvance=51 page=0 chnl=15 -char id=83 x=533 y=535 width=43 height=61 xoffset=2 yoffset=24 xadvance=46 page=0 chnl=15 -char id=84 x=0 y=741 width=46 height=59 xoffset=5 yoffset=25 xadvance=47 page=0 chnl=15 -char id=85 x=75 y=613 width=48 height=60 xoffset=5 yoffset=25 xadvance=55 page=0 chnl=15 -char id=86 x=774 y=659 width=49 height=59 xoffset=5 yoffset=25 xadvance=50 page=0 chnl=15 -char id=87 x=817 y=596 width=74 height=59 xoffset=6 yoffset=25 xadvance=78 page=0 chnl=15 -char id=88 x=389 y=667 width=54 height=59 xoffset=-1 yoffset=25 xadvance=50 page=0 chnl=15 -char id=89 x=100 y=741 width=46 height=59 xoffset=5 yoffset=25 xadvance=47 page=0 chnl=15 -char id=90 x=931 y=659 width=47 height=59 xoffset=0 yoffset=25 xadvance=46 page=0 chnl=15 -char id=91 x=992 y=0 width=27 height=78 xoffset=2 yoffset=19 xadvance=27 page=0 chnl=15 -char id=92 x=597 y=400 width=30 height=64 xoffset=6 yoffset=25 xadvance=42 page=0 chnl=15 -char id=93 x=184 y=83 width=27 height=78 xoffset=-2 yoffset=19 xadvance=27 page=0 chnl=15 -char id=94 x=871 y=890 width=31 height=20 xoffset=4 yoffset=33 xadvance=35 page=0 chnl=15 -char id=95 x=598 y=931 width=38 height=6 xoffset=1 yoffset=83 xadvance=48 page=0 chnl=15 -char id=96 x=118 y=955 width=19 height=16 xoffset=6 yoffset=23 xadvance=26 page=0 chnl=15 -char id=97 x=145 y=867 width=41 height=44 xoffset=3 yoffset=41 xadvance=47 page=0 chnl=15 -char id=98 x=672 y=532 width=41 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=99 x=319 y=859 width=36 height=44 xoffset=3 yoffset=41 xadvance=40 page=0 chnl=15 -char id=100 x=392 y=536 width=43 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=101 x=234 y=864 width=39 height=44 xoffset=3 yoffset=41 xadvance=44 page=0 chnl=15 -char id=102 x=766 y=82 width=48 height=77 xoffset=-10 yoffset=23 xadvance=31 page=0 chnl=15 -char id=103 x=536 y=727 width=43 height=59 xoffset=1 yoffset=41 xadvance=47 page=0 chnl=15 -char id=104 x=314 y=604 width=41 height=60 xoffset=2 yoffset=24 xadvance=48 page=0 chnl=15 -char id=105 x=392 y=794 width=16 height=59 xoffset=3 yoffset=25 xadvance=20 page=0 chnl=15 -char id=106 x=104 y=328 width=22 height=75 xoffset=-3 yoffset=25 xadvance=20 page=0 chnl=15 -char id=107 x=537 y=600 width=39 height=60 xoffset=2 yoffset=24 xadvance=43 page=0 chnl=15 -char id=108 x=712 y=597 width=17 height=60 xoffset=4 yoffset=24 xadvance=24 page=0 chnl=15 -char id=109 x=359 y=859 width=65 height=43 xoffset=2 yoffset=41 xadvance=72 page=0 chnl=15 -char id=110 x=428 y=856 width=41 height=43 xoffset=2 yoffset=41 xadvance=48 page=0 chnl=15 -char id=111 x=190 y=864 width=40 height=44 xoffset=3 yoffset=41 xadvance=47 page=0 chnl=15 -char id=112 x=395 y=730 width=43 height=59 xoffset=0 yoffset=41 xadvance=47 page=0 chnl=15 -char id=113 x=765 y=724 width=40 height=59 xoffset=3 yoffset=41 xadvance=47 page=0 chnl=15 -char id=114 x=561 y=852 width=32 height=43 xoffset=2 yoffset=41 xadvance=33 page=0 chnl=15 -char id=115 x=277 y=864 width=38 height=44 xoffset=1 yoffset=41 xadvance=42 page=0 chnl=15 -char id=116 x=912 y=785 width=29 height=54 xoffset=3 yoffset=30 xadvance=31 page=0 chnl=15 -char id=117 x=473 y=855 width=40 height=43 xoffset=3 yoffset=42 xadvance=47 page=0 chnl=15 -char id=118 x=718 y=851 width=40 height=42 xoffset=3 yoffset=42 xadvance=44 page=0 chnl=15 -char id=119 x=597 y=852 width=67 height=42 xoffset=3 yoffset=42 xadvance=70 page=0 chnl=15 -char id=120 x=668 y=852 width=46 height=42 xoffset=-1 yoffset=42 xadvance=43 page=0 chnl=15 -char id=121 x=451 y=793 width=41 height=58 xoffset=2 yoffset=42 xadvance=44 page=0 chnl=15 -char id=122 x=762 y=851 width=40 height=42 xoffset=0 yoffset=42 xadvance=42 page=0 chnl=15 -char id=123 x=512 y=0 width=25 height=79 xoffset=3 yoffset=19 xadvance=26 page=0 chnl=15 -char id=124 x=134 y=0 width=17 height=80 xoffset=2 yoffset=18 xadvance=20 page=0 chnl=15 -char id=125 x=482 y=0 width=26 height=79 xoffset=-2 yoffset=19 xadvance=26 page=0 chnl=15 -char id=126 x=338 y=951 width=33 height=11 xoffset=5 yoffset=54 xadvance=43 page=0 chnl=15 -char id=161 x=760 y=789 width=15 height=58 xoffset=1 yoffset=42 xadvance=21 page=0 chnl=15 -char id=162 x=80 y=804 width=36 height=59 xoffset=4 yoffset=25 xadvance=42 page=0 chnl=15 -char id=163 x=127 y=611 width=45 height=60 xoffset=1 yoffset=24 xadvance=47 page=0 chnl=15 -char id=164 x=806 y=848 width=43 height=41 xoffset=4 yoffset=33 xadvance=49 page=0 chnl=15 -char id=165 x=879 y=659 width=48 height=59 xoffset=5 yoffset=25 xadvance=51 page=0 chnl=15 -char id=166 x=113 y=0 width=17 height=80 xoffset=2 yoffset=18 xadvance=20 page=0 chnl=15 -char id=167 x=765 y=322 width=44 height=73 xoffset=0 yoffset=24 xadvance=45 page=0 chnl=15 -char id=168 x=407 y=942 width=22 height=10 xoffset=11 yoffset=25 xadvance=34 page=0 chnl=15 -char id=169 x=0 y=548 width=61 height=61 xoffset=5 yoffset=24 xadvance=69 page=0 chnl=15 -char id=170 x=506 y=902 width=29 height=30 xoffset=6 yoffset=32 xadvance=37 page=0 chnl=15 -char id=171 x=84 y=915 width=34 height=36 xoffset=3 yoffset=45 xadvance=39 page=0 chnl=15 -char id=172 x=0 y=958 width=38 height=18 xoffset=5 yoffset=55 xadvance=48 page=0 chnl=15 -char id=173 x=640 y=930 width=27 height=6 xoffset=4 yoffset=59 xadvance=37 page=0 chnl=15 -char id=174 x=42 y=915 width=38 height=38 xoffset=6 yoffset=24 xadvance=46 page=0 chnl=15 -char id=175 x=702 y=926 width=24 height=6 xoffset=9 yoffset=27 xadvance=33 page=0 chnl=15 -char id=176 x=752 y=897 width=22 height=22 xoffset=7 yoffset=24 xadvance=30 page=0 chnl=15 -char id=177 x=898 y=843 width=41 height=39 xoffset=3 yoffset=39 xadvance=48 page=0 chnl=15 -char id=178 x=191 y=912 width=27 height=36 xoffset=5 yoffset=18 xadvance=34 page=0 chnl=15 -char id=179 x=160 y=915 width=27 height=36 xoffset=5 yoffset=18 xadvance=32 page=0 chnl=15 -char id=180 x=76 y=957 width=20 height=17 xoffset=8 yoffset=22 xadvance=26 page=0 chnl=15 -char id=182 x=0 y=249 width=42 height=76 xoffset=4 yoffset=24 xadvance=49 page=0 chnl=15 -char id=183 x=1007 y=871 width=9 height=11 xoffset=5 yoffset=56 xadvance=19 page=0 chnl=15 -char id=184 x=225 y=952 width=15 height=14 xoffset=-2 yoffset=86 xadvance=19 page=0 chnl=15 -char id=185 x=1003 y=831 width=16 height=36 xoffset=7 yoffset=18 xadvance=23 page=0 chnl=15 -char id=186 x=539 y=900 width=28 height=30 xoffset=6 yoffset=32 xadvance=36 page=0 chnl=15 -char id=187 x=122 y=915 width=34 height=36 xoffset=1 yoffset=45 xadvance=39 page=0 chnl=15 -char id=188 x=208 y=675 width=60 height=59 xoffset=7 yoffset=25 xadvance=71 page=0 chnl=15 -char id=189 x=142 y=675 width=62 height=59 xoffset=7 yoffset=25 xadvance=73 page=0 chnl=15 -char id=190 x=895 y=596 width=70 height=59 xoffset=4 yoffset=25 xadvance=79 page=0 chnl=15 -char id=191 x=120 y=804 width=35 height=59 xoffset=-1 yoffset=41 xadvance=41 page=0 chnl=15 -char id=192 x=551 y=82 width=51 height=77 xoffset=-2 yoffset=7 xadvance=51 page=0 chnl=15 -char id=193 x=606 y=82 width=51 height=77 xoffset=-2 yoffset=7 xadvance=51 page=0 chnl=15 -char id=194 x=452 y=164 width=51 height=76 xoffset=-2 yoffset=8 xadvance=51 page=0 chnl=15 -char id=195 x=347 y=245 width=51 height=75 xoffset=-2 yoffset=9 xadvance=51 page=0 chnl=15 -char id=196 x=208 y=326 width=51 height=74 xoffset=-2 yoffset=10 xadvance=51 page=0 chnl=15 -char id=197 x=541 y=0 width=51 height=78 xoffset=-2 yoffset=6 xadvance=51 page=0 chnl=15 -char id=198 x=733 y=596 width=80 height=59 xoffset=-3 yoffset=25 xadvance=76 page=0 chnl=15 -char id=199 x=806 y=163 width=43 height=76 xoffset=4 yoffset=24 xadvance=47 page=0 chnl=15 -char id=200 x=311 y=0 width=43 height=79 xoffset=4 yoffset=5 xadvance=46 page=0 chnl=15 -char id=201 x=405 y=0 width=43 height=79 xoffset=4 yoffset=5 xadvance=46 page=0 chnl=15 -char id=202 x=0 y=86 width=43 height=78 xoffset=4 yoffset=6 xadvance=46 page=0 chnl=15 -char id=203 x=908 y=243 width=43 height=75 xoffset=4 yoffset=9 xadvance=46 page=0 chnl=15 -char id=204 x=351 y=164 width=19 height=77 xoffset=2 yoffset=7 xadvance=21 page=0 chnl=15 -char id=205 x=320 y=164 width=27 height=77 xoffset=3 yoffset=7 xadvance=21 page=0 chnl=15 -char id=206 x=89 y=248 width=28 height=76 xoffset=2 yoffset=8 xadvance=21 page=0 chnl=15 -char id=207 x=555 y=323 width=25 height=74 xoffset=3 yoffset=10 xadvance=21 page=0 chnl=15 -char id=208 x=613 y=664 width=50 height=59 xoffset=2 yoffset=25 xadvance=55 page=0 chnl=15 -char id=209 x=235 y=246 width=53 height=75 xoffset=3 yoffset=9 xadvance=58 page=0 chnl=15 -char id=210 x=752 y=0 width=48 height=78 xoffset=4 yoffset=7 xadvance=55 page=0 chnl=15 -char id=211 x=648 y=0 width=48 height=78 xoffset=4 yoffset=7 xadvance=55 page=0 chnl=15 -char id=212 x=714 y=82 width=48 height=77 xoffset=4 yoffset=8 xadvance=55 page=0 chnl=15 -char id=213 x=559 y=163 width=48 height=76 xoffset=4 yoffset=9 xadvance=55 page=0 chnl=15 -char id=214 x=613 y=243 width=48 height=75 xoffset=4 yoffset=10 xadvance=55 page=0 chnl=15 -char id=215 x=464 y=903 width=38 height=32 xoffset=3 yoffset=43 xadvance=43 page=0 chnl=15 -char id=216 x=0 y=408 width=48 height=69 xoffset=4 yoffset=20 xadvance=55 page=0 chnl=15 -char id=217 x=700 y=0 width=48 height=78 xoffset=5 yoffset=7 xadvance=55 page=0 chnl=15 -char id=218 x=596 y=0 width=48 height=78 xoffset=5 yoffset=7 xadvance=55 page=0 chnl=15 -char id=219 x=818 y=82 width=48 height=77 xoffset=5 yoffset=8 xadvance=55 page=0 chnl=15 -char id=220 x=561 y=243 width=48 height=75 xoffset=5 yoffset=10 xadvance=55 page=0 chnl=15 -char id=221 x=0 y=168 width=46 height=77 xoffset=5 yoffset=7 xadvance=47 page=0 chnl=15 -char id=222 x=583 y=727 width=43 height=59 xoffset=3 yoffset=25 xadvance=49 page=0 chnl=15 -char id=223 x=371 y=83 width=62 height=77 xoffset=-10 yoffset=23 xadvance=56 page=0 chnl=15 -char id=224 x=676 y=399 width=41 height=63 xoffset=3 yoffset=22 xadvance=47 page=0 chnl=15 -char id=225 x=631 y=399 width=41 height=63 xoffset=3 yoffset=22 xadvance=47 page=0 chnl=15 -char id=226 x=269 y=473 width=41 height=62 xoffset=3 yoffset=23 xadvance=47 page=0 chnl=15 -char id=227 x=807 y=531 width=41 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=228 x=269 y=606 width=41 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=229 x=464 y=401 width=41 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=230 x=74 y=867 width=67 height=44 xoffset=3 yoffset=41 xadvance=72 page=0 chnl=15 -char id=231 x=0 y=804 width=36 height=59 xoffset=3 yoffset=41 xadvance=40 page=0 chnl=15 -char id=232 x=852 y=398 width=39 height=63 xoffset=3 yoffset=22 xadvance=44 page=0 chnl=15 -char id=233 x=895 y=398 width=39 height=63 xoffset=3 yoffset=22 xadvance=44 page=0 chnl=15 -char id=234 x=535 y=469 width=39 height=62 xoffset=3 yoffset=23 xadvance=44 page=0 chnl=15 -char id=235 x=580 y=600 width=39 height=60 xoffset=3 yoffset=25 xadvance=44 page=0 chnl=15 -char id=236 x=684 y=466 width=18 height=62 xoffset=0 yoffset=22 xadvance=20 page=0 chnl=15 -char id=237 x=655 y=466 width=25 height=62 xoffset=3 yoffset=22 xadvance=20 page=0 chnl=15 -char id=238 x=43 y=613 width=28 height=61 xoffset=0 yoffset=23 xadvance=20 page=0 chnl=15 -char id=239 x=366 y=794 width=22 height=59 xoffset=3 yoffset=25 xadvance=20 page=0 chnl=15 -char id=240 x=0 y=613 width=39 height=61 xoffset=3 yoffset=24 xadvance=46 page=0 chnl=15 -char id=241 x=359 y=603 width=41 height=60 xoffset=2 yoffset=24 xadvance=48 page=0 chnl=15 -char id=242 x=765 y=399 width=40 height=63 xoffset=3 yoffset=22 xadvance=47 page=0 chnl=15 -char id=243 x=721 y=399 width=40 height=63 xoffset=3 yoffset=22 xadvance=47 page=0 chnl=15 -char id=244 x=403 y=470 width=40 height=62 xoffset=3 yoffset=23 xadvance=47 page=0 chnl=15 -char id=245 x=897 y=530 width=40 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=246 x=493 y=600 width=40 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=247 x=0 y=915 width=38 height=39 xoffset=4 yoffset=39 xadvance=47 page=0 chnl=15 -char id=248 x=868 y=785 width=40 height=54 xoffset=3 yoffset=36 xadvance=47 page=0 chnl=15 -char id=249 x=509 y=401 width=40 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=250 x=553 y=401 width=40 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=251 x=491 y=469 width=40 height=62 xoffset=3 yoffset=23 xadvance=47 page=0 chnl=15 -char id=252 x=449 y=601 width=40 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=253 x=94 y=84 width=41 height=78 xoffset=2 yoffset=22 xadvance=44 page=0 chnl=15 -char id=254 x=947 y=163 width=43 height=76 xoffset=0 yoffset=24 xadvance=47 page=0 chnl=15 -char id=255 x=955 y=243 width=41 height=75 xoffset=2 yoffset=25 xadvance=44 page=0 chnl=15 -char id=256 x=813 y=322 width=51 height=72 xoffset=-2 yoffset=12 xadvance=51 page=0 chnl=15 -char id=257 x=496 y=791 width=41 height=58 xoffset=3 yoffset=27 xadvance=47 page=0 chnl=15 -char id=258 x=292 y=245 width=51 height=75 xoffset=-2 yoffset=9 xadvance=51 page=0 chnl=15 -char id=259 x=852 y=531 width=41 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=260 x=402 y=244 width=51 height=75 xoffset=-2 yoffset=25 xadvance=51 page=0 chnl=15 -char id=261 x=720 y=726 width=41 height=59 xoffset=3 yoffset=41 xadvance=47 page=0 chnl=15 -char id=262 x=898 y=0 width=43 height=78 xoffset=4 yoffset=7 xadvance=47 page=0 chnl=15 -char id=263 x=42 y=481 width=36 height=63 xoffset=3 yoffset=22 xadvance=40 page=0 chnl=15 -char id=266 x=461 y=323 width=43 height=74 xoffset=4 yoffset=11 xadvance=47 page=0 chnl=15 -char id=267 x=40 y=804 width=36 height=59 xoffset=3 yoffset=26 xadvance=40 page=0 chnl=15 -char id=268 x=804 y=0 width=43 height=78 xoffset=4 yoffset=7 xadvance=47 page=0 chnl=15 -char id=269 x=981 y=396 width=38 height=63 xoffset=3 yoffset=22 xadvance=40 page=0 chnl=15 -char id=270 x=661 y=82 width=49 height=77 xoffset=3 yoffset=7 xadvance=55 page=0 chnl=15 -char id=271 x=127 y=546 width=55 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=272 x=667 y=663 width=50 height=59 xoffset=2 yoffset=25 xadvance=55 page=0 chnl=15 -char id=273 x=239 y=541 width=48 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=274 x=414 y=323 width=43 height=74 xoffset=4 yoffset=10 xadvance=46 page=0 chnl=15 -char id=275 x=717 y=789 width=39 height=58 xoffset=3 yoffset=27 xadvance=44 page=0 chnl=15 -char id=278 x=814 y=243 width=43 height=75 xoffset=4 yoffset=9 xadvance=46 page=0 chnl=15 -char id=279 x=809 y=722 width=39 height=59 xoffset=3 yoffset=26 xadvance=44 page=0 chnl=15 -char id=280 x=861 y=243 width=43 height=75 xoffset=4 yoffset=25 xadvance=46 page=0 chnl=15 -char id=281 x=852 y=722 width=39 height=59 xoffset=3 yoffset=41 xadvance=44 page=0 chnl=15 -char id=282 x=358 y=0 width=43 height=79 xoffset=4 yoffset=5 xadvance=46 page=0 chnl=15 -char id=283 x=809 y=399 width=39 height=63 xoffset=3 yoffset=22 xadvance=44 page=0 chnl=15 -char id=286 x=661 y=163 width=45 height=76 xoffset=5 yoffset=9 xadvance=52 page=0 chnl=15 -char id=287 x=759 y=163 width=43 height=76 xoffset=1 yoffset=24 xadvance=47 page=0 chnl=15 -char id=288 x=365 y=324 width=45 height=74 xoffset=5 yoffset=11 xadvance=52 page=0 chnl=15 -char id=289 x=508 y=323 width=43 height=74 xoffset=1 yoffset=26 xadvance=47 page=0 chnl=15 -char id=290 x=710 y=163 width=45 height=76 xoffset=5 yoffset=24 xadvance=52 page=0 chnl=15 -char id=291 x=0 y=0 width=43 height=82 xoffset=1 yoffset=18 xadvance=47 page=0 chnl=15 -char id=294 x=272 y=670 width=55 height=59 xoffset=3 yoffset=25 xadvance=55 page=0 chnl=15 -char id=295 x=404 y=601 width=41 height=60 xoffset=2 yoffset=24 xadvance=48 page=0 chnl=15 -char id=298 x=921 y=322 width=26 height=72 xoffset=3 yoffset=12 xadvance=21 page=0 chnl=15 -char id=299 x=779 y=787 width=25 height=57 xoffset=2 yoffset=27 xadvance=20 page=0 chnl=15 -char id=302 x=77 y=329 width=23 height=75 xoffset=-3 yoffset=25 xadvance=21 page=0 chnl=15 -char id=303 x=584 y=322 width=22 height=74 xoffset=-4 yoffset=26 xadvance=20 page=0 chnl=15 -char id=304 x=1000 y=243 width=18 height=73 xoffset=3 yoffset=11 xadvance=21 page=0 chnl=15 -char id=305 x=995 y=785 width=14 height=42 xoffset=3 yoffset=42 xadvance=20 page=0 chnl=15 -char id=306 x=297 y=733 width=45 height=59 xoffset=3 yoffset=25 xadvance=50 page=0 chnl=15 -char id=307 x=0 y=329 width=36 height=75 xoffset=3 yoffset=25 xadvance=41 page=0 chnl=15 -char id=310 x=509 y=244 width=48 height=75 xoffset=3 yoffset=25 xadvance=49 page=0 chnl=15 -char id=311 x=46 y=249 width=39 height=76 xoffset=2 yoffset=24 xadvance=43 page=0 chnl=15 -char id=313 x=283 y=164 width=33 height=77 xoffset=5 yoffset=7 xadvance=42 page=0 chnl=15 -char id=314 x=452 y=0 width=26 height=79 xoffset=4 yoffset=5 xadvance=24 page=0 chnl=15 -char id=315 x=40 y=329 width=33 height=75 xoffset=5 yoffset=25 xadvance=42 page=0 chnl=15 -char id=316 x=994 y=163 width=17 height=76 xoffset=4 yoffset=24 xadvance=24 page=0 chnl=15 -char id=317 x=271 y=801 width=33 height=59 xoffset=5 yoffset=25 xadvance=42 page=0 chnl=15 -char id=318 x=623 y=600 width=27 height=60 xoffset=4 yoffset=24 xadvance=24 page=0 chnl=15 -char id=319 x=234 y=801 width=33 height=59 xoffset=5 yoffset=25 xadvance=42 page=0 chnl=15 -char id=320 x=654 y=599 width=25 height=60 xoffset=4 yoffset=24 xadvance=27 page=0 chnl=15 -char id=321 x=979 y=722 width=37 height=59 xoffset=1 yoffset=25 xadvance=42 page=0 chnl=15 -char id=322 x=683 y=597 width=25 height=60 xoffset=1 yoffset=24 xadvance=25 page=0 chnl=15 -char id=323 x=494 y=83 width=53 height=77 xoffset=3 yoffset=7 xadvance=58 page=0 chnl=15 -char id=324 x=314 y=472 width=41 height=62 xoffset=2 yoffset=22 xadvance=48 page=0 chnl=15 -char id=325 x=178 y=247 width=53 height=75 xoffset=3 yoffset=25 xadvance=58 page=0 chnl=15 -char id=326 x=675 y=726 width=41 height=59 xoffset=2 yoffset=41 xadvance=48 page=0 chnl=15 -char id=327 x=437 y=83 width=53 height=77 xoffset=3 yoffset=7 xadvance=58 page=0 chnl=15 -char id=328 x=224 y=475 width=41 height=62 xoffset=2 yoffset=22 xadvance=48 page=0 chnl=15 -char id=330 x=121 y=247 width=53 height=75 xoffset=3 yoffset=25 xadvance=58 page=0 chnl=15 -char id=331 x=630 y=727 width=41 height=59 xoffset=2 yoffset=41 xadvance=48 page=0 chnl=15 -char id=332 x=610 y=322 width=48 height=73 xoffset=4 yoffset=12 xadvance=55 page=0 chnl=15 -char id=333 x=541 y=790 width=40 height=58 xoffset=3 yoffset=27 xadvance=47 page=0 chnl=15 -char id=336 x=155 y=0 width=48 height=79 xoffset=4 yoffset=6 xadvance=55 page=0 chnl=15 -char id=337 x=371 y=402 width=43 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=338 x=806 y=466 width=73 height=61 xoffset=4 yoffset=24 xadvance=76 page=0 chnl=15 -char id=339 x=0 y=867 width=70 height=44 xoffset=3 yoffset=41 xadvance=75 page=0 chnl=15 -char id=340 x=100 y=166 width=45 height=77 xoffset=3 yoffset=7 xadvance=51 page=0 chnl=15 -char id=341 x=617 y=468 width=34 height=62 xoffset=2 yoffset=22 xadvance=33 page=0 chnl=15 -char id=342 x=765 y=243 width=45 height=75 xoffset=3 yoffset=25 xadvance=51 page=0 chnl=15 -char id=343 x=159 y=801 width=34 height=59 xoffset=1 yoffset=41 xadvance=33 page=0 chnl=15 -char id=344 x=149 y=166 width=45 height=77 xoffset=3 yoffset=7 xadvance=51 page=0 chnl=15 -char id=345 x=578 y=469 width=35 height=62 xoffset=2 yoffset=22 xadvance=33 page=0 chnl=15 -char id=346 x=47 y=85 width=43 height=78 xoffset=2 yoffset=7 xadvance=46 page=0 chnl=15 -char id=347 x=0 y=481 width=38 height=63 xoffset=1 yoffset=22 xadvance=42 page=0 chnl=15 -char id=350 x=900 y=163 width=43 height=76 xoffset=2 yoffset=24 xadvance=46 page=0 chnl=15 -char id=351 x=982 y=658 width=38 height=59 xoffset=1 yoffset=41 xadvance=42 page=0 chnl=15 -char id=352 x=945 y=0 width=43 height=78 xoffset=2 yoffset=7 xadvance=46 page=0 chnl=15 -char id=353 x=938 y=398 width=39 height=63 xoffset=1 yoffset=22 xadvance=42 page=0 chnl=15 -char id=354 x=715 y=243 width=46 height=75 xoffset=5 yoffset=25 xadvance=47 page=0 chnl=15 -char id=355 x=951 y=322 width=29 height=70 xoffset=3 yoffset=30 xadvance=31 page=0 chnl=15 -char id=356 x=972 y=82 width=46 height=77 xoffset=5 yoffset=7 xadvance=47 page=0 chnl=15 -char id=357 x=285 y=403 width=30 height=65 xoffset=3 yoffset=19 xadvance=31 page=0 chnl=15 -char id=358 x=50 y=741 width=46 height=59 xoffset=5 yoffset=25 xadvance=47 page=0 chnl=15 -char id=359 x=945 y=785 width=29 height=54 xoffset=3 yoffset=30 xadvance=31 page=0 chnl=15 -char id=362 x=662 y=322 width=48 height=73 xoffset=5 yoffset=12 xadvance=55 page=0 chnl=15 -char id=363 x=629 y=790 width=40 height=58 xoffset=3 yoffset=27 xadvance=47 page=0 chnl=15 -char id=366 x=207 y=0 width=48 height=79 xoffset=5 yoffset=6 xadvance=55 page=0 chnl=15 -char id=367 x=241 y=404 width=40 height=65 xoffset=3 yoffset=20 xadvance=47 page=0 chnl=15 -char id=368 x=259 y=0 width=48 height=79 xoffset=5 yoffset=6 xadvance=55 page=0 chnl=15 -char id=369 x=418 y=401 width=42 height=64 xoffset=3 yoffset=21 xadvance=47 page=0 chnl=15 -char id=370 x=457 y=244 width=48 height=75 xoffset=5 yoffset=25 xadvance=55 page=0 chnl=15 -char id=371 x=673 y=790 width=40 height=58 xoffset=3 yoffset=42 xadvance=47 page=0 chnl=15 -char id=372 x=374 y=164 width=74 height=76 xoffset=6 yoffset=8 xadvance=78 page=0 chnl=15 -char id=373 x=883 y=465 width=67 height=61 xoffset=3 yoffset=23 xadvance=70 page=0 chnl=15 -char id=374 x=611 y=163 width=46 height=76 xoffset=5 yoffset=8 xadvance=47 page=0 chnl=15 -char id=375 x=198 y=165 width=41 height=77 xoffset=2 yoffset=23 xadvance=44 page=0 chnl=15 -char id=376 x=315 y=324 width=46 height=74 xoffset=5 yoffset=10 xadvance=47 page=0 chnl=15 -char id=377 x=870 y=82 width=47 height=77 xoffset=0 yoffset=7 xadvance=46 page=0 chnl=15 -char id=378 x=447 y=469 width=40 height=62 xoffset=0 yoffset=22 xadvance=42 page=0 chnl=15 -char id=379 x=714 y=322 width=47 height=73 xoffset=0 yoffset=11 xadvance=46 page=0 chnl=15 -char id=380 x=585 y=790 width=40 height=58 xoffset=0 yoffset=26 xadvance=42 page=0 chnl=15 -char id=381 x=921 y=82 width=47 height=77 xoffset=0 yoffset=7 xadvance=46 page=0 chnl=15 -char id=382 x=359 y=470 width=40 height=62 xoffset=0 yoffset=22 xadvance=42 page=0 chnl=15 -char id=402 x=868 y=322 width=49 height=72 xoffset=-9 yoffset=24 xadvance=36 page=0 chnl=15 -char id=536 x=853 y=163 width=43 height=76 xoffset=2 yoffset=24 xadvance=46 page=0 chnl=15 -char id=537 x=937 y=722 width=38 height=59 xoffset=1 yoffset=41 xadvance=42 page=0 chnl=15 -char id=538 x=665 y=243 width=46 height=75 xoffset=5 yoffset=25 xadvance=47 page=0 chnl=15 -char id=539 x=984 y=322 width=29 height=70 xoffset=3 yoffset=30 xadvance=31 page=0 chnl=15 -char id=710 x=193 y=952 width=28 height=15 xoffset=7 yoffset=23 xadvance=35 page=0 chnl=15 -char id=711 x=161 y=955 width=28 height=15 xoffset=8 yoffset=22 xadvance=35 page=0 chnl=15 -char id=728 x=244 y=952 width=26 height=12 xoffset=8 yoffset=25 xadvance=31 page=0 chnl=15 -char id=729 x=433 y=942 width=8 height=10 xoffset=10 yoffset=26 xadvance=18 page=0 chnl=15 -char id=730 x=984 y=886 width=19 height=18 xoffset=8 yoffset=21 xadvance=25 page=0 chnl=15 -char id=731 x=100 y=955 width=14 height=17 xoffset=-1 yoffset=83 xadvance=21 page=0 chnl=15 -char id=732 x=375 y=946 width=28 height=11 xoffset=8 yoffset=24 xadvance=35 page=0 chnl=15 -char id=733 x=42 y=957 width=30 height=17 xoffset=8 yoffset=22 xadvance=37 page=0 chnl=15 -char id=7808 x=215 y=83 width=74 height=77 xoffset=6 yoffset=7 xadvance=78 page=0 chnl=15 -char id=7809 x=82 y=480 width=67 height=62 xoffset=3 yoffset=22 xadvance=70 page=0 chnl=15 -char id=7810 x=293 y=83 width=74 height=77 xoffset=6 yoffset=7 xadvance=78 page=0 chnl=15 -char id=7811 x=153 y=476 width=67 height=62 xoffset=3 yoffset=22 xadvance=70 page=0 chnl=15 -char id=7812 x=130 y=326 width=74 height=74 xoffset=6 yoffset=10 xadvance=78 page=0 chnl=15 -char id=7813 x=0 y=678 width=67 height=59 xoffset=3 yoffset=25 xadvance=70 page=0 chnl=15 -char id=7922 x=50 y=167 width=46 height=77 xoffset=5 yoffset=7 xadvance=47 page=0 chnl=15 -char id=7923 x=139 y=84 width=41 height=78 xoffset=2 yoffset=22 xadvance=44 page=0 chnl=15 -char id=8211 x=513 y=936 width=39 height=6 xoffset=5 yoffset=59 xadvance=49 page=0 chnl=15 -char id=8212 x=445 y=942 width=64 height=6 xoffset=5 yoffset=59 xadvance=74 page=0 chnl=15 -char id=8216 x=858 y=890 width=9 height=21 xoffset=7 yoffset=22 xadvance=18 page=0 chnl=15 -char id=8217 x=844 y=893 width=10 height=21 xoffset=8 yoffset=23 xadvance=18 page=0 chnl=15 -char id=8218 x=932 y=886 width=10 height=20 xoffset=1 yoffset=74 xadvance=19 page=0 chnl=15 -char id=8220 x=818 y=893 width=22 height=21 xoffset=7 yoffset=22 xadvance=30 page=0 chnl=15 -char id=8221 x=792 y=897 width=22 height=21 xoffset=8 yoffset=23 xadvance=30 page=0 chnl=15 -char id=8222 x=906 y=886 width=22 height=20 xoffset=1 yoffset=74 xadvance=31 page=0 chnl=15 -char id=8224 x=146 y=404 width=32 height=68 xoffset=4 yoffset=25 xadvance=37 page=0 chnl=15 -char id=8225 x=106 y=407 width=36 height=68 xoffset=2 yoffset=25 xadvance=40 page=0 chnl=15 -char id=8226 x=141 y=955 width=16 height=16 xoffset=6 yoffset=53 xadvance=30 page=0 chnl=15 -char id=8230 x=274 y=951 width=60 height=11 xoffset=2 yoffset=73 xadvance=70 page=0 chnl=15 -char id=8240 x=706 y=466 width=96 height=61 xoffset=5 yoffset=24 xadvance=105 page=0 chnl=15 -char id=8249 x=245 y=912 width=19 height=36 xoffset=3 yoffset=45 xadvance=24 page=0 chnl=15 -char id=8250 x=222 y=912 width=19 height=36 xoffset=1 yoffset=45 xadvance=24 page=0 chnl=15 -char id=8260 x=504 y=664 width=51 height=59 xoffset=-18 yoffset=25 xadvance=13 page=0 chnl=15 -char id=8364 x=186 y=542 width=49 height=61 xoffset=3 yoffset=24 xadvance=52 page=0 chnl=15 -char id=8482 x=392 y=906 width=68 height=32 xoffset=9 yoffset=25 xadvance=79 page=0 chnl=15 -char id=8706 x=762 y=531 width=41 height=61 xoffset=3 yoffset=24 xadvance=47 page=0 chnl=15 -char id=8719 x=182 y=404 width=55 height=67 xoffset=6 yoffset=25 xadvance=59 page=0 chnl=15 -char id=8721 x=52 y=408 width=50 height=68 xoffset=0 yoffset=25 xadvance=48 page=0 chnl=15 -char id=8722 x=556 y=934 width=38 height=6 xoffset=5 yoffset=56 xadvance=48 page=0 chnl=15 -char id=8730 x=263 y=325 width=48 height=74 xoffset=4 yoffset=10 xadvance=46 page=0 chnl=15 -char id=8734 x=648 y=898 width=56 height=24 xoffset=5 yoffset=46 xadvance=64 page=0 chnl=15 -char id=8747 x=243 y=164 width=36 height=77 xoffset=-2 yoffset=23 xadvance=30 page=0 chnl=15 -char id=8776 x=571 y=899 width=40 height=28 xoffset=4 yoffset=45 xadvance=48 page=0 chnl=15 -char id=8800 x=517 y=853 width=40 height=43 xoffset=5 yoffset=38 xadvance=51 page=0 chnl=15 -char id=8804 x=853 y=847 width=41 height=39 xoffset=3 yoffset=38 xadvance=47 page=0 chnl=15 -char id=8805 x=943 y=843 width=39 height=39 xoffset=3 yoffset=38 xadvance=46 page=0 chnl=15 -kernings count=3825 -kerning first=32 second=34 amount=-1 -kerning first=32 second=39 amount=-1 -kerning first=32 second=65 amount=-1 -kerning first=32 second=74 amount=-1 -kerning first=32 second=84 amount=-2 -kerning first=32 second=86 amount=-2 -kerning first=32 second=87 amount=-1 -kerning first=32 second=89 amount=-2 -kerning first=32 second=102 amount=-1 -kerning first=32 second=116 amount=-1 -kerning first=32 second=118 amount=-1 -kerning first=32 second=119 amount=-1 -kerning first=32 second=121 amount=-1 -kerning first=32 second=192 amount=-1 -kerning first=32 second=193 amount=-1 -kerning first=32 second=194 amount=-1 -kerning first=32 second=195 amount=-1 -kerning first=32 second=196 amount=-1 -kerning first=32 second=197 amount=-1 -kerning first=32 second=198 amount=-2 -kerning first=32 second=221 amount=-2 -kerning first=32 second=223 amount=-1 -kerning first=32 second=253 amount=-1 -kerning first=8805 second=107 amount=4 -kerning first=32 second=255 amount=-1 -kerning first=32 second=376 amount=-2 -kerning first=32 second=8217 amount=-1 -kerning first=32 second=8221 amount=-1 -kerning first=8805 second=104 amount=4 -kerning first=8805 second=98 amount=4 -kerning first=8804 second=107 amount=4 -kerning first=8804 second=104 amount=4 -kerning first=33 second=98 amount=4 -kerning first=33 second=104 amount=4 -kerning first=33 second=107 amount=4 -kerning first=8804 second=98 amount=4 -kerning first=8800 second=107 amount=4 -kerning first=8800 second=104 amount=4 -kerning first=8800 second=98 amount=4 -kerning first=8776 second=107 amount=4 -kerning first=34 second=32 amount=-1 -kerning first=34 second=44 amount=-8 -kerning first=34 second=45 amount=-4 -kerning first=34 second=46 amount=-8 -kerning first=34 second=47 amount=-6 -kerning first=34 second=52 amount=-1 -kerning first=34 second=65 amount=-3 -kerning first=34 second=74 amount=-2 -kerning first=34 second=97 amount=-1 -kerning first=34 second=99 amount=-1 -kerning first=34 second=100 amount=-1 -kerning first=34 second=101 amount=-1 -kerning first=34 second=103 amount=-1 -kerning first=34 second=111 amount=-1 -kerning first=34 second=113 amount=-1 -kerning first=8776 second=104 amount=4 -kerning first=34 second=173 amount=-4 -kerning first=34 second=192 amount=-3 -kerning first=34 second=193 amount=-3 -kerning first=34 second=194 amount=-3 -kerning first=34 second=195 amount=-3 -kerning first=34 second=196 amount=-3 -kerning first=34 second=197 amount=-3 -kerning first=34 second=198 amount=-6 -kerning first=34 second=224 amount=-1 -kerning first=34 second=225 amount=-1 -kerning first=34 second=226 amount=-1 -kerning first=34 second=227 amount=-1 -kerning first=34 second=228 amount=-1 -kerning first=34 second=229 amount=-1 -kerning first=34 second=230 amount=-1 -kerning first=34 second=231 amount=-1 -kerning first=34 second=232 amount=-1 -kerning first=34 second=233 amount=-1 -kerning first=34 second=234 amount=-1 -kerning first=34 second=235 amount=-1 -kerning first=34 second=236 amount=2 -kerning first=8776 second=98 amount=4 -kerning first=34 second=240 amount=-1 -kerning first=34 second=242 amount=-1 -kerning first=34 second=243 amount=-1 -kerning first=34 second=244 amount=-1 -kerning first=34 second=245 amount=-1 -kerning first=34 second=246 amount=-1 -kerning first=34 second=248 amount=-1 -kerning first=34 second=339 amount=-1 -kerning first=34 second=8211 amount=-4 -kerning first=34 second=8212 amount=-4 -kerning first=34 second=8218 amount=-8 -kerning first=34 second=8222 amount=-8 -kerning first=34 second=8230 amount=-8 -kerning first=8747 second=107 amount=4 -kerning first=8747 second=104 amount=4 -kerning first=35 second=50 amount=-1 -kerning first=35 second=51 amount=-1 -kerning first=35 second=55 amount=-1 -kerning first=8747 second=98 amount=4 -kerning first=35 second=98 amount=4 -kerning first=35 second=104 amount=4 -kerning first=35 second=107 amount=4 -kerning first=8734 second=107 amount=4 -kerning first=8734 second=104 amount=4 -kerning first=8734 second=98 amount=4 -kerning first=8730 second=107 amount=4 -kerning first=8730 second=104 amount=4 -kerning first=8730 second=98 amount=4 -kerning first=8722 second=107 amount=4 -kerning first=36 second=98 amount=4 -kerning first=36 second=104 amount=4 -kerning first=36 second=107 amount=4 -kerning first=8722 second=104 amount=4 -kerning first=8722 second=98 amount=4 -kerning first=8722 second=55 amount=-3 -kerning first=8722 second=49 amount=-2 -kerning first=8721 second=107 amount=4 -kerning first=8721 second=104 amount=4 -kerning first=8721 second=98 amount=4 -kerning first=37 second=98 amount=4 -kerning first=37 second=104 amount=4 -kerning first=37 second=107 amount=4 -kerning first=8719 second=107 amount=4 -kerning first=8719 second=104 amount=4 -kerning first=8719 second=98 amount=4 -kerning first=8706 second=107 amount=4 -kerning first=8706 second=104 amount=4 -kerning first=38 second=34 amount=-2 -kerning first=38 second=39 amount=-2 -kerning first=38 second=65 amount=-1 -kerning first=38 second=74 amount=-2 -kerning first=8706 second=98 amount=4 -kerning first=38 second=84 amount=-4 -kerning first=38 second=86 amount=-1 -kerning first=38 second=88 amount=-2 -kerning first=38 second=89 amount=-2 -kerning first=38 second=90 amount=-2 -kerning first=38 second=192 amount=-1 -kerning first=38 second=193 amount=-1 -kerning first=38 second=194 amount=-1 -kerning first=38 second=195 amount=-1 -kerning first=38 second=196 amount=-1 -kerning first=38 second=197 amount=-1 -kerning first=38 second=198 amount=-2 -kerning first=38 second=221 amount=-2 -kerning first=8260 second=107 amount=4 -kerning first=38 second=376 amount=-2 -kerning first=38 second=381 amount=-2 -kerning first=38 second=8217 amount=-2 -kerning first=38 second=8221 amount=-2 -kerning first=39 second=32 amount=-1 -kerning first=39 second=44 amount=-8 -kerning first=39 second=45 amount=-4 -kerning first=39 second=46 amount=-8 -kerning first=39 second=47 amount=-6 -kerning first=39 second=52 amount=-1 -kerning first=39 second=65 amount=-3 -kerning first=39 second=74 amount=-2 -kerning first=39 second=97 amount=-1 -kerning first=39 second=99 amount=-1 -kerning first=39 second=100 amount=-1 -kerning first=39 second=101 amount=-1 -kerning first=39 second=103 amount=-1 -kerning first=39 second=111 amount=-1 -kerning first=39 second=113 amount=-1 -kerning first=8260 second=104 amount=4 -kerning first=39 second=173 amount=-4 -kerning first=39 second=192 amount=-3 -kerning first=39 second=193 amount=-3 -kerning first=39 second=194 amount=-3 -kerning first=39 second=195 amount=-3 -kerning first=39 second=196 amount=-3 -kerning first=39 second=197 amount=-3 -kerning first=39 second=198 amount=-6 -kerning first=39 second=224 amount=-1 -kerning first=39 second=225 amount=-1 -kerning first=39 second=226 amount=-1 -kerning first=39 second=227 amount=-1 -kerning first=39 second=228 amount=-1 -kerning first=39 second=229 amount=-1 -kerning first=39 second=230 amount=-1 -kerning first=39 second=231 amount=-1 -kerning first=39 second=232 amount=-1 -kerning first=39 second=233 amount=-1 -kerning first=39 second=234 amount=-1 -kerning first=39 second=235 amount=-1 -kerning first=39 second=236 amount=2 -kerning first=8260 second=98 amount=4 -kerning first=39 second=240 amount=-1 -kerning first=39 second=242 amount=-1 -kerning first=39 second=243 amount=-1 -kerning first=39 second=244 amount=-1 -kerning first=39 second=245 amount=-1 -kerning first=39 second=246 amount=-1 -kerning first=39 second=248 amount=-1 -kerning first=39 second=339 amount=-1 -kerning first=39 second=8211 amount=-4 -kerning first=39 second=8212 amount=-4 -kerning first=39 second=8218 amount=-8 -kerning first=39 second=8222 amount=-8 -kerning first=39 second=8230 amount=-8 -kerning first=8260 second=57 amount=6 -kerning first=40 second=40 amount=-3 -kerning first=40 second=48 amount=-3 -kerning first=40 second=49 amount=-1 -kerning first=8260 second=56 amount=5 -kerning first=8260 second=55 amount=13 -kerning first=40 second=52 amount=-4 -kerning first=40 second=53 amount=-1 -kerning first=40 second=54 amount=-3 -kerning first=40 second=56 amount=-3 -kerning first=40 second=57 amount=-2 -kerning first=40 second=65 amount=-2 -kerning first=40 second=66 amount=-1 -kerning first=40 second=67 amount=-3 -kerning first=40 second=68 amount=-1 -kerning first=40 second=69 amount=-2 -kerning first=40 second=70 amount=-2 -kerning first=40 second=71 amount=-3 -kerning first=40 second=72 amount=-1 -kerning first=40 second=73 amount=-1 -kerning first=40 second=74 amount=-2 -kerning first=40 second=75 amount=-1 -kerning first=40 second=76 amount=-1 -kerning first=40 second=77 amount=-2 -kerning first=40 second=78 amount=-1 -kerning first=40 second=79 amount=-3 -kerning first=40 second=80 amount=-1 -kerning first=40 second=81 amount=-3 -kerning first=40 second=82 amount=-1 -kerning first=40 second=83 amount=-2 -kerning first=40 second=85 amount=-1 -kerning first=8260 second=54 amount=3 -kerning first=40 second=97 amount=-4 -kerning first=40 second=98 amount=-1 -kerning first=40 second=99 amount=-4 -kerning first=40 second=100 amount=-4 -kerning first=40 second=101 amount=-4 -kerning first=40 second=102 amount=2 -kerning first=40 second=103 amount=-4 -kerning first=40 second=104 amount=-1 -kerning first=40 second=105 amount=-1 -kerning first=40 second=106 amount=-1 -kerning first=40 second=107 amount=-1 -kerning first=40 second=108 amount=-1 -kerning first=40 second=109 amount=-4 -kerning first=40 second=110 amount=-4 -kerning first=40 second=111 amount=-4 -kerning first=40 second=112 amount=-4 -kerning first=40 second=113 amount=-4 -kerning first=40 second=114 amount=-4 -kerning first=40 second=115 amount=-3 -kerning first=40 second=116 amount=-3 -kerning first=40 second=117 amount=-4 -kerning first=40 second=118 amount=-3 -kerning first=40 second=119 amount=-3 -kerning first=40 second=120 amount=-2 -kerning first=40 second=121 amount=-1 -kerning first=40 second=122 amount=-3 -kerning first=40 second=123 amount=-1 -kerning first=40 second=192 amount=-2 -kerning first=40 second=193 amount=-2 -kerning first=40 second=194 amount=-2 -kerning first=40 second=195 amount=-2 -kerning first=40 second=196 amount=-2 -kerning first=40 second=197 amount=-2 -kerning first=40 second=198 amount=-2 -kerning first=40 second=199 amount=-3 -kerning first=40 second=200 amount=-2 -kerning first=40 second=201 amount=-2 -kerning first=40 second=202 amount=-2 -kerning first=40 second=203 amount=-2 -kerning first=40 second=204 amount=-1 -kerning first=40 second=205 amount=-1 -kerning first=40 second=206 amount=2 -kerning first=40 second=207 amount=-1 -kerning first=40 second=208 amount=-1 -kerning first=40 second=209 amount=-1 -kerning first=40 second=210 amount=-3 -kerning first=40 second=211 amount=-3 -kerning first=40 second=212 amount=-3 -kerning first=40 second=213 amount=-3 -kerning first=40 second=214 amount=-3 -kerning first=40 second=216 amount=-3 -kerning first=40 second=217 amount=-1 -kerning first=40 second=218 amount=-1 -kerning first=40 second=219 amount=-1 -kerning first=40 second=220 amount=-1 -kerning first=40 second=222 amount=-1 -kerning first=40 second=223 amount=2 -kerning first=40 second=224 amount=-4 -kerning first=40 second=225 amount=-4 -kerning first=40 second=226 amount=-4 -kerning first=40 second=227 amount=-4 -kerning first=40 second=228 amount=-4 -kerning first=40 second=229 amount=-4 -kerning first=40 second=230 amount=-4 -kerning first=40 second=231 amount=-4 -kerning first=40 second=232 amount=-4 -kerning first=40 second=233 amount=-4 -kerning first=40 second=234 amount=-4 -kerning first=40 second=235 amount=-4 -kerning first=40 second=236 amount=2 -kerning first=40 second=237 amount=-1 -kerning first=40 second=238 amount=-1 -kerning first=40 second=239 amount=-1 -kerning first=40 second=240 amount=-3 -kerning first=40 second=241 amount=-4 -kerning first=40 second=242 amount=-4 -kerning first=40 second=243 amount=-4 -kerning first=40 second=244 amount=-4 -kerning first=40 second=245 amount=-4 -kerning first=40 second=246 amount=-4 -kerning first=40 second=248 amount=-4 -kerning first=40 second=249 amount=-4 -kerning first=40 second=250 amount=-4 -kerning first=40 second=251 amount=-4 -kerning first=40 second=252 amount=-4 -kerning first=40 second=253 amount=-1 -kerning first=8260 second=53 amount=8 -kerning first=40 second=255 amount=-1 -kerning first=40 second=305 amount=-1 -kerning first=40 second=321 amount=-1 -kerning first=40 second=322 amount=-1 -kerning first=40 second=338 amount=-3 -kerning first=40 second=339 amount=-4 -kerning first=40 second=352 amount=-2 -kerning first=40 second=353 amount=-3 -kerning first=40 second=382 amount=-3 -kerning first=8260 second=51 amount=11 -kerning first=8260 second=50 amount=11 -kerning first=8260 second=49 amount=11 -kerning first=41 second=41 amount=-3 -kerning first=8260 second=48 amount=3 -kerning first=8250 second=8221 amount=-4 -kerning first=41 second=93 amount=-2 -kerning first=41 second=98 amount=4 -kerning first=41 second=104 amount=4 -kerning first=41 second=107 amount=4 -kerning first=41 second=125 amount=-1 -kerning first=8250 second=8217 amount=-4 -kerning first=8250 second=382 amount=-1 -kerning first=8250 second=376 amount=-4 -kerning first=8250 second=254 amount=-1 -kerning first=8250 second=223 amount=-1 -kerning first=42 second=65 amount=-2 -kerning first=42 second=74 amount=-2 -kerning first=8250 second=221 amount=-4 -kerning first=8250 second=122 amount=-1 -kerning first=42 second=97 amount=-1 -kerning first=42 second=99 amount=-1 -kerning first=42 second=100 amount=-1 -kerning first=42 second=101 amount=-1 -kerning first=42 second=103 amount=-1 -kerning first=8250 second=120 amount=-2 -kerning first=8250 second=116 amount=-1 -kerning first=42 second=111 amount=-1 -kerning first=8250 second=102 amount=-1 -kerning first=42 second=113 amount=-1 -kerning first=8250 second=89 amount=-4 -kerning first=8250 second=88 amount=-1 -kerning first=42 second=192 amount=-2 -kerning first=42 second=193 amount=-2 -kerning first=42 second=194 amount=-2 -kerning first=42 second=195 amount=-2 -kerning first=42 second=196 amount=-2 -kerning first=42 second=197 amount=-2 -kerning first=42 second=198 amount=-5 -kerning first=42 second=224 amount=-1 -kerning first=42 second=225 amount=-1 -kerning first=42 second=226 amount=-1 -kerning first=42 second=227 amount=-1 -kerning first=42 second=228 amount=-1 -kerning first=42 second=229 amount=-1 -kerning first=42 second=230 amount=-1 -kerning first=42 second=231 amount=-1 -kerning first=42 second=232 amount=-1 -kerning first=42 second=233 amount=-1 -kerning first=42 second=234 amount=-1 -kerning first=42 second=235 amount=-1 -kerning first=42 second=238 amount=1 -kerning first=42 second=240 amount=-1 -kerning first=8250 second=87 amount=-1 -kerning first=42 second=242 amount=-1 -kerning first=42 second=243 amount=-1 -kerning first=42 second=244 amount=-1 -kerning first=42 second=245 amount=-1 -kerning first=42 second=246 amount=-1 -kerning first=42 second=248 amount=-1 -kerning first=8250 second=86 amount=-2 -kerning first=8250 second=84 amount=-5 -kerning first=8250 second=39 amount=-3 -kerning first=8250 second=34 amount=-3 -kerning first=42 second=339 amount=-1 -kerning first=8249 second=8221 amount=-1 -kerning first=8249 second=8217 amount=-1 -kerning first=8249 second=376 amount=-2 -kerning first=43 second=49 amount=-2 -kerning first=43 second=55 amount=-3 -kerning first=8249 second=221 amount=-2 -kerning first=43 second=98 amount=4 -kerning first=43 second=104 amount=4 -kerning first=43 second=107 amount=4 -kerning first=8249 second=89 amount=-2 -kerning first=8249 second=86 amount=-1 -kerning first=8249 second=84 amount=-5 -kerning first=8240 second=107 amount=4 -kerning first=8240 second=104 amount=4 -kerning first=44 second=34 amount=-8 -kerning first=44 second=39 amount=-8 -kerning first=8240 second=98 amount=4 -kerning first=44 second=49 amount=-3 -kerning first=44 second=52 amount=-2 -kerning first=44 second=55 amount=-2 -kerning first=44 second=67 amount=-1 -kerning first=44 second=71 amount=-1 -kerning first=44 second=79 amount=-1 -kerning first=44 second=81 amount=-1 -kerning first=44 second=84 amount=-4 -kerning first=44 second=85 amount=-1 -kerning first=44 second=86 amount=-4 -kerning first=44 second=87 amount=-2 -kerning first=44 second=89 amount=-4 -kerning first=44 second=102 amount=-1 -kerning first=44 second=116 amount=-1 -kerning first=44 second=118 amount=-2 -kerning first=44 second=119 amount=-2 -kerning first=44 second=121 amount=-2 -kerning first=44 second=199 amount=-1 -kerning first=44 second=210 amount=-1 -kerning first=44 second=211 amount=-1 -kerning first=44 second=212 amount=-1 -kerning first=44 second=213 amount=-1 -kerning first=44 second=214 amount=-1 -kerning first=44 second=216 amount=-1 -kerning first=44 second=217 amount=-1 -kerning first=44 second=218 amount=-1 -kerning first=44 second=219 amount=-1 -kerning first=44 second=220 amount=-1 -kerning first=44 second=221 amount=-4 -kerning first=44 second=223 amount=-1 -kerning first=44 second=253 amount=-2 -kerning first=44 second=254 amount=-1 -kerning first=44 second=255 amount=-2 -kerning first=44 second=338 amount=-1 -kerning first=44 second=376 amount=-4 -kerning first=8230 second=107 amount=4 -kerning first=44 second=8216 amount=-9 -kerning first=44 second=8217 amount=-9 -kerning first=44 second=8220 amount=-9 -kerning first=44 second=8221 amount=-9 -kerning first=8230 second=104 amount=4 -kerning first=8230 second=98 amount=4 -kerning first=45 second=34 amount=-5 -kerning first=45 second=39 amount=-5 -kerning first=45 second=49 amount=-3 -kerning first=8226 second=107 amount=4 -kerning first=45 second=55 amount=-4 -kerning first=8226 second=104 amount=4 -kerning first=45 second=74 amount=-3 -kerning first=8226 second=98 amount=4 -kerning first=45 second=84 amount=-4 -kerning first=45 second=86 amount=-2 -kerning first=45 second=87 amount=-1 -kerning first=45 second=88 amount=-1 -kerning first=45 second=89 amount=-4 -kerning first=8222 second=8221 amount=-9 -kerning first=8222 second=8220 amount=-9 -kerning first=45 second=120 amount=-1 -kerning first=45 second=122 amount=-1 -kerning first=45 second=221 amount=-4 -kerning first=8222 second=8217 amount=-9 -kerning first=8222 second=8216 amount=-9 -kerning first=8222 second=376 amount=-4 -kerning first=45 second=376 amount=-4 -kerning first=45 second=382 amount=-1 -kerning first=8222 second=338 amount=-1 -kerning first=45 second=8217 amount=-6 -kerning first=45 second=8221 amount=-6 -kerning first=8222 second=255 amount=-2 -kerning first=8222 second=254 amount=-1 -kerning first=46 second=34 amount=-8 -kerning first=46 second=39 amount=-8 -kerning first=8222 second=253 amount=-2 -kerning first=46 second=49 amount=-3 -kerning first=46 second=52 amount=-2 -kerning first=46 second=55 amount=-2 -kerning first=46 second=67 amount=-1 -kerning first=46 second=71 amount=-1 -kerning first=46 second=79 amount=-1 -kerning first=46 second=81 amount=-1 -kerning first=46 second=84 amount=-4 -kerning first=46 second=85 amount=-1 -kerning first=46 second=86 amount=-4 -kerning first=46 second=87 amount=-2 -kerning first=46 second=89 amount=-4 -kerning first=46 second=102 amount=-1 -kerning first=46 second=116 amount=-1 -kerning first=46 second=118 amount=-2 -kerning first=46 second=119 amount=-2 -kerning first=46 second=121 amount=-2 -kerning first=46 second=199 amount=-1 -kerning first=46 second=210 amount=-1 -kerning first=46 second=211 amount=-1 -kerning first=46 second=212 amount=-1 -kerning first=46 second=213 amount=-1 -kerning first=46 second=214 amount=-1 -kerning first=46 second=216 amount=-1 -kerning first=46 second=217 amount=-1 -kerning first=46 second=218 amount=-1 -kerning first=46 second=219 amount=-1 -kerning first=46 second=220 amount=-1 -kerning first=46 second=221 amount=-4 -kerning first=46 second=223 amount=-1 -kerning first=46 second=253 amount=-2 -kerning first=46 second=254 amount=-1 -kerning first=46 second=255 amount=-2 -kerning first=46 second=338 amount=-1 -kerning first=46 second=376 amount=-4 -kerning first=8222 second=223 amount=-1 -kerning first=46 second=8216 amount=-9 -kerning first=46 second=8217 amount=-9 -kerning first=46 second=8220 amount=-9 -kerning first=46 second=8221 amount=-9 -kerning first=8222 second=221 amount=-4 -kerning first=8222 second=220 amount=-1 -kerning first=47 second=47 amount=-8 -kerning first=47 second=48 amount=-1 -kerning first=47 second=52 amount=-3 -kerning first=47 second=54 amount=-1 -kerning first=47 second=65 amount=-4 -kerning first=47 second=67 amount=-1 -kerning first=47 second=71 amount=-1 -kerning first=47 second=74 amount=-2 -kerning first=47 second=79 amount=-1 -kerning first=47 second=81 amount=-1 -kerning first=47 second=97 amount=-2 -kerning first=47 second=99 amount=-1 -kerning first=47 second=100 amount=-2 -kerning first=47 second=101 amount=-1 -kerning first=47 second=103 amount=-2 -kerning first=47 second=109 amount=-1 -kerning first=47 second=110 amount=-1 -kerning first=47 second=111 amount=-1 -kerning first=47 second=112 amount=-1 -kerning first=47 second=113 amount=-1 -kerning first=47 second=114 amount=-1 -kerning first=8222 second=219 amount=-1 -kerning first=47 second=117 amount=-1 -kerning first=8222 second=218 amount=-1 -kerning first=47 second=192 amount=-4 -kerning first=47 second=193 amount=-4 -kerning first=47 second=194 amount=-4 -kerning first=47 second=195 amount=-4 -kerning first=47 second=196 amount=-4 -kerning first=47 second=197 amount=-4 -kerning first=47 second=198 amount=-7 -kerning first=47 second=199 amount=-1 -kerning first=47 second=210 amount=-1 -kerning first=47 second=211 amount=-1 -kerning first=47 second=212 amount=-1 -kerning first=47 second=213 amount=-1 -kerning first=47 second=214 amount=-1 -kerning first=47 second=216 amount=-1 -kerning first=47 second=224 amount=-2 -kerning first=47 second=225 amount=-2 -kerning first=47 second=226 amount=-2 -kerning first=47 second=227 amount=-2 -kerning first=47 second=228 amount=-2 -kerning first=47 second=229 amount=-2 -kerning first=47 second=230 amount=-2 -kerning first=47 second=231 amount=-1 -kerning first=47 second=232 amount=-1 -kerning first=47 second=233 amount=-1 -kerning first=47 second=234 amount=-1 -kerning first=47 second=235 amount=-1 -kerning first=47 second=236 amount=4 -kerning first=47 second=240 amount=-1 -kerning first=47 second=241 amount=-1 -kerning first=47 second=242 amount=-1 -kerning first=47 second=243 amount=-1 -kerning first=47 second=244 amount=-1 -kerning first=47 second=245 amount=-1 -kerning first=47 second=246 amount=-1 -kerning first=47 second=248 amount=-1 -kerning first=47 second=249 amount=-1 -kerning first=47 second=250 amount=-1 -kerning first=47 second=251 amount=-1 -kerning first=47 second=252 amount=-1 -kerning first=47 second=338 amount=-1 -kerning first=47 second=339 amount=-1 -kerning first=8222 second=217 amount=-1 -kerning first=8222 second=216 amount=-1 -kerning first=8222 second=214 amount=-1 -kerning first=48 second=41 amount=-4 -kerning first=8222 second=213 amount=-1 -kerning first=48 second=47 amount=-2 -kerning first=8222 second=212 amount=-1 -kerning first=8222 second=211 amount=-1 -kerning first=8222 second=210 amount=-1 -kerning first=48 second=92 amount=-1 -kerning first=48 second=93 amount=-2 -kerning first=48 second=98 amount=4 -kerning first=48 second=104 amount=4 -kerning first=48 second=107 amount=4 -kerning first=48 second=125 amount=-1 -kerning first=8222 second=199 amount=-1 -kerning first=8222 second=121 amount=-2 -kerning first=8222 second=119 amount=-2 -kerning first=8222 second=118 amount=-2 -kerning first=8222 second=116 amount=-1 -kerning first=48 second=8260 amount=4 -kerning first=49 second=41 amount=-2 -kerning first=8222 second=102 amount=-1 -kerning first=49 second=47 amount=-1 -kerning first=8222 second=89 amount=-4 -kerning first=49 second=93 amount=-1 -kerning first=49 second=98 amount=4 -kerning first=49 second=104 amount=4 -kerning first=49 second=107 amount=4 -kerning first=49 second=125 amount=-1 -kerning first=8222 second=87 amount=-2 -kerning first=8222 second=86 amount=-4 -kerning first=8222 second=85 amount=-1 -kerning first=8222 second=84 amount=-4 -kerning first=8222 second=81 amount=-1 -kerning first=49 second=8260 amount=7 -kerning first=50 second=41 amount=-2 -kerning first=8222 second=79 amount=-1 -kerning first=50 second=52 amount=-1 -kerning first=8222 second=71 amount=-1 -kerning first=50 second=93 amount=-1 -kerning first=50 second=98 amount=4 -kerning first=50 second=104 amount=4 -kerning first=50 second=107 amount=4 -kerning first=50 second=125 amount=-1 -kerning first=8222 second=67 amount=-1 -kerning first=50 second=183 amount=-1 -kerning first=8222 second=55 amount=-2 -kerning first=50 second=247 amount=-1 -kerning first=8222 second=52 amount=-2 -kerning first=8222 second=49 amount=-3 -kerning first=8222 second=39 amount=-8 -kerning first=50 second=8260 amount=12 -kerning first=8222 second=34 amount=-8 -kerning first=51 second=41 amount=-3 -kerning first=8221 second=8249 amount=-2 -kerning first=51 second=47 amount=-1 -kerning first=8221 second=8230 amount=-8 -kerning first=51 second=93 amount=-2 -kerning first=51 second=98 amount=4 -kerning first=51 second=104 amount=4 -kerning first=51 second=107 amount=4 -kerning first=51 second=125 amount=-1 -kerning first=8221 second=8222 amount=-8 -kerning first=8221 second=8218 amount=-8 -kerning first=8221 second=8212 amount=-5 -kerning first=8221 second=8211 amount=-5 -kerning first=8221 second=339 amount=-1 -kerning first=51 second=8260 amount=5 -kerning first=52 second=34 amount=-1 -kerning first=52 second=39 amount=-1 -kerning first=52 second=41 amount=-4 -kerning first=52 second=47 amount=-1 -kerning first=52 second=49 amount=-1 -kerning first=8221 second=248 amount=-1 -kerning first=8221 second=246 amount=-1 -kerning first=52 second=55 amount=-3 -kerning first=52 second=84 amount=-3 -kerning first=52 second=86 amount=-1 -kerning first=52 second=87 amount=-1 -kerning first=52 second=89 amount=-3 -kerning first=52 second=92 amount=-3 -kerning first=52 second=93 amount=-2 -kerning first=52 second=125 amount=-1 -kerning first=52 second=176 amount=-1 -kerning first=52 second=221 amount=-3 -kerning first=52 second=376 amount=-3 -kerning first=52 second=8260 amount=5 -kerning first=53 second=41 amount=-1 -kerning first=8221 second=245 amount=-1 -kerning first=53 second=47 amount=-1 -kerning first=8221 second=244 amount=-1 -kerning first=8221 second=243 amount=-1 -kerning first=53 second=98 amount=4 -kerning first=53 second=104 amount=4 -kerning first=53 second=107 amount=4 -kerning first=8221 second=242 amount=-1 -kerning first=8221 second=240 amount=-1 -kerning first=8221 second=238 amount=1 -kerning first=8221 second=236 amount=3 -kerning first=8221 second=235 amount=-1 -kerning first=8221 second=234 amount=-1 -kerning first=53 second=8260 amount=5 -kerning first=54 second=41 amount=-2 -kerning first=8221 second=233 amount=-1 -kerning first=54 second=47 amount=-1 -kerning first=8221 second=232 amount=-1 -kerning first=8221 second=231 amount=-1 -kerning first=54 second=93 amount=-1 -kerning first=54 second=98 amount=4 -kerning first=54 second=104 amount=4 -kerning first=54 second=107 amount=4 -kerning first=54 second=125 amount=-1 -kerning first=8221 second=230 amount=-1 -kerning first=8221 second=229 amount=-1 -kerning first=8221 second=228 amount=-1 -kerning first=8221 second=227 amount=-1 -kerning first=8221 second=226 amount=-1 -kerning first=54 second=8260 amount=6 -kerning first=8221 second=225 amount=-1 -kerning first=55 second=41 amount=-1 -kerning first=55 second=44 amount=-3 -kerning first=55 second=45 amount=-1 -kerning first=55 second=46 amount=-3 -kerning first=55 second=47 amount=-5 -kerning first=55 second=52 amount=-1 -kerning first=55 second=65 amount=-2 -kerning first=55 second=74 amount=-2 -kerning first=8221 second=224 amount=-1 -kerning first=8221 second=198 amount=-6 -kerning first=55 second=173 amount=-1 -kerning first=55 second=183 amount=-1 -kerning first=55 second=192 amount=-2 -kerning first=55 second=193 amount=-2 -kerning first=55 second=194 amount=-2 -kerning first=55 second=195 amount=-2 -kerning first=55 second=196 amount=-2 -kerning first=55 second=197 amount=-2 -kerning first=55 second=198 amount=-4 -kerning first=55 second=247 amount=-1 -kerning first=55 second=8211 amount=-1 -kerning first=55 second=8212 amount=-1 -kerning first=55 second=8218 amount=-3 -kerning first=55 second=8222 amount=-3 -kerning first=55 second=8230 amount=-3 -kerning first=8221 second=197 amount=-3 -kerning first=56 second=41 amount=-3 -kerning first=8221 second=196 amount=-3 -kerning first=56 second=47 amount=-1 -kerning first=8221 second=195 amount=-3 -kerning first=56 second=93 amount=-2 -kerning first=56 second=98 amount=4 -kerning first=56 second=104 amount=4 -kerning first=56 second=107 amount=4 -kerning first=56 second=125 amount=-1 -kerning first=8221 second=194 amount=-3 -kerning first=8221 second=193 amount=-3 -kerning first=8221 second=192 amount=-3 -kerning first=8221 second=173 amount=-5 -kerning first=8221 second=113 amount=-1 -kerning first=56 second=8260 amount=6 -kerning first=57 second=41 amount=-4 -kerning first=8221 second=111 amount=-1 -kerning first=57 second=47 amount=-2 -kerning first=8221 second=103 amount=-1 -kerning first=8221 second=101 amount=-1 -kerning first=8221 second=100 amount=-2 -kerning first=8221 second=99 amount=-1 -kerning first=57 second=93 amount=-2 -kerning first=57 second=98 amount=4 -kerning first=57 second=104 amount=4 -kerning first=57 second=107 amount=4 -kerning first=57 second=125 amount=-1 -kerning first=8221 second=97 amount=-1 -kerning first=8221 second=74 amount=-2 -kerning first=8221 second=65 amount=-3 -kerning first=8221 second=47 amount=-6 -kerning first=8221 second=46 amount=-8 -kerning first=57 second=8260 amount=3 -kerning first=58 second=84 amount=-4 -kerning first=58 second=86 amount=-1 -kerning first=58 second=89 amount=-2 -kerning first=58 second=221 amount=-2 -kerning first=58 second=376 amount=-2 -kerning first=8221 second=45 amount=-5 -kerning first=8221 second=44 amount=-8 -kerning first=59 second=84 amount=-4 -kerning first=59 second=86 amount=-1 -kerning first=59 second=89 amount=-2 -kerning first=59 second=221 amount=-2 -kerning first=59 second=376 amount=-2 -kerning first=8221 second=32 amount=-1 -kerning first=8220 second=8230 amount=-8 -kerning first=8220 second=8222 amount=-8 -kerning first=8220 second=8218 amount=-8 -kerning first=60 second=98 amount=4 -kerning first=60 second=104 amount=4 -kerning first=60 second=107 amount=4 -kerning first=8220 second=339 amount=-1 -kerning first=8220 second=248 amount=-1 -kerning first=8220 second=246 amount=-1 -kerning first=8220 second=245 amount=-1 -kerning first=8220 second=244 amount=-1 -kerning first=8220 second=243 amount=-1 -kerning first=8220 second=242 amount=-1 -kerning first=61 second=55 amount=-1 -kerning first=8220 second=240 amount=-1 -kerning first=61 second=98 amount=4 -kerning first=61 second=104 amount=4 -kerning first=61 second=107 amount=4 -kerning first=8220 second=236 amount=1 -kerning first=8220 second=235 amount=-1 -kerning first=8220 second=234 amount=-1 -kerning first=8220 second=233 amount=-1 -kerning first=8220 second=232 amount=-1 -kerning first=8220 second=231 amount=-1 -kerning first=8220 second=230 amount=-1 -kerning first=62 second=98 amount=4 -kerning first=62 second=104 amount=4 -kerning first=62 second=107 amount=4 -kerning first=8220 second=229 amount=-1 -kerning first=8220 second=228 amount=-1 -kerning first=8220 second=227 amount=-1 -kerning first=8220 second=226 amount=-1 -kerning first=8220 second=225 amount=-1 -kerning first=8220 second=224 amount=-1 -kerning first=8220 second=198 amount=-6 -kerning first=63 second=98 amount=4 -kerning first=63 second=104 amount=4 -kerning first=63 second=107 amount=4 -kerning first=8220 second=197 amount=-3 -kerning first=8220 second=196 amount=-3 -kerning first=8220 second=195 amount=-3 -kerning first=8220 second=194 amount=-3 -kerning first=8220 second=193 amount=-3 -kerning first=64 second=84 amount=-2 -kerning first=8220 second=192 amount=-3 -kerning first=64 second=89 amount=-1 -kerning first=64 second=221 amount=-1 -kerning first=64 second=376 amount=-1 -kerning first=65 second=32 amount=-2 -kerning first=65 second=34 amount=-3 -kerning first=65 second=39 amount=-3 -kerning first=65 second=41 amount=-1 -kerning first=65 second=42 amount=-3 -kerning first=65 second=49 amount=-2 -kerning first=65 second=55 amount=-2 -kerning first=65 second=63 amount=-3 -kerning first=8220 second=113 amount=-1 -kerning first=8220 second=111 amount=-1 -kerning first=8220 second=103 amount=-1 -kerning first=8220 second=101 amount=-1 -kerning first=65 second=84 amount=-5 -kerning first=8220 second=100 amount=-1 -kerning first=65 second=86 amount=-3 -kerning first=65 second=87 amount=-1 -kerning first=65 second=89 amount=-4 -kerning first=65 second=92 amount=-4 -kerning first=65 second=93 amount=-1 -kerning first=8220 second=99 amount=-1 -kerning first=65 second=116 amount=-1 -kerning first=65 second=118 amount=-1 -kerning first=65 second=119 amount=-1 -kerning first=65 second=121 amount=-1 -kerning first=8220 second=97 amount=-1 -kerning first=65 second=169 amount=-1 -kerning first=65 second=170 amount=-1 -kerning first=65 second=174 amount=-2 -kerning first=65 second=186 amount=-2 -kerning first=8220 second=74 amount=-2 -kerning first=8220 second=65 amount=-3 -kerning first=8220 second=46 amount=-8 -kerning first=8220 second=44 amount=-8 -kerning first=8218 second=8221 amount=-9 -kerning first=8218 second=8220 amount=-9 -kerning first=8218 second=8217 amount=-9 -kerning first=8218 second=8216 amount=-9 -kerning first=8218 second=376 amount=-4 -kerning first=8218 second=338 amount=-1 -kerning first=8218 second=255 amount=-2 -kerning first=65 second=221 amount=-4 -kerning first=8218 second=254 amount=-1 -kerning first=65 second=253 amount=-1 -kerning first=8218 second=253 amount=-2 -kerning first=65 second=255 amount=-1 -kerning first=8218 second=223 amount=-1 -kerning first=65 second=376 amount=-4 -kerning first=65 second=8216 amount=-3 -kerning first=65 second=8217 amount=-3 -kerning first=65 second=8220 amount=-3 -kerning first=65 second=8221 amount=-3 -kerning first=65 second=8482 amount=-4 -kerning first=8218 second=221 amount=-4 -kerning first=8218 second=220 amount=-1 -kerning first=66 second=41 amount=-3 -kerning first=66 second=47 amount=-1 -kerning first=8218 second=219 amount=-1 -kerning first=8218 second=218 amount=-1 -kerning first=8218 second=217 amount=-1 -kerning first=66 second=84 amount=-1 -kerning first=8218 second=216 amount=-1 -kerning first=8218 second=214 amount=-1 -kerning first=66 second=89 amount=-1 -kerning first=8218 second=213 amount=-1 -kerning first=66 second=93 amount=-2 -kerning first=66 second=125 amount=-1 -kerning first=8218 second=212 amount=-1 -kerning first=66 second=221 amount=-1 -kerning first=66 second=254 amount=-1 -kerning first=66 second=376 amount=-1 -kerning first=8218 second=211 amount=-1 -kerning first=67 second=41 amount=-1 -kerning first=67 second=45 amount=-1 -kerning first=67 second=52 amount=-2 -kerning first=67 second=67 amount=-1 -kerning first=67 second=71 amount=-1 -kerning first=67 second=79 amount=-1 -kerning first=67 second=81 amount=-1 -kerning first=8218 second=210 amount=-1 -kerning first=8218 second=199 amount=-1 -kerning first=8218 second=121 amount=-2 -kerning first=8218 second=119 amount=-2 -kerning first=8218 second=118 amount=-2 -kerning first=8218 second=116 amount=-1 -kerning first=67 second=169 amount=-1 -kerning first=67 second=170 amount=-1 -kerning first=67 second=173 amount=-1 -kerning first=67 second=186 amount=-1 -kerning first=67 second=199 amount=-1 -kerning first=67 second=210 amount=-1 -kerning first=67 second=211 amount=-1 -kerning first=67 second=212 amount=-1 -kerning first=67 second=213 amount=-1 -kerning first=67 second=214 amount=-1 -kerning first=67 second=216 amount=-1 -kerning first=8218 second=102 amount=-1 -kerning first=8218 second=89 amount=-4 -kerning first=8218 second=87 amount=-2 -kerning first=8218 second=86 amount=-4 -kerning first=8218 second=85 amount=-1 -kerning first=8218 second=84 amount=-4 -kerning first=8218 second=81 amount=-1 -kerning first=8218 second=79 amount=-1 -kerning first=8218 second=71 amount=-1 -kerning first=8218 second=67 amount=-1 -kerning first=8218 second=55 amount=-2 -kerning first=8218 second=52 amount=-2 -kerning first=67 second=236 amount=2 -kerning first=8218 second=49 amount=-3 -kerning first=8218 second=39 amount=-8 -kerning first=8218 second=34 amount=-8 -kerning first=8217 second=8249 amount=-2 -kerning first=8217 second=8230 amount=-8 -kerning first=8217 second=8222 amount=-8 -kerning first=8217 second=8218 amount=-8 -kerning first=8217 second=8212 amount=-5 -kerning first=8217 second=8211 amount=-5 -kerning first=67 second=338 amount=-1 -kerning first=8217 second=339 amount=-1 -kerning first=67 second=8211 amount=-1 -kerning first=67 second=8212 amount=-1 -kerning first=8217 second=248 amount=-1 -kerning first=68 second=41 amount=-4 -kerning first=68 second=47 amount=-2 -kerning first=8217 second=246 amount=-1 -kerning first=8217 second=245 amount=-1 -kerning first=8217 second=244 amount=-1 -kerning first=68 second=63 amount=-1 -kerning first=8217 second=243 amount=-1 -kerning first=68 second=74 amount=-1 -kerning first=68 second=84 amount=-1 -kerning first=8217 second=242 amount=-1 -kerning first=68 second=88 amount=-1 -kerning first=68 second=89 amount=-1 -kerning first=8217 second=240 amount=-1 -kerning first=68 second=92 amount=-1 -kerning first=68 second=93 amount=-2 -kerning first=68 second=125 amount=-1 -kerning first=8217 second=238 amount=1 -kerning first=8217 second=236 amount=3 -kerning first=8217 second=235 amount=-1 -kerning first=8217 second=234 amount=-1 -kerning first=8217 second=233 amount=-1 -kerning first=8217 second=232 amount=-1 -kerning first=8217 second=231 amount=-1 -kerning first=68 second=221 amount=-1 -kerning first=8217 second=230 amount=-1 -kerning first=68 second=376 amount=-1 -kerning first=8217 second=229 amount=-1 -kerning first=68 second=8482 amount=-1 -kerning first=69 second=41 amount=-1 -kerning first=8217 second=228 amount=-1 -kerning first=8217 second=227 amount=-1 -kerning first=8217 second=226 amount=-1 -kerning first=8217 second=225 amount=-1 -kerning first=8217 second=224 amount=-1 -kerning first=8217 second=198 amount=-6 -kerning first=8217 second=197 amount=-3 -kerning first=8217 second=196 amount=-3 -kerning first=8217 second=195 amount=-3 -kerning first=8217 second=194 amount=-3 -kerning first=8217 second=193 amount=-3 -kerning first=8217 second=192 amount=-3 -kerning first=8217 second=173 amount=-5 -kerning first=8217 second=113 amount=-1 -kerning first=8217 second=111 amount=-1 -kerning first=8217 second=103 amount=-1 -kerning first=8217 second=101 amount=-1 -kerning first=8217 second=100 amount=-2 -kerning first=8217 second=99 amount=-1 -kerning first=8217 second=97 amount=-1 -kerning first=8217 second=74 amount=-2 -kerning first=8217 second=65 amount=-3 -kerning first=8217 second=47 amount=-6 -kerning first=8217 second=46 amount=-8 -kerning first=8217 second=45 amount=-5 -kerning first=8217 second=44 amount=-8 -kerning first=8217 second=32 amount=-1 -kerning first=8216 second=8230 amount=-8 -kerning first=8216 second=8222 amount=-8 -kerning first=8216 second=8218 amount=-8 -kerning first=8216 second=339 amount=-1 -kerning first=8216 second=248 amount=-1 -kerning first=8216 second=246 amount=-1 -kerning first=69 second=236 amount=2 -kerning first=8216 second=245 amount=-1 -kerning first=8216 second=244 amount=-1 -kerning first=8216 second=243 amount=-1 -kerning first=8216 second=242 amount=-1 -kerning first=8216 second=240 amount=-1 -kerning first=8216 second=236 amount=1 -kerning first=8216 second=235 amount=-1 -kerning first=8216 second=234 amount=-1 -kerning first=69 second=254 amount=-1 -kerning first=8216 second=233 amount=-1 -kerning first=8216 second=232 amount=-1 -kerning first=8216 second=231 amount=-1 -kerning first=8216 second=230 amount=-1 -kerning first=70 second=32 amount=-1 -kerning first=70 second=41 amount=-1 -kerning first=70 second=44 amount=-6 -kerning first=8216 second=229 amount=-1 -kerning first=70 second=46 amount=-6 -kerning first=70 second=47 amount=-6 -kerning first=8216 second=228 amount=-1 -kerning first=8216 second=227 amount=-1 -kerning first=70 second=65 amount=-3 -kerning first=8216 second=226 amount=-1 -kerning first=8216 second=225 amount=-1 -kerning first=70 second=74 amount=-3 -kerning first=8216 second=224 amount=-1 -kerning first=8216 second=198 amount=-6 -kerning first=8216 second=197 amount=-3 -kerning first=70 second=97 amount=-1 -kerning first=70 second=99 amount=-1 -kerning first=70 second=100 amount=-1 -kerning first=70 second=101 amount=-1 -kerning first=70 second=103 amount=-1 -kerning first=70 second=109 amount=-1 -kerning first=70 second=110 amount=-1 -kerning first=70 second=111 amount=-1 -kerning first=70 second=112 amount=-1 -kerning first=70 second=113 amount=-1 -kerning first=70 second=114 amount=-1 -kerning first=8216 second=196 amount=-3 -kerning first=70 second=117 amount=-1 -kerning first=8216 second=195 amount=-3 -kerning first=8216 second=194 amount=-3 -kerning first=8216 second=193 amount=-3 -kerning first=8216 second=192 amount=-3 -kerning first=70 second=192 amount=-3 -kerning first=70 second=193 amount=-3 -kerning first=70 second=194 amount=-3 -kerning first=70 second=195 amount=-3 -kerning first=70 second=196 amount=-3 -kerning first=70 second=197 amount=-3 -kerning first=70 second=198 amount=-8 -kerning first=8216 second=113 amount=-1 -kerning first=8216 second=111 amount=-1 -kerning first=8216 second=103 amount=-1 -kerning first=8216 second=101 amount=-1 -kerning first=8216 second=100 amount=-1 -kerning first=8216 second=99 amount=-1 -kerning first=8216 second=97 amount=-1 -kerning first=70 second=224 amount=-1 -kerning first=70 second=225 amount=-1 -kerning first=70 second=226 amount=-1 -kerning first=70 second=227 amount=-1 -kerning first=70 second=228 amount=-1 -kerning first=70 second=229 amount=-1 -kerning first=70 second=230 amount=-1 -kerning first=70 second=231 amount=-1 -kerning first=70 second=232 amount=-1 -kerning first=70 second=233 amount=-1 -kerning first=70 second=234 amount=-1 -kerning first=70 second=235 amount=-1 -kerning first=70 second=236 amount=3 -kerning first=70 second=238 amount=1 -kerning first=70 second=240 amount=-1 -kerning first=70 second=241 amount=-1 -kerning first=70 second=242 amount=-1 -kerning first=70 second=243 amount=-1 -kerning first=70 second=244 amount=-1 -kerning first=70 second=245 amount=-1 -kerning first=70 second=246 amount=-1 -kerning first=70 second=248 amount=-1 -kerning first=70 second=249 amount=-1 -kerning first=70 second=250 amount=-1 -kerning first=70 second=251 amount=-1 -kerning first=70 second=252 amount=-1 -kerning first=70 second=254 amount=-1 -kerning first=70 second=305 amount=-1 -kerning first=8216 second=74 amount=-2 -kerning first=70 second=339 amount=-1 -kerning first=8216 second=65 amount=-3 -kerning first=8216 second=46 amount=-8 -kerning first=8216 second=44 amount=-8 -kerning first=8212 second=8221 amount=-6 -kerning first=70 second=8218 amount=-6 -kerning first=70 second=8222 amount=-6 -kerning first=70 second=8230 amount=-6 -kerning first=71 second=41 amount=-2 -kerning first=8212 second=8217 amount=-6 -kerning first=71 second=93 amount=-1 -kerning first=8212 second=382 amount=-1 -kerning first=8212 second=376 amount=-4 -kerning first=8212 second=221 amount=-4 -kerning first=8212 second=122 amount=-1 -kerning first=72 second=41 amount=-1 -kerning first=8212 second=120 amount=-1 -kerning first=8212 second=89 amount=-4 -kerning first=8212 second=88 amount=-1 -kerning first=72 second=254 amount=-1 -kerning first=73 second=41 amount=-1 -kerning first=8212 second=87 amount=-1 -kerning first=8212 second=86 amount=-2 -kerning first=8212 second=84 amount=-4 -kerning first=73 second=254 amount=-1 -kerning first=74 second=41 amount=-2 -kerning first=74 second=47 amount=-1 -kerning first=8212 second=74 amount=-3 -kerning first=8212 second=55 amount=-4 -kerning first=8212 second=49 amount=-3 -kerning first=8212 second=39 amount=-5 -kerning first=74 second=254 amount=-1 -kerning first=8212 second=34 amount=-5 -kerning first=8211 second=8221 amount=-6 -kerning first=75 second=45 amount=-2 -kerning first=75 second=52 amount=-2 -kerning first=75 second=67 amount=-2 -kerning first=8211 second=8217 amount=-6 -kerning first=75 second=71 amount=-2 -kerning first=75 second=79 amount=-2 -kerning first=75 second=81 amount=-2 -kerning first=8211 second=382 amount=-1 -kerning first=75 second=97 amount=-1 -kerning first=75 second=99 amount=-1 -kerning first=75 second=100 amount=-1 -kerning first=75 second=101 amount=-1 -kerning first=8211 second=376 amount=-4 -kerning first=75 second=103 amount=-1 -kerning first=75 second=111 amount=-1 -kerning first=75 second=113 amount=-1 -kerning first=8211 second=221 amount=-4 -kerning first=8211 second=122 amount=-1 -kerning first=75 second=118 amount=-1 -kerning first=75 second=119 amount=-1 -kerning first=75 second=121 amount=-1 -kerning first=8211 second=120 amount=-1 -kerning first=75 second=169 amount=-2 -kerning first=75 second=170 amount=-1 -kerning first=75 second=173 amount=-2 -kerning first=75 second=186 amount=-1 -kerning first=75 second=199 amount=-2 -kerning first=8211 second=89 amount=-4 -kerning first=8211 second=88 amount=-1 -kerning first=8211 second=87 amount=-1 -kerning first=8211 second=86 amount=-2 -kerning first=75 second=210 amount=-2 -kerning first=75 second=211 amount=-2 -kerning first=75 second=212 amount=-2 -kerning first=75 second=213 amount=-2 -kerning first=75 second=214 amount=-2 -kerning first=75 second=216 amount=-2 -kerning first=8211 second=84 amount=-4 -kerning first=75 second=224 amount=-1 -kerning first=75 second=225 amount=-1 -kerning first=75 second=226 amount=-1 -kerning first=75 second=227 amount=-1 -kerning first=75 second=228 amount=-1 -kerning first=75 second=229 amount=-1 -kerning first=75 second=230 amount=-1 -kerning first=75 second=231 amount=-1 -kerning first=75 second=232 amount=-1 -kerning first=75 second=233 amount=-1 -kerning first=75 second=234 amount=-1 -kerning first=75 second=235 amount=-1 -kerning first=75 second=236 amount=3 -kerning first=75 second=240 amount=-1 -kerning first=75 second=242 amount=-1 -kerning first=75 second=243 amount=-1 -kerning first=75 second=244 amount=-1 -kerning first=75 second=245 amount=-1 -kerning first=75 second=246 amount=-1 -kerning first=75 second=248 amount=-1 -kerning first=8211 second=74 amount=-3 -kerning first=8211 second=55 amount=-4 -kerning first=8211 second=49 amount=-3 -kerning first=8211 second=39 amount=-5 -kerning first=75 second=253 amount=-1 -kerning first=75 second=254 amount=-1 -kerning first=75 second=255 amount=-1 -kerning first=75 second=338 amount=-2 -kerning first=75 second=339 amount=-1 -kerning first=75 second=8211 amount=-2 -kerning first=75 second=8212 amount=-2 -kerning first=75 second=8249 amount=-1 -kerning first=8211 second=34 amount=-5 -kerning first=402 second=107 amount=4 -kerning first=76 second=32 amount=-2 -kerning first=76 second=34 amount=-7 -kerning first=76 second=39 amount=-7 -kerning first=76 second=41 amount=-2 -kerning first=76 second=42 amount=-7 -kerning first=76 second=45 amount=-4 -kerning first=76 second=49 amount=-3 -kerning first=76 second=52 amount=-4 -kerning first=76 second=55 amount=-2 -kerning first=76 second=63 amount=-3 -kerning first=76 second=67 amount=-2 -kerning first=402 second=104 amount=4 -kerning first=76 second=71 amount=-2 -kerning first=402 second=98 amount=4 -kerning first=76 second=79 amount=-2 -kerning first=76 second=81 amount=-2 -kerning first=76 second=84 amount=-8 -kerning first=76 second=85 amount=-2 -kerning first=76 second=86 amount=-7 -kerning first=76 second=87 amount=-4 -kerning first=76 second=89 amount=-7 -kerning first=76 second=92 amount=-7 -kerning first=76 second=93 amount=-1 -kerning first=382 second=8482 amount=-2 -kerning first=382 second=8249 amount=-1 -kerning first=382 second=8212 amount=-1 -kerning first=382 second=8211 amount=-1 -kerning first=76 second=102 amount=-1 -kerning first=382 second=376 amount=-3 -kerning first=382 second=221 amount=-3 -kerning first=382 second=173 amount=-1 -kerning first=76 second=116 amount=-2 -kerning first=382 second=125 amount=-1 -kerning first=76 second=118 amount=-4 -kerning first=76 second=119 amount=-4 -kerning first=76 second=121 amount=-5 -kerning first=382 second=93 amount=-2 -kerning first=382 second=92 amount=-2 -kerning first=76 second=169 amount=-2 -kerning first=76 second=170 amount=-7 -kerning first=76 second=173 amount=-4 -kerning first=76 second=174 amount=-7 -kerning first=76 second=183 amount=-12 -kerning first=76 second=186 amount=-7 -kerning first=76 second=199 amount=-2 -kerning first=382 second=89 amount=-3 -kerning first=382 second=86 amount=-1 -kerning first=382 second=84 amount=-7 -kerning first=382 second=63 amount=-2 -kerning first=76 second=210 amount=-2 -kerning first=76 second=211 amount=-2 -kerning first=76 second=212 amount=-2 -kerning first=76 second=213 amount=-2 -kerning first=76 second=214 amount=-2 -kerning first=76 second=216 amount=-2 -kerning first=76 second=217 amount=-2 -kerning first=76 second=218 amount=-2 -kerning first=76 second=219 amount=-2 -kerning first=76 second=220 amount=-2 -kerning first=76 second=221 amount=-7 -kerning first=76 second=223 amount=-1 -kerning first=382 second=45 amount=-1 -kerning first=382 second=41 amount=-3 -kerning first=381 second=8212 amount=-1 -kerning first=381 second=8211 amount=-1 -kerning first=381 second=254 amount=-1 -kerning first=381 second=173 amount=-1 -kerning first=381 second=169 amount=-1 -kerning first=381 second=52 amount=-2 -kerning first=381 second=45 amount=-1 -kerning first=376 second=8250 amount=-2 -kerning first=376 second=8249 amount=-3 -kerning first=376 second=8230 amount=-5 -kerning first=376 second=8222 amount=-5 -kerning first=376 second=8218 amount=-5 -kerning first=376 second=8212 amount=-4 -kerning first=376 second=8211 amount=-4 -kerning first=376 second=382 amount=-2 -kerning first=376 second=353 amount=-4 -kerning first=376 second=339 amount=-5 -kerning first=376 second=338 amount=-1 -kerning first=376 second=255 amount=-1 -kerning first=376 second=254 amount=-1 -kerning first=376 second=253 amount=-1 -kerning first=76 second=253 amount=-5 -kerning first=76 second=254 amount=-1 -kerning first=76 second=255 amount=-5 -kerning first=376 second=252 amount=-4 -kerning first=76 second=338 amount=-2 -kerning first=376 second=251 amount=-4 -kerning first=76 second=376 amount=-7 -kerning first=76 second=8211 amount=-4 -kerning first=76 second=8212 amount=-4 -kerning first=76 second=8216 amount=-7 -kerning first=76 second=8217 amount=-7 -kerning first=76 second=8220 amount=-7 -kerning first=76 second=8221 amount=-7 -kerning first=76 second=8249 amount=-2 -kerning first=76 second=8482 amount=-7 -kerning first=376 second=250 amount=-4 -kerning first=376 second=249 amount=-4 -kerning first=77 second=41 amount=-2 -kerning first=376 second=248 amount=-5 -kerning first=376 second=246 amount=-5 -kerning first=77 second=93 amount=-1 -kerning first=77 second=98 amount=4 -kerning first=77 second=104 amount=4 -kerning first=77 second=107 amount=4 -kerning first=77 second=125 amount=-1 -kerning first=376 second=245 amount=-5 -kerning first=376 second=244 amount=-5 -kerning first=376 second=243 amount=-5 -kerning first=376 second=242 amount=-5 -kerning first=376 second=241 amount=-4 -kerning first=78 second=41 amount=-2 -kerning first=376 second=240 amount=-2 -kerning first=376 second=235 amount=-5 -kerning first=376 second=234 amount=-5 -kerning first=78 second=254 amount=-1 -kerning first=79 second=41 amount=-4 -kerning first=79 second=47 amount=-2 -kerning first=376 second=233 amount=-5 -kerning first=376 second=232 amount=-5 -kerning first=79 second=55 amount=-1 -kerning first=79 second=63 amount=-1 -kerning first=376 second=231 amount=-5 -kerning first=79 second=74 amount=-1 -kerning first=79 second=84 amount=-1 -kerning first=376 second=230 amount=-5 -kerning first=79 second=88 amount=-1 -kerning first=79 second=89 amount=-1 -kerning first=376 second=229 amount=-5 -kerning first=79 second=92 amount=-1 -kerning first=79 second=93 amount=-2 -kerning first=79 second=125 amount=-1 -kerning first=376 second=228 amount=-5 -kerning first=376 second=227 amount=-5 -kerning first=376 second=226 amount=-5 -kerning first=376 second=225 amount=-5 -kerning first=376 second=224 amount=-5 -kerning first=376 second=216 amount=-1 -kerning first=376 second=214 amount=-1 -kerning first=79 second=221 amount=-1 -kerning first=376 second=213 amount=-1 -kerning first=79 second=376 amount=-1 -kerning first=376 second=212 amount=-1 -kerning first=79 second=8482 amount=-1 -kerning first=80 second=32 amount=-1 -kerning first=80 second=41 amount=-3 -kerning first=80 second=44 amount=-5 -kerning first=376 second=211 amount=-1 -kerning first=80 second=46 amount=-5 -kerning first=80 second=47 amount=-5 -kerning first=80 second=65 amount=-2 -kerning first=80 second=74 amount=-3 -kerning first=80 second=88 amount=-1 -kerning first=376 second=210 amount=-1 -kerning first=376 second=199 amount=-1 -kerning first=80 second=93 amount=-2 -kerning first=376 second=198 amount=-7 -kerning first=376 second=197 amount=-4 -kerning first=80 second=125 amount=-1 -kerning first=376 second=196 amount=-4 -kerning first=80 second=192 amount=-2 -kerning first=80 second=193 amount=-2 -kerning first=80 second=194 amount=-2 -kerning first=80 second=195 amount=-2 -kerning first=80 second=196 amount=-2 -kerning first=80 second=197 amount=-2 -kerning first=80 second=198 amount=-6 -kerning first=376 second=195 amount=-4 -kerning first=376 second=194 amount=-4 -kerning first=376 second=193 amount=-4 -kerning first=376 second=192 amount=-4 -kerning first=376 second=173 amount=-4 -kerning first=376 second=169 amount=-1 -kerning first=376 second=122 amount=-2 -kerning first=376 second=121 amount=-1 -kerning first=376 second=120 amount=-2 -kerning first=376 second=119 amount=-1 -kerning first=80 second=254 amount=-1 -kerning first=376 second=118 amount=-1 -kerning first=376 second=117 amount=-4 -kerning first=376 second=116 amount=-1 -kerning first=376 second=115 amount=-4 -kerning first=80 second=8218 amount=-5 -kerning first=80 second=8222 amount=-5 -kerning first=80 second=8230 amount=-5 -kerning first=81 second=41 amount=-4 -kerning first=81 second=47 amount=-2 -kerning first=376 second=114 amount=-4 -kerning first=376 second=113 amount=-5 -kerning first=81 second=55 amount=-1 -kerning first=81 second=63 amount=-1 -kerning first=376 second=112 amount=-4 -kerning first=81 second=74 amount=-1 -kerning first=81 second=84 amount=-1 -kerning first=376 second=111 amount=-5 -kerning first=81 second=88 amount=-1 -kerning first=81 second=89 amount=-1 -kerning first=376 second=110 amount=-4 -kerning first=81 second=92 amount=-1 -kerning first=81 second=93 amount=-2 -kerning first=81 second=125 amount=-1 -kerning first=376 second=109 amount=-4 -kerning first=376 second=103 amount=-5 -kerning first=376 second=101 amount=-5 -kerning first=376 second=100 amount=-5 -kerning first=376 second=99 amount=-5 -kerning first=376 second=97 amount=-5 -kerning first=376 second=81 amount=-1 -kerning first=81 second=221 amount=-1 -kerning first=376 second=79 amount=-1 -kerning first=81 second=376 amount=-1 -kerning first=376 second=74 amount=-3 -kerning first=81 second=8482 amount=-1 -kerning first=82 second=41 amount=-2 -kerning first=82 second=52 amount=-1 -kerning first=82 second=55 amount=-1 -kerning first=82 second=63 amount=-1 -kerning first=82 second=84 amount=-1 -kerning first=376 second=71 amount=-1 -kerning first=82 second=89 amount=-1 -kerning first=82 second=92 amount=-1 -kerning first=82 second=93 amount=-2 -kerning first=376 second=67 amount=-1 -kerning first=376 second=65 amount=-4 -kerning first=376 second=59 amount=-2 -kerning first=376 second=58 amount=-2 -kerning first=376 second=52 amount=-3 -kerning first=376 second=47 amount=-6 -kerning first=376 second=46 amount=-5 -kerning first=82 second=125 amount=-1 -kerning first=82 second=221 amount=-1 -kerning first=376 second=45 amount=-4 -kerning first=376 second=44 amount=-5 -kerning first=376 second=32 amount=-2 -kerning first=353 second=8482 amount=-2 -kerning first=353 second=8249 amount=-1 -kerning first=353 second=376 amount=-4 -kerning first=353 second=221 amount=-4 -kerning first=353 second=125 amount=-1 -kerning first=353 second=93 amount=-2 -kerning first=353 second=92 amount=-2 -kerning first=353 second=89 amount=-4 -kerning first=353 second=86 amount=-1 -kerning first=353 second=84 amount=-7 -kerning first=353 second=63 amount=-2 -kerning first=353 second=41 amount=-3 -kerning first=352 second=93 amount=-1 -kerning first=352 second=41 amount=-2 -kerning first=339 second=8482 amount=-2 -kerning first=339 second=8221 amount=-1 -kerning first=82 second=254 amount=-1 -kerning first=339 second=8220 amount=-1 -kerning first=82 second=376 amount=-1 -kerning first=82 second=8249 amount=-1 -kerning first=82 second=8482 amount=-1 -kerning first=83 second=41 amount=-2 -kerning first=339 second=8217 amount=-1 -kerning first=339 second=8216 amount=-1 -kerning first=83 second=93 amount=-1 -kerning first=339 second=376 amount=-5 -kerning first=339 second=221 amount=-5 -kerning first=339 second=125 amount=-2 -kerning first=339 second=93 amount=-2 -kerning first=339 second=92 amount=-3 -kerning first=339 second=89 amount=-5 -kerning first=339 second=87 amount=-1 -kerning first=339 second=86 amount=-2 -kerning first=339 second=84 amount=-8 -kerning first=339 second=63 amount=-3 -kerning first=339 second=42 amount=-1 -kerning first=83 second=236 amount=1 -kerning first=339 second=41 amount=-3 -kerning first=339 second=39 amount=-1 -kerning first=339 second=34 amount=-1 -kerning first=338 second=254 amount=-1 -kerning first=338 second=41 amount=-1 -kerning first=322 second=8482 amount=-1 -kerning first=84 second=32 amount=-2 -kerning first=84 second=44 amount=-4 -kerning first=84 second=45 amount=-4 -kerning first=84 second=46 amount=-4 -kerning first=84 second=47 amount=-6 -kerning first=84 second=52 amount=-3 -kerning first=84 second=58 amount=-4 -kerning first=84 second=59 amount=-4 -kerning first=322 second=8249 amount=-2 -kerning first=84 second=65 amount=-5 -kerning first=322 second=8221 amount=-1 -kerning first=322 second=8220 amount=-1 -kerning first=84 second=74 amount=-2 -kerning first=322 second=8217 amount=-1 -kerning first=322 second=8216 amount=-1 -kerning first=84 second=97 amount=-8 -kerning first=84 second=99 amount=-8 -kerning first=84 second=100 amount=-8 -kerning first=84 second=101 amount=-8 -kerning first=84 second=102 amount=-2 -kerning first=84 second=103 amount=-8 -kerning first=84 second=109 amount=-6 -kerning first=84 second=110 amount=-6 -kerning first=84 second=111 amount=-8 -kerning first=84 second=112 amount=-6 -kerning first=84 second=113 amount=-8 -kerning first=84 second=114 amount=-6 -kerning first=84 second=115 amount=-8 -kerning first=84 second=116 amount=-2 -kerning first=84 second=117 amount=-6 -kerning first=84 second=118 amount=-4 -kerning first=84 second=119 amount=-4 -kerning first=84 second=120 amount=-5 -kerning first=84 second=121 amount=-4 -kerning first=84 second=122 amount=-6 -kerning first=322 second=8212 amount=-1 -kerning first=84 second=169 amount=-1 -kerning first=322 second=8211 amount=-1 -kerning first=84 second=173 amount=-4 -kerning first=322 second=376 amount=-2 -kerning first=84 second=192 amount=-5 -kerning first=84 second=193 amount=-5 -kerning first=84 second=194 amount=-5 -kerning first=84 second=195 amount=-5 -kerning first=84 second=196 amount=-5 -kerning first=84 second=197 amount=-5 -kerning first=84 second=198 amount=-6 -kerning first=322 second=338 amount=-1 -kerning first=322 second=255 amount=-1 -kerning first=322 second=253 amount=-1 -kerning first=322 second=221 amount=-2 -kerning first=322 second=220 amount=-1 -kerning first=322 second=219 amount=-1 -kerning first=322 second=218 amount=-1 -kerning first=322 second=217 amount=-1 -kerning first=84 second=224 amount=-5 -kerning first=84 second=225 amount=-8 -kerning first=84 second=226 amount=-8 -kerning first=84 second=227 amount=-8 -kerning first=84 second=228 amount=-8 -kerning first=84 second=229 amount=-8 -kerning first=84 second=230 amount=-8 -kerning first=84 second=231 amount=-8 -kerning first=84 second=232 amount=-4 -kerning first=84 second=233 amount=-8 -kerning first=84 second=234 amount=-8 -kerning first=84 second=235 amount=-8 -kerning first=84 second=236 amount=4 -kerning first=322 second=216 amount=-1 -kerning first=84 second=238 amount=2 -kerning first=84 second=240 amount=-3 -kerning first=84 second=241 amount=-6 -kerning first=84 second=242 amount=-5 -kerning first=84 second=243 amount=-8 -kerning first=84 second=244 amount=-8 -kerning first=84 second=245 amount=-8 -kerning first=84 second=246 amount=-8 -kerning first=84 second=248 amount=-8 -kerning first=84 second=249 amount=-6 -kerning first=84 second=250 amount=-6 -kerning first=84 second=251 amount=-6 -kerning first=84 second=252 amount=-6 -kerning first=84 second=253 amount=-4 -kerning first=84 second=254 amount=-2 -kerning first=84 second=255 amount=-4 -kerning first=84 second=305 amount=-6 -kerning first=322 second=214 amount=-1 -kerning first=84 second=339 amount=-8 -kerning first=84 second=353 amount=-8 -kerning first=84 second=382 amount=-6 -kerning first=84 second=8211 amount=-4 -kerning first=84 second=8212 amount=-4 -kerning first=84 second=8218 amount=-4 -kerning first=84 second=8222 amount=-4 -kerning first=84 second=8230 amount=-4 -kerning first=84 second=8249 amount=-5 -kerning first=84 second=8250 amount=-4 -kerning first=322 second=213 amount=-1 -kerning first=322 second=212 amount=-1 -kerning first=85 second=41 amount=-2 -kerning first=322 second=211 amount=-1 -kerning first=322 second=210 amount=-1 -kerning first=85 second=47 amount=-2 -kerning first=85 second=74 amount=-1 -kerning first=322 second=199 amount=-1 -kerning first=322 second=186 amount=-1 -kerning first=85 second=198 amount=-1 -kerning first=85 second=236 amount=1 -kerning first=85 second=254 amount=-1 -kerning first=322 second=183 amount=-8 -kerning first=322 second=174 amount=-1 -kerning first=322 second=173 amount=-1 -kerning first=86 second=32 amount=-2 -kerning first=322 second=170 amount=-1 -kerning first=86 second=44 amount=-3 -kerning first=86 second=45 amount=-2 -kerning first=86 second=46 amount=-3 -kerning first=86 second=47 amount=-5 -kerning first=86 second=52 amount=-1 -kerning first=86 second=58 amount=-1 -kerning first=86 second=59 amount=-1 -kerning first=86 second=65 amount=-3 -kerning first=322 second=169 amount=-1 -kerning first=322 second=125 amount=-1 -kerning first=86 second=74 amount=-2 -kerning first=322 second=93 amount=-1 -kerning first=322 second=92 amount=-1 -kerning first=322 second=89 amount=-2 -kerning first=86 second=97 amount=-3 -kerning first=86 second=99 amount=-3 -kerning first=86 second=100 amount=-3 -kerning first=86 second=101 amount=-3 -kerning first=86 second=103 amount=-3 -kerning first=86 second=109 amount=-2 -kerning first=86 second=110 amount=-2 -kerning first=86 second=111 amount=-3 -kerning first=86 second=112 amount=-2 -kerning first=86 second=113 amount=-3 -kerning first=86 second=114 amount=-2 -kerning first=86 second=115 amount=-1 -kerning first=86 second=117 amount=-2 -kerning first=322 second=87 amount=-1 -kerning first=86 second=122 amount=-1 -kerning first=322 second=86 amount=-2 -kerning first=86 second=173 amount=-2 -kerning first=86 second=192 amount=-3 -kerning first=86 second=193 amount=-3 -kerning first=86 second=194 amount=-3 -kerning first=86 second=195 amount=-3 -kerning first=86 second=196 amount=-3 -kerning first=86 second=197 amount=-3 -kerning first=86 second=198 amount=-6 -kerning first=322 second=85 amount=-1 -kerning first=322 second=84 amount=-2 -kerning first=322 second=81 amount=-1 -kerning first=322 second=79 amount=-1 -kerning first=322 second=71 amount=-1 -kerning first=322 second=67 amount=-1 -kerning first=322 second=63 amount=-1 -kerning first=86 second=224 amount=-3 -kerning first=86 second=225 amount=-3 -kerning first=86 second=226 amount=-3 -kerning first=86 second=227 amount=-3 -kerning first=86 second=228 amount=-3 -kerning first=86 second=229 amount=-3 -kerning first=86 second=230 amount=-3 -kerning first=86 second=231 amount=-3 -kerning first=86 second=232 amount=-3 -kerning first=86 second=233 amount=-3 -kerning first=86 second=234 amount=-3 -kerning first=86 second=235 amount=-3 -kerning first=86 second=236 amount=5 -kerning first=86 second=238 amount=1 -kerning first=322 second=45 amount=-1 -kerning first=86 second=240 amount=-1 -kerning first=86 second=241 amount=-2 -kerning first=86 second=242 amount=-3 -kerning first=86 second=243 amount=-3 -kerning first=86 second=244 amount=-3 -kerning first=86 second=245 amount=-3 -kerning first=86 second=246 amount=-3 -kerning first=86 second=248 amount=-3 -kerning first=86 second=249 amount=-2 -kerning first=86 second=250 amount=-2 -kerning first=86 second=251 amount=-2 -kerning first=86 second=252 amount=-2 -kerning first=86 second=254 amount=-1 -kerning first=86 second=305 amount=-2 -kerning first=322 second=42 amount=-1 -kerning first=86 second=339 amount=-3 -kerning first=86 second=353 amount=-1 -kerning first=86 second=382 amount=-1 -kerning first=86 second=8211 amount=-2 -kerning first=86 second=8212 amount=-2 -kerning first=86 second=8218 amount=-3 -kerning first=86 second=8222 amount=-3 -kerning first=86 second=8230 amount=-3 -kerning first=86 second=8249 amount=-1 -kerning first=86 second=8250 amount=-1 -kerning first=87 second=32 amount=-1 -kerning first=322 second=41 amount=-2 -kerning first=87 second=44 amount=-2 -kerning first=322 second=39 amount=-1 -kerning first=87 second=46 amount=-2 -kerning first=87 second=47 amount=-3 -kerning first=322 second=34 amount=-1 -kerning first=87 second=65 amount=-1 -kerning first=87 second=74 amount=-2 -kerning first=322 second=32 amount=-3 -kerning first=87 second=97 amount=-1 -kerning first=87 second=99 amount=-1 -kerning first=87 second=100 amount=-1 -kerning first=87 second=101 amount=-1 -kerning first=87 second=103 amount=-1 -kerning first=87 second=109 amount=-1 -kerning first=87 second=110 amount=-1 -kerning first=87 second=111 amount=-1 -kerning first=87 second=112 amount=-1 -kerning first=87 second=113 amount=-1 -kerning first=87 second=114 amount=-1 -kerning first=321 second=8482 amount=-7 -kerning first=87 second=117 amount=-1 -kerning first=321 second=8249 amount=-2 -kerning first=321 second=8221 amount=-7 -kerning first=321 second=8220 amount=-7 -kerning first=87 second=192 amount=-1 -kerning first=87 second=193 amount=-1 -kerning first=87 second=194 amount=-1 -kerning first=87 second=195 amount=-1 -kerning first=87 second=196 amount=-1 -kerning first=87 second=197 amount=-1 -kerning first=87 second=198 amount=-3 -kerning first=87 second=224 amount=-1 -kerning first=87 second=225 amount=-1 -kerning first=87 second=226 amount=-1 -kerning first=87 second=227 amount=-1 -kerning first=87 second=228 amount=-1 -kerning first=87 second=229 amount=-1 -kerning first=87 second=230 amount=-1 -kerning first=87 second=231 amount=-1 -kerning first=87 second=232 amount=-1 -kerning first=87 second=233 amount=-1 -kerning first=87 second=234 amount=-1 -kerning first=87 second=235 amount=-1 -kerning first=87 second=236 amount=3 -kerning first=87 second=238 amount=1 -kerning first=87 second=240 amount=-1 -kerning first=87 second=241 amount=-1 -kerning first=87 second=242 amount=-1 -kerning first=87 second=243 amount=-1 -kerning first=87 second=244 amount=-1 -kerning first=87 second=245 amount=-1 -kerning first=87 second=246 amount=-1 -kerning first=87 second=248 amount=-1 -kerning first=87 second=249 amount=-1 -kerning first=87 second=250 amount=-1 -kerning first=87 second=251 amount=-1 -kerning first=87 second=252 amount=-1 -kerning first=87 second=254 amount=-1 -kerning first=87 second=305 amount=-1 -kerning first=87 second=339 amount=-1 -kerning first=321 second=8217 amount=-7 -kerning first=321 second=8216 amount=-7 -kerning first=321 second=8212 amount=-4 -kerning first=87 second=8218 amount=-2 -kerning first=87 second=8222 amount=-2 -kerning first=87 second=8230 amount=-2 -kerning first=321 second=8211 amount=-4 -kerning first=321 second=376 amount=-7 -kerning first=88 second=45 amount=-1 -kerning first=88 second=52 amount=-1 -kerning first=88 second=67 amount=-1 -kerning first=321 second=338 amount=-2 -kerning first=88 second=71 amount=-1 -kerning first=88 second=79 amount=-1 -kerning first=88 second=81 amount=-1 -kerning first=321 second=255 amount=-5 -kerning first=88 second=97 amount=-1 -kerning first=88 second=99 amount=-1 -kerning first=88 second=100 amount=-1 -kerning first=88 second=101 amount=-1 -kerning first=321 second=254 amount=-1 -kerning first=88 second=103 amount=-1 -kerning first=88 second=111 amount=-1 -kerning first=88 second=113 amount=-1 -kerning first=321 second=253 amount=-5 -kerning first=321 second=223 amount=-1 -kerning first=88 second=118 amount=-1 -kerning first=321 second=221 amount=-7 -kerning first=88 second=121 amount=-1 -kerning first=88 second=169 amount=-1 -kerning first=88 second=170 amount=-1 -kerning first=88 second=173 amount=-1 -kerning first=88 second=186 amount=-1 -kerning first=88 second=199 amount=-1 -kerning first=321 second=220 amount=-2 -kerning first=321 second=219 amount=-2 -kerning first=321 second=218 amount=-2 -kerning first=321 second=217 amount=-2 -kerning first=88 second=210 amount=-1 -kerning first=88 second=211 amount=-1 -kerning first=88 second=212 amount=-1 -kerning first=88 second=213 amount=-1 -kerning first=88 second=214 amount=-1 -kerning first=88 second=216 amount=-1 -kerning first=321 second=216 amount=-2 -kerning first=88 second=224 amount=-1 -kerning first=88 second=225 amount=-1 -kerning first=88 second=226 amount=-1 -kerning first=88 second=227 amount=-1 -kerning first=88 second=228 amount=-1 -kerning first=88 second=229 amount=-1 -kerning first=88 second=230 amount=-1 -kerning first=88 second=231 amount=-1 -kerning first=88 second=232 amount=-1 -kerning first=88 second=233 amount=-1 -kerning first=88 second=234 amount=-1 -kerning first=88 second=235 amount=-1 -kerning first=88 second=236 amount=3 -kerning first=88 second=240 amount=-1 -kerning first=88 second=242 amount=-1 -kerning first=88 second=243 amount=-1 -kerning first=88 second=244 amount=-1 -kerning first=88 second=245 amount=-1 -kerning first=88 second=246 amount=-1 -kerning first=88 second=248 amount=-1 -kerning first=321 second=214 amount=-2 -kerning first=321 second=213 amount=-2 -kerning first=321 second=212 amount=-2 -kerning first=321 second=211 amount=-2 -kerning first=88 second=253 amount=-1 -kerning first=88 second=254 amount=-1 -kerning first=88 second=255 amount=-1 -kerning first=88 second=338 amount=-1 -kerning first=88 second=339 amount=-1 -kerning first=88 second=8211 amount=-1 -kerning first=88 second=8212 amount=-1 -kerning first=88 second=8249 amount=-1 -kerning first=321 second=210 amount=-2 -kerning first=321 second=199 amount=-2 -kerning first=89 second=32 amount=-2 -kerning first=321 second=186 amount=-7 -kerning first=321 second=183 amount=-12 -kerning first=89 second=44 amount=-5 -kerning first=89 second=45 amount=-4 -kerning first=89 second=46 amount=-5 -kerning first=89 second=47 amount=-6 -kerning first=321 second=174 amount=-7 -kerning first=89 second=52 amount=-3 -kerning first=89 second=58 amount=-2 -kerning first=89 second=59 amount=-2 -kerning first=89 second=65 amount=-4 -kerning first=89 second=67 amount=-1 -kerning first=89 second=71 amount=-1 -kerning first=89 second=74 amount=-3 -kerning first=89 second=79 amount=-1 -kerning first=89 second=81 amount=-1 -kerning first=321 second=173 amount=-4 -kerning first=321 second=170 amount=-7 -kerning first=89 second=97 amount=-5 -kerning first=89 second=99 amount=-5 -kerning first=89 second=100 amount=-5 -kerning first=89 second=101 amount=-5 -kerning first=321 second=169 amount=-2 -kerning first=89 second=103 amount=-5 -kerning first=89 second=109 amount=-4 -kerning first=89 second=110 amount=-4 -kerning first=89 second=111 amount=-5 -kerning first=89 second=112 amount=-4 -kerning first=89 second=113 amount=-5 -kerning first=89 second=114 amount=-4 -kerning first=89 second=115 amount=-4 -kerning first=89 second=116 amount=-1 -kerning first=89 second=117 amount=-4 -kerning first=89 second=118 amount=-1 -kerning first=89 second=119 amount=-1 -kerning first=89 second=120 amount=-2 -kerning first=89 second=121 amount=-1 -kerning first=89 second=122 amount=-2 -kerning first=321 second=121 amount=-5 -kerning first=321 second=119 amount=-4 -kerning first=89 second=169 amount=-1 -kerning first=321 second=118 amount=-4 -kerning first=89 second=173 amount=-4 -kerning first=321 second=116 amount=-2 -kerning first=89 second=192 amount=-4 -kerning first=89 second=193 amount=-4 -kerning first=89 second=194 amount=-4 -kerning first=89 second=195 amount=-4 -kerning first=89 second=196 amount=-4 -kerning first=89 second=197 amount=-4 -kerning first=89 second=198 amount=-7 -kerning first=89 second=199 amount=-1 -kerning first=89 second=210 amount=-1 -kerning first=89 second=211 amount=-1 -kerning first=89 second=212 amount=-1 -kerning first=89 second=213 amount=-1 -kerning first=89 second=214 amount=-1 -kerning first=89 second=216 amount=-1 -kerning first=321 second=102 amount=-1 -kerning first=89 second=224 amount=-5 -kerning first=89 second=225 amount=-5 -kerning first=89 second=226 amount=-5 -kerning first=89 second=227 amount=-5 -kerning first=89 second=228 amount=-5 -kerning first=89 second=229 amount=-5 -kerning first=89 second=230 amount=-5 -kerning first=89 second=231 amount=-5 -kerning first=89 second=232 amount=-5 -kerning first=89 second=233 amount=-5 -kerning first=89 second=234 amount=-5 -kerning first=89 second=235 amount=-5 -kerning first=89 second=236 amount=5 -kerning first=321 second=93 amount=-1 -kerning first=321 second=92 amount=-7 -kerning first=89 second=240 amount=-2 -kerning first=89 second=241 amount=-4 -kerning first=89 second=242 amount=-5 -kerning first=89 second=243 amount=-5 -kerning first=89 second=244 amount=-5 -kerning first=89 second=245 amount=-5 -kerning first=89 second=246 amount=-5 -kerning first=89 second=248 amount=-5 -kerning first=89 second=249 amount=-4 -kerning first=89 second=250 amount=-4 -kerning first=89 second=251 amount=-4 -kerning first=89 second=252 amount=-4 -kerning first=89 second=253 amount=-1 -kerning first=89 second=254 amount=-1 -kerning first=89 second=255 amount=-1 -kerning first=89 second=305 amount=-4 -kerning first=89 second=338 amount=-1 -kerning first=89 second=339 amount=-5 -kerning first=321 second=89 amount=-7 -kerning first=89 second=353 amount=-4 -kerning first=89 second=382 amount=-2 -kerning first=89 second=8211 amount=-4 -kerning first=89 second=8212 amount=-4 -kerning first=89 second=8218 amount=-5 -kerning first=89 second=8222 amount=-5 -kerning first=89 second=8230 amount=-5 -kerning first=89 second=8249 amount=-3 -kerning first=89 second=8250 amount=-2 -kerning first=321 second=87 amount=-4 -kerning first=321 second=86 amount=-7 -kerning first=321 second=85 amount=-2 -kerning first=90 second=45 amount=-1 -kerning first=90 second=52 amount=-2 -kerning first=321 second=84 amount=-8 -kerning first=321 second=81 amount=-2 -kerning first=321 second=79 amount=-2 -kerning first=321 second=71 amount=-2 -kerning first=321 second=67 amount=-2 -kerning first=321 second=63 amount=-3 -kerning first=321 second=55 amount=-2 -kerning first=321 second=52 amount=-4 -kerning first=321 second=49 amount=-3 -kerning first=321 second=45 amount=-4 -kerning first=321 second=42 amount=-7 -kerning first=321 second=41 amount=-2 -kerning first=90 second=169 amount=-1 -kerning first=321 second=39 amount=-7 -kerning first=90 second=173 amount=-1 -kerning first=321 second=34 amount=-7 -kerning first=321 second=32 amount=-2 -kerning first=305 second=41 amount=-2 -kerning first=255 second=8482 amount=-2 -kerning first=255 second=8230 amount=-1 -kerning first=255 second=8222 amount=-1 -kerning first=255 second=8218 amount=-1 -kerning first=255 second=376 amount=-3 -kerning first=255 second=221 amount=-3 -kerning first=255 second=198 amount=-1 -kerning first=255 second=125 amount=-2 -kerning first=255 second=93 amount=-2 -kerning first=255 second=92 amount=-1 -kerning first=255 second=89 amount=-3 -kerning first=255 second=88 amount=-1 -kerning first=255 second=84 amount=-6 -kerning first=255 second=74 amount=-2 -kerning first=255 second=63 amount=-2 -kerning first=255 second=47 amount=-2 -kerning first=255 second=46 amount=-1 -kerning first=90 second=236 amount=2 -kerning first=255 second=44 amount=-1 -kerning first=255 second=41 amount=-4 -kerning first=254 second=8482 amount=-2 -kerning first=254 second=8221 amount=-2 -kerning first=254 second=8220 amount=-1 -kerning first=254 second=8217 amount=-2 -kerning first=254 second=8216 amount=-1 -kerning first=254 second=376 amount=-5 -kerning first=90 second=254 amount=-1 -kerning first=254 second=221 amount=-5 -kerning first=254 second=125 amount=-2 -kerning first=90 second=8211 amount=-1 -kerning first=90 second=8212 amount=-1 -kerning first=91 second=40 amount=-2 -kerning first=91 second=48 amount=-2 -kerning first=254 second=93 amount=-3 -kerning first=254 second=92 amount=-4 -kerning first=254 second=89 amount=-5 -kerning first=91 second=52 amount=-2 -kerning first=254 second=87 amount=-1 -kerning first=91 second=54 amount=-2 -kerning first=91 second=56 amount=-2 -kerning first=91 second=57 amount=-1 -kerning first=91 second=65 amount=-2 -kerning first=254 second=86 amount=-3 -kerning first=91 second=67 amount=-2 -kerning first=254 second=84 amount=-9 -kerning first=91 second=69 amount=-1 -kerning first=91 second=70 amount=-1 -kerning first=91 second=71 amount=-2 -kerning first=254 second=63 amount=-3 -kerning first=254 second=42 amount=-1 -kerning first=91 second=74 amount=-2 -kerning first=254 second=41 amount=-4 -kerning first=254 second=39 amount=-1 -kerning first=91 second=77 amount=-1 -kerning first=254 second=34 amount=-1 -kerning first=91 second=79 amount=-2 -kerning first=253 second=8482 amount=-2 -kerning first=91 second=81 amount=-2 -kerning first=253 second=8230 amount=-1 -kerning first=91 second=83 amount=-1 -kerning first=253 second=8222 amount=-1 -kerning first=253 second=8218 amount=-1 -kerning first=253 second=376 amount=-3 -kerning first=91 second=97 amount=-3 -kerning first=253 second=221 amount=-3 -kerning first=91 second=99 amount=-3 -kerning first=91 second=100 amount=-3 -kerning first=91 second=101 amount=-3 -kerning first=91 second=102 amount=2 -kerning first=91 second=103 amount=-3 -kerning first=253 second=198 amount=-1 -kerning first=253 second=125 amount=-2 -kerning first=253 second=93 amount=-2 -kerning first=253 second=92 amount=-1 -kerning first=253 second=89 amount=-3 -kerning first=91 second=109 amount=-2 -kerning first=91 second=110 amount=-2 -kerning first=91 second=111 amount=-3 -kerning first=91 second=112 amount=-2 -kerning first=91 second=113 amount=-3 -kerning first=91 second=114 amount=-2 -kerning first=91 second=115 amount=-2 -kerning first=91 second=116 amount=-2 -kerning first=91 second=117 amount=-2 -kerning first=91 second=118 amount=-2 -kerning first=91 second=119 amount=-2 -kerning first=91 second=120 amount=-2 -kerning first=91 second=121 amount=-1 -kerning first=91 second=122 amount=-2 -kerning first=91 second=123 amount=-1 -kerning first=91 second=192 amount=-2 -kerning first=91 second=193 amount=-2 -kerning first=91 second=194 amount=-2 -kerning first=91 second=195 amount=-2 -kerning first=91 second=196 amount=-2 -kerning first=91 second=197 amount=-2 -kerning first=91 second=198 amount=-1 -kerning first=91 second=199 amount=-2 -kerning first=91 second=200 amount=-1 -kerning first=91 second=201 amount=-1 -kerning first=91 second=202 amount=-1 -kerning first=91 second=203 amount=-1 -kerning first=253 second=88 amount=-1 -kerning first=253 second=84 amount=-6 -kerning first=91 second=206 amount=2 -kerning first=253 second=74 amount=-2 -kerning first=253 second=63 amount=-2 -kerning first=253 second=47 amount=-2 -kerning first=91 second=210 amount=-2 -kerning first=91 second=211 amount=-2 -kerning first=91 second=212 amount=-2 -kerning first=91 second=213 amount=-2 -kerning first=91 second=214 amount=-2 -kerning first=91 second=216 amount=-2 -kerning first=253 second=46 amount=-1 -kerning first=253 second=44 amount=-1 -kerning first=253 second=41 amount=-4 -kerning first=252 second=8482 amount=-2 -kerning first=252 second=376 amount=-4 -kerning first=91 second=223 amount=2 -kerning first=91 second=224 amount=-3 -kerning first=91 second=225 amount=-3 -kerning first=91 second=226 amount=-3 -kerning first=91 second=227 amount=-3 -kerning first=91 second=228 amount=-3 -kerning first=91 second=229 amount=-3 -kerning first=91 second=230 amount=-3 -kerning first=91 second=231 amount=-3 -kerning first=91 second=232 amount=-3 -kerning first=91 second=233 amount=-3 -kerning first=91 second=234 amount=-3 -kerning first=91 second=235 amount=-3 -kerning first=91 second=236 amount=3 -kerning first=252 second=221 amount=-4 -kerning first=252 second=125 amount=-2 -kerning first=252 second=93 amount=-2 -kerning first=91 second=240 amount=-2 -kerning first=91 second=241 amount=-2 -kerning first=91 second=242 amount=-3 -kerning first=91 second=243 amount=-3 -kerning first=91 second=244 amount=-3 -kerning first=91 second=245 amount=-3 -kerning first=91 second=246 amount=-3 -kerning first=91 second=248 amount=-3 -kerning first=91 second=249 amount=-2 -kerning first=91 second=250 amount=-2 -kerning first=91 second=251 amount=-2 -kerning first=91 second=252 amount=-2 -kerning first=91 second=253 amount=-1 -kerning first=252 second=92 amount=-2 -kerning first=91 second=255 amount=-1 -kerning first=252 second=89 amount=-4 -kerning first=252 second=87 amount=-1 -kerning first=252 second=86 amount=-2 -kerning first=91 second=338 amount=-2 -kerning first=91 second=339 amount=-3 -kerning first=91 second=352 amount=-1 -kerning first=91 second=353 amount=-2 -kerning first=252 second=84 amount=-8 -kerning first=91 second=382 amount=-2 -kerning first=252 second=63 amount=-2 -kerning first=252 second=41 amount=-3 -kerning first=251 second=8482 amount=-2 -kerning first=92 second=34 amount=-6 -kerning first=92 second=39 amount=-6 -kerning first=92 second=48 amount=-2 -kerning first=92 second=49 amount=-4 -kerning first=92 second=52 amount=-3 -kerning first=92 second=54 amount=-2 -kerning first=92 second=55 amount=-3 -kerning first=92 second=56 amount=-1 -kerning first=92 second=67 amount=-2 -kerning first=92 second=69 amount=-1 -kerning first=92 second=71 amount=-2 -kerning first=92 second=76 amount=-1 -kerning first=92 second=79 amount=-2 -kerning first=92 second=81 amount=-2 -kerning first=92 second=84 amount=-5 -kerning first=92 second=85 amount=-2 -kerning first=92 second=86 amount=-5 -kerning first=92 second=87 amount=-4 -kerning first=92 second=89 amount=-6 -kerning first=92 second=97 amount=-1 -kerning first=92 second=99 amount=-2 -kerning first=92 second=100 amount=-1 -kerning first=92 second=101 amount=-2 -kerning first=251 second=376 amount=-4 -kerning first=92 second=103 amount=-1 -kerning first=92 second=108 amount=-1 -kerning first=92 second=111 amount=-2 -kerning first=92 second=113 amount=-1 -kerning first=92 second=116 amount=-3 -kerning first=92 second=117 amount=-1 -kerning first=92 second=118 amount=-4 -kerning first=92 second=119 amount=-3 -kerning first=92 second=121 amount=-4 -kerning first=92 second=199 amount=-2 -kerning first=92 second=200 amount=-1 -kerning first=92 second=201 amount=-1 -kerning first=92 second=202 amount=-1 -kerning first=92 second=203 amount=-1 -kerning first=92 second=210 amount=-2 -kerning first=92 second=211 amount=-2 -kerning first=92 second=212 amount=-2 -kerning first=92 second=213 amount=-2 -kerning first=92 second=214 amount=-2 -kerning first=92 second=216 amount=-2 -kerning first=92 second=217 amount=-2 -kerning first=92 second=218 amount=-2 -kerning first=92 second=219 amount=-2 -kerning first=92 second=220 amount=-2 -kerning first=92 second=221 amount=-6 -kerning first=251 second=221 amount=-4 -kerning first=92 second=224 amount=-1 -kerning first=92 second=225 amount=-1 -kerning first=92 second=226 amount=-1 -kerning first=92 second=227 amount=-1 -kerning first=92 second=228 amount=-1 -kerning first=92 second=229 amount=-1 -kerning first=92 second=230 amount=-1 -kerning first=92 second=231 amount=-2 -kerning first=92 second=232 amount=-2 -kerning first=92 second=233 amount=-2 -kerning first=92 second=234 amount=-2 -kerning first=92 second=235 amount=-2 -kerning first=92 second=240 amount=-1 -kerning first=92 second=242 amount=-2 -kerning first=92 second=243 amount=-2 -kerning first=92 second=244 amount=-2 -kerning first=92 second=245 amount=-2 -kerning first=92 second=246 amount=-2 -kerning first=92 second=248 amount=-2 -kerning first=92 second=249 amount=-1 -kerning first=92 second=250 amount=-1 -kerning first=92 second=251 amount=-1 -kerning first=92 second=252 amount=-1 -kerning first=92 second=253 amount=-4 -kerning first=251 second=125 amount=-2 -kerning first=92 second=255 amount=-4 -kerning first=92 second=321 amount=-1 -kerning first=92 second=322 amount=-1 -kerning first=92 second=338 amount=-2 -kerning first=92 second=339 amount=-2 -kerning first=92 second=376 amount=-6 -kerning first=251 second=93 amount=-2 -kerning first=92 second=8217 amount=-6 -kerning first=92 second=8221 amount=-6 -kerning first=251 second=92 amount=-2 -kerning first=251 second=89 amount=-4 -kerning first=251 second=87 amount=-1 -kerning first=251 second=86 amount=-2 -kerning first=93 second=98 amount=4 -kerning first=93 second=104 amount=4 -kerning first=93 second=107 amount=4 -kerning first=251 second=84 amount=-8 -kerning first=251 second=63 amount=-2 -kerning first=251 second=41 amount=-3 -kerning first=250 second=8482 amount=-2 -kerning first=250 second=376 amount=-4 -kerning first=250 second=221 amount=-4 -kerning first=250 second=125 amount=-2 -kerning first=94 second=98 amount=4 -kerning first=94 second=104 amount=4 -kerning first=94 second=107 amount=4 -kerning first=250 second=93 amount=-2 -kerning first=250 second=92 amount=-2 -kerning first=250 second=89 amount=-4 -kerning first=250 second=87 amount=-1 -kerning first=250 second=86 amount=-2 -kerning first=250 second=84 amount=-8 -kerning first=250 second=63 amount=-2 -kerning first=95 second=98 amount=4 -kerning first=95 second=104 amount=4 -kerning first=95 second=107 amount=4 -kerning first=250 second=41 amount=-3 -kerning first=249 second=8482 amount=-2 -kerning first=249 second=376 amount=-4 -kerning first=249 second=221 amount=-4 -kerning first=249 second=125 amount=-2 -kerning first=97 second=41 amount=-3 -kerning first=249 second=93 amount=-2 -kerning first=97 second=63 amount=-2 -kerning first=97 second=84 amount=-8 -kerning first=249 second=92 amount=-2 -kerning first=97 second=86 amount=-2 -kerning first=97 second=87 amount=-1 -kerning first=97 second=89 amount=-5 -kerning first=97 second=92 amount=-3 -kerning first=97 second=93 amount=-2 -kerning first=97 second=125 amount=-2 -kerning first=249 second=89 amount=-4 -kerning first=249 second=87 amount=-1 -kerning first=249 second=86 amount=-2 -kerning first=249 second=84 amount=-8 -kerning first=97 second=221 amount=-5 -kerning first=97 second=376 amount=-5 -kerning first=249 second=63 amount=-2 -kerning first=249 second=41 amount=-3 -kerning first=248 second=8482 amount=-3 -kerning first=248 second=8221 amount=-2 -kerning first=97 second=8482 amount=-2 -kerning first=98 second=34 amount=-1 -kerning first=98 second=39 amount=-1 -kerning first=98 second=41 amount=-4 -kerning first=98 second=42 amount=-1 -kerning first=248 second=8220 amount=-2 -kerning first=98 second=63 amount=-3 -kerning first=248 second=8217 amount=-2 -kerning first=248 second=8216 amount=-2 -kerning first=98 second=84 amount=-9 -kerning first=98 second=86 amount=-3 -kerning first=98 second=87 amount=-1 -kerning first=248 second=376 amount=-5 -kerning first=98 second=89 amount=-5 -kerning first=248 second=221 amount=-5 -kerning first=98 second=92 amount=-4 -kerning first=98 second=93 amount=-3 -kerning first=248 second=125 amount=-2 -kerning first=248 second=120 amount=-1 -kerning first=248 second=93 amount=-3 -kerning first=248 second=92 amount=-4 -kerning first=98 second=125 amount=-2 -kerning first=98 second=221 amount=-5 -kerning first=248 second=89 amount=-5 -kerning first=248 second=87 amount=-1 -kerning first=248 second=86 amount=-3 -kerning first=248 second=84 amount=-9 -kerning first=248 second=63 amount=-3 -kerning first=98 second=376 amount=-5 -kerning first=248 second=42 amount=-1 -kerning first=98 second=8216 amount=-2 -kerning first=98 second=8217 amount=-2 -kerning first=98 second=8220 amount=-2 -kerning first=98 second=8221 amount=-2 -kerning first=98 second=8482 amount=-3 -kerning first=248 second=41 amount=-4 -kerning first=248 second=39 amount=-2 -kerning first=99 second=41 amount=-3 -kerning first=99 second=45 amount=-1 -kerning first=99 second=63 amount=-2 -kerning first=99 second=84 amount=-9 -kerning first=99 second=86 amount=-1 -kerning first=99 second=89 amount=-3 -kerning first=99 second=92 amount=-2 -kerning first=99 second=93 amount=-2 -kerning first=248 second=34 amount=-2 -kerning first=247 second=107 amount=4 -kerning first=247 second=104 amount=4 -kerning first=247 second=98 amount=4 -kerning first=247 second=55 amount=-3 -kerning first=247 second=51 amount=-1 -kerning first=247 second=50 amount=-1 -kerning first=99 second=125 amount=-1 -kerning first=99 second=173 amount=-1 -kerning first=99 second=221 amount=-3 -kerning first=247 second=49 amount=-2 -kerning first=246 second=8482 amount=-3 -kerning first=246 second=8221 amount=-2 -kerning first=246 second=8220 amount=-2 -kerning first=246 second=8217 amount=-2 -kerning first=246 second=8216 amount=-2 -kerning first=246 second=376 amount=-5 -kerning first=246 second=221 amount=-5 -kerning first=246 second=125 amount=-2 -kerning first=246 second=120 amount=-1 -kerning first=246 second=93 amount=-3 -kerning first=246 second=92 amount=-4 -kerning first=99 second=240 amount=-1 -kerning first=246 second=89 amount=-5 -kerning first=246 second=87 amount=-1 -kerning first=246 second=86 amount=-3 -kerning first=246 second=84 amount=-9 -kerning first=246 second=63 amount=-3 -kerning first=246 second=42 amount=-1 -kerning first=246 second=41 amount=-4 -kerning first=99 second=376 amount=-3 -kerning first=99 second=8211 amount=-1 -kerning first=99 second=8212 amount=-1 -kerning first=99 second=8249 amount=-1 -kerning first=99 second=8482 amount=-2 -kerning first=100 second=41 amount=-1 -kerning first=246 second=39 amount=-2 -kerning first=246 second=34 amount=-2 -kerning first=245 second=8482 amount=-3 -kerning first=245 second=8221 amount=-2 -kerning first=101 second=34 amount=-1 -kerning first=101 second=39 amount=-1 -kerning first=101 second=41 amount=-3 -kerning first=101 second=42 amount=-1 -kerning first=101 second=63 amount=-3 -kerning first=101 second=84 amount=-8 -kerning first=101 second=86 amount=-2 -kerning first=101 second=87 amount=-1 -kerning first=101 second=89 amount=-5 -kerning first=101 second=92 amount=-3 -kerning first=101 second=93 amount=-2 -kerning first=101 second=125 amount=-2 -kerning first=101 second=221 amount=-5 -kerning first=101 second=376 amount=-5 -kerning first=101 second=8216 amount=-1 -kerning first=101 second=8217 amount=-1 -kerning first=101 second=8220 amount=-1 -kerning first=101 second=8221 amount=-1 -kerning first=101 second=8482 amount=-2 -kerning first=102 second=32 amount=-1 -kerning first=102 second=44 amount=-2 -kerning first=102 second=45 amount=-2 -kerning first=102 second=46 amount=-2 -kerning first=102 second=47 amount=-3 -kerning first=102 second=63 amount=1 -kerning first=102 second=65 amount=-2 -kerning first=102 second=74 amount=-1 -kerning first=245 second=8220 amount=-2 -kerning first=102 second=86 amount=1 -kerning first=245 second=8217 amount=-2 -kerning first=245 second=8216 amount=-2 -kerning first=102 second=89 amount=1 -kerning first=245 second=376 amount=-5 -kerning first=102 second=92 amount=2 -kerning first=102 second=93 amount=1 -kerning first=245 second=221 amount=-5 -kerning first=245 second=125 amount=-2 -kerning first=245 second=120 amount=-1 -kerning first=245 second=93 amount=-3 -kerning first=245 second=92 amount=-4 -kerning first=245 second=89 amount=-5 -kerning first=245 second=87 amount=-1 -kerning first=245 second=86 amount=-3 -kerning first=102 second=173 amount=-2 -kerning first=102 second=192 amount=-2 -kerning first=102 second=193 amount=-2 -kerning first=102 second=194 amount=-2 -kerning first=102 second=195 amount=-2 -kerning first=102 second=196 amount=-2 -kerning first=102 second=197 amount=-2 -kerning first=102 second=198 amount=-4 -kerning first=102 second=221 amount=1 -kerning first=245 second=84 amount=-9 -kerning first=245 second=63 amount=-3 -kerning first=245 second=42 amount=-1 -kerning first=245 second=41 amount=-4 -kerning first=245 second=39 amount=-2 -kerning first=245 second=34 amount=-2 -kerning first=244 second=8482 amount=-3 -kerning first=244 second=8221 amount=-2 -kerning first=244 second=8220 amount=-2 -kerning first=244 second=8217 amount=-2 -kerning first=244 second=8216 amount=-2 -kerning first=244 second=376 amount=-5 -kerning first=102 second=236 amount=6 -kerning first=102 second=238 amount=2 -kerning first=102 second=239 amount=2 -kerning first=102 second=240 amount=-1 -kerning first=244 second=221 amount=-5 -kerning first=244 second=125 amount=-2 -kerning first=244 second=120 amount=-1 -kerning first=244 second=93 amount=-3 -kerning first=244 second=92 amount=-4 -kerning first=244 second=89 amount=-5 -kerning first=244 second=87 amount=-1 -kerning first=102 second=376 amount=1 -kerning first=244 second=86 amount=-3 -kerning first=102 second=8211 amount=-2 -kerning first=102 second=8212 amount=-2 -kerning first=102 second=8218 amount=-2 -kerning first=102 second=8222 amount=-2 -kerning first=102 second=8230 amount=-2 -kerning first=102 second=8249 amount=-2 -kerning first=244 second=84 amount=-9 -kerning first=244 second=63 amount=-3 -kerning first=103 second=63 amount=-2 -kerning first=103 second=84 amount=-8 -kerning first=244 second=42 amount=-1 -kerning first=103 second=86 amount=-2 -kerning first=103 second=87 amount=-1 -kerning first=103 second=89 amount=-5 -kerning first=103 second=92 amount=-3 -kerning first=244 second=41 amount=-4 -kerning first=244 second=39 amount=-2 -kerning first=244 second=34 amount=-2 -kerning first=243 second=8482 amount=-3 -kerning first=243 second=8221 amount=-2 -kerning first=103 second=221 amount=-5 -kerning first=103 second=376 amount=-5 -kerning first=243 second=8220 amount=-2 -kerning first=243 second=8217 amount=-2 -kerning first=103 second=8482 amount=-2 -kerning first=104 second=34 amount=-1 -kerning first=104 second=39 amount=-1 -kerning first=104 second=41 amount=-3 -kerning first=104 second=42 amount=-1 -kerning first=104 second=63 amount=-3 -kerning first=243 second=8216 amount=-2 -kerning first=104 second=84 amount=-9 -kerning first=243 second=376 amount=-5 -kerning first=104 second=86 amount=-3 -kerning first=104 second=87 amount=-1 -kerning first=104 second=89 amount=-5 -kerning first=104 second=92 amount=-3 -kerning first=104 second=93 amount=-3 -kerning first=104 second=125 amount=-2 -kerning first=243 second=221 amount=-5 -kerning first=243 second=125 amount=-2 -kerning first=243 second=120 amount=-1 -kerning first=243 second=93 amount=-3 -kerning first=104 second=221 amount=-5 -kerning first=243 second=92 amount=-4 -kerning first=104 second=376 amount=-5 -kerning first=104 second=8216 amount=-1 -kerning first=104 second=8217 amount=-1 -kerning first=104 second=8220 amount=-1 -kerning first=104 second=8221 amount=-1 -kerning first=104 second=8482 amount=-2 -kerning first=105 second=41 amount=-2 -kerning first=243 second=89 amount=-5 -kerning first=243 second=87 amount=-1 -kerning first=105 second=236 amount=1 -kerning first=106 second=41 amount=-2 -kerning first=243 second=86 amount=-3 -kerning first=243 second=84 amount=-9 -kerning first=106 second=236 amount=1 -kerning first=107 second=41 amount=-2 -kerning first=243 second=63 amount=-3 -kerning first=107 second=45 amount=-1 -kerning first=107 second=63 amount=-2 -kerning first=243 second=42 amount=-1 -kerning first=107 second=84 amount=-7 -kerning first=243 second=41 amount=-4 -kerning first=107 second=86 amount=-1 -kerning first=243 second=39 amount=-2 -kerning first=107 second=89 amount=-3 -kerning first=107 second=92 amount=-2 -kerning first=107 second=93 amount=-2 -kerning first=243 second=34 amount=-2 -kerning first=242 second=8482 amount=-3 -kerning first=242 second=8221 amount=-2 -kerning first=242 second=8220 amount=-2 -kerning first=242 second=8217 amount=-2 -kerning first=242 second=8216 amount=-2 -kerning first=242 second=376 amount=-5 -kerning first=107 second=125 amount=-1 -kerning first=107 second=173 amount=-1 -kerning first=242 second=221 amount=-5 -kerning first=242 second=125 amount=-2 -kerning first=242 second=120 amount=-1 -kerning first=242 second=93 amount=-3 -kerning first=107 second=221 amount=-3 -kerning first=242 second=92 amount=-4 -kerning first=242 second=89 amount=-5 -kerning first=242 second=87 amount=-1 -kerning first=242 second=86 amount=-3 -kerning first=242 second=84 amount=-9 -kerning first=242 second=63 amount=-3 -kerning first=242 second=42 amount=-1 -kerning first=242 second=41 amount=-4 -kerning first=242 second=39 amount=-2 -kerning first=242 second=34 amount=-2 -kerning first=241 second=8482 amount=-2 -kerning first=241 second=8221 amount=-1 -kerning first=241 second=8220 amount=-1 -kerning first=241 second=8217 amount=-1 -kerning first=241 second=8216 amount=-1 -kerning first=241 second=376 amount=-5 -kerning first=241 second=221 amount=-5 -kerning first=241 second=125 amount=-2 -kerning first=241 second=93 amount=-3 -kerning first=241 second=92 amount=-3 -kerning first=241 second=89 amount=-5 -kerning first=107 second=376 amount=-3 -kerning first=107 second=8211 amount=-1 -kerning first=107 second=8212 amount=-1 -kerning first=241 second=87 amount=-1 -kerning first=241 second=86 amount=-3 -kerning first=107 second=8249 amount=-1 -kerning first=107 second=8482 amount=-2 -kerning first=108 second=32 amount=-2 -kerning first=108 second=34 amount=-1 -kerning first=108 second=39 amount=-1 -kerning first=108 second=41 amount=-2 -kerning first=108 second=42 amount=-1 -kerning first=108 second=45 amount=-1 -kerning first=108 second=63 amount=-1 -kerning first=108 second=67 amount=-1 -kerning first=108 second=71 amount=-1 -kerning first=108 second=79 amount=-1 -kerning first=108 second=81 amount=-1 -kerning first=108 second=84 amount=-2 -kerning first=108 second=85 amount=-1 -kerning first=108 second=86 amount=-2 -kerning first=108 second=87 amount=-1 -kerning first=108 second=89 amount=-2 -kerning first=108 second=92 amount=-1 -kerning first=108 second=93 amount=-1 -kerning first=241 second=84 amount=-9 -kerning first=241 second=63 amount=-3 -kerning first=108 second=118 amount=-1 -kerning first=108 second=119 amount=-1 -kerning first=108 second=121 amount=-1 -kerning first=108 second=125 amount=-1 -kerning first=241 second=42 amount=-1 -kerning first=108 second=169 amount=-1 -kerning first=108 second=170 amount=-1 -kerning first=108 second=173 amount=-1 -kerning first=108 second=174 amount=-1 -kerning first=108 second=183 amount=-8 -kerning first=108 second=186 amount=-1 -kerning first=108 second=199 amount=-1 -kerning first=108 second=210 amount=-1 -kerning first=108 second=211 amount=-1 -kerning first=108 second=212 amount=-1 -kerning first=108 second=213 amount=-1 -kerning first=108 second=214 amount=-1 -kerning first=108 second=216 amount=-1 -kerning first=108 second=217 amount=-1 -kerning first=108 second=218 amount=-1 -kerning first=108 second=219 amount=-1 -kerning first=108 second=220 amount=-1 -kerning first=108 second=221 amount=-2 -kerning first=241 second=41 amount=-3 -kerning first=108 second=253 amount=-1 -kerning first=241 second=39 amount=-1 -kerning first=108 second=255 amount=-1 -kerning first=108 second=338 amount=-1 -kerning first=108 second=376 amount=-2 -kerning first=108 second=8211 amount=-1 -kerning first=108 second=8212 amount=-1 -kerning first=108 second=8216 amount=-1 -kerning first=108 second=8217 amount=-1 -kerning first=108 second=8220 amount=-1 -kerning first=108 second=8221 amount=-1 -kerning first=108 second=8249 amount=-2 -kerning first=108 second=8482 amount=-1 -kerning first=241 second=34 amount=-1 -kerning first=240 second=8482 amount=-1 -kerning first=109 second=34 amount=-1 -kerning first=109 second=39 amount=-1 -kerning first=109 second=41 amount=-3 -kerning first=109 second=42 amount=-1 -kerning first=109 second=63 amount=-3 -kerning first=240 second=376 amount=-2 -kerning first=109 second=84 amount=-9 -kerning first=240 second=221 amount=-2 -kerning first=109 second=86 amount=-3 -kerning first=109 second=87 amount=-1 -kerning first=109 second=89 amount=-5 -kerning first=109 second=92 amount=-3 -kerning first=109 second=93 amount=-3 -kerning first=109 second=125 amount=-2 -kerning first=240 second=125 amount=-1 -kerning first=240 second=93 amount=-2 -kerning first=240 second=89 amount=-2 -kerning first=240 second=88 amount=-1 -kerning first=109 second=221 amount=-5 -kerning first=240 second=86 amount=-1 -kerning first=109 second=376 amount=-5 -kerning first=109 second=8216 amount=-1 -kerning first=109 second=8217 amount=-1 -kerning first=109 second=8220 amount=-1 -kerning first=109 second=8221 amount=-1 -kerning first=109 second=8482 amount=-2 -kerning first=110 second=34 amount=-1 -kerning first=110 second=39 amount=-1 -kerning first=110 second=41 amount=-3 -kerning first=110 second=42 amount=-1 -kerning first=110 second=63 amount=-3 -kerning first=240 second=84 amount=-2 -kerning first=110 second=84 amount=-9 -kerning first=240 second=74 amount=-1 -kerning first=110 second=86 amount=-3 -kerning first=110 second=87 amount=-1 -kerning first=110 second=89 amount=-5 -kerning first=110 second=92 amount=-3 -kerning first=110 second=93 amount=-3 -kerning first=110 second=125 amount=-2 -kerning first=240 second=63 amount=-1 -kerning first=240 second=47 amount=-1 -kerning first=240 second=41 amount=-3 -kerning first=239 second=41 amount=-2 -kerning first=110 second=221 amount=-5 -kerning first=238 second=8220 amount=1 -kerning first=110 second=376 amount=-5 -kerning first=110 second=8216 amount=-1 -kerning first=110 second=8217 amount=-1 -kerning first=110 second=8220 amount=-1 -kerning first=110 second=8221 amount=-1 -kerning first=110 second=8482 amount=-2 -kerning first=111 second=34 amount=-2 -kerning first=111 second=39 amount=-2 -kerning first=111 second=41 amount=-4 -kerning first=111 second=42 amount=-1 -kerning first=238 second=8216 amount=1 -kerning first=111 second=63 amount=-3 -kerning first=238 second=174 amount=1 -kerning first=238 second=63 amount=1 -kerning first=111 second=84 amount=-9 -kerning first=111 second=86 amount=-3 -kerning first=111 second=87 amount=-1 -kerning first=238 second=42 amount=2 -kerning first=111 second=89 amount=-5 -kerning first=111 second=92 amount=-4 -kerning first=111 second=93 amount=-3 -kerning first=238 second=41 amount=-2 -kerning first=238 second=39 amount=1 -kerning first=238 second=34 amount=1 -kerning first=237 second=8482 amount=1 -kerning first=111 second=120 amount=-1 -kerning first=237 second=8221 amount=1 -kerning first=237 second=8217 amount=1 -kerning first=111 second=125 amount=-2 -kerning first=111 second=221 amount=-5 -kerning first=237 second=92 amount=2 -kerning first=237 second=63 amount=2 -kerning first=237 second=41 amount=-2 -kerning first=236 second=41 amount=-2 -kerning first=235 second=8482 amount=-2 -kerning first=111 second=376 amount=-5 -kerning first=235 second=8221 amount=-1 -kerning first=111 second=8216 amount=-2 -kerning first=111 second=8217 amount=-2 -kerning first=111 second=8220 amount=-2 -kerning first=111 second=8221 amount=-2 -kerning first=111 second=8482 amount=-3 -kerning first=235 second=8220 amount=-1 -kerning first=235 second=8217 amount=-1 -kerning first=112 second=34 amount=-1 -kerning first=112 second=39 amount=-1 -kerning first=112 second=41 amount=-4 -kerning first=112 second=42 amount=-1 -kerning first=235 second=8216 amount=-1 -kerning first=112 second=63 amount=-3 -kerning first=235 second=376 amount=-5 -kerning first=235 second=221 amount=-5 -kerning first=112 second=84 amount=-9 -kerning first=112 second=86 amount=-3 -kerning first=112 second=87 amount=-1 -kerning first=235 second=125 amount=-2 -kerning first=112 second=89 amount=-5 -kerning first=235 second=93 amount=-2 -kerning first=112 second=92 amount=-4 -kerning first=112 second=93 amount=-3 -kerning first=235 second=92 amount=-3 -kerning first=235 second=89 amount=-5 -kerning first=235 second=87 amount=-1 -kerning first=235 second=86 amount=-2 -kerning first=235 second=84 amount=-8 -kerning first=112 second=125 amount=-2 -kerning first=112 second=221 amount=-5 -kerning first=235 second=63 amount=-3 -kerning first=235 second=42 amount=-1 -kerning first=235 second=41 amount=-3 -kerning first=235 second=39 amount=-1 -kerning first=235 second=34 amount=-1 -kerning first=112 second=376 amount=-5 -kerning first=234 second=8482 amount=-2 -kerning first=112 second=8216 amount=-1 -kerning first=112 second=8217 amount=-2 -kerning first=112 second=8220 amount=-1 -kerning first=112 second=8221 amount=-2 -kerning first=112 second=8482 amount=-2 -kerning first=234 second=8221 amount=-1 -kerning first=234 second=8220 amount=-1 -kerning first=113 second=41 amount=-3 -kerning first=234 second=8217 amount=-1 -kerning first=113 second=63 amount=-2 -kerning first=113 second=84 amount=-8 -kerning first=113 second=86 amount=-2 -kerning first=113 second=87 amount=-1 -kerning first=113 second=89 amount=-4 -kerning first=113 second=92 amount=-2 -kerning first=113 second=93 amount=-2 -kerning first=113 second=125 amount=-2 -kerning first=113 second=221 amount=-4 -kerning first=113 second=376 amount=-4 -kerning first=113 second=8482 amount=-2 -kerning first=114 second=32 amount=-1 -kerning first=114 second=41 amount=-4 -kerning first=114 second=44 amount=-4 -kerning first=114 second=45 amount=-3 -kerning first=114 second=46 amount=-4 -kerning first=114 second=47 amount=-5 -kerning first=234 second=8216 amount=-1 -kerning first=114 second=65 amount=-3 -kerning first=114 second=74 amount=-3 -kerning first=114 second=84 amount=-6 -kerning first=114 second=88 amount=-2 -kerning first=234 second=376 amount=-5 -kerning first=114 second=90 amount=-1 -kerning first=114 second=93 amount=-2 -kerning first=234 second=221 amount=-5 -kerning first=234 second=125 amount=-2 -kerning first=234 second=93 amount=-2 -kerning first=234 second=92 amount=-3 -kerning first=234 second=89 amount=-5 -kerning first=234 second=87 amount=-1 -kerning first=234 second=86 amount=-2 -kerning first=114 second=125 amount=-1 -kerning first=234 second=84 amount=-8 -kerning first=114 second=173 amount=-3 -kerning first=114 second=192 amount=-3 -kerning first=114 second=193 amount=-3 -kerning first=114 second=194 amount=-3 -kerning first=114 second=195 amount=-3 -kerning first=114 second=196 amount=-3 -kerning first=114 second=197 amount=-3 -kerning first=114 second=198 amount=-5 -kerning first=234 second=63 amount=-3 -kerning first=234 second=42 amount=-1 -kerning first=234 second=41 amount=-3 -kerning first=234 second=39 amount=-1 -kerning first=234 second=34 amount=-1 -kerning first=233 second=8482 amount=-2 -kerning first=233 second=8221 amount=-1 -kerning first=233 second=8220 amount=-1 -kerning first=233 second=8217 amount=-1 -kerning first=233 second=8216 amount=-1 -kerning first=233 second=376 amount=-5 -kerning first=233 second=221 amount=-5 -kerning first=233 second=125 amount=-2 -kerning first=114 second=240 amount=-2 -kerning first=233 second=93 amount=-2 -kerning first=233 second=92 amount=-3 -kerning first=233 second=89 amount=-5 -kerning first=233 second=87 amount=-1 -kerning first=233 second=86 amount=-2 -kerning first=233 second=84 amount=-8 -kerning first=233 second=63 amount=-3 -kerning first=233 second=42 amount=-1 -kerning first=114 second=381 amount=-1 -kerning first=114 second=8211 amount=-3 -kerning first=114 second=8212 amount=-3 -kerning first=114 second=8218 amount=-4 -kerning first=114 second=8222 amount=-4 -kerning first=114 second=8230 amount=-4 -kerning first=114 second=8249 amount=-2 -kerning first=114 second=8482 amount=-1 -kerning first=115 second=41 amount=-3 -kerning first=233 second=41 amount=-3 -kerning first=233 second=39 amount=-1 -kerning first=115 second=63 amount=-2 -kerning first=115 second=84 amount=-7 -kerning first=115 second=86 amount=-1 -kerning first=233 second=34 amount=-1 -kerning first=115 second=89 amount=-4 -kerning first=115 second=92 amount=-2 -kerning first=115 second=93 amount=-2 -kerning first=115 second=125 amount=-1 -kerning first=232 second=8482 amount=-2 -kerning first=115 second=221 amount=-4 -kerning first=115 second=376 amount=-4 -kerning first=232 second=8221 amount=-1 -kerning first=232 second=8220 amount=-1 -kerning first=115 second=8249 amount=-1 -kerning first=115 second=8482 amount=-2 -kerning first=116 second=41 amount=-2 -kerning first=232 second=8217 amount=-1 -kerning first=116 second=63 amount=-1 -kerning first=116 second=84 amount=-7 -kerning first=116 second=89 amount=-1 -kerning first=116 second=92 amount=-1 -kerning first=116 second=93 amount=-1 -kerning first=232 second=8216 amount=-1 -kerning first=232 second=376 amount=-5 -kerning first=116 second=221 amount=-1 -kerning first=232 second=221 amount=-5 -kerning first=116 second=376 amount=-1 -kerning first=232 second=125 amount=-2 -kerning first=232 second=93 amount=-2 -kerning first=116 second=8249 amount=-1 -kerning first=116 second=8482 amount=-1 -kerning first=117 second=41 amount=-3 -kerning first=232 second=92 amount=-3 -kerning first=117 second=63 amount=-2 -kerning first=117 second=84 amount=-8 -kerning first=117 second=86 amount=-2 -kerning first=117 second=87 amount=-1 -kerning first=117 second=89 amount=-4 -kerning first=117 second=92 amount=-2 -kerning first=117 second=93 amount=-2 -kerning first=117 second=125 amount=-2 -kerning first=117 second=221 amount=-4 -kerning first=117 second=376 amount=-4 -kerning first=117 second=8482 amount=-2 -kerning first=232 second=89 amount=-5 -kerning first=118 second=41 amount=-4 -kerning first=118 second=44 amount=-1 -kerning first=118 second=46 amount=-1 -kerning first=118 second=47 amount=-2 -kerning first=118 second=63 amount=-1 -kerning first=232 second=87 amount=-1 -kerning first=118 second=74 amount=-2 -kerning first=118 second=84 amount=-6 -kerning first=232 second=86 amount=-2 -kerning first=118 second=88 amount=-1 -kerning first=118 second=89 amount=-3 -kerning first=232 second=84 amount=-8 -kerning first=118 second=92 amount=-1 -kerning first=118 second=93 amount=-2 -kerning first=118 second=125 amount=-2 -kerning first=232 second=63 amount=-3 -kerning first=232 second=42 amount=-1 -kerning first=232 second=41 amount=-3 -kerning first=232 second=39 amount=-1 -kerning first=232 second=34 amount=-1 -kerning first=231 second=8482 amount=-2 -kerning first=118 second=198 amount=-2 -kerning first=118 second=221 amount=-3 -kerning first=231 second=8249 amount=-1 -kerning first=118 second=376 amount=-3 -kerning first=231 second=8212 amount=-1 -kerning first=118 second=8218 amount=-1 -kerning first=118 second=8222 amount=-1 -kerning first=118 second=8230 amount=-1 -kerning first=118 second=8482 amount=-2 -kerning first=119 second=41 amount=-4 -kerning first=119 second=44 amount=-1 -kerning first=119 second=46 amount=-1 -kerning first=119 second=47 amount=-2 -kerning first=119 second=63 amount=-1 -kerning first=231 second=8211 amount=-1 -kerning first=119 second=74 amount=-2 -kerning first=119 second=84 amount=-7 -kerning first=231 second=376 amount=-3 -kerning first=119 second=88 amount=-1 -kerning first=119 second=89 amount=-3 -kerning first=231 second=240 amount=-1 -kerning first=119 second=92 amount=-1 -kerning first=119 second=93 amount=-3 -kerning first=119 second=125 amount=-2 -kerning first=231 second=221 amount=-3 -kerning first=231 second=173 amount=-1 -kerning first=231 second=125 amount=-1 -kerning first=231 second=93 amount=-2 -kerning first=231 second=92 amount=-2 -kerning first=231 second=89 amount=-3 -kerning first=119 second=198 amount=-2 -kerning first=119 second=221 amount=-3 -kerning first=119 second=376 amount=-3 -kerning first=231 second=86 amount=-1 -kerning first=119 second=8218 amount=-1 -kerning first=119 second=8222 amount=-1 -kerning first=119 second=8230 amount=-1 -kerning first=119 second=8482 amount=-2 -kerning first=120 second=41 amount=-2 -kerning first=120 second=45 amount=-1 -kerning first=120 second=63 amount=-1 -kerning first=120 second=84 amount=-7 -kerning first=231 second=84 amount=-9 -kerning first=120 second=89 amount=-2 -kerning first=120 second=92 amount=-1 -kerning first=120 second=93 amount=-2 -kerning first=231 second=63 amount=-2 -kerning first=120 second=99 amount=-1 -kerning first=231 second=45 amount=-1 -kerning first=120 second=101 amount=-1 -kerning first=231 second=41 amount=-3 -kerning first=120 second=111 amount=-1 -kerning first=230 second=8482 amount=-2 -kerning first=120 second=125 amount=-1 -kerning first=120 second=173 amount=-1 -kerning first=120 second=221 amount=-2 -kerning first=230 second=8221 amount=-1 -kerning first=230 second=8220 amount=-1 -kerning first=230 second=8217 amount=-1 -kerning first=230 second=8216 amount=-1 -kerning first=230 second=376 amount=-5 -kerning first=230 second=221 amount=-5 -kerning first=230 second=125 amount=-2 -kerning first=120 second=231 amount=-1 -kerning first=120 second=232 amount=-1 -kerning first=120 second=233 amount=-1 -kerning first=120 second=234 amount=-1 -kerning first=120 second=235 amount=-1 -kerning first=120 second=240 amount=-1 -kerning first=120 second=242 amount=-1 -kerning first=120 second=243 amount=-1 -kerning first=120 second=244 amount=-1 -kerning first=120 second=245 amount=-1 -kerning first=120 second=246 amount=-1 -kerning first=120 second=248 amount=-1 -kerning first=120 second=339 amount=-1 -kerning first=120 second=376 amount=-2 -kerning first=120 second=8211 amount=-1 -kerning first=120 second=8212 amount=-1 -kerning first=120 second=8249 amount=-2 -kerning first=120 second=8482 amount=-2 -kerning first=230 second=93 amount=-2 -kerning first=121 second=41 amount=-4 -kerning first=121 second=44 amount=-1 -kerning first=121 second=46 amount=-1 -kerning first=121 second=47 amount=-2 -kerning first=121 second=63 amount=-2 -kerning first=230 second=92 amount=-3 -kerning first=121 second=74 amount=-2 -kerning first=121 second=84 amount=-6 -kerning first=230 second=89 amount=-5 -kerning first=121 second=88 amount=-1 -kerning first=121 second=89 amount=-3 -kerning first=230 second=87 amount=-1 -kerning first=121 second=92 amount=-1 -kerning first=121 second=93 amount=-2 -kerning first=121 second=125 amount=-2 -kerning first=230 second=86 amount=-2 -kerning first=230 second=84 amount=-8 -kerning first=230 second=63 amount=-3 -kerning first=230 second=42 amount=-1 -kerning first=230 second=41 amount=-3 -kerning first=230 second=39 amount=-1 -kerning first=230 second=34 amount=-1 -kerning first=121 second=198 amount=-1 -kerning first=121 second=221 amount=-3 -kerning first=121 second=376 amount=-3 -kerning first=229 second=8482 amount=-2 -kerning first=121 second=8218 amount=-1 -kerning first=121 second=8222 amount=-1 -kerning first=121 second=8230 amount=-1 -kerning first=121 second=8482 amount=-2 -kerning first=122 second=41 amount=-3 -kerning first=122 second=45 amount=-1 -kerning first=122 second=63 amount=-2 -kerning first=122 second=84 amount=-7 -kerning first=122 second=86 amount=-1 -kerning first=122 second=89 amount=-3 -kerning first=122 second=92 amount=-2 -kerning first=122 second=93 amount=-2 -kerning first=229 second=376 amount=-5 -kerning first=229 second=221 amount=-5 -kerning first=229 second=125 amount=-2 -kerning first=229 second=93 amount=-2 -kerning first=229 second=92 amount=-3 -kerning first=122 second=125 amount=-1 -kerning first=122 second=173 amount=-1 -kerning first=122 second=221 amount=-3 -kerning first=229 second=89 amount=-5 -kerning first=229 second=87 amount=-1 -kerning first=229 second=86 amount=-2 -kerning first=229 second=84 amount=-8 -kerning first=229 second=63 amount=-2 -kerning first=229 second=41 amount=-3 -kerning first=228 second=8482 amount=-2 -kerning first=228 second=376 amount=-5 -kerning first=228 second=221 amount=-5 -kerning first=228 second=125 amount=-2 -kerning first=228 second=93 amount=-2 -kerning first=228 second=92 amount=-3 -kerning first=228 second=89 amount=-5 -kerning first=228 second=87 amount=-1 -kerning first=228 second=86 amount=-2 -kerning first=228 second=84 amount=-8 -kerning first=228 second=63 amount=-2 -kerning first=228 second=41 amount=-3 -kerning first=227 second=8482 amount=-2 -kerning first=227 second=376 amount=-5 -kerning first=122 second=376 amount=-3 -kerning first=122 second=8211 amount=-1 -kerning first=122 second=8212 amount=-1 -kerning first=122 second=8249 amount=-1 -kerning first=122 second=8482 amount=-2 -kerning first=123 second=40 amount=-1 -kerning first=123 second=48 amount=-1 -kerning first=227 second=221 amount=-5 -kerning first=123 second=52 amount=-2 -kerning first=227 second=125 amount=-2 -kerning first=123 second=54 amount=-1 -kerning first=123 second=56 amount=-1 -kerning first=123 second=57 amount=-1 -kerning first=123 second=65 amount=-1 -kerning first=227 second=93 amount=-2 -kerning first=123 second=67 amount=-1 -kerning first=227 second=92 amount=-3 -kerning first=123 second=69 amount=-1 -kerning first=123 second=70 amount=-1 -kerning first=123 second=71 amount=-1 -kerning first=227 second=89 amount=-5 -kerning first=227 second=87 amount=-1 -kerning first=123 second=74 amount=-1 -kerning first=227 second=86 amount=-2 -kerning first=227 second=84 amount=-8 -kerning first=227 second=63 amount=-2 -kerning first=227 second=41 amount=-3 -kerning first=123 second=79 amount=-1 -kerning first=226 second=8482 amount=-2 -kerning first=123 second=81 amount=-1 -kerning first=226 second=376 amount=-5 -kerning first=226 second=221 amount=-5 -kerning first=226 second=125 amount=-2 -kerning first=123 second=97 amount=-2 -kerning first=226 second=93 amount=-2 -kerning first=123 second=99 amount=-2 -kerning first=123 second=100 amount=-2 -kerning first=123 second=101 amount=-2 -kerning first=123 second=102 amount=2 -kerning first=123 second=103 amount=-2 -kerning first=226 second=92 amount=-3 -kerning first=226 second=89 amount=-5 -kerning first=226 second=87 amount=-1 -kerning first=226 second=86 amount=-2 -kerning first=226 second=84 amount=-8 -kerning first=123 second=109 amount=-2 -kerning first=123 second=110 amount=-2 -kerning first=123 second=111 amount=-2 -kerning first=123 second=112 amount=-2 -kerning first=123 second=113 amount=-2 -kerning first=123 second=114 amount=-2 -kerning first=123 second=115 amount=-2 -kerning first=123 second=116 amount=-1 -kerning first=123 second=117 amount=-2 -kerning first=123 second=118 amount=-1 -kerning first=123 second=119 amount=-1 -kerning first=123 second=120 amount=-1 -kerning first=226 second=63 amount=-2 -kerning first=123 second=122 amount=-1 -kerning first=123 second=123 amount=-1 -kerning first=123 second=192 amount=-1 -kerning first=123 second=193 amount=-1 -kerning first=123 second=194 amount=-1 -kerning first=123 second=195 amount=-1 -kerning first=123 second=196 amount=-1 -kerning first=123 second=197 amount=-1 -kerning first=123 second=199 amount=-1 -kerning first=123 second=200 amount=-1 -kerning first=123 second=201 amount=-1 -kerning first=123 second=202 amount=-1 -kerning first=123 second=203 amount=-1 -kerning first=226 second=41 amount=-3 -kerning first=225 second=8482 amount=-2 -kerning first=123 second=206 amount=2 -kerning first=225 second=376 amount=-5 -kerning first=225 second=221 amount=-5 -kerning first=225 second=125 amount=-2 -kerning first=123 second=210 amount=-1 -kerning first=123 second=211 amount=-1 -kerning first=123 second=212 amount=-1 -kerning first=123 second=213 amount=-1 -kerning first=123 second=214 amount=-1 -kerning first=123 second=216 amount=-1 -kerning first=225 second=93 amount=-2 -kerning first=225 second=92 amount=-3 -kerning first=225 second=89 amount=-5 -kerning first=225 second=87 amount=-1 -kerning first=225 second=86 amount=-2 -kerning first=123 second=223 amount=2 -kerning first=123 second=224 amount=-2 -kerning first=123 second=225 amount=-2 -kerning first=123 second=226 amount=-2 -kerning first=123 second=227 amount=-2 -kerning first=123 second=228 amount=-2 -kerning first=123 second=229 amount=-2 -kerning first=123 second=230 amount=-2 -kerning first=123 second=231 amount=-2 -kerning first=123 second=232 amount=-2 -kerning first=123 second=233 amount=-2 -kerning first=123 second=234 amount=-2 -kerning first=123 second=235 amount=-2 -kerning first=123 second=236 amount=2 -kerning first=225 second=84 amount=-8 -kerning first=225 second=63 amount=-2 -kerning first=225 second=41 amount=-3 -kerning first=123 second=240 amount=-1 -kerning first=123 second=241 amount=-2 -kerning first=123 second=242 amount=-2 -kerning first=123 second=243 amount=-2 -kerning first=123 second=244 amount=-2 -kerning first=123 second=245 amount=-2 -kerning first=123 second=246 amount=-2 -kerning first=123 second=248 amount=-2 -kerning first=123 second=249 amount=-2 -kerning first=123 second=250 amount=-2 -kerning first=123 second=251 amount=-2 -kerning first=123 second=252 amount=-2 -kerning first=224 second=8482 amount=-2 -kerning first=224 second=376 amount=-5 -kerning first=224 second=221 amount=-5 -kerning first=224 second=125 amount=-2 -kerning first=224 second=93 amount=-2 -kerning first=224 second=92 amount=-3 -kerning first=123 second=338 amount=-1 -kerning first=123 second=339 amount=-2 -kerning first=224 second=89 amount=-5 -kerning first=123 second=353 amount=-2 -kerning first=123 second=382 amount=-1 -kerning first=224 second=87 amount=-1 -kerning first=224 second=86 amount=-2 -kerning first=224 second=84 amount=-8 -kerning first=124 second=236 amount=1 -kerning first=125 second=41 amount=-1 -kerning first=224 second=63 amount=-2 -kerning first=224 second=41 amount=-3 -kerning first=125 second=93 amount=-1 -kerning first=125 second=98 amount=4 -kerning first=125 second=104 amount=4 -kerning first=125 second=107 amount=4 -kerning first=125 second=125 amount=-1 -kerning first=223 second=8482 amount=-1 -kerning first=223 second=8221 amount=-1 -kerning first=223 second=8217 amount=-1 -kerning first=223 second=376 amount=-2 -kerning first=223 second=255 amount=-2 -kerning first=223 second=254 amount=-1 -kerning first=223 second=253 amount=-2 -kerning first=126 second=98 amount=4 -kerning first=126 second=104 amount=4 -kerning first=126 second=107 amount=4 -kerning first=223 second=223 amount=-1 -kerning first=223 second=221 amount=-2 -kerning first=223 second=186 amount=-1 -kerning first=223 second=174 amount=-1 -kerning first=223 second=170 amount=-1 -kerning first=223 second=125 amount=-1 -kerning first=223 second=121 amount=-2 -kerning first=223 second=119 amount=-2 -kerning first=223 second=118 amount=-2 -kerning first=223 second=116 amount=-1 -kerning first=223 second=102 amount=-1 -kerning first=223 second=93 amount=-2 -kerning first=223 second=92 amount=-1 -kerning first=223 second=89 amount=-2 -kerning first=223 second=87 amount=-1 -kerning first=223 second=86 amount=-1 -kerning first=223 second=84 amount=-1 -kerning first=223 second=63 amount=-1 -kerning first=223 second=41 amount=-3 -kerning first=223 second=32 amount=-1 -kerning first=222 second=8482 amount=-2 -kerning first=222 second=381 amount=-1 -kerning first=222 second=376 amount=-2 -kerning first=222 second=221 amount=-2 -kerning first=222 second=198 amount=-1 -kerning first=222 second=125 amount=-1 -kerning first=222 second=93 amount=-2 -kerning first=222 second=92 amount=-2 -kerning first=222 second=90 amount=-1 -kerning first=222 second=89 amount=-2 -kerning first=222 second=88 amount=-2 -kerning first=161 second=84 amount=-5 -kerning first=161 second=86 amount=-1 -kerning first=161 second=89 amount=-2 -kerning first=161 second=221 amount=-2 -kerning first=161 second=376 amount=-2 -kerning first=222 second=86 amount=-1 -kerning first=222 second=84 amount=-4 -kerning first=162 second=98 amount=4 -kerning first=162 second=104 amount=4 -kerning first=162 second=107 amount=4 -kerning first=222 second=74 amount=-2 -kerning first=222 second=63 amount=-2 -kerning first=222 second=55 amount=-2 -kerning first=222 second=50 amount=-1 -kerning first=222 second=47 amount=-3 -kerning first=222 second=41 amount=-4 -kerning first=163 second=52 amount=-2 -kerning first=221 second=8250 amount=-2 -kerning first=163 second=98 amount=4 -kerning first=163 second=104 amount=4 -kerning first=163 second=107 amount=4 -kerning first=221 second=8249 amount=-3 -kerning first=221 second=8230 amount=-5 -kerning first=221 second=8222 amount=-5 -kerning first=221 second=8218 amount=-5 -kerning first=221 second=8212 amount=-4 -kerning first=221 second=8211 amount=-4 -kerning first=221 second=382 amount=-2 -kerning first=164 second=98 amount=4 -kerning first=164 second=104 amount=4 -kerning first=164 second=107 amount=4 -kerning first=221 second=353 amount=-4 -kerning first=221 second=339 amount=-5 -kerning first=221 second=338 amount=-1 -kerning first=221 second=255 amount=-1 -kerning first=221 second=254 amount=-1 -kerning first=221 second=253 amount=-1 -kerning first=221 second=252 amount=-4 -kerning first=165 second=98 amount=4 -kerning first=165 second=104 amount=4 -kerning first=165 second=107 amount=4 -kerning first=221 second=251 amount=-4 -kerning first=221 second=250 amount=-4 -kerning first=221 second=249 amount=-4 -kerning first=221 second=248 amount=-5 -kerning first=221 second=246 amount=-5 -kerning first=221 second=245 amount=-5 -kerning first=221 second=244 amount=-5 -kerning first=170 second=98 amount=4 -kerning first=170 second=104 amount=4 -kerning first=170 second=107 amount=4 -kerning first=221 second=243 amount=-5 -kerning first=221 second=242 amount=-5 -kerning first=221 second=241 amount=-4 -kerning first=221 second=240 amount=-2 -kerning first=221 second=235 amount=-5 -kerning first=221 second=234 amount=-5 -kerning first=221 second=233 amount=-5 -kerning first=172 second=98 amount=4 -kerning first=172 second=104 amount=4 -kerning first=172 second=107 amount=4 -kerning first=221 second=232 amount=-5 -kerning first=221 second=231 amount=-5 -kerning first=221 second=230 amount=-5 -kerning first=221 second=229 amount=-5 -kerning first=221 second=228 amount=-5 -kerning first=173 second=34 amount=-5 -kerning first=173 second=39 amount=-5 -kerning first=173 second=49 amount=-3 -kerning first=221 second=227 amount=-5 -kerning first=173 second=55 amount=-4 -kerning first=221 second=226 amount=-5 -kerning first=173 second=74 amount=-3 -kerning first=221 second=225 amount=-5 -kerning first=173 second=84 amount=-4 -kerning first=173 second=86 amount=-2 -kerning first=173 second=87 amount=-1 -kerning first=173 second=88 amount=-1 -kerning first=173 second=89 amount=-4 -kerning first=221 second=224 amount=-5 -kerning first=221 second=216 amount=-1 -kerning first=173 second=120 amount=-1 -kerning first=173 second=122 amount=-1 -kerning first=173 second=221 amount=-4 -kerning first=221 second=214 amount=-1 -kerning first=221 second=213 amount=-1 -kerning first=221 second=212 amount=-1 -kerning first=173 second=376 amount=-4 -kerning first=173 second=382 amount=-1 -kerning first=221 second=211 amount=-1 -kerning first=173 second=8217 amount=-6 -kerning first=173 second=8221 amount=-6 -kerning first=221 second=210 amount=-1 -kerning first=221 second=199 amount=-1 -kerning first=176 second=52 amount=-1 -kerning first=221 second=198 amount=-7 -kerning first=221 second=197 amount=-4 -kerning first=177 second=98 amount=4 -kerning first=177 second=104 amount=4 -kerning first=177 second=107 amount=4 -kerning first=221 second=196 amount=-4 -kerning first=221 second=195 amount=-4 -kerning first=221 second=194 amount=-4 -kerning first=221 second=193 amount=-4 -kerning first=221 second=192 amount=-4 -kerning first=221 second=173 amount=-4 -kerning first=221 second=169 amount=-1 -kerning first=178 second=98 amount=4 -kerning first=178 second=104 amount=4 -kerning first=178 second=107 amount=4 -kerning first=221 second=122 amount=-2 -kerning first=221 second=121 amount=-1 -kerning first=221 second=120 amount=-2 -kerning first=221 second=119 amount=-1 -kerning first=221 second=118 amount=-1 -kerning first=221 second=117 amount=-4 -kerning first=221 second=116 amount=-1 -kerning first=179 second=98 amount=4 -kerning first=179 second=104 amount=4 -kerning first=179 second=107 amount=4 -kerning first=221 second=115 amount=-4 -kerning first=221 second=114 amount=-4 -kerning first=221 second=113 amount=-5 -kerning first=221 second=112 amount=-4 -kerning first=221 second=111 amount=-5 -kerning first=183 second=49 amount=-3 -kerning first=183 second=55 amount=-4 -kerning first=183 second=108 amount=-4 -kerning first=183 second=322 amount=-4 -kerning first=221 second=110 amount=-4 -kerning first=221 second=109 amount=-4 -kerning first=185 second=98 amount=4 -kerning first=185 second=104 amount=4 -kerning first=185 second=107 amount=4 -kerning first=221 second=103 amount=-5 -kerning first=221 second=101 amount=-5 -kerning first=221 second=100 amount=-5 -kerning first=221 second=99 amount=-5 -kerning first=221 second=97 amount=-5 -kerning first=221 second=81 amount=-1 -kerning first=221 second=79 amount=-1 -kerning first=186 second=98 amount=4 -kerning first=186 second=104 amount=4 -kerning first=186 second=107 amount=4 -kerning first=221 second=74 amount=-3 -kerning first=221 second=71 amount=-1 -kerning first=221 second=67 amount=-1 -kerning first=221 second=65 amount=-4 -kerning first=221 second=59 amount=-2 -kerning first=221 second=58 amount=-2 -kerning first=221 second=52 amount=-3 -kerning first=188 second=98 amount=4 -kerning first=188 second=104 amount=4 -kerning first=188 second=107 amount=4 -kerning first=221 second=47 amount=-6 -kerning first=221 second=46 amount=-5 -kerning first=221 second=45 amount=-4 -kerning first=221 second=44 amount=-5 -kerning first=221 second=32 amount=-2 -kerning first=220 second=254 amount=-1 -kerning first=220 second=198 amount=-1 -kerning first=189 second=98 amount=4 -kerning first=189 second=104 amount=4 -kerning first=189 second=107 amount=4 -kerning first=220 second=74 amount=-1 -kerning first=220 second=47 amount=-2 -kerning first=220 second=41 amount=-2 -kerning first=219 second=254 amount=-1 -kerning first=219 second=198 amount=-1 -kerning first=219 second=74 amount=-1 -kerning first=219 second=47 amount=-2 -kerning first=190 second=98 amount=4 -kerning first=190 second=104 amount=4 -kerning first=190 second=107 amount=4 -kerning first=219 second=41 amount=-2 -kerning first=218 second=254 amount=-1 -kerning first=218 second=198 amount=-1 -kerning first=218 second=74 amount=-1 -kerning first=218 second=47 amount=-2 -kerning first=191 second=65 amount=-3 -kerning first=191 second=66 amount=-4 -kerning first=191 second=67 amount=-4 -kerning first=191 second=68 amount=-4 -kerning first=191 second=69 amount=-4 -kerning first=191 second=70 amount=-4 -kerning first=191 second=71 amount=-4 -kerning first=191 second=72 amount=-4 -kerning first=191 second=73 amount=-4 -kerning first=191 second=74 amount=-4 -kerning first=191 second=75 amount=-4 -kerning first=191 second=76 amount=-4 -kerning first=191 second=77 amount=-4 -kerning first=191 second=78 amount=-4 -kerning first=191 second=79 amount=-4 -kerning first=191 second=80 amount=-4 -kerning first=191 second=81 amount=-4 -kerning first=191 second=82 amount=-4 -kerning first=191 second=83 amount=-4 -kerning first=191 second=84 amount=-8 -kerning first=191 second=85 amount=-4 -kerning first=191 second=86 amount=-5 -kerning first=191 second=87 amount=-5 -kerning first=191 second=88 amount=-4 -kerning first=191 second=89 amount=-6 -kerning first=191 second=90 amount=-4 -kerning first=191 second=97 amount=-4 -kerning first=191 second=98 amount=-4 -kerning first=191 second=99 amount=-4 -kerning first=191 second=100 amount=-4 -kerning first=191 second=101 amount=-4 -kerning first=191 second=102 amount=3 -kerning first=191 second=103 amount=-4 -kerning first=191 second=104 amount=-4 -kerning first=191 second=105 amount=-4 -kerning first=191 second=106 amount=-1 -kerning first=191 second=107 amount=-4 -kerning first=191 second=108 amount=-4 -kerning first=191 second=109 amount=-4 -kerning first=191 second=110 amount=-4 -kerning first=191 second=111 amount=-4 -kerning first=191 second=112 amount=-4 -kerning first=191 second=113 amount=-4 -kerning first=191 second=114 amount=-4 -kerning first=191 second=115 amount=-4 -kerning first=191 second=116 amount=-4 -kerning first=191 second=117 amount=-4 -kerning first=191 second=118 amount=-4 -kerning first=191 second=119 amount=-4 -kerning first=191 second=120 amount=-4 -kerning first=191 second=121 amount=-1 -kerning first=191 second=122 amount=-4 -kerning first=191 second=192 amount=-3 -kerning first=191 second=193 amount=-3 -kerning first=191 second=194 amount=-3 -kerning first=191 second=195 amount=-3 -kerning first=191 second=196 amount=-3 -kerning first=191 second=197 amount=-3 -kerning first=191 second=198 amount=-3 -kerning first=191 second=199 amount=-4 -kerning first=191 second=200 amount=-4 -kerning first=191 second=201 amount=-4 -kerning first=191 second=202 amount=-4 -kerning first=191 second=203 amount=-4 -kerning first=191 second=204 amount=-4 -kerning first=191 second=205 amount=-4 -kerning first=191 second=206 amount=-4 -kerning first=191 second=207 amount=-4 -kerning first=191 second=208 amount=-4 -kerning first=191 second=209 amount=-4 -kerning first=191 second=210 amount=-4 -kerning first=191 second=211 amount=-4 -kerning first=191 second=212 amount=-4 -kerning first=191 second=213 amount=-4 -kerning first=191 second=214 amount=-4 -kerning first=191 second=216 amount=-4 -kerning first=191 second=217 amount=-4 -kerning first=191 second=218 amount=-4 -kerning first=191 second=219 amount=-4 -kerning first=191 second=220 amount=-4 -kerning first=191 second=221 amount=-6 -kerning first=191 second=222 amount=-4 -kerning first=191 second=223 amount=3 -kerning first=191 second=224 amount=-4 -kerning first=191 second=225 amount=-4 -kerning first=191 second=226 amount=-4 -kerning first=191 second=227 amount=-4 -kerning first=191 second=228 amount=-4 -kerning first=191 second=229 amount=-4 -kerning first=191 second=230 amount=-4 -kerning first=191 second=231 amount=-4 -kerning first=191 second=232 amount=-4 -kerning first=191 second=233 amount=-4 -kerning first=191 second=234 amount=-4 -kerning first=191 second=235 amount=-4 -kerning first=191 second=236 amount=-4 -kerning first=191 second=237 amount=-4 -kerning first=191 second=238 amount=-4 -kerning first=191 second=239 amount=-4 -kerning first=191 second=240 amount=-4 -kerning first=191 second=241 amount=-4 -kerning first=191 second=242 amount=-4 -kerning first=191 second=243 amount=-4 -kerning first=191 second=244 amount=-4 -kerning first=191 second=245 amount=-4 -kerning first=191 second=246 amount=-4 -kerning first=191 second=248 amount=-4 -kerning first=191 second=249 amount=-4 -kerning first=191 second=250 amount=-4 -kerning first=191 second=251 amount=-4 -kerning first=191 second=252 amount=-4 -kerning first=191 second=253 amount=-1 -kerning first=218 second=41 amount=-2 -kerning first=191 second=255 amount=-1 -kerning first=191 second=305 amount=-4 -kerning first=191 second=321 amount=-4 -kerning first=191 second=322 amount=-4 -kerning first=191 second=338 amount=-4 -kerning first=191 second=339 amount=-4 -kerning first=191 second=352 amount=-4 -kerning first=191 second=353 amount=-4 -kerning first=191 second=376 amount=-6 -kerning first=191 second=381 amount=-4 -kerning first=191 second=382 amount=-4 -kerning first=217 second=254 amount=-1 -kerning first=217 second=198 amount=-1 -kerning first=192 second=32 amount=-2 -kerning first=192 second=34 amount=-3 -kerning first=192 second=39 amount=-3 -kerning first=192 second=41 amount=-1 -kerning first=192 second=42 amount=-3 -kerning first=192 second=49 amount=-2 -kerning first=192 second=55 amount=-2 -kerning first=192 second=63 amount=-3 -kerning first=217 second=74 amount=-1 -kerning first=217 second=47 amount=-2 -kerning first=217 second=41 amount=-2 -kerning first=216 second=8482 amount=-1 -kerning first=192 second=84 amount=-5 -kerning first=216 second=376 amount=-1 -kerning first=192 second=86 amount=-3 -kerning first=192 second=87 amount=-1 -kerning first=192 second=89 amount=-4 -kerning first=192 second=92 amount=-4 -kerning first=192 second=93 amount=-1 -kerning first=216 second=221 amount=-1 -kerning first=192 second=116 amount=-1 -kerning first=192 second=118 amount=-1 -kerning first=192 second=119 amount=-1 -kerning first=192 second=121 amount=-1 -kerning first=216 second=125 amount=-1 -kerning first=192 second=169 amount=-1 -kerning first=192 second=170 amount=-1 -kerning first=192 second=174 amount=-2 -kerning first=192 second=186 amount=-2 -kerning first=216 second=93 amount=-2 -kerning first=216 second=92 amount=-1 -kerning first=216 second=89 amount=-1 -kerning first=216 second=88 amount=-1 -kerning first=216 second=84 amount=-1 -kerning first=216 second=74 amount=-1 -kerning first=216 second=63 amount=-1 -kerning first=216 second=55 amount=-1 -kerning first=216 second=47 amount=-2 -kerning first=216 second=41 amount=-4 -kerning first=215 second=107 amount=4 -kerning first=192 second=221 amount=-4 -kerning first=215 second=104 amount=4 -kerning first=192 second=253 amount=-1 -kerning first=215 second=98 amount=4 -kerning first=192 second=255 amount=-1 -kerning first=215 second=55 amount=-2 -kerning first=192 second=376 amount=-4 -kerning first=192 second=8216 amount=-3 -kerning first=192 second=8217 amount=-3 -kerning first=192 second=8220 amount=-3 -kerning first=192 second=8221 amount=-3 -kerning first=192 second=8482 amount=-4 -kerning first=215 second=49 amount=-1 -kerning first=214 second=8482 amount=-1 -kerning first=193 second=32 amount=-2 -kerning first=193 second=34 amount=-3 -kerning first=193 second=39 amount=-3 -kerning first=193 second=41 amount=-1 -kerning first=193 second=42 amount=-3 -kerning first=193 second=49 amount=-2 -kerning first=193 second=55 amount=-2 -kerning first=193 second=63 amount=-3 -kerning first=214 second=376 amount=-1 -kerning first=214 second=221 amount=-1 -kerning first=214 second=125 amount=-1 -kerning first=214 second=93 amount=-2 -kerning first=193 second=84 amount=-5 -kerning first=214 second=92 amount=-1 -kerning first=193 second=86 amount=-3 -kerning first=193 second=87 amount=-1 -kerning first=193 second=89 amount=-4 -kerning first=193 second=92 amount=-4 -kerning first=193 second=93 amount=-1 -kerning first=214 second=89 amount=-1 -kerning first=193 second=116 amount=-1 -kerning first=193 second=118 amount=-1 -kerning first=193 second=119 amount=-1 -kerning first=193 second=121 amount=-1 -kerning first=214 second=88 amount=-1 -kerning first=193 second=169 amount=-1 -kerning first=193 second=170 amount=-1 -kerning first=193 second=174 amount=-2 -kerning first=193 second=186 amount=-2 -kerning first=214 second=84 amount=-1 -kerning first=214 second=74 amount=-1 -kerning first=214 second=63 amount=-1 -kerning first=214 second=55 amount=-1 -kerning first=214 second=47 amount=-2 -kerning first=214 second=41 amount=-4 -kerning first=213 second=8482 amount=-1 -kerning first=213 second=376 amount=-1 -kerning first=213 second=221 amount=-1 -kerning first=213 second=125 amount=-1 -kerning first=213 second=93 amount=-2 -kerning first=193 second=221 amount=-4 -kerning first=213 second=92 amount=-1 -kerning first=193 second=253 amount=-1 -kerning first=213 second=89 amount=-1 -kerning first=193 second=255 amount=-1 -kerning first=213 second=88 amount=-1 -kerning first=193 second=376 amount=-4 -kerning first=193 second=8216 amount=-3 -kerning first=193 second=8217 amount=-3 -kerning first=193 second=8220 amount=-3 -kerning first=193 second=8221 amount=-3 -kerning first=193 second=8482 amount=-4 -kerning first=213 second=84 amount=-1 -kerning first=213 second=74 amount=-1 -kerning first=194 second=32 amount=-2 -kerning first=194 second=34 amount=-3 -kerning first=194 second=39 amount=-3 -kerning first=194 second=41 amount=-1 -kerning first=194 second=42 amount=-3 -kerning first=194 second=49 amount=-2 -kerning first=194 second=55 amount=-2 -kerning first=194 second=63 amount=-3 -kerning first=213 second=63 amount=-1 -kerning first=213 second=55 amount=-1 -kerning first=213 second=47 amount=-2 -kerning first=213 second=41 amount=-4 -kerning first=194 second=84 amount=-5 -kerning first=212 second=8482 amount=-1 -kerning first=194 second=86 amount=-3 -kerning first=194 second=87 amount=-1 -kerning first=194 second=89 amount=-4 -kerning first=194 second=92 amount=-4 -kerning first=194 second=93 amount=-1 -kerning first=212 second=376 amount=-1 -kerning first=194 second=116 amount=-1 -kerning first=194 second=118 amount=-1 -kerning first=194 second=119 amount=-1 -kerning first=194 second=121 amount=-1 -kerning first=212 second=221 amount=-1 -kerning first=194 second=169 amount=-1 -kerning first=194 second=170 amount=-1 -kerning first=194 second=174 amount=-2 -kerning first=194 second=186 amount=-2 -kerning first=212 second=125 amount=-1 -kerning first=212 second=93 amount=-2 -kerning first=212 second=92 amount=-1 -kerning first=212 second=89 amount=-1 -kerning first=212 second=88 amount=-1 -kerning first=212 second=84 amount=-1 -kerning first=212 second=74 amount=-1 -kerning first=212 second=63 amount=-1 -kerning first=212 second=55 amount=-1 -kerning first=212 second=47 amount=-2 -kerning first=212 second=41 amount=-4 -kerning first=194 second=221 amount=-4 -kerning first=211 second=8482 amount=-1 -kerning first=194 second=253 amount=-1 -kerning first=211 second=376 amount=-1 -kerning first=194 second=255 amount=-1 -kerning first=211 second=221 amount=-1 -kerning first=194 second=376 amount=-4 -kerning first=194 second=8216 amount=-3 -kerning first=194 second=8217 amount=-3 -kerning first=194 second=8220 amount=-3 -kerning first=194 second=8221 amount=-3 -kerning first=194 second=8482 amount=-4 -kerning first=211 second=125 amount=-1 -kerning first=211 second=93 amount=-2 -kerning first=195 second=32 amount=-2 -kerning first=195 second=34 amount=-3 -kerning first=195 second=39 amount=-3 -kerning first=195 second=41 amount=-1 -kerning first=195 second=42 amount=-3 -kerning first=195 second=49 amount=-2 -kerning first=195 second=55 amount=-2 -kerning first=195 second=63 amount=-3 -kerning first=211 second=92 amount=-1 -kerning first=211 second=89 amount=-1 -kerning first=211 second=88 amount=-1 -kerning first=211 second=84 amount=-1 -kerning first=195 second=84 amount=-5 -kerning first=211 second=74 amount=-1 -kerning first=195 second=86 amount=-3 -kerning first=195 second=87 amount=-1 -kerning first=195 second=89 amount=-4 -kerning first=195 second=92 amount=-4 -kerning first=195 second=93 amount=-1 -kerning first=211 second=63 amount=-1 -kerning first=195 second=116 amount=-1 -kerning first=195 second=118 amount=-1 -kerning first=195 second=119 amount=-1 -kerning first=195 second=121 amount=-1 -kerning first=211 second=55 amount=-1 -kerning first=195 second=169 amount=-1 -kerning first=195 second=170 amount=-1 -kerning first=195 second=174 amount=-2 -kerning first=195 second=186 amount=-2 -kerning first=211 second=47 amount=-2 -kerning first=211 second=41 amount=-4 -kerning first=210 second=8482 amount=-1 -kerning first=210 second=376 amount=-1 -kerning first=210 second=221 amount=-1 -kerning first=210 second=125 amount=-1 -kerning first=210 second=93 amount=-2 -kerning first=210 second=92 amount=-1 -kerning first=210 second=89 amount=-1 -kerning first=210 second=88 amount=-1 -kerning first=210 second=84 amount=-1 -kerning first=195 second=221 amount=-4 -kerning first=210 second=74 amount=-1 -kerning first=195 second=253 amount=-1 -kerning first=210 second=63 amount=-1 -kerning first=195 second=255 amount=-1 -kerning first=210 second=55 amount=-1 -kerning first=195 second=376 amount=-4 -kerning first=195 second=8216 amount=-3 -kerning first=195 second=8217 amount=-3 -kerning first=195 second=8220 amount=-3 -kerning first=195 second=8221 amount=-3 -kerning first=195 second=8482 amount=-4 -kerning first=210 second=47 amount=-2 -kerning first=210 second=41 amount=-4 -kerning first=196 second=32 amount=-2 -kerning first=196 second=34 amount=-3 -kerning first=196 second=39 amount=-3 -kerning first=196 second=41 amount=-1 -kerning first=196 second=42 amount=-3 -kerning first=196 second=49 amount=-2 -kerning first=196 second=55 amount=-2 -kerning first=196 second=63 amount=-3 -kerning first=209 second=254 amount=-1 -kerning first=209 second=41 amount=-2 -kerning first=208 second=8482 amount=-1 -kerning first=208 second=376 amount=-1 -kerning first=196 second=84 amount=-5 -kerning first=208 second=221 amount=-1 -kerning first=196 second=86 amount=-3 -kerning first=196 second=87 amount=-1 -kerning first=196 second=89 amount=-4 -kerning first=196 second=92 amount=-4 -kerning first=196 second=93 amount=-1 -kerning first=208 second=125 amount=-1 -kerning first=196 second=116 amount=-1 -kerning first=196 second=118 amount=-1 -kerning first=196 second=119 amount=-1 -kerning first=196 second=121 amount=-1 -kerning first=208 second=93 amount=-2 -kerning first=196 second=169 amount=-1 -kerning first=196 second=170 amount=-1 -kerning first=196 second=174 amount=-2 -kerning first=196 second=186 amount=-2 -kerning first=208 second=92 amount=-1 -kerning first=208 second=89 amount=-1 -kerning first=208 second=88 amount=-1 -kerning first=208 second=84 amount=-1 -kerning first=208 second=74 amount=-1 -kerning first=208 second=63 amount=-1 -kerning first=208 second=47 amount=-2 -kerning first=208 second=41 amount=-4 -kerning first=207 second=254 amount=-1 -kerning first=206 second=254 amount=-1 -kerning first=206 second=125 amount=3 -kerning first=196 second=221 amount=-4 -kerning first=206 second=93 amount=3 -kerning first=196 second=253 amount=-1 -kerning first=206 second=41 amount=3 -kerning first=196 second=255 amount=-1 -kerning first=205 second=254 amount=-1 -kerning first=196 second=376 amount=-4 -kerning first=196 second=8216 amount=-3 -kerning first=196 second=8217 amount=-3 -kerning first=196 second=8220 amount=-3 -kerning first=196 second=8221 amount=-3 -kerning first=196 second=8482 amount=-4 -kerning first=205 second=41 amount=-1 -kerning first=204 second=254 amount=-1 -kerning first=197 second=32 amount=-2 -kerning first=197 second=34 amount=-3 -kerning first=197 second=39 amount=-3 -kerning first=197 second=41 amount=-1 -kerning first=197 second=42 amount=-3 -kerning first=197 second=49 amount=-2 -kerning first=197 second=55 amount=-2 -kerning first=197 second=63 amount=-3 -kerning first=204 second=41 amount=-1 -kerning first=203 second=254 amount=-1 -kerning first=203 second=41 amount=-1 -kerning first=202 second=254 amount=-1 -kerning first=197 second=84 amount=-5 -kerning first=202 second=41 amount=-1 -kerning first=197 second=86 amount=-3 -kerning first=197 second=87 amount=-1 -kerning first=197 second=89 amount=-4 -kerning first=197 second=92 amount=-4 -kerning first=197 second=93 amount=-1 -kerning first=201 second=254 amount=-1 -kerning first=197 second=116 amount=-1 -kerning first=197 second=118 amount=-1 -kerning first=197 second=119 amount=-1 -kerning first=197 second=121 amount=-1 -kerning first=201 second=41 amount=-1 -kerning first=197 second=169 amount=-1 -kerning first=197 second=170 amount=-1 -kerning first=197 second=174 amount=-2 -kerning first=197 second=186 amount=-2 -kerning first=200 second=254 amount=-1 -kerning first=200 second=41 amount=-1 -kerning first=199 second=8212 amount=-1 -kerning first=199 second=8211 amount=-1 -kerning first=199 second=338 amount=-1 -kerning first=199 second=216 amount=-1 -kerning first=199 second=214 amount=-1 -kerning first=199 second=213 amount=-1 -kerning first=199 second=212 amount=-1 -kerning first=199 second=211 amount=-1 -kerning first=199 second=210 amount=-1 -kerning first=197 second=221 amount=-4 -kerning first=199 second=199 amount=-1 -kerning first=197 second=253 amount=-1 -kerning first=199 second=186 amount=-1 -kerning first=197 second=255 amount=-1 -kerning first=199 second=173 amount=-1 -kerning first=197 second=376 amount=-4 -kerning first=197 second=8216 amount=-3 -kerning first=197 second=8217 amount=-3 -kerning first=197 second=8220 amount=-3 -kerning first=197 second=8221 amount=-3 -kerning first=197 second=8482 amount=-4 -kerning first=199 second=170 amount=-1 -kerning first=199 second=169 amount=-1 -kerning first=198 second=41 amount=-1 -kerning first=199 second=81 amount=-1 -kerning first=199 second=79 amount=-1 -kerning first=199 second=71 amount=-1 -kerning first=199 second=67 amount=-1 -kerning first=199 second=52 amount=-2 -kerning first=199 second=45 amount=-1 -kerning first=199 second=41 amount=-1 -kerning first=198 second=254 amount=-1 diff --git a/osu.Game.Resources/Fonts/Exo2.0-SemiBold.bin b/osu.Game.Resources/Fonts/Exo2.0-SemiBold.bin new file mode 100644 index 0000000000000000000000000000000000000000..05d40582a43bbb6fe6b037d069e14544dce89a33 GIT binary patch literal 42338 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 literal 0 HcmV?d00001 diff --git a/osu.Game.Resources/Fonts/Exo2.0-SemiBold.fnt b/osu.Game.Resources/Fonts/Exo2.0-SemiBold.fnt deleted file mode 100644 index d2262d9..0000000 --- a/osu.Game.Resources/Fonts/Exo2.0-SemiBold.fnt +++ /dev/null @@ -1,3887 +0,0 @@ -info face="Exo 2.0 Semi Bold" size=100 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=4,4 outline=0 -common lineHeight=100 base=84 scaleW=1024 scaleH=1024 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="Exo2.0-SemiBold_0.png" -chars count=342 -char id=32 x=1019 y=0 width=1 height=1 xoffset=0 yoffset=99 xadvance=18 page=0 chnl=15 -char id=33 x=764 y=655 width=11 height=59 xoffset=6 yoffset=25 xadvance=24 page=0 chnl=15 -char id=34 x=599 y=890 width=21 height=19 xoffset=4 yoffset=26 xadvance=30 page=0 chnl=15 -char id=35 x=262 y=729 width=53 height=58 xoffset=2 yoffset=26 xadvance=58 page=0 chnl=15 -char id=36 x=48 y=169 width=40 height=77 xoffset=4 yoffset=17 xadvance=47 page=0 chnl=15 -char id=37 x=905 y=460 width=69 height=60 xoffset=3 yoffset=25 xadvance=75 page=0 chnl=15 -char id=38 x=65 y=543 width=56 height=60 xoffset=4 yoffset=25 xadvance=63 page=0 chnl=15 -char id=39 x=669 y=883 width=9 height=19 xoffset=4 yoffset=26 xadvance=17 page=0 chnl=15 -char id=40 x=48 y=0 width=25 height=81 xoffset=3 yoffset=17 xadvance=30 page=0 chnl=15 -char id=41 x=77 y=0 width=25 height=81 xoffset=1 yoffset=17 xadvance=30 page=0 chnl=15 -char id=42 x=244 y=904 width=31 height=29 xoffset=3 yoffset=26 xadvance=37 page=0 chnl=15 -char id=43 x=696 y=831 width=38 height=37 xoffset=4 yoffset=40 xadvance=45 page=0 chnl=15 -char id=44 x=1005 y=823 width=11 height=24 xoffset=4 yoffset=72 xadvance=19 page=0 chnl=15 -char id=45 x=332 y=933 width=26 height=8 xoffset=5 yoffset=59 xadvance=35 page=0 chnl=15 -char id=46 x=998 y=866 width=11 height=12 xoffset=4 yoffset=72 xadvance=20 page=0 chnl=15 -char id=47 x=261 y=403 width=41 height=64 xoffset=1 yoffset=26 xadvance=44 page=0 chnl=15 -char id=48 x=540 y=534 width=43 height=60 xoffset=4 yoffset=25 xadvance=51 page=0 chnl=15 -char id=49 x=404 y=790 width=25 height=58 xoffset=1 yoffset=26 xadvance=34 page=0 chnl=15 -char id=50 x=44 y=671 width=40 height=59 xoffset=4 yoffset=25 xadvance=47 page=0 chnl=15 -char id=51 x=86 y=607 width=39 height=60 xoffset=3 yoffset=25 xadvance=46 page=0 chnl=15 -char id=52 x=534 y=725 width=47 height=58 xoffset=2 yoffset=26 xadvance=52 page=0 chnl=15 -char id=53 x=389 y=665 width=38 height=59 xoffset=3 yoffset=26 xadvance=45 page=0 chnl=15 -char id=54 x=858 y=526 width=40 height=60 xoffset=4 yoffset=25 xadvance=48 page=0 chnl=15 -char id=55 x=88 y=796 width=39 height=58 xoffset=2 yoffset=26 xadvance=43 page=0 chnl=15 -char id=56 x=633 y=531 width=42 height=60 xoffset=4 yoffset=25 xadvance=50 page=0 chnl=15 -char id=57 x=814 y=527 width=40 height=60 xoffset=3 yoffset=25 xadvance=48 page=0 chnl=15 -char id=58 x=681 y=835 width=11 height=38 xoffset=4 yoffset=46 xadvance=21 page=0 chnl=15 -char id=59 x=631 y=787 width=11 height=50 xoffset=5 yoffset=46 xadvance=21 page=0 chnl=15 -char id=60 x=777 y=831 width=35 height=37 xoffset=3 yoffset=40 xadvance=43 page=0 chnl=15 -char id=61 x=279 y=904 width=38 height=26 xoffset=5 yoffset=46 xadvance=48 page=0 chnl=15 -char id=62 x=738 y=831 width=35 height=37 xoffset=5 yoffset=40 xadvance=43 page=0 chnl=15 -char id=63 x=256 y=602 width=37 height=60 xoffset=2 yoffset=24 xadvance=42 page=0 chnl=15 -char id=64 x=463 y=790 width=51 height=56 xoffset=5 yoffset=34 xadvance=61 page=0 chnl=15 -char id=65 x=205 y=734 width=53 height=58 xoffset=0 yoffset=26 xadvance=53 page=0 chnl=15 -char id=66 x=587 y=534 width=42 height=60 xoffset=6 yoffset=25 xadvance=52 page=0 chnl=15 -char id=67 x=978 y=460 width=42 height=60 xoffset=4 yoffset=25 xadvance=48 page=0 chnl=15 -char id=68 x=343 y=537 width=46 height=60 xoffset=6 yoffset=25 xadvance=55 page=0 chnl=15 -char id=69 x=173 y=796 width=38 height=58 xoffset=5 yoffset=26 xadvance=47 page=0 chnl=15 -char id=70 x=131 y=796 width=38 height=58 xoffset=6 yoffset=26 xadvance=45 page=0 chnl=15 -char id=71 x=492 y=535 width=44 height=60 xoffset=4 yoffset=25 xadvance=52 page=0 chnl=15 -char id=72 x=737 y=721 width=44 height=58 xoffset=6 yoffset=26 xadvance=56 page=0 chnl=15 -char id=73 x=433 y=790 width=11 height=58 xoffset=6 yoffset=26 xadvance=23 page=0 chnl=15 -char id=74 x=738 y=658 width=22 height=59 xoffset=2 yoffset=26 xadvance=29 page=0 chnl=15 -char id=75 x=833 y=717 width=44 height=58 xoffset=6 yoffset=26 xadvance=51 page=0 chnl=15 -char id=76 x=215 y=796 width=36 height=58 xoffset=6 yoffset=26 xadvance=43 page=0 chnl=15 -char id=77 x=952 y=653 width=64 height=58 xoffset=5 yoffset=26 xadvance=74 page=0 chnl=15 -char id=78 x=636 y=724 width=47 height=58 xoffset=6 yoffset=26 xadvance=59 page=0 chnl=15 -char id=79 x=291 y=537 width=48 height=60 xoffset=4 yoffset=25 xadvance=56 page=0 chnl=15 -char id=80 x=760 y=592 width=41 height=59 xoffset=6 yoffset=25 xadvance=50 page=0 chnl=15 -char id=81 x=702 y=165 width=48 height=75 xoffset=4 yoffset=25 xadvance=56 page=0 chnl=15 -char id=82 x=712 y=595 width=44 height=59 xoffset=6 yoffset=25 xadvance=52 page=0 chnl=15 -char id=83 x=769 y=527 width=41 height=60 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=84 x=585 y=725 width=47 height=58 xoffset=1 yoffset=26 xadvance=49 page=0 chnl=15 -char id=85 x=566 y=598 width=45 height=59 xoffset=5 yoffset=26 xadvance=55 page=0 chnl=15 -char id=86 x=319 y=728 width=51 height=58 xoffset=0 yoffset=26 xadvance=51 page=0 chnl=15 -char id=87 x=794 y=655 width=76 height=58 xoffset=2 yoffset=26 xadvance=80 page=0 chnl=15 -char id=88 x=374 y=728 width=50 height=58 xoffset=1 yoffset=26 xadvance=52 page=0 chnl=15 -char id=89 x=428 y=728 width=49 height=58 xoffset=0 yoffset=26 xadvance=49 page=0 chnl=15 -char id=90 x=974 y=715 width=41 height=58 xoffset=3 yoffset=26 xadvance=47 page=0 chnl=15 -char id=91 x=75 y=85 width=19 height=79 xoffset=6 yoffset=19 xadvance=28 page=0 chnl=15 -char id=92 x=216 y=404 width=41 height=64 xoffset=1 yoffset=26 xadvance=44 page=0 chnl=15 -char id=93 x=52 y=85 width=19 height=79 xoffset=2 yoffset=19 xadvance=28 page=0 chnl=15 -char id=94 x=382 y=898 width=33 height=22 xoffset=2 yoffset=32 xadvance=37 page=0 chnl=15 -char id=95 x=260 y=937 width=38 height=8 xoffset=5 yoffset=83 xadvance=47 page=0 chnl=15 -char id=96 x=724 y=872 width=22 height=18 xoffset=1 yoffset=22 xadvance=28 page=0 chnl=15 -char id=97 x=918 y=778 width=38 height=44 xoffset=3 yoffset=41 xadvance=46 page=0 chnl=15 -char id=98 x=902 y=526 width=40 height=60 xoffset=5 yoffset=25 xadvance=48 page=0 chnl=15 -char id=99 x=0 y=858 width=35 height=44 xoffset=3 yoffset=41 xadvance=41 page=0 chnl=15 -char id=100 x=946 y=524 width=40 height=60 xoffset=3 yoffset=25 xadvance=48 page=0 chnl=15 -char id=101 x=875 y=779 width=39 height=44 xoffset=3 yoffset=41 xadvance=45 page=0 chnl=15 -char id=102 x=655 y=466 width=33 height=61 xoffset=1 yoffset=23 xadvance=33 page=0 chnl=15 -char id=103 x=664 y=595 width=44 height=59 xoffset=2 yoffset=41 xadvance=47 page=0 chnl=15 -char id=104 x=217 y=670 width=39 height=59 xoffset=5 yoffset=25 xadvance=49 page=0 chnl=15 -char id=105 x=779 y=655 width=11 height=59 xoffset=5 yoffset=25 xadvance=22 page=0 chnl=15 -char id=106 x=530 y=245 width=16 height=75 xoffset=1 yoffset=25 xadvance=22 page=0 chnl=15 -char id=107 x=260 y=666 width=39 height=59 xoffset=5 yoffset=25 xadvance=44 page=0 chnl=15 -char id=108 x=393 y=601 width=20 height=60 xoffset=5 yoffset=25 xadvance=26 page=0 chnl=15 -char id=109 x=39 y=858 width=62 height=43 xoffset=5 yoffset=41 xadvance=72 page=0 chnl=15 -char id=110 x=105 y=858 width=39 height=43 xoffset=5 yoffset=41 xadvance=49 page=0 chnl=15 -char id=111 x=830 y=780 width=41 height=44 xoffset=3 yoffset=41 xadvance=48 page=0 chnl=15 -char id=112 x=940 y=590 width=40 height=59 xoffset=5 yoffset=41 xadvance=49 page=0 chnl=15 -char id=113 x=0 y=671 width=40 height=59 xoffset=3 yoffset=41 xadvance=48 page=0 chnl=15 -char id=114 x=190 y=858 width=28 height=43 xoffset=5 yoffset=41 xadvance=34 page=0 chnl=15 -char id=115 x=960 y=778 width=37 height=44 xoffset=3 yoffset=41 xadvance=43 page=0 chnl=15 -char id=116 x=563 y=787 width=30 height=54 xoffset=1 yoffset=31 xadvance=33 page=0 chnl=15 -char id=117 x=148 y=858 width=38 height=43 xoffset=5 yoffset=42 xadvance=48 page=0 chnl=15 -char id=118 x=341 y=852 width=44 height=42 xoffset=0 yoffset=42 xadvance=45 page=0 chnl=15 -char id=119 x=222 y=858 width=67 height=42 xoffset=1 yoffset=42 xadvance=69 page=0 chnl=15 -char id=120 x=293 y=858 width=44 height=42 xoffset=1 yoffset=42 xadvance=45 page=0 chnl=15 -char id=121 x=785 y=718 width=44 height=58 xoffset=0 yoffset=42 xadvance=45 page=0 chnl=15 -char id=122 x=513 y=850 width=36 height=42 xoffset=3 yoffset=42 xadvance=43 page=0 chnl=15 -char id=123 x=0 y=86 width=22 height=79 xoffset=3 yoffset=19 xadvance=27 page=0 chnl=15 -char id=124 x=282 y=0 width=8 height=80 xoffset=6 yoffset=18 xadvance=21 page=0 chnl=15 -char id=125 x=26 y=86 width=22 height=79 xoffset=2 yoffset=19 xadvance=27 page=0 chnl=15 -char id=126 x=882 y=868 width=33 height=13 xoffset=5 yoffset=53 xadvance=43 page=0 chnl=15 -char id=161 x=448 y=790 width=11 height=58 xoffset=6 yoffset=42 xadvance=22 page=0 chnl=15 -char id=162 x=295 y=791 width=36 height=58 xoffset=3 yoffset=26 xadvance=42 page=0 chnl=15 -char id=163 x=895 y=590 width=41 height=59 xoffset=4 yoffset=25 xadvance=48 page=0 chnl=15 -char id=164 x=553 y=848 width=40 height=41 xoffset=4 yoffset=34 xadvance=49 page=0 chnl=15 -char id=165 x=481 y=727 width=49 height=58 xoffset=2 yoffset=26 xadvance=52 page=0 chnl=15 -char id=166 x=294 y=0 width=8 height=80 xoffset=7 yoffset=18 xadvance=21 page=0 chnl=15 -char id=167 x=377 y=324 width=37 height=74 xoffset=4 yoffset=25 xadvance=45 page=0 chnl=15 -char id=168 x=81 y=943 width=24 height=10 xoffset=5 yoffset=25 xadvance=34 page=0 chnl=15 -char id=169 x=0 y=543 width=61 height=60 xoffset=4 yoffset=25 xadvance=68 page=0 chnl=15 -char id=170 x=170 y=905 width=28 height=30 xoffset=4 yoffset=32 xadvance=36 page=0 chnl=15 -char id=171 x=847 y=828 width=36 height=36 xoffset=3 yoffset=45 xadvance=42 page=0 chnl=15 -char id=172 x=682 y=877 width=38 height=18 xoffset=5 yoffset=55 xadvance=48 page=0 chnl=15 -char id=173 x=302 y=934 width=26 height=8 xoffset=5 yoffset=59 xadvance=35 page=0 chnl=15 -char id=174 x=639 y=841 width=38 height=38 xoffset=3 yoffset=25 xadvance=44 page=0 chnl=15 -char id=175 x=362 y=933 width=25 height=8 xoffset=4 yoffset=26 xadvance=33 page=0 chnl=15 -char id=176 x=506 y=896 width=23 height=22 xoffset=3 yoffset=25 xadvance=29 page=0 chnl=15 -char id=177 x=597 y=845 width=38 height=41 xoffset=5 yoffset=39 xadvance=48 page=0 chnl=15 -char id=178 x=927 y=826 width=28 height=36 xoffset=4 yoffset=18 xadvance=36 page=0 chnl=15 -char id=179 x=816 y=831 width=27 height=37 xoffset=4 yoffset=18 xadvance=34 page=0 chnl=15 -char id=180 x=750 y=872 width=22 height=18 xoffset=4 yoffset=22 xadvance=28 page=0 chnl=15 -char id=182 x=278 y=246 width=40 height=75 xoffset=2 yoffset=25 xadvance=49 page=0 chnl=15 -char id=183 x=983 y=866 width=11 height=13 xoffset=5 yoffset=56 xadvance=20 page=0 chnl=15 -char id=184 x=863 y=868 width=15 height=14 xoffset=3 yoffset=86 xadvance=20 page=0 chnl=15 -char id=185 x=0 y=906 width=18 height=35 xoffset=2 yoffset=19 xadvance=25 page=0 chnl=15 -char id=186 x=137 y=905 width=29 height=30 xoffset=4 yoffset=32 xadvance=36 page=0 chnl=15 -char id=187 x=887 y=827 width=36 height=36 xoffset=3 yoffset=45 xadvance=42 page=0 chnl=15 -char id=188 x=0 y=734 width=69 height=58 xoffset=2 yoffset=26 xadvance=73 page=0 chnl=15 -char id=189 x=73 y=734 width=69 height=58 xoffset=2 yoffset=26 xadvance=75 page=0 chnl=15 -char id=190 x=417 y=601 width=74 height=59 xoffset=4 yoffset=25 xadvance=80 page=0 chnl=15 -char id=191 x=556 y=662 width=37 height=59 xoffset=2 yoffset=41 xadvance=41 page=0 chnl=15 -char id=192 x=315 y=83 width=53 height=78 xoffset=0 yoffset=6 xadvance=53 page=0 chnl=15 -char id=193 x=258 y=84 width=53 height=78 xoffset=0 yoffset=6 xadvance=53 page=0 chnl=15 -char id=194 x=214 y=166 width=53 height=76 xoffset=0 yoffset=8 xadvance=53 page=0 chnl=15 -char id=195 x=536 y=165 width=53 height=75 xoffset=0 yoffset=9 xadvance=53 page=0 chnl=15 -char id=196 x=707 y=244 width=53 height=74 xoffset=0 yoffset=10 xadvance=53 page=0 chnl=15 -char id=197 x=306 y=0 width=53 height=79 xoffset=0 yoffset=5 xadvance=53 page=0 chnl=15 -char id=198 x=874 y=654 width=74 height=58 xoffset=0 yoffset=26 xadvance=76 page=0 chnl=15 -char id=199 x=96 y=249 width=42 height=75 xoffset=4 yoffset=25 xadvance=48 page=0 chnl=15 -char id=200 x=893 y=0 width=38 height=79 xoffset=5 yoffset=5 xadvance=47 page=0 chnl=15 -char id=201 x=935 y=0 width=38 height=79 xoffset=5 yoffset=5 xadvance=47 page=0 chnl=15 -char id=202 x=92 y=168 width=38 height=77 xoffset=5 yoffset=7 xadvance=47 page=0 chnl=15 -char id=203 x=451 y=245 width=38 height=75 xoffset=5 yoffset=9 xadvance=47 page=0 chnl=15 -char id=204 x=858 y=83 width=22 height=78 xoffset=-4 yoffset=6 xadvance=23 page=0 chnl=15 -char id=205 x=884 y=83 width=21 height=78 xoffset=5 yoffset=6 xadvance=23 page=0 chnl=15 -char id=206 x=472 y=165 width=30 height=76 xoffset=-3 yoffset=8 xadvance=23 page=0 chnl=15 -char id=207 x=458 y=324 width=24 height=74 xoffset=0 yoffset=10 xadvance=23 page=0 chnl=15 -char id=208 x=236 y=538 width=51 height=60 xoffset=1 yoffset=25 xadvance=56 page=0 chnl=15 -char id=209 x=754 y=165 width=47 height=75 xoffset=6 yoffset=9 xadvance=59 page=0 chnl=15 -char id=210 x=415 y=0 width=48 height=79 xoffset=4 yoffset=6 xadvance=56 page=0 chnl=15 -char id=211 x=363 y=0 width=48 height=79 xoffset=4 yoffset=6 xadvance=56 page=0 chnl=15 -char id=212 x=909 y=83 width=48 height=77 xoffset=4 yoffset=8 xadvance=56 page=0 chnl=15 -char id=213 x=324 y=165 width=48 height=76 xoffset=4 yoffset=9 xadvance=56 page=0 chnl=15 -char id=214 x=650 y=165 width=48 height=75 xoffset=4 yoffset=10 xadvance=56 page=0 chnl=15 -char id=215 x=97 y=905 width=36 height=33 xoffset=2 yoffset=43 xadvance=40 page=0 chnl=15 -char id=216 x=651 y=322 width=48 height=69 xoffset=4 yoffset=20 xadvance=56 page=0 chnl=15 -char id=217 x=566 y=0 width=45 height=79 xoffset=5 yoffset=6 xadvance=55 page=0 chnl=15 -char id=218 x=517 y=0 width=45 height=79 xoffset=5 yoffset=6 xadvance=55 page=0 chnl=15 -char id=219 x=961 y=83 width=45 height=77 xoffset=5 yoffset=8 xadvance=55 page=0 chnl=15 -char id=220 x=805 y=165 width=45 height=75 xoffset=5 yoffset=10 xadvance=55 page=0 chnl=15 -char id=221 x=425 y=83 width=49 height=78 xoffset=0 yoffset=6 xadvance=49 page=0 chnl=15 -char id=222 x=0 y=796 width=41 height=58 xoffset=6 yoffset=26 xadvance=50 page=0 chnl=15 -char id=223 x=223 y=472 width=54 height=62 xoffset=1 yoffset=23 xadvance=57 page=0 chnl=15 -char id=224 x=606 y=398 width=38 height=64 xoffset=3 yoffset=21 xadvance=46 page=0 chnl=15 -char id=225 x=522 y=401 width=38 height=64 xoffset=3 yoffset=21 xadvance=46 page=0 chnl=15 -char id=226 x=413 y=470 width=38 height=62 xoffset=3 yoffset=23 xadvance=46 page=0 chnl=15 -char id=227 x=613 y=466 width=38 height=61 xoffset=3 yoffset=24 xadvance=46 page=0 chnl=15 -char id=228 x=172 y=607 width=38 height=60 xoffset=3 yoffset=25 xadvance=46 page=0 chnl=15 -char id=229 x=45 y=407 width=38 height=65 xoffset=3 yoffset=20 xadvance=46 page=0 chnl=15 -char id=230 x=760 y=783 width=66 height=44 xoffset=3 yoffset=41 xadvance=72 page=0 chnl=15 -char id=231 x=638 y=661 width=35 height=59 xoffset=3 yoffset=41 xadvance=41 page=0 chnl=15 -char id=232 x=394 y=402 width=39 height=64 xoffset=3 yoffset=21 xadvance=45 page=0 chnl=15 -char id=233 x=437 y=402 width=39 height=64 xoffset=3 yoffset=21 xadvance=45 page=0 chnl=15 -char id=234 x=370 y=471 width=39 height=62 xoffset=3 yoffset=23 xadvance=45 page=0 chnl=15 -char id=235 x=129 y=607 width=39 height=60 xoffset=3 yoffset=25 xadvance=45 page=0 chnl=15 -char id=236 x=198 y=472 width=21 height=63 xoffset=-4 yoffset=21 xadvance=22 page=0 chnl=15 -char id=237 x=993 y=388 width=21 height=63 xoffset=4 yoffset=21 xadvance=22 page=0 chnl=15 -char id=238 x=692 y=463 width=30 height=61 xoffset=-3 yoffset=23 xadvance=22 page=0 chnl=15 -char id=239 x=710 y=658 width=24 height=59 xoffset=0 yoffset=25 xadvance=22 page=0 chnl=15 -char id=240 x=326 y=471 width=40 height=62 xoffset=3 yoffset=23 xadvance=47 page=0 chnl=15 -char id=241 x=43 y=607 width=39 height=60 xoffset=5 yoffset=24 xadvance=49 page=0 chnl=15 -char id=242 x=171 y=404 width=41 height=64 xoffset=3 yoffset=21 xadvance=48 page=0 chnl=15 -char id=243 x=306 y=403 width=41 height=64 xoffset=3 yoffset=21 xadvance=48 page=0 chnl=15 -char id=244 x=281 y=471 width=41 height=62 xoffset=3 yoffset=23 xadvance=48 page=0 chnl=15 -char id=245 x=526 y=469 width=41 height=61 xoffset=3 yoffset=24 xadvance=48 page=0 chnl=15 -char id=246 x=679 y=531 width=41 height=60 xoffset=3 yoffset=25 xadvance=48 page=0 chnl=15 -char id=247 x=389 y=852 width=38 height=42 xoffset=4 yoffset=38 xadvance=46 page=0 chnl=15 -char id=248 x=518 y=789 width=41 height=55 xoffset=3 yoffset=36 xadvance=48 page=0 chnl=15 -char id=249 x=564 y=401 width=38 height=64 xoffset=5 yoffset=21 xadvance=48 page=0 chnl=15 -char id=250 x=480 y=402 width=38 height=64 xoffset=5 yoffset=21 xadvance=48 page=0 chnl=15 -char id=251 x=43 y=476 width=38 height=63 xoffset=5 yoffset=22 xadvance=48 page=0 chnl=15 -char id=252 x=214 y=606 width=38 height=60 xoffset=5 yoffset=25 xadvance=48 page=0 chnl=15 -char id=253 x=615 y=0 width=44 height=79 xoffset=0 yoffset=21 xadvance=45 page=0 chnl=15 -char id=254 x=322 y=246 width=40 height=75 xoffset=5 yoffset=25 xadvance=48 page=0 chnl=15 -char id=255 x=0 y=250 width=44 height=75 xoffset=0 yoffset=25 xadvance=45 page=0 chnl=15 -char id=256 x=520 y=324 width=53 height=73 xoffset=0 yoffset=11 xadvance=53 page=0 chnl=15 -char id=257 x=473 y=664 width=38 height=59 xoffset=3 yoffset=26 xadvance=46 page=0 chnl=15 -char id=258 x=593 y=165 width=53 height=75 xoffset=0 yoffset=9 xadvance=53 page=0 chnl=15 -char id=259 x=571 y=469 width=38 height=61 xoffset=3 yoffset=24 xadvance=46 page=0 chnl=15 -char id=260 x=649 y=244 width=54 height=74 xoffset=0 yoffset=26 xadvance=53 page=0 chnl=15 -char id=261 x=303 y=665 width=39 height=59 xoffset=3 yoffset=41 xadvance=46 page=0 chnl=15 -char id=262 x=757 y=0 width=42 height=79 xoffset=4 yoffset=6 xadvance=48 page=0 chnl=15 -char id=263 x=730 y=395 width=35 height=64 xoffset=3 yoffset=21 xadvance=41 page=0 chnl=15 -char id=266 x=142 y=247 width=42 height=75 xoffset=4 yoffset=10 xadvance=48 page=0 chnl=15 -char id=267 x=297 y=601 width=35 height=60 xoffset=3 yoffset=25 xadvance=41 page=0 chnl=15 -char id=268 x=711 y=0 width=42 height=79 xoffset=4 yoffset=6 xadvance=48 page=0 chnl=15 -char id=269 x=769 y=395 width=35 height=64 xoffset=3 yoffset=21 xadvance=41 page=0 chnl=15 -char id=270 x=467 y=0 width=46 height=79 xoffset=6 yoffset=6 xadvance=55 page=0 chnl=15 -char id=271 x=125 y=543 width=52 height=60 xoffset=3 yoffset=25 xadvance=48 page=0 chnl=15 -char id=272 x=181 y=542 width=51 height=60 xoffset=1 yoffset=25 xadvance=56 page=0 chnl=15 -char id=273 x=443 y=536 width=45 height=60 xoffset=3 yoffset=25 xadvance=48 page=0 chnl=15 -char id=274 x=335 y=325 width=38 height=74 xoffset=5 yoffset=10 xadvance=47 page=0 chnl=15 -char id=275 x=174 y=671 width=39 height=59 xoffset=3 yoffset=26 xadvance=45 page=0 chnl=15 -char id=278 x=409 y=245 width=38 height=75 xoffset=5 yoffset=9 xadvance=47 page=0 chnl=15 -char id=279 x=0 y=607 width=39 height=60 xoffset=3 yoffset=25 xadvance=45 page=0 chnl=15 -char id=280 x=291 y=325 width=40 height=74 xoffset=5 yoffset=26 xadvance=47 page=0 chnl=15 -char id=281 x=131 y=671 width=39 height=59 xoffset=3 yoffset=41 xadvance=45 page=0 chnl=15 -char id=282 x=977 y=0 width=38 height=79 xoffset=5 yoffset=5 xadvance=47 page=0 chnl=15 -char id=283 x=351 y=403 width=39 height=64 xoffset=3 yoffset=21 xadvance=45 page=0 chnl=15 -char id=286 x=424 y=165 width=44 height=76 xoffset=4 yoffset=9 xadvance=52 page=0 chnl=15 -char id=287 x=376 y=165 width=44 height=76 xoffset=2 yoffset=24 xadvance=47 page=0 chnl=15 -char id=288 x=48 y=250 width=44 height=75 xoffset=4 yoffset=10 xadvance=52 page=0 chnl=15 -char id=289 x=950 y=164 width=44 height=75 xoffset=2 yoffset=25 xadvance=47 page=0 chnl=15 -char id=290 x=902 y=165 width=44 height=75 xoffset=4 yoffset=25 xadvance=52 page=0 chnl=15 -char id=291 x=0 y=0 width=44 height=82 xoffset=2 yoffset=18 xadvance=47 page=0 chnl=15 -char id=294 x=146 y=734 width=55 height=58 xoffset=1 yoffset=26 xadvance=57 page=0 chnl=15 -char id=295 x=615 y=598 width=45 height=59 xoffset=0 yoffset=25 xadvance=49 page=0 chnl=15 -char id=298 x=577 y=322 width=25 height=73 xoffset=0 yoffset=11 xadvance=23 page=0 chnl=15 -char id=299 x=375 y=790 width=25 height=58 xoffset=-1 yoffset=26 xadvance=22 page=0 chnl=15 -char id=302 x=486 y=324 width=15 height=74 xoffset=2 yoffset=26 xadvance=23 page=0 chnl=15 -char id=303 x=550 y=244 width=15 height=75 xoffset=2 yoffset=25 xadvance=22 page=0 chnl=15 -char id=304 x=505 y=324 width=11 height=74 xoffset=6 yoffset=10 xadvance=23 page=0 chnl=15 -char id=305 x=1001 y=777 width=11 height=42 xoffset=5 yoffset=42 xadvance=22 page=0 chnl=15 -char id=306 x=805 y=591 width=41 height=59 xoffset=6 yoffset=26 xadvance=52 page=0 chnl=15 -char id=307 x=493 y=245 width=33 height=75 xoffset=5 yoffset=25 xadvance=44 page=0 chnl=15 -char id=310 x=198 y=326 width=44 height=74 xoffset=6 yoffset=26 xadvance=51 page=0 chnl=15 -char id=311 x=366 y=245 width=39 height=75 xoffset=5 yoffset=25 xadvance=44 page=0 chnl=15 -char id=313 x=817 y=83 width=37 height=78 xoffset=5 yoffset=6 xadvance=43 page=0 chnl=15 -char id=314 x=256 y=0 width=22 height=80 xoffset=4 yoffset=5 xadvance=26 page=0 chnl=15 -char id=315 x=418 y=324 width=36 height=74 xoffset=6 yoffset=26 xadvance=43 page=0 chnl=15 -char id=316 x=998 y=164 width=20 height=75 xoffset=5 yoffset=25 xadvance=26 page=0 chnl=15 -char id=317 x=335 y=790 width=36 height=58 xoffset=6 yoffset=26 xadvance=43 page=0 chnl=15 -char id=318 x=365 y=601 width=24 height=60 xoffset=5 yoffset=25 xadvance=26 page=0 chnl=15 -char id=319 x=255 y=796 width=36 height=58 xoffset=6 yoffset=26 xadvance=43 page=0 chnl=15 -char id=320 x=336 y=601 width=25 height=60 xoffset=5 yoffset=25 xadvance=29 page=0 chnl=15 -char id=321 x=928 y=716 width=42 height=58 xoffset=1 yoffset=26 xadvance=44 page=0 chnl=15 -char id=322 x=990 y=524 width=27 height=60 xoffset=1 yoffset=25 xadvance=28 page=0 chnl=15 -char id=323 x=529 y=83 width=47 height=78 xoffset=6 yoffset=6 xadvance=59 page=0 chnl=15 -char id=324 x=950 y=393 width=39 height=63 xoffset=5 yoffset=21 xadvance=49 page=0 chnl=15 -char id=325 x=971 y=243 width=47 height=74 xoffset=6 yoffset=26 xadvance=59 page=0 chnl=15 -char id=326 x=88 y=671 width=39 height=59 xoffset=5 yoffset=41 xadvance=49 page=0 chnl=15 -char id=327 x=580 y=83 width=47 height=78 xoffset=6 yoffset=6 xadvance=59 page=0 chnl=15 -char id=328 x=0 y=476 width=39 height=63 xoffset=5 yoffset=21 xadvance=49 page=0 chnl=15 -char id=330 x=920 y=244 width=47 height=74 xoffset=6 yoffset=26 xadvance=59 page=0 chnl=15 -char id=331 x=346 y=665 width=39 height=59 xoffset=5 yoffset=41 xadvance=49 page=0 chnl=15 -char id=332 x=817 y=244 width=48 height=74 xoffset=4 yoffset=11 xadvance=56 page=0 chnl=15 -char id=333 x=850 y=591 width=41 height=59 xoffset=3 yoffset=26 xadvance=48 page=0 chnl=15 -char id=336 x=106 y=0 width=48 height=80 xoffset=4 yoffset=5 xadvance=56 page=0 chnl=15 -char id=337 x=0 y=407 width=41 height=65 xoffset=3 yoffset=20 xadvance=48 page=0 chnl=15 -char id=338 x=831 y=462 width=70 height=60 xoffset=4 yoffset=25 xadvance=77 page=0 chnl=15 -char id=339 x=688 y=783 width=68 height=44 xoffset=3 yoffset=41 xadvance=75 page=0 chnl=15 -char id=340 x=679 y=83 width=44 height=78 xoffset=6 yoffset=6 xadvance=52 page=0 chnl=15 -char id=341 x=165 y=475 width=29 height=63 xoffset=5 yoffset=21 xadvance=34 page=0 chnl=15 -char id=342 x=854 y=165 width=44 height=75 xoffset=6 yoffset=25 xadvance=52 page=0 chnl=15 -char id=343 x=677 y=658 width=29 height=59 xoffset=5 yoffset=41 xadvance=34 page=0 chnl=15 -char id=344 x=631 y=83 width=44 height=78 xoffset=6 yoffset=6 xadvance=52 page=0 chnl=15 -char id=345 x=986 y=321 width=30 height=63 xoffset=4 yoffset=21 xadvance=34 page=0 chnl=15 -char id=346 x=803 y=0 width=41 height=79 xoffset=3 yoffset=6 xadvance=47 page=0 chnl=15 -char id=347 x=648 y=398 width=37 height=64 xoffset=3 yoffset=21 xadvance=43 page=0 chnl=15 -char id=350 x=233 y=246 width=41 height=75 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=351 x=515 y=662 width=37 height=59 xoffset=3 yoffset=41 xadvance=43 page=0 chnl=15 -char id=352 x=848 y=0 width=41 height=79 xoffset=3 yoffset=6 xadvance=47 page=0 chnl=15 -char id=353 x=689 y=395 width=37 height=64 xoffset=3 yoffset=21 xadvance=43 page=0 chnl=15 -char id=354 x=869 y=244 width=47 height=74 xoffset=1 yoffset=26 xadvance=49 page=0 chnl=15 -char id=355 x=750 y=322 width=30 height=69 xoffset=1 yoffset=31 xadvance=33 page=0 chnl=15 -char id=356 x=478 y=83 width=47 height=78 xoffset=1 yoffset=6 xadvance=49 page=0 chnl=15 -char id=357 x=951 y=322 width=31 height=67 xoffset=1 yoffset=18 xadvance=33 page=0 chnl=15 -char id=358 x=687 y=721 width=46 height=58 xoffset=1 yoffset=26 xadvance=49 page=0 chnl=15 -char id=359 x=597 y=787 width=30 height=54 xoffset=1 yoffset=31 xadvance=33 page=0 chnl=15 -char id=362 x=100 y=328 width=45 height=74 xoffset=5 yoffset=11 xadvance=55 page=0 chnl=15 -char id=363 x=431 y=664 width=38 height=59 xoffset=5 yoffset=26 xadvance=48 page=0 chnl=15 -char id=366 x=158 y=0 width=45 height=80 xoffset=5 yoffset=5 xadvance=55 page=0 chnl=15 -char id=367 x=87 y=407 width=38 height=65 xoffset=5 yoffset=20 xadvance=48 page=0 chnl=15 -char id=368 x=207 y=0 width=45 height=80 xoffset=5 yoffset=5 xadvance=55 page=0 chnl=15 -char id=369 x=129 y=406 width=38 height=65 xoffset=5 yoffset=20 xadvance=48 page=0 chnl=15 -char id=370 x=51 y=329 width=45 height=74 xoffset=5 yoffset=26 xadvance=55 page=0 chnl=15 -char id=371 x=45 y=796 width=39 height=58 xoffset=5 yoffset=42 xadvance=48 page=0 chnl=15 -char id=372 x=134 y=167 width=76 height=76 xoffset=2 yoffset=8 xadvance=80 page=0 chnl=15 -char id=373 x=455 y=470 width=67 height=61 xoffset=1 yoffset=23 xadvance=69 page=0 chnl=15 -char id=374 x=271 y=166 width=49 height=76 xoffset=0 yoffset=8 xadvance=49 page=0 chnl=15 -char id=375 x=0 y=169 width=44 height=77 xoffset=0 yoffset=23 xadvance=45 page=0 chnl=15 -char id=376 x=764 y=244 width=49 height=74 xoffset=0 yoffset=10 xadvance=49 page=0 chnl=15 -char id=377 x=727 y=83 width=41 height=78 xoffset=3 yoffset=6 xadvance=47 page=0 chnl=15 -char id=378 x=85 y=476 width=36 height=63 xoffset=3 yoffset=21 xadvance=43 page=0 chnl=15 -char id=379 x=246 y=325 width=41 height=74 xoffset=3 yoffset=10 xadvance=47 page=0 chnl=15 -char id=380 x=984 y=588 width=36 height=59 xoffset=3 yoffset=25 xadvance=43 page=0 chnl=15 -char id=381 x=772 y=83 width=41 height=78 xoffset=3 yoffset=6 xadvance=47 page=0 chnl=15 -char id=382 x=125 y=476 width=36 height=63 xoffset=3 yoffset=21 xadvance=43 page=0 chnl=15 -char id=402 x=606 y=322 width=41 height=72 xoffset=-3 yoffset=25 xadvance=38 page=0 chnl=15 -char id=536 x=188 y=247 width=41 height=75 xoffset=3 yoffset=25 xadvance=47 page=0 chnl=15 -char id=537 x=597 y=661 width=37 height=59 xoffset=3 yoffset=41 xadvance=43 page=0 chnl=15 -char id=538 x=0 y=329 width=47 height=74 xoffset=1 yoffset=26 xadvance=49 page=0 chnl=15 -char id=539 x=784 y=322 width=30 height=69 xoffset=1 yoffset=31 xadvance=33 page=0 chnl=15 -char id=710 x=776 y=872 width=30 height=17 xoffset=3 yoffset=23 xadvance=36 page=0 chnl=15 -char id=711 x=829 y=872 width=30 height=16 xoffset=3 yoffset=22 xadvance=36 page=0 chnl=15 -char id=728 x=952 y=866 width=27 height=13 xoffset=2 yoffset=25 xadvance=32 page=0 chnl=15 -char id=729 x=68 y=943 width=9 height=12 xoffset=5 yoffset=25 xadvance=19 page=0 chnl=15 -char id=730 x=624 y=890 width=19 height=19 xoffset=3 yoffset=21 xadvance=25 page=0 chnl=15 -char id=731 x=810 y=872 width=15 height=17 xoffset=3 yoffset=83 xadvance=21 page=0 chnl=15 -char id=732 x=919 y=867 width=29 height=13 xoffset=3 yoffset=24 xadvance=36 page=0 chnl=15 -char id=733 x=563 y=893 width=32 height=20 xoffset=4 yoffset=21 xadvance=40 page=0 chnl=15 -char id=7808 x=178 y=84 width=76 height=78 xoffset=2 yoffset=6 xadvance=80 page=0 chnl=15 -char id=7809 x=879 y=393 width=67 height=63 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=7810 x=98 y=85 width=76 height=78 xoffset=2 yoffset=6 xadvance=80 page=0 chnl=15 -char id=7811 x=808 y=395 width=67 height=63 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=7812 x=569 y=244 width=76 height=74 xoffset=2 yoffset=10 xadvance=80 page=0 chnl=15 -char id=7813 x=495 y=599 width=67 height=59 xoffset=1 yoffset=25 xadvance=69 page=0 chnl=15 -char id=7922 x=372 y=83 width=49 height=78 xoffset=0 yoffset=6 xadvance=49 page=0 chnl=15 -char id=7923 x=663 y=0 width=44 height=79 xoffset=0 yoffset=21 xadvance=45 page=0 chnl=15 -char id=8211 x=176 y=939 width=38 height=8 xoffset=5 yoffset=59 xadvance=47 page=0 chnl=15 -char id=8212 x=109 y=942 width=63 height=8 xoffset=5 yoffset=59 xadvance=72 page=0 chnl=15 -char id=8216 x=533 y=896 width=11 height=22 xoffset=4 yoffset=23 xadvance=18 page=0 chnl=15 -char id=8217 x=548 y=896 width=11 height=22 xoffset=4 yoffset=23 xadvance=18 page=0 chnl=15 -char id=8218 x=1010 y=83 width=10 height=22 xoffset=4 yoffset=73 xadvance=19 page=0 chnl=15 -char id=8220 x=448 y=898 width=25 height=22 xoffset=4 yoffset=23 xadvance=33 page=0 chnl=15 -char id=8221 x=477 y=896 width=25 height=22 xoffset=4 yoffset=23 xadvance=32 page=0 chnl=15 -char id=8222 x=419 y=898 width=25 height=22 xoffset=4 yoffset=73 xadvance=33 page=0 chnl=15 -char id=8224 x=877 y=322 width=33 height=67 xoffset=2 yoffset=26 xadvance=38 page=0 chnl=15 -char id=8225 x=914 y=322 width=33 height=67 xoffset=4 yoffset=26 xadvance=41 page=0 chnl=15 -char id=8226 x=647 y=883 width=18 height=19 xoffset=6 yoffset=52 xadvance=30 page=0 chnl=15 -char id=8230 x=0 y=945 width=64 height=12 xoffset=4 yoffset=72 xadvance=73 page=0 chnl=15 -char id=8240 x=726 y=463 width=101 height=60 xoffset=3 yoffset=25 xadvance=106 page=0 chnl=15 -char id=8249 x=982 y=826 width=19 height=36 xoffset=3 yoffset=45 xadvance=25 page=0 chnl=15 -char id=8250 x=959 y=826 width=19 height=36 xoffset=3 yoffset=45 xadvance=25 page=0 chnl=15 -char id=8260 x=881 y=716 width=43 height=58 xoffset=-14 yoffset=26 xadvance=13 page=0 chnl=15 -char id=8364 x=393 y=537 width=46 height=60 xoffset=3 yoffset=25 xadvance=53 page=0 chnl=15 -char id=8482 x=22 y=906 width=71 height=33 xoffset=4 yoffset=25 xadvance=81 page=0 chnl=15 -char id=8706 x=724 y=528 width=41 height=60 xoffset=3 yoffset=25 xadvance=48 page=0 chnl=15 -char id=8719 x=818 y=322 width=55 height=67 xoffset=2 yoffset=26 xadvance=59 page=0 chnl=15 -char id=8721 x=703 y=322 width=43 height=69 xoffset=3 yoffset=26 xadvance=49 page=0 chnl=15 -char id=8722 x=218 y=938 width=38 height=8 xoffset=5 yoffset=55 xadvance=48 page=0 chnl=15 -char id=8730 x=149 y=326 width=45 height=74 xoffset=2 yoffset=10 xadvance=47 page=0 chnl=15 -char id=8734 x=321 y=904 width=57 height=25 xoffset=4 yoffset=46 xadvance=64 page=0 chnl=15 -char id=8747 x=506 y=165 width=26 height=76 xoffset=2 yoffset=24 xadvance=30 page=0 chnl=15 -char id=8776 x=202 y=905 width=38 height=29 xoffset=5 yoffset=45 xadvance=48 page=0 chnl=15 -char id=8800 x=646 y=786 width=38 height=45 xoffset=6 yoffset=37 xadvance=51 page=0 chnl=15 -char id=8804 x=431 y=852 width=37 height=42 xoffset=4 yoffset=37 xadvance=46 page=0 chnl=15 -char id=8805 x=472 y=850 width=37 height=42 xoffset=5 yoffset=37 xadvance=46 page=0 chnl=15 -kernings count=3540 -kerning first=32 second=34 amount=-1 -kerning first=32 second=39 amount=-1 -kerning first=32 second=65 amount=-2 -kerning first=32 second=74 amount=-1 -kerning first=32 second=84 amount=-2 -kerning first=32 second=86 amount=-2 -kerning first=8805 second=41 amount=-1 -kerning first=32 second=89 amount=-2 -kerning first=32 second=102 amount=-1 -kerning first=32 second=116 amount=-1 -kerning first=32 second=118 amount=-1 -kerning first=32 second=119 amount=-1 -kerning first=32 second=121 amount=-1 -kerning first=32 second=192 amount=-2 -kerning first=32 second=193 amount=-2 -kerning first=32 second=194 amount=-2 -kerning first=32 second=195 amount=-2 -kerning first=32 second=196 amount=-2 -kerning first=32 second=197 amount=-2 -kerning first=32 second=198 amount=-2 -kerning first=8804 second=41 amount=-1 -kerning first=32 second=221 amount=-2 -kerning first=32 second=223 amount=-1 -kerning first=32 second=253 amount=-1 -kerning first=8800 second=41 amount=-1 -kerning first=32 second=255 amount=-1 -kerning first=8776 second=41 amount=-1 -kerning first=32 second=322 amount=-1 -kerning first=32 second=376 amount=-2 -kerning first=32 second=8217 amount=-1 -kerning first=32 second=8221 amount=-1 -kerning first=8747 second=41 amount=-1 -kerning first=8734 second=41 amount=-1 -kerning first=33 second=41 amount=-1 -kerning first=8730 second=41 amount=-1 -kerning first=8722 second=55 amount=-2 -kerning first=8722 second=49 amount=-1 -kerning first=34 second=32 amount=-1 -kerning first=34 second=44 amount=-8 -kerning first=34 second=45 amount=-5 -kerning first=34 second=46 amount=-8 -kerning first=34 second=47 amount=-6 -kerning first=34 second=52 amount=-1 -kerning first=34 second=65 amount=-3 -kerning first=34 second=74 amount=-2 -kerning first=34 second=99 amount=-1 -kerning first=34 second=100 amount=-1 -kerning first=34 second=101 amount=-1 -kerning first=34 second=103 amount=-1 -kerning first=34 second=111 amount=-1 -kerning first=34 second=113 amount=-1 -kerning first=34 second=173 amount=-5 -kerning first=34 second=192 amount=-3 -kerning first=34 second=193 amount=-3 -kerning first=34 second=194 amount=-3 -kerning first=34 second=195 amount=-3 -kerning first=34 second=196 amount=-3 -kerning first=34 second=197 amount=-3 -kerning first=34 second=198 amount=-6 -kerning first=34 second=231 amount=-1 -kerning first=34 second=232 amount=-1 -kerning first=34 second=233 amount=-1 -kerning first=34 second=234 amount=-1 -kerning first=34 second=235 amount=-1 -kerning first=34 second=236 amount=2 -kerning first=34 second=238 amount=1 -kerning first=8722 second=41 amount=-1 -kerning first=34 second=240 amount=-1 -kerning first=34 second=242 amount=-1 -kerning first=34 second=243 amount=-1 -kerning first=34 second=244 amount=-1 -kerning first=34 second=245 amount=-1 -kerning first=34 second=246 amount=-1 -kerning first=34 second=248 amount=-1 -kerning first=34 second=339 amount=-1 -kerning first=34 second=8211 amount=-5 -kerning first=34 second=8212 amount=-5 -kerning first=34 second=8218 amount=-8 -kerning first=34 second=8222 amount=-8 -kerning first=34 second=8230 amount=-8 -kerning first=34 second=8249 amount=-2 -kerning first=35 second=41 amount=-1 -kerning first=8721 second=41 amount=-1 -kerning first=8719 second=41 amount=-1 -kerning first=8706 second=41 amount=-1 -kerning first=8260 second=57 amount=6 -kerning first=8260 second=56 amount=5 -kerning first=36 second=41 amount=-1 -kerning first=8260 second=55 amount=13 -kerning first=8260 second=54 amount=3 -kerning first=8260 second=53 amount=9 -kerning first=37 second=41 amount=-1 -kerning first=8260 second=51 amount=11 -kerning first=8260 second=50 amount=11 -kerning first=8260 second=49 amount=11 -kerning first=38 second=34 amount=-2 -kerning first=38 second=39 amount=-2 -kerning first=8260 second=48 amount=4 -kerning first=38 second=84 amount=-4 -kerning first=38 second=86 amount=-1 -kerning first=8260 second=41 amount=-1 -kerning first=38 second=89 amount=-3 -kerning first=8250 second=8221 amount=-2 -kerning first=8250 second=8217 amount=-2 -kerning first=8250 second=382 amount=-1 -kerning first=8250 second=376 amount=-4 -kerning first=8250 second=255 amount=-1 -kerning first=8250 second=254 amount=-1 -kerning first=8250 second=253 amount=-1 -kerning first=38 second=221 amount=-3 -kerning first=38 second=376 amount=-3 -kerning first=38 second=8217 amount=-3 -kerning first=38 second=8221 amount=-3 -kerning first=39 second=32 amount=-1 -kerning first=39 second=44 amount=-8 -kerning first=39 second=45 amount=-5 -kerning first=39 second=46 amount=-8 -kerning first=39 second=47 amount=-6 -kerning first=39 second=52 amount=-1 -kerning first=39 second=65 amount=-3 -kerning first=39 second=74 amount=-2 -kerning first=39 second=99 amount=-1 -kerning first=39 second=100 amount=-1 -kerning first=39 second=101 amount=-1 -kerning first=39 second=103 amount=-1 -kerning first=39 second=111 amount=-1 -kerning first=39 second=113 amount=-1 -kerning first=39 second=173 amount=-5 -kerning first=39 second=192 amount=-3 -kerning first=39 second=193 amount=-3 -kerning first=39 second=194 amount=-3 -kerning first=39 second=195 amount=-3 -kerning first=39 second=196 amount=-3 -kerning first=39 second=197 amount=-3 -kerning first=39 second=198 amount=-6 -kerning first=39 second=231 amount=-1 -kerning first=39 second=232 amount=-1 -kerning first=39 second=233 amount=-1 -kerning first=39 second=234 amount=-1 -kerning first=39 second=235 amount=-1 -kerning first=39 second=236 amount=2 -kerning first=39 second=238 amount=1 -kerning first=8250 second=223 amount=-1 -kerning first=39 second=240 amount=-1 -kerning first=39 second=242 amount=-1 -kerning first=39 second=243 amount=-1 -kerning first=39 second=244 amount=-1 -kerning first=39 second=245 amount=-1 -kerning first=39 second=246 amount=-1 -kerning first=39 second=248 amount=-1 -kerning first=39 second=339 amount=-1 -kerning first=39 second=8211 amount=-5 -kerning first=39 second=8212 amount=-5 -kerning first=39 second=8218 amount=-8 -kerning first=39 second=8222 amount=-8 -kerning first=39 second=8230 amount=-8 -kerning first=39 second=8249 amount=-2 -kerning first=40 second=40 amount=-3 -kerning first=40 second=48 amount=-3 -kerning first=40 second=49 amount=-1 -kerning first=40 second=52 amount=-4 -kerning first=40 second=53 amount=-1 -kerning first=40 second=54 amount=-3 -kerning first=40 second=56 amount=-3 -kerning first=40 second=57 amount=-2 -kerning first=40 second=65 amount=-1 -kerning first=40 second=66 amount=-1 -kerning first=40 second=67 amount=-3 -kerning first=40 second=68 amount=-1 -kerning first=40 second=69 amount=-2 -kerning first=40 second=70 amount=-2 -kerning first=40 second=71 amount=-3 -kerning first=40 second=72 amount=-1 -kerning first=40 second=73 amount=-1 -kerning first=40 second=74 amount=-2 -kerning first=40 second=75 amount=-1 -kerning first=40 second=76 amount=-1 -kerning first=40 second=77 amount=-2 -kerning first=40 second=78 amount=-1 -kerning first=40 second=79 amount=-3 -kerning first=40 second=80 amount=-1 -kerning first=40 second=81 amount=-3 -kerning first=40 second=82 amount=-1 -kerning first=40 second=83 amount=-2 -kerning first=40 second=85 amount=-1 -kerning first=8250 second=221 amount=-4 -kerning first=8250 second=198 amount=-1 -kerning first=40 second=97 amount=-4 -kerning first=40 second=98 amount=-1 -kerning first=40 second=99 amount=-4 -kerning first=40 second=100 amount=-4 -kerning first=40 second=101 amount=-4 -kerning first=40 second=102 amount=-3 -kerning first=40 second=104 amount=-1 -kerning first=40 second=105 amount=-1 -kerning first=8250 second=122 amount=-1 -kerning first=40 second=107 amount=-1 -kerning first=40 second=108 amount=-1 -kerning first=40 second=109 amount=-3 -kerning first=40 second=110 amount=-3 -kerning first=40 second=111 amount=-4 -kerning first=40 second=112 amount=-3 -kerning first=40 second=113 amount=-4 -kerning first=40 second=114 amount=-3 -kerning first=40 second=115 amount=-3 -kerning first=40 second=116 amount=-3 -kerning first=40 second=117 amount=-4 -kerning first=40 second=118 amount=-4 -kerning first=40 second=119 amount=-4 -kerning first=40 second=120 amount=-2 -kerning first=40 second=121 amount=-1 -kerning first=40 second=122 amount=-3 -kerning first=40 second=123 amount=-1 -kerning first=40 second=192 amount=-1 -kerning first=40 second=193 amount=-1 -kerning first=40 second=194 amount=-1 -kerning first=40 second=195 amount=-1 -kerning first=40 second=196 amount=-1 -kerning first=40 second=197 amount=-1 -kerning first=40 second=198 amount=-1 -kerning first=40 second=199 amount=-3 -kerning first=40 second=200 amount=-2 -kerning first=40 second=201 amount=-2 -kerning first=40 second=202 amount=-2 -kerning first=40 second=203 amount=-2 -kerning first=40 second=204 amount=-1 -kerning first=40 second=205 amount=-1 -kerning first=40 second=206 amount=3 -kerning first=8250 second=121 amount=-1 -kerning first=40 second=208 amount=-1 -kerning first=40 second=209 amount=-1 -kerning first=40 second=210 amount=-3 -kerning first=40 second=211 amount=-3 -kerning first=40 second=212 amount=-3 -kerning first=40 second=213 amount=-3 -kerning first=40 second=214 amount=-3 -kerning first=40 second=216 amount=-3 -kerning first=40 second=217 amount=-1 -kerning first=40 second=218 amount=-1 -kerning first=40 second=219 amount=-1 -kerning first=40 second=220 amount=-1 -kerning first=8250 second=120 amount=-2 -kerning first=40 second=222 amount=-1 -kerning first=40 second=223 amount=-3 -kerning first=40 second=224 amount=-4 -kerning first=40 second=225 amount=-4 -kerning first=40 second=226 amount=-4 -kerning first=40 second=227 amount=-4 -kerning first=40 second=228 amount=-4 -kerning first=40 second=229 amount=-4 -kerning first=40 second=230 amount=-4 -kerning first=40 second=231 amount=-4 -kerning first=40 second=232 amount=-4 -kerning first=40 second=233 amount=-4 -kerning first=40 second=234 amount=-4 -kerning first=40 second=235 amount=-4 -kerning first=8250 second=118 amount=-1 -kerning first=40 second=237 amount=-1 -kerning first=40 second=238 amount=-1 -kerning first=8250 second=116 amount=-1 -kerning first=40 second=240 amount=-3 -kerning first=40 second=241 amount=-3 -kerning first=40 second=242 amount=-4 -kerning first=40 second=243 amount=-4 -kerning first=40 second=244 amount=-4 -kerning first=40 second=245 amount=-4 -kerning first=40 second=246 amount=-4 -kerning first=40 second=248 amount=-4 -kerning first=40 second=249 amount=-4 -kerning first=40 second=250 amount=-4 -kerning first=40 second=251 amount=-4 -kerning first=40 second=252 amount=-4 -kerning first=40 second=253 amount=-1 -kerning first=8250 second=102 amount=-1 -kerning first=40 second=255 amount=-1 -kerning first=40 second=305 amount=-1 -kerning first=40 second=321 amount=-1 -kerning first=40 second=322 amount=-1 -kerning first=40 second=338 amount=-3 -kerning first=40 second=339 amount=-4 -kerning first=40 second=352 amount=-2 -kerning first=40 second=353 amount=-3 -kerning first=8250 second=89 amount=-4 -kerning first=40 second=382 amount=-3 -kerning first=8250 second=88 amount=-1 -kerning first=8250 second=87 amount=-1 -kerning first=8250 second=86 amount=-2 -kerning first=41 second=41 amount=-3 -kerning first=8250 second=84 amount=-5 -kerning first=41 second=93 amount=-2 -kerning first=41 second=125 amount=-1 -kerning first=8250 second=74 amount=-1 -kerning first=8250 second=39 amount=-2 -kerning first=42 second=65 amount=-2 -kerning first=42 second=74 amount=-2 -kerning first=8250 second=34 amount=-2 -kerning first=42 second=97 amount=-1 -kerning first=42 second=99 amount=-1 -kerning first=42 second=100 amount=-1 -kerning first=42 second=101 amount=-1 -kerning first=8249 second=376 amount=-3 -kerning first=42 second=111 amount=-1 -kerning first=42 second=113 amount=-1 -kerning first=8249 second=221 amount=-3 -kerning first=8249 second=89 amount=-3 -kerning first=42 second=192 amount=-2 -kerning first=42 second=193 amount=-2 -kerning first=42 second=194 amount=-2 -kerning first=42 second=195 amount=-2 -kerning first=42 second=196 amount=-2 -kerning first=42 second=197 amount=-2 -kerning first=42 second=198 amount=-5 -kerning first=42 second=224 amount=-1 -kerning first=42 second=225 amount=-1 -kerning first=42 second=226 amount=-1 -kerning first=42 second=227 amount=-1 -kerning first=42 second=228 amount=-1 -kerning first=42 second=229 amount=-1 -kerning first=42 second=230 amount=-1 -kerning first=42 second=231 amount=-1 -kerning first=42 second=232 amount=-1 -kerning first=42 second=233 amount=-1 -kerning first=42 second=234 amount=-1 -kerning first=42 second=235 amount=-1 -kerning first=8249 second=86 amount=-1 -kerning first=42 second=238 amount=2 -kerning first=8249 second=84 amount=-5 -kerning first=42 second=240 amount=-1 -kerning first=42 second=242 amount=-1 -kerning first=42 second=243 amount=-1 -kerning first=42 second=244 amount=-1 -kerning first=42 second=245 amount=-1 -kerning first=42 second=246 amount=-1 -kerning first=42 second=248 amount=-1 -kerning first=8240 second=41 amount=-1 -kerning first=8230 second=41 amount=-1 -kerning first=42 second=339 amount=-1 -kerning first=8226 second=41 amount=-1 -kerning first=43 second=41 amount=-1 -kerning first=43 second=49 amount=-1 -kerning first=8222 second=8221 amount=-9 -kerning first=8222 second=8220 amount=-9 -kerning first=43 second=55 amount=-2 -kerning first=8222 second=8217 amount=-9 -kerning first=8222 second=8216 amount=-9 -kerning first=8222 second=376 amount=-5 -kerning first=44 second=34 amount=-8 -kerning first=44 second=39 amount=-8 -kerning first=44 second=49 amount=-3 -kerning first=44 second=55 amount=-2 -kerning first=44 second=84 amount=-4 -kerning first=8222 second=255 amount=-2 -kerning first=44 second=86 amount=-3 -kerning first=44 second=87 amount=-1 -kerning first=44 second=89 amount=-5 -kerning first=44 second=102 amount=-1 -kerning first=44 second=116 amount=-1 -kerning first=44 second=118 amount=-2 -kerning first=44 second=119 amount=-1 -kerning first=44 second=121 amount=-2 -kerning first=8222 second=254 amount=-1 -kerning first=8222 second=253 amount=-2 -kerning first=8222 second=223 amount=-1 -kerning first=8222 second=221 amount=-5 -kerning first=44 second=221 amount=-5 -kerning first=44 second=223 amount=-1 -kerning first=44 second=253 amount=-2 -kerning first=44 second=254 amount=-1 -kerning first=44 second=255 amount=-2 -kerning first=44 second=376 amount=-5 -kerning first=44 second=8216 amount=-9 -kerning first=44 second=8217 amount=-9 -kerning first=44 second=8220 amount=-9 -kerning first=44 second=8221 amount=-9 -kerning first=8222 second=121 amount=-2 -kerning first=8222 second=119 amount=-1 -kerning first=45 second=34 amount=-5 -kerning first=45 second=39 amount=-5 -kerning first=45 second=49 amount=-2 -kerning first=45 second=55 amount=-3 -kerning first=45 second=74 amount=-2 -kerning first=8222 second=118 amount=-2 -kerning first=45 second=84 amount=-4 -kerning first=45 second=86 amount=-1 -kerning first=8222 second=116 amount=-1 -kerning first=45 second=88 amount=-1 -kerning first=45 second=89 amount=-4 -kerning first=8222 second=102 amount=-1 -kerning first=45 second=116 amount=-1 -kerning first=8222 second=89 amount=-5 -kerning first=45 second=120 amount=-1 -kerning first=8222 second=87 amount=-1 -kerning first=45 second=122 amount=-1 -kerning first=8222 second=86 amount=-3 -kerning first=45 second=221 amount=-4 -kerning first=8222 second=84 amount=-4 -kerning first=8222 second=55 amount=-2 -kerning first=8222 second=49 amount=-3 -kerning first=8222 second=39 amount=-8 -kerning first=8222 second=34 amount=-8 -kerning first=45 second=376 amount=-4 -kerning first=45 second=382 amount=-1 -kerning first=45 second=8217 amount=-5 -kerning first=45 second=8221 amount=-5 -kerning first=8221 second=8250 amount=-1 -kerning first=8221 second=8249 amount=-2 -kerning first=46 second=34 amount=-8 -kerning first=46 second=39 amount=-8 -kerning first=46 second=49 amount=-3 -kerning first=46 second=55 amount=-2 -kerning first=46 second=84 amount=-4 -kerning first=8221 second=8230 amount=-9 -kerning first=46 second=86 amount=-3 -kerning first=46 second=87 amount=-1 -kerning first=46 second=89 amount=-5 -kerning first=46 second=102 amount=-1 -kerning first=46 second=116 amount=-1 -kerning first=46 second=118 amount=-2 -kerning first=46 second=119 amount=-1 -kerning first=46 second=121 amount=-2 -kerning first=8221 second=8222 amount=-9 -kerning first=8221 second=8218 amount=-9 -kerning first=8221 second=8212 amount=-5 -kerning first=8221 second=8211 amount=-5 -kerning first=46 second=221 amount=-5 -kerning first=46 second=223 amount=-1 -kerning first=46 second=253 amount=-2 -kerning first=46 second=254 amount=-1 -kerning first=46 second=255 amount=-2 -kerning first=46 second=376 amount=-5 -kerning first=46 second=8216 amount=-9 -kerning first=46 second=8217 amount=-9 -kerning first=46 second=8220 amount=-9 -kerning first=46 second=8221 amount=-9 -kerning first=8221 second=353 amount=-1 -kerning first=8221 second=339 amount=-2 -kerning first=47 second=47 amount=-8 -kerning first=47 second=48 amount=-1 -kerning first=47 second=52 amount=-3 -kerning first=47 second=54 amount=-1 -kerning first=47 second=65 amount=-4 -kerning first=47 second=67 amount=-1 -kerning first=47 second=71 amount=-1 -kerning first=47 second=74 amount=-2 -kerning first=47 second=79 amount=-1 -kerning first=47 second=81 amount=-1 -kerning first=8221 second=248 amount=-2 -kerning first=8221 second=246 amount=-2 -kerning first=47 second=97 amount=-3 -kerning first=47 second=99 amount=-3 -kerning first=47 second=100 amount=-3 -kerning first=47 second=101 amount=-3 -kerning first=47 second=102 amount=-1 -kerning first=47 second=103 amount=-3 -kerning first=47 second=109 amount=-2 -kerning first=47 second=110 amount=-2 -kerning first=47 second=111 amount=-3 -kerning first=47 second=112 amount=-2 -kerning first=47 second=113 amount=-3 -kerning first=47 second=114 amount=-2 -kerning first=47 second=115 amount=-2 -kerning first=47 second=116 amount=-1 -kerning first=47 second=117 amount=-2 -kerning first=47 second=118 amount=-1 -kerning first=47 second=119 amount=-1 -kerning first=47 second=120 amount=-1 -kerning first=47 second=121 amount=-1 -kerning first=47 second=122 amount=-2 -kerning first=47 second=192 amount=-4 -kerning first=47 second=193 amount=-4 -kerning first=47 second=194 amount=-4 -kerning first=47 second=195 amount=-4 -kerning first=47 second=196 amount=-4 -kerning first=47 second=197 amount=-4 -kerning first=47 second=198 amount=-7 -kerning first=47 second=199 amount=-1 -kerning first=47 second=210 amount=-1 -kerning first=47 second=211 amount=-1 -kerning first=47 second=212 amount=-1 -kerning first=47 second=213 amount=-1 -kerning first=47 second=214 amount=-1 -kerning first=47 second=216 amount=-1 -kerning first=8221 second=245 amount=-2 -kerning first=47 second=223 amount=-1 -kerning first=47 second=224 amount=-3 -kerning first=47 second=225 amount=-3 -kerning first=47 second=226 amount=-3 -kerning first=47 second=227 amount=-3 -kerning first=47 second=228 amount=-3 -kerning first=47 second=229 amount=-3 -kerning first=47 second=230 amount=-3 -kerning first=47 second=231 amount=-3 -kerning first=47 second=232 amount=-3 -kerning first=47 second=233 amount=-3 -kerning first=47 second=234 amount=-3 -kerning first=47 second=235 amount=-3 -kerning first=47 second=236 amount=4 -kerning first=8221 second=244 amount=-2 -kerning first=47 second=239 amount=1 -kerning first=47 second=240 amount=-1 -kerning first=47 second=241 amount=-2 -kerning first=47 second=242 amount=-3 -kerning first=47 second=243 amount=-3 -kerning first=47 second=244 amount=-3 -kerning first=47 second=245 amount=-3 -kerning first=47 second=246 amount=-3 -kerning first=47 second=248 amount=-3 -kerning first=47 second=249 amount=-2 -kerning first=47 second=250 amount=-2 -kerning first=47 second=251 amount=-2 -kerning first=47 second=252 amount=-2 -kerning first=47 second=253 amount=-1 -kerning first=47 second=254 amount=-1 -kerning first=47 second=255 amount=-1 -kerning first=47 second=338 amount=-1 -kerning first=47 second=339 amount=-3 -kerning first=47 second=353 amount=-2 -kerning first=8221 second=243 amount=-2 -kerning first=47 second=382 amount=-2 -kerning first=8221 second=242 amount=-2 -kerning first=8221 second=240 amount=-1 -kerning first=8221 second=238 amount=2 -kerning first=8221 second=236 amount=3 -kerning first=48 second=41 amount=-3 -kerning first=48 second=47 amount=-2 -kerning first=8221 second=235 amount=-2 -kerning first=48 second=92 amount=-1 -kerning first=48 second=93 amount=-2 -kerning first=48 second=125 amount=-1 -kerning first=8221 second=234 amount=-2 -kerning first=8221 second=233 amount=-2 -kerning first=8221 second=232 amount=-2 -kerning first=48 second=8260 amount=4 -kerning first=49 second=41 amount=-1 -kerning first=8221 second=231 amount=-2 -kerning first=8221 second=198 amount=-6 -kerning first=8221 second=197 amount=-3 -kerning first=8221 second=196 amount=-3 -kerning first=8221 second=195 amount=-3 -kerning first=8221 second=194 amount=-3 -kerning first=49 second=8260 amount=8 -kerning first=50 second=41 amount=-2 -kerning first=8221 second=193 amount=-3 -kerning first=8221 second=192 amount=-3 -kerning first=50 second=93 amount=-1 -kerning first=8221 second=173 amount=-5 -kerning first=8221 second=115 amount=-1 -kerning first=8221 second=113 amount=-2 -kerning first=50 second=247 amount=-1 -kerning first=8221 second=111 amount=-2 -kerning first=50 second=8260 amount=12 -kerning first=51 second=41 amount=-2 -kerning first=51 second=47 amount=-1 -kerning first=8221 second=103 amount=-1 -kerning first=51 second=93 amount=-1 -kerning first=51 second=125 amount=-1 -kerning first=8221 second=101 amount=-2 -kerning first=8221 second=100 amount=-2 -kerning first=51 second=8260 amount=6 -kerning first=8221 second=99 amount=-2 -kerning first=8221 second=74 amount=-2 -kerning first=52 second=41 amount=-4 -kerning first=52 second=47 amount=-1 -kerning first=52 second=49 amount=-1 -kerning first=52 second=55 amount=-2 -kerning first=8221 second=65 amount=-3 -kerning first=8221 second=47 amount=-6 -kerning first=52 second=86 amount=-1 -kerning first=8221 second=46 amount=-9 -kerning first=52 second=92 amount=-3 -kerning first=52 second=93 amount=-2 -kerning first=52 second=125 amount=-1 -kerning first=52 second=176 amount=-1 -kerning first=8221 second=45 amount=-5 -kerning first=8221 second=44 amount=-9 -kerning first=52 second=8260 amount=6 -kerning first=8221 second=32 amount=-1 -kerning first=53 second=47 amount=-1 -kerning first=8220 second=8230 amount=-9 -kerning first=8220 second=8222 amount=-9 -kerning first=8220 second=8218 amount=-9 -kerning first=53 second=8260 amount=6 -kerning first=54 second=41 amount=-1 -kerning first=54 second=47 amount=-1 -kerning first=8220 second=339 amount=-1 -kerning first=8220 second=248 amount=-1 -kerning first=8220 second=246 amount=-1 -kerning first=8220 second=245 amount=-1 -kerning first=54 second=8260 amount=6 -kerning first=8220 second=244 amount=-1 -kerning first=55 second=43 amount=-1 -kerning first=55 second=44 amount=-3 -kerning first=55 second=45 amount=-1 -kerning first=55 second=46 amount=-3 -kerning first=55 second=47 amount=-5 -kerning first=8220 second=243 amount=-1 -kerning first=55 second=52 amount=-1 -kerning first=55 second=65 amount=-2 -kerning first=55 second=74 amount=-1 -kerning first=8220 second=242 amount=-1 -kerning first=8220 second=240 amount=-1 -kerning first=8220 second=238 amount=1 -kerning first=55 second=173 amount=-1 -kerning first=55 second=183 amount=-1 -kerning first=55 second=192 amount=-2 -kerning first=55 second=193 amount=-2 -kerning first=55 second=194 amount=-2 -kerning first=55 second=195 amount=-2 -kerning first=55 second=196 amount=-2 -kerning first=55 second=197 amount=-2 -kerning first=55 second=198 amount=-4 -kerning first=55 second=215 amount=-3 -kerning first=8220 second=235 amount=-1 -kerning first=55 second=247 amount=-1 -kerning first=8220 second=234 amount=-1 -kerning first=55 second=8211 amount=-1 -kerning first=55 second=8212 amount=-1 -kerning first=55 second=8218 amount=-3 -kerning first=55 second=8222 amount=-3 -kerning first=55 second=8230 amount=-3 -kerning first=55 second=8722 amount=-1 -kerning first=56 second=41 amount=-3 -kerning first=56 second=47 amount=-1 -kerning first=8220 second=233 amount=-1 -kerning first=56 second=93 amount=-1 -kerning first=56 second=125 amount=-1 -kerning first=8220 second=232 amount=-1 -kerning first=8220 second=231 amount=-1 -kerning first=56 second=8260 amount=6 -kerning first=57 second=41 amount=-3 -kerning first=57 second=47 amount=-2 -kerning first=8220 second=198 amount=-6 -kerning first=8220 second=197 amount=-3 -kerning first=57 second=93 amount=-2 -kerning first=57 second=125 amount=-1 -kerning first=8220 second=196 amount=-3 -kerning first=8220 second=195 amount=-3 -kerning first=8220 second=194 amount=-3 -kerning first=57 second=8260 amount=4 -kerning first=58 second=84 amount=-4 -kerning first=58 second=86 amount=-1 -kerning first=58 second=89 amount=-2 -kerning first=58 second=221 amount=-2 -kerning first=58 second=376 amount=-2 -kerning first=59 second=84 amount=-4 -kerning first=59 second=86 amount=-1 -kerning first=59 second=89 amount=-2 -kerning first=59 second=221 amount=-2 -kerning first=59 second=376 amount=-2 -kerning first=60 second=41 amount=-1 -kerning first=8220 second=193 amount=-3 -kerning first=8220 second=192 amount=-3 -kerning first=8220 second=113 amount=-1 -kerning first=61 second=41 amount=-1 -kerning first=61 second=55 amount=-1 -kerning first=8220 second=111 amount=-1 -kerning first=8220 second=103 amount=-1 -kerning first=8220 second=101 amount=-1 -kerning first=62 second=41 amount=-1 -kerning first=8220 second=100 amount=-1 -kerning first=8220 second=99 amount=-1 -kerning first=8220 second=74 amount=-2 -kerning first=63 second=41 amount=-1 -kerning first=8220 second=65 amount=-3 -kerning first=8220 second=46 amount=-9 -kerning first=8220 second=44 amount=-9 -kerning first=64 second=84 amount=-1 -kerning first=64 second=89 amount=-1 -kerning first=64 second=221 amount=-1 -kerning first=64 second=376 amount=-1 -kerning first=65 second=32 amount=-2 -kerning first=65 second=34 amount=-3 -kerning first=65 second=39 amount=-3 -kerning first=65 second=41 amount=-1 -kerning first=65 second=42 amount=-2 -kerning first=65 second=49 amount=-2 -kerning first=8218 second=8221 amount=-9 -kerning first=65 second=55 amount=-2 -kerning first=65 second=63 amount=-3 -kerning first=8218 second=8220 amount=-9 -kerning first=8218 second=8217 amount=-9 -kerning first=8218 second=8216 amount=-9 -kerning first=8218 second=376 amount=-5 -kerning first=65 second=84 amount=-4 -kerning first=8218 second=255 amount=-2 -kerning first=65 second=86 amount=-2 -kerning first=65 second=87 amount=-1 -kerning first=65 second=89 amount=-4 -kerning first=65 second=92 amount=-4 -kerning first=65 second=93 amount=-1 -kerning first=8218 second=254 amount=-1 -kerning first=65 second=116 amount=-1 -kerning first=65 second=118 amount=-1 -kerning first=65 second=119 amount=-1 -kerning first=65 second=121 amount=-1 -kerning first=65 second=170 amount=-1 -kerning first=65 second=174 amount=-2 -kerning first=65 second=186 amount=-1 -kerning first=8218 second=253 amount=-2 -kerning first=8218 second=223 amount=-1 -kerning first=8218 second=221 amount=-5 -kerning first=8218 second=121 amount=-2 -kerning first=8218 second=119 amount=-1 -kerning first=8218 second=118 amount=-2 -kerning first=8218 second=116 amount=-1 -kerning first=8218 second=102 amount=-1 -kerning first=8218 second=89 amount=-5 -kerning first=8218 second=87 amount=-1 -kerning first=8218 second=86 amount=-3 -kerning first=65 second=221 amount=-4 -kerning first=8218 second=84 amount=-4 -kerning first=65 second=253 amount=-1 -kerning first=8218 second=55 amount=-2 -kerning first=65 second=255 amount=-1 -kerning first=8218 second=49 amount=-3 -kerning first=65 second=376 amount=-4 -kerning first=65 second=8216 amount=-3 -kerning first=65 second=8217 amount=-3 -kerning first=65 second=8220 amount=-3 -kerning first=65 second=8221 amount=-3 -kerning first=65 second=8482 amount=-3 -kerning first=8218 second=39 amount=-8 -kerning first=8218 second=34 amount=-8 -kerning first=66 second=41 amount=-3 -kerning first=66 second=47 amount=-1 -kerning first=8217 second=8250 amount=-1 -kerning first=8217 second=8249 amount=-2 -kerning first=8217 second=8230 amount=-9 -kerning first=8217 second=8222 amount=-9 -kerning first=66 second=89 amount=-1 -kerning first=66 second=93 amount=-2 -kerning first=66 second=125 amount=-1 -kerning first=8217 second=8218 amount=-9 -kerning first=66 second=221 amount=-1 -kerning first=8217 second=8212 amount=-5 -kerning first=66 second=254 amount=-1 -kerning first=66 second=376 amount=-1 -kerning first=8217 second=8211 amount=-5 -kerning first=67 second=52 amount=-1 -kerning first=8217 second=353 amount=-1 -kerning first=8217 second=339 amount=-2 -kerning first=8217 second=248 amount=-2 -kerning first=8217 second=246 amount=-2 -kerning first=8217 second=245 amount=-2 -kerning first=8217 second=244 amount=-2 -kerning first=8217 second=243 amount=-2 -kerning first=8217 second=242 amount=-2 -kerning first=8217 second=240 amount=-1 -kerning first=67 second=169 amount=-1 -kerning first=8217 second=238 amount=2 -kerning first=8217 second=236 amount=3 -kerning first=67 second=186 amount=-1 -kerning first=8217 second=235 amount=-2 -kerning first=8217 second=234 amount=-2 -kerning first=8217 second=233 amount=-2 -kerning first=8217 second=232 amount=-2 -kerning first=8217 second=231 amount=-2 -kerning first=8217 second=198 amount=-6 -kerning first=8217 second=197 amount=-3 -kerning first=8217 second=196 amount=-3 -kerning first=67 second=236 amount=2 -kerning first=8217 second=195 amount=-3 -kerning first=8217 second=194 amount=-3 -kerning first=8217 second=193 amount=-3 -kerning first=67 second=254 amount=-1 -kerning first=8217 second=192 amount=-3 -kerning first=8217 second=173 amount=-5 -kerning first=8217 second=115 amount=-1 -kerning first=8217 second=113 amount=-2 -kerning first=8217 second=111 amount=-2 -kerning first=8217 second=103 amount=-1 -kerning first=68 second=41 amount=-3 -kerning first=68 second=47 amount=-2 -kerning first=8217 second=101 amount=-2 -kerning first=68 second=74 amount=-1 -kerning first=8217 second=100 amount=-2 -kerning first=8217 second=99 amount=-2 -kerning first=8217 second=74 amount=-2 -kerning first=68 second=88 amount=-1 -kerning first=68 second=89 amount=-1 -kerning first=8217 second=65 amount=-3 -kerning first=68 second=92 amount=-1 -kerning first=68 second=93 amount=-2 -kerning first=68 second=125 amount=-1 -kerning first=8217 second=47 amount=-6 -kerning first=8217 second=46 amount=-9 -kerning first=8217 second=45 amount=-5 -kerning first=8217 second=44 amount=-9 -kerning first=8217 second=32 amount=-1 -kerning first=8216 second=8230 amount=-9 -kerning first=68 second=198 amount=-1 -kerning first=68 second=221 amount=-1 -kerning first=8216 second=8222 amount=-9 -kerning first=68 second=376 amount=-1 -kerning first=8216 second=8218 amount=-9 -kerning first=8216 second=339 amount=-1 -kerning first=8216 second=248 amount=-1 -kerning first=8216 second=246 amount=-1 -kerning first=8216 second=245 amount=-1 -kerning first=8216 second=244 amount=-1 -kerning first=8216 second=243 amount=-1 -kerning first=8216 second=242 amount=-1 -kerning first=8216 second=240 amount=-1 -kerning first=8216 second=238 amount=1 -kerning first=8216 second=235 amount=-1 -kerning first=8216 second=234 amount=-1 -kerning first=8216 second=233 amount=-1 -kerning first=8216 second=232 amount=-1 -kerning first=8216 second=231 amount=-1 -kerning first=8216 second=198 amount=-6 -kerning first=8216 second=197 amount=-3 -kerning first=8216 second=196 amount=-3 -kerning first=8216 second=195 amount=-3 -kerning first=8216 second=194 amount=-3 -kerning first=8216 second=193 amount=-3 -kerning first=69 second=236 amount=2 -kerning first=69 second=238 amount=1 -kerning first=8216 second=192 amount=-3 -kerning first=8216 second=113 amount=-1 -kerning first=8216 second=111 amount=-1 -kerning first=8216 second=103 amount=-1 -kerning first=8216 second=101 amount=-1 -kerning first=8216 second=100 amount=-1 -kerning first=8216 second=99 amount=-1 -kerning first=8216 second=74 amount=-2 -kerning first=69 second=254 amount=-1 -kerning first=8216 second=65 amount=-3 -kerning first=8216 second=46 amount=-9 -kerning first=70 second=32 amount=-1 -kerning first=70 second=44 amount=-6 -kerning first=70 second=46 amount=-6 -kerning first=70 second=47 amount=-6 -kerning first=8216 second=44 amount=-9 -kerning first=8212 second=8221 amount=-5 -kerning first=70 second=65 amount=-3 -kerning first=8212 second=8217 amount=-5 -kerning first=8212 second=382 amount=-1 -kerning first=70 second=74 amount=-3 -kerning first=8212 second=376 amount=-4 -kerning first=8212 second=221 amount=-4 -kerning first=70 second=97 amount=-1 -kerning first=70 second=99 amount=-1 -kerning first=70 second=100 amount=-1 -kerning first=70 second=101 amount=-1 -kerning first=70 second=103 amount=-1 -kerning first=70 second=109 amount=-1 -kerning first=70 second=110 amount=-1 -kerning first=70 second=111 amount=-1 -kerning first=70 second=112 amount=-1 -kerning first=70 second=113 amount=-1 -kerning first=70 second=114 amount=-1 -kerning first=8212 second=122 amount=-1 -kerning first=70 second=117 amount=-1 -kerning first=8212 second=120 amount=-1 -kerning first=8212 second=116 amount=-1 -kerning first=70 second=192 amount=-3 -kerning first=70 second=193 amount=-3 -kerning first=70 second=194 amount=-3 -kerning first=70 second=195 amount=-3 -kerning first=70 second=196 amount=-3 -kerning first=70 second=197 amount=-3 -kerning first=70 second=198 amount=-7 -kerning first=8212 second=89 amount=-4 -kerning first=8212 second=88 amount=-1 -kerning first=8212 second=86 amount=-1 -kerning first=8212 second=84 amount=-4 -kerning first=8212 second=74 amount=-2 -kerning first=8212 second=55 amount=-3 -kerning first=8212 second=49 amount=-2 -kerning first=70 second=224 amount=-1 -kerning first=70 second=225 amount=-1 -kerning first=70 second=226 amount=-1 -kerning first=70 second=227 amount=-1 -kerning first=70 second=228 amount=-1 -kerning first=70 second=229 amount=-1 -kerning first=70 second=230 amount=-1 -kerning first=70 second=231 amount=-1 -kerning first=70 second=232 amount=-1 -kerning first=70 second=233 amount=-1 -kerning first=70 second=234 amount=-1 -kerning first=70 second=235 amount=-1 -kerning first=70 second=236 amount=4 -kerning first=70 second=238 amount=2 -kerning first=8212 second=39 amount=-5 -kerning first=70 second=240 amount=-1 -kerning first=70 second=241 amount=-1 -kerning first=70 second=242 amount=-1 -kerning first=70 second=243 amount=-1 -kerning first=70 second=244 amount=-1 -kerning first=70 second=245 amount=-1 -kerning first=70 second=246 amount=-1 -kerning first=70 second=248 amount=-1 -kerning first=70 second=249 amount=-1 -kerning first=70 second=250 amount=-1 -kerning first=70 second=251 amount=-1 -kerning first=70 second=252 amount=-1 -kerning first=70 second=254 amount=-1 -kerning first=70 second=305 amount=-1 -kerning first=8212 second=34 amount=-5 -kerning first=70 second=339 amount=-1 -kerning first=8211 second=8221 amount=-5 -kerning first=8211 second=8217 amount=-5 -kerning first=70 second=8218 amount=-6 -kerning first=70 second=8222 amount=-6 -kerning first=70 second=8230 amount=-6 -kerning first=8211 second=382 amount=-1 -kerning first=8211 second=376 amount=-4 -kerning first=71 second=41 amount=-1 -kerning first=8211 second=221 amount=-4 -kerning first=8211 second=122 amount=-1 -kerning first=8211 second=120 amount=-1 -kerning first=8211 second=116 amount=-1 -kerning first=8211 second=89 amount=-4 -kerning first=8211 second=88 amount=-1 -kerning first=8211 second=86 amount=-1 -kerning first=8211 second=84 amount=-4 -kerning first=8211 second=74 amount=-2 -kerning first=72 second=41 amount=-1 -kerning first=8211 second=55 amount=-3 -kerning first=8211 second=49 amount=-2 -kerning first=8211 second=39 amount=-5 -kerning first=8211 second=34 amount=-5 -kerning first=72 second=254 amount=-1 -kerning first=402 second=41 amount=-1 -kerning first=73 second=41 amount=-1 -kerning first=382 second=8482 amount=-2 -kerning first=382 second=8249 amount=-1 -kerning first=382 second=8212 amount=-1 -kerning first=382 second=8211 amount=-1 -kerning first=73 second=254 amount=-1 -kerning first=382 second=376 amount=-3 -kerning first=74 second=41 amount=-1 -kerning first=74 second=47 amount=-1 -kerning first=382 second=221 amount=-3 -kerning first=382 second=173 amount=-1 -kerning first=382 second=125 amount=-1 -kerning first=382 second=93 amount=-2 -kerning first=382 second=92 amount=-2 -kerning first=74 second=254 amount=-1 -kerning first=382 second=89 amount=-3 -kerning first=75 second=45 amount=-1 -kerning first=75 second=52 amount=-1 -kerning first=382 second=86 amount=-1 -kerning first=382 second=84 amount=-7 -kerning first=75 second=67 amount=-2 -kerning first=75 second=69 amount=-1 -kerning first=75 second=71 amount=-2 -kerning first=75 second=79 amount=-2 -kerning first=75 second=81 amount=-2 -kerning first=382 second=63 amount=-1 -kerning first=75 second=99 amount=-1 -kerning first=75 second=100 amount=-1 -kerning first=75 second=101 amount=-1 -kerning first=75 second=102 amount=-1 -kerning first=75 second=111 amount=-1 -kerning first=75 second=113 amount=-1 -kerning first=75 second=116 amount=-1 -kerning first=382 second=45 amount=-1 -kerning first=75 second=118 amount=-2 -kerning first=75 second=119 amount=-1 -kerning first=75 second=121 amount=-2 -kerning first=75 second=169 amount=-2 -kerning first=75 second=170 amount=-1 -kerning first=75 second=173 amount=-1 -kerning first=382 second=41 amount=-3 -kerning first=75 second=186 amount=-2 -kerning first=75 second=199 amount=-2 -kerning first=75 second=200 amount=-1 -kerning first=75 second=201 amount=-1 -kerning first=75 second=202 amount=-1 -kerning first=75 second=203 amount=-1 -kerning first=75 second=210 amount=-2 -kerning first=75 second=211 amount=-2 -kerning first=75 second=212 amount=-2 -kerning first=75 second=213 amount=-2 -kerning first=75 second=214 amount=-2 -kerning first=75 second=216 amount=-2 -kerning first=75 second=223 amount=-1 -kerning first=75 second=231 amount=-1 -kerning first=75 second=232 amount=-1 -kerning first=75 second=233 amount=-1 -kerning first=75 second=234 amount=-1 -kerning first=75 second=235 amount=-1 -kerning first=75 second=236 amount=3 -kerning first=381 second=254 amount=-1 -kerning first=381 second=169 amount=-1 -kerning first=75 second=240 amount=-1 -kerning first=75 second=242 amount=-1 -kerning first=75 second=243 amount=-1 -kerning first=75 second=244 amount=-1 -kerning first=75 second=245 amount=-1 -kerning first=75 second=246 amount=-1 -kerning first=75 second=248 amount=-1 -kerning first=381 second=52 amount=-1 -kerning first=376 second=8250 amount=-3 -kerning first=376 second=8249 amount=-4 -kerning first=376 second=8230 amount=-5 -kerning first=75 second=253 amount=-2 -kerning first=75 second=254 amount=-1 -kerning first=75 second=255 amount=-2 -kerning first=75 second=338 amount=-2 -kerning first=75 second=339 amount=-1 -kerning first=75 second=8211 amount=-1 -kerning first=75 second=8212 amount=-1 -kerning first=75 second=8249 amount=-1 -kerning first=376 second=8222 amount=-5 -kerning first=376 second=8218 amount=-5 -kerning first=76 second=32 amount=-2 -kerning first=76 second=34 amount=-7 -kerning first=76 second=39 amount=-7 -kerning first=76 second=41 amount=-2 -kerning first=76 second=42 amount=-7 -kerning first=76 second=45 amount=-3 -kerning first=76 second=49 amount=-3 -kerning first=76 second=52 amount=-2 -kerning first=76 second=55 amount=-2 -kerning first=76 second=63 amount=-3 -kerning first=76 second=67 amount=-1 -kerning first=76 second=71 amount=-1 -kerning first=76 second=79 amount=-1 -kerning first=76 second=81 amount=-1 -kerning first=76 second=84 amount=-8 -kerning first=76 second=85 amount=-1 -kerning first=76 second=86 amount=-6 -kerning first=76 second=87 amount=-3 -kerning first=76 second=89 amount=-7 -kerning first=76 second=92 amount=-7 -kerning first=76 second=93 amount=-2 -kerning first=76 second=102 amount=-1 -kerning first=76 second=116 amount=-2 -kerning first=76 second=118 amount=-5 -kerning first=76 second=119 amount=-3 -kerning first=76 second=121 amount=-5 -kerning first=76 second=125 amount=-1 -kerning first=76 second=169 amount=-1 -kerning first=76 second=170 amount=-6 -kerning first=76 second=173 amount=-3 -kerning first=76 second=174 amount=-7 -kerning first=76 second=183 amount=-11 -kerning first=76 second=186 amount=-7 -kerning first=376 second=8212 amount=-4 -kerning first=76 second=199 amount=-1 -kerning first=76 second=210 amount=-1 -kerning first=76 second=211 amount=-1 -kerning first=76 second=212 amount=-1 -kerning first=76 second=213 amount=-1 -kerning first=76 second=214 amount=-1 -kerning first=76 second=216 amount=-1 -kerning first=76 second=217 amount=-1 -kerning first=76 second=218 amount=-1 -kerning first=76 second=219 amount=-1 -kerning first=76 second=220 amount=-1 -kerning first=76 second=221 amount=-7 -kerning first=76 second=223 amount=-1 -kerning first=76 second=253 amount=-5 -kerning first=76 second=254 amount=-1 -kerning first=76 second=255 amount=-5 -kerning first=76 second=338 amount=-1 -kerning first=76 second=376 amount=-7 -kerning first=76 second=8211 amount=-3 -kerning first=76 second=8212 amount=-3 -kerning first=76 second=8216 amount=-7 -kerning first=76 second=8217 amount=-7 -kerning first=76 second=8220 amount=-7 -kerning first=76 second=8221 amount=-7 -kerning first=376 second=8211 amount=-4 -kerning first=76 second=8482 amount=-7 -kerning first=376 second=382 amount=-3 -kerning first=376 second=353 amount=-4 -kerning first=77 second=41 amount=-2 -kerning first=376 second=339 amount=-5 -kerning first=376 second=338 amount=-1 -kerning first=376 second=255 amount=-1 -kerning first=77 second=93 amount=-1 -kerning first=376 second=254 amount=-1 -kerning first=376 second=253 amount=-1 -kerning first=376 second=252 amount=-4 -kerning first=376 second=251 amount=-4 -kerning first=376 second=250 amount=-4 -kerning first=78 second=41 amount=-1 -kerning first=376 second=249 amount=-4 -kerning first=376 second=248 amount=-5 -kerning first=376 second=246 amount=-5 -kerning first=78 second=254 amount=-1 -kerning first=79 second=41 amount=-3 -kerning first=79 second=47 amount=-2 -kerning first=376 second=245 amount=-5 -kerning first=79 second=74 amount=-1 -kerning first=376 second=244 amount=-5 -kerning first=376 second=243 amount=-5 -kerning first=376 second=242 amount=-5 -kerning first=79 second=88 amount=-1 -kerning first=79 second=89 amount=-1 -kerning first=376 second=241 amount=-5 -kerning first=79 second=92 amount=-1 -kerning first=79 second=93 amount=-2 -kerning first=79 second=125 amount=-1 -kerning first=376 second=240 amount=-3 -kerning first=376 second=235 amount=-5 -kerning first=376 second=234 amount=-5 -kerning first=376 second=233 amount=-5 -kerning first=376 second=232 amount=-5 -kerning first=376 second=231 amount=-5 -kerning first=79 second=198 amount=-1 -kerning first=79 second=221 amount=-1 -kerning first=376 second=230 amount=-4 -kerning first=376 second=229 amount=-4 -kerning first=79 second=376 amount=-1 -kerning first=376 second=228 amount=-4 -kerning first=376 second=227 amount=-4 -kerning first=80 second=32 amount=-1 -kerning first=80 second=41 amount=-2 -kerning first=376 second=226 amount=-4 -kerning first=80 second=44 amount=-6 -kerning first=80 second=46 amount=-6 -kerning first=80 second=47 amount=-5 -kerning first=80 second=65 amount=-3 -kerning first=80 second=74 amount=-3 -kerning first=80 second=88 amount=-1 -kerning first=376 second=225 amount=-4 -kerning first=80 second=93 amount=-1 -kerning first=376 second=224 amount=-4 -kerning first=376 second=223 amount=-1 -kerning first=376 second=216 amount=-1 -kerning first=376 second=214 amount=-1 -kerning first=376 second=213 amount=-1 -kerning first=376 second=212 amount=-1 -kerning first=376 second=211 amount=-1 -kerning first=376 second=210 amount=-1 -kerning first=80 second=125 amount=-1 -kerning first=80 second=192 amount=-3 -kerning first=80 second=193 amount=-3 -kerning first=80 second=194 amount=-3 -kerning first=80 second=195 amount=-3 -kerning first=80 second=196 amount=-3 -kerning first=80 second=197 amount=-3 -kerning first=80 second=198 amount=-6 -kerning first=376 second=199 amount=-1 -kerning first=376 second=198 amount=-7 -kerning first=376 second=197 amount=-4 -kerning first=376 second=196 amount=-4 -kerning first=376 second=195 amount=-4 -kerning first=376 second=194 amount=-4 -kerning first=376 second=193 amount=-4 -kerning first=376 second=192 amount=-4 -kerning first=376 second=173 amount=-4 -kerning first=376 second=169 amount=-2 -kerning first=376 second=122 amount=-3 -kerning first=376 second=121 amount=-1 -kerning first=376 second=120 amount=-2 -kerning first=376 second=119 amount=-1 -kerning first=80 second=238 amount=1 -kerning first=80 second=240 amount=-1 -kerning first=376 second=118 amount=-1 -kerning first=376 second=117 amount=-4 -kerning first=376 second=116 amount=-1 -kerning first=376 second=115 amount=-4 -kerning first=376 second=114 amount=-5 -kerning first=376 second=113 amount=-5 -kerning first=376 second=112 amount=-5 -kerning first=80 second=254 amount=-1 -kerning first=376 second=111 amount=-5 -kerning first=376 second=110 amount=-5 -kerning first=376 second=109 amount=-5 -kerning first=80 second=8218 amount=-6 -kerning first=80 second=8222 amount=-6 -kerning first=80 second=8230 amount=-6 -kerning first=81 second=41 amount=-3 -kerning first=81 second=47 amount=-2 -kerning first=376 second=103 amount=-5 -kerning first=81 second=74 amount=-1 -kerning first=376 second=102 amount=-1 -kerning first=376 second=101 amount=-5 -kerning first=376 second=100 amount=-5 -kerning first=81 second=88 amount=-1 -kerning first=81 second=89 amount=-1 -kerning first=376 second=99 amount=-5 -kerning first=81 second=92 amount=-1 -kerning first=81 second=93 amount=-2 -kerning first=81 second=125 amount=-1 -kerning first=376 second=97 amount=-4 -kerning first=376 second=81 amount=-1 -kerning first=376 second=79 amount=-1 -kerning first=376 second=74 amount=-3 -kerning first=376 second=71 amount=-1 -kerning first=376 second=67 amount=-1 -kerning first=81 second=198 amount=-1 -kerning first=81 second=221 amount=-1 -kerning first=376 second=65 amount=-4 -kerning first=376 second=64 amount=-2 -kerning first=81 second=376 amount=-1 -kerning first=376 second=59 amount=-2 -kerning first=376 second=58 amount=-2 -kerning first=82 second=41 amount=-2 -kerning first=376 second=54 amount=-1 -kerning first=376 second=52 amount=-3 -kerning first=376 second=47 amount=-6 -kerning first=376 second=46 amount=-5 -kerning first=376 second=45 amount=-4 -kerning first=376 second=44 amount=-5 -kerning first=376 second=32 amount=-2 -kerning first=82 second=89 amount=-1 -kerning first=82 second=92 amount=-1 -kerning first=82 second=93 amount=-1 -kerning first=353 second=8482 amount=-2 -kerning first=353 second=376 amount=-4 -kerning first=353 second=221 amount=-4 -kerning first=353 second=125 amount=-1 -kerning first=353 second=93 amount=-2 -kerning first=82 second=125 amount=-1 -kerning first=353 second=92 amount=-2 -kerning first=353 second=89 amount=-4 -kerning first=353 second=86 amount=-1 -kerning first=353 second=84 amount=-7 -kerning first=353 second=63 amount=-1 -kerning first=353 second=41 amount=-4 -kerning first=352 second=41 amount=-1 -kerning first=82 second=221 amount=-1 -kerning first=339 second=8482 amount=-2 -kerning first=339 second=8221 amount=-1 -kerning first=339 second=8220 amount=-1 -kerning first=339 second=8217 amount=-1 -kerning first=339 second=8216 amount=-1 -kerning first=339 second=376 amount=-5 -kerning first=339 second=221 amount=-5 -kerning first=339 second=125 amount=-2 -kerning first=339 second=93 amount=-2 -kerning first=339 second=92 amount=-3 -kerning first=339 second=89 amount=-5 -kerning first=339 second=86 amount=-2 -kerning first=339 second=84 amount=-8 -kerning first=82 second=254 amount=-1 -kerning first=339 second=63 amount=-2 -kerning first=339 second=41 amount=-4 -kerning first=82 second=376 amount=-1 -kerning first=82 second=8249 amount=-1 -kerning first=83 second=41 amount=-1 -kerning first=338 second=254 amount=-1 -kerning first=322 second=8482 amount=-1 -kerning first=322 second=8249 amount=-1 -kerning first=322 second=8221 amount=-1 -kerning first=322 second=8220 amount=-1 -kerning first=322 second=8217 amount=-1 -kerning first=322 second=8216 amount=-1 -kerning first=322 second=8212 amount=-1 -kerning first=322 second=8211 amount=-1 -kerning first=322 second=376 amount=-2 -kerning first=322 second=255 amount=-2 -kerning first=322 second=253 amount=-2 -kerning first=322 second=221 amount=-2 -kerning first=322 second=186 amount=-1 -kerning first=322 second=183 amount=-8 -kerning first=322 second=174 amount=-1 -kerning first=322 second=173 amount=-1 -kerning first=322 second=170 amount=-1 -kerning first=84 second=32 amount=-2 -kerning first=322 second=169 amount=-1 -kerning first=84 second=44 amount=-4 -kerning first=84 second=45 amount=-4 -kerning first=84 second=46 amount=-4 -kerning first=84 second=47 amount=-6 -kerning first=322 second=93 amount=-1 -kerning first=84 second=52 amount=-3 -kerning first=84 second=58 amount=-4 -kerning first=84 second=59 amount=-4 -kerning first=84 second=64 amount=-2 -kerning first=84 second=65 amount=-4 -kerning first=322 second=92 amount=-2 -kerning first=322 second=89 amount=-2 -kerning first=84 second=74 amount=-3 -kerning first=322 second=87 amount=-1 -kerning first=322 second=86 amount=-2 -kerning first=84 second=97 amount=-7 -kerning first=84 second=99 amount=-9 -kerning first=84 second=100 amount=-8 -kerning first=84 second=101 amount=-9 -kerning first=84 second=102 amount=-2 -kerning first=84 second=103 amount=-8 -kerning first=84 second=109 amount=-6 -kerning first=84 second=110 amount=-6 -kerning first=84 second=111 amount=-9 -kerning first=84 second=112 amount=-6 -kerning first=84 second=113 amount=-8 -kerning first=84 second=114 amount=-6 -kerning first=84 second=115 amount=-8 -kerning first=84 second=116 amount=-2 -kerning first=84 second=117 amount=-6 -kerning first=84 second=118 amount=-5 -kerning first=84 second=119 amount=-5 -kerning first=84 second=120 amount=-6 -kerning first=84 second=121 amount=-5 -kerning first=84 second=122 amount=-7 -kerning first=84 second=169 amount=-1 -kerning first=84 second=173 amount=-4 -kerning first=84 second=192 amount=-4 -kerning first=84 second=193 amount=-4 -kerning first=84 second=194 amount=-4 -kerning first=84 second=195 amount=-4 -kerning first=84 second=196 amount=-4 -kerning first=84 second=197 amount=-4 -kerning first=84 second=198 amount=-6 -kerning first=322 second=84 amount=-3 -kerning first=322 second=63 amount=-1 -kerning first=322 second=45 amount=-1 -kerning first=322 second=41 amount=-2 -kerning first=322 second=39 amount=-1 -kerning first=322 second=34 amount=-1 -kerning first=322 second=32 amount=-2 -kerning first=84 second=223 amount=-2 -kerning first=84 second=224 amount=-7 -kerning first=84 second=225 amount=-7 -kerning first=84 second=226 amount=-7 -kerning first=84 second=227 amount=-7 -kerning first=84 second=228 amount=-7 -kerning first=84 second=229 amount=-7 -kerning first=84 second=230 amount=-7 -kerning first=84 second=231 amount=-9 -kerning first=84 second=232 amount=-6 -kerning first=84 second=233 amount=-9 -kerning first=84 second=234 amount=-9 -kerning first=84 second=235 amount=-9 -kerning first=84 second=236 amount=4 -kerning first=84 second=238 amount=3 -kerning first=321 second=8482 amount=-7 -kerning first=84 second=240 amount=-3 -kerning first=84 second=241 amount=-6 -kerning first=84 second=242 amount=-7 -kerning first=84 second=243 amount=-9 -kerning first=84 second=244 amount=-1 -kerning first=84 second=245 amount=-9 -kerning first=84 second=246 amount=-9 -kerning first=84 second=248 amount=-9 -kerning first=84 second=249 amount=-6 -kerning first=84 second=250 amount=-6 -kerning first=84 second=251 amount=-6 -kerning first=84 second=252 amount=-6 -kerning first=84 second=253 amount=-5 -kerning first=84 second=254 amount=-2 -kerning first=84 second=255 amount=-5 -kerning first=84 second=305 amount=-6 -kerning first=321 second=8221 amount=-7 -kerning first=84 second=339 amount=-9 -kerning first=84 second=353 amount=-7 -kerning first=84 second=382 amount=-7 -kerning first=84 second=8211 amount=-4 -kerning first=84 second=8212 amount=-4 -kerning first=84 second=8218 amount=-4 -kerning first=84 second=8222 amount=-4 -kerning first=84 second=8230 amount=-4 -kerning first=84 second=8249 amount=-5 -kerning first=84 second=8250 amount=-5 -kerning first=321 second=8220 amount=-7 -kerning first=321 second=8217 amount=-7 -kerning first=85 second=41 amount=-1 -kerning first=321 second=8216 amount=-7 -kerning first=321 second=8212 amount=-3 -kerning first=85 second=47 amount=-2 -kerning first=321 second=8211 amount=-3 -kerning first=85 second=74 amount=-1 -kerning first=321 second=376 amount=-7 -kerning first=321 second=338 amount=-1 -kerning first=321 second=255 amount=-5 -kerning first=321 second=254 amount=-1 -kerning first=321 second=253 amount=-5 -kerning first=321 second=223 amount=-1 -kerning first=321 second=221 amount=-7 -kerning first=85 second=198 amount=-1 -kerning first=321 second=220 amount=-1 -kerning first=321 second=219 amount=-1 -kerning first=321 second=218 amount=-1 -kerning first=85 second=254 amount=-1 -kerning first=321 second=217 amount=-1 -kerning first=321 second=216 amount=-1 -kerning first=321 second=214 amount=-1 -kerning first=86 second=32 amount=-2 -kerning first=321 second=213 amount=-1 -kerning first=86 second=44 amount=-3 -kerning first=86 second=45 amount=-1 -kerning first=86 second=46 amount=-3 -kerning first=86 second=47 amount=-5 -kerning first=86 second=52 amount=-1 -kerning first=321 second=212 amount=-1 -kerning first=86 second=58 amount=-1 -kerning first=86 second=59 amount=-1 -kerning first=86 second=64 amount=-1 -kerning first=86 second=65 amount=-2 -kerning first=321 second=211 amount=-1 -kerning first=321 second=210 amount=-1 -kerning first=321 second=199 amount=-1 -kerning first=86 second=74 amount=-3 -kerning first=321 second=186 amount=-7 -kerning first=321 second=183 amount=-11 -kerning first=321 second=174 amount=-7 -kerning first=321 second=173 amount=-3 -kerning first=86 second=97 amount=-2 -kerning first=86 second=99 amount=-3 -kerning first=86 second=100 amount=-3 -kerning first=86 second=101 amount=-3 -kerning first=321 second=170 amount=-6 -kerning first=86 second=103 amount=-3 -kerning first=86 second=109 amount=-2 -kerning first=86 second=110 amount=-2 -kerning first=86 second=111 amount=-3 -kerning first=86 second=112 amount=-2 -kerning first=86 second=113 amount=-3 -kerning first=86 second=114 amount=-2 -kerning first=86 second=115 amount=-2 -kerning first=86 second=117 amount=-2 -kerning first=321 second=169 amount=-1 -kerning first=86 second=122 amount=-1 -kerning first=86 second=173 amount=-1 -kerning first=86 second=192 amount=-2 -kerning first=86 second=193 amount=-2 -kerning first=86 second=194 amount=-2 -kerning first=86 second=195 amount=-2 -kerning first=86 second=196 amount=-2 -kerning first=86 second=197 amount=-2 -kerning first=86 second=198 amount=-6 -kerning first=321 second=125 amount=-1 -kerning first=321 second=121 amount=-5 -kerning first=321 second=119 amount=-3 -kerning first=321 second=118 amount=-5 -kerning first=321 second=116 amount=-2 -kerning first=321 second=102 amount=-1 -kerning first=321 second=93 amount=-2 -kerning first=321 second=92 amount=-7 -kerning first=86 second=224 amount=-2 -kerning first=86 second=225 amount=-2 -kerning first=86 second=226 amount=-2 -kerning first=86 second=227 amount=-2 -kerning first=86 second=228 amount=-2 -kerning first=86 second=229 amount=-2 -kerning first=86 second=230 amount=-2 -kerning first=86 second=231 amount=-3 -kerning first=86 second=232 amount=-3 -kerning first=86 second=233 amount=-3 -kerning first=86 second=234 amount=-3 -kerning first=86 second=235 amount=-3 -kerning first=86 second=236 amount=4 -kerning first=86 second=238 amount=2 -kerning first=86 second=239 amount=1 -kerning first=86 second=240 amount=-2 -kerning first=86 second=241 amount=-2 -kerning first=86 second=242 amount=-3 -kerning first=86 second=243 amount=-3 -kerning first=86 second=244 amount=-3 -kerning first=86 second=245 amount=-3 -kerning first=86 second=246 amount=-3 -kerning first=86 second=248 amount=-3 -kerning first=86 second=249 amount=-2 -kerning first=86 second=250 amount=-2 -kerning first=86 second=251 amount=-2 -kerning first=86 second=252 amount=-2 -kerning first=86 second=254 amount=-1 -kerning first=86 second=305 amount=-2 -kerning first=321 second=89 amount=-7 -kerning first=86 second=339 amount=-3 -kerning first=86 second=353 amount=-2 -kerning first=86 second=382 amount=-1 -kerning first=86 second=8211 amount=-1 -kerning first=86 second=8212 amount=-1 -kerning first=86 second=8218 amount=-3 -kerning first=86 second=8222 amount=-3 -kerning first=86 second=8230 amount=-3 -kerning first=86 second=8249 amount=-2 -kerning first=86 second=8250 amount=-1 -kerning first=321 second=87 amount=-3 -kerning first=321 second=86 amount=-6 -kerning first=321 second=85 amount=-1 -kerning first=87 second=44 amount=-1 -kerning first=321 second=84 amount=-8 -kerning first=87 second=46 amount=-1 -kerning first=87 second=47 amount=-3 -kerning first=87 second=65 amount=-1 -kerning first=321 second=81 amount=-1 -kerning first=321 second=79 amount=-1 -kerning first=87 second=74 amount=-2 -kerning first=321 second=71 amount=-1 -kerning first=321 second=67 amount=-1 -kerning first=321 second=63 amount=-3 -kerning first=87 second=97 amount=-1 -kerning first=87 second=99 amount=-1 -kerning first=87 second=100 amount=-1 -kerning first=87 second=101 amount=-1 -kerning first=87 second=103 amount=-1 -kerning first=87 second=109 amount=-1 -kerning first=87 second=110 amount=-1 -kerning first=87 second=111 amount=-1 -kerning first=87 second=112 amount=-1 -kerning first=87 second=113 amount=-1 -kerning first=87 second=114 amount=-1 -kerning first=321 second=55 amount=-2 -kerning first=321 second=52 amount=-2 -kerning first=321 second=49 amount=-3 -kerning first=321 second=45 amount=-3 -kerning first=87 second=192 amount=-1 -kerning first=87 second=193 amount=-1 -kerning first=87 second=194 amount=-1 -kerning first=87 second=195 amount=-1 -kerning first=87 second=196 amount=-1 -kerning first=87 second=197 amount=-1 -kerning first=87 second=198 amount=-3 -kerning first=321 second=42 amount=-7 -kerning first=321 second=41 amount=-2 -kerning first=321 second=39 amount=-7 -kerning first=321 second=34 amount=-7 -kerning first=321 second=32 amount=-2 -kerning first=305 second=41 amount=-1 -kerning first=255 second=8482 amount=-1 -kerning first=87 second=224 amount=-1 -kerning first=87 second=225 amount=-1 -kerning first=87 second=226 amount=-1 -kerning first=87 second=227 amount=-1 -kerning first=87 second=228 amount=-1 -kerning first=87 second=229 amount=-1 -kerning first=87 second=230 amount=-1 -kerning first=87 second=231 amount=-1 -kerning first=87 second=232 amount=-1 -kerning first=87 second=233 amount=-1 -kerning first=87 second=234 amount=-1 -kerning first=87 second=235 amount=-1 -kerning first=87 second=236 amount=3 -kerning first=87 second=238 amount=1 -kerning first=255 second=8249 amount=-1 -kerning first=87 second=240 amount=-1 -kerning first=87 second=241 amount=-1 -kerning first=87 second=242 amount=-1 -kerning first=87 second=243 amount=-1 -kerning first=87 second=244 amount=-1 -kerning first=87 second=245 amount=-1 -kerning first=87 second=246 amount=-1 -kerning first=87 second=248 amount=-1 -kerning first=255 second=8230 amount=-2 -kerning first=255 second=8222 amount=-2 -kerning first=255 second=8218 amount=-2 -kerning first=255 second=376 amount=-1 -kerning first=87 second=254 amount=-1 -kerning first=255 second=240 amount=-1 -kerning first=255 second=221 amount=-1 -kerning first=87 second=339 amount=-1 -kerning first=255 second=198 amount=-3 -kerning first=255 second=197 amount=-1 -kerning first=255 second=196 amount=-1 -kerning first=255 second=195 amount=-1 -kerning first=87 second=8218 amount=-1 -kerning first=87 second=8222 amount=-1 -kerning first=87 second=8230 amount=-1 -kerning first=87 second=8249 amount=-1 -kerning first=88 second=45 amount=-1 -kerning first=88 second=52 amount=-1 -kerning first=88 second=67 amount=-1 -kerning first=255 second=194 amount=-1 -kerning first=88 second=71 amount=-1 -kerning first=88 second=79 amount=-1 -kerning first=88 second=81 amount=-1 -kerning first=88 second=99 amount=-1 -kerning first=88 second=100 amount=-1 -kerning first=88 second=101 amount=-1 -kerning first=88 second=102 amount=-1 -kerning first=88 second=111 amount=-1 -kerning first=88 second=113 amount=-1 -kerning first=88 second=116 amount=-1 -kerning first=255 second=193 amount=-1 -kerning first=88 second=118 amount=-1 -kerning first=88 second=119 amount=-1 -kerning first=88 second=121 amount=-1 -kerning first=88 second=169 amount=-1 -kerning first=88 second=170 amount=-1 -kerning first=88 second=173 amount=-1 -kerning first=88 second=186 amount=-1 -kerning first=88 second=199 amount=-1 -kerning first=255 second=192 amount=-1 -kerning first=255 second=125 amount=-1 -kerning first=255 second=93 amount=-2 -kerning first=255 second=92 amount=-1 -kerning first=88 second=210 amount=-1 -kerning first=88 second=211 amount=-1 -kerning first=88 second=212 amount=-1 -kerning first=88 second=213 amount=-1 -kerning first=88 second=214 amount=-1 -kerning first=88 second=216 amount=-1 -kerning first=88 second=223 amount=-1 -kerning first=88 second=231 amount=-1 -kerning first=88 second=232 amount=-1 -kerning first=88 second=233 amount=-1 -kerning first=88 second=234 amount=-1 -kerning first=88 second=235 amount=-1 -kerning first=88 second=236 amount=3 -kerning first=255 second=89 amount=-1 -kerning first=255 second=88 amount=-1 -kerning first=88 second=240 amount=-1 -kerning first=88 second=242 amount=-1 -kerning first=88 second=243 amount=-1 -kerning first=88 second=244 amount=-1 -kerning first=88 second=245 amount=-1 -kerning first=88 second=246 amount=-1 -kerning first=88 second=248 amount=-1 -kerning first=255 second=84 amount=-5 -kerning first=255 second=74 amount=-3 -kerning first=255 second=65 amount=-1 -kerning first=255 second=47 amount=-4 -kerning first=88 second=253 amount=-1 -kerning first=88 second=254 amount=-1 -kerning first=88 second=255 amount=-1 -kerning first=88 second=338 amount=-1 -kerning first=88 second=339 amount=-1 -kerning first=88 second=8211 amount=-1 -kerning first=88 second=8212 amount=-1 -kerning first=88 second=8249 amount=-1 -kerning first=255 second=46 amount=-2 -kerning first=255 second=44 amount=-2 -kerning first=89 second=32 amount=-2 -kerning first=255 second=41 amount=-4 -kerning first=255 second=32 amount=-1 -kerning first=89 second=44 amount=-5 -kerning first=89 second=45 amount=-4 -kerning first=89 second=46 amount=-5 -kerning first=89 second=47 amount=-6 -kerning first=254 second=8482 amount=-2 -kerning first=89 second=52 amount=-3 -kerning first=89 second=54 amount=-1 -kerning first=254 second=8221 amount=-2 -kerning first=254 second=8220 amount=-1 -kerning first=89 second=58 amount=-2 -kerning first=89 second=59 amount=-2 -kerning first=254 second=8217 amount=-2 -kerning first=89 second=64 amount=-2 -kerning first=89 second=65 amount=-4 -kerning first=89 second=67 amount=-1 -kerning first=254 second=8216 amount=-1 -kerning first=254 second=376 amount=-5 -kerning first=89 second=71 amount=-1 -kerning first=89 second=74 amount=-3 -kerning first=254 second=221 amount=-5 -kerning first=89 second=79 amount=-1 -kerning first=89 second=81 amount=-1 -kerning first=254 second=125 amount=-2 -kerning first=254 second=93 amount=-3 -kerning first=254 second=92 amount=-3 -kerning first=89 second=97 amount=-4 -kerning first=89 second=99 amount=-5 -kerning first=89 second=100 amount=-5 -kerning first=89 second=101 amount=-5 -kerning first=89 second=102 amount=-1 -kerning first=89 second=103 amount=-5 -kerning first=89 second=109 amount=-5 -kerning first=89 second=110 amount=-5 -kerning first=89 second=111 amount=-5 -kerning first=89 second=112 amount=-5 -kerning first=89 second=113 amount=-5 -kerning first=89 second=114 amount=-5 -kerning first=89 second=115 amount=-4 -kerning first=89 second=116 amount=-1 -kerning first=89 second=117 amount=-4 -kerning first=89 second=118 amount=-1 -kerning first=89 second=119 amount=-1 -kerning first=89 second=120 amount=-2 -kerning first=89 second=121 amount=-1 -kerning first=89 second=122 amount=-3 -kerning first=89 second=169 amount=-2 -kerning first=89 second=173 amount=-4 -kerning first=254 second=89 amount=-5 -kerning first=89 second=192 amount=-4 -kerning first=89 second=193 amount=-4 -kerning first=89 second=194 amount=-4 -kerning first=89 second=195 amount=-4 -kerning first=89 second=196 amount=-4 -kerning first=89 second=197 amount=-4 -kerning first=89 second=198 amount=-7 -kerning first=89 second=199 amount=-1 -kerning first=254 second=88 amount=-1 -kerning first=254 second=87 amount=-1 -kerning first=254 second=86 amount=-3 -kerning first=254 second=84 amount=-8 -kerning first=89 second=210 amount=-1 -kerning first=89 second=211 amount=-1 -kerning first=89 second=212 amount=-1 -kerning first=89 second=213 amount=-1 -kerning first=89 second=214 amount=-1 -kerning first=89 second=216 amount=-1 -kerning first=89 second=223 amount=-1 -kerning first=89 second=224 amount=-4 -kerning first=89 second=225 amount=-4 -kerning first=89 second=226 amount=-4 -kerning first=89 second=227 amount=-4 -kerning first=89 second=228 amount=-4 -kerning first=89 second=229 amount=-4 -kerning first=89 second=230 amount=-4 -kerning first=89 second=231 amount=-5 -kerning first=89 second=232 amount=-5 -kerning first=89 second=233 amount=-5 -kerning first=89 second=234 amount=-5 -kerning first=89 second=235 amount=-5 -kerning first=89 second=236 amount=5 -kerning first=254 second=63 amount=-2 -kerning first=89 second=238 amount=1 -kerning first=89 second=239 amount=1 -kerning first=89 second=240 amount=-3 -kerning first=89 second=241 amount=-5 -kerning first=89 second=242 amount=-5 -kerning first=89 second=243 amount=-5 -kerning first=89 second=244 amount=-5 -kerning first=89 second=245 amount=-5 -kerning first=89 second=246 amount=-5 -kerning first=89 second=248 amount=-5 -kerning first=89 second=249 amount=-4 -kerning first=89 second=250 amount=-4 -kerning first=89 second=251 amount=-4 -kerning first=89 second=252 amount=-4 -kerning first=89 second=253 amount=-1 -kerning first=89 second=254 amount=-1 -kerning first=89 second=255 amount=-1 -kerning first=89 second=305 amount=-4 -kerning first=89 second=338 amount=-1 -kerning first=89 second=339 amount=-5 -kerning first=254 second=47 amount=-1 -kerning first=254 second=42 amount=-1 -kerning first=254 second=41 amount=-4 -kerning first=89 second=8211 amount=-4 -kerning first=89 second=8212 amount=-4 -kerning first=89 second=8218 amount=-5 -kerning first=89 second=8222 amount=-5 -kerning first=89 second=8230 amount=-5 -kerning first=89 second=8249 amount=-4 -kerning first=89 second=8250 amount=-3 -kerning first=254 second=39 amount=-1 -kerning first=254 second=34 amount=-1 -kerning first=253 second=8482 amount=-1 -kerning first=90 second=52 amount=-1 -kerning first=253 second=8249 amount=-1 -kerning first=253 second=8230 amount=-2 -kerning first=253 second=8222 amount=-2 -kerning first=253 second=8218 amount=-2 -kerning first=253 second=376 amount=-1 -kerning first=253 second=240 amount=-1 -kerning first=253 second=221 amount=-1 -kerning first=253 second=198 amount=-3 -kerning first=253 second=197 amount=-1 -kerning first=90 second=169 amount=-1 -kerning first=253 second=196 amount=-1 -kerning first=253 second=195 amount=-1 -kerning first=253 second=194 amount=-1 -kerning first=253 second=193 amount=-1 -kerning first=253 second=192 amount=-1 -kerning first=253 second=125 amount=-1 -kerning first=253 second=93 amount=-2 -kerning first=253 second=92 amount=-1 -kerning first=253 second=89 amount=-1 -kerning first=90 second=236 amount=2 -kerning first=90 second=238 amount=1 -kerning first=253 second=88 amount=-1 -kerning first=90 second=254 amount=-1 -kerning first=253 second=84 amount=-5 -kerning first=253 second=74 amount=-3 -kerning first=253 second=65 amount=-1 -kerning first=253 second=47 amount=-4 -kerning first=91 second=40 amount=-2 -kerning first=91 second=48 amount=-2 -kerning first=91 second=49 amount=-1 -kerning first=91 second=52 amount=-2 -kerning first=91 second=54 amount=-2 -kerning first=91 second=56 amount=-1 -kerning first=91 second=57 amount=-1 -kerning first=91 second=65 amount=-1 -kerning first=91 second=67 amount=-2 -kerning first=91 second=69 amount=-1 -kerning first=91 second=70 amount=-1 -kerning first=91 second=71 amount=-2 -kerning first=91 second=74 amount=-1 -kerning first=91 second=77 amount=-1 -kerning first=253 second=46 amount=-2 -kerning first=91 second=79 amount=-2 -kerning first=91 second=81 amount=-2 -kerning first=91 second=83 amount=-1 -kerning first=253 second=44 amount=-2 -kerning first=91 second=97 amount=-2 -kerning first=91 second=99 amount=-3 -kerning first=91 second=100 amount=-3 -kerning first=91 second=101 amount=-3 -kerning first=91 second=102 amount=-2 -kerning first=253 second=41 amount=-4 -kerning first=91 second=109 amount=-2 -kerning first=91 second=110 amount=-2 -kerning first=91 second=111 amount=-3 -kerning first=91 second=112 amount=-2 -kerning first=91 second=113 amount=-3 -kerning first=91 second=114 amount=-2 -kerning first=91 second=115 amount=-2 -kerning first=91 second=116 amount=-2 -kerning first=91 second=117 amount=-2 -kerning first=91 second=118 amount=-2 -kerning first=91 second=119 amount=-2 -kerning first=91 second=120 amount=-2 -kerning first=91 second=121 amount=-1 -kerning first=91 second=122 amount=-2 -kerning first=253 second=32 amount=-1 -kerning first=91 second=192 amount=-1 -kerning first=91 second=193 amount=-1 -kerning first=91 second=194 amount=-1 -kerning first=91 second=195 amount=-1 -kerning first=91 second=196 amount=-1 -kerning first=91 second=197 amount=-1 -kerning first=91 second=198 amount=-1 -kerning first=91 second=199 amount=-2 -kerning first=91 second=200 amount=-1 -kerning first=91 second=201 amount=-1 -kerning first=91 second=202 amount=-1 -kerning first=91 second=203 amount=-1 -kerning first=91 second=206 amount=2 -kerning first=252 second=8482 amount=-2 -kerning first=91 second=210 amount=-2 -kerning first=91 second=211 amount=-2 -kerning first=91 second=212 amount=-2 -kerning first=91 second=213 amount=-2 -kerning first=91 second=214 amount=-2 -kerning first=91 second=216 amount=-2 -kerning first=252 second=376 amount=-4 -kerning first=91 second=223 amount=-2 -kerning first=91 second=224 amount=-2 -kerning first=91 second=225 amount=-2 -kerning first=91 second=226 amount=-2 -kerning first=91 second=227 amount=-2 -kerning first=91 second=228 amount=-2 -kerning first=91 second=229 amount=-2 -kerning first=91 second=230 amount=-2 -kerning first=91 second=231 amount=-3 -kerning first=91 second=232 amount=-3 -kerning first=91 second=233 amount=-3 -kerning first=91 second=234 amount=-3 -kerning first=91 second=235 amount=-3 -kerning first=91 second=236 amount=2 -kerning first=252 second=221 amount=-4 -kerning first=252 second=125 amount=-1 -kerning first=91 second=240 amount=-2 -kerning first=91 second=241 amount=-2 -kerning first=91 second=242 amount=-3 -kerning first=91 second=243 amount=-3 -kerning first=91 second=244 amount=-3 -kerning first=91 second=245 amount=-3 -kerning first=91 second=246 amount=-3 -kerning first=91 second=248 amount=-3 -kerning first=91 second=249 amount=-2 -kerning first=91 second=250 amount=-2 -kerning first=91 second=251 amount=-2 -kerning first=91 second=252 amount=-2 -kerning first=91 second=253 amount=-1 -kerning first=91 second=254 amount=-2 -kerning first=91 second=255 amount=-1 -kerning first=91 second=338 amount=-2 -kerning first=91 second=339 amount=-3 -kerning first=91 second=352 amount=-1 -kerning first=91 second=353 amount=-2 -kerning first=252 second=93 amount=-2 -kerning first=91 second=382 amount=-2 -kerning first=252 second=92 amount=-2 -kerning first=252 second=89 amount=-4 -kerning first=252 second=87 amount=-1 -kerning first=92 second=34 amount=-6 -kerning first=92 second=39 amount=-6 -kerning first=92 second=48 amount=-2 -kerning first=92 second=49 amount=-4 -kerning first=92 second=52 amount=-2 -kerning first=92 second=54 amount=-2 -kerning first=92 second=55 amount=-3 -kerning first=92 second=56 amount=-1 -kerning first=252 second=86 amount=-2 -kerning first=92 second=67 amount=-2 -kerning first=92 second=69 amount=-1 -kerning first=92 second=71 amount=-2 -kerning first=92 second=76 amount=-1 -kerning first=92 second=79 amount=-2 -kerning first=92 second=81 amount=-2 -kerning first=92 second=84 amount=-6 -kerning first=92 second=85 amount=-2 -kerning first=92 second=86 amount=-5 -kerning first=92 second=87 amount=-3 -kerning first=92 second=89 amount=-6 -kerning first=92 second=97 amount=-1 -kerning first=92 second=99 amount=-1 -kerning first=92 second=100 amount=-1 -kerning first=92 second=101 amount=-1 -kerning first=92 second=102 amount=-2 -kerning first=252 second=84 amount=-6 -kerning first=92 second=108 amount=-1 -kerning first=92 second=111 amount=-1 -kerning first=92 second=113 amount=-1 -kerning first=92 second=116 amount=-3 -kerning first=92 second=117 amount=-1 -kerning first=92 second=118 amount=-4 -kerning first=92 second=119 amount=-3 -kerning first=92 second=121 amount=-3 -kerning first=92 second=199 amount=-2 -kerning first=92 second=200 amount=-1 -kerning first=92 second=201 amount=-1 -kerning first=92 second=202 amount=-1 -kerning first=92 second=203 amount=-1 -kerning first=92 second=210 amount=-2 -kerning first=92 second=211 amount=-2 -kerning first=92 second=212 amount=-2 -kerning first=92 second=213 amount=-2 -kerning first=92 second=214 amount=-2 -kerning first=92 second=216 amount=-2 -kerning first=92 second=217 amount=-2 -kerning first=92 second=218 amount=-2 -kerning first=92 second=219 amount=-2 -kerning first=92 second=220 amount=-2 -kerning first=92 second=221 amount=-6 -kerning first=92 second=223 amount=-2 -kerning first=92 second=224 amount=-1 -kerning first=92 second=225 amount=-1 -kerning first=92 second=226 amount=-1 -kerning first=92 second=227 amount=-1 -kerning first=92 second=228 amount=-1 -kerning first=92 second=229 amount=-1 -kerning first=92 second=230 amount=-1 -kerning first=92 second=231 amount=-1 -kerning first=92 second=232 amount=-1 -kerning first=92 second=233 amount=-1 -kerning first=92 second=234 amount=-1 -kerning first=92 second=235 amount=-1 -kerning first=92 second=240 amount=-1 -kerning first=92 second=242 amount=-1 -kerning first=92 second=243 amount=-1 -kerning first=92 second=244 amount=-1 -kerning first=92 second=245 amount=-1 -kerning first=92 second=246 amount=-1 -kerning first=92 second=248 amount=-1 -kerning first=92 second=249 amount=-1 -kerning first=92 second=250 amount=-1 -kerning first=92 second=251 amount=-1 -kerning first=92 second=252 amount=-1 -kerning first=92 second=253 amount=-3 -kerning first=92 second=254 amount=-2 -kerning first=92 second=255 amount=-3 -kerning first=92 second=321 amount=-1 -kerning first=92 second=322 amount=-1 -kerning first=92 second=338 amount=-2 -kerning first=92 second=339 amount=-1 -kerning first=92 second=376 amount=-6 -kerning first=252 second=63 amount=-1 -kerning first=92 second=8217 amount=-6 -kerning first=92 second=8221 amount=-6 -kerning first=252 second=41 amount=-3 -kerning first=251 second=8482 amount=-2 -kerning first=93 second=41 amount=-1 -kerning first=251 second=376 amount=-4 -kerning first=251 second=221 amount=-4 -kerning first=251 second=125 amount=-1 -kerning first=94 second=41 amount=-1 -kerning first=251 second=93 amount=-2 -kerning first=251 second=92 amount=-2 -kerning first=251 second=89 amount=-4 -kerning first=95 second=41 amount=-1 -kerning first=251 second=87 amount=-1 -kerning first=251 second=86 amount=-2 -kerning first=251 second=84 amount=-6 -kerning first=97 second=34 amount=-1 -kerning first=97 second=39 amount=-1 -kerning first=97 second=41 amount=-3 -kerning first=97 second=42 amount=-1 -kerning first=97 second=63 amount=-2 -kerning first=97 second=84 amount=-8 -kerning first=251 second=63 amount=-1 -kerning first=97 second=86 amount=-2 -kerning first=97 second=87 amount=-1 -kerning first=97 second=89 amount=-5 -kerning first=97 second=92 amount=-3 -kerning first=97 second=93 amount=-2 -kerning first=251 second=41 amount=-3 -kerning first=250 second=8482 amount=-2 -kerning first=97 second=125 amount=-2 -kerning first=250 second=376 amount=-4 -kerning first=250 second=221 amount=-4 -kerning first=250 second=125 amount=-1 -kerning first=250 second=93 amount=-2 -kerning first=97 second=221 amount=-5 -kerning first=250 second=92 amount=-2 -kerning first=250 second=89 amount=-4 -kerning first=97 second=376 amount=-5 -kerning first=97 second=8216 amount=-1 -kerning first=97 second=8217 amount=-1 -kerning first=97 second=8220 amount=-1 -kerning first=97 second=8221 amount=-1 -kerning first=97 second=8482 amount=-2 -kerning first=98 second=34 amount=-1 -kerning first=98 second=39 amount=-1 -kerning first=98 second=41 amount=-4 -kerning first=98 second=42 amount=-1 -kerning first=98 second=47 amount=-1 -kerning first=98 second=63 amount=-2 -kerning first=250 second=87 amount=-1 -kerning first=250 second=86 amount=-2 -kerning first=98 second=84 amount=-8 -kerning first=98 second=86 amount=-3 -kerning first=98 second=87 amount=-1 -kerning first=98 second=88 amount=-1 -kerning first=98 second=89 amount=-5 -kerning first=250 second=84 amount=-6 -kerning first=98 second=92 amount=-3 -kerning first=98 second=93 amount=-3 -kerning first=250 second=63 amount=-1 -kerning first=250 second=41 amount=-3 -kerning first=98 second=120 amount=-1 -kerning first=249 second=8482 amount=-2 -kerning first=98 second=125 amount=-2 -kerning first=249 second=376 amount=-4 -kerning first=98 second=221 amount=-5 -kerning first=249 second=221 amount=-4 -kerning first=249 second=125 amount=-1 -kerning first=249 second=93 amount=-2 -kerning first=98 second=376 amount=-5 -kerning first=249 second=92 amount=-2 -kerning first=98 second=8216 amount=-1 -kerning first=98 second=8217 amount=-2 -kerning first=98 second=8220 amount=-1 -kerning first=98 second=8221 amount=-2 -kerning first=98 second=8482 amount=-2 -kerning first=99 second=41 amount=-3 -kerning first=99 second=45 amount=-1 -kerning first=99 second=63 amount=-1 -kerning first=99 second=84 amount=-8 -kerning first=99 second=86 amount=-1 -kerning first=249 second=89 amount=-4 -kerning first=99 second=89 amount=-3 -kerning first=99 second=92 amount=-2 -kerning first=99 second=93 amount=-2 -kerning first=249 second=87 amount=-1 -kerning first=249 second=86 amount=-2 -kerning first=249 second=84 amount=-6 -kerning first=249 second=63 amount=-1 -kerning first=249 second=41 amount=-3 -kerning first=99 second=125 amount=-1 -kerning first=99 second=173 amount=-1 -kerning first=99 second=221 amount=-3 -kerning first=248 second=8482 amount=-2 -kerning first=248 second=8221 amount=-2 -kerning first=248 second=8220 amount=-1 -kerning first=248 second=8217 amount=-2 -kerning first=248 second=8216 amount=-1 -kerning first=248 second=376 amount=-5 -kerning first=248 second=221 amount=-5 -kerning first=248 second=125 amount=-2 -kerning first=248 second=120 amount=-1 -kerning first=248 second=93 amount=-3 -kerning first=248 second=92 amount=-3 -kerning first=248 second=89 amount=-5 -kerning first=248 second=88 amount=-1 -kerning first=99 second=376 amount=-3 -kerning first=99 second=8211 amount=-1 -kerning first=99 second=8212 amount=-1 -kerning first=99 second=8249 amount=-1 -kerning first=99 second=8482 amount=-2 -kerning first=100 second=41 amount=-1 -kerning first=248 second=87 amount=-1 -kerning first=248 second=86 amount=-3 -kerning first=248 second=84 amount=-8 -kerning first=248 second=63 amount=-2 -kerning first=248 second=47 amount=-1 -kerning first=248 second=42 amount=-1 -kerning first=248 second=41 amount=-4 -kerning first=101 second=41 amount=-4 -kerning first=248 second=39 amount=-1 -kerning first=248 second=34 amount=-1 -kerning first=101 second=63 amount=-2 -kerning first=101 second=84 amount=-8 -kerning first=101 second=86 amount=-2 -kerning first=247 second=55 amount=-2 -kerning first=101 second=89 amount=-5 -kerning first=101 second=92 amount=-3 -kerning first=101 second=93 amount=-2 -kerning first=247 second=51 amount=-1 -kerning first=247 second=50 amount=-1 -kerning first=247 second=49 amount=-2 -kerning first=247 second=41 amount=-1 -kerning first=101 second=125 amount=-2 -kerning first=101 second=221 amount=-5 -kerning first=246 second=8482 amount=-2 -kerning first=246 second=8221 amount=-2 -kerning first=101 second=376 amount=-5 -kerning first=101 second=8216 amount=-1 -kerning first=101 second=8217 amount=-1 -kerning first=101 second=8220 amount=-1 -kerning first=101 second=8221 amount=-1 -kerning first=101 second=8482 amount=-2 -kerning first=102 second=32 amount=-1 -kerning first=246 second=8220 amount=-1 -kerning first=246 second=8217 amount=-2 -kerning first=246 second=8216 amount=-1 -kerning first=246 second=376 amount=-5 -kerning first=102 second=44 amount=-2 -kerning first=102 second=45 amount=-2 -kerning first=102 second=46 amount=-2 -kerning first=102 second=47 amount=-4 -kerning first=102 second=63 amount=1 -kerning first=102 second=65 amount=-2 -kerning first=102 second=74 amount=-1 -kerning first=102 second=84 amount=1 -kerning first=102 second=86 amount=2 -kerning first=246 second=221 amount=-5 -kerning first=246 second=125 amount=-2 -kerning first=102 second=89 amount=2 -kerning first=246 second=120 amount=-1 -kerning first=102 second=92 amount=2 -kerning first=102 second=93 amount=1 -kerning first=246 second=93 amount=-3 -kerning first=246 second=92 amount=-3 -kerning first=246 second=89 amount=-5 -kerning first=246 second=88 amount=-1 -kerning first=246 second=87 amount=-1 -kerning first=246 second=86 amount=-3 -kerning first=102 second=125 amount=1 -kerning first=102 second=173 amount=-2 -kerning first=102 second=192 amount=-2 -kerning first=102 second=193 amount=-2 -kerning first=102 second=194 amount=-2 -kerning first=102 second=195 amount=-2 -kerning first=102 second=196 amount=-2 -kerning first=102 second=197 amount=-2 -kerning first=102 second=198 amount=-4 -kerning first=246 second=84 amount=-8 -kerning first=102 second=221 amount=2 -kerning first=246 second=63 amount=-2 -kerning first=246 second=47 amount=-1 -kerning first=246 second=42 amount=-1 -kerning first=246 second=41 amount=-4 -kerning first=246 second=39 amount=-1 -kerning first=246 second=34 amount=-1 -kerning first=245 second=8482 amount=-2 -kerning first=245 second=8221 amount=-2 -kerning first=245 second=8220 amount=-1 -kerning first=245 second=8217 amount=-2 -kerning first=245 second=8216 amount=-1 -kerning first=245 second=376 amount=-5 -kerning first=102 second=236 amount=6 -kerning first=102 second=238 amount=3 -kerning first=102 second=239 amount=3 -kerning first=102 second=240 amount=-1 -kerning first=245 second=221 amount=-5 -kerning first=245 second=125 amount=-2 -kerning first=245 second=120 amount=-1 -kerning first=245 second=93 amount=-3 -kerning first=245 second=92 amount=-3 -kerning first=245 second=89 amount=-5 -kerning first=245 second=88 amount=-1 -kerning first=102 second=376 amount=2 -kerning first=245 second=87 amount=-1 -kerning first=102 second=8211 amount=-2 -kerning first=102 second=8212 amount=-2 -kerning first=245 second=86 amount=-3 -kerning first=245 second=84 amount=-8 -kerning first=102 second=8218 amount=-2 -kerning first=245 second=63 amount=-2 -kerning first=245 second=47 amount=-1 -kerning first=102 second=8222 amount=-2 -kerning first=102 second=8230 amount=-2 -kerning first=102 second=8249 amount=-2 -kerning first=245 second=42 amount=-1 -kerning first=245 second=41 amount=-4 -kerning first=103 second=84 amount=-5 -kerning first=245 second=39 amount=-1 -kerning first=103 second=89 amount=-1 -kerning first=103 second=92 amount=-1 -kerning first=245 second=34 amount=-1 -kerning first=244 second=8482 amount=-2 -kerning first=244 second=8221 amount=-2 -kerning first=244 second=8220 amount=-1 -kerning first=244 second=8217 amount=-2 -kerning first=244 second=8216 amount=-1 -kerning first=244 second=376 amount=-5 -kerning first=244 second=221 amount=-5 -kerning first=244 second=125 amount=-2 -kerning first=103 second=221 amount=-1 -kerning first=244 second=120 amount=-1 -kerning first=244 second=93 amount=-3 -kerning first=244 second=92 amount=-3 -kerning first=244 second=89 amount=-5 -kerning first=244 second=88 amount=-1 -kerning first=244 second=87 amount=-1 -kerning first=244 second=86 amount=-3 -kerning first=244 second=84 amount=-8 -kerning first=244 second=63 amount=-2 -kerning first=244 second=47 amount=-1 -kerning first=244 second=42 amount=-1 -kerning first=244 second=41 amount=-4 -kerning first=244 second=39 amount=-1 -kerning first=244 second=34 amount=-1 -kerning first=243 second=8482 amount=-2 -kerning first=243 second=8221 amount=-2 -kerning first=243 second=8220 amount=-1 -kerning first=243 second=8217 amount=-2 -kerning first=243 second=8216 amount=-1 -kerning first=243 second=376 amount=-5 -kerning first=103 second=376 amount=-1 -kerning first=243 second=221 amount=-5 -kerning first=103 second=8482 amount=-1 -kerning first=243 second=125 amount=-2 -kerning first=243 second=120 amount=-1 -kerning first=104 second=41 amount=-3 -kerning first=104 second=42 amount=-1 -kerning first=104 second=63 amount=-2 -kerning first=104 second=84 amount=-8 -kerning first=243 second=93 amount=-3 -kerning first=104 second=86 amount=-2 -kerning first=104 second=87 amount=-1 -kerning first=104 second=89 amount=-5 -kerning first=104 second=92 amount=-3 -kerning first=104 second=93 amount=-2 -kerning first=104 second=125 amount=-1 -kerning first=243 second=92 amount=-3 -kerning first=243 second=89 amount=-5 -kerning first=243 second=88 amount=-1 -kerning first=243 second=87 amount=-1 -kerning first=104 second=221 amount=-5 -kerning first=104 second=376 amount=-5 -kerning first=104 second=8216 amount=-1 -kerning first=104 second=8217 amount=-1 -kerning first=104 second=8220 amount=-1 -kerning first=104 second=8221 amount=-1 -kerning first=104 second=8482 amount=-2 -kerning first=105 second=41 amount=-1 -kerning first=243 second=86 amount=-3 -kerning first=243 second=84 amount=-8 -kerning first=243 second=63 amount=-2 -kerning first=243 second=47 amount=-1 -kerning first=243 second=42 amount=-1 -kerning first=106 second=41 amount=-1 -kerning first=243 second=41 amount=-4 -kerning first=243 second=39 amount=-1 -kerning first=243 second=34 amount=-1 -kerning first=242 second=8482 amount=-2 -kerning first=242 second=8221 amount=-2 -kerning first=242 second=8220 amount=-1 -kerning first=107 second=41 amount=-2 -kerning first=107 second=45 amount=-1 -kerning first=107 second=63 amount=-1 -kerning first=107 second=84 amount=-6 -kerning first=242 second=8217 amount=-2 -kerning first=107 second=89 amount=-2 -kerning first=107 second=92 amount=-2 -kerning first=107 second=93 amount=-1 -kerning first=107 second=99 amount=-1 -kerning first=107 second=100 amount=-1 -kerning first=107 second=101 amount=-1 -kerning first=107 second=111 amount=-1 -kerning first=107 second=113 amount=-1 -kerning first=107 second=125 amount=-1 -kerning first=107 second=173 amount=-1 -kerning first=107 second=221 amount=-2 -kerning first=107 second=231 amount=-1 -kerning first=107 second=232 amount=-1 -kerning first=107 second=233 amount=-1 -kerning first=107 second=234 amount=-1 -kerning first=107 second=235 amount=-1 -kerning first=107 second=240 amount=-1 -kerning first=107 second=242 amount=-1 -kerning first=107 second=243 amount=-1 -kerning first=107 second=244 amount=-1 -kerning first=107 second=245 amount=-1 -kerning first=107 second=246 amount=-1 -kerning first=107 second=248 amount=-1 -kerning first=107 second=339 amount=-1 -kerning first=107 second=376 amount=-2 -kerning first=107 second=8211 amount=-1 -kerning first=107 second=8212 amount=-1 -kerning first=107 second=8249 amount=-2 -kerning first=107 second=8482 amount=-2 -kerning first=108 second=32 amount=-2 -kerning first=108 second=34 amount=-1 -kerning first=108 second=39 amount=-1 -kerning first=108 second=41 amount=-2 -kerning first=108 second=42 amount=-1 -kerning first=108 second=45 amount=-1 -kerning first=108 second=63 amount=-1 -kerning first=108 second=84 amount=-3 -kerning first=242 second=8216 amount=-1 -kerning first=108 second=86 amount=-2 -kerning first=108 second=87 amount=-1 -kerning first=108 second=89 amount=-2 -kerning first=108 second=92 amount=-2 -kerning first=108 second=93 amount=-1 -kerning first=242 second=376 amount=-5 -kerning first=108 second=116 amount=-1 -kerning first=108 second=118 amount=-2 -kerning first=108 second=119 amount=-1 -kerning first=108 second=121 amount=-2 -kerning first=242 second=221 amount=-5 -kerning first=108 second=169 amount=-1 -kerning first=108 second=170 amount=-1 -kerning first=108 second=173 amount=-1 -kerning first=108 second=174 amount=-1 -kerning first=108 second=183 amount=-8 -kerning first=108 second=186 amount=-1 -kerning first=242 second=125 amount=-2 -kerning first=242 second=120 amount=-1 -kerning first=242 second=93 amount=-3 -kerning first=242 second=92 amount=-3 -kerning first=108 second=221 amount=-2 -kerning first=242 second=89 amount=-5 -kerning first=108 second=253 amount=-2 -kerning first=242 second=88 amount=-1 -kerning first=108 second=255 amount=-2 -kerning first=108 second=376 amount=-2 -kerning first=108 second=8211 amount=-1 -kerning first=108 second=8212 amount=-1 -kerning first=108 second=8216 amount=-1 -kerning first=108 second=8217 amount=-1 -kerning first=108 second=8220 amount=-1 -kerning first=108 second=8221 amount=-1 -kerning first=108 second=8249 amount=-1 -kerning first=108 second=8482 amount=-1 -kerning first=242 second=87 amount=-1 -kerning first=242 second=86 amount=-3 -kerning first=242 second=84 amount=-8 -kerning first=242 second=63 amount=-2 -kerning first=109 second=41 amount=-3 -kerning first=109 second=42 amount=-1 -kerning first=109 second=63 amount=-2 -kerning first=109 second=84 amount=-8 -kerning first=242 second=47 amount=-1 -kerning first=109 second=86 amount=-2 -kerning first=109 second=87 amount=-1 -kerning first=109 second=89 amount=-5 -kerning first=109 second=92 amount=-3 -kerning first=109 second=93 amount=-2 -kerning first=109 second=125 amount=-1 -kerning first=242 second=42 amount=-1 -kerning first=242 second=41 amount=-4 -kerning first=242 second=39 amount=-1 -kerning first=242 second=34 amount=-1 -kerning first=109 second=221 amount=-5 -kerning first=109 second=376 amount=-5 -kerning first=109 second=8216 amount=-1 -kerning first=109 second=8217 amount=-1 -kerning first=109 second=8220 amount=-1 -kerning first=109 second=8221 amount=-1 -kerning first=109 second=8482 amount=-2 -kerning first=241 second=8482 amount=-2 -kerning first=241 second=8221 amount=-1 -kerning first=110 second=41 amount=-3 -kerning first=110 second=42 amount=-1 -kerning first=110 second=63 amount=-2 -kerning first=110 second=84 amount=-8 -kerning first=241 second=8220 amount=-1 -kerning first=110 second=86 amount=-2 -kerning first=110 second=87 amount=-1 -kerning first=110 second=89 amount=-5 -kerning first=110 second=92 amount=-3 -kerning first=110 second=93 amount=-2 -kerning first=110 second=125 amount=-1 -kerning first=241 second=8217 amount=-1 -kerning first=241 second=8216 amount=-1 -kerning first=241 second=376 amount=-5 -kerning first=241 second=221 amount=-5 -kerning first=110 second=221 amount=-5 -kerning first=110 second=376 amount=-5 -kerning first=110 second=8216 amount=-1 -kerning first=110 second=8217 amount=-1 -kerning first=110 second=8220 amount=-1 -kerning first=110 second=8221 amount=-1 -kerning first=110 second=8482 amount=-2 -kerning first=111 second=34 amount=-1 -kerning first=111 second=39 amount=-1 -kerning first=111 second=41 amount=-4 -kerning first=111 second=42 amount=-1 -kerning first=111 second=47 amount=-1 -kerning first=111 second=63 amount=-2 -kerning first=241 second=125 amount=-1 -kerning first=241 second=93 amount=-2 -kerning first=111 second=84 amount=-8 -kerning first=111 second=86 amount=-3 -kerning first=111 second=87 amount=-1 -kerning first=111 second=88 amount=-1 -kerning first=111 second=89 amount=-5 -kerning first=241 second=92 amount=-3 -kerning first=111 second=92 amount=-3 -kerning first=111 second=93 amount=-3 -kerning first=241 second=89 amount=-5 -kerning first=241 second=87 amount=-1 -kerning first=241 second=86 amount=-2 -kerning first=241 second=84 amount=-8 -kerning first=111 second=120 amount=-1 -kerning first=241 second=63 amount=-2 -kerning first=111 second=125 amount=-2 -kerning first=241 second=42 amount=-1 -kerning first=111 second=221 amount=-5 -kerning first=241 second=41 amount=-3 -kerning first=240 second=376 amount=-1 -kerning first=240 second=221 amount=-1 -kerning first=240 second=125 amount=-1 -kerning first=240 second=93 amount=-1 -kerning first=111 second=376 amount=-5 -kerning first=240 second=92 amount=-1 -kerning first=111 second=8216 amount=-1 -kerning first=111 second=8217 amount=-2 -kerning first=111 second=8220 amount=-1 -kerning first=111 second=8221 amount=-2 -kerning first=111 second=8482 amount=-2 -kerning first=240 second=89 amount=-1 -kerning first=240 second=88 amount=-1 -kerning first=112 second=34 amount=-1 -kerning first=112 second=39 amount=-1 -kerning first=112 second=41 amount=-4 -kerning first=112 second=42 amount=-1 -kerning first=112 second=47 amount=-1 -kerning first=112 second=63 amount=-2 -kerning first=240 second=86 amount=-1 -kerning first=240 second=84 amount=-2 -kerning first=112 second=84 amount=-8 -kerning first=112 second=86 amount=-3 -kerning first=112 second=87 amount=-1 -kerning first=112 second=88 amount=-1 -kerning first=112 second=89 amount=-5 -kerning first=240 second=74 amount=-1 -kerning first=112 second=92 amount=-3 -kerning first=112 second=93 amount=-3 -kerning first=240 second=63 amount=-1 -kerning first=240 second=47 amount=-2 -kerning first=240 second=41 amount=-2 -kerning first=239 second=92 amount=1 -kerning first=112 second=125 amount=-2 -kerning first=238 second=8220 amount=2 -kerning first=112 second=221 amount=-5 -kerning first=238 second=8216 amount=2 -kerning first=238 second=63 amount=2 -kerning first=238 second=42 amount=2 -kerning first=112 second=376 amount=-5 -kerning first=238 second=41 amount=-1 -kerning first=112 second=8216 amount=-1 -kerning first=112 second=8217 amount=-2 -kerning first=112 second=8220 amount=-1 -kerning first=112 second=8221 amount=-2 -kerning first=112 second=8482 amount=-2 -kerning first=113 second=41 amount=-3 -kerning first=113 second=63 amount=-1 -kerning first=113 second=84 amount=-6 -kerning first=113 second=86 amount=-2 -kerning first=113 second=87 amount=-1 -kerning first=113 second=89 amount=-4 -kerning first=113 second=92 amount=-2 -kerning first=113 second=93 amount=-2 -kerning first=113 second=125 amount=-1 -kerning first=113 second=221 amount=-4 -kerning first=113 second=376 amount=-4 -kerning first=113 second=8482 amount=-2 -kerning first=114 second=32 amount=-1 -kerning first=114 second=41 amount=-4 -kerning first=238 second=39 amount=1 -kerning first=114 second=44 amount=-4 -kerning first=114 second=45 amount=-3 -kerning first=114 second=46 amount=-4 -kerning first=114 second=47 amount=-5 -kerning first=114 second=65 amount=-3 -kerning first=114 second=74 amount=-3 -kerning first=114 second=84 amount=-4 -kerning first=114 second=88 amount=-2 -kerning first=114 second=89 amount=-1 -kerning first=238 second=34 amount=1 -kerning first=114 second=93 amount=-2 -kerning first=237 second=8482 amount=2 -kerning first=237 second=8221 amount=2 -kerning first=237 second=8217 amount=2 -kerning first=237 second=93 amount=1 -kerning first=237 second=92 amount=3 -kerning first=237 second=63 amount=3 -kerning first=114 second=125 amount=-1 -kerning first=114 second=173 amount=-3 -kerning first=114 second=192 amount=-3 -kerning first=114 second=193 amount=-3 -kerning first=114 second=194 amount=-3 -kerning first=114 second=195 amount=-3 -kerning first=114 second=196 amount=-3 -kerning first=114 second=197 amount=-3 -kerning first=114 second=198 amount=-5 -kerning first=114 second=221 amount=-1 -kerning first=237 second=39 amount=1 -kerning first=237 second=34 amount=1 -kerning first=236 second=41 amount=-1 -kerning first=235 second=8482 amount=-2 -kerning first=235 second=8221 amount=-1 -kerning first=235 second=8220 amount=-1 -kerning first=235 second=8217 amount=-1 -kerning first=235 second=8216 amount=-1 -kerning first=235 second=376 amount=-5 -kerning first=235 second=221 amount=-5 -kerning first=235 second=125 amount=-2 -kerning first=235 second=93 amount=-2 -kerning first=114 second=240 amount=-2 -kerning first=235 second=92 amount=-3 -kerning first=235 second=89 amount=-5 -kerning first=235 second=86 amount=-2 -kerning first=235 second=84 amount=-8 -kerning first=235 second=63 amount=-2 -kerning first=235 second=41 amount=-4 -kerning first=234 second=8482 amount=-2 -kerning first=114 second=376 amount=-1 -kerning first=234 second=8221 amount=-1 -kerning first=114 second=8211 amount=-3 -kerning first=114 second=8212 amount=-3 -kerning first=114 second=8218 amount=-4 -kerning first=114 second=8222 amount=-4 -kerning first=114 second=8230 amount=-4 -kerning first=114 second=8249 amount=-2 -kerning first=114 second=8482 amount=-1 -kerning first=115 second=41 amount=-4 -kerning first=234 second=8220 amount=-1 -kerning first=115 second=63 amount=-1 -kerning first=115 second=84 amount=-7 -kerning first=115 second=86 amount=-1 -kerning first=234 second=8217 amount=-1 -kerning first=115 second=89 amount=-4 -kerning first=115 second=92 amount=-2 -kerning first=115 second=93 amount=-2 -kerning first=234 second=8216 amount=-1 -kerning first=234 second=376 amount=-5 -kerning first=115 second=125 amount=-1 -kerning first=115 second=221 amount=-4 -kerning first=234 second=221 amount=-5 -kerning first=234 second=125 amount=-2 -kerning first=115 second=376 amount=-4 -kerning first=115 second=8482 amount=-2 -kerning first=116 second=41 amount=-2 -kerning first=116 second=84 amount=-6 -kerning first=234 second=93 amount=-2 -kerning first=116 second=89 amount=-2 -kerning first=116 second=92 amount=-1 -kerning first=116 second=93 amount=-1 -kerning first=116 second=125 amount=-1 -kerning first=116 second=221 amount=-2 -kerning first=116 second=376 amount=-2 -kerning first=116 second=8249 amount=-1 -kerning first=116 second=8482 amount=-1 -kerning first=117 second=41 amount=-3 -kerning first=117 second=63 amount=-1 -kerning first=117 second=84 amount=-6 -kerning first=117 second=86 amount=-2 -kerning first=117 second=87 amount=-1 -kerning first=117 second=89 amount=-4 -kerning first=117 second=92 amount=-2 -kerning first=117 second=93 amount=-2 -kerning first=117 second=125 amount=-1 -kerning first=117 second=221 amount=-4 -kerning first=117 second=376 amount=-4 -kerning first=117 second=8482 amount=-2 -kerning first=118 second=32 amount=-1 -kerning first=118 second=41 amount=-4 -kerning first=234 second=92 amount=-3 -kerning first=118 second=44 amount=-2 -kerning first=234 second=89 amount=-5 -kerning first=118 second=46 amount=-2 -kerning first=118 second=47 amount=-4 -kerning first=118 second=65 amount=-1 -kerning first=118 second=74 amount=-3 -kerning first=118 second=84 amount=-5 -kerning first=118 second=88 amount=-1 -kerning first=118 second=89 amount=-1 -kerning first=234 second=86 amount=-2 -kerning first=118 second=92 amount=-1 -kerning first=118 second=93 amount=-2 -kerning first=234 second=84 amount=-8 -kerning first=234 second=63 amount=-2 -kerning first=234 second=41 amount=-4 -kerning first=233 second=8482 amount=-2 -kerning first=233 second=8221 amount=-1 -kerning first=233 second=8220 amount=-1 -kerning first=233 second=8217 amount=-1 -kerning first=233 second=8216 amount=-1 -kerning first=118 second=125 amount=-1 -kerning first=233 second=376 amount=-5 -kerning first=118 second=192 amount=-1 -kerning first=118 second=193 amount=-1 -kerning first=118 second=194 amount=-1 -kerning first=118 second=195 amount=-1 -kerning first=118 second=196 amount=-1 -kerning first=118 second=197 amount=-1 -kerning first=118 second=198 amount=-3 -kerning first=118 second=221 amount=-1 -kerning first=233 second=221 amount=-5 -kerning first=233 second=125 amount=-2 -kerning first=233 second=93 amount=-2 -kerning first=233 second=92 amount=-3 -kerning first=233 second=89 amount=-5 -kerning first=233 second=86 amount=-2 -kerning first=233 second=84 amount=-8 -kerning first=233 second=63 amount=-2 -kerning first=233 second=41 amount=-4 -kerning first=232 second=8482 amount=-2 -kerning first=232 second=8221 amount=-1 -kerning first=232 second=8220 amount=-1 -kerning first=118 second=240 amount=-1 -kerning first=232 second=8217 amount=-1 -kerning first=232 second=8216 amount=-1 -kerning first=232 second=376 amount=-5 -kerning first=232 second=221 amount=-5 -kerning first=232 second=125 amount=-2 -kerning first=232 second=93 amount=-2 -kerning first=232 second=92 amount=-3 -kerning first=232 second=89 amount=-5 -kerning first=118 second=376 amount=-1 -kerning first=232 second=86 amount=-2 -kerning first=232 second=84 amount=-8 -kerning first=232 second=63 amount=-2 -kerning first=118 second=8218 amount=-2 -kerning first=118 second=8222 amount=-2 -kerning first=118 second=8230 amount=-2 -kerning first=118 second=8249 amount=-1 -kerning first=118 second=8482 amount=-1 -kerning first=119 second=32 amount=-1 -kerning first=119 second=41 amount=-4 -kerning first=119 second=44 amount=-1 -kerning first=119 second=46 amount=-1 -kerning first=119 second=47 amount=-3 -kerning first=119 second=65 amount=-1 -kerning first=119 second=74 amount=-2 -kerning first=119 second=84 amount=-5 -kerning first=119 second=88 amount=-1 -kerning first=119 second=89 amount=-1 -kerning first=232 second=41 amount=-4 -kerning first=119 second=92 amount=-1 -kerning first=119 second=93 amount=-2 -kerning first=231 second=8482 amount=-2 -kerning first=231 second=8249 amount=-1 -kerning first=231 second=8212 amount=-1 -kerning first=231 second=8211 amount=-1 -kerning first=231 second=376 amount=-3 -kerning first=231 second=221 amount=-3 -kerning first=231 second=173 amount=-1 -kerning first=119 second=125 amount=-1 -kerning first=119 second=192 amount=-1 -kerning first=119 second=193 amount=-1 -kerning first=119 second=194 amount=-1 -kerning first=119 second=195 amount=-1 -kerning first=119 second=196 amount=-1 -kerning first=119 second=197 amount=-1 -kerning first=119 second=198 amount=-2 -kerning first=119 second=221 amount=-1 -kerning first=231 second=125 amount=-1 -kerning first=231 second=93 amount=-2 -kerning first=231 second=92 amount=-2 -kerning first=231 second=89 amount=-3 -kerning first=231 second=86 amount=-1 -kerning first=231 second=84 amount=-8 -kerning first=231 second=63 amount=-1 -kerning first=231 second=45 amount=-1 -kerning first=231 second=41 amount=-3 -kerning first=230 second=8482 amount=-2 -kerning first=230 second=8221 amount=-1 -kerning first=230 second=8220 amount=-1 -kerning first=230 second=8217 amount=-1 -kerning first=230 second=8216 amount=-1 -kerning first=230 second=376 amount=-5 -kerning first=230 second=221 amount=-5 -kerning first=230 second=125 amount=-2 -kerning first=230 second=93 amount=-2 -kerning first=230 second=92 amount=-3 -kerning first=230 second=89 amount=-5 -kerning first=119 second=376 amount=-1 -kerning first=230 second=86 amount=-2 -kerning first=119 second=8218 amount=-1 -kerning first=119 second=8222 amount=-1 -kerning first=119 second=8230 amount=-1 -kerning first=119 second=8482 amount=-1 -kerning first=120 second=41 amount=-2 -kerning first=120 second=45 amount=-1 -kerning first=120 second=84 amount=-6 -kerning first=230 second=84 amount=-8 -kerning first=120 second=89 amount=-2 -kerning first=120 second=92 amount=-1 -kerning first=120 second=93 amount=-2 -kerning first=230 second=63 amount=-2 -kerning first=120 second=99 amount=-1 -kerning first=230 second=41 amount=-4 -kerning first=120 second=101 amount=-1 -kerning first=120 second=111 amount=-1 -kerning first=229 second=8482 amount=-2 -kerning first=120 second=125 amount=-1 -kerning first=120 second=173 amount=-1 -kerning first=120 second=221 amount=-2 -kerning first=229 second=8221 amount=-1 -kerning first=229 second=8220 amount=-1 -kerning first=229 second=8217 amount=-1 -kerning first=229 second=8216 amount=-1 -kerning first=229 second=376 amount=-5 -kerning first=229 second=221 amount=-5 -kerning first=229 second=125 amount=-2 -kerning first=120 second=231 amount=-1 -kerning first=120 second=232 amount=-1 -kerning first=120 second=233 amount=-1 -kerning first=120 second=234 amount=-1 -kerning first=120 second=235 amount=-1 -kerning first=120 second=240 amount=-1 -kerning first=120 second=242 amount=-1 -kerning first=120 second=243 amount=-1 -kerning first=120 second=244 amount=-1 -kerning first=120 second=245 amount=-1 -kerning first=120 second=246 amount=-1 -kerning first=120 second=248 amount=-1 -kerning first=120 second=339 amount=-1 -kerning first=120 second=376 amount=-2 -kerning first=120 second=8211 amount=-1 -kerning first=120 second=8212 amount=-1 -kerning first=120 second=8249 amount=-2 -kerning first=120 second=8482 amount=-1 -kerning first=121 second=32 amount=-1 -kerning first=121 second=41 amount=-4 -kerning first=229 second=93 amount=-2 -kerning first=121 second=44 amount=-2 -kerning first=229 second=92 amount=-3 -kerning first=121 second=46 amount=-2 -kerning first=121 second=47 amount=-4 -kerning first=121 second=65 amount=-1 -kerning first=121 second=74 amount=-3 -kerning first=121 second=84 amount=-5 -kerning first=121 second=88 amount=-1 -kerning first=121 second=89 amount=-1 -kerning first=229 second=89 amount=-5 -kerning first=121 second=92 amount=-1 -kerning first=121 second=93 amount=-2 -kerning first=229 second=87 amount=-1 -kerning first=229 second=86 amount=-2 -kerning first=229 second=84 amount=-8 -kerning first=229 second=63 amount=-2 -kerning first=229 second=42 amount=-1 -kerning first=229 second=41 amount=-3 -kerning first=229 second=39 amount=-1 -kerning first=229 second=34 amount=-1 -kerning first=121 second=125 amount=-1 -kerning first=228 second=8482 amount=-2 -kerning first=121 second=192 amount=-1 -kerning first=121 second=193 amount=-1 -kerning first=121 second=194 amount=-1 -kerning first=121 second=195 amount=-1 -kerning first=121 second=196 amount=-1 -kerning first=121 second=197 amount=-1 -kerning first=121 second=198 amount=-3 -kerning first=121 second=221 amount=-1 -kerning first=228 second=8221 amount=-1 -kerning first=228 second=8220 amount=-1 -kerning first=228 second=8217 amount=-1 -kerning first=228 second=8216 amount=-1 -kerning first=228 second=376 amount=-5 -kerning first=228 second=221 amount=-5 -kerning first=228 second=125 amount=-2 -kerning first=228 second=93 amount=-2 -kerning first=228 second=92 amount=-3 -kerning first=228 second=89 amount=-5 -kerning first=228 second=87 amount=-1 -kerning first=228 second=86 amount=-2 -kerning first=121 second=240 amount=-1 -kerning first=228 second=84 amount=-8 -kerning first=228 second=63 amount=-2 -kerning first=228 second=42 amount=-1 -kerning first=228 second=41 amount=-3 -kerning first=228 second=39 amount=-1 -kerning first=228 second=34 amount=-1 -kerning first=227 second=8482 amount=-2 -kerning first=227 second=8221 amount=-1 -kerning first=121 second=376 amount=-1 -kerning first=227 second=8220 amount=-1 -kerning first=227 second=8217 amount=-1 -kerning first=227 second=8216 amount=-1 -kerning first=121 second=8218 amount=-2 -kerning first=121 second=8222 amount=-2 -kerning first=121 second=8230 amount=-2 -kerning first=121 second=8249 amount=-1 -kerning first=121 second=8482 amount=-1 -kerning first=122 second=41 amount=-3 -kerning first=122 second=45 amount=-1 -kerning first=122 second=63 amount=-1 -kerning first=122 second=84 amount=-7 -kerning first=122 second=86 amount=-1 -kerning first=227 second=376 amount=-5 -kerning first=122 second=89 amount=-3 -kerning first=122 second=92 amount=-2 -kerning first=122 second=93 amount=-2 -kerning first=227 second=221 amount=-5 -kerning first=227 second=125 amount=-2 -kerning first=227 second=93 amount=-2 -kerning first=122 second=125 amount=-1 -kerning first=122 second=173 amount=-1 -kerning first=122 second=221 amount=-3 -kerning first=227 second=92 amount=-3 -kerning first=227 second=89 amount=-5 -kerning first=227 second=87 amount=-1 -kerning first=227 second=86 amount=-2 -kerning first=227 second=84 amount=-8 -kerning first=227 second=63 amount=-2 -kerning first=227 second=42 amount=-1 -kerning first=227 second=41 amount=-3 -kerning first=227 second=39 amount=-1 -kerning first=227 second=34 amount=-1 -kerning first=226 second=8482 amount=-2 -kerning first=226 second=8221 amount=-1 -kerning first=226 second=8220 amount=-1 -kerning first=122 second=376 amount=-3 -kerning first=122 second=8211 amount=-1 -kerning first=122 second=8212 amount=-1 -kerning first=122 second=8249 amount=-1 -kerning first=122 second=8482 amount=-2 -kerning first=123 second=40 amount=-1 -kerning first=123 second=48 amount=-1 -kerning first=123 second=52 amount=-1 -kerning first=123 second=54 amount=-1 -kerning first=123 second=56 amount=-1 -kerning first=123 second=57 amount=-1 -kerning first=226 second=8217 amount=-1 -kerning first=123 second=67 amount=-1 -kerning first=123 second=69 amount=-1 -kerning first=123 second=70 amount=-1 -kerning first=123 second=71 amount=-1 -kerning first=123 second=74 amount=-1 -kerning first=226 second=8216 amount=-1 -kerning first=123 second=79 amount=-1 -kerning first=123 second=81 amount=-1 -kerning first=226 second=376 amount=-5 -kerning first=123 second=97 amount=-2 -kerning first=123 second=99 amount=-2 -kerning first=123 second=100 amount=-2 -kerning first=123 second=101 amount=-2 -kerning first=123 second=102 amount=-1 -kerning first=226 second=221 amount=-5 -kerning first=123 second=109 amount=-1 -kerning first=123 second=110 amount=-1 -kerning first=123 second=111 amount=-2 -kerning first=123 second=112 amount=-1 -kerning first=123 second=113 amount=-2 -kerning first=123 second=114 amount=-1 -kerning first=123 second=115 amount=-2 -kerning first=123 second=116 amount=-1 -kerning first=123 second=117 amount=-2 -kerning first=123 second=118 amount=-1 -kerning first=123 second=119 amount=-1 -kerning first=123 second=120 amount=-1 -kerning first=226 second=125 amount=-2 -kerning first=123 second=122 amount=-1 -kerning first=226 second=93 amount=-2 -kerning first=226 second=92 amount=-3 -kerning first=226 second=89 amount=-5 -kerning first=226 second=87 amount=-1 -kerning first=226 second=86 amount=-2 -kerning first=226 second=84 amount=-8 -kerning first=226 second=63 amount=-2 -kerning first=226 second=42 amount=-1 -kerning first=123 second=199 amount=-1 -kerning first=123 second=200 amount=-1 -kerning first=123 second=201 amount=-1 -kerning first=123 second=202 amount=-1 -kerning first=123 second=203 amount=-1 -kerning first=123 second=206 amount=2 -kerning first=226 second=41 amount=-3 -kerning first=123 second=210 amount=-1 -kerning first=123 second=211 amount=-1 -kerning first=123 second=212 amount=-1 -kerning first=123 second=213 amount=-1 -kerning first=123 second=214 amount=-1 -kerning first=123 second=216 amount=-1 -kerning first=123 second=223 amount=-1 -kerning first=123 second=224 amount=-2 -kerning first=123 second=225 amount=-2 -kerning first=123 second=226 amount=-2 -kerning first=123 second=227 amount=-2 -kerning first=123 second=228 amount=-2 -kerning first=123 second=229 amount=-2 -kerning first=123 second=230 amount=-2 -kerning first=123 second=231 amount=-2 -kerning first=123 second=232 amount=-2 -kerning first=123 second=233 amount=-2 -kerning first=123 second=234 amount=-2 -kerning first=123 second=235 amount=-2 -kerning first=123 second=236 amount=2 -kerning first=226 second=39 amount=-1 -kerning first=226 second=34 amount=-1 -kerning first=123 second=240 amount=-1 -kerning first=123 second=241 amount=-1 -kerning first=123 second=242 amount=-2 -kerning first=123 second=243 amount=-2 -kerning first=123 second=244 amount=-2 -kerning first=123 second=245 amount=-2 -kerning first=123 second=246 amount=-2 -kerning first=123 second=248 amount=-2 -kerning first=123 second=249 amount=-2 -kerning first=123 second=250 amount=-2 -kerning first=123 second=251 amount=-2 -kerning first=123 second=252 amount=-2 -kerning first=225 second=8482 amount=-2 -kerning first=123 second=254 amount=-1 -kerning first=225 second=8221 amount=-1 -kerning first=123 second=338 amount=-1 -kerning first=123 second=339 amount=-2 -kerning first=225 second=8220 amount=-1 -kerning first=123 second=353 amount=-2 -kerning first=123 second=382 amount=-1 -kerning first=225 second=8217 amount=-1 -kerning first=225 second=8216 amount=-1 -kerning first=225 second=376 amount=-5 -kerning first=225 second=221 amount=-5 -kerning first=225 second=125 amount=-2 -kerning first=225 second=93 amount=-2 -kerning first=125 second=41 amount=-1 -kerning first=225 second=92 amount=-3 -kerning first=225 second=89 amount=-5 -kerning first=225 second=87 amount=-1 -kerning first=225 second=86 amount=-2 -kerning first=225 second=84 amount=-8 -kerning first=126 second=41 amount=-1 -kerning first=225 second=63 amount=-2 -kerning first=225 second=42 amount=-1 -kerning first=225 second=41 amount=-3 -kerning first=161 second=84 amount=-4 -kerning first=161 second=86 amount=-1 -kerning first=161 second=89 amount=-2 -kerning first=161 second=221 amount=-2 -kerning first=161 second=376 amount=-2 -kerning first=162 second=41 amount=-1 -kerning first=225 second=39 amount=-1 -kerning first=225 second=34 amount=-1 -kerning first=224 second=8482 amount=-2 -kerning first=163 second=41 amount=-1 -kerning first=163 second=52 amount=-1 -kerning first=224 second=8221 amount=-1 -kerning first=224 second=8220 amount=-1 -kerning first=224 second=8217 amount=-1 -kerning first=164 second=41 amount=-1 -kerning first=224 second=8216 amount=-1 -kerning first=224 second=376 amount=-5 -kerning first=224 second=221 amount=-5 -kerning first=165 second=41 amount=-1 -kerning first=224 second=125 amount=-2 -kerning first=224 second=93 amount=-2 -kerning first=224 second=92 amount=-3 -kerning first=170 second=41 amount=-1 -kerning first=224 second=89 amount=-5 -kerning first=224 second=87 amount=-1 -kerning first=224 second=86 amount=-2 -kerning first=172 second=41 amount=-1 -kerning first=224 second=84 amount=-8 -kerning first=224 second=63 amount=-2 -kerning first=224 second=42 amount=-1 -kerning first=173 second=34 amount=-5 -kerning first=173 second=39 amount=-5 -kerning first=173 second=49 amount=-2 -kerning first=173 second=55 amount=-3 -kerning first=173 second=74 amount=-2 -kerning first=224 second=41 amount=-3 -kerning first=173 second=84 amount=-4 -kerning first=173 second=86 amount=-1 -kerning first=224 second=39 amount=-1 -kerning first=173 second=88 amount=-1 -kerning first=173 second=89 amount=-4 -kerning first=224 second=34 amount=-1 -kerning first=173 second=116 amount=-1 -kerning first=223 second=8482 amount=-1 -kerning first=173 second=120 amount=-1 -kerning first=223 second=8221 amount=-1 -kerning first=173 second=122 amount=-1 -kerning first=223 second=8220 amount=-1 -kerning first=173 second=221 amount=-4 -kerning first=223 second=8217 amount=-1 -kerning first=223 second=8216 amount=-1 -kerning first=223 second=376 amount=-2 -kerning first=223 second=255 amount=-2 -kerning first=223 second=254 amount=-1 -kerning first=173 second=376 amount=-4 -kerning first=173 second=382 amount=-1 -kerning first=173 second=8217 amount=-5 -kerning first=173 second=8221 amount=-5 -kerning first=223 second=253 amount=-2 -kerning first=223 second=223 amount=-1 -kerning first=176 second=52 amount=-1 -kerning first=177 second=41 amount=-1 -kerning first=223 second=221 amount=-2 -kerning first=223 second=186 amount=-1 -kerning first=223 second=174 amount=-1 -kerning first=178 second=41 amount=-1 -kerning first=223 second=170 amount=-1 -kerning first=223 second=125 amount=-1 -kerning first=223 second=121 amount=-2 -kerning first=179 second=41 amount=-1 -kerning first=223 second=119 amount=-1 -kerning first=223 second=118 amount=-2 -kerning first=223 second=116 amount=-1 -kerning first=183 second=49 amount=-2 -kerning first=183 second=50 amount=-1 -kerning first=223 second=102 amount=-1 -kerning first=183 second=55 amount=-3 -kerning first=183 second=108 amount=-4 -kerning first=183 second=322 amount=-4 -kerning first=185 second=41 amount=-1 -kerning first=223 second=93 amount=-2 -kerning first=223 second=92 amount=-1 -kerning first=223 second=89 amount=-2 -kerning first=186 second=41 amount=-1 -kerning first=223 second=87 amount=-1 -kerning first=223 second=86 amount=-2 -kerning first=223 second=84 amount=-2 -kerning first=188 second=41 amount=-1 -kerning first=223 second=63 amount=-1 -kerning first=223 second=42 amount=-1 -kerning first=223 second=41 amount=-3 -kerning first=189 second=41 amount=-1 -kerning first=223 second=39 amount=-1 -kerning first=223 second=34 amount=-1 -kerning first=223 second=32 amount=-1 -kerning first=190 second=41 amount=-1 -kerning first=222 second=8482 amount=-1 -kerning first=222 second=8230 amount=-1 -kerning first=222 second=8222 amount=-1 -kerning first=191 second=65 amount=-2 -kerning first=191 second=66 amount=-3 -kerning first=191 second=67 amount=-4 -kerning first=191 second=68 amount=-3 -kerning first=191 second=69 amount=-4 -kerning first=191 second=70 amount=-3 -kerning first=191 second=71 amount=-4 -kerning first=191 second=72 amount=-3 -kerning first=191 second=73 amount=-3 -kerning first=191 second=74 amount=-3 -kerning first=191 second=75 amount=-3 -kerning first=191 second=76 amount=-4 -kerning first=191 second=77 amount=-3 -kerning first=191 second=78 amount=-3 -kerning first=191 second=79 amount=-4 -kerning first=191 second=80 amount=-3 -kerning first=191 second=81 amount=-4 -kerning first=191 second=82 amount=-3 -kerning first=191 second=83 amount=-4 -kerning first=191 second=84 amount=-7 -kerning first=191 second=85 amount=-4 -kerning first=191 second=86 amount=-5 -kerning first=191 second=87 amount=-4 -kerning first=191 second=88 amount=-2 -kerning first=191 second=89 amount=-6 -kerning first=191 second=90 amount=-3 -kerning first=191 second=97 amount=-4 -kerning first=191 second=98 amount=-4 -kerning first=191 second=99 amount=-4 -kerning first=191 second=100 amount=-4 -kerning first=191 second=101 amount=-4 -kerning first=191 second=102 amount=-3 -kerning first=191 second=104 amount=-4 -kerning first=191 second=105 amount=-4 -kerning first=191 second=106 amount=-2 -kerning first=191 second=107 amount=-4 -kerning first=191 second=108 amount=-4 -kerning first=191 second=109 amount=-4 -kerning first=191 second=110 amount=-4 -kerning first=191 second=111 amount=-4 -kerning first=191 second=112 amount=-4 -kerning first=191 second=113 amount=-4 -kerning first=191 second=114 amount=-4 -kerning first=191 second=115 amount=-4 -kerning first=191 second=116 amount=-3 -kerning first=191 second=117 amount=-4 -kerning first=191 second=118 amount=-4 -kerning first=191 second=119 amount=-4 -kerning first=191 second=120 amount=-3 -kerning first=191 second=121 amount=-1 -kerning first=191 second=122 amount=-3 -kerning first=191 second=192 amount=-2 -kerning first=191 second=193 amount=-2 -kerning first=191 second=194 amount=-2 -kerning first=191 second=195 amount=-2 -kerning first=191 second=196 amount=-2 -kerning first=191 second=197 amount=-2 -kerning first=191 second=198 amount=-2 -kerning first=191 second=199 amount=-4 -kerning first=191 second=200 amount=-4 -kerning first=191 second=201 amount=-4 -kerning first=191 second=202 amount=-4 -kerning first=191 second=203 amount=-4 -kerning first=191 second=204 amount=-3 -kerning first=191 second=205 amount=-3 -kerning first=191 second=206 amount=-3 -kerning first=191 second=207 amount=-3 -kerning first=191 second=208 amount=-3 -kerning first=191 second=209 amount=-3 -kerning first=191 second=210 amount=-4 -kerning first=191 second=211 amount=-4 -kerning first=191 second=212 amount=-4 -kerning first=191 second=213 amount=-4 -kerning first=191 second=214 amount=-4 -kerning first=191 second=216 amount=-4 -kerning first=191 second=217 amount=-4 -kerning first=191 second=218 amount=-4 -kerning first=191 second=219 amount=-4 -kerning first=191 second=220 amount=-4 -kerning first=191 second=221 amount=-6 -kerning first=191 second=222 amount=-3 -kerning first=191 second=223 amount=-3 -kerning first=191 second=224 amount=-4 -kerning first=191 second=225 amount=-4 -kerning first=191 second=226 amount=-4 -kerning first=191 second=227 amount=-4 -kerning first=191 second=228 amount=-4 -kerning first=191 second=229 amount=-4 -kerning first=191 second=230 amount=-4 -kerning first=191 second=231 amount=-4 -kerning first=191 second=232 amount=-4 -kerning first=191 second=233 amount=-4 -kerning first=191 second=234 amount=-4 -kerning first=191 second=235 amount=-4 -kerning first=191 second=236 amount=-4 -kerning first=191 second=237 amount=-4 -kerning first=191 second=238 amount=-4 -kerning first=191 second=239 amount=-4 -kerning first=191 second=240 amount=-4 -kerning first=191 second=241 amount=-4 -kerning first=191 second=242 amount=-4 -kerning first=191 second=243 amount=-4 -kerning first=191 second=244 amount=-4 -kerning first=191 second=245 amount=-4 -kerning first=191 second=246 amount=-4 -kerning first=191 second=248 amount=-4 -kerning first=191 second=249 amount=-4 -kerning first=191 second=250 amount=-4 -kerning first=191 second=251 amount=-4 -kerning first=191 second=252 amount=-4 -kerning first=191 second=253 amount=-1 -kerning first=191 second=254 amount=-3 -kerning first=191 second=255 amount=-1 -kerning first=191 second=305 amount=-4 -kerning first=191 second=321 amount=-4 -kerning first=191 second=322 amount=-4 -kerning first=191 second=338 amount=-4 -kerning first=191 second=339 amount=-4 -kerning first=191 second=352 amount=-4 -kerning first=191 second=353 amount=-4 -kerning first=191 second=376 amount=-6 -kerning first=191 second=381 amount=-3 -kerning first=191 second=382 amount=-3 -kerning first=222 second=8218 amount=-1 -kerning first=222 second=381 amount=-1 -kerning first=192 second=32 amount=-2 -kerning first=192 second=34 amount=-3 -kerning first=192 second=39 amount=-3 -kerning first=192 second=41 amount=-1 -kerning first=192 second=42 amount=-2 -kerning first=192 second=49 amount=-2 -kerning first=222 second=376 amount=-2 -kerning first=192 second=55 amount=-2 -kerning first=192 second=63 amount=-3 -kerning first=222 second=221 amount=-2 -kerning first=222 second=198 amount=-2 -kerning first=222 second=125 amount=-1 -kerning first=222 second=93 amount=-2 -kerning first=192 second=84 amount=-4 -kerning first=222 second=92 amount=-2 -kerning first=192 second=86 amount=-2 -kerning first=192 second=87 amount=-1 -kerning first=192 second=89 amount=-4 -kerning first=192 second=92 amount=-4 -kerning first=192 second=93 amount=-1 -kerning first=222 second=90 amount=-1 -kerning first=192 second=116 amount=-1 -kerning first=192 second=118 amount=-1 -kerning first=192 second=119 amount=-1 -kerning first=192 second=121 amount=-1 -kerning first=192 second=170 amount=-1 -kerning first=192 second=174 amount=-2 -kerning first=192 second=186 amount=-1 -kerning first=222 second=89 amount=-2 -kerning first=222 second=88 amount=-2 -kerning first=222 second=84 amount=-3 -kerning first=222 second=74 amount=-2 -kerning first=222 second=63 amount=-2 -kerning first=222 second=55 amount=-1 -kerning first=222 second=50 amount=-1 -kerning first=222 second=47 amount=-3 -kerning first=222 second=46 amount=-1 -kerning first=222 second=44 amount=-1 -kerning first=222 second=41 amount=-4 -kerning first=192 second=221 amount=-4 -kerning first=221 second=8250 amount=-3 -kerning first=192 second=253 amount=-1 -kerning first=221 second=8249 amount=-4 -kerning first=192 second=255 amount=-1 -kerning first=221 second=8230 amount=-5 -kerning first=192 second=376 amount=-4 -kerning first=192 second=8216 amount=-3 -kerning first=192 second=8217 amount=-3 -kerning first=192 second=8220 amount=-3 -kerning first=192 second=8221 amount=-3 -kerning first=192 second=8482 amount=-3 -kerning first=221 second=8222 amount=-5 -kerning first=221 second=8218 amount=-5 -kerning first=193 second=32 amount=-2 -kerning first=193 second=34 amount=-3 -kerning first=193 second=39 amount=-3 -kerning first=193 second=41 amount=-1 -kerning first=193 second=42 amount=-2 -kerning first=193 second=49 amount=-2 -kerning first=221 second=8212 amount=-4 -kerning first=193 second=55 amount=-2 -kerning first=193 second=63 amount=-3 -kerning first=221 second=8211 amount=-4 -kerning first=221 second=382 amount=-3 -kerning first=221 second=353 amount=-4 -kerning first=221 second=339 amount=-5 -kerning first=193 second=84 amount=-4 -kerning first=221 second=338 amount=-1 -kerning first=193 second=86 amount=-2 -kerning first=193 second=87 amount=-1 -kerning first=193 second=89 amount=-4 -kerning first=193 second=92 amount=-4 -kerning first=193 second=93 amount=-1 -kerning first=221 second=255 amount=-1 -kerning first=193 second=116 amount=-1 -kerning first=193 second=118 amount=-1 -kerning first=193 second=119 amount=-1 -kerning first=193 second=121 amount=-1 -kerning first=193 second=170 amount=-1 -kerning first=193 second=174 amount=-2 -kerning first=193 second=186 amount=-1 -kerning first=221 second=254 amount=-1 -kerning first=221 second=253 amount=-1 -kerning first=221 second=252 amount=-4 -kerning first=221 second=251 amount=-4 -kerning first=221 second=250 amount=-4 -kerning first=221 second=249 amount=-4 -kerning first=221 second=248 amount=-5 -kerning first=221 second=246 amount=-5 -kerning first=221 second=245 amount=-5 -kerning first=221 second=244 amount=-5 -kerning first=221 second=243 amount=-5 -kerning first=193 second=221 amount=-4 -kerning first=221 second=242 amount=-5 -kerning first=193 second=253 amount=-1 -kerning first=221 second=241 amount=-5 -kerning first=193 second=255 amount=-1 -kerning first=221 second=240 amount=-3 -kerning first=193 second=376 amount=-4 -kerning first=193 second=8216 amount=-3 -kerning first=193 second=8217 amount=-3 -kerning first=193 second=8220 amount=-3 -kerning first=193 second=8221 amount=-3 -kerning first=193 second=8482 amount=-3 -kerning first=221 second=235 amount=-5 -kerning first=221 second=234 amount=-5 -kerning first=194 second=32 amount=-2 -kerning first=194 second=34 amount=-3 -kerning first=194 second=39 amount=-3 -kerning first=194 second=41 amount=-1 -kerning first=194 second=42 amount=-2 -kerning first=194 second=49 amount=-2 -kerning first=221 second=233 amount=-5 -kerning first=194 second=55 amount=-2 -kerning first=194 second=63 amount=-3 -kerning first=221 second=232 amount=-5 -kerning first=221 second=231 amount=-5 -kerning first=221 second=230 amount=-4 -kerning first=221 second=229 amount=-4 -kerning first=194 second=84 amount=-4 -kerning first=221 second=228 amount=-4 -kerning first=194 second=86 amount=-2 -kerning first=194 second=87 amount=-1 -kerning first=194 second=89 amount=-4 -kerning first=194 second=92 amount=-4 -kerning first=194 second=93 amount=-1 -kerning first=221 second=227 amount=-4 -kerning first=194 second=116 amount=-1 -kerning first=194 second=118 amount=-1 -kerning first=194 second=119 amount=-1 -kerning first=194 second=121 amount=-1 -kerning first=194 second=170 amount=-1 -kerning first=194 second=174 amount=-2 -kerning first=194 second=186 amount=-1 -kerning first=221 second=226 amount=-4 -kerning first=221 second=225 amount=-4 -kerning first=221 second=224 amount=-4 -kerning first=221 second=223 amount=-1 -kerning first=221 second=216 amount=-1 -kerning first=221 second=214 amount=-1 -kerning first=221 second=213 amount=-1 -kerning first=221 second=212 amount=-1 -kerning first=221 second=211 amount=-1 -kerning first=221 second=210 amount=-1 -kerning first=221 second=199 amount=-1 -kerning first=194 second=221 amount=-4 -kerning first=221 second=198 amount=-7 -kerning first=194 second=253 amount=-1 -kerning first=221 second=197 amount=-4 -kerning first=194 second=255 amount=-1 -kerning first=221 second=196 amount=-4 -kerning first=194 second=376 amount=-4 -kerning first=194 second=8216 amount=-3 -kerning first=194 second=8217 amount=-3 -kerning first=194 second=8220 amount=-3 -kerning first=194 second=8221 amount=-3 -kerning first=194 second=8482 amount=-3 -kerning first=221 second=195 amount=-4 -kerning first=221 second=194 amount=-4 -kerning first=195 second=32 amount=-2 -kerning first=195 second=34 amount=-3 -kerning first=195 second=39 amount=-3 -kerning first=195 second=41 amount=-1 -kerning first=195 second=42 amount=-2 -kerning first=195 second=49 amount=-2 -kerning first=221 second=193 amount=-4 -kerning first=195 second=55 amount=-2 -kerning first=195 second=63 amount=-3 -kerning first=221 second=192 amount=-4 -kerning first=221 second=173 amount=-4 -kerning first=221 second=169 amount=-2 -kerning first=221 second=122 amount=-3 -kerning first=195 second=84 amount=-4 -kerning first=221 second=121 amount=-1 -kerning first=195 second=86 amount=-2 -kerning first=195 second=87 amount=-1 -kerning first=195 second=89 amount=-4 -kerning first=195 second=92 amount=-4 -kerning first=195 second=93 amount=-1 -kerning first=221 second=120 amount=-2 -kerning first=195 second=116 amount=-1 -kerning first=195 second=118 amount=-1 -kerning first=195 second=119 amount=-1 -kerning first=195 second=121 amount=-1 -kerning first=195 second=170 amount=-1 -kerning first=195 second=174 amount=-2 -kerning first=195 second=186 amount=-1 -kerning first=221 second=119 amount=-1 -kerning first=221 second=118 amount=-1 -kerning first=221 second=117 amount=-4 -kerning first=221 second=116 amount=-1 -kerning first=221 second=115 amount=-4 -kerning first=221 second=114 amount=-5 -kerning first=221 second=113 amount=-5 -kerning first=221 second=112 amount=-5 -kerning first=221 second=111 amount=-5 -kerning first=221 second=110 amount=-5 -kerning first=221 second=109 amount=-5 -kerning first=195 second=221 amount=-4 -kerning first=221 second=103 amount=-5 -kerning first=195 second=253 amount=-1 -kerning first=221 second=102 amount=-1 -kerning first=195 second=255 amount=-1 -kerning first=221 second=101 amount=-5 -kerning first=195 second=376 amount=-4 -kerning first=195 second=8216 amount=-3 -kerning first=195 second=8217 amount=-3 -kerning first=195 second=8220 amount=-3 -kerning first=195 second=8221 amount=-3 -kerning first=195 second=8482 amount=-3 -kerning first=221 second=100 amount=-5 -kerning first=221 second=99 amount=-5 -kerning first=196 second=32 amount=-2 -kerning first=196 second=34 amount=-3 -kerning first=196 second=39 amount=-3 -kerning first=196 second=41 amount=-1 -kerning first=196 second=42 amount=-2 -kerning first=196 second=49 amount=-2 -kerning first=221 second=97 amount=-4 -kerning first=196 second=55 amount=-2 -kerning first=196 second=63 amount=-3 -kerning first=221 second=81 amount=-1 -kerning first=221 second=79 amount=-1 -kerning first=221 second=74 amount=-3 -kerning first=221 second=71 amount=-1 -kerning first=196 second=84 amount=-4 -kerning first=221 second=67 amount=-1 -kerning first=196 second=86 amount=-2 -kerning first=196 second=87 amount=-1 -kerning first=196 second=89 amount=-4 -kerning first=196 second=92 amount=-4 -kerning first=196 second=93 amount=-1 -kerning first=221 second=65 amount=-4 -kerning first=196 second=116 amount=-1 -kerning first=196 second=118 amount=-1 -kerning first=196 second=119 amount=-1 -kerning first=196 second=121 amount=-1 -kerning first=196 second=170 amount=-1 -kerning first=196 second=174 amount=-2 -kerning first=196 second=186 amount=-1 -kerning first=221 second=64 amount=-2 -kerning first=221 second=59 amount=-2 -kerning first=221 second=58 amount=-2 -kerning first=221 second=54 amount=-1 -kerning first=221 second=52 amount=-3 -kerning first=221 second=47 amount=-6 -kerning first=221 second=46 amount=-5 -kerning first=221 second=45 amount=-4 -kerning first=221 second=44 amount=-5 -kerning first=221 second=32 amount=-2 -kerning first=220 second=254 amount=-1 -kerning first=196 second=221 amount=-4 -kerning first=220 second=198 amount=-1 -kerning first=196 second=253 amount=-1 -kerning first=220 second=74 amount=-1 -kerning first=196 second=255 amount=-1 -kerning first=220 second=47 amount=-2 -kerning first=196 second=376 amount=-4 -kerning first=196 second=8216 amount=-3 -kerning first=196 second=8217 amount=-3 -kerning first=196 second=8220 amount=-3 -kerning first=196 second=8221 amount=-3 -kerning first=196 second=8482 amount=-3 -kerning first=220 second=41 amount=-1 -kerning first=219 second=254 amount=-1 -kerning first=197 second=32 amount=-2 -kerning first=197 second=34 amount=-3 -kerning first=197 second=39 amount=-3 -kerning first=197 second=41 amount=-1 -kerning first=197 second=42 amount=-2 -kerning first=197 second=49 amount=-2 -kerning first=219 second=198 amount=-1 -kerning first=197 second=55 amount=-2 -kerning first=197 second=63 amount=-3 -kerning first=219 second=74 amount=-1 -kerning first=219 second=47 amount=-2 -kerning first=219 second=41 amount=-1 -kerning first=218 second=254 amount=-1 -kerning first=197 second=84 amount=-4 -kerning first=218 second=198 amount=-1 -kerning first=197 second=86 amount=-2 -kerning first=197 second=87 amount=-1 -kerning first=197 second=89 amount=-4 -kerning first=197 second=92 amount=-4 -kerning first=197 second=93 amount=-1 -kerning first=218 second=74 amount=-1 -kerning first=197 second=116 amount=-1 -kerning first=197 second=118 amount=-1 -kerning first=197 second=119 amount=-1 -kerning first=197 second=121 amount=-1 -kerning first=197 second=170 amount=-1 -kerning first=197 second=174 amount=-2 -kerning first=197 second=186 amount=-1 -kerning first=218 second=47 amount=-2 -kerning first=218 second=41 amount=-1 -kerning first=217 second=254 amount=-1 -kerning first=217 second=198 amount=-1 -kerning first=217 second=74 amount=-1 -kerning first=217 second=47 amount=-2 -kerning first=217 second=41 amount=-1 -kerning first=216 second=376 amount=-1 -kerning first=216 second=221 amount=-1 -kerning first=216 second=198 amount=-1 -kerning first=216 second=125 amount=-1 -kerning first=197 second=221 amount=-4 -kerning first=216 second=93 amount=-2 -kerning first=197 second=253 amount=-1 -kerning first=216 second=92 amount=-1 -kerning first=197 second=255 amount=-1 -kerning first=216 second=89 amount=-1 -kerning first=197 second=376 amount=-4 -kerning first=197 second=8216 amount=-3 -kerning first=197 second=8217 amount=-3 -kerning first=197 second=8220 amount=-3 -kerning first=197 second=8221 amount=-3 -kerning first=197 second=8482 amount=-3 -kerning first=216 second=88 amount=-1 -kerning first=216 second=74 amount=-1 -kerning first=216 second=47 amount=-2 -kerning first=216 second=41 amount=-3 -kerning first=215 second=51 amount=-1 -kerning first=215 second=50 amount=-1 -kerning first=215 second=41 amount=-1 -kerning first=214 second=376 amount=-1 -kerning first=214 second=221 amount=-1 -kerning first=214 second=198 amount=-1 -kerning first=214 second=125 amount=-1 -kerning first=214 second=93 amount=-2 -kerning first=214 second=92 amount=-1 -kerning first=214 second=89 amount=-1 -kerning first=214 second=88 amount=-1 -kerning first=214 second=74 amount=-1 -kerning first=214 second=47 amount=-2 -kerning first=214 second=41 amount=-3 -kerning first=213 second=376 amount=-1 -kerning first=213 second=221 amount=-1 -kerning first=213 second=198 amount=-1 -kerning first=213 second=125 amount=-1 -kerning first=213 second=93 amount=-2 -kerning first=213 second=92 amount=-1 -kerning first=213 second=89 amount=-1 -kerning first=213 second=88 amount=-1 -kerning first=213 second=74 amount=-1 -kerning first=213 second=47 amount=-2 -kerning first=198 second=254 amount=-1 -kerning first=213 second=41 amount=-3 -kerning first=212 second=376 amount=-1 -kerning first=212 second=221 amount=-1 -kerning first=199 second=52 amount=-1 -kerning first=212 second=198 amount=-1 -kerning first=212 second=125 amount=-1 -kerning first=212 second=93 amount=-2 -kerning first=212 second=92 amount=-1 -kerning first=212 second=89 amount=-1 -kerning first=212 second=88 amount=-1 -kerning first=212 second=74 amount=-1 -kerning first=212 second=47 amount=-2 -kerning first=212 second=41 amount=-3 -kerning first=199 second=169 amount=-1 -kerning first=211 second=376 amount=-1 -kerning first=211 second=221 amount=-1 -kerning first=199 second=186 amount=-1 -kerning first=211 second=198 amount=-1 -kerning first=211 second=125 amount=-1 -kerning first=211 second=93 amount=-2 -kerning first=211 second=92 amount=-1 -kerning first=211 second=89 amount=-1 -kerning first=211 second=88 amount=-1 -kerning first=211 second=74 amount=-1 -kerning first=211 second=47 amount=-2 -kerning first=211 second=41 amount=-3 -kerning first=199 second=254 amount=-1 -kerning first=210 second=376 amount=-1 -kerning first=210 second=221 amount=-1 -kerning first=210 second=198 amount=-1 -kerning first=210 second=125 amount=-1 -kerning first=210 second=93 amount=-2 -kerning first=210 second=92 amount=-1 -kerning first=210 second=89 amount=-1 -kerning first=210 second=88 amount=-1 -kerning first=210 second=74 amount=-1 -kerning first=210 second=47 amount=-2 -kerning first=210 second=41 amount=-3 -kerning first=209 second=254 amount=-1 -kerning first=209 second=41 amount=-1 -kerning first=208 second=376 amount=-1 -kerning first=208 second=221 amount=-1 -kerning first=208 second=198 amount=-1 -kerning first=208 second=125 amount=-1 -kerning first=208 second=93 amount=-2 -kerning first=208 second=92 amount=-1 -kerning first=208 second=89 amount=-1 -kerning first=208 second=88 amount=-1 -kerning first=208 second=74 amount=-1 -kerning first=208 second=47 amount=-2 -kerning first=208 second=41 amount=-3 -kerning first=207 second=254 amount=-1 -kerning first=206 second=254 amount=-1 -kerning first=206 second=125 amount=2 -kerning first=206 second=93 amount=2 -kerning first=206 second=41 amount=3 -kerning first=205 second=254 amount=-1 -kerning first=205 second=41 amount=-1 -kerning first=204 second=254 amount=-1 -kerning first=200 second=254 amount=-1 -kerning first=204 second=41 amount=-1 -kerning first=203 second=254 amount=-1 -kerning first=202 second=254 amount=-1 -kerning first=201 second=254 amount=-1 diff --git a/osu.Game.Resources/Fonts/Exo2.0-SemiBoldItalic.bin b/osu.Game.Resources/Fonts/Exo2.0-SemiBoldItalic.bin new file mode 100644 index 0000000000000000000000000000000000000000..11ab3d46064cee9895138ffd585027743826a6dd GIT binary patch literal 44854 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%0D8$X?A34SPP*5LU`^Vd2VP;;iaVgVf4w);MqW zg(}dFR=-8kj}>_Y>osi_x!?0KmO02e+hezCu}9CP<_MAVO+EbQ)Q11&1w>UTL!+v+ zgYeYxdp28V2I1AF)Tl2Wduq}gk^S2k8Y4DjtLqEe`fOd7^i1|!BC;=38WWYq-cxC; zElr}nxRv^1qQ1Bv^~DhbN_JEB?;HNtVGMwqsXJeC?^+L5#~X;%_8!u_Zbj{RWL zP!cu5tySJr4}5z1vXy#Zd%O>L1fTd!KB25=baPl6C-MmDfoW0_^}u6i2XSi(q(R)` zCQg}&Q`U~wIjQ-4Fk(q+oB)sD1eiDhrlmpT#+6BnMYhZda9&~4BRB!pSfAsvFg2>7 zwM$aFCiHtJ_D_X@fO4`kcpm+Of*djq92*qDHj#PwH=zNrwq+&qaSzU?$8_q z`gx}z?>@9dkH=n{X1nTS2^Roh#d{hWXFbJju2qLmS2o5LfPheqo?Nh_0F>u7cT zgIp6K*G_1S9{t@ESsv5GGQ|0H{5aDl?pk}gHbyYkcMr5Kwe?9Gk~Rim+4nRfwq)zp zB5vw~R1bLwFa zo(-a=sZp6t>!#44jX|_hV~0wJ^VSNY+FF|~8VqfQs0`v%I3v8jjGe8g6RoEPF^BVj z);W4?xjIMA7h31*v1RIbJFNIb(drY0J?9$a{DYjk^jo6GK6BnooHrBa&2)pvvn@^S z7LonCHHkCm5x1wtX|#4{YIh|q6WQ|JsriKBpHC>XLXTs$Qsfc$iX2nUrL*J*qMZ>9 zpJdkiV6#`KlJscOV@cdIyJI%Tl-Z~o_5}}|L-_1@S&=P! zKbY5h1XcT6VY-tfr)xxq8^y2 z2P5NqKJK?#&^t-g14s8gk=MIjVwW$fpA0R5+$vlC~ysL%8*&ByI?6+z_T$leQ&sL%8+zq&JedA>7Kz8xd>c zT(%+)IG0`}H-y*rUeb1v$8tlMb|mdg+Lbhrv|D6*gGob4t)#ZdXOPP39i%3hxEE~2 zpV`^ftEIVhNwgB(%kBG1O!hGJeKtwfELyWi)MIQzE3iFfNVk>}-fTU#!2ggD)9!BeE5r zJm&SugM9KJpFGH?4Du<1*6FbopE9%!sri(lZA$Igr00^JPvT4uMntZ~XrJCZnM)^;Uv%B*q9Y=u*1 z;*^Iu*8Dj6lfjW9L~S-L9|X1mCvx~umdNikknc-IY}R9Y)@Zc`*&h8omQ_#GQ9@+zUtdWORCDv`Z{p4+_7Jql#-gA>qj8@2J2C7bDP->G&YESjxIDtn*OV{B3ez1Fk#u`*=|rjNz$;# zSX;*4U}(&1S|#d~jG#)H$aWL;&qM`jM?d0HkM9>(h|19BBvEax5w%+U*J6lTJ&35) zVr-wt_K2VD5x-X0gFJ$M9zj3*?AYTo-g^#CfLFPS&6eV2O^tVF_sLoS7cqMd|y9(GhvVH+&AL#wx|*GPLkg(7~xxu z5$s^SK%-WUj1im)?-8fMbDXT!cFe{*uv^DP>n{E7EP`` z8XL4!u|22v5t0(^*YeJ4#@LD_+p={eyqdsvlV=< z=J32|&LOOLm5^5n5mS3l>`lE%?4UKT{H9{K{z0yP%;EKZHd~>p)fr1>LiU-cbxJhf zevtPZd(LOxYdtT7FP##?Ka=wXjdj=_F&K<~-hC`zrl$;z7!1a|#JLqjoISQL`>hHM z%PUf&wH;QxGqhsGvw3IGn5`X_u~G*44yDz51bL4j?-ArkLXH~bSV4}<4(Kp^h8!2D zw>hjiE@+Mm;4(aqsKnk8~H z?7`>MDoGmT6A$^sL(XT&YlEE65HToY?A)aJNf#yY+1~vYh&y)XOSpX6+(^}*DB zAQ}jtA4+Xa(%PhFlGY`yPuh^QF=9= zv`hMV9gx=stATwM=k!25x#WFJMER?k9lMoJ$0j}{q&076nPgQ zye~_rH_3U0=3IlkgAnuD19H`4SBW}dr7sDu+MzjL80#E@oL7)fExW)R-Xs1!qiIxg zIBMMIjvt?=y}uKZCMC_veyp-A?<$5*6tg+U(JFGbqg7tH(xBmeE3B}hPEfT;&x0}6yG1LWx*wjp zAD)`*AN}yp^Ll^L@XDHZ8qM*$TjW*ZA7h6~G{+BGpl5ezjvtzL8uIQ#jvs_qofu)S z&??LJ0L?L2F2aLW2~io!AnJjMde8~Y5yDd}TRS%iPaQRTKtH@{$Jj+8+r#H}MAzOk zuVV^%EaW+`;`Kt8>2V~PZ6K^TRQhvv*dbH2O=MWunfZ%}V@*xok%X3OX%#+%4m6Lrkw%8$?6Q~OQQ zj-;JQyOIWy{P$V0!oGRE)O*h{I%$^3tFM=Tb#OInHjP+0Mv)2~lYCt6n}S);YmoRe6=-cXEimY_K|AZG;R zJiv;x9onqNzIgZP=iP_A`;d2^z4h)xM6xU)M;CI$vFy`>Wli}kdll?d62<3~T|Jwzn!ebwp_v{qK!56d14ZPwF{ zl~*1(&Wv@OA$t#bMX!n+KWKat51`&8=M~zR)SN?T%sUh#@TwEkm*k9~AKts4GXl*S z0ohZ?p0XnE5#$|&ysMCR8nXAF7agUiETI`mGew=yPD<^RAZBxhLC!G7`ujR)o*vsf zD`|cbr_8MvC0&xVMC5s?jwb%x&_s1K-5_cd%(gT%e3`7rmTyVAHHj+fv3xReKR$U_ zyE8T3#oW3q>F(^eJT-0!_gfK!2R>VPMTE=p6||_akar*Q?nCUp`+4`#y!()MAA4(} zAM`}hlSxk{{W$4oqIyJVZEDXXtxH;;v>|C@5FR+|n0JdF$7*ZRi%Bmfy`02&k03Ut zZAsK3Yp*B0k;I+iRz9JOh=1MTyvM5Z9O}dwNWAjj_ks9Zb@tEyCXNx#2*?=$IU^uv#P5iRK`s8Ri*tiM z%v+Z9bCy8fEy%H=-!*zhhSeLBZVsZKBMEs$kXOWxdPR^u{esB$Alrj%kA9o=43!Xb zmqC4^PLRE))jmV^8M4oiy@Ko&WUt6Ldj;7m$n!#;7xKK2=Y>2k2k2BCi+ndLgeD@_N51vK7cypvsD)u|=9! z4tZ^m*Y+)utw6Q{RaU&VEz-O;$SZn5#EQ!Devz#}wgTA-{l+)x2lXb6O&SyQUA5W@ zWGhf*#e0O6QctJky<(!Cp&;%f({ZA9XeWzWLFbA*!nwg%=LYsVdhB02`w_KP_#88a zm1WV7vA%^M-#yS~JstsdV(derGRES)eQ`y?>Vw%zGzOy|u^NoA#L!-?3i?O=bY3xb zr5?|5Ptf=E)A55GKd6e|^61A{uLI&{_Z)rE`cL|4E0C=~l@;>JBZ!baa9&~0G5u$e ztw6Q{RaV#qTRAQ02m0xKgHG1dE}_rqX$A53J00Dr(ma+-?36#$PtOK8H;nJ7p`7tw6RyKYt$vv6t-woB{tw6Q{RaS_-=UpW7SjQfFM7Lf3r+(TBWGhf*g;P<+yzD}!{4f2Sqo*BohNu-Z zH|flzc}Zs_%}+Wz>6|2Hv*q(rJ3r}yqzjXHXSD|xCtZ^CsiaGjSo!Yod0}eAWhk`E zQzL5jg-8xYE3x-%OOlA6wQG~EOS(RZbJQq^-_q2GxX0d<^jT3Ev#|?qb&fOkmehEY zb}MhvCf=k?cO>1JbXO9m+iT-Z+9NporhAg8VeYq5WUubc*8Xf=o%C?hBT0`YJ(k2- za5k+GdEO_Io=kcw>BmVwN&0CLZ`Zc+^Q2!SJ)N{R>6xT;NxXa8%7&zkNt=?MO?ocr z`J~Mv=L;vT6{m-K<@Ig}jlJBO^kULWNiQe8lJsiQwxrjRUQc=>>CL2HC%u*QcG5dZ z?`QK1N{C$3pb-hR9 z{oWey_ol0pc+dXJ{aQmbV5W;fZbevzO{6GiRNCMPkX3~g#^$B8`F zd)}|#Pm5M8&uU@?nj{(unvgUuX|%|`j0);6T(gH_wuSo5^HRC&6_v}{Vo@vlach|R zqLq1BuSZY?Jc6@t;_RDN1~J0%>lfV@8g#!Nukyj9hk_WvE_iMJ(}pNn!}MCo79^$K8d#n&+8M#Y@D)oxmrKfO_7A0VURNna)v?9FvuAOIm4hT!#MHw znJQpq)-hN1Q8@%~b;Y|j}+t1}F8hCwU! zcm%c1Bb;HhI>R7m7*u5#b<*BbJ55`Ywj{kE@*EqJHYBZ2T9?GV;1S#vWvtQ}h6m0t z$QcGX!ytCnJH1BavF#vQxbt?0y(+`F5j}!i(lK?0Vb2)`Im4jd=5XdX!_cY>W&M-7*7~~9toMDhN45~7W89hgT(gR7}LDqY(9@jeWG*+BpkTVQ& zhC$9SXtADFc(k?%St0U@oME&&!ysoE((E6t&M?Rs22~kmdyKtXkJszj z(C$j@&ZIj;&P2b5(T{gCYqw@Uzr)eGG+LQ=lb$lx>kLD4hC$9Sh*9?C29Za!gJ`*4 z&rn#YGVHq0XuURDonhD;(;UtSXBb*TR^+uElUh^M zDai)kp%7K242@Wsu;+eN?44nF;0%MDVGx$Qmt;z-q{Va4+KyH<&xYm#&M?Rs206nZXBf0tPb+-6GRYZ+JXY2 zUue+%dK?#L7}`UjF~aNEC?dLL39&PsAa>g1wb8mtkNe@NTk+o7;?x$UMl{M;B{Q0c zp^5!8Im7Ued0XKD`{CAh5FS*kbcUg^j#l|g{p2(8$oTJ)I>WFxra8RlW0QK5oMH5H zhGB)z-6IR=njmiBrk+j-Il~}l801Jo&M?Rs2A!s0?C1T0zb*`t?OCmRAL#Im4jksoj&bGKdk3^*WqkjBtiQ z&M?Rs#t7#IgfCu)a|6w}0ePn(?=R$CT`zK6AjbuAT%am0oAjGk?hL~hXBgxRgBaT? z8C%7mt>4Pf`b1u(GmL&-2jq2N#Tf>TX%5HU8HU!I+V~`A7*-qu$T46I&LK2M19CJV zM`NAH(SRHcXtSP92{{_jDm`UrUJ;tt0eKyeeSsF}@d$f>W)C2H!27Q~fb0Qe4;YsCAbSAW1Kzvs0b~y#djQ!3$R0rU0I~;=J)pPiIGTNd>KdkYFR#NmDcwA{(H{J&CGbS6!_&l=FIHb z^Emg6$(1@fR4G-jp5VU>e^Z%^s=RRN#T6?XmS1>5gNlv)^(=m&GCl0?GkOVsItP9C zq!X4cJfJ!()qu)Ur(SutG|*Qy%+ z5-B;i2UZtY5!S9Z#Z~FK<2kMvdp)jKOVax;#`eR06wN^7zC~OwYkFdh{3|JoJV(}i z3zLs)`(sn}(0H~Qt9qyd>~X!YJF&6W`luY230Lisd5TO0ZwXLpiRB zyXLrW)*Oa)1jikYmBjwJM`F!^4ZsG)rMkO4GNu%}Dc+|l(zYDKJqBV?oR8`#vrc2^ zDD0D<&5y=r>fhP*VlTa^(T$6&p&iqytngRnEAExJ}s8rBxrXp9(-8`4;l{(HK$ z8tNtKM~iumF<42VJ&J96RA3!?yi*6UIRopATeTbGW3kck7Cn+$Bq6C0ob*DX|&19IpeWLvQtCaFX^483cEjOj|te?xW>x|6S0TsHM4oP9yW(* zGYM0wSWi`R__GIjC^psB6h|d>Fq8J3j7cVSZ3?y^yoI)jU;9CX!ryHddwgSj(n16KmCeS!UVm)p+Hbjn(kumU#}= z5tVsuG#AS;8o9^S*yDVghm~pH=3}ja)ne`ZxYt`?t(g1H=6QSYys=q`^Y#OkVI7dBqx8=Fm zW*w7Xx-2&5VH5QxFE{0}MzxdJ=*RU+i4AQUu~oVxp2oRJ3}wvuST4$Y_gIXr)74lt z=gMVeC%E%L}kg#PifNo~Mx4mSXRyD|wCz&h5)@vSu0fa9qt8FW2jB?IP?A zwT-{a{6OYIv1!6K1kbS?TT8sua)f*&7hjAu$9uTmJS4K`uD~834w5lc<`&vCW9>l< zt;8zh)%31W%wG=SxU9JZ`ylGF!>nD3EmN)WlJq%bY`hFRixyAj5y@D)3cIgh$=u>{ zY-&`h8`B)Im_GPD>^YrR1Epk?x{T-ezCCU`xpN?L1i#6c)!19q^YXNPn|O{Etb;Mx zje{$&62=eLuEci5e*bO7Zi%bn1vajd`Pv$+pY9}2CUv@)_`3?*K`Gq1*;=f;Fa{)Z zm8-E^^-h zQAK(W8IymA?V>Lv?JM!3&5yA!g89bv*zUsoB^fV&g5@Ir9yefh>dthIsfnxD{1hvp z%x+n3#Hu5I+`kE%5zGaChOG+5?w@1%;J!CwCq$>lbJIDO)WI*XVd|skWS%!m8;qbV zzr@z4E##cD5gC7#S#QtnioYb*Heh22D0j@e1^Y7g^T9^!ed^wwo85+0X+K_mg>|Sr zB}wA6o;bZ7Yo`=$y|iJU(2LwT>#wn1g*K8{(`FM^68m$}%~(g|+ZHTO+`IR9tT#5&Zm+&9T}5^EjUGF8gLE?JXEj`#z16#02NwIFM&`Pfs~E}qxz zmrq;UNMA_$FaI~sV7Es8+F%>jPOZB2@+_7Q^8I$KBIrlYVQ&zB4Qd*7+mky*=6Ot_ zt=_rsAFbunewnoS3s^^Rj~B5Q=r!&dtP>j?b+w1&_Sn3PEB`)oa+J@dwe8G!IE`|1&l;-mXWgBRQ^=KA17D zV@(A+#@ZX$Yx=6_NHvo3_2tOe`~`bckI`Z>=9N-cZ(^lE9(oIl?R;_?$MxiTk$D?? zDC)ZJ2z!s6*uM%U$7Rer*si#1UM%BV#{3m~mwCi2>Wg`x%@KdY+NpiFUf#tdx7YC# z^CM&J-?3i7^>$;8^ci;yea{}}$KU%HtJr9Wjprhp??15S=aN0v{2cqCwc%dueuR|= zbIgyi0n9<%Im18fxqhG7i_Ot5F-~{)qffBvpf7xi?F-gIpJ8*E|G7ErbF7s9>*l|I zVvjPO=j}aYot!aWVEgH1-rVP3Si9Ot-6#E0)_z}N561p+Utu$XdDA}Z9Y(@DeP7nF zvUd45)*R&1|6o6geox-0pbh%kwcpp+Zq^z#w$CKv!hf-6y|G7||6v1ScO2A4eM(=| ztKwlqSL>Vt;Ndum+bn8#n>8lIEJfo_NDqMS$Avf$$}kZErVScKSEzft|$E? zi!F#AvnJOQ>w$et-x^MT%c!F{H)D#hdkZ$uS~13xcx&DLudvun2a&xsvqRaHdzN8SY9gLOGkKAYLkCibm zaqSSSHLydmetI?iNOD*Sag{YC*#8Bwb{JMpZg=-u4#(C9b_Ax>8|?vCo1r`6w(O?71B+=hCM~(vM``G=hF~47Mri z+KWuanL*e#>R>3bk!75b9D6MGB6|e`)4G>DUWV<|!=wI~jLBkyvCDXlSRI|_sa-Q2kG&Q7F#9i}UMclKWgH4UDiKf^btL)l- z2zD=R-o4+c%_*3SnC|*$D7G{DFq%rO%lb(61y02l2XmicSR;EV=cN5Z)kD-t{W5FjU|aPHU6mdu`<-*Ke+PT2HP}OX5j(WCv__HLTbhUEqhk77_gFh0 zD~Wxp#WuyA>=ZDArF^n~umH=l{&j63wlp5YU6SJ@$JSw|F|Tv&9Bd)u`SkQS8RHjW z3nJg@F)5AgICbr>HDGz_B{3NTv^f{63Dzm+VMSa|b{VD2a*sTAhq{(Novb0GPd8$n z!Fu(4>?YRY?!M?^YzF&;wd`MMc77zDmta@w;&>+il8@Zu0xZY=Uw8k=n59?^k?-0v zOnQTB7h&rPIVWTLc@x%bYoKedDr1&o>-E}bm~G2st$Q(+x3$uJ+zMoWHp)hcXOp`Md`bvf1% z#M<|;GIE4l2j9n%7VmzJ)!239_OU##^bgq=ZNWN&dbt8Si&(2-e3zU(p7yvB+klNs zP5M?V)~fxr?i%dh1j<5bS7_HrQO{3M>k=c z!u=dfbM9p}H|5l&)Zfpsxx`4`wO@{l{0{SsToJhmb2ztRWSWACf( zy@Dok&IXJYWWAcS+iH%x1^Ya@I-1D2@_ zv(h$_oO36(G+3wn24i03<@USeTymmYr*~tYIk6_!y9Ya&z2OSUuB?frzuk*f2JhOo zVuw){cR%(%Y@L3JT9zD}?3Lb+T}|J*jOUQgYM!GV+pG3O%hP#N6Jyx}SaYyP@t`$- zP5e7dTBN%@GUg%d0Xps?da!&XHXg>-FjHJkbV*sHo*%(x#Ci6Hld?#>{2sek`D4YS zSdKEg_jn9jK;9jh#-HplK90#->lQVfKM&&BvgQe_B;M$)VV}f0BHuc&d|-dTa)CXC z)dXwer!f`SGgvG0YzU?pDv&6qc_=3qYg7Iq^0YYQl0*ZA=^wv{rE$7D}ca{Eqf1N+aj(%dQU zkKVy*g53UBOj@}6dA0c)wj+2)`Yu*Q9k_M+cWYhyQqotmX16sz|GkHG2G9FG_G;R0 zQUa-$53tqIplB{FB75-CzI(9Wa^K1PD}zaX`4Iamh?kGB_xSF@Ql2-qeKlh~#_F7P znY7VAu(DvzwHMpS{Mn76Pp~z-X?MqfPqChnZ=Yd5it4=MKF9jR3qAWMmWzr!`vN;S z&Up4O>^tmoT_iQaNAk;;nAD(aUs?0_n)hL^c`?NP6?QHAFK+w(2OCAscH8o6Y&dn` z#_50UaeiC=51T<}cHfPu<<2ZPax#FP3(TF!{L0#n>9=G!5!I{HC96UyZc}YoUxi z_hT=&XR(#6o!xxj1FMhLM=j|XAi1*$YYx^Q#aJCryF4wQ^vnIQt;E6jw4S9;_rz|F z7cj0SZnT9ebiZAtiu~GGo}}oi~RhO!~SFIs=F=O*7tkmooEyE%S{ zbI;_c-ZnS&!#WE4Ysr4t!B|~j{jm?prb+!J4oLb?wtgJ~$fN$vxb-KL*fo;4?6dl+=wJ;oEUPXap$D+|^nCu0??d#cj7mwDI_?5=nd`5=i6 z8Iw=JnhWnCB#-lbBy6po@AZXKvFC{Arb7SFW*FAM{+in_%dwi^yKlp>_P|D9`QRPo zNUVzIaN}SU)){;+?KG?hWw}I3ORKIX{zhX;ovT{X@mJ>Ur(2JKsky+@8cC5>lUOOD4@GDf-c$tp}fE$MNq zdA12yF8KbzM64#r8<&F??lzam3$Xxe_}Ul7GaOGA2yojmAQ}XJ=9}m!QNp5_B?Bxg=rsL zDEn8KVqc)eeovv;_J#AXw&1>bdz?S+H)6?maAo|^+&wnuW4(g;^I}Zq_wI8n!IsgQ zUEh0<@5x+%y-cq@hw{l>RK9<(6uXCoiGRJzoCa&BbSU?-*4)gD)2t?7H%uH)8X z()(M|`Os>{imS0I`ng*#*I-WtF@7!9p6<~~J1tw-W~^B8QSAGG-$-KX`wB8@7g;PWIf2?4H}N?799}al1XvAEVl^ z9l@CLYwV<8{jmw_neN|r#ldE**y+Ercen-HRrro!u{@2rLyTNkmF7B`x8I2|fAQ8h zzrjj^c)1HJX00(l&7HFMe>YYZtoQH18i?kWblxQMh9Iy-G6Y0C$&ReU!k`JPP9=J5xyUeuM_w|-}@=i5UV+1OrB`mbE? zVXQJJ-y_&=r%y|ne~0S$I^BC3^tQ#N4dNI#&%l8D<9*pr%iqXDR zJg|?=P(r<_dGU?eBd7UM{Kh*-;nQezJSR()UB5nv3kaMcYm!DJDi<=cTV#% zCT~s~)M0XeYD}9Q*jtQwZVvks))stM{1t2mk?LOWRcn4(Uc(w`Be#5i#yW$w^XphU zJ;}|xZ(vu@w^pRFdnwQR7pwzYn3{~|Z(`&0(aZ^xeF0f(yoKG)`;*|<2~DBjkm8(`98E(?%7AyPV?+zYZadT!&;?hd#z3KOno8sGR?F92k*3$ AdjJ3c literal 0 HcmV?d00001 diff --git a/osu.Game.Resources/Fonts/FontAwesome.fnt b/osu.Game.Resources/Fonts/FontAwesome.fnt deleted file mode 100644 index 4f3d24e..0000000 --- a/osu.Game.Resources/Fonts/FontAwesome.fnt +++ /dev/null @@ -1,704 +0,0 @@ -info face="FontAwesome" size=100 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=4,4 outline=0 -common lineHeight=100 base=86 scaleW=1024 scaleH=1024 pages=6 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="FontAwesome_0.png" -page id=1 file="FontAwesome_1.png" -page id=2 file="FontAwesome_2.png" -page id=3 file="FontAwesome_3.png" -page id=4 file="FontAwesome_4.png" -page id=5 file="FontAwesome_5.png" -chars count=695 -char id=32 x=1001 y=85 width=1 height=1 xoffset=0 yoffset=0 xadvance=25 page=0 chnl=15 -char id=61440 x=290 y=296 width=90 height=93 xoffset=5 yoffset=7 xadvance=100 page=2 chnl=15 -char id=61441 x=477 y=295 width=86 height=93 xoffset=0 yoffset=7 xadvance=85 page=2 chnl=15 -char id=61442 x=519 y=198 width=93 height=93 xoffset=0 yoffset=7 xadvance=92 page=2 chnl=15 -char id=61443 x=420 y=0 width=101 height=79 xoffset=0 yoffset=14 xadvance=100 page=5 chnl=15 -char id=61444 x=0 y=270 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61445 x=768 y=584 width=93 height=90 xoffset=0 yoffset=1 xadvance=92 page=2 chnl=15 -char id=61446 x=865 y=584 width=93 height=90 xoffset=0 yoffset=1 xadvance=92 page=2 chnl=15 -char id=61447 x=948 y=678 width=72 height=86 xoffset=0 yoffset=7 xadvance=71 page=2 chnl=15 -char id=61448 x=728 y=100 width=108 height=93 xoffset=0 yoffset=7 xadvance=107 page=2 chnl=15 -char id=61449 x=399 y=83 width=93 height=79 xoffset=0 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61450 x=105 y=0 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=5 chnl=15 -char id=61451 x=0 y=0 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=5 chnl=15 -char id=61452 x=847 y=564 width=87 height=67 xoffset=6 yoffset=18 xadvance=100 page=5 chnl=15 -char id=61453 x=938 y=564 width=67 height=67 xoffset=6 yoffset=20 xadvance=78 page=5 chnl=15 -char id=61454 x=713 y=198 width=93 height=93 xoffset=0 yoffset=7 xadvance=92 page=2 chnl=15 -char id=61456 x=810 y=197 width=93 height=93 xoffset=0 yoffset=7 xadvance=92 page=2 chnl=15 -char id=61457 x=747 y=295 width=86 height=93 xoffset=0 yoffset=0 xadvance=85 page=2 chnl=15 -char id=61458 x=105 y=180 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61459 x=720 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61460 x=166 y=630 width=79 height=86 xoffset=0 yoffset=7 xadvance=78 page=4 chnl=15 -char id=61461 x=207 y=567 width=91 height=72 xoffset=1 yoffset=14 xadvance=92 page=5 chnl=15 -char id=61462 x=0 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61463 x=0 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61464 x=812 y=488 width=102 height=72 xoffset=2 yoffset=14 xadvance=107 page=5 chnl=15 -char id=61465 x=388 y=450 width=93 height=86 xoffset=0 yoffset=0 xadvance=92 page=3 chnl=15 -char id=61466 x=180 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61467 x=270 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61468 x=667 y=564 width=86 height=72 xoffset=0 yoffset=14 xadvance=85 page=5 chnl=15 -char id=61469 x=450 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61470 x=540 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61473 x=630 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61474 x=552 y=803 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61475 x=662 y=249 width=65 height=79 xoffset=0 yoffset=7 xadvance=64 page=5 chnl=15 -char id=61476 x=513 y=360 width=97 height=86 xoffset=3 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61477 x=496 y=83 width=93 height=79 xoffset=0 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61478 x=853 y=951 width=43 height=68 xoffset=0 yoffset=16 xadvance=42 page=2 chnl=15 -char id=61479 x=784 y=951 width=65 height=68 xoffset=0 yoffset=16 xadvance=64 page=2 chnl=15 -char id=61480 x=322 y=936 width=93 height=80 xoffset=0 yoffset=10 xadvance=92 page=1 chnl=15 -char id=61481 x=249 y=249 width=79 height=79 xoffset=0 yoffset=7 xadvance=78 page=5 chnl=15 -char id=61482 x=657 y=803 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61483 x=885 y=935 width=85 height=85 xoffset=0 yoffset=7 xadvance=85 page=1 chnl=15 -char id=61484 x=581 y=935 width=106 height=85 xoffset=0 yoffset=7 xadvance=107 page=1 chnl=15 -char id=61485 x=679 y=450 width=93 height=86 xoffset=0 yoffset=7 xadvance=92 page=3 chnl=15 -char id=61486 x=815 y=630 width=72 height=85 xoffset=0 yoffset=7 xadvance=71 page=4 chnl=15 -char id=61487 x=97 y=450 width=93 height=86 xoffset=0 yoffset=7 xadvance=92 page=3 chnl=15 -char id=61488 x=840 y=99 width=108 height=93 xoffset=0 yoffset=0 xadvance=107 page=2 chnl=15 -char id=61489 x=194 y=450 width=93 height=86 xoffset=0 yoffset=7 xadvance=92 page=3 chnl=15 -char id=61490 x=83 y=630 width=79 height=86 xoffset=0 yoffset=7 xadvance=78 page=4 chnl=15 -char id=61491 x=753 y=630 width=58 height=86 xoffset=0 yoffset=7 xadvance=57 page=4 chnl=15 -char id=61492 x=105 y=360 width=100 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61493 x=657 y=295 width=86 height=93 xoffset=0 yoffset=7 xadvance=85 page=2 chnl=15 -char id=61494 x=867 y=802 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61495 x=0 y=886 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61496 x=105 y=886 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61497 x=210 y=886 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61498 x=840 y=886 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61499 x=315 y=886 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61500 x=420 y=886 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61501 x=0 y=568 width=101 height=72 xoffset=0 yoffset=14 xadvance=100 page=5 chnl=15 -char id=61502 x=0 y=90 width=108 height=86 xoffset=0 yoffset=7 xadvance=107 page=3 chnl=15 -char id=61504 x=796 y=935 width=85 height=85 xoffset=0 yoffset=8 xadvance=85 page=1 chnl=15 -char id=61505 x=962 y=583 width=58 height=86 xoffset=0 yoffset=7 xadvance=57 page=2 chnl=15 -char id=61506 x=720 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61507 x=573 y=936 width=58 height=83 xoffset=0 yoffset=3 xadvance=57 page=0 chnl=15 -char id=61508 x=0 y=83 width=100 height=79 xoffset=0 yoffset=7 xadvance=100 page=5 chnl=15 -char id=61509 x=913 y=360 width=93 height=86 xoffset=0 yoffset=0 xadvance=92 page=3 chnl=15 -char id=61510 x=291 y=166 width=93 height=79 xoffset=0 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61511 x=105 y=728 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61512 x=691 y=630 width=58 height=86 xoffset=0 yoffset=7 xadvance=57 page=4 chnl=15 -char id=61513 x=647 y=90 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61514 x=185 y=540 width=87 height=86 xoffset=6 yoffset=7 xadvance=92 page=3 chnl=15 -char id=61515 x=0 y=776 width=79 height=88 xoffset=0 yoffset=6 xadvance=78 page=2 chnl=15 -char id=61516 x=0 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61517 x=90 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61518 x=94 y=540 width=87 height=86 xoffset=0 yoffset=7 xadvance=92 page=3 chnl=15 -char id=61520 x=315 y=180 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61521 x=629 y=630 width=58 height=86 xoffset=0 yoffset=7 xadvance=57 page=4 chnl=15 -char id=61522 x=0 y=415 width=86 height=73 xoffset=0 yoffset=13 xadvance=85 page=5 chnl=15 -char id=61523 x=902 y=488 width=58 height=91 xoffset=8 yoffset=1 xadvance=71 page=2 chnl=15 -char id=61524 x=840 y=489 width=58 height=91 xoffset=5 yoffset=1 xadvance=71 page=2 chnl=15 -char id=61525 x=900 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61526 x=0 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61527 x=90 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61528 x=450 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61529 x=270 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61530 x=450 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61531 x=810 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61532 x=900 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61533 x=180 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61534 x=180 y=776 width=86 height=87 xoffset=0 yoffset=6 xadvance=85 page=2 chnl=15 -char id=61536 x=774 y=678 width=83 height=88 xoffset=3 yoffset=10 xadvance=85 page=2 chnl=15 -char id=61537 x=861 y=678 width=83 height=88 xoffset=0 yoffset=10 xadvance=85 page=2 chnl=15 -char id=61538 x=391 y=936 width=88 height=83 xoffset=2 yoffset=10 xadvance=92 page=0 chnl=15 -char id=61539 x=299 y=936 width=88 height=83 xoffset=2 yoffset=7 xadvance=92 page=0 chnl=15 -char id=61540 x=462 y=586 width=101 height=90 xoffset=0 yoffset=3 xadvance=100 page=2 chnl=15 -char id=61541 x=540 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61542 x=935 y=770 width=85 height=86 xoffset=0 yoffset=7 xadvance=85 page=2 chnl=15 -char id=61543 x=842 y=166 width=79 height=79 xoffset=0 yoffset=7 xadvance=78 page=5 chnl=15 -char id=61544 x=105 y=990 width=79 height=23 xoffset=0 yoffset=35 xadvance=78 page=3 chnl=15 -char id=61545 x=891 y=540 width=80 height=86 xoffset=6 yoffset=7 xadvance=92 page=4 chnl=15 -char id=61546 x=270 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61547 x=907 y=332 width=86 height=76 xoffset=0 yoffset=10 xadvance=85 page=5 chnl=15 -char id=61548 x=315 y=0 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=5 chnl=15 -char id=61549 x=166 y=728 width=79 height=100 xoffset=0 yoffset=0 xadvance=78 page=1 chnl=15 -char id=61550 x=224 y=643 width=101 height=65 xoffset=0 yoffset=21 xadvance=100 page=5 chnl=15 -char id=61552 x=697 y=332 width=101 height=76 xoffset=0 yoffset=16 xadvance=100 page=5 chnl=15 -char id=61553 x=217 y=199 width=100 height=93 xoffset=0 yoffset=0 xadvance=100 page=2 chnl=15 -char id=61554 x=925 y=166 width=79 height=79 xoffset=0 yoffset=7 xadvance=78 page=5 chnl=15 -char id=61555 x=903 y=0 width=93 height=100 xoffset=0 yoffset=0 xadvance=92 page=1 chnl=15 -char id=61556 x=630 y=489 width=101 height=91 xoffset=0 yoffset=1 xadvance=100 page=2 chnl=15 -char id=61557 x=437 y=90 width=101 height=86 xoffset=0 yoffset=14 xadvance=100 page=3 chnl=15 -char id=61558 x=180 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61559 x=582 y=640 width=90 height=59 xoffset=5 yoffset=26 xadvance=100 page=5 chnl=15 -char id=61560 x=488 y=640 width=90 height=59 xoffset=5 yoffset=29 xadvance=100 page=5 chnl=15 -char id=61561 x=112 y=644 width=108 height=65 xoffset=0 yoffset=21 xadvance=107 page=5 chnl=15 -char id=61562 x=593 y=83 width=93 height=79 xoffset=0 yoffset=14 xadvance=92 page=5 chnl=15 -char id=61563 x=690 y=83 width=93 height=79 xoffset=0 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61564 x=335 y=803 width=105 height=79 xoffset=0 yoffset=7 xadvance=107 page=4 chnl=15 -char id=61565 x=970 y=104 width=36 height=100 xoffset=3 yoffset=0 xadvance=42 page=1 chnl=15 -char id=61566 x=335 y=969 width=101 height=36 xoffset=0 yoffset=32 xadvance=100 page=4 chnl=15 -char id=61568 x=476 y=0 width=115 height=86 xoffset=0 yoffset=7 xadvance=114 page=3 chnl=15 -char id=61569 x=450 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61570 x=540 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61571 x=735 y=180 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61572 x=670 y=584 width=94 height=90 xoffset=0 yoffset=7 xadvance=100 page=2 chnl=15 -char id=61573 x=791 y=208 width=108 height=100 xoffset=0 yoffset=0 xadvance=107 page=0 chnl=15 -char id=61574 x=210 y=0 width=101 height=79 xoffset=0 yoffset=14 xadvance=100 page=5 chnl=15 -char id=61575 x=567 y=295 width=86 height=93 xoffset=0 yoffset=0 xadvance=85 page=2 chnl=15 -char id=61576 x=927 y=293 width=86 height=93 xoffset=0 yoffset=7 xadvance=85 page=2 chnl=15 -char id=61577 x=964 y=488 width=47 height=90 xoffset=0 yoffset=1 xadvance=50 page=2 chnl=15 -char id=61578 x=525 y=180 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61579 x=395 y=564 width=88 height=72 xoffset=0 yoffset=14 xadvance=92 page=5 chnl=15 -char id=61580 x=90 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61581 x=793 y=392 width=65 height=93 xoffset=0 yoffset=7 xadvance=64 page=2 chnl=15 -char id=61582 x=735 y=270 width=101 height=86 xoffset=0 yoffset=0 xadvance=100 page=3 chnl=15 -char id=61584 x=757 y=564 width=86 height=72 xoffset=0 yoffset=14 xadvance=85 page=5 chnl=15 -char id=61585 x=485 y=450 width=93 height=86 xoffset=0 yoffset=7 xadvance=92 page=3 chnl=15 -char id=61586 x=270 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61587 x=97 y=682 width=93 height=90 xoffset=0 yoffset=3 xadvance=92 page=2 chnl=15 -char id=61588 x=540 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61589 x=332 y=249 width=79 height=79 xoffset=0 yoffset=7 xadvance=78 page=5 chnl=15 -char id=61590 x=83 y=249 width=79 height=79 xoffset=0 yoffset=7 xadvance=78 page=5 chnl=15 -char id=61591 x=891 y=630 width=72 height=85 xoffset=0 yoffset=7 xadvance=71 page=4 chnl=15 -char id=61592 x=360 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61593 x=302 y=565 width=89 height=72 xoffset=2 yoffset=14 xadvance=92 page=5 chnl=15 -char id=61594 x=54 y=491 width=49 height=93 xoffset=5 yoffset=0 xadvance=57 page=2 chnl=15 -char id=61595 x=133 y=936 width=86 height=84 xoffset=0 yoffset=7 xadvance=85 page=0 chnl=15 -char id=61596 x=302 y=83 width=93 height=79 xoffset=0 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61597 x=832 y=0 width=108 height=86 xoffset=0 yoffset=7 xadvance=107 page=3 chnl=15 -char id=61598 x=759 y=166 width=79 height=79 xoffset=0 yoffset=7 xadvance=78 page=5 chnl=15 -char id=61600 x=487 y=564 width=86 height=72 xoffset=0 yoffset=14 xadvance=85 page=5 chnl=15 -char id=61601 x=840 y=180 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61602 x=194 y=104 width=93 height=100 xoffset=3 yoffset=0 xadvance=100 page=1 chnl=15 -char id=61603 x=180 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61604 x=752 y=90 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61605 x=525 y=270 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61606 x=540 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61607 x=450 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61608 x=360 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61609 x=450 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61610 x=630 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61611 x=0 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61612 x=180 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61613 x=203 y=491 width=92 height=92 xoffset=1 yoffset=7 xadvance=92 page=2 chnl=15 -char id=61614 x=630 y=0 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=5 chnl=15 -char id=61616 x=415 y=249 width=79 height=79 xoffset=0 yoffset=14 xadvance=78 page=5 chnl=15 -char id=61617 x=332 y=90 width=101 height=86 xoffset=0 yoffset=0 xadvance=100 page=3 chnl=15 -char id=61618 x=720 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61632 x=343 y=208 width=108 height=100 xoffset=0 yoffset=0 xadvance=107 page=0 chnl=15 -char id=61633 x=194 y=297 width=92 height=93 xoffset=0 yoffset=0 xadvance=92 page=2 chnl=15 -char id=61634 x=112 y=803 width=108 height=79 xoffset=0 yoffset=7 xadvance=107 page=4 chnl=15 -char id=61635 x=805 y=540 width=82 height=86 xoffset=5 yoffset=7 xadvance=92 page=4 chnl=15 -char id=61636 x=735 y=0 width=101 height=79 xoffset=0 yoffset=14 xadvance=100 page=5 chnl=15 -char id=61637 x=735 y=416 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61638 x=415 y=630 width=79 height=86 xoffset=0 yoffset=7 xadvance=78 page=4 chnl=15 -char id=61639 x=180 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61640 x=360 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61641 x=577 y=564 width=86 height=72 xoffset=0 yoffset=14 xadvance=85 page=5 chnl=15 -char id=61642 x=217 y=936 width=101 height=80 xoffset=0 yoffset=10 xadvance=100 page=1 chnl=15 -char id=61643 x=0 y=832 width=100 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61644 x=0 y=360 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61645 x=450 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61646 x=205 y=83 width=93 height=79 xoffset=0 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61648 x=299 y=491 width=92 height=92 xoffset=1 yoffset=0 xadvance=92 page=2 chnl=15 -char id=61649 x=104 y=83 width=97 height=79 xoffset=3 yoffset=14 xadvance=100 page=5 chnl=15 -char id=61650 x=720 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61651 x=810 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61652 x=900 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61653 x=768 y=936 width=129 height=82 xoffset=0 yoffset=9 xadvance=128 page=0 chnl=15 -char id=61654 x=700 y=488 width=108 height=72 xoffset=0 yoffset=14 xadvance=107 page=5 chnl=15 -char id=61655 x=564 y=969 width=58 height=33 xoffset=0 yoffset=35 xadvance=57 page=4 chnl=15 -char id=61656 x=626 y=969 width=58 height=33 xoffset=0 yoffset=39 xadvance=57 page=4 chnl=15 -char id=61657 x=982 y=390 width=33 height=58 xoffset=3 yoffset=21 xadvance=35 page=2 chnl=15 -char id=61658 x=987 y=832 width=33 height=58 xoffset=0 yoffset=21 xadvance=35 page=1 chnl=15 -char id=61659 x=291 y=450 width=93 height=86 xoffset=0 yoffset=7 xadvance=92 page=3 chnl=15 -char id=61660 x=514 y=936 width=58 height=80 xoffset=0 yoffset=10 xadvance=57 page=1 chnl=15 -char id=61661 x=440 y=969 width=58 height=33 xoffset=0 yoffset=57 xadvance=57 page=4 chnl=15 -char id=61662 x=502 y=969 width=58 height=33 xoffset=0 yoffset=10 xadvance=57 page=4 chnl=15 -char id=61664 x=735 y=886 width=101 height=79 xoffset=0 yoffset=14 xadvance=100 page=4 chnl=15 -char id=61665 x=483 y=936 width=86 height=83 xoffset=0 yoffset=8 xadvance=85 page=0 chnl=15 -char id=61666 x=180 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61667 x=210 y=0 width=97 height=97 xoffset=2 yoffset=2 xadvance=100 page=2 chnl=15 -char id=61668 x=525 y=886 width=101 height=79 xoffset=0 yoffset=14 xadvance=100 page=4 chnl=15 -char id=61669 x=105 y=270 width=101 height=86 xoffset=0 yoffset=14 xadvance=100 page=3 chnl=15 -char id=61670 x=525 y=0 width=101 height=79 xoffset=0 yoffset=14 xadvance=100 page=5 chnl=15 -char id=61671 x=0 y=491 width=50 height=93 xoffset=0 yoffset=7 xadvance=50 page=2 chnl=15 -char id=61672 x=0 y=180 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61673 x=0 y=682 width=93 height=90 xoffset=0 yoffset=3 xadvance=92 page=2 chnl=15 -char id=61674 x=0 y=312 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61675 x=567 y=630 width=58 height=86 xoffset=0 yoffset=7 xadvance=57 page=4 chnl=15 -char id=61676 x=802 y=332 width=101 height=76 xoffset=0 yoffset=16 xadvance=100 page=5 chnl=15 -char id=61677 x=0 y=803 width=108 height=79 xoffset=0 yoffset=7 xadvance=107 page=4 chnl=15 -char id=61678 x=856 y=719 width=108 height=79 xoffset=0 yoffset=7 xadvance=107 page=4 chnl=15 -char id=61680 x=332 y=630 width=79 height=86 xoffset=0 yoffset=7 xadvance=78 page=4 chnl=15 -char id=61681 x=249 y=630 width=79 height=86 xoffset=0 yoffset=7 xadvance=78 page=4 chnl=15 -char id=61682 x=857 y=90 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61683 x=291 y=208 width=93 height=100 xoffset=3 yoffset=0 xadvance=100 page=1 chnl=15 -char id=61684 x=444 y=803 width=104 height=79 xoffset=0 yoffset=14 xadvance=107 page=4 chnl=15 -char id=61685 x=777 y=624 width=79 height=100 xoffset=0 yoffset=0 xadvance=78 page=1 chnl=15 -char id=61686 x=180 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61687 x=694 y=624 width=79 height=100 xoffset=0 yoffset=0 xadvance=78 page=1 chnl=15 -char id=61688 x=83 y=728 width=79 height=100 xoffset=0 yoffset=0 xadvance=78 page=1 chnl=15 -char id=61689 x=224 y=90 width=104 height=86 xoffset=3 yoffset=7 xadvance=107 page=3 chnl=15 -char id=61690 x=630 y=270 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61691 x=399 y=955 width=108 height=65 xoffset=0 yoffset=21 xadvance=107 page=2 chnl=15 -char id=61692 x=485 y=166 width=90 height=79 xoffset=3 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61693 x=456 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61694 x=546 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61696 x=962 y=635 width=54 height=57 xoffset=2 yoffset=25 xadvance=57 page=5 chnl=15 -char id=61697 x=903 y=635 width=55 height=57 xoffset=0 yoffset=25 xadvance=57 page=5 chnl=15 -char id=61698 x=133 y=713 width=56 height=55 xoffset=4 yoffset=23 xadvance=64 page=5 chnl=15 -char id=61699 x=193 y=713 width=56 height=55 xoffset=4 yoffset=22 xadvance=64 page=5 chnl=15 -char id=61700 x=623 y=954 width=33 height=57 xoffset=2 yoffset=25 xadvance=35 page=2 chnl=15 -char id=61701 x=350 y=957 width=33 height=57 xoffset=0 yoffset=25 xadvance=35 page=2 chnl=15 -char id=61702 x=748 y=969 width=56 height=33 xoffset=4 yoffset=38 xadvance=64 page=4 chnl=15 -char id=61703 x=688 y=969 width=56 height=33 xoffset=4 yoffset=36 xadvance=64 page=4 chnl=15 -char id=61704 x=0 y=200 width=108 height=93 xoffset=0 yoffset=0 xadvance=107 page=2 chnl=15 -char id=61705 x=588 y=488 width=108 height=72 xoffset=0 yoffset=14 xadvance=107 page=5 chnl=15 -char id=61706 x=731 y=249 width=65 height=79 xoffset=0 yoffset=7 xadvance=64 page=5 chnl=15 -char id=61707 x=975 y=540 width=43 height=72 xoffset=0 yoffset=14 xadvance=42 page=4 chnl=15 -char id=61708 x=90 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61709 x=884 y=83 width=93 height=79 xoffset=0 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61710 x=0 y=166 width=93 height=79 xoffset=0 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61712 x=412 y=0 width=93 height=97 xoffset=3 yoffset=0 xadvance=100 page=2 chnl=15 -char id=61713 x=180 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61714 x=252 y=587 width=101 height=90 xoffset=0 yoffset=3 xadvance=100 page=2 chnl=15 -char id=61715 x=388 y=166 width=93 height=79 xoffset=0 yoffset=14 xadvance=92 page=5 chnl=15 -char id=61716 x=787 y=83 width=93 height=79 xoffset=0 yoffset=7 xadvance=92 page=5 chnl=15 -char id=61717 x=224 y=803 width=107 height=79 xoffset=0 yoffset=7 xadvance=107 page=4 chnl=15 -char id=61718 x=1001 y=5 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=61719 x=1015 y=0 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=61720 x=540 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61721 x=810 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61722 x=900 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61723 x=791 y=640 width=108 height=58 xoffset=0 yoffset=28 xadvance=107 page=5 chnl=15 -char id=61724 x=511 y=955 width=108 height=65 xoffset=0 yoffset=21 xadvance=107 page=2 chnl=15 -char id=61725 x=311 y=360 width=97 height=86 xoffset=3 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61726 x=412 y=360 width=97 height=86 xoffset=3 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61728 x=0 y=958 width=93 height=61 xoffset=0 yoffset=25 xadvance=92 page=2 chnl=15 -char id=61729 x=212 y=332 width=103 height=77 xoffset=2 yoffset=15 xadvance=107 page=5 chnl=15 -char id=61730 x=357 y=587 width=101 height=90 xoffset=0 yoffset=3 xadvance=100 page=2 chnl=15 -char id=61731 x=194 y=681 width=93 height=90 xoffset=0 yoffset=1 xadvance=92 page=2 chnl=15 -char id=61732 x=498 y=249 width=79 height=79 xoffset=0 yoffset=14 xadvance=78 page=5 chnl=15 -char id=61733 x=616 y=198 width=93 height=93 xoffset=0 yoffset=7 xadvance=92 page=2 chnl=15 -char id=61734 x=962 y=90 width=58 height=86 xoffset=0 yoffset=7 xadvance=57 page=3 chnl=15 -char id=61735 x=422 y=198 width=93 height=93 xoffset=0 yoffset=0 xadvance=92 page=2 chnl=15 -char id=61736 x=967 y=630 width=52 height=72 xoffset=5 yoffset=14 xadvance=57 page=4 chnl=15 -char id=61737 x=974 y=935 width=36 height=79 xoffset=0 yoffset=7 xadvance=35 page=1 chnl=15 -char id=61738 x=990 y=312 width=25 height=79 xoffset=5 yoffset=7 xadvance=35 page=1 chnl=15 -char id=61739 x=122 y=332 width=86 height=78 xoffset=0 yoffset=8 xadvance=85 page=5 chnl=15 -char id=61740 x=329 y=641 width=86 height=65 xoffset=0 yoffset=35 xadvance=85 page=5 chnl=15 -char id=61741 x=476 y=488 width=108 height=72 xoffset=0 yoffset=14 xadvance=107 page=5 chnl=15 -char id=61742 x=587 y=679 width=93 height=88 xoffset=0 yoffset=0 xadvance=92 page=2 chnl=15 -char id=61744 x=724 y=392 width=65 height=93 xoffset=0 yoffset=0 xadvance=64 page=2 chnl=15 -char id=61745 x=335 y=393 width=78 height=93 xoffset=0 yoffset=0 xadvance=78 page=2 chnl=15 -char id=61746 x=944 y=0 width=72 height=86 xoffset=0 yoffset=7 xadvance=71 page=3 chnl=15 -char id=61747 x=0 y=104 width=93 height=100 xoffset=0 yoffset=0 xadvance=92 page=1 chnl=15 -char id=61748 x=478 y=490 width=79 height=92 xoffset=0 yoffset=1 xadvance=78 page=2 chnl=15 -char id=61749 x=107 y=491 width=92 height=92 xoffset=1 yoffset=7 xadvance=92 page=2 chnl=15 -char id=61750 x=105 y=568 width=98 height=72 xoffset=0 yoffset=14 xadvance=100 page=5 chnl=15 -char id=61751 x=360 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61752 x=540 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61753 x=630 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61754 x=720 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61755 x=291 y=681 width=79 height=90 xoffset=0 yoffset=7 xadvance=78 page=2 chnl=15 -char id=61756 x=567 y=585 width=99 height=90 xoffset=0 yoffset=7 xadvance=100 page=2 chnl=15 -char id=61757 x=210 y=416 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61758 x=498 y=630 width=65 height=86 xoffset=0 yoffset=0 xadvance=64 page=4 chnl=15 -char id=61760 x=900 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61761 x=188 y=990 width=79 height=23 xoffset=0 yoffset=35 xadvance=78 page=3 chnl=15 -char id=61762 x=990 y=395 width=22 height=79 xoffset=0 yoffset=7 xadvance=21 page=1 chnl=15 -char id=61763 x=0 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61764 x=90 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61765 x=901 y=0 width=95 height=95 xoffset=2 yoffset=3 xadvance=100 page=2 chnl=15 -char id=61766 x=180 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61767 x=0 y=249 width=79 height=79 xoffset=0 yoffset=7 xadvance=78 page=5 chnl=15 -char id=61768 x=800 y=249 width=58 height=79 xoffset=0 yoffset=7 xadvance=57 page=5 chnl=15 -char id=61769 x=862 y=249 width=58 height=79 xoffset=0 yoffset=14 xadvance=57 page=5 chnl=15 -char id=61770 x=270 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61771 x=0 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61772 x=360 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61773 x=450 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61774 x=540 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61776 x=900 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61777 x=810 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61778 x=720 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61779 x=0 y=332 width=57 height=79 xoffset=0 yoffset=7 xadvance=57 page=5 chnl=15 -char id=61780 x=61 y=332 width=57 height=79 xoffset=0 yoffset=7 xadvance=57 page=5 chnl=15 -char id=61781 x=372 y=832 width=53 height=100 xoffset=2 yoffset=0 xadvance=57 page=1 chnl=15 -char id=61782 x=966 y=450 width=51 height=79 xoffset=0 yoffset=7 xadvance=50 page=3 chnl=15 -char id=61783 x=924 y=249 width=58 height=79 xoffset=0 yoffset=7 xadvance=57 page=5 chnl=15 -char id=61784 x=945 y=885 width=72 height=79 xoffset=0 yoffset=7 xadvance=71 page=4 chnl=15 -char id=61785 x=762 y=803 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=61786 x=952 y=99 width=68 height=93 xoffset=3 yoffset=7 xadvance=71 page=2 chnl=15 -char id=61787 x=360 y=520 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61788 x=540 y=520 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61789 x=678 y=208 width=91 height=100 xoffset=1 yoffset=0 xadvance=92 page=1 chnl=15 -char id=61790 x=773 y=208 width=91 height=100 xoffset=1 yoffset=0 xadvance=92 page=1 chnl=15 -char id=61792 x=622 y=832 width=99 height=100 xoffset=1 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61793 x=828 y=832 width=99 height=100 xoffset=1 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61794 x=608 y=624 width=82 height=100 xoffset=1 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61795 x=350 y=624 width=82 height=100 xoffset=1 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61796 x=0 y=540 width=90 height=86 xoffset=0 yoffset=7 xadvance=92 page=3 chnl=15 -char id=61797 x=872 y=450 width=90 height=86 xoffset=0 yoffset=14 xadvance=92 page=3 chnl=15 -char id=61798 x=90 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61799 x=263 y=624 width=83 height=100 xoffset=1 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61800 x=169 y=394 width=79 height=93 xoffset=0 yoffset=0 xadvance=78 page=2 chnl=15 -char id=61801 x=720 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61802 x=918 y=488 width=101 height=72 xoffset=0 yoffset=14 xadvance=100 page=5 chnl=15 -char id=61803 x=83 y=776 width=93 height=87 xoffset=3 yoffset=6 xadvance=100 page=2 chnl=15 -char id=61804 x=899 y=520 width=85 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61805 x=270 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61806 x=90 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61808 x=0 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61809 x=395 y=490 width=79 height=92 xoffset=0 yoffset=4 xadvance=78 page=2 chnl=15 -char id=61810 x=630 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61811 x=924 y=391 width=54 height=93 xoffset=3 yoffset=0 xadvance=57 page=2 chnl=15 -char id=61812 x=360 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61813 x=599 y=0 width=43 height=97 xoffset=0 yoffset=0 xadvance=42 page=2 chnl=15 -char id=61814 x=646 y=0 width=43 height=97 xoffset=0 yoffset=3 xadvance=42 page=2 chnl=15 -char id=61815 x=133 y=969 width=97 height=44 xoffset=3 yoffset=28 xadvance=100 page=4 chnl=15 -char id=61816 x=234 y=969 width=97 height=44 xoffset=0 yoffset=28 xadvance=100 page=4 chnl=15 -char id=61817 x=417 y=393 width=78 height=93 xoffset=0 yoffset=0 xadvance=78 page=2 chnl=15 -char id=61818 x=0 y=297 width=93 height=93 xoffset=0 yoffset=7 xadvance=92 page=2 chnl=15 -char id=61819 x=86 y=394 width=79 height=93 xoffset=0 yoffset=7 xadvance=78 page=2 chnl=15 -char id=61820 x=450 y=520 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61821 x=810 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61822 x=540 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61824 x=653 y=392 width=67 height=93 xoffset=2 yoffset=0 xadvance=71 page=2 chnl=15 -char id=61825 x=720 y=90 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61826 x=849 y=832 width=72 height=99 xoffset=0 yoffset=1 xadvance=71 page=1 chnl=15 -char id=61827 x=925 y=832 width=58 height=99 xoffset=0 yoffset=1 xadvance=57 page=1 chnl=15 -char id=61828 x=900 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61829 x=506 y=0 width=96 height=100 xoffset=2 yoffset=0 xadvance=100 page=1 chnl=15 -char id=61830 x=718 y=540 width=83 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61831 x=0 y=450 width=93 height=86 xoffset=3 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61832 x=374 y=681 width=90 height=89 xoffset=1 yoffset=3 xadvance=92 page=2 chnl=15 -char id=61833 x=238 y=957 width=108 height=62 xoffset=0 yoffset=24 xadvance=107 page=2 chnl=15 -char id=61834 x=112 y=936 width=101 height=82 xoffset=0 yoffset=9 xadvance=100 page=1 chnl=15 -char id=61835 x=810 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61836 x=332 y=728 width=79 height=100 xoffset=0 yoffset=0 xadvance=78 page=1 chnl=15 -char id=61837 x=945 y=270 width=70 height=86 xoffset=1 yoffset=14 xadvance=71 page=3 chnl=15 -char id=61838 x=270 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61840 x=180 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61841 x=900 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61842 x=810 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61843 x=581 y=832 width=91 height=99 xoffset=0 yoffset=1 xadvance=92 page=1 chnl=15 -char id=61844 x=360 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61845 x=945 y=0 width=65 height=79 xoffset=0 yoffset=7 xadvance=64 page=5 chnl=15 -char id=61846 x=166 y=249 width=79 height=79 xoffset=0 yoffset=7 xadvance=78 page=5 chnl=15 -char id=61847 x=259 y=720 width=122 height=79 xoffset=0 yoffset=14 xadvance=121 page=4 chnl=15 -char id=61848 x=97 y=297 width=93 height=93 xoffset=0 yoffset=0 xadvance=92 page=2 chnl=15 -char id=61849 x=90 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61850 x=735 y=520 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61851 x=112 y=200 width=101 height=93 xoffset=0 yoffset=0 xadvance=100 page=2 chnl=15 -char id=61852 x=231 y=208 width=108 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=61853 x=0 y=868 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=61854 x=499 y=392 width=74 height=93 xoffset=6 yoffset=0 xadvance=85 page=2 chnl=15 -char id=61856 x=630 y=540 width=84 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61857 x=0 y=520 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61858 x=360 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61859 x=270 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61860 x=0 y=936 width=108 height=82 xoffset=0 yoffset=9 xadvance=107 page=1 chnl=15 -char id=61861 x=0 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61862 x=903 y=950 width=115 height=70 xoffset=0 yoffset=15 xadvance=114 page=2 chnl=15 -char id=61863 x=636 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61864 x=117 y=208 width=110 height=100 xoffset=2 yoffset=0 xadvance=113 page=0 chnl=15 -char id=61865 x=676 y=832 width=86 height=99 xoffset=0 yoffset=1 xadvance=85 page=1 chnl=15 -char id=61866 x=366 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61867 x=0 y=520 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61868 x=420 y=624 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61869 x=498 y=728 width=79 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61870 x=561 y=489 width=65 height=92 xoffset=3 yoffset=8 xadvance=71 page=2 chnl=15 -char id=61872 x=582 y=450 width=93 height=86 xoffset=0 yoffset=7 xadvance=92 page=3 chnl=15 -char id=61873 x=541 y=832 width=36 height=100 xoffset=3 yoffset=0 xadvance=42 page=1 chnl=15 -char id=61874 x=907 y=196 width=93 height=93 xoffset=0 yoffset=7 xadvance=100 page=2 chnl=15 -char id=61875 x=392 y=0 width=122 height=100 xoffset=0 yoffset=0 xadvance=128 page=0 chnl=15 -char id=61876 x=238 y=489 width=115 height=72 xoffset=0 yoffset=14 xadvance=114 page=5 chnl=15 -char id=61877 x=630 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61878 x=630 y=180 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61879 x=0 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61880 x=693 y=0 width=99 height=96 xoffset=0 yoffset=0 xadvance=100 page=2 chnl=15 -char id=61881 x=133 y=587 width=115 height=90 xoffset=0 yoffset=7 xadvance=114 page=2 chnl=15 -char id=61882 x=595 y=104 width=115 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=61883 x=176 y=624 width=83 height=100 xoffset=1 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61884 x=270 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61885 x=862 y=391 width=58 height=93 xoffset=0 yoffset=0 xadvance=57 page=2 chnl=15 -char id=61886 x=0 y=713 width=129 height=56 xoffset=0 yoffset=22 xadvance=128 page=5 chnl=15 -char id=61888 x=540 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61889 x=450 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61890 x=360 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61891 x=270 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61892 x=90 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61893 x=0 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61894 x=900 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61895 x=810 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61896 x=720 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61897 x=630 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61898 x=0 y=394 width=82 height=93 xoffset=2 yoffset=0 xadvance=85 page=2 chnl=15 -char id=61899 x=105 y=416 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61900 x=385 y=720 width=115 height=79 xoffset=0 yoffset=7 xadvance=114 page=4 chnl=15 -char id=61901 x=0 y=416 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61902 x=311 y=0 width=97 height=97 xoffset=1 yoffset=2 xadvance=100 page=2 chnl=15 -char id=61904 x=519 y=832 width=99 height=100 xoffset=1 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61905 x=735 y=312 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61906 x=630 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61907 x=806 y=0 width=93 height=100 xoffset=3 yoffset=0 xadvance=100 page=1 chnl=15 -char id=61908 x=900 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61909 x=945 y=624 width=66 height=100 xoffset=3 yoffset=0 xadvance=71 page=0 chnl=15 -char id=61910 x=0 y=0 width=98 height=100 xoffset=1 yoffset=0 xadvance=100 page=1 chnl=15 -char id=61911 x=133 y=101 width=115 height=94 xoffset=0 yoffset=3 xadvance=114 page=2 chnl=15 -char id=61912 x=838 y=728 width=100 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61913 x=104 y=832 width=100 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61914 x=540 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61915 x=630 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61916 x=815 y=360 width=94 height=86 xoffset=3 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61917 x=945 y=180 width=71 height=86 xoffset=1 yoffset=7 xadvance=71 page=3 chnl=15 -char id=61918 x=669 y=166 width=86 height=79 xoffset=0 yoffset=14 xadvance=85 page=5 chnl=15 -char id=61920 x=90 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61921 x=0 y=810 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61922 x=210 y=728 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61923 x=840 y=624 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61924 x=840 y=0 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=5 chnl=15 -char id=61925 x=840 y=520 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61926 x=208 y=832 width=100 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61927 x=725 y=832 width=99 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61928 x=384 y=296 width=89 height=93 xoffset=5 yoffset=0 xadvance=100 page=2 chnl=15 -char id=61929 x=943 y=624 width=77 height=100 xoffset=4 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61930 x=504 y=720 width=115 height=79 xoffset=0 yoffset=7 xadvance=114 page=4 chnl=15 -char id=61931 x=742 y=720 width=110 height=79 xoffset=2 yoffset=7 xadvance=114 page=4 chnl=15 -char id=61932 x=97 y=104 width=93 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=61933 x=810 y=520 width=85 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61934 x=416 y=832 width=99 height=100 xoffset=1 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61936 x=133 y=867 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=61937 x=266 y=867 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=61938 x=399 y=865 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=61939 x=532 y=864 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=61940 x=270 y=775 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=61941 x=536 y=772 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=61942 x=831 y=104 width=113 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=61943 x=0 y=208 width=113 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=61944 x=0 y=630 width=79 height=86 xoffset=0 yoffset=7 xadvance=78 page=4 chnl=15 -char id=61945 x=726 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61946 x=906 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=61947 x=315 y=728 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61948 x=312 y=832 width=100 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61949 x=315 y=520 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61950 x=595 y=0 width=115 height=86 xoffset=0 yoffset=7 xadvance=114 page=3 chnl=15 -char id=61952 x=321 y=199 width=97 height=93 xoffset=0 yoffset=0 xadvance=100 page=2 chnl=15 -char id=61953 x=0 y=0 width=115 height=86 xoffset=0 yoffset=7 xadvance=114 page=3 chnl=15 -char id=61954 x=133 y=957 width=101 height=63 xoffset=0 yoffset=23 xadvance=100 page=2 chnl=15 -char id=61955 x=900 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61956 x=0 y=492 width=115 height=72 xoffset=0 yoffset=14 xadvance=114 page=5 chnl=15 -char id=61957 x=119 y=491 width=115 height=72 xoffset=0 yoffset=14 xadvance=114 page=5 chnl=15 -char id=61958 x=356 y=412 width=129 height=72 xoffset=0 yoffset=14 xadvance=128 page=5 chnl=15 -char id=61959 x=630 y=520 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61960 x=609 y=101 width=115 height=93 xoffset=0 yoffset=0 xadvance=114 page=2 chnl=15 -char id=61961 x=945 y=520 width=71 height=100 xoffset=0 yoffset=0 xadvance=71 page=0 chnl=15 -char id=61962 x=665 y=862 width=115 height=86 xoffset=0 yoffset=7 xadvance=114 page=2 chnl=15 -char id=61963 x=581 y=249 width=77 height=79 xoffset=0 yoffset=7 xadvance=85 page=5 chnl=15 -char id=61964 x=450 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61965 x=270 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61966 x=763 y=0 width=115 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=61968 x=415 y=728 width=79 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61969 x=0 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61970 x=623 y=720 width=115 height=79 xoffset=0 yoffset=14 xadvance=114 page=4 chnl=15 -char id=61971 x=901 y=936 width=115 height=82 xoffset=0 yoffset=9 xadvance=114 page=0 chnl=15 -char id=61972 x=509 y=0 width=86 height=97 xoffset=0 yoffset=0 xadvance=85 page=2 chnl=15 -char id=61973 x=468 y=680 width=115 height=88 xoffset=0 yoffset=6 xadvance=114 page=2 chnl=15 -char id=61974 x=665 y=952 width=115 height=68 xoffset=0 yoffset=16 xadvance=114 page=2 chnl=15 -char id=61975 x=194 y=166 width=93 height=79 xoffset=0 yoffset=14 xadvance=92 page=5 chnl=15 -char id=61976 x=97 y=166 width=93 height=79 xoffset=0 yoffset=14 xadvance=92 page=5 chnl=15 -char id=61977 x=490 y=101 width=115 height=93 xoffset=0 yoffset=7 xadvance=114 page=2 chnl=15 -char id=61978 x=714 y=104 width=113 height=100 xoffset=1 yoffset=0 xadvance=114 page=0 chnl=15 -char id=61979 x=252 y=394 width=79 height=93 xoffset=0 yoffset=0 xadvance=85 page=2 chnl=15 -char id=61980 x=90 y=415 width=129 height=72 xoffset=0 yoffset=14 xadvance=128 page=5 chnl=15 -char id=61981 x=766 y=832 width=79 height=99 xoffset=0 yoffset=1 xadvance=85 page=1 chnl=15 -char id=61982 x=420 y=270 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=61985 x=719 y=728 width=65 height=100 xoffset=0 yoffset=0 xadvance=71 page=1 chnl=15 -char id=61986 x=90 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61987 x=857 y=728 width=65 height=100 xoffset=0 yoffset=0 xadvance=71 page=1 chnl=15 -char id=61988 x=249 y=728 width=79 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=61989 x=0 y=208 width=93 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=61990 x=734 y=728 width=100 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=61991 x=455 y=208 width=108 height=100 xoffset=0 yoffset=0 xadvance=107 page=0 chnl=15 -char id=61992 x=0 y=104 width=115 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=61993 x=360 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=61994 x=788 y=728 width=65 height=100 xoffset=0 yoffset=0 xadvance=71 page=1 chnl=15 -char id=61995 x=0 y=644 width=108 height=65 xoffset=0 yoffset=21 xadvance=114 page=5 chnl=15 -char id=61996 x=581 y=728 width=65 height=100 xoffset=0 yoffset=0 xadvance=71 page=1 chnl=15 -char id=61997 x=419 y=640 width=65 height=65 xoffset=0 yoffset=21 xadvance=71 page=5 chnl=15 -char id=61998 x=1001 y=0 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=61999 x=1008 y=0 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62000 x=810 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62001 x=577 y=392 width=72 height=93 xoffset=0 yoffset=0 xadvance=71 page=2 chnl=15 -char id=62002 x=684 y=678 width=86 height=88 xoffset=0 yoffset=6 xadvance=85 page=2 chnl=15 -char id=62003 x=630 y=886 width=101 height=79 xoffset=0 yoffset=7 xadvance=100 page=4 chnl=15 -char id=62004 x=903 y=860 width=115 height=86 xoffset=0 yoffset=7 xadvance=114 page=2 chnl=15 -char id=62005 x=714 y=0 width=114 height=86 xoffset=0 yoffset=7 xadvance=114 page=3 chnl=15 -char id=62006 x=357 y=488 width=115 height=72 xoffset=0 yoffset=14 xadvance=114 page=5 chnl=15 -char id=62007 x=90 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62008 x=180 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62009 x=360 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62010 x=840 y=270 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=62011 x=720 y=720 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=62012 x=518 y=0 width=120 height=100 xoffset=4 yoffset=0 xadvance=128 page=0 chnl=15 -char id=62013 x=0 y=102 width=129 height=94 xoffset=0 yoffset=3 xadvance=128 page=2 chnl=15 -char id=62014 x=420 y=520 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62016 x=622 y=412 width=129 height=72 xoffset=0 yoffset=14 xadvance=128 page=5 chnl=15 -char id=62017 x=489 y=412 width=129 height=72 xoffset=0 yoffset=14 xadvance=128 page=5 chnl=15 -char id=62018 x=223 y=413 width=129 height=72 xoffset=0 yoffset=14 xadvance=128 page=5 chnl=15 -char id=62019 x=755 y=412 width=129 height=72 xoffset=0 yoffset=14 xadvance=128 page=5 chnl=15 -char id=62020 x=888 y=412 width=129 height=72 xoffset=0 yoffset=14 xadvance=128 page=5 chnl=15 -char id=62021 x=650 y=728 width=65 height=100 xoffset=0 yoffset=0 xadvance=71 page=1 chnl=15 -char id=62022 x=486 y=832 width=51 height=100 xoffset=0 yoffset=0 xadvance=57 page=1 chnl=15 -char id=62023 x=119 y=104 width=115 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=62024 x=0 y=0 width=129 height=100 xoffset=0 yoffset=0 xadvance=128 page=0 chnl=15 -char id=62025 x=270 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62026 x=90 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62027 x=802 y=770 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=62028 x=669 y=771 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=62029 x=105 y=624 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62030 x=266 y=0 width=122 height=100 xoffset=0 yoffset=0 xadvance=128 page=0 chnl=15 -char id=62032 x=630 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62033 x=720 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62034 x=810 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62035 x=900 y=416 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62036 x=90 y=520 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62037 x=579 y=166 width=86 height=79 xoffset=0 yoffset=14 xadvance=85 page=5 chnl=15 -char id=62038 x=582 y=208 width=92 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62039 x=210 y=180 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=62040 x=357 y=104 width=115 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=62041 x=567 y=208 width=108 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=62042 x=97 y=208 width=93 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62043 x=270 y=520 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62044 x=676 y=640 width=111 height=58 xoffset=0 yoffset=28 xadvance=110 page=5 chnl=15 -char id=62045 x=105 y=312 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62046 x=210 y=312 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62048 x=585 y=332 width=108 height=76 xoffset=3 yoffset=12 xadvance=114 page=5 chnl=15 -char id=62049 x=315 y=312 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62050 x=319 y=332 width=129 height=76 xoffset=0 yoffset=12 xadvance=128 page=5 chnl=15 -char id=62051 x=958 y=208 width=61 height=100 xoffset=5 yoffset=0 xadvance=71 page=1 chnl=15 -char id=62052 x=810 y=900 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=62053 x=715 y=360 width=96 height=86 xoffset=0 yoffset=7 xadvance=96 page=3 chnl=15 -char id=62054 x=0 y=936 width=129 height=84 xoffset=0 yoffset=8 xadvance=128 page=0 chnl=15 -char id=62055 x=420 y=312 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62056 x=0 y=728 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62057 x=105 y=0 width=101 height=97 xoffset=0 yoffset=3 xadvance=100 page=2 chnl=15 -char id=62058 x=525 y=312 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62059 x=630 y=312 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62060 x=112 y=90 width=108 height=86 xoffset=0 yoffset=7 xadvance=114 page=3 chnl=15 -char id=62061 x=209 y=360 width=98 height=86 xoffset=1 yoffset=7 xadvance=100 page=3 chnl=15 -char id=62062 x=942 y=728 width=78 height=100 xoffset=0 yoffset=0 xadvance=85 page=0 chnl=15 -char id=62064 x=203 y=0 width=97 height=100 xoffset=1 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62065 x=485 y=104 width=93 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62066 x=388 y=104 width=93 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62067 x=291 y=104 width=93 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62068 x=873 y=104 width=93 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62069 x=840 y=312 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62070 x=62 y=832 width=58 height=100 xoffset=0 yoffset=0 xadvance=57 page=1 chnl=15 -char id=62071 x=606 y=0 width=96 height=100 xoffset=2 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62072 x=238 y=104 width=115 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=62073 x=630 y=416 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62074 x=691 y=935 width=101 height=85 xoffset=0 yoffset=14 xadvance=100 page=1 chnl=15 -char id=62075 x=315 y=270 width=101 height=86 xoffset=0 yoffset=14 xadvance=100 page=3 chnl=15 -char id=62076 x=186 y=832 width=58 height=100 xoffset=0 yoffset=0 xadvance=57 page=1 chnl=15 -char id=62077 x=419 y=936 width=91 height=80 xoffset=4 yoffset=10 xadvance=100 page=1 chnl=15 -char id=62078 x=540 y=360 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62080 x=360 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62081 x=796 y=0 width=101 height=95 xoffset=0 yoffset=0 xadvance=100 page=2 chnl=15 -char id=62082 x=194 y=208 width=93 height=100 xoffset=3 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62083 x=403 y=774 width=129 height=86 xoffset=0 yoffset=7 xadvance=128 page=2 chnl=15 -char id=62084 x=405 y=0 width=97 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62085 x=304 y=0 width=97 height=100 xoffset=1 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62086 x=388 y=208 width=93 height=100 xoffset=0 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62087 x=0 y=720 width=129 height=79 xoffset=0 yoffset=7 xadvance=128 page=4 chnl=15 -char id=62088 x=840 y=416 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62089 x=452 y=332 width=129 height=76 xoffset=0 yoffset=12 xadvance=128 page=5 chnl=15 -char id=62090 x=436 y=624 width=82 height=100 xoffset=2 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62091 x=450 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62092 x=360 y=270 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62093 x=720 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62094 x=450 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62096 x=315 y=416 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62097 x=882 y=0 width=115 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=62098 x=614 y=360 width=97 height=86 xoffset=1 yoffset=7 xadvance=100 page=3 chnl=15 -char id=62099 x=945 y=416 width=74 height=100 xoffset=5 yoffset=0 xadvance=85 page=0 chnl=15 -char id=62100 x=429 y=832 width=53 height=100 xoffset=2 yoffset=0 xadvance=57 page=1 chnl=15 -char id=62101 x=276 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=62102 x=252 y=101 width=101 height=94 xoffset=0 yoffset=3 xadvance=100 page=2 chnl=15 -char id=62103 x=0 y=0 width=101 height=98 xoffset=0 yoffset=1 xadvance=100 page=2 chnl=15 -char id=62104 x=630 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62105 x=630 y=728 width=100 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62106 x=525 y=520 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62107 x=0 y=728 width=79 height=100 xoffset=3 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62108 x=450 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=62109 x=945 y=312 width=75 height=100 xoffset=2 yoffset=0 xadvance=78 page=0 chnl=15 -char id=62110 x=0 y=969 width=129 height=47 xoffset=0 yoffset=27 xadvance=128 page=4 chnl=15 -char id=62112 x=860 y=624 width=79 height=100 xoffset=0 yoffset=0 xadvance=78 page=1 chnl=15 -char id=62113 x=133 y=720 width=122 height=79 xoffset=0 yoffset=7 xadvance=121 page=4 chnl=15 -char id=62114 x=0 y=624 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62115 x=133 y=0 width=129 height=100 xoffset=0 yoffset=0 xadvance=128 page=0 chnl=15 -char id=62116 x=210 y=624 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62117 x=816 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=62118 x=522 y=624 width=82 height=100 xoffset=2 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62119 x=776 y=104 width=93 height=100 xoffset=0 yoffset=0 xadvance=92 page=1 chnl=15 -char id=62120 x=735 y=489 width=101 height=91 xoffset=0 yoffset=8 xadvance=100 page=2 chnl=15 -char id=62121 x=223 y=936 width=72 height=84 xoffset=0 yoffset=8 xadvance=71 page=0 chnl=15 -char id=62122 x=630 y=630 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=3 chnl=15 -char id=62123 x=540 y=0 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62124 x=776 y=450 width=92 height=86 xoffset=0 yoffset=7 xadvance=92 page=3 chnl=15 -char id=62125 x=810 y=180 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62126 x=357 y=101 width=129 height=93 xoffset=0 yoffset=0 xadvance=128 page=2 chnl=15 -char id=62128 x=270 y=312 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62129 x=679 y=104 width=93 height=100 xoffset=0 yoffset=0 xadvance=92 page=1 chnl=15 -char id=62130 x=315 y=624 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62131 x=630 y=450 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62132 x=88 y=624 width=84 height=100 xoffset=2 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62133 x=635 y=936 width=129 height=82 xoffset=0 yoffset=14 xadvance=128 page=0 chnl=15 -char id=62134 x=525 y=624 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62135 x=630 y=624 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62136 x=0 y=624 width=84 height=100 xoffset=1 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62137 x=582 y=104 width=93 height=100 xoffset=0 yoffset=0 xadvance=92 page=1 chnl=15 -char id=62138 x=485 y=208 width=93 height=100 xoffset=0 yoffset=0 xadvance=92 page=1 chnl=15 -char id=62139 x=784 y=861 width=115 height=86 xoffset=0 yoffset=7 xadvance=114 page=2 chnl=15 -char id=62140 x=119 y=0 width=115 height=86 xoffset=0 yoffset=7 xadvance=114 page=3 chnl=15 -char id=62141 x=420 y=728 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62142 x=525 y=728 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62144 x=180 y=520 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62145 x=948 y=104 width=72 height=100 xoffset=0 yoffset=0 xadvance=71 page=0 chnl=15 -char id=62146 x=357 y=0 width=115 height=86 xoffset=0 yoffset=7 xadvance=114 page=3 chnl=15 -char id=62147 x=238 y=0 width=115 height=86 xoffset=0 yoffset=7 xadvance=114 page=3 chnl=15 -char id=62148 x=102 y=0 width=97 height=100 xoffset=1 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62149 x=0 y=588 width=129 height=90 xoffset=0 yoffset=5 xadvance=128 page=2 chnl=15 -char id=62150 x=735 y=624 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62151 x=124 y=832 width=58 height=100 xoffset=0 yoffset=0 xadvance=57 page=1 chnl=15 -char id=62152 x=248 y=832 width=58 height=100 xoffset=0 yoffset=0 xadvance=57 page=1 chnl=15 -char id=62153 x=926 y=728 width=58 height=100 xoffset=0 yoffset=0 xadvance=57 page=1 chnl=15 -char id=62154 x=0 y=832 width=58 height=100 xoffset=0 yoffset=0 xadvance=57 page=1 chnl=15 -char id=62155 x=310 y=832 width=58 height=100 xoffset=0 yoffset=0 xadvance=57 page=1 chnl=15 -char id=62156 x=679 y=208 width=108 height=100 xoffset=0 yoffset=0 xadvance=107 page=0 chnl=15 -char id=62157 x=630 y=520 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62158 x=868 y=208 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62160 x=542 y=90 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=62161 x=0 y=990 width=101 height=29 xoffset=0 yoffset=64 xadvance=100 page=3 chnl=15 -char id=62162 x=476 y=104 width=115 height=100 xoffset=0 yoffset=0 xadvance=114 page=0 chnl=15 -char id=62163 x=420 y=180 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=62164 x=210 y=270 width=101 height=86 xoffset=0 yoffset=7 xadvance=100 page=3 chnl=15 -char id=62165 x=210 y=520 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62166 x=105 y=520 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62167 x=720 y=520 width=86 height=100 xoffset=0 yoffset=0 xadvance=85 page=1 chnl=15 -char id=62168 x=180 y=540 width=86 height=86 xoffset=0 yoffset=7 xadvance=85 page=4 chnl=15 -char id=62169 x=642 y=0 width=117 height=100 xoffset=2 yoffset=0 xadvance=121 page=0 chnl=15 -char id=62170 x=706 y=0 width=96 height=100 xoffset=2 yoffset=0 xadvance=100 page=1 chnl=15 -char id=62171 x=837 y=294 width=86 height=93 xoffset=0 yoffset=0 xadvance=85 page=2 chnl=15 -char id=62172 x=931 y=832 width=88 height=100 xoffset=2 yoffset=0 xadvance=92 page=0 chnl=15 -char id=62173 x=525 y=416 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62174 x=420 y=416 width=101 height=100 xoffset=0 yoffset=0 xadvance=100 page=0 chnl=15 -char id=62176 x=903 y=208 width=104 height=100 xoffset=2 yoffset=0 xadvance=107 page=0 chnl=15 -char id=62177 x=1001 y=10 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62178 x=1001 y=15 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62179 x=1001 y=20 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62180 x=1001 y=25 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62181 x=1001 y=30 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62182 x=1001 y=35 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62183 x=1001 y=40 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62184 x=1001 y=45 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62185 x=1001 y=50 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62186 x=1001 y=55 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62187 x=1001 y=60 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62188 x=1001 y=65 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62189 x=1001 y=70 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62190 x=1001 y=75 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 -char id=62720 x=1001 y=80 width=3 height=1 xoffset=0 yoffset=99 xadvance=100 page=0 chnl=15 diff --git a/osu.Game.Resources/Fonts/Noto-Basic.bin b/osu.Game.Resources/Fonts/Noto-Basic.bin new file mode 100644 index 0000000000000000000000000000000000000000..3a4450536927c2bcbfddc3065463add9ae7dd8db GIT binary patch literal 60040 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 A&Hw-a literal 0 HcmV?d00001 diff --git a/osu.Game.Resources/Fonts/Noto-Basic.fnt b/osu.Game.Resources/Fonts/Noto-Basic.fnt deleted file mode 100644 index b6b76ff..0000000 --- a/osu.Game.Resources/Fonts/Noto-Basic.fnt +++ /dev/null @@ -1,4388 +0,0 @@ -info face="Noto Sans CJK JP Medium" size=100 bold=1 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=4,4 outline=0 -common lineHeight=100 base=79 scaleW=1024 scaleH=1024 pages=4 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="Noto-Basic_0.png" -page id=1 file="Noto-Basic_1.png" -page id=2 file="Noto-Basic_2.png" -page id=3 file="Noto-Basic_3.png" -chars count=1609 -char id=0 x=1011 y=128 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=1 chnl=15 -char id=1 x=1016 y=462 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=1 chnl=15 -char id=2 x=243 y=671 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=3 x=249 y=671 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=4 x=255 y=671 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=5 x=308 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=6 x=320 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=7 x=237 y=671 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=8 x=386 y=1017 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=9 x=1017 y=128 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=1 chnl=15 -char id=10 x=89 y=99 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=11 x=1005 y=128 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=1 chnl=15 -char id=12 x=302 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=13 x=296 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=14 x=290 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=15 x=284 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=16 x=278 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=17 x=272 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=18 x=261 y=671 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=19 x=392 y=1017 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=20 x=231 y=671 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=21 x=150 y=318 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=22 x=95 y=99 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=23 x=101 y=99 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=24 x=107 y=99 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=25 x=116 y=173 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=26 x=122 y=173 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=27 x=128 y=173 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=28 x=134 y=173 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=29 x=144 y=318 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=30 x=157 y=376 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=31 x=157 y=381 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=32 x=157 y=386 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=33 x=648 y=784 width=11 height=53 xoffset=6 yoffset=27 xadvance=25 page=2 chnl=15 -char id=34 x=273 y=982 width=23 height=22 xoffset=6 yoffset=26 xadvance=36 page=3 chnl=15 -char id=35 x=312 y=326 width=34 height=50 xoffset=2 yoffset=29 xadvance=40 page=3 chnl=15 -char id=36 x=470 y=585 width=31 height=65 xoffset=3 yoffset=22 xadvance=40 page=0 chnl=15 -char id=37 x=790 y=784 width=59 height=52 xoffset=2 yoffset=28 xadvance=65 page=2 chnl=15 -char id=38 x=763 y=840 width=44 height=52 xoffset=2 yoffset=28 xadvance=49 page=2 chnl=15 -char id=39 x=523 y=997 width=8 height=22 xoffset=6 yoffset=26 xadvance=22 page=0 chnl=15 -char id=40 x=602 y=78 width=15 height=69 xoffset=6 yoffset=23 xadvance=25 page=0 chnl=15 -char id=41 x=621 y=78 width=15 height=69 xoffset=3 yoffset=23 xadvance=25 page=0 chnl=15 -char id=42 x=597 y=945 width=25 height=25 xoffset=4 yoffset=24 xadvance=34 page=3 chnl=15 -char id=43 x=362 y=839 width=34 height=35 xoffset=2 yoffset=36 xadvance=40 page=3 chnl=15 -char id=44 x=1007 y=906 width=13 height=25 xoffset=3 yoffset=68 xadvance=22 page=3 chnl=15 -char id=45 x=292 y=1013 width=18 height=7 xoffset=3 yoffset=56 xadvance=26 page=2 chnl=15 -char id=46 x=807 y=1007 width=11 height=12 xoffset=5 yoffset=68 xadvance=22 page=2 chnl=15 -char id=47 x=927 y=437 width=24 height=67 xoffset=1 yoffset=24 xadvance=28 page=0 chnl=15 -char id=48 x=846 y=896 width=32 height=52 xoffset=3 yoffset=28 xadvance=40 page=2 chnl=15 -char id=49 x=847 y=326 width=29 height=50 xoffset=6 yoffset=29 xadvance=40 page=3 chnl=15 -char id=50 x=460 y=55 width=33 height=51 xoffset=2 yoffset=28 xadvance=40 page=3 chnl=15 -char id=51 x=809 y=896 width=33 height=52 xoffset=2 yoffset=28 xadvance=40 page=2 chnl=15 -char id=52 x=0 y=326 width=35 height=50 xoffset=1 yoffset=29 xadvance=40 page=3 chnl=15 -char id=53 x=423 y=55 width=33 height=51 xoffset=2 yoffset=29 xadvance=40 page=3 chnl=15 -char id=54 x=918 y=896 width=32 height=52 xoffset=3 yoffset=28 xadvance=40 page=2 chnl=15 -char id=55 x=501 y=326 width=32 height=50 xoffset=3 yoffset=29 xadvance=40 page=3 chnl=15 -char id=56 x=954 y=896 width=32 height=52 xoffset=3 yoffset=28 xadvance=40 page=2 chnl=15 -char id=57 x=0 y=958 width=32 height=52 xoffset=3 yoffset=28 xadvance=40 page=2 chnl=15 -char id=58 x=859 y=752 width=11 height=38 xoffset=5 yoffset=42 xadvance=22 page=3 chnl=15 -char id=59 x=746 y=55 width=13 height=51 xoffset=3 yoffset=42 xadvance=22 page=3 chnl=15 -char id=60 x=55 y=882 width=34 height=33 xoffset=2 yoffset=37 xadvance=40 page=3 chnl=15 -char id=61 x=0 y=986 width=34 height=23 xoffset=2 yoffset=42 xadvance=40 page=3 chnl=15 -char id=62 x=93 y=881 width=34 height=33 xoffset=2 yoffset=37 xadvance=40 page=3 chnl=15 -char id=63 x=513 y=784 width=27 height=53 xoffset=3 yoffset=27 xadvance=35 page=2 chnl=15 -char id=64 x=444 y=673 width=58 height=62 xoffset=4 yoffset=29 xadvance=67 page=1 chnl=15 -char id=65 x=186 y=218 width=42 height=50 xoffset=0 yoffset=29 xadvance=43 page=3 chnl=15 -char id=66 x=658 y=272 width=36 height=50 xoffset=6 yoffset=29 xadvance=46 page=3 chnl=15 -char id=67 x=87 y=902 width=38 height=52 xoffset=4 yoffset=28 xadvance=45 page=2 chnl=15 -char id=68 x=412 y=272 width=37 height=50 xoffset=6 yoffset=29 xadvance=49 page=3 chnl=15 -char id=69 x=573 y=326 width=31 height=50 xoffset=6 yoffset=29 xadvance=42 page=3 chnl=15 -char id=70 x=712 y=326 width=30 height=50 xoffset=6 yoffset=29 xadvance=40 page=3 chnl=15 -char id=71 x=44 y=902 width=39 height=52 xoffset=4 yoffset=28 xadvance=49 page=2 chnl=15 -char id=72 x=494 y=272 width=37 height=50 xoffset=6 yoffset=29 xadvance=51 page=3 chnl=15 -char id=73 x=1008 y=951 width=8 height=50 xoffset=6 yoffset=29 xadvance=22 page=2 chnl=15 -char id=74 x=570 y=55 width=29 height=51 xoffset=2 yoffset=29 xadvance=39 page=3 chnl=15 -char id=75 x=725 y=218 width=38 height=50 xoffset=6 yoffset=29 xadvance=46 page=3 chnl=15 -char id=76 x=814 y=326 width=29 height=50 xoffset=6 yoffset=29 xadvance=39 page=3 chnl=15 -char id=77 x=852 y=163 width=43 height=50 xoffset=6 yoffset=29 xadvance=57 page=3 chnl=15 -char id=78 x=535 y=272 width=37 height=50 xoffset=6 yoffset=29 xadvance=51 page=3 chnl=15 -char id=79 x=907 y=840 width=44 height=52 xoffset=4 yoffset=28 xadvance=52 page=2 chnl=15 -char id=80 x=195 y=326 width=35 height=50 xoffset=6 yoffset=29 xadvance=45 page=3 chnl=15 -char id=81 x=285 y=204 width=45 height=64 xoffset=4 yoffset=28 xadvance=52 page=1 chnl=15 -char id=82 x=738 y=272 width=36 height=50 xoffset=6 yoffset=29 xadvance=46 page=3 chnl=15 -char id=83 x=620 y=897 width=35 height=52 xoffset=3 yoffset=28 xadvance=42 page=2 chnl=15 -char id=84 x=576 y=272 width=37 height=50 xoffset=2 yoffset=29 xadvance=43 page=3 chnl=15 -char id=85 x=342 y=55 width=37 height=51 xoffset=6 yoffset=29 xadvance=51 page=3 chnl=15 -char id=86 x=278 y=218 width=41 height=50 xoffset=0 yoffset=29 xadvance=42 page=3 chnl=15 -char id=87 x=522 y=110 width=57 height=50 xoffset=1 yoffset=29 xadvance=62 page=3 chnl=15 -char id=88 x=851 y=218 width=38 height=50 xoffset=1 yoffset=29 xadvance=42 page=3 chnl=15 -char id=89 x=977 y=217 width=38 height=50 xoffset=0 yoffset=29 xadvance=39 page=3 chnl=15 -char id=90 x=937 y=271 width=35 height=50 xoffset=3 yoffset=29 xadvance=42 page=3 chnl=15 -char id=91 x=757 y=579 width=14 height=65 xoffset=7 yoffset=25 xadvance=25 page=0 chnl=15 -char id=92 x=899 y=437 width=24 height=67 xoffset=1 yoffset=24 xadvance=28 page=0 chnl=15 -char id=93 x=738 y=582 width=15 height=65 xoffset=2 yoffset=25 xadvance=25 page=0 chnl=15 -char id=94 x=498 y=913 width=30 height=30 xoffset=4 yoffset=28 xadvance=40 page=3 chnl=15 -char id=95 x=0 y=1014 width=36 height=6 xoffset=1 yoffset=83 xadvance=39 page=2 chnl=15 -char id=96 x=887 y=968 width=17 height=17 xoffset=8 yoffset=18 xadvance=43 page=3 chnl=15 -char id=97 x=250 y=628 width=30 height=40 xoffset=4 yoffset=40 xadvance=40 page=3 chnl=15 -char id=98 x=796 y=432 width=34 height=56 xoffset=6 yoffset=24 xadvance=44 page=2 chnl=15 -char id=99 x=216 y=628 width=30 height=40 xoffset=3 yoffset=40 xadvance=36 page=3 chnl=15 -char id=100 x=910 y=431 width=33 height=56 xoffset=3 yoffset=24 xadvance=44 page=2 chnl=15 -char id=101 x=75 y=629 width=32 height=40 xoffset=3 yoffset=40 xadvance=40 page=3 chnl=15 -char id=102 x=194 y=612 width=24 height=55 xoffset=2 yoffset=24 xadvance=25 page=2 chnl=15 -char id=103 x=806 y=551 width=35 height=55 xoffset=3 yoffset=40 xadvance=40 page=2 chnl=15 -char id=104 x=955 y=550 width=31 height=55 xoffset=6 yoffset=24 xadvance=43 page=2 chnl=15 -char id=105 x=1005 y=667 width=10 height=54 xoffset=5 yoffset=25 xadvance=21 page=2 chnl=15 -char id=106 x=470 y=80 width=18 height=70 xoffset=-3 yoffset=25 xadvance=21 page=0 chnl=15 -char id=107 x=919 y=550 width=32 height=55 xoffset=6 yoffset=24 xadvance=40 page=2 chnl=15 -char id=108 x=335 y=493 width=12 height=56 xoffset=6 yoffset=24 xadvance=22 page=2 chnl=15 -char id=109 x=132 y=673 width=53 height=39 xoffset=6 yoffset=40 xadvance=65 page=3 chnl=15 -char id=110 x=959 y=666 width=31 height=39 xoffset=6 yoffset=40 xadvance=44 page=3 chnl=15 -char id=111 x=858 y=580 width=35 height=40 xoffset=3 yoffset=40 xadvance=43 page=3 chnl=15 -char id=112 x=785 y=669 width=34 height=54 xoffset=6 yoffset=40 xadvance=44 page=2 chnl=15 -char id=113 x=861 y=668 width=33 height=54 xoffset=3 yoffset=40 xadvance=44 page=2 chnl=15 -char id=114 x=994 y=666 width=22 height=39 xoffset=6 yoffset=40 xadvance=29 page=3 chnl=15 -char id=115 x=420 y=627 width=29 height=40 xoffset=2 yoffset=40 xadvance=34 page=3 chnl=15 -char id=116 x=880 y=380 width=24 height=49 xoffset=1 yoffset=31 xadvance=28 page=3 chnl=15 -char id=117 x=924 y=667 width=31 height=39 xoffset=5 yoffset=41 xadvance=43 page=3 chnl=15 -char id=118 x=285 y=758 width=35 height=38 xoffset=1 yoffset=41 xadvance=38 page=3 chnl=15 -char id=119 x=663 y=711 width=52 height=38 xoffset=2 yoffset=41 xadvance=57 page=3 chnl=15 -char id=120 x=478 y=756 width=34 height=38 xoffset=1 yoffset=41 xadvance=37 page=3 chnl=15 -char id=121 x=225 y=788 width=35 height=53 xoffset=1 yoffset=41 xadvance=38 page=2 chnl=15 -char id=122 x=765 y=753 width=29 height=38 xoffset=2 yoffset=41 xadvance=35 page=3 chnl=15 -char id=123 x=692 y=582 width=19 height=65 xoffset=2 yoffset=25 xadvance=25 page=0 chnl=15 -char id=124 x=382 y=0 width=5 height=77 xoffset=7 yoffset=21 xadvance=20 page=0 chnl=15 -char id=125 x=715 y=582 width=19 height=65 xoffset=2 yoffset=25 xadvance=25 page=0 chnl=15 -char id=126 x=737 y=1007 width=34 height=13 xoffset=2 yoffset=47 xadvance=40 page=2 chnl=15 -char id=160 x=326 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=17 page=0 chnl=15 -char id=161 x=633 y=784 width=11 height=53 xoffset=6 yoffset=40 xadvance=25 page=2 chnl=15 -char id=162 x=412 y=785 width=31 height=53 xoffset=4 yoffset=29 xadvance=40 page=2 chnl=15 -char id=163 x=537 y=326 width=32 height=50 xoffset=4 yoffset=29 xadvance=40 page=3 chnl=15 -char id=164 x=323 y=840 width=35 height=35 xoffset=2 yoffset=36 xadvance=40 page=3 chnl=15 -char id=165 x=808 y=380 width=36 height=49 xoffset=1 yoffset=30 xadvance=40 page=3 chnl=15 -char id=166 x=373 y=0 width=5 height=77 xoffset=7 yoffset=21 xadvance=20 page=0 chnl=15 -char id=167 x=640 y=188 width=33 height=58 xoffset=17 yoffset=26 xadvance=69 page=2 chnl=15 -char id=168 x=116 y=160 width=24 height=9 xoffset=9 yoffset=26 xadvance=43 page=0 chnl=15 -char id=169 x=749 y=0 width=49 height=51 xoffset=4 yoffset=29 xadvance=58 page=3 chnl=15 -char id=170 x=953 y=907 width=21 height=26 xoffset=3 yoffset=24 xadvance=28 page=3 chnl=15 -char id=171 x=622 y=912 width=27 height=29 xoffset=3 yoffset=45 xadvance=35 page=3 chnl=15 -char id=172 x=512 y=999 width=34 height=21 xoffset=2 yoffset=50 xadvance=40 page=1 chnl=15 -char id=173 x=254 y=1013 width=34 height=7 xoffset=2 yoffset=50 xadvance=40 page=2 chnl=15 -char id=174 x=410 y=914 width=29 height=31 xoffset=2 yoffset=24 xadvance=35 page=3 chnl=15 -char id=175 x=240 y=1009 width=21 height=5 xoffset=10 yoffset=28 xadvance=43 page=3 chnl=15 -char id=176 x=650 y=999 width=20 height=21 xoffset=3 yoffset=26 xadvance=27 page=1 chnl=15 -char id=177 x=222 y=671 width=50 height=54 xoffset=9 yoffset=24 xadvance=69 page=2 chnl=15 -char id=178 x=472 y=914 width=22 height=31 xoffset=3 yoffset=18 xadvance=30 page=3 chnl=15 -char id=179 x=991 y=870 width=22 height=32 xoffset=2 yoffset=18 xadvance=30 page=3 chnl=15 -char id=180 x=866 y=968 width=17 height=17 xoffset=16 yoffset=18 xadvance=43 page=3 chnl=15 -char id=181 x=580 y=897 width=36 height=52 xoffset=6 yoffset=41 xadvance=45 page=2 chnl=15 -char id=182 x=35 y=495 width=31 height=56 xoffset=16 yoffset=27 xadvance=69 page=2 chnl=15 -char id=183 x=792 y=1007 width=11 height=12 xoffset=14 yoffset=48 xadvance=40 page=2 chnl=15 -char id=184 x=728 y=969 width=14 height=18 xoffset=13 yoffset=78 xadvance=43 page=3 chnl=15 -char id=185 x=532 y=913 width=13 height=30 xoffset=6 yoffset=19 xadvance=30 page=3 chnl=15 -char id=186 x=907 y=991 width=24 height=26 xoffset=2 yoffset=24 xadvance=29 page=0 chnl=15 -char id=187 x=591 y=912 width=27 height=29 xoffset=4 yoffset=45 xadvance=35 page=3 chnl=15 -char id=188 x=235 y=845 width=54 height=52 xoffset=4 yoffset=28 xadvance=61 page=2 chnl=15 -char id=189 x=60 y=846 width=55 height=52 xoffset=4 yoffset=28 xadvance=64 page=2 chnl=15 -char id=190 x=915 y=783 width=57 height=52 xoffset=2 yoffset=28 xadvance=62 page=2 chnl=15 -char id=191 x=544 y=784 width=27 height=53 xoffset=3 yoffset=40 xadvance=35 page=2 chnl=15 -char id=192 x=261 y=448 width=42 height=67 xoffset=0 yoffset=12 xadvance=43 page=0 chnl=15 -char id=193 x=307 y=447 width=42 height=67 xoffset=0 yoffset=12 xadvance=43 page=0 chnl=15 -char id=194 x=428 y=204 width=42 height=64 xoffset=0 yoffset=15 xadvance=43 page=1 chnl=15 -char id=195 x=97 y=611 width=42 height=65 xoffset=0 yoffset=14 xadvance=43 page=0 chnl=15 -char id=196 x=320 y=540 width=42 height=63 xoffset=0 yoffset=16 xadvance=43 page=1 chnl=15 -char id=197 x=543 y=298 width=42 height=68 xoffset=0 yoffset=11 xadvance=43 page=0 chnl=15 -char id=198 x=397 y=110 width=59 height=50 xoffset=0 yoffset=29 xadvance=64 page=3 chnl=15 -char id=199 x=975 y=293 width=38 height=68 xoffset=4 yoffset=28 xadvance=45 page=0 chnl=15 -char id=200 x=725 y=438 width=31 height=67 xoffset=6 yoffset=12 xadvance=42 page=0 chnl=15 -char id=201 x=760 y=438 width=31 height=67 xoffset=6 yoffset=12 xadvance=42 page=0 chnl=15 -char id=202 x=585 y=204 width=31 height=64 xoffset=6 yoffset=15 xadvance=42 page=1 chnl=15 -char id=203 x=631 y=540 width=31 height=63 xoffset=6 yoffset=16 xadvance=42 page=1 chnl=15 -char id=204 x=955 y=437 width=16 height=67 xoffset=0 yoffset=12 xadvance=22 page=0 chnl=15 -char id=205 x=975 y=437 width=16 height=67 xoffset=6 yoffset=12 xadvance=22 page=0 chnl=15 -char id=206 x=835 y=204 width=23 height=64 xoffset=-1 yoffset=15 xadvance=22 page=1 chnl=15 -char id=207 x=729 y=540 width=25 height=63 xoffset=-1 yoffset=16 xadvance=22 page=1 chnl=15 -char id=208 x=758 y=164 width=43 height=50 xoffset=2 yoffset=29 xadvance=50 page=3 chnl=15 -char id=209 x=313 y=588 width=37 height=65 xoffset=6 yoffset=14 xadvance=51 page=0 chnl=15 -char id=210 x=448 y=298 width=44 height=68 xoffset=4 yoffset=12 xadvance=52 page=0 chnl=15 -char id=211 x=400 y=300 width=44 height=68 xoffset=4 yoffset=12 xadvance=52 page=0 chnl=15 -char id=212 x=975 y=508 width=44 height=65 xoffset=4 yoffset=15 xadvance=52 page=0 chnl=15 -char id=213 x=216 y=519 width=44 height=66 xoffset=4 yoffset=14 xadvance=52 page=0 chnl=15 -char id=214 x=334 y=204 width=44 height=64 xoffset=4 yoffset=16 xadvance=52 page=1 chnl=15 -char id=215 x=224 y=535 width=44 height=44 xoffset=12 yoffset=31 xadvance=69 page=3 chnl=15 -char id=216 x=268 y=553 width=45 height=55 xoffset=3 yoffset=26 xadvance=52 page=2 chnl=15 -char id=217 x=502 y=370 width=37 height=68 xoffset=6 yoffset=12 xadvance=51 page=0 chnl=15 -char id=218 x=420 y=372 width=37 height=68 xoffset=6 yoffset=12 xadvance=51 page=0 chnl=15 -char id=219 x=272 y=589 width=37 height=65 xoffset=6 yoffset=15 xadvance=51 page=0 chnl=15 -char id=220 x=979 y=577 width=37 height=64 xoffset=6 yoffset=16 xadvance=51 page=0 chnl=15 -char id=221 x=441 y=444 width=38 height=67 xoffset=0 yoffset=12 xadvance=39 page=0 chnl=15 -char id=222 x=78 y=326 width=35 height=50 xoffset=6 yoffset=29 xadvance=47 page=3 chnl=15 -char id=223 x=673 y=433 width=37 height=56 xoffset=6 yoffset=24 xadvance=46 page=2 chnl=15 -char id=224 x=104 y=805 width=30 height=62 xoffset=4 yoffset=18 xadvance=40 page=1 chnl=15 -char id=225 x=70 y=805 width=30 height=62 xoffset=4 yoffset=18 xadvance=40 page=1 chnl=15 -char id=226 x=854 y=187 width=30 height=58 xoffset=4 yoffset=22 xadvance=40 page=2 chnl=15 -char id=227 x=910 y=310 width=30 height=57 xoffset=4 yoffset=23 xadvance=40 page=2 chnl=15 -char id=228 x=105 y=731 width=30 height=54 xoffset=4 yoffset=26 xadvance=40 page=2 chnl=15 -char id=229 x=737 y=63 width=30 height=59 xoffset=4 yoffset=21 xadvance=40 page=2 chnl=15 -char id=230 x=490 y=582 width=53 height=40 xoffset=4 yoffset=40 xadvance=61 page=3 chnl=15 -char id=231 x=140 y=493 width=30 height=56 xoffset=3 yoffset=40 xadvance=36 page=2 chnl=15 -char id=232 x=876 y=738 width=32 height=62 xoffset=3 yoffset=18 xadvance=40 page=1 chnl=15 -char id=233 x=912 y=738 width=32 height=62 xoffset=3 yoffset=18 xadvance=40 page=1 chnl=15 -char id=234 x=677 y=188 width=32 height=58 xoffset=3 yoffset=22 xadvance=40 page=2 chnl=15 -char id=235 x=898 y=668 width=32 height=54 xoffset=3 yoffset=26 xadvance=40 page=2 chnl=15 -char id=236 x=804 y=870 width=17 height=61 xoffset=-2 yoffset=18 xadvance=21 page=1 chnl=15 -char id=237 x=825 y=870 width=17 height=61 xoffset=5 yoffset=18 xadvance=21 page=1 chnl=15 -char id=238 x=31 y=374 width=25 height=57 xoffset=-2 yoffset=22 xadvance=21 page=2 chnl=15 -char id=239 x=605 y=784 width=24 height=53 xoffset=-2 yoffset=26 xadvance=21 page=2 chnl=15 -char id=240 x=986 y=249 width=34 height=57 xoffset=4 yoffset=23 xadvance=43 page=2 chnl=15 -char id=241 x=105 y=495 width=31 height=56 xoffset=6 yoffset=23 xadvance=44 page=2 chnl=15 -char id=242 x=494 y=739 width=35 height=62 xoffset=3 yoffset=18 xadvance=43 page=1 chnl=15 -char id=243 x=533 y=739 width=35 height=62 xoffset=3 yoffset=18 xadvance=43 page=1 chnl=15 -char id=244 x=486 y=189 width=35 height=58 xoffset=3 yoffset=22 xadvance=43 page=2 chnl=15 -char id=245 x=653 y=311 width=35 height=57 xoffset=3 yoffset=23 xadvance=43 page=2 chnl=15 -char id=246 x=746 y=669 width=35 height=54 xoffset=3 yoffset=26 xadvance=43 page=2 chnl=15 -char id=247 x=696 y=484 width=49 height=45 xoffset=9 yoffset=31 xadvance=69 page=3 chnl=15 -char id=248 x=982 y=530 width=35 height=42 xoffset=3 yoffset=39 xadvance=43 page=3 chnl=15 -char id=249 x=983 y=738 width=31 height=62 xoffset=5 yoffset=18 xadvance=43 page=1 chnl=15 -char id=250 x=948 y=738 width=31 height=62 xoffset=5 yoffset=18 xadvance=43 page=1 chnl=15 -char id=251 x=749 y=188 width=31 height=58 xoffset=5 yoffset=22 xadvance=43 page=2 chnl=15 -char id=252 x=970 y=667 width=31 height=54 xoffset=5 yoffset=26 xadvance=43 page=2 chnl=15 -char id=253 x=514 y=0 width=35 height=76 xoffset=1 yoffset=18 xadvance=38 page=0 chnl=15 -char id=254 x=396 y=80 width=34 height=70 xoffset=6 yoffset=24 xadvance=44 page=0 chnl=15 -char id=255 x=663 y=369 width=35 height=68 xoffset=1 yoffset=26 xadvance=38 page=0 chnl=15 -char id=256 x=423 y=870 width=42 height=61 xoffset=0 yoffset=18 xadvance=43 page=1 chnl=15 -char id=257 x=990 y=895 width=30 height=52 xoffset=4 yoffset=28 xadvance=40 page=2 chnl=15 -char id=258 x=143 y=611 width=42 height=65 xoffset=0 yoffset=14 xadvance=43 page=0 chnl=15 -char id=259 x=876 y=310 width=30 height=57 xoffset=4 yoffset=23 xadvance=40 page=2 chnl=15 -char id=272 x=899 y=163 width=43 height=50 xoffset=2 yoffset=29 xadvance=50 page=3 chnl=15 -char id=273 x=360 y=552 width=39 height=55 xoffset=3 yoffset=25 xadvance=44 page=2 chnl=15 -char id=274 x=469 y=870 width=31 height=61 xoffset=6 yoffset=18 xadvance=42 page=1 chnl=15 -char id=275 x=882 y=896 width=32 height=52 xoffset=3 yoffset=28 xadvance=40 page=2 chnl=15 -char id=282 x=505 y=583 width=31 height=65 xoffset=6 yoffset=14 xadvance=42 page=0 chnl=15 -char id=283 x=558 y=63 width=32 height=59 xoffset=3 yoffset=21 xadvance=40 page=2 chnl=15 -char id=296 x=540 y=583 width=28 height=65 xoffset=-3 yoffset=14 xadvance=22 page=0 chnl=15 -char id=297 x=304 y=493 width=27 height=56 xoffset=-3 yoffset=23 xadvance=21 page=2 chnl=15 -char id=298 x=779 y=870 width=21 height=61 xoffset=0 yoffset=18 xadvance=22 page=1 chnl=15 -char id=299 x=999 y=0 width=21 height=51 xoffset=0 yoffset=28 xadvance=21 page=3 chnl=15 -char id=323 x=567 y=442 width=37 height=67 xoffset=6 yoffset=12 xadvance=51 page=0 chnl=15 -char id=324 x=504 y=870 width=31 height=61 xoffset=6 yoffset=18 xadvance=44 page=1 chnl=15 -char id=327 x=354 y=588 width=37 height=65 xoffset=6 yoffset=14 xadvance=51 page=0 chnl=15 -char id=328 x=819 y=188 width=31 height=58 xoffset=6 yoffset=21 xadvance=44 page=2 chnl=15 -char id=332 x=976 y=672 width=44 height=62 xoffset=4 yoffset=18 xadvance=52 page=1 chnl=15 -char id=333 x=659 y=897 width=35 height=52 xoffset=3 yoffset=28 xadvance=43 page=2 chnl=15 -char id=334 x=264 y=519 width=44 height=66 xoffset=4 yoffset=14 xadvance=52 page=0 chnl=15 -char id=335 x=525 y=189 width=35 height=58 xoffset=3 yoffset=22 xadvance=43 page=2 chnl=15 -char id=338 x=460 y=110 width=58 height=50 xoffset=4 yoffset=29 xadvance=66 page=3 chnl=15 -char id=339 x=428 y=582 width=58 height=40 xoffset=3 yoffset=40 xadvance=65 page=3 chnl=15 -char id=360 x=488 y=513 width=37 height=66 xoffset=6 yoffset=14 xadvance=51 page=0 chnl=15 -char id=361 x=841 y=311 width=31 height=57 xoffset=5 yoffset=23 xadvance=43 page=2 chnl=15 -char id=362 x=294 y=739 width=37 height=62 xoffset=6 yoffset=18 xadvance=51 page=1 chnl=15 -char id=363 x=36 y=958 width=31 height=52 xoffset=5 yoffset=28 xadvance=43 page=2 chnl=15 -char id=364 x=570 y=513 width=37 height=66 xoffset=6 yoffset=14 xadvance=51 page=0 chnl=15 -char id=365 x=784 y=188 width=31 height=58 xoffset=5 yoffset=22 xadvance=43 page=2 chnl=15 -char id=402 x=564 y=189 width=34 height=58 xoffset=1 yoffset=28 xadvance=40 page=2 chnl=15 -char id=416 x=272 y=540 width=44 height=63 xoffset=4 yoffset=17 xadvance=52 page=1 chnl=15 -char id=417 x=129 y=902 width=38 height=52 xoffset=3 yoffset=28 xadvance=43 page=2 chnl=15 -char id=431 x=924 y=508 width=47 height=65 xoffset=6 yoffset=15 xadvance=52 page=0 chnl=15 -char id=432 x=141 y=789 width=38 height=53 xoffset=5 yoffset=27 xadvance=43 page=2 chnl=15 -char id=461 x=51 y=611 width=42 height=65 xoffset=0 yoffset=14 xadvance=43 page=0 chnl=15 -char id=462 x=771 y=63 width=30 height=59 xoffset=4 yoffset=21 xadvance=40 page=2 chnl=15 -char id=463 x=572 y=583 width=24 height=65 xoffset=-1 yoffset=14 xadvance=22 page=0 chnl=15 -char id=464 x=983 y=187 width=25 height=58 xoffset=-2 yoffset=21 xadvance=21 page=2 chnl=15 -char id=465 x=168 y=538 width=44 height=66 xoffset=4 yoffset=14 xadvance=52 page=0 chnl=15 -char id=466 x=519 y=64 width=35 height=59 xoffset=3 yoffset=21 xadvance=43 page=2 chnl=15 -char id=467 x=447 y=515 width=37 height=66 xoffset=6 yoffset=14 xadvance=51 page=0 chnl=15 -char id=468 x=702 y=63 width=31 height=59 xoffset=5 yoffset=21 xadvance=43 page=2 chnl=15 -char id=469 x=116 y=85 width=37 height=71 xoffset=6 yoffset=9 xadvance=51 page=0 chnl=15 -char id=470 x=596 y=540 width=31 height=63 xoffset=5 yoffset=17 xadvance=43 page=1 chnl=15 -char id=471 x=473 y=0 width=37 height=76 xoffset=6 yoffset=4 xadvance=51 page=0 chnl=15 -char id=472 x=830 y=437 width=31 height=67 xoffset=5 yoffset=13 xadvance=43 page=0 chnl=15 -char id=473 x=391 y=0 width=37 height=76 xoffset=6 yoffset=4 xadvance=51 page=0 chnl=15 -char id=474 x=646 y=513 width=31 height=66 xoffset=5 yoffset=14 xadvance=43 page=0 chnl=15 -char id=475 x=432 y=0 width=37 height=76 xoffset=6 yoffset=4 xadvance=51 page=0 chnl=15 -char id=476 x=795 y=438 width=31 height=67 xoffset=5 yoffset=13 xadvance=43 page=0 chnl=15 -char id=504 x=608 y=442 width=37 height=67 xoffset=6 yoffset=12 xadvance=51 page=0 chnl=15 -char id=505 x=539 y=870 width=31 height=61 xoffset=6 yoffset=18 xadvance=44 page=1 chnl=15 -char id=593 x=38 y=630 width=33 height=40 xoffset=3 yoffset=40 xadvance=44 page=3 chnl=15 -char id=609 x=845 y=551 width=34 height=55 xoffset=3 yoffset=40 xadvance=44 page=2 chnl=15 -char id=711 x=549 y=913 width=38 height=29 xoffset=15 yoffset=41 xadvance=69 page=3 chnl=15 -char id=713 x=180 y=1011 width=26 height=5 xoffset=21 yoffset=30 xadvance=69 page=3 chnl=15 -char id=714 x=921 y=908 width=28 height=27 xoffset=20 yoffset=41 xadvance=69 page=3 chnl=15 -char id=715 x=603 y=994 width=29 height=26 xoffset=20 yoffset=42 xadvance=69 page=0 chnl=15 -char id=729 x=475 y=1002 width=13 height=14 xoffset=27 yoffset=46 xadvance=69 page=3 chnl=15 -char id=913 x=140 y=218 width=42 height=50 xoffset=0 yoffset=29 xadvance=43 page=3 chnl=15 -char id=914 x=778 y=272 width=36 height=50 xoffset=6 yoffset=29 xadvance=46 page=3 chnl=15 -char id=915 x=678 y=326 width=30 height=50 xoffset=6 yoffset=29 xadvance=40 page=3 chnl=15 -char id=916 x=458 y=218 width=41 height=50 xoffset=2 yoffset=29 xadvance=47 page=3 chnl=15 -char id=917 x=643 y=326 width=31 height=50 xoffset=6 yoffset=29 xadvance=42 page=3 chnl=15 -char id=918 x=898 y=271 width=35 height=50 xoffset=3 yoffset=29 xadvance=42 page=3 chnl=15 -char id=919 x=125 y=272 width=37 height=50 xoffset=6 yoffset=29 xadvance=51 page=3 chnl=15 -char id=920 x=976 y=782 width=44 height=52 xoffset=4 yoffset=28 xadvance=52 page=2 chnl=15 -char id=921 x=892 y=326 width=8 height=50 xoffset=6 yoffset=29 xadvance=22 page=3 chnl=15 -char id=922 x=0 y=272 width=38 height=50 xoffset=6 yoffset=29 xadvance=46 page=3 chnl=15 -char id=923 x=503 y=218 width=41 height=50 xoffset=0 yoffset=29 xadvance=42 page=3 chnl=15 -char id=924 x=805 y=164 width=43 height=50 xoffset=6 yoffset=29 xadvance=57 page=3 chnl=15 -char id=925 x=330 y=272 width=37 height=50 xoffset=6 yoffset=29 xadvance=51 page=3 chnl=15 -char id=926 x=426 y=326 width=34 height=50 xoffset=3 yoffset=29 xadvance=43 page=3 chnl=15 -char id=927 x=715 y=840 width=44 height=52 xoffset=4 yoffset=28 xadvance=52 page=2 chnl=15 -char id=928 x=617 y=272 width=37 height=50 xoffset=6 yoffset=29 xadvance=51 page=3 chnl=15 -char id=929 x=117 y=326 width=35 height=50 xoffset=6 yoffset=29 xadvance=45 page=3 chnl=15 -char id=931 x=39 y=326 width=35 height=50 xoffset=3 yoffset=29 xadvance=43 page=3 chnl=15 -char id=932 x=289 y=272 width=37 height=50 xoffset=2 yoffset=29 xadvance=43 page=3 chnl=15 -char id=933 x=893 y=217 width=38 height=50 xoffset=0 yoffset=29 xadvance=39 page=3 chnl=15 -char id=934 x=871 y=726 width=48 height=53 xoffset=4 yoffset=27 xadvance=57 page=2 chnl=15 -char id=935 x=42 y=272 width=38 height=50 xoffset=1 yoffset=29 xadvance=42 page=3 chnl=15 -char id=936 x=422 y=164 width=45 height=50 xoffset=4 yoffset=29 xadvance=56 page=3 chnl=15 -char id=937 x=903 y=0 width=46 height=51 xoffset=3 yoffset=28 xadvance=54 page=3 chnl=15 -char id=945 x=693 y=580 width=39 height=40 xoffset=3 yoffset=40 xadvance=45 page=3 chnl=15 -char id=946 x=702 y=366 width=35 height=68 xoffset=5 yoffset=24 xadvance=45 page=0 chnl=15 -char id=947 x=540 y=897 width=36 height=52 xoffset=0 yoffset=40 xadvance=39 page=2 chnl=15 -char id=948 x=872 y=432 width=34 height=56 xoffset=4 yoffset=24 xadvance=42 page=2 chnl=15 -char id=949 x=182 y=629 width=30 height=40 xoffset=3 yoffset=40 xadvance=36 page=3 chnl=15 -char id=950 x=35 y=469 width=29 height=68 xoffset=3 yoffset=25 xadvance=35 page=0 chnl=15 -char id=951 x=71 y=958 width=31 height=52 xoffset=5 yoffset=40 xadvance=43 page=2 chnl=15 -char id=952 x=983 y=431 width=32 height=56 xoffset=4 yoffset=24 xadvance=42 page=2 chnl=15 -char id=953 x=1005 y=979 width=14 height=39 xoffset=5 yoffset=41 xadvance=22 page=0 chnl=15 -char id=954 x=0 y=630 width=34 height=40 xoffset=5 yoffset=40 xadvance=40 page=3 chnl=15 -char id=955 x=755 y=432 width=37 height=56 xoffset=1 yoffset=24 xadvance=40 page=2 chnl=15 -char id=956 x=500 y=897 width=36 height=52 xoffset=6 yoffset=41 xadvance=45 page=2 chnl=15 -char id=957 x=582 y=669 width=36 height=39 xoffset=0 yoffset=40 xadvance=39 page=3 chnl=15 -char id=958 x=0 y=469 width=31 height=68 xoffset=2 yoffset=25 xadvance=35 page=0 chnl=15 -char id=959 x=936 y=579 width=35 height=40 xoffset=3 yoffset=40 xadvance=42 page=3 chnl=15 -char id=960 x=245 y=672 width=43 height=39 xoffset=1 yoffset=41 xadvance=47 page=3 chnl=15 -char id=961 x=772 y=896 width=33 height=52 xoffset=5 yoffset=40 xadvance=44 page=2 chnl=15 -char id=963 x=292 y=672 width=38 height=39 xoffset=3 yoffset=41 xadvance=44 page=3 chnl=15 -char id=964 x=816 y=667 width=32 height=39 xoffset=2 yoffset=41 xadvance=37 page=3 chnl=15 -char id=965 x=147 y=629 width=31 height=40 xoffset=4 yoffset=40 xadvance=41 page=3 chnl=15 -char id=966 x=925 y=672 width=47 height=62 xoffset=3 yoffset=31 xadvance=54 page=1 chnl=15 -char id=967 x=183 y=789 width=38 height=53 xoffset=0 yoffset=40 xadvance=39 page=2 chnl=15 -char id=968 x=373 y=870 width=46 height=61 xoffset=4 yoffset=31 xadvance=55 page=1 chnl=15 -char id=969 x=599 y=581 width=47 height=40 xoffset=3 yoffset=40 xadvance=56 page=3 chnl=15 -char id=1025 x=561 y=540 width=31 height=63 xoffset=6 yoffset=16 xadvance=42 page=1 chnl=15 -char id=1040 x=94 y=218 width=42 height=50 xoffset=0 yoffset=29 xadvance=43 page=3 chnl=15 -char id=1041 x=976 y=271 width=35 height=50 xoffset=6 yoffset=29 xadvance=46 page=3 chnl=15 -char id=1042 x=698 y=272 width=36 height=50 xoffset=6 yoffset=29 xadvance=46 page=3 chnl=15 -char id=1043 x=746 y=326 width=30 height=50 xoffset=6 yoffset=29 xadvance=40 page=3 chnl=15 -char id=1044 x=235 y=204 width=46 height=64 xoffset=2 yoffset=29 xadvance=51 page=1 chnl=15 -char id=1045 x=608 y=326 width=31 height=50 xoffset=6 yoffset=29 xadvance=42 page=3 chnl=15 -char id=1046 x=0 y=0 width=62 height=51 xoffset=0 yoffset=28 xadvance=64 page=3 chnl=15 -char id=1047 x=338 y=901 width=37 height=52 xoffset=3 yoffset=28 xadvance=44 page=2 chnl=15 -char id=1048 x=84 y=272 width=37 height=50 xoffset=6 yoffset=29 xadvance=52 page=3 chnl=15 -char id=1049 x=231 y=589 width=37 height=65 xoffset=6 yoffset=14 xadvance=52 page=0 chnl=15 -char id=1050 x=90 y=55 width=39 height=51 xoffset=6 yoffset=28 xadvance=46 page=3 chnl=15 -char id=1051 x=953 y=0 width=42 height=51 xoffset=0 yoffset=29 xadvance=50 page=3 chnl=15 -char id=1052 x=946 y=163 width=43 height=50 xoffset=6 yoffset=29 xadvance=57 page=3 chnl=15 -char id=1053 x=248 y=272 width=37 height=50 xoffset=6 yoffset=29 xadvance=51 page=3 chnl=15 -char id=1054 x=859 y=840 width=44 height=52 xoffset=4 yoffset=28 xadvance=52 page=2 chnl=15 -char id=1055 x=166 y=272 width=37 height=50 xoffset=6 yoffset=29 xadvance=51 page=3 chnl=15 -char id=1056 x=156 y=326 width=35 height=50 xoffset=6 yoffset=29 xadvance=45 page=3 chnl=15 -char id=1057 x=171 y=902 width=38 height=52 xoffset=4 yoffset=28 xadvance=45 page=2 chnl=15 -char id=1058 x=207 y=272 width=37 height=50 xoffset=2 yoffset=29 xadvance=43 page=3 chnl=15 -char id=1059 x=46 y=55 width=40 height=51 xoffset=0 yoffset=29 xadvance=41 page=3 chnl=15 -char id=1060 x=459 y=841 width=50 height=52 xoffset=3 yoffset=28 xadvance=58 page=2 chnl=15 -char id=1061 x=767 y=218 width=38 height=50 xoffset=1 yoffset=29 xadvance=42 page=3 chnl=15 -char id=1062 x=382 y=204 width=42 height=64 xoffset=6 yoffset=29 xadvance=51 page=1 chnl=15 -char id=1063 x=273 y=326 width=35 height=50 xoffset=5 yoffset=29 xadvance=48 page=3 chnl=15 -char id=1064 x=762 y=110 width=54 height=50 xoffset=6 yoffset=29 xadvance=68 page=3 chnl=15 -char id=1065 x=799 y=136 width=60 height=64 xoffset=6 yoffset=29 xadvance=69 page=1 chnl=15 -char id=1066 x=0 y=164 width=50 height=50 xoffset=2 yoffset=29 xadvance=56 page=3 chnl=15 -char id=1067 x=161 y=164 width=49 height=50 xoffset=6 yoffset=29 xadvance=63 page=3 chnl=15 -char id=1068 x=234 y=326 width=35 height=50 xoffset=6 yoffset=29 xadvance=46 page=3 chnl=15 -char id=1069 x=255 y=901 width=38 height=52 xoffset=2 yoffset=28 xadvance=45 page=2 chnl=15 -char id=1070 x=663 y=784 width=60 height=52 xoffset=6 yoffset=28 xadvance=71 page=2 chnl=15 -char id=1071 x=371 y=272 width=37 height=50 xoffset=1 yoffset=29 xadvance=46 page=3 chnl=15 -char id=1072 x=318 y=628 width=30 height=40 xoffset=4 yoffset=40 xadvance=40 page=3 chnl=15 -char id=1073 x=692 y=311 width=35 height=57 xoffset=4 yoffset=23 xadvance=43 page=2 chnl=15 -char id=1074 x=731 y=753 width=30 height=38 xoffset=6 yoffset=41 xadvance=40 page=3 chnl=15 -char id=1075 x=831 y=752 width=24 height=38 xoffset=6 yoffset=41 xadvance=33 page=3 chnl=15 -char id=1076 x=133 y=55 width=39 height=51 xoffset=1 yoffset=41 xadvance=43 page=3 chnl=15 -char id=1077 x=111 y=629 width=32 height=40 xoffset=3 yoffset=40 xadvance=40 page=3 chnl=15 -char id=1078 x=189 y=673 width=52 height=39 xoffset=1 yoffset=40 xadvance=55 page=3 chnl=15 -char id=1079 x=284 y=628 width=30 height=40 xoffset=2 yoffset=40 xadvance=37 page=3 chnl=15 -char id=1080 x=626 y=754 width=32 height=38 xoffset=6 yoffset=41 xadvance=45 page=3 chnl=15 -char id=1081 x=947 y=431 width=32 height=56 xoffset=6 yoffset=23 xadvance=45 page=2 chnl=15 -char id=1082 x=852 y=667 width=32 height=39 xoffset=6 yoffset=40 xadvance=40 page=3 chnl=15 -char id=1083 x=661 y=668 width=35 height=39 xoffset=1 yoffset=41 xadvance=43 page=3 chnl=15 -char id=1084 x=125 y=759 width=37 height=38 xoffset=6 yoffset=41 xadvance=50 page=3 chnl=15 -char id=1085 x=987 y=709 width=32 height=38 xoffset=6 yoffset=41 xadvance=45 page=3 chnl=15 -char id=1086 x=897 y=580 width=35 height=40 xoffset=3 yoffset=40 xadvance=43 page=3 chnl=15 -char id=1087 x=662 y=754 width=31 height=38 xoffset=6 yoffset=41 xadvance=44 page=3 chnl=15 -char id=1088 x=823 y=668 width=34 height=54 xoffset=6 yoffset=40 xadvance=44 page=2 chnl=15 -char id=1089 x=386 y=627 width=30 height=40 xoffset=3 yoffset=40 xadvance=36 page=3 chnl=15 -char id=1090 x=554 y=754 width=32 height=38 xoffset=2 yoffset=41 xadvance=37 page=3 chnl=15 -char id=1091 x=264 y=788 width=35 height=53 xoffset=1 yoffset=41 xadvance=38 page=2 chnl=15 -char id=1092 x=296 y=84 width=50 height=70 xoffset=3 yoffset=24 xadvance=58 page=0 chnl=15 -char id=1093 x=402 y=756 width=34 height=38 xoffset=1 yoffset=41 xadvance=37 page=3 chnl=15 -char id=1094 x=383 y=55 width=36 height=51 xoffset=6 yoffset=41 xadvance=44 page=3 chnl=15 -char id=1095 x=697 y=753 width=30 height=38 xoffset=4 yoffset=41 xadvance=41 page=3 chnl=15 -char id=1096 x=719 y=711 width=47 height=38 xoffset=6 yoffset=41 xadvance=60 page=3 chnl=15 -char id=1097 x=311 y=0 width=52 height=51 xoffset=6 yoffset=41 xadvance=61 page=3 chnl=15 -char id=1098 x=815 y=710 width=41 height=38 xoffset=2 yoffset=41 xadvance=47 page=3 chnl=15 -char id=1099 x=770 y=711 width=41 height=38 xoffset=6 yoffset=41 xadvance=54 page=3 chnl=15 -char id=1100 x=798 y=753 width=29 height=38 xoffset=6 yoffset=41 xadvance=39 page=3 chnl=15 -char id=1101 x=352 y=627 width=30 height=40 xoffset=2 yoffset=40 xadvance=36 page=3 chnl=15 -char id=1102 x=547 y=581 width=48 height=40 xoffset=6 yoffset=40 xadvance=58 page=3 chnl=15 -char id=1103 x=590 y=754 width=32 height=38 xoffset=2 yoffset=41 xadvance=41 page=3 chnl=15 -char id=1105 x=934 y=668 width=32 height=54 xoffset=3 yoffset=26 xadvance=40 page=2 chnl=15 -char id=7742 x=214 y=448 width=43 height=67 xoffset=6 yoffset=12 xadvance=57 page=0 chnl=15 -char id=7743 x=316 y=871 width=53 height=61 xoffset=6 yoffset=18 xadvance=65 page=1 chnl=15 -char id=7840 x=359 y=517 width=42 height=66 xoffset=0 yoffset=29 xadvance=43 page=0 chnl=15 -char id=7841 x=990 y=550 width=30 height=55 xoffset=4 yoffset=40 xadvance=40 page=2 chnl=15 -char id=7842 x=353 y=446 width=42 height=67 xoffset=0 yoffset=12 xadvance=43 page=0 chnl=15 -char id=7843 x=393 y=0 width=30 height=60 xoffset=4 yoffset=20 xadvance=40 page=2 chnl=15 -char id=7844 x=589 y=297 width=42 height=68 xoffset=0 yoffset=11 xadvance=43 page=0 chnl=15 -char id=7845 x=415 y=739 width=36 height=62 xoffset=4 yoffset=18 xadvance=40 page=1 chnl=15 -char id=7846 x=635 y=297 width=42 height=68 xoffset=0 yoffset=11 xadvance=43 page=0 chnl=15 -char id=7847 x=802 y=739 width=33 height=62 xoffset=1 yoffset=18 xadvance=40 page=1 chnl=15 -char id=7848 x=350 y=82 width=42 height=70 xoffset=0 yoffset=9 xadvance=43 page=0 chnl=15 -char id=7849 x=986 y=606 width=34 height=62 xoffset=4 yoffset=18 xadvance=40 page=1 chnl=15 -char id=7850 x=771 y=0 width=42 height=73 xoffset=0 yoffset=6 xadvance=43 page=0 chnl=15 -char id=7851 x=654 y=204 width=30 height=64 xoffset=4 yoffset=16 xadvance=40 page=1 chnl=15 -char id=7852 x=234 y=0 width=42 height=80 xoffset=0 yoffset=15 xadvance=43 page=0 chnl=15 -char id=7853 x=0 y=104 width=30 height=73 xoffset=4 yoffset=22 xadvance=40 page=0 chnl=15 -char id=7854 x=686 y=0 width=42 height=74 xoffset=0 yoffset=5 xadvance=43 page=0 chnl=15 -char id=7855 x=715 y=512 width=30 height=66 xoffset=4 yoffset=14 xadvance=40 page=0 chnl=15 -char id=7856 x=640 y=0 width=42 height=74 xoffset=0 yoffset=5 xadvance=43 page=0 chnl=15 -char id=7857 x=681 y=512 width=30 height=66 xoffset=4 yoffset=14 xadvance=40 page=0 chnl=15 -char id=7858 x=863 y=0 width=42 height=73 xoffset=0 yoffset=6 xadvance=43 page=0 chnl=15 -char id=7859 x=865 y=437 width=30 height=67 xoffset=4 yoffset=13 xadvance=40 page=0 chnl=15 -char id=7860 x=817 y=0 width=42 height=73 xoffset=0 yoffset=6 xadvance=43 page=0 chnl=15 -char id=7861 x=666 y=540 width=30 height=63 xoffset=4 yoffset=17 xadvance=40 page=1 chnl=15 -char id=7862 x=89 y=0 width=42 height=81 xoffset=0 yoffset=14 xadvance=43 page=0 chnl=15 -char id=7863 x=34 y=104 width=30 height=72 xoffset=4 yoffset=23 xadvance=40 page=0 chnl=15 -char id=7864 x=611 y=513 width=31 height=66 xoffset=6 yoffset=29 xadvance=42 page=0 chnl=15 -char id=7865 x=883 y=551 width=32 height=55 xoffset=3 yoffset=40 xadvance=40 page=2 chnl=15 -char id=7866 x=690 y=441 width=31 height=67 xoffset=6 yoffset=12 xadvance=42 page=0 chnl=15 -char id=7867 x=322 y=0 width=32 height=60 xoffset=3 yoffset=20 xadvance=40 page=2 chnl=15 -char id=7868 x=435 y=587 width=31 height=65 xoffset=6 yoffset=14 xadvance=42 page=0 chnl=15 -char id=7869 x=805 y=311 width=32 height=57 xoffset=3 yoffset=23 xadvance=40 page=2 chnl=15 -char id=7870 x=934 y=365 width=33 height=68 xoffset=6 yoffset=11 xadvance=42 page=0 chnl=15 -char id=7871 x=335 y=739 width=36 height=62 xoffset=3 yoffset=18 xadvance=40 page=1 chnl=15 -char id=7872 x=971 y=365 width=32 height=68 xoffset=5 yoffset=11 xadvance=42 page=0 chnl=15 -char id=7873 x=611 y=739 width=35 height=62 xoffset=1 yoffset=18 xadvance=40 page=1 chnl=15 -char id=7874 x=434 y=80 width=32 height=70 xoffset=6 yoffset=9 xadvance=42 page=0 chnl=15 -char id=7875 x=726 y=739 width=34 height=62 xoffset=3 yoffset=18 xadvance=40 page=1 chnl=15 -char id=7876 x=984 y=0 width=31 height=73 xoffset=6 yoffset=6 xadvance=42 page=0 chnl=15 -char id=7877 x=513 y=204 width=32 height=64 xoffset=3 yoffset=16 xadvance=40 page=1 chnl=15 -char id=7878 x=280 y=0 width=31 height=80 xoffset=6 yoffset=15 xadvance=42 page=0 chnl=15 -char id=7879 x=948 y=0 width=32 height=73 xoffset=3 yoffset=22 xadvance=40 page=0 chnl=15 -char id=7880 x=995 y=437 width=12 height=67 xoffset=5 yoffset=12 xadvance=22 page=0 chnl=15 -char id=7881 x=1005 y=65 width=12 height=59 xoffset=4 yoffset=20 xadvance=21 page=1 chnl=15 -char id=7882 x=910 y=508 width=10 height=66 xoffset=6 yoffset=29 xadvance=22 page=0 chnl=15 -char id=7883 x=492 y=80 width=10 height=70 xoffset=5 yoffset=25 xadvance=21 page=0 chnl=15 -char id=7884 x=166 y=467 width=44 height=67 xoffset=4 yoffset=28 xadvance=52 page=0 chnl=15 -char id=7885 x=728 y=552 width=35 height=55 xoffset=3 yoffset=40 xadvance=43 page=2 chnl=15 -char id=7886 x=352 y=302 width=44 height=68 xoffset=4 yoffset=12 xadvance=52 page=0 chnl=15 -char id=7887 x=247 y=0 width=35 height=60 xoffset=3 yoffset=20 xadvance=43 page=2 chnl=15 -char id=7888 x=554 y=80 width=44 height=69 xoffset=4 yoffset=11 xadvance=52 page=0 chnl=15 -char id=7889 x=253 y=739 width=37 height=62 xoffset=3 yoffset=18 xadvance=43 page=1 chnl=15 -char id=7890 x=506 y=80 width=44 height=69 xoffset=4 yoffset=11 xadvance=52 page=0 chnl=15 -char id=7891 x=212 y=739 width=37 height=62 xoffset=1 yoffset=18 xadvance=43 page=1 chnl=15 -char id=7892 x=68 y=104 width=44 height=71 xoffset=4 yoffset=9 xadvance=52 page=0 chnl=15 -char id=7893 x=572 y=739 width=35 height=62 xoffset=3 yoffset=18 xadvance=43 page=1 chnl=15 -char id=7894 x=592 y=0 width=44 height=74 xoffset=4 yoffset=6 xadvance=52 page=0 chnl=15 -char id=7895 x=474 y=204 width=35 height=64 xoffset=3 yoffset=16 xadvance=43 page=1 chnl=15 -char id=7896 x=186 y=0 width=44 height=80 xoffset=4 yoffset=15 xadvance=52 page=0 chnl=15 -char id=7897 x=909 y=0 width=35 height=73 xoffset=3 yoffset=22 xadvance=43 page=0 chnl=15 -char id=7898 x=208 y=304 width=44 height=68 xoffset=4 yoffset=12 xadvance=52 page=0 chnl=15 -char id=7899 x=86 y=739 width=38 height=62 xoffset=3 yoffset=18 xadvance=43 page=1 chnl=15 -char id=7900 x=256 y=303 width=44 height=68 xoffset=4 yoffset=12 xadvance=52 page=0 chnl=15 -char id=7901 x=128 y=739 width=38 height=62 xoffset=3 yoffset=18 xadvance=43 page=1 chnl=15 -char id=7902 x=304 y=302 width=44 height=68 xoffset=4 yoffset=12 xadvance=52 page=0 chnl=15 -char id=7903 x=205 y=0 width=38 height=60 xoffset=3 yoffset=20 xadvance=43 page=2 chnl=15 -char id=7904 x=120 y=541 width=44 height=66 xoffset=4 yoffset=14 xadvance=52 page=0 chnl=15 -char id=7905 x=571 y=312 width=38 height=57 xoffset=3 yoffset=23 xadvance=43 page=2 chnl=15 -char id=7906 x=315 y=0 width=44 height=78 xoffset=4 yoffset=17 xadvance=52 page=0 chnl=15 -char id=7907 x=483 y=442 width=38 height=67 xoffset=3 yoffset=28 xadvance=43 page=0 chnl=15 -char id=7908 x=529 y=513 width=37 height=66 xoffset=6 yoffset=29 xadvance=51 page=0 chnl=15 -char id=7909 x=70 y=731 width=31 height=54 xoffset=5 yoffset=41 xadvance=43 page=2 chnl=15 -char id=7910 x=461 y=370 width=37 height=68 xoffset=6 yoffset=12 xadvance=51 page=0 chnl=15 -char id=7911 x=358 y=0 width=31 height=60 xoffset=5 yoffset=20 xadvance=43 page=2 chnl=15 -char id=7912 x=157 y=304 width=47 height=68 xoffset=6 yoffset=12 xadvance=52 page=0 chnl=15 -char id=7913 x=44 y=739 width=38 height=62 xoffset=5 yoffset=18 xadvance=43 page=1 chnl=15 -char id=7914 x=106 y=323 width=47 height=68 xoffset=6 yoffset=12 xadvance=52 page=0 chnl=15 -char id=7915 x=170 y=739 width=38 height=62 xoffset=5 yoffset=18 xadvance=43 page=1 chnl=15 -char id=7916 x=55 y=325 width=47 height=68 xoffset=6 yoffset=12 xadvance=52 page=0 chnl=15 -char id=7917 x=163 y=0 width=38 height=60 xoffset=5 yoffset=20 xadvance=43 page=2 chnl=15 -char id=7918 x=69 y=541 width=47 height=66 xoffset=6 yoffset=14 xadvance=52 page=0 chnl=15 -char id=7919 x=529 y=312 width=38 height=57 xoffset=5 yoffset=23 xadvance=43 page=2 chnl=15 -char id=7920 x=135 y=0 width=47 height=80 xoffset=6 yoffset=15 xadvance=52 page=0 chnl=15 -char id=7921 x=849 y=293 width=38 height=68 xoffset=5 yoffset=27 xadvance=43 page=0 chnl=15 -char id=7922 x=525 y=442 width=38 height=67 xoffset=0 yoffset=12 xadvance=39 page=0 chnl=15 -char id=7923 x=553 y=0 width=35 height=76 xoffset=1 yoffset=18 xadvance=38 page=0 chnl=15 -char id=7924 x=405 y=517 width=38 height=66 xoffset=0 yoffset=29 xadvance=39 page=0 chnl=15 -char id=7925 x=668 y=669 width=35 height=54 xoffset=1 yoffset=41 xadvance=38 page=2 chnl=15 -char id=7926 x=399 y=446 width=38 height=67 xoffset=0 yoffset=12 xadvance=39 page=0 chnl=15 -char id=7927 x=732 y=0 width=35 height=74 xoffset=1 yoffset=20 xadvance=38 page=0 chnl=15 -char id=7928 x=189 y=608 width=38 height=65 xoffset=0 yoffset=14 xadvance=39 page=0 chnl=15 -char id=7929 x=157 y=84 width=35 height=71 xoffset=1 yoffset=23 xadvance=38 page=0 chnl=15 -char id=8194 x=1019 y=0 width=1 height=1 xoffset=0 yoffset=99 xadvance=35 page=0 chnl=15 -char id=8195 x=314 y=739 width=2 height=1 xoffset=0 yoffset=99 xadvance=69 page=0 chnl=15 -char id=8208 x=929 y=1001 width=17 height=4 xoffset=25 yoffset=51 xadvance=69 page=3 chnl=15 -char id=8209 x=314 y=1013 width=18 height=7 xoffset=3 yoffset=56 xadvance=26 page=2 chnl=15 -char id=8210 x=112 y=1012 width=30 height=5 xoffset=3 yoffset=57 xadvance=38 page=3 chnl=15 -char id=8211 x=146 y=1011 width=30 height=5 xoffset=3 yoffset=57 xadvance=38 page=3 chnl=15 -char id=8212 x=962 y=988 width=55 height=5 xoffset=3 yoffset=57 xadvance=62 page=3 chnl=15 -char id=8213 x=336 y=802 width=58 height=4 xoffset=5 yoffset=51 xadvance=69 page=0 chnl=15 -char id=8214 x=999 y=221 width=13 height=68 xoffset=27 yoffset=19 xadvance=69 page=0 chnl=15 -char id=8216 x=300 y=981 width=11 height=22 xoffset=4 yoffset=26 xadvance=22 page=3 chnl=15 -char id=8217 x=98 y=985 width=11 height=23 xoffset=5 yoffset=25 xadvance=22 page=3 chnl=15 -char id=8218 x=1007 y=997 width=11 height=23 xoffset=5 yoffset=68 xadvance=22 page=1 chnl=15 -char id=8220 x=243 y=982 width=26 height=22 xoffset=4 yoffset=26 xadvance=36 page=3 chnl=15 -char id=8221 x=38 y=986 width=26 height=23 xoffset=5 yoffset=25 xadvance=36 page=3 chnl=15 -char id=8222 x=68 y=986 width=26 height=23 xoffset=5 yoffset=68 xadvance=36 page=3 chnl=15 -char id=8224 x=768 y=311 width=33 height=57 xoffset=17 yoffset=26 xadvance=69 page=2 chnl=15 -char id=8225 x=731 y=311 width=33 height=57 xoffset=17 yoffset=26 xadvance=69 page=2 chnl=15 -char id=8226 x=102 y=1000 width=18 height=20 xoffset=3 yoffset=49 xadvance=25 page=1 chnl=15 -char id=8229 x=881 y=1007 width=44 height=10 xoffset=12 yoffset=48 xadvance=69 page=2 chnl=15 -char id=8230 x=822 y=1007 width=55 height=10 xoffset=6 yoffset=48 xadvance=69 page=2 chnl=15 -char id=8231 x=1003 y=1007 width=10 height=10 xoffset=29 yoffset=48 xadvance=69 page=2 chnl=15 -char id=8240 x=221 y=731 width=63 height=53 xoffset=2 yoffset=27 xadvance=69 page=2 chnl=15 -char id=8242 x=139 y=1000 width=9 height=20 xoffset=6 yoffset=26 xadvance=22 page=1 chnl=15 -char id=8243 x=0 y=1000 width=24 height=20 xoffset=6 yoffset=26 xadvance=36 page=1 chnl=15 -char id=8245 x=982 y=1007 width=17 height=10 xoffset=22 yoffset=14 xadvance=69 page=2 chnl=15 -char id=8249 x=871 y=991 width=14 height=29 xoffset=3 yoffset=45 xadvance=23 page=0 chnl=15 -char id=8250 x=889 y=991 width=14 height=29 xoffset=4 yoffset=45 xadvance=23 page=0 chnl=15 -char id=8251 x=214 y=164 width=49 height=50 xoffset=9 yoffset=28 xadvance=69 page=3 chnl=15 -char id=8252 x=377 y=785 width=31 height=53 xoffset=6 yoffset=27 xadvance=45 page=2 chnl=15 -char id=8258 x=954 y=371 width=55 height=56 xoffset=6 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8263 x=415 y=727 width=57 height=53 xoffset=3 yoffset=27 xadvance=65 page=2 chnl=15 -char id=8264 x=975 y=725 width=44 height=53 xoffset=3 yoffset=27 xadvance=55 page=2 chnl=15 -char id=8265 x=50 y=789 width=44 height=53 xoffset=6 yoffset=27 xadvance=55 page=2 chnl=15 -char id=8273 x=953 y=187 width=26 height=58 xoffset=21 yoffset=24 xadvance=69 page=2 chnl=15 -char id=8361 x=681 y=380 width=41 height=49 xoffset=-1 yoffset=30 xadvance=40 page=3 chnl=15 -char id=8363 x=497 y=55 width=33 height=51 xoffset=5 yoffset=28 xadvance=40 page=3 chnl=15 -char id=8364 x=301 y=55 width=37 height=51 xoffset=1 yoffset=29 xadvance=40 page=3 chnl=15 -char id=8413 x=201 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=8414 x=0 y=673 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=8448 x=476 y=727 width=57 height=53 xoffset=6 yoffset=27 xadvance=69 page=2 chnl=15 -char id=8451 x=433 y=611 width=63 height=54 xoffset=3 yoffset=26 xadvance=69 page=2 chnl=15 -char id=8453 x=352 y=728 width=59 height=53 xoffset=6 yoffset=27 xadvance=69 page=2 chnl=15 -char id=8457 x=288 y=729 width=60 height=53 xoffset=4 yoffset=26 xadvance=69 page=2 chnl=15 -char id=8458 x=631 y=433 width=38 height=56 xoffset=14 yoffset=40 xadvance=69 page=2 chnl=15 -char id=8463 x=689 y=552 width=35 height=55 xoffset=15 yoffset=24 xadvance=69 page=2 chnl=15 -char id=8467 x=0 y=495 width=31 height=56 xoffset=1 yoffset=24 xadvance=34 page=2 chnl=15 -char id=8470 x=873 y=952 width=64 height=51 xoffset=4 yoffset=29 xadvance=71 page=2 chnl=15 -char id=8481 x=805 y=952 width=64 height=51 xoffset=2 yoffset=28 xadvance=69 page=2 chnl=15 -char id=8482 x=876 y=940 width=48 height=24 xoffset=0 yoffset=27 xadvance=51 page=3 chnl=15 -char id=8486 x=695 y=0 width=50 height=51 xoffset=9 yoffset=28 xadvance=69 page=3 chnl=15 -char id=8487 x=616 y=841 width=46 height=52 xoffset=11 yoffset=28 xadvance=69 page=2 chnl=15 -char id=8491 x=312 y=518 width=43 height=66 xoffset=12 yoffset=13 xadvance=69 page=0 chnl=15 -char id=8494 x=119 y=846 width=54 height=52 xoffset=3 yoffset=28 xadvance=62 page=2 chnl=15 -char id=8501 x=0 y=789 width=46 height=53 xoffset=11 yoffset=26 xadvance=69 page=2 chnl=15 -char id=8507 x=941 y=952 width=63 height=51 xoffset=3 yoffset=28 xadvance=69 page=2 chnl=15 -char id=8544 x=880 y=326 width=8 height=50 xoffset=29 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8545 x=991 y=109 width=29 height=50 xoffset=19 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8546 x=54 y=164 width=50 height=50 xoffset=8 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8547 x=703 y=110 width=55 height=50 xoffset=9 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8548 x=368 y=218 width=41 height=50 xoffset=13 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8549 x=644 y=110 width=55 height=50 xoffset=3 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8550 x=67 y=110 width=63 height=50 xoffset=1 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8551 x=0 y=110 width=63 height=50 xoffset=0 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8552 x=820 y=109 width=54 height=50 xoffset=9 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8553 x=809 y=218 width=38 height=50 xoffset=14 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8554 x=878 y=109 width=54 height=50 xoffset=4 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8555 x=134 y=110 width=63 height=50 xoffset=0 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8560 x=207 y=731 width=10 height=54 xoffset=29 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8561 x=173 y=731 width=30 height=54 xoffset=19 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8562 x=276 y=671 width=49 height=54 xoffset=9 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8563 x=57 y=673 width=51 height=54 xoffset=10 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8564 x=363 y=757 width=35 height=38 xoffset=16 yoffset=41 xadvance=69 page=3 chnl=15 -char id=8565 x=167 y=673 width=51 height=54 xoffset=6 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8566 x=366 y=611 width=63 height=54 xoffset=1 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8567 x=298 y=612 width=64 height=54 xoffset=1 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8568 x=382 y=669 width=49 height=54 xoffset=11 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8569 x=516 y=756 width=34 height=38 xoffset=17 yoffset=41 xadvance=69 page=3 chnl=15 -char id=8570 x=329 y=670 width=49 height=54 xoffset=7 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8571 x=500 y=611 width=62 height=54 xoffset=1 yoffset=25 xadvance=69 page=2 chnl=15 -char id=8592 x=430 y=878 width=63 height=32 xoffset=2 yoffset=37 xadvance=69 page=3 chnl=15 -char id=8593 x=489 y=540 width=32 height=63 xoffset=18 yoffset=21 xadvance=69 page=1 chnl=15 -char id=8594 x=363 y=878 width=63 height=32 xoffset=2 yoffset=37 xadvance=69 page=3 chnl=15 -char id=8595 x=549 y=204 width=32 height=64 xoffset=18 yoffset=21 xadvance=69 page=1 chnl=15 -char id=8596 x=497 y=877 width=63 height=32 xoffset=2 yoffset=37 xadvance=69 page=3 chnl=15 -char id=8597 x=987 y=136 width=32 height=64 xoffset=18 yoffset=21 xadvance=69 page=1 chnl=15 -char id=8598 x=796 y=433 width=47 height=47 xoffset=11 yoffset=30 xadvance=69 page=3 chnl=15 -char id=8599 x=745 y=433 width=47 height=47 xoffset=10 yoffset=30 xadvance=69 page=3 chnl=15 -char id=8600 x=694 y=433 width=47 height=47 xoffset=10 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8601 x=847 y=433 width=46 height=47 xoffset=11 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8632 x=545 y=493 width=58 height=55 xoffset=5 yoffset=22 xadvance=69 page=2 chnl=15 -char id=8633 x=814 y=540 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=8644 x=882 y=540 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=8645 x=668 y=136 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=8646 x=949 y=540 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=8651 x=872 y=63 width=63 height=58 xoffset=3 yoffset=24 xadvance=69 page=2 chnl=15 -char id=8652 x=805 y=63 width=63 height=58 xoffset=2 yoffset=24 xadvance=69 page=2 chnl=15 -char id=8656 x=166 y=485 width=63 height=46 xoffset=1 yoffset=30 xadvance=69 page=3 chnl=15 -char id=8658 x=98 y=485 width=64 height=46 xoffset=2 yoffset=30 xadvance=69 page=3 chnl=15 -char id=8660 x=29 y=485 width=65 height=46 xoffset=1 yoffset=30 xadvance=69 page=3 chnl=15 -char id=8678 x=233 y=485 width=62 height=46 xoffset=2 yoffset=30 xadvance=69 page=3 chnl=15 -char id=8679 x=222 y=540 width=46 height=63 xoffset=11 yoffset=21 xadvance=69 page=1 chnl=15 -char id=8680 x=410 y=433 width=62 height=47 xoffset=3 yoffset=29 xadvance=69 page=3 chnl=15 -char id=8681 x=171 y=540 width=47 height=63 xoffset=10 yoffset=22 xadvance=69 page=1 chnl=15 -char id=8693 x=536 y=136 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9251 x=335 y=1004 width=51 height=15 xoffset=8 yoffset=71 xadvance=69 page=3 chnl=15 -char id=9312 x=134 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9313 x=268 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9314 x=335 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9315 x=201 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9316 x=938 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9317 x=335 y=136 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9318 x=67 y=136 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9319 x=0 y=136 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9320 x=871 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9321 x=804 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9322 x=737 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9323 x=670 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9324 x=603 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9325 x=536 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9326 x=0 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9327 x=335 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9328 x=603 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9329 x=402 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9330 x=202 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9331 x=336 y=726 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9332 x=775 y=579 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9333 x=340 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9334 x=408 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9335 x=476 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9336 x=0 y=748 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9337 x=612 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9338 x=952 y=646 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9339 x=748 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9340 x=138 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9341 x=206 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9342 x=818 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9343 x=816 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9344 x=680 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9345 x=544 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9346 x=884 y=646 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9347 x=272 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9348 x=816 y=647 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9349 x=204 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9350 x=136 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9351 x=272 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9352 x=371 y=164 width=47 height=50 xoffset=11 yoffset=30 xadvance=69 page=3 chnl=15 -char id=9353 x=367 y=0 width=51 height=51 xoffset=7 yoffset=29 xadvance=69 page=3 chnl=15 -char id=9354 x=422 y=0 width=51 height=51 xoffset=8 yoffset=29 xadvance=69 page=3 chnl=15 -char id=9355 x=968 y=55 width=52 height=50 xoffset=7 yoffset=30 xadvance=69 page=3 chnl=15 -char id=9356 x=936 y=109 width=51 height=50 xoffset=7 yoffset=30 xadvance=69 page=3 chnl=15 -char id=9357 x=641 y=0 width=50 height=51 xoffset=8 yoffset=29 xadvance=69 page=3 chnl=15 -char id=9358 x=520 y=164 width=44 height=50 xoffset=11 yoffset=30 xadvance=69 page=3 chnl=15 -char id=9359 x=477 y=0 width=51 height=51 xoffset=8 yoffset=29 xadvance=69 page=3 chnl=15 -char id=9360 x=532 y=0 width=51 height=51 xoffset=8 yoffset=29 xadvance=69 page=3 chnl=15 -char id=9361 x=326 y=957 width=66 height=51 xoffset=1 yoffset=29 xadvance=69 page=2 chnl=15 -char id=9362 x=267 y=110 width=61 height=50 xoffset=3 yoffset=30 xadvance=69 page=3 chnl=15 -char id=9363 x=465 y=953 width=64 height=51 xoffset=2 yoffset=29 xadvance=69 page=2 chnl=15 -char id=9364 x=533 y=953 width=64 height=51 xoffset=2 yoffset=29 xadvance=69 page=2 chnl=15 -char id=9365 x=900 y=55 width=64 height=50 xoffset=2 yoffset=30 xadvance=69 page=3 chnl=15 -char id=9366 x=832 y=55 width=64 height=50 xoffset=2 yoffset=30 xadvance=69 page=3 chnl=15 -char id=9367 x=601 y=953 width=64 height=51 xoffset=2 yoffset=29 xadvance=69 page=2 chnl=15 -char id=9368 x=332 y=110 width=61 height=50 xoffset=3 yoffset=30 xadvance=69 page=3 chnl=15 -char id=9369 x=669 y=953 width=64 height=51 xoffset=2 yoffset=29 xadvance=69 page=2 chnl=15 -char id=9370 x=737 y=952 width=64 height=51 xoffset=2 yoffset=29 xadvance=69 page=2 chnl=15 -char id=9371 x=396 y=955 width=65 height=51 xoffset=1 yoffset=29 xadvance=69 page=2 chnl=15 -char id=9372 x=136 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9373 x=68 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9374 x=0 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9375 x=954 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9376 x=886 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9377 x=204 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9378 x=340 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9379 x=408 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9380 x=476 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9381 x=228 y=84 width=64 height=70 xoffset=2 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9382 x=478 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9383 x=410 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9384 x=544 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9385 x=748 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9386 x=884 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9387 x=952 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9388 x=0 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9389 x=68 y=406 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9390 x=342 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9391 x=750 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9392 x=682 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9393 x=612 y=652 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9394 x=614 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9395 x=546 y=272 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9396 x=544 y=652 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9397 x=476 y=654 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9398 x=67 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9399 x=872 y=715 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9400 x=805 y=719 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9401 x=738 y=720 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9402 x=671 y=720 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9403 x=604 y=720 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9404 x=537 y=722 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9405 x=670 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9406 x=201 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9407 x=469 y=136 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9408 x=402 y=136 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9409 x=0 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9410 x=938 y=919 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9411 x=804 y=924 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9412 x=670 y=924 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9413 x=603 y=926 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9414 x=536 y=928 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9415 x=469 y=929 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9416 x=402 y=930 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9417 x=268 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9418 x=134 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9419 x=67 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9420 x=536 y=860 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9421 x=134 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9422 x=938 y=783 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9423 x=737 y=788 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9424 x=670 y=788 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9425 x=603 y=790 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9426 x=335 y=813 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9427 x=470 y=724 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9428 x=403 y=725 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9429 x=269 y=745 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9430 x=135 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9431 x=201 y=136 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9432 x=134 y=136 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9433 x=469 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9434 x=402 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9435 x=134 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9436 x=67 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9437 x=68 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9438 x=804 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9439 x=536 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9440 x=469 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9441 x=268 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9442 x=67 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9443 x=938 y=68 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9444 x=939 y=714 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9445 x=0 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9446 x=134 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9447 x=469 y=793 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9448 x=536 y=792 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9449 x=670 y=856 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9450 x=268 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9451 x=804 y=788 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9452 x=408 y=656 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9453 x=340 y=657 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9454 x=272 y=658 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9455 x=268 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9456 x=402 y=794 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9457 x=204 y=677 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9458 x=136 y=680 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9459 x=68 y=680 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9460 x=268 y=136 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9461 x=737 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9462 x=871 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=9463 x=335 y=881 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9464 x=201 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9465 x=871 y=855 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9466 x=335 y=949 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9467 x=0 y=680 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9468 x=737 y=924 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9469 x=871 y=923 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9470 x=0 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9471 x=911 y=578 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9472 x=492 y=1015 width=68 height=4 xoffset=0 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9473 x=396 y=1010 width=68 height=9 xoffset=0 yoffset=48 xadvance=69 page=2 chnl=15 -char id=9474 x=159 y=467 width=3 height=68 xoffset=32 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9475 x=147 y=467 width=8 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9476 x=336 y=794 width=60 height=4 xoffset=3 yoffset=51 xadvance=69 page=0 chnl=15 -char id=9477 x=272 y=726 width=60 height=9 xoffset=3 yoffset=48 xadvance=69 page=0 chnl=15 -char id=9478 x=1017 y=914 width=3 height=61 xoffset=32 yoffset=22 xadvance=69 page=0 chnl=15 -char id=9479 x=1005 y=914 width=8 height=61 xoffset=29 yoffset=22 xadvance=69 page=0 chnl=15 -char id=9480 x=636 y=1010 width=64 height=4 xoffset=2 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9481 x=636 y=997 width=64 height=9 xoffset=2 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9482 x=1006 y=714 width=3 height=64 xoffset=32 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9483 x=1011 y=437 width=8 height=64 xoffset=29 yoffset=21 xadvance=69 page=0 chnl=15 -char id=9484 x=819 y=795 width=36 height=36 xoffset=32 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9485 x=542 y=669 width=36 height=39 xoffset=32 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9486 x=611 y=796 width=38 height=36 xoffset=29 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9487 x=334 y=672 width=38 height=39 xoffset=29 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9488 x=978 y=792 width=35 height=36 xoffset=0 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9489 x=700 y=668 width=35 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9490 x=527 y=798 width=38 height=36 xoffset=0 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9491 x=418 y=671 width=38 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9492 x=779 y=795 width=36 height=36 xoffset=32 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9493 x=166 y=759 width=36 height=38 xoffset=32 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9494 x=737 y=795 width=38 height=36 xoffset=29 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9495 x=945 y=710 width=38 height=38 xoffset=29 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9496 x=939 y=793 width=35 height=36 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9497 x=246 y=758 width=35 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9498 x=485 y=798 width=38 height=36 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9499 x=0 y=760 width=38 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9500 x=583 y=370 width=36 height=68 xoffset=32 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9501 x=543 y=370 width=36 height=68 xoffset=32 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9502 x=765 y=294 width=38 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9503 x=723 y=294 width=38 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9504 x=336 y=374 width=38 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9505 x=294 y=375 width=38 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9506 x=252 y=376 width=38 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9507 x=168 y=376 width=38 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9508 x=780 y=366 width=35 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9509 x=741 y=366 width=35 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9510 x=126 y=395 width=38 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9511 x=84 y=397 width=38 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9512 x=891 y=293 width=38 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9513 x=42 y=397 width=38 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9514 x=0 y=397 width=38 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9515 x=807 y=293 width=38 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9516 x=288 y=800 width=68 height=36 xoffset=0 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9517 x=669 y=625 width=68 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9518 x=525 y=626 width=68 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9519 x=453 y=626 width=68 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9520 x=360 y=799 width=68 height=36 xoffset=0 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9521 x=741 y=624 width=68 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9522 x=597 y=625 width=68 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9523 x=0 y=674 width=68 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9524 x=0 y=802 width=68 height=36 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9525 x=456 y=714 width=68 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9526 x=384 y=714 width=68 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9527 x=528 y=712 width=68 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9528 x=144 y=801 width=68 height=36 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9529 x=240 y=716 width=68 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9530 x=24 y=717 width=68 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9531 x=312 y=715 width=68 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9532 x=720 y=222 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9533 x=864 y=149 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9534 x=792 y=221 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9535 x=640 y=78 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9536 x=712 y=78 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9537 x=784 y=77 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9538 x=856 y=77 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9539 x=928 y=77 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9540 x=0 y=181 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9541 x=216 y=159 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9542 x=288 y=158 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9543 x=504 y=154 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9544 x=648 y=150 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9545 x=720 y=150 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9546 x=792 y=149 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9547 x=936 y=149 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9548 x=704 y=1007 width=51 height=4 xoffset=8 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9549 x=763 y=990 width=51 height=9 xoffset=8 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9550 x=1016 y=406 width=3 height=52 xoffset=32 yoffset=27 xadvance=69 page=1 chnl=15 -char id=9551 x=1012 y=185 width=8 height=52 xoffset=29 yoffset=27 xadvance=69 page=2 chnl=15 -char id=9552 x=540 y=1008 width=68 height=9 xoffset=0 yoffset=48 xadvance=69 page=2 chnl=15 -char id=9553 x=135 y=467 width=8 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9554 x=502 y=669 width=36 height=39 xoffset=32 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9555 x=569 y=796 width=38 height=36 xoffset=29 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9556 x=376 y=671 width=38 height=39 xoffset=29 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9557 x=739 y=668 width=35 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9558 x=978 y=752 width=38 height=36 xoffset=0 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9559 x=460 y=669 width=38 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9560 x=206 y=758 width=36 height=38 xoffset=32 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9561 x=653 y=796 width=38 height=36 xoffset=29 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9562 x=42 y=759 width=38 height=38 xoffset=29 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9563 x=324 y=757 width=35 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9564 x=695 y=796 width=38 height=36 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9565 x=903 y=710 width=38 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9566 x=623 y=369 width=36 height=68 xoffset=32 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9567 x=210 y=376 width=38 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9568 x=681 y=294 width=38 height=68 xoffset=29 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9569 x=819 y=365 width=35 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9570 x=933 y=293 width=38 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9571 x=378 y=374 width=38 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9572 x=885 y=624 width=68 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9573 x=72 y=801 width=68 height=36 xoffset=0 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9574 x=813 y=624 width=68 height=39 xoffset=0 yoffset=48 xadvance=69 page=3 chnl=15 -char id=9575 x=168 y=716 width=68 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9576 x=216 y=800 width=68 height=36 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9577 x=96 y=717 width=68 height=38 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9578 x=288 y=230 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9579 x=864 y=221 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9580 x=72 y=179 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9581 x=899 y=793 width=36 height=36 xoffset=32 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9582 x=39 y=842 width=35 height=36 xoffset=0 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9583 x=0 y=842 width=35 height=36 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9584 x=859 y=794 width=36 height=36 xoffset=32 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9585 x=432 y=154 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9586 x=144 y=160 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9587 x=360 y=156 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9588 x=849 y=1002 width=36 height=4 xoffset=0 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9589 x=1016 y=869 width=3 height=36 xoffset=32 yoffset=19 xadvance=69 page=1 chnl=15 -char id=9590 x=889 y=1002 width=36 height=4 xoffset=32 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9591 x=1016 y=540 width=3 height=36 xoffset=32 yoffset=51 xadvance=69 page=1 chnl=15 -char id=9592 x=231 y=658 width=36 height=9 xoffset=0 yoffset=48 xadvance=69 page=0 chnl=15 -char id=9593 x=134 y=841 width=8 height=36 xoffset=29 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9594 x=684 y=1008 width=36 height=9 xoffset=32 yoffset=48 xadvance=69 page=2 chnl=15 -char id=9595 x=1012 y=481 width=8 height=36 xoffset=29 yoffset=51 xadvance=69 page=3 chnl=15 -char id=9596 x=818 y=990 width=68 height=8 xoffset=0 yoffset=49 xadvance=69 page=3 chnl=15 -char id=9597 x=111 y=469 width=8 height=68 xoffset=30 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9598 x=890 y=989 width=68 height=8 xoffset=0 yoffset=49 xadvance=69 page=3 chnl=15 -char id=9599 x=123 y=469 width=8 height=68 xoffset=30 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9600 x=505 y=838 width=68 height=34 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9601 x=468 y=1008 width=68 height=9 xoffset=0 yoffset=78 xadvance=69 page=2 chnl=15 -char id=9602 x=453 y=980 width=68 height=18 xoffset=0 yoffset=69 xadvance=69 page=3 chnl=15 -char id=9603 x=0 y=956 width=68 height=26 xoffset=0 yoffset=61 xadvance=69 page=3 chnl=15 -char id=9604 x=146 y=841 width=68 height=35 xoffset=0 yoffset=52 xadvance=69 page=3 chnl=15 -char id=9605 x=541 y=534 width=68 height=43 xoffset=0 yoffset=44 xadvance=69 page=3 chnl=15 -char id=9606 x=254 y=958 width=68 height=51 xoffset=0 yoffset=36 xadvance=69 page=2 chnl=15 -char id=9607 x=866 y=870 width=68 height=60 xoffset=0 yoffset=27 xadvance=69 page=1 chnl=15 -char id=9608 x=576 y=153 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9609 x=936 y=221 width=59 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9610 x=0 y=325 width=51 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9611 x=496 y=298 width=43 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9612 x=896 y=365 width=34 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9613 x=68 y=469 width=26 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9614 x=1000 y=77 width=17 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9615 x=1008 y=149 width=9 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9616 x=858 y=365 width=34 height=68 xoffset=33 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9617 x=0 y=253 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9618 x=72 y=251 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9619 x=144 y=232 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9620 x=564 y=998 width=68 height=9 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9621 x=98 y=469 width=9 height=68 xoffset=59 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9622 x=400 y=839 width=34 height=35 xoffset=0 yoffset=52 xadvance=69 page=3 chnl=15 -char id=9623 x=438 y=838 width=34 height=35 xoffset=33 yoffset=52 xadvance=69 page=3 chnl=15 -char id=9624 x=615 y=836 width=34 height=34 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9625 x=216 y=231 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9626 x=360 y=228 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9627 x=432 y=226 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9628 x=504 y=226 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9629 x=577 y=836 width=34 height=34 xoffset=33 yoffset=19 xadvance=69 page=3 chnl=15 -char id=9630 x=576 y=225 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9631 x=648 y=222 width=68 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=9986 x=201 y=110 width=62 height=50 xoffset=3 yoffset=28 xadvance=69 page=3 chnl=15 -char id=10003 x=970 y=491 width=48 height=55 xoffset=0 yoffset=26 xadvance=49 page=2 chnl=15 -char id=10010 x=761 y=126 width=57 height=58 xoffset=5 yoffset=24 xadvance=69 page=2 chnl=15 -char id=10045 x=616 y=164 width=44 height=50 xoffset=12 yoffset=28 xadvance=69 page=3 chnl=15 -char id=10047 x=0 y=272 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=10048 x=69 y=272 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=10070 x=0 y=541 width=65 height=66 xoffset=1 yoffset=20 xadvance=69 page=0 chnl=15 -char id=10102 x=804 y=856 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10103 x=737 y=856 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10104 x=748 y=651 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10105 x=603 y=858 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10106 x=469 y=861 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10107 x=402 y=862 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10108 x=680 y=652 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10109 x=67 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10110 x=0 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10111 x=871 y=787 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=10145 x=344 y=433 width=62 height=47 xoffset=3 yoffset=29 xadvance=69 page=3 chnl=15 -char id=10548 x=612 y=339 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=10549 x=680 y=339 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=10687 x=726 y=607 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=10746 x=404 y=842 width=51 height=52 xoffset=8 yoffset=27 xadvance=69 page=2 chnl=15 -char id=10747 x=349 y=843 width=51 height=52 xoffset=8 yoffset=27 xadvance=69 page=2 chnl=15 -char id=11013 x=278 y=433 width=62 height=47 xoffset=2 yoffset=29 xadvance=69 page=3 chnl=15 -char id=11014 x=120 y=540 width=47 height=63 xoffset=10 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11015 x=974 y=473 width=46 height=63 xoffset=10 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11034 x=596 y=607 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11834 x=0 y=1013 width=108 height=5 xoffset=3 yoffset=57 xadvance=115 page=3 chnl=15 -char id=11835 x=69 y=1014 width=161 height=5 xoffset=3 yoffset=57 xadvance=169 page=2 chnl=15 -char id=11904 x=724 y=836 width=30 height=34 xoffset=18 yoffset=29 xadvance=69 page=3 chnl=15 -char id=11905 x=687 y=673 width=56 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11906 x=181 y=983 width=58 height=22 xoffset=6 yoffset=26 xadvance=69 page=3 chnl=15 -char id=11907 x=399 y=433 width=48 height=56 xoffset=12 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11908 x=681 y=250 width=59 height=57 xoffset=6 yoffset=26 xadvance=69 page=2 chnl=15 -char id=11909 x=35 y=805 width=31 height=62 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11910 x=245 y=64 width=54 height=59 xoffset=3 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11911 x=939 y=63 width=63 height=58 xoffset=2 yoffset=26 xadvance=69 page=2 chnl=15 -char id=11912 x=355 y=916 width=51 height=31 xoffset=4 yoffset=21 xadvance=69 page=3 chnl=15 -char id=11913 x=202 y=805 width=26 height=62 xoffset=33 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11914 x=0 y=805 width=31 height=62 xoffset=24 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11915 x=174 y=433 width=53 height=56 xoffset=12 yoffset=26 xadvance=69 page=2 chnl=15 -char id=11916 x=819 y=940 width=53 height=24 xoffset=7 yoffset=23 xadvance=69 page=3 chnl=15 -char id=11917 x=683 y=910 width=57 height=27 xoffset=5 yoffset=23 xadvance=69 page=3 chnl=15 -char id=11918 x=96 y=251 width=63 height=57 xoffset=2 yoffset=28 xadvance=69 page=2 chnl=15 -char id=11919 x=529 y=805 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=1 chnl=15 -char id=11920 x=950 y=406 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11921 x=595 y=805 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=1 chnl=15 -char id=11922 x=806 y=250 width=56 height=57 xoffset=9 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11923 x=734 y=136 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11924 x=915 y=0 width=61 height=59 xoffset=3 yoffset=22 xadvance=69 page=2 chnl=15 -char id=11925 x=131 y=127 width=61 height=58 xoffset=3 yoffset=26 xadvance=69 page=2 chnl=15 -char id=11926 x=688 y=739 width=34 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11927 x=218 y=840 width=58 height=35 xoffset=4 yoffset=49 xadvance=69 page=3 chnl=15 -char id=11928 x=138 y=805 width=30 height=62 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11929 x=843 y=578 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=11931 x=587 y=0 width=63 height=59 xoffset=2 yoffset=26 xadvance=69 page=2 chnl=15 -char id=11932 x=464 y=949 width=51 height=25 xoffset=8 yoffset=28 xadvance=69 page=3 chnl=15 -char id=11933 x=666 y=63 width=32 height=59 xoffset=8 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11934 x=0 y=540 width=58 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11935 x=520 y=0 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11936 x=720 y=0 width=61 height=59 xoffset=4 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11937 x=172 y=805 width=26 height=62 xoffset=2 yoffset=23 xadvance=69 page=1 chnl=15 -char id=11938 x=463 y=805 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=1 chnl=15 -char id=11939 x=402 y=998 width=63 height=22 xoffset=3 yoffset=62 xadvance=69 page=0 chnl=15 -char id=11940 x=863 y=909 width=54 height=27 xoffset=5 yoffset=22 xadvance=69 page=3 chnl=15 -char id=11941 x=90 y=919 width=64 height=31 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=11942 x=787 y=540 width=23 height=63 xoffset=16 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11943 x=292 y=916 width=59 height=31 xoffset=4 yoffset=22 xadvance=69 page=3 chnl=15 -char id=11944 x=986 y=804 width=34 height=61 xoffset=3 yoffset=23 xadvance=69 page=1 chnl=15 -char id=11945 x=303 y=786 width=34 height=53 xoffset=3 yoffset=28 xadvance=69 page=2 chnl=15 -char id=11946 x=613 y=312 width=36 height=57 xoffset=3 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11947 x=670 y=992 width=54 height=28 xoffset=7 yoffset=26 xadvance=69 page=0 chnl=15 -char id=11948 x=713 y=188 width=32 height=58 xoffset=2 yoffset=26 xadvance=69 page=2 chnl=15 -char id=11949 x=839 y=739 width=33 height=62 xoffset=1 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11950 x=207 y=953 width=63 height=25 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=11951 x=764 y=739 width=34 height=62 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11952 x=630 y=63 width=32 height=59 xoffset=4 yoffset=22 xadvance=69 page=2 chnl=15 -char id=11953 x=804 y=909 width=55 height=27 xoffset=6 yoffset=25 xadvance=69 page=3 chnl=15 -char id=11954 x=728 y=992 width=54 height=28 xoffset=7 yoffset=26 xadvance=69 page=0 chnl=15 -char id=11955 x=744 y=910 width=56 height=27 xoffset=6 yoffset=27 xadvance=69 page=3 chnl=15 -char id=11956 x=229 y=251 width=62 height=57 xoffset=3 yoffset=27 xadvance=69 page=2 chnl=15 -char id=11957 x=72 y=674 width=56 height=39 xoffset=6 yoffset=33 xadvance=69 page=3 chnl=15 -char id=11958 x=566 y=611 width=61 height=54 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=11959 x=0 y=584 width=60 height=42 xoffset=4 yoffset=21 xadvance=69 page=3 chnl=15 -char id=11960 x=129 y=673 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11961 x=66 y=0 width=62 height=51 xoffset=2 yoffset=26 xadvance=69 page=3 chnl=15 -char id=11962 x=591 y=473 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11963 x=279 y=583 width=60 height=41 xoffset=4 yoffset=22 xadvance=69 page=3 chnl=15 -char id=11964 x=594 y=63 width=32 height=59 xoffset=2 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11965 x=867 y=672 width=54 height=62 xoffset=7 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11966 x=338 y=951 width=59 height=25 xoffset=4 yoffset=25 xadvance=69 page=3 chnl=15 -char id=11967 x=401 y=951 width=59 height=25 xoffset=4 yoffset=23 xadvance=69 page=3 chnl=15 -char id=11968 x=274 y=952 width=60 height=25 xoffset=4 yoffset=23 xadvance=69 page=3 chnl=15 -char id=11969 x=330 y=473 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11970 x=450 y=540 width=35 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11971 x=938 y=987 width=59 height=33 xoffset=4 yoffset=24 xadvance=69 page=0 chnl=15 -char id=11972 x=196 y=127 width=60 height=58 xoffset=4 yoffset=26 xadvance=69 page=2 chnl=15 -char id=11973 x=850 y=0 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11974 x=0 y=204 width=56 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11975 x=120 y=204 width=56 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11976 x=286 y=0 width=32 height=60 xoffset=3 yoffset=23 xadvance=69 page=2 chnl=15 -char id=11977 x=63 y=64 width=58 height=59 xoffset=4 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11978 x=602 y=188 width=34 height=58 xoffset=3 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11979 x=721 y=473 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11980 x=329 y=805 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=1 chnl=15 -char id=11981 x=67 y=607 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11982 x=921 y=804 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11983 x=490 y=0 width=26 height=60 xoffset=38 yoffset=24 xadvance=69 page=2 chnl=15 -char id=11984 x=525 y=540 width=32 height=63 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11985 x=791 y=805 width=61 height=61 xoffset=4 yoffset=24 xadvance=69 page=1 chnl=15 -char id=11986 x=785 y=0 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11987 x=856 y=606 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11988 x=627 y=673 width=56 height=62 xoffset=6 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11989 x=0 y=739 width=40 height=62 xoffset=17 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11990 x=459 y=0 width=27 height=60 xoffset=8 yoffset=24 xadvance=69 page=2 chnl=15 -char id=11991 x=564 y=876 width=58 height=32 xoffset=4 yoffset=25 xadvance=69 page=3 chnl=15 -char id=11992 x=911 y=473 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11993 x=506 y=673 width=57 height=62 xoffset=6 yoffset=22 xadvance=69 page=1 chnl=15 -char id=11994 x=455 y=935 width=60 height=60 xoffset=3 yoffset=25 xadvance=69 page=1 chnl=15 -char id=11995 x=938 y=869 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=1 chnl=15 -char id=11996 x=66 y=127 width=61 height=58 xoffset=4 yoffset=25 xadvance=69 page=2 chnl=15 -char id=11997 x=883 y=406 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11998 x=409 y=540 width=37 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=11999 x=375 y=739 width=36 height=62 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12000 x=455 y=739 width=35 height=62 xoffset=5 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12001 x=461 y=473 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12002 x=0 y=64 width=59 height=59 xoffset=4 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12003 x=833 y=935 width=57 height=60 xoffset=5 yoffset=24 xadvance=69 page=1 chnl=15 -char id=12004 x=526 y=473 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12005 x=327 y=936 width=60 height=60 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12006 x=848 y=473 width=59 height=63 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12007 x=747 y=673 width=56 height=62 xoffset=7 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12008 x=465 y=607 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12009 x=193 y=673 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12010 x=637 y=126 width=58 height=58 xoffset=7 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12011 x=602 y=136 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12012 x=816 y=406 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12013 x=791 y=607 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12014 x=661 y=607 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12015 x=66 y=473 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12016 x=134 y=607 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12017 x=661 y=805 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12018 x=132 y=473 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12019 x=0 y=607 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12288 x=380 y=1017 width=2 height=1 xoffset=0 yoffset=99 xadvance=69 page=0 chnl=15 -char id=12289 x=28 y=1000 width=21 height=20 xoffset=3 yoffset=63 xadvance=69 page=1 chnl=15 -char id=12290 x=625 y=999 width=21 height=21 xoffset=2 yoffset=62 xadvance=69 page=1 chnl=15 -char id=12291 x=280 y=840 width=39 height=35 xoffset=14 yoffset=36 xadvance=69 page=3 chnl=15 -char id=12292 x=399 y=607 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12293 x=344 y=433 width=51 height=56 xoffset=6 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12294 x=415 y=64 width=50 height=59 xoffset=10 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12295 x=333 y=607 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12296 x=722 y=204 width=25 height=64 xoffset=39 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12297 x=751 y=204 width=25 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12298 x=688 y=204 width=30 height=64 xoffset=35 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12299 x=620 y=204 width=30 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12300 x=461 y=534 width=22 height=44 xoffset=43 yoffset=21 xadvance=69 page=3 chnl=15 -char id=12301 x=435 y=534 width=22 height=44 xoffset=2 yoffset=41 xadvance=69 page=3 chnl=15 -char id=12302 x=833 y=484 width=25 height=45 xoffset=40 yoffset=21 xadvance=69 page=3 chnl=15 -char id=12303 x=561 y=484 width=25 height=46 xoffset=2 yoffset=39 xadvance=69 page=3 chnl=15 -char id=12304 x=887 y=204 width=21 height=64 xoffset=44 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12305 x=862 y=204 width=21 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12306 x=581 y=380 width=46 height=49 xoffset=11 yoffset=29 xadvance=69 page=3 chnl=15 -char id=12307 x=0 y=555 width=54 height=55 xoffset=6 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12308 x=888 y=508 width=18 height=66 xoffset=47 yoffset=20 xadvance=69 page=0 chnl=15 -char id=12309 x=866 y=508 width=18 height=66 xoffset=2 yoffset=20 xadvance=69 page=0 chnl=15 -char id=12310 x=780 y=204 width=24 height=64 xoffset=42 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12311 x=808 y=204 width=23 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12312 x=813 y=509 width=23 height=66 xoffset=44 yoffset=20 xadvance=69 page=0 chnl=15 -char id=12313 x=840 y=508 width=22 height=66 xoffset=1 yoffset=20 xadvance=69 page=0 chnl=15 -char id=12314 x=935 y=204 width=19 height=64 xoffset=46 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12315 x=912 y=204 width=19 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12316 x=812 y=999 width=62 height=20 xoffset=3 yoffset=43 xadvance=69 page=1 chnl=15 -char id=12317 x=832 y=992 width=19 height=28 xoffset=45 yoffset=21 xadvance=69 page=0 chnl=15 -char id=12318 x=786 y=992 width=19 height=28 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=12319 x=809 y=992 width=19 height=28 xoffset=3 yoffset=57 xadvance=69 page=0 chnl=15 -char id=12320 x=904 y=325 width=62 height=49 xoffset=3 yoffset=29 xadvance=69 page=3 chnl=15 -char id=12321 x=1005 y=869 width=7 height=58 xoffset=30 yoffset=24 xadvance=69 page=1 chnl=15 -char id=12322 x=0 y=251 width=25 height=58 xoffset=22 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12323 x=117 y=0 width=42 height=60 xoffset=14 yoffset=23 xadvance=69 page=2 chnl=15 -char id=12324 x=937 y=609 width=53 height=54 xoffset=7 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12325 x=834 y=432 width=34 height=56 xoffset=16 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12326 x=757 y=941 width=58 height=24 xoffset=4 yoffset=26 xadvance=69 page=3 chnl=15 -char id=12327 x=613 y=534 width=58 height=43 xoffset=4 yoffset=25 xadvance=69 page=3 chnl=15 -char id=12328 x=729 y=492 width=57 height=55 xoffset=5 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12329 x=125 y=64 width=56 height=59 xoffset=6 yoffset=23 xadvance=69 page=2 chnl=15 -char id=12330 x=458 y=1002 width=13 height=14 xoffset=-68 yoffset=86 xadvance=1 page=3 chnl=15 -char id=12331 x=1007 y=963 width=13 height=14 xoffset=-67 yoffset=6 xadvance=1 page=3 chnl=15 -char id=12332 x=424 y=1003 width=13 height=14 xoffset=-12 yoffset=6 xadvance=1 page=3 chnl=15 -char id=12333 x=441 y=1003 width=13 height=14 xoffset=-12 yoffset=86 xadvance=1 page=3 chnl=15 -char id=12334 x=216 y=589 width=11 height=12 xoffset=3 yoffset=47 xadvance=18 page=0 chnl=15 -char id=12335 x=855 y=992 width=11 height=26 xoffset=3 yoffset=40 xadvance=18 page=0 chnl=15 -char id=12336 x=674 y=999 width=68 height=20 xoffset=0 yoffset=43 xadvance=69 page=1 chnl=15 -char id=12337 x=51 y=0 width=34 height=100 xoffset=12 yoffset=0 xadvance=69 page=0 chnl=15 -char id=12338 x=0 y=0 width=47 height=100 xoffset=12 yoffset=0 xadvance=69 page=0 chnl=15 -char id=12339 x=395 y=587 width=36 height=65 xoffset=12 yoffset=22 xadvance=69 page=0 chnl=15 -char id=12340 x=0 y=611 width=47 height=65 xoffset=12 yoffset=22 xadvance=69 page=0 chnl=15 -char id=12341 x=366 y=540 width=39 height=63 xoffset=12 yoffset=19 xadvance=69 page=1 chnl=15 -char id=12342 x=201 y=607 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12343 x=274 y=272 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12344 x=519 y=935 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=1 chnl=15 -char id=12345 x=645 y=935 width=59 height=60 xoffset=4 yoffset=23 xadvance=69 page=1 chnl=15 -char id=12346 x=192 y=871 width=59 height=61 xoffset=4 yoffset=23 xadvance=69 page=1 chnl=15 -char id=12347 x=650 y=739 width=34 height=62 xoffset=16 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12348 x=880 y=610 width=53 height=54 xoffset=7 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12349 x=476 y=433 width=57 height=47 xoffset=5 yoffset=30 xadvance=69 page=3 chnl=15 -char id=12350 x=531 y=607 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12351 x=767 y=551 width=35 height=55 xoffset=16 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12353 x=531 y=380 width=46 height=49 xoffset=12 yoffset=33 xadvance=69 page=3 chnl=15 -char id=12354 x=0 y=189 width=55 height=58 xoffset=7 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12355 x=64 y=583 width=46 height=42 xoffset=12 yoffset=39 xadvance=69 page=3 chnl=15 -char id=12356 x=258 y=380 width=55 height=49 xoffset=8 yoffset=31 xadvance=69 page=3 chnl=15 -char id=12357 x=201 y=433 width=37 height=48 xoffset=16 yoffset=35 xadvance=69 page=3 chnl=15 -char id=12358 x=436 y=312 width=44 height=57 xoffset=11 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12359 x=897 y=433 width=45 height=47 xoffset=12 yoffset=35 xadvance=69 page=3 chnl=15 -char id=12360 x=119 y=312 width=54 height=57 xoffset=8 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12361 x=537 y=433 width=50 height=47 xoffset=11 yoffset=36 xadvance=69 page=3 chnl=15 -char id=12362 x=744 y=250 width=58 height=57 xoffset=6 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12363 x=395 y=373 width=61 height=56 xoffset=5 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12364 x=66 y=936 width=62 height=60 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12365 x=338 y=189 width=48 height=58 xoffset=11 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12366 x=255 y=871 width=57 height=61 xoffset=8 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12367 x=980 y=0 width=37 height=59 xoffset=13 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12368 x=469 y=64 width=46 height=59 xoffset=12 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12369 x=883 y=125 width=55 height=58 xoffset=7 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12370 x=64 y=871 width=60 height=61 xoffset=6 yoffset=23 xadvance=69 page=1 chnl=15 -char id=12371 x=853 y=0 width=46 height=51 xoffset=11 yoffset=30 xadvance=69 page=3 chnl=15 -char id=12372 x=894 y=934 width=57 height=60 xoffset=10 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12373 x=286 y=189 width=48 height=58 xoffset=10 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12374 x=807 y=673 width=56 height=62 xoffset=9 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12375 x=336 y=312 width=46 height=57 xoffset=15 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12376 x=386 y=312 width=46 height=57 xoffset=14 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12377 x=185 y=64 width=56 height=59 xoffset=6 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12378 x=65 y=673 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12379 x=696 y=611 width=59 height=54 xoffset=3 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12380 x=128 y=373 width=64 height=56 xoffset=2 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12381 x=231 y=433 width=53 height=56 xoffset=6 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12382 x=833 y=372 width=57 height=56 xoffset=5 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12383 x=60 y=312 width=55 height=57 xoffset=7 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12384 x=554 y=251 width=60 height=57 xoffset=4 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12385 x=231 y=312 width=50 height=57 xoffset=7 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12386 x=128 y=871 width=60 height=61 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12387 x=874 y=752 width=48 height=37 xoffset=10 yoffset=44 xadvance=69 page=3 chnl=15 -char id=12388 x=62 y=535 width=57 height=44 xoffset=4 yoffset=34 xadvance=69 page=3 chnl=15 -char id=12389 x=361 y=251 width=61 height=57 xoffset=3 yoffset=22 xadvance=69 page=2 chnl=15 -char id=12390 x=177 y=846 width=54 height=52 xoffset=5 yoffset=29 xadvance=69 page=2 chnl=15 -char id=12391 x=853 y=784 width=58 height=52 xoffset=5 yoffset=29 xadvance=69 page=2 chnl=15 -char id=12392 x=451 y=433 width=44 height=56 xoffset=11 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12393 x=955 y=933 width=55 height=60 xoffset=10 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12394 x=699 y=126 width=58 height=58 xoffset=6 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12395 x=0 y=673 width=53 height=54 xoffset=8 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12396 x=417 y=493 width=61 height=55 xoffset=4 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12397 x=29 y=251 width=63 height=57 xoffset=3 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12398 x=0 y=846 width=56 height=52 xoffset=5 yoffset=29 xadvance=69 page=2 chnl=15 -char id=12399 x=772 y=372 width=57 height=56 xoffset=7 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12400 x=262 y=936 width=61 height=60 xoffset=5 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12401 x=726 y=805 width=61 height=61 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12402 x=759 y=611 width=57 height=54 xoffset=7 yoffset=28 xadvance=69 page=2 chnl=15 -char id=12403 x=856 y=805 width=61 height=61 xoffset=5 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12404 x=132 y=936 width=61 height=60 xoffset=5 yoffset=23 xadvance=69 page=1 chnl=15 -char id=12405 x=351 y=493 width=62 height=55 xoffset=3 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12406 x=60 y=373 width=64 height=56 xoffset=1 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12407 x=196 y=373 width=64 height=56 xoffset=1 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12408 x=917 y=533 width=61 height=42 xoffset=3 yoffset=35 xadvance=69 page=3 chnl=15 -char id=12409 x=130 y=380 width=61 height=49 xoffset=3 yoffset=29 xadvance=69 page=3 chnl=15 -char id=12410 x=936 y=378 width=61 height=48 xoffset=3 yoffset=30 xadvance=69 page=3 chnl=15 -char id=12411 x=607 y=493 width=57 height=55 xoffset=7 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12412 x=197 y=936 width=61 height=60 xoffset=5 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12413 x=267 y=607 width=62 height=62 xoffset=5 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12414 x=390 y=189 width=47 height=58 xoffset=11 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12415 x=460 y=373 width=60 height=56 xoffset=4 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12416 x=822 y=125 width=57 height=58 xoffset=6 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12417 x=926 y=249 width=56 height=57 xoffset=5 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12418 x=117 y=189 width=53 height=58 xoffset=6 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12419 x=970 y=325 width=50 height=49 xoffset=7 yoffset=35 xadvance=69 page=3 chnl=15 -char id=12420 x=582 y=935 width=59 height=60 xoffset=3 yoffset=23 xadvance=69 page=1 chnl=15 -char id=12421 x=631 y=380 width=46 height=49 xoffset=12 yoffset=36 xadvance=69 page=3 chnl=15 -char id=12422 x=303 y=64 width=53 height=59 xoffset=8 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12423 x=946 y=430 width=41 height=47 xoffset=12 yoffset=36 xadvance=69 page=3 chnl=15 -char id=12424 x=177 y=312 width=50 height=57 xoffset=8 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12425 x=285 y=312 width=47 height=57 xoffset=11 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12426 x=441 y=189 width=41 height=58 xoffset=13 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12427 x=113 y=555 width=51 height=55 xoffset=7 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12428 x=163 y=251 width=62 height=57 xoffset=3 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12429 x=112 y=673 width=51 height=54 xoffset=7 yoffset=28 xadvance=69 page=2 chnl=15 -char id=12430 x=0 y=433 width=50 height=48 xoffset=9 yoffset=34 xadvance=69 page=3 chnl=15 -char id=12431 x=618 y=250 width=59 height=57 xoffset=4 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12432 x=0 y=435 width=55 height=56 xoffset=5 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12433 x=426 y=251 width=60 height=57 xoffset=3 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12434 x=59 y=189 width=54 height=58 xoffset=6 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12435 x=490 y=251 width=60 height=57 xoffset=5 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12436 x=866 y=249 width=56 height=57 xoffset=9 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12437 x=361 y=484 width=51 height=46 xoffset=11 yoffset=36 xadvance=69 page=3 chnl=15 -char id=12438 x=54 y=433 width=46 height=48 xoffset=12 yoffset=37 xadvance=69 page=3 chnl=15 -char id=12441 x=818 y=969 width=20 height=17 xoffset=1 yoffset=21 xadvance=69 page=3 chnl=15 -char id=12442 x=315 y=1004 width=16 height=16 xoffset=2 yoffset=23 xadvance=69 page=3 chnl=15 -char id=12443 x=842 y=968 width=20 height=17 xoffset=1 yoffset=21 xadvance=69 page=3 chnl=15 -char id=12444 x=987 y=965 width=16 height=16 xoffset=2 yoffset=23 xadvance=69 page=3 chnl=15 -char id=12445 x=393 y=582 width=31 height=41 xoffset=21 yoffset=34 xadvance=69 page=3 chnl=15 -char id=12446 x=767 y=380 width=37 height=49 xoffset=18 yoffset=28 xadvance=69 page=3 chnl=15 -char id=12447 x=62 y=540 width=54 height=63 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12448 x=390 y=1003 width=30 height=14 xoffset=19 yoffset=46 xadvance=69 page=3 chnl=15 -char id=12449 x=123 y=535 width=48 height=44 xoffset=11 yoffset=41 xadvance=69 page=3 chnl=15 -char id=12450 x=820 y=610 width=56 height=54 xoffset=8 yoffset=28 xadvance=69 page=2 chnl=15 -char id=12451 x=643 y=433 width=47 height=47 xoffset=7 yoffset=37 xadvance=69 page=3 chnl=15 -char id=12452 x=59 y=435 width=54 height=56 xoffset=5 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12453 x=104 y=433 width=45 height=48 xoffset=12 yoffset=36 xadvance=69 page=3 chnl=15 -char id=12454 x=230 y=189 width=52 height=58 xoffset=8 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12455 x=926 y=752 width=48 height=37 xoffset=10 yoffset=43 xadvance=69 page=3 chnl=15 -char id=12456 x=635 y=484 width=57 height=45 xoffset=5 yoffset=32 xadvance=69 page=3 chnl=15 -char id=12457 x=591 y=433 width=48 height=47 xoffset=11 yoffset=37 xadvance=69 page=3 chnl=15 -char id=12458 x=894 y=371 width=56 height=56 xoffset=5 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12459 x=288 y=433 width=52 height=56 xoffset=6 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12460 x=708 y=935 width=59 height=60 xoffset=5 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12461 x=942 y=125 width=55 height=58 xoffset=6 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12462 x=863 y=136 width=59 height=64 xoffset=5 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12463 x=59 y=0 width=54 height=60 xoffset=6 yoffset=23 xadvance=69 page=2 chnl=15 -char id=12464 x=264 y=473 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12465 x=575 y=126 width=58 height=58 xoffset=4 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12466 x=198 y=473 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12467 x=479 y=380 width=48 height=49 xoffset=10 yoffset=31 xadvance=69 page=3 chnl=15 -char id=12468 x=567 y=673 width=56 height=62 xoffset=9 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12469 x=449 y=127 width=59 height=58 xoffset=4 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12470 x=0 y=936 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=1 chnl=15 -char id=12471 x=850 y=492 width=56 height=55 xoffset=6 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12472 x=386 y=127 width=59 height=58 xoffset=5 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12473 x=193 y=0 width=55 height=51 xoffset=6 yoffset=30 xadvance=69 page=3 chnl=15 -char id=12474 x=921 y=606 width=61 height=62 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12475 x=668 y=493 width=57 height=55 xoffset=4 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12476 x=396 y=805 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12477 x=709 y=727 width=51 height=53 xoffset=7 yoffset=28 xadvance=69 page=2 chnl=15 -char id=12478 x=785 y=473 width=59 height=63 xoffset=6 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12479 x=0 y=0 width=55 height=60 xoffset=5 yoffset=23 xadvance=69 page=2 chnl=15 -char id=12480 x=0 y=473 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12481 x=711 y=372 width=57 height=56 xoffset=5 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12482 x=330 y=373 width=61 height=56 xoffset=4 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12483 x=749 y=484 width=47 height=45 xoffset=11 yoffset=39 xadvance=69 page=3 chnl=15 -char id=12484 x=910 y=491 width=56 height=55 xoffset=6 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12485 x=396 y=473 width=61 height=63 xoffset=5 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12486 x=790 y=492 width=56 height=55 xoffset=6 yoffset=28 xadvance=69 page=2 chnl=15 -char id=12487 x=656 y=473 width=61 height=63 xoffset=5 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12488 x=714 y=432 width=37 height=56 xoffset=21 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12489 x=499 y=433 width=41 height=56 xoffset=19 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12490 x=0 y=313 width=56 height=57 xoffset=6 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12491 x=675 y=533 width=54 height=43 xoffset=6 yoffset=33 xadvance=69 page=3 chnl=15 -char id=12492 x=818 y=727 width=49 height=53 xoffset=8 yoffset=30 xadvance=69 page=2 chnl=15 -char id=12493 x=512 y=127 width=59 height=58 xoffset=4 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12494 x=487 y=669 width=47 height=54 xoffset=8 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12495 x=195 y=380 width=59 height=49 xoffset=4 yoffset=30 xadvance=69 page=3 chnl=15 -char id=12496 x=0 y=127 width=62 height=58 xoffset=3 yoffset=22 xadvance=69 page=2 chnl=15 -char id=12497 x=295 y=251 width=62 height=57 xoffset=3 yoffset=23 xadvance=69 page=2 chnl=15 -char id=12498 x=538 y=669 width=44 height=54 xoffset=14 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12499 x=360 y=64 width=51 height=59 xoffset=12 yoffset=22 xadvance=69 page=2 chnl=15 -char id=12500 x=174 y=189 width=52 height=58 xoffset=12 yoffset=23 xadvance=69 page=2 chnl=15 -char id=12501 x=587 y=0 width=50 height=51 xoffset=9 yoffset=30 xadvance=69 page=3 chnl=15 -char id=12502 x=320 y=673 width=58 height=62 xoffset=8 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12503 x=771 y=935 width=58 height=60 xoffset=8 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12504 x=214 y=583 width=61 height=41 xoffset=4 yoffset=35 xadvance=69 page=3 chnl=15 -char id=12505 x=0 y=380 width=61 height=49 xoffset=3 yoffset=29 xadvance=69 page=3 chnl=15 -char id=12506 x=65 y=380 width=61 height=49 xoffset=3 yoffset=29 xadvance=69 page=3 chnl=15 -char id=12507 x=524 y=373 width=59 height=56 xoffset=4 yoffset=25 xadvance=69 page=2 chnl=15 -char id=12508 x=654 y=0 width=62 height=59 xoffset=3 yoffset=23 xadvance=69 page=2 chnl=15 -char id=12509 x=0 y=871 width=60 height=61 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12510 x=132 y=0 width=57 height=51 xoffset=6 yoffset=31 xadvance=69 page=3 chnl=15 -char id=12511 x=218 y=553 width=46 height=55 xoffset=10 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12512 x=587 y=373 width=59 height=56 xoffset=4 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12513 x=117 y=433 width=53 height=56 xoffset=7 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12514 x=252 y=0 width=55 height=51 xoffset=7 yoffset=29 xadvance=69 page=3 chnl=15 -char id=12515 x=426 y=380 width=49 height=49 xoffset=10 yoffset=36 xadvance=69 page=3 chnl=15 -char id=12516 x=323 y=127 width=59 height=58 xoffset=4 yoffset=24 xadvance=69 page=2 chnl=15 -char id=12517 x=432 y=798 width=49 height=36 xoffset=9 yoffset=43 xadvance=69 page=3 chnl=15 -char id=12518 x=0 y=536 width=58 height=44 xoffset=5 yoffset=32 xadvance=69 page=3 chnl=15 -char id=12519 x=114 y=583 width=39 height=42 xoffset=14 yoffset=41 xadvance=69 page=3 chnl=15 -char id=12520 x=802 y=0 width=47 height=51 xoffset=10 yoffset=30 xadvance=69 page=3 chnl=15 -char id=12521 x=58 y=555 width=51 height=55 xoffset=9 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12522 x=544 y=433 width=40 height=56 xoffset=14 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12523 x=631 y=611 width=61 height=54 xoffset=4 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12524 x=435 y=669 width=48 height=54 xoffset=14 yoffset=27 xadvance=69 page=2 chnl=15 -char id=12525 x=372 y=380 width=50 height=49 xoffset=9 yoffset=31 xadvance=69 page=3 chnl=15 -char id=12526 x=175 y=535 width=45 height=44 xoffset=12 yoffset=41 xadvance=69 page=3 chnl=15 -char id=12527 x=293 y=845 width=52 height=52 xoffset=8 yoffset=30 xadvance=69 page=2 chnl=15 -char id=12528 x=650 y=373 width=57 height=56 xoffset=5 yoffset=26 xadvance=69 page=2 chnl=15 -char id=12529 x=299 y=484 width=58 height=46 xoffset=5 yoffset=31 xadvance=69 page=3 chnl=15 -char id=12530 x=764 y=727 width=50 height=53 xoffset=10 yoffset=29 xadvance=69 page=2 chnl=15 -char id=12531 x=537 y=727 width=54 height=53 xoffset=9 yoffset=28 xadvance=69 page=2 chnl=15 -char id=12532 x=382 y=673 width=58 height=62 xoffset=7 yoffset=21 xadvance=69 page=1 chnl=15 -char id=12533 x=153 y=433 width=44 height=48 xoffset=10 yoffset=36 xadvance=69 page=3 chnl=15 -char id=12534 x=317 y=380 width=51 height=49 xoffset=7 yoffset=36 xadvance=69 page=3 chnl=15 -char id=12535 x=926 y=136 width=57 height=64 xoffset=6 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12536 x=391 y=935 width=60 height=60 xoffset=5 yoffset=22 xadvance=69 page=1 chnl=15 -char id=12537 x=260 y=127 width=59 height=58 xoffset=4 yoffset=21 xadvance=69 page=2 chnl=15 -char id=12538 x=60 y=204 width=56 height=64 xoffset=8 yoffset=20 xadvance=69 page=1 chnl=15 -char id=12539 x=967 y=967 width=16 height=16 xoffset=26 yoffset=45 xadvance=69 page=3 chnl=15 -char id=12540 x=704 y=994 width=55 height=9 xoffset=6 yoffset=48 xadvance=69 page=3 chnl=15 -char id=12541 x=653 y=836 width=33 height=34 xoffset=19 yoffset=38 xadvance=69 page=3 chnl=15 -char id=12542 x=272 y=535 width=38 height=44 xoffset=17 yoffset=29 xadvance=69 page=3 chnl=15 -char id=12543 x=484 y=312 width=41 height=57 xoffset=13 yoffset=26 xadvance=69 page=2 chnl=15 -char id=64256 x=168 y=553 width=46 height=55 xoffset=2 yoffset=24 xadvance=47 page=2 chnl=15 -char id=64257 x=403 y=552 width=38 height=55 xoffset=2 yoffset=24 xadvance=46 page=2 chnl=15 -char id=64258 x=588 y=433 width=39 height=56 xoffset=2 yoffset=24 xadvance=45 page=2 chnl=15 -char id=64259 x=482 y=493 width=59 height=55 xoffset=2 yoffset=24 xadvance=67 page=2 chnl=15 -char id=64260 x=264 y=373 width=62 height=56 xoffset=2 yoffset=24 xadvance=67 page=2 chnl=15 -char id=65040 x=672 y=943 width=14 height=25 xoffset=44 yoffset=20 xadvance=69 page=3 chnl=15 -char id=65041 x=78 y=1000 width=20 height=20 xoffset=44 yoffset=22 xadvance=69 page=1 chnl=15 -char id=65042 x=550 y=999 width=21 height=21 xoffset=43 yoffset=23 xadvance=69 page=1 chnl=15 -char id=65043 x=980 y=481 width=12 height=45 xoffset=43 yoffset=26 xadvance=69 page=3 chnl=15 -char id=65044 x=1006 y=63 width=14 height=56 xoffset=41 yoffset=26 xadvance=69 page=2 chnl=15 -char id=65045 x=1001 y=838 width=13 height=51 xoffset=42 yoffset=23 xadvance=69 page=2 chnl=15 -char id=65046 x=698 y=896 width=33 height=52 xoffset=32 yoffset=22 xadvance=69 page=2 chnl=15 -char id=65047 x=690 y=941 width=63 height=24 xoffset=2 yoffset=61 xadvance=69 page=3 chnl=15 -char id=65048 x=536 y=996 width=63 height=24 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=65049 x=1009 y=310 width=10 height=56 xoffset=29 yoffset=25 xadvance=69 page=2 chnl=15 -char id=65072 x=527 y=534 width=10 height=44 xoffset=29 yoffset=31 xadvance=69 page=3 chnl=15 -char id=65073 x=1016 y=0 width=3 height=58 xoffset=32 yoffset=24 xadvance=69 page=1 chnl=15 -char id=65074 x=1016 y=580 width=3 height=18 xoffset=32 yoffset=44 xadvance=69 page=1 chnl=15 -char id=65075 x=1017 y=293 width=3 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=65076 x=1007 y=365 width=9 height=68 xoffset=2 yoffset=19 xadvance=69 page=0 chnl=15 -char id=65077 x=315 y=981 width=65 height=19 xoffset=1 yoffset=65 xadvance=69 page=3 chnl=15 -char id=65078 x=152 y=1000 width=65 height=19 xoffset=1 yoffset=22 xadvance=69 page=1 chnl=15 -char id=65079 x=290 y=1000 width=65 height=19 xoffset=1 yoffset=66 xadvance=69 page=1 chnl=15 -char id=65080 x=221 y=1000 width=65 height=19 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=65081 x=384 y=980 width=65 height=19 xoffset=1 yoffset=66 xadvance=69 page=3 chnl=15 -char id=65082 x=525 y=976 width=65 height=18 xoffset=1 yoffset=21 xadvance=69 page=3 chnl=15 -char id=65083 x=113 y=985 width=64 height=22 xoffset=2 yoffset=63 xadvance=69 page=3 chnl=15 -char id=65084 x=391 y=999 width=64 height=21 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=65085 x=225 y=917 width=63 height=31 xoffset=2 yoffset=54 xadvance=69 page=3 chnl=15 -char id=65086 x=158 y=918 width=63 height=31 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=65087 x=140 y=954 width=63 height=25 xoffset=2 yoffset=58 xadvance=69 page=3 chnl=15 -char id=65088 x=72 y=956 width=64 height=25 xoffset=2 yoffset=23 xadvance=69 page=3 chnl=15 -char id=65089 x=955 y=997 width=48 height=23 xoffset=18 yoffset=62 xadvance=69 page=1 chnl=15 -char id=65090 x=894 y=998 width=48 height=22 xoffset=1 yoffset=22 xadvance=69 page=1 chnl=15 -char id=65091 x=519 y=947 width=45 height=25 xoffset=20 yoffset=60 xadvance=69 page=3 chnl=15 -char id=65092 x=928 y=939 width=45 height=24 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=65093 x=416 y=484 width=45 height=46 xoffset=11 yoffset=31 xadvance=69 page=3 chnl=15 -char id=65094 x=513 y=484 width=44 height=46 xoffset=12 yoffset=31 xadvance=69 page=3 chnl=15 -char id=65095 x=594 y=975 width=63 height=18 xoffset=2 yoffset=67 xadvance=69 page=3 chnl=15 -char id=65096 x=661 y=972 width=63 height=18 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=65097 x=335 y=1017 width=41 height=3 xoffset=13 yoffset=26 xadvance=69 page=0 chnl=15 -char id=65098 x=804 y=1003 width=41 height=4 xoffset=13 yoffset=26 xadvance=69 page=3 chnl=15 -char id=65099 x=492 y=1002 width=68 height=9 xoffset=0 yoffset=21 xadvance=69 page=3 chnl=15 -char id=65100 x=746 y=969 width=68 height=17 xoffset=0 yoffset=21 xadvance=69 page=3 chnl=15 -char id=65101 x=168 y=457 width=41 height=4 xoffset=13 yoffset=76 xadvance=69 page=0 chnl=15 -char id=65102 x=759 y=1007 width=41 height=4 xoffset=13 yoffset=76 xadvance=69 page=3 chnl=15 -char id=65103 x=612 y=1008 width=68 height=9 xoffset=0 yoffset=76 xadvance=69 page=2 chnl=15 -char id=65104 x=124 y=1000 width=11 height=20 xoffset=28 yoffset=70 xadvance=69 page=1 chnl=15 -char id=65105 x=908 y=968 width=17 height=17 xoffset=25 yoffset=68 xadvance=69 page=3 chnl=15 -char id=65106 x=144 y=304 width=9 height=10 xoffset=29 yoffset=69 xadvance=69 page=0 chnl=15 -char id=65108 x=902 y=533 width=11 height=43 xoffset=27 yoffset=47 xadvance=69 page=3 chnl=15 -char id=65109 x=77 y=919 width=9 height=32 xoffset=29 yoffset=47 xadvance=69 page=3 chnl=15 -char id=65110 x=350 y=534 width=28 height=44 xoffset=20 yoffset=39 xadvance=69 page=3 chnl=15 -char id=65111 x=513 y=534 width=10 height=44 xoffset=29 yoffset=39 xadvance=69 page=3 chnl=15 -char id=65112 x=168 y=448 width=41 height=5 xoffset=13 yoffset=67 xadvance=69 page=0 chnl=15 -char id=65113 x=617 y=484 width=14 height=46 xoffset=26 yoffset=38 xadvance=69 page=3 chnl=15 -char id=65114 x=1001 y=378 width=14 height=46 xoffset=26 yoffset=38 xadvance=69 page=3 chnl=15 -char id=65115 x=942 y=484 width=15 height=45 xoffset=26 yoffset=38 xadvance=69 page=3 chnl=15 -char id=65116 x=961 y=481 width=15 height=45 xoffset=26 yoffset=38 xadvance=69 page=3 chnl=15 -char id=65117 x=886 y=533 width=12 height=43 xoffset=27 yoffset=39 xadvance=69 page=3 chnl=15 -char id=65118 x=870 y=533 width=12 height=43 xoffset=27 yoffset=39 xadvance=69 page=3 chnl=15 -char id=65119 x=157 y=583 width=26 height=42 xoffset=20 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65120 x=733 y=533 width=38 height=43 xoffset=16 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65121 x=575 y=999 width=21 height=21 xoffset=23 yoffset=39 xadvance=69 page=1 chnl=15 -char id=65122 x=653 y=910 width=26 height=29 xoffset=21 yoffset=48 xadvance=69 page=3 chnl=15 -char id=65123 x=210 y=1009 width=26 height=5 xoffset=21 yoffset=60 xadvance=69 page=3 chnl=15 -char id=65124 x=978 y=907 width=25 height=25 xoffset=20 yoffset=50 xadvance=69 page=3 chnl=15 -char id=65125 x=568 y=946 width=25 height=25 xoffset=21 yoffset=50 xadvance=69 page=3 chnl=15 -char id=65126 x=359 y=1000 width=26 height=19 xoffset=21 yoffset=53 xadvance=69 page=1 chnl=15 -char id=65128 x=917 y=484 width=21 height=45 xoffset=22 yoffset=39 xadvance=69 page=3 chnl=15 -char id=65129 x=35 y=731 width=31 height=54 xoffset=18 yoffset=33 xadvance=69 page=2 chnl=15 -char id=65130 x=343 y=582 width=46 height=41 xoffset=11 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65131 x=465 y=484 width=44 height=46 xoffset=12 yoffset=38 xadvance=69 page=3 chnl=15 -char id=65281 x=729 y=55 width=13 height=51 xoffset=27 yoffset=28 xadvance=69 page=3 chnl=15 -char id=65282 x=977 y=937 width=26 height=24 xoffset=21 yoffset=19 xadvance=69 page=3 chnl=15 -char id=65283 x=566 y=841 width=46 height=52 xoffset=11 yoffset=27 xadvance=69 page=2 chnl=15 -char id=65284 x=649 y=441 width=37 height=67 xoffset=15 yoffset=20 xadvance=69 page=0 chnl=15 -char id=65285 x=727 y=784 width=59 height=52 xoffset=4 yoffset=27 xadvance=69 page=2 chnl=15 -char id=65286 x=666 y=840 width=45 height=52 xoffset=12 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65287 x=1007 y=935 width=9 height=24 xoffset=29 yoffset=19 xadvance=69 page=3 chnl=15 -char id=65288 x=600 y=583 width=19 height=65 xoffset=46 yoffset=20 xadvance=69 page=0 chnl=15 -char id=65289 x=623 y=583 width=19 height=65 xoffset=3 yoffset=20 xadvance=69 page=0 chnl=15 -char id=65290 x=923 y=726 width=48 height=53 xoffset=10 yoffset=26 xadvance=69 page=2 chnl=15 -char id=65291 x=267 y=164 width=49 height=50 xoffset=9 yoffset=28 xadvance=69 page=3 chnl=15 -char id=65292 x=654 y=943 width=14 height=25 xoffset=10 yoffset=62 xadvance=69 page=3 chnl=15 -char id=65293 x=336 y=1012 width=49 height=6 xoffset=9 yoffset=50 xadvance=69 page=2 chnl=15 -char id=65294 x=775 y=1007 width=13 height=12 xoffset=11 yoffset=66 xadvance=69 page=2 chnl=15 -char id=65295 x=201 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=65296 x=213 y=902 width=38 height=52 xoffset=15 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65297 x=453 y=272 width=37 height=50 xoffset=16 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65298 x=260 y=55 width=37 height=51 xoffset=15 yoffset=28 xadvance=69 page=3 chnl=15 -char id=65299 x=379 y=899 width=37 height=52 xoffset=14 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65300 x=637 y=218 width=40 height=50 xoffset=14 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65301 x=219 y=55 width=37 height=51 xoffset=14 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65302 x=460 y=897 width=36 height=52 xoffset=16 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65303 x=858 y=272 width=36 height=50 xoffset=16 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65304 x=297 y=901 width=37 height=52 xoffset=15 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65305 x=420 y=898 width=36 height=52 xoffset=16 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65306 x=996 y=481 width=12 height=45 xoffset=28 yoffset=31 xadvance=69 page=3 chnl=15 -char id=65307 x=1001 y=125 width=14 height=56 xoffset=26 yoffset=31 xadvance=69 page=2 chnl=15 -char id=65308 x=652 y=727 width=53 height=53 xoffset=7 yoffset=27 xadvance=69 page=2 chnl=15 -char id=65309 x=459 y=999 width=49 height=21 xoffset=9 yoffset=42 xadvance=69 page=1 chnl=15 -char id=65310 x=595 y=727 width=53 height=53 xoffset=8 yoffset=27 xadvance=69 page=2 chnl=15 -char id=65311 x=735 y=896 width=33 height=52 xoffset=17 yoffset=27 xadvance=69 page=2 chnl=15 -char id=65312 x=257 y=673 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=1 chnl=15 -char id=65313 x=320 y=164 width=47 height=50 xoffset=10 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65314 x=593 y=218 width=40 height=50 xoffset=15 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65315 x=955 y=839 width=42 height=52 xoffset=13 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65316 x=548 y=218 width=41 height=50 xoffset=14 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65317 x=388 y=326 width=34 height=50 xoffset=18 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65318 x=350 y=326 width=34 height=50 xoffset=19 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65319 x=811 y=840 width=44 height=52 xoffset=11 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65320 x=232 y=218 width=42 height=50 xoffset=13 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65321 x=818 y=272 width=36 height=50 xoffset=16 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65322 x=534 y=55 width=32 height=51 xoffset=15 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65323 x=711 y=164 width=43 height=50 xoffset=15 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65324 x=464 y=326 width=33 height=50 xoffset=20 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65325 x=108 y=164 width=49 height=50 xoffset=9 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65326 x=413 y=218 width=41 height=50 xoffset=13 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65327 x=513 y=841 width=49 height=52 xoffset=9 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65328 x=935 y=217 width=38 height=50 xoffset=16 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65329 x=180 y=204 width=51 height=64 xoffset=9 yoffset=28 xadvance=69 page=1 chnl=15 -char id=65330 x=323 y=218 width=41 height=50 xoffset=16 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65331 x=0 y=902 width=40 height=52 xoffset=14 yoffset=28 xadvance=69 page=2 chnl=15 -char id=65332 x=0 y=218 width=43 height=50 xoffset=12 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65333 x=0 y=55 width=42 height=51 xoffset=13 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65334 x=471 y=164 width=45 height=50 xoffset=11 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65335 x=763 y=55 width=65 height=50 xoffset=1 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65336 x=47 y=218 width=43 height=50 xoffset=12 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65337 x=664 y=164 width=43 height=50 xoffset=12 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65338 x=681 y=218 width=40 height=50 xoffset=14 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65339 x=980 y=204 width=18 height=64 xoffset=48 yoffset=21 xadvance=69 page=1 chnl=15 -char id=65340 x=938 y=851 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=65341 x=958 y=204 width=18 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=65342 x=89 y=85 width=22 height=10 xoffset=23 yoffset=14 xadvance=69 page=0 chnl=15 -char id=65343 x=564 y=1011 width=68 height=4 xoffset=0 yoffset=83 xadvance=69 page=3 chnl=15 -char id=65344 x=961 y=1007 width=17 height=10 xoffset=22 yoffset=14 xadvance=69 page=2 chnl=15 -char id=65345 x=975 y=579 width=34 height=40 xoffset=16 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65346 x=486 y=552 width=37 height=55 xoffset=16 yoffset=25 xadvance=69 page=2 chnl=15 -char id=65347 x=818 y=580 width=36 height=40 xoffset=17 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65348 x=568 y=552 width=37 height=55 xoffset=14 yoffset=25 xadvance=69 page=2 chnl=15 -char id=65349 x=736 y=580 width=38 height=40 xoffset=15 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65350 x=527 y=552 width=37 height=55 xoffset=18 yoffset=24 xadvance=69 page=2 chnl=15 -char id=65351 x=317 y=553 width=39 height=55 xoffset=15 yoffset=40 xadvance=69 page=2 chnl=15 -char id=65352 x=707 y=669 width=35 height=54 xoffset=17 yoffset=25 xadvance=69 page=2 chnl=15 -char id=65353 x=165 y=614 width=25 height=55 xoffset=18 yoffset=24 xadvance=69 page=2 chnl=15 -char id=65354 x=196 y=84 width=28 height=71 xoffset=15 yoffset=24 xadvance=69 page=0 chnl=15 -char id=65355 x=649 y=552 width=36 height=55 xoffset=18 yoffset=24 xadvance=69 page=2 chnl=15 -char id=65356 x=609 y=552 width=36 height=55 xoffset=16 yoffset=25 xadvance=69 page=2 chnl=15 -char id=65357 x=957 y=623 width=59 height=39 xoffset=4 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65358 x=622 y=668 width=35 height=39 xoffset=17 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65359 x=650 y=581 width=39 height=40 xoffset=14 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65360 x=627 y=669 width=37 height=54 xoffset=16 yoffset=40 xadvance=69 page=2 chnl=15 -char id=65361 x=586 y=669 width=37 height=54 xoffset=14 yoffset=40 xadvance=69 page=2 chnl=15 -char id=65362 x=888 y=667 width=32 height=39 xoffset=21 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65363 x=778 y=580 width=36 height=40 xoffset=16 yoffset=40 xadvance=69 page=3 chnl=15 -char id=65364 x=726 y=380 width=37 height=49 xoffset=16 yoffset=31 xadvance=69 page=3 chnl=15 -char id=65365 x=778 y=667 width=34 height=39 xoffset=16 yoffset=41 xadvance=69 page=3 chnl=15 -char id=65366 x=860 y=710 width=39 height=38 xoffset=14 yoffset=41 xadvance=69 page=3 chnl=15 -char id=65367 x=600 y=712 width=59 height=38 xoffset=4 yoffset=41 xadvance=69 page=3 chnl=15 -char id=65368 x=84 y=759 width=37 height=38 xoffset=15 yoffset=41 xadvance=69 page=3 chnl=15 -char id=65369 x=98 y=789 width=39 height=53 xoffset=14 yoffset=41 xadvance=69 page=2 chnl=15 -char id=65370 x=440 y=756 width=34 height=38 xoffset=17 yoffset=41 xadvance=69 page=3 chnl=15 -char id=65371 x=646 y=583 width=19 height=65 xoffset=47 yoffset=20 xadvance=69 page=0 chnl=15 -char id=65372 x=1016 y=221 width=3 height=68 xoffset=32 yoffset=19 xadvance=69 page=0 chnl=15 -char id=65373 x=669 y=583 width=19 height=65 xoffset=2 yoffset=20 xadvance=69 page=0 chnl=15 -char id=65374 x=746 y=999 width=62 height=20 xoffset=3 yoffset=43 xadvance=69 page=1 chnl=15 -char id=65375 x=781 y=509 width=28 height=66 xoffset=37 yoffset=20 xadvance=69 page=0 chnl=15 -char id=65376 x=749 y=509 width=28 height=66 xoffset=2 yoffset=20 xadvance=69 page=0 chnl=15 -char id=65377 x=600 y=999 width=21 height=21 xoffset=2 yoffset=62 xadvance=35 page=1 chnl=15 -char id=65378 x=409 y=534 width=22 height=44 xoffset=10 yoffset=21 xadvance=35 page=3 chnl=15 -char id=65379 x=487 y=534 width=22 height=44 xoffset=2 yoffset=41 xadvance=35 page=3 chnl=15 -char id=65380 x=53 y=1000 width=21 height=20 xoffset=1 yoffset=63 xadvance=35 page=1 chnl=15 -char id=65381 x=878 y=999 width=12 height=12 xoffset=10 yoffset=47 xadvance=35 page=1 chnl=15 -char id=65382 x=198 y=958 width=25 height=52 xoffset=5 yoffset=30 xadvance=35 page=2 chnl=15 -char id=65383 x=187 y=583 width=23 height=42 xoffset=6 yoffset=40 xadvance=35 page=3 chnl=15 -char id=65384 x=891 y=484 width=22 height=45 xoffset=4 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65385 x=590 y=484 width=23 height=46 xoffset=6 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65386 x=106 y=841 width=24 height=36 xoffset=5 yoffset=43 xadvance=35 page=3 chnl=15 -char id=65387 x=382 y=534 width=23 height=44 xoffset=5 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65388 x=862 y=484 width=25 height=45 xoffset=4 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65389 x=78 y=841 width=24 height=36 xoffset=5 yoffset=43 xadvance=35 page=3 chnl=15 -char id=65390 x=0 y=717 width=20 height=39 xoffset=7 yoffset=43 xadvance=35 page=3 chnl=15 -char id=65391 x=841 y=533 width=25 height=43 xoffset=4 yoffset=40 xadvance=35 page=3 chnl=15 -char id=65392 x=929 y=1007 width=28 height=10 xoffset=3 yoffset=49 xadvance=35 page=2 chnl=15 -char id=65393 x=106 y=958 width=29 height=52 xoffset=4 yoffset=30 xadvance=35 page=2 chnl=15 -char id=65394 x=977 y=310 width=28 height=57 xoffset=2 yoffset=25 xadvance=35 page=2 chnl=15 -char id=65395 x=0 y=374 width=27 height=57 xoffset=4 yoffset=25 xadvance=35 page=2 chnl=15 -char id=65396 x=800 y=484 width=29 height=45 xoffset=2 yoffset=32 xadvance=35 page=3 chnl=15 -char id=65397 x=101 y=614 width=29 height=55 xoffset=3 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65398 x=68 y=614 width=29 height=55 xoffset=1 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65399 x=272 y=493 width=28 height=56 xoffset=3 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65400 x=922 y=187 width=27 height=58 xoffset=3 yoffset=24 xadvance=35 page=2 chnl=15 -char id=65401 x=944 y=310 width=29 height=57 xoffset=1 yoffset=25 xadvance=35 page=2 chnl=15 -char id=65402 x=0 y=485 width=25 height=47 xoffset=4 yoffset=32 xadvance=35 page=3 chnl=15 -char id=65403 x=207 y=493 width=29 height=56 xoffset=2 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65404 x=35 y=614 width=29 height=55 xoffset=3 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65405 x=603 y=55 width=29 height=51 xoffset=3 yoffset=30 xadvance=35 page=3 chnl=15 -char id=65406 x=139 y=731 width=30 height=54 xoffset=1 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65407 x=636 y=55 width=28 height=51 xoffset=3 yoffset=30 xadvance=35 page=3 chnl=15 -char id=65408 x=574 y=870 width=28 height=61 xoffset=2 yoffset=23 xadvance=35 page=1 chnl=15 -char id=65409 x=240 y=493 width=28 height=56 xoffset=3 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65410 x=447 y=784 width=30 height=53 xoffset=2 yoffset=29 xadvance=35 page=2 chnl=15 -char id=65411 x=481 y=784 width=28 height=53 xoffset=3 yoffset=29 xadvance=35 page=2 chnl=15 -char id=65412 x=274 y=612 width=20 height=55 xoffset=9 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65413 x=174 y=493 width=29 height=56 xoffset=3 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65414 x=809 y=533 width=28 height=43 xoffset=3 yoffset=33 xadvance=35 page=3 chnl=15 -char id=65415 x=139 y=958 width=26 height=52 xoffset=3 yoffset=30 xadvance=35 page=2 chnl=15 -char id=65416 x=888 y=187 width=30 height=58 xoffset=2 yoffset=25 xadvance=35 page=2 chnl=15 -char id=65417 x=169 y=958 width=25 height=52 xoffset=3 yoffset=29 xadvance=35 page=2 chnl=15 -char id=65418 x=242 y=433 width=32 height=48 xoffset=1 yoffset=31 xadvance=35 page=3 chnl=15 -char id=65419 x=227 y=958 width=23 height=52 xoffset=5 yoffset=28 xadvance=35 page=2 chnl=15 -char id=65420 x=993 y=163 width=26 height=50 xoffset=5 yoffset=32 xadvance=35 page=3 chnl=15 -char id=65421 x=314 y=534 width=32 height=44 xoffset=1 yoffset=34 xadvance=35 page=3 chnl=15 -char id=65422 x=0 y=614 width=31 height=55 xoffset=1 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65423 x=780 y=326 width=30 height=50 xoffset=2 yoffset=32 xadvance=35 page=3 chnl=15 -char id=65424 x=222 y=612 width=23 height=55 xoffset=5 yoffset=27 xadvance=35 page=2 chnl=15 -char id=65425 x=0 y=731 width=31 height=54 xoffset=2 yoffset=28 xadvance=35 page=2 chnl=15 -char id=65426 x=134 y=614 width=27 height=55 xoffset=3 yoffset=27 xadvance=35 page=2 chnl=15 -char id=65427 x=848 y=380 width=28 height=49 xoffset=3 yoffset=31 xadvance=35 page=3 chnl=15 -char id=65428 x=70 y=495 width=31 height=56 xoffset=1 yoffset=26 xadvance=35 page=2 chnl=15 -char id=65429 x=775 y=533 width=30 height=43 xoffset=2 yoffset=33 xadvance=35 page=3 chnl=15 -char id=65430 x=908 y=378 width=24 height=49 xoffset=5 yoffset=31 xadvance=35 page=3 chnl=15 -char id=65431 x=994 y=609 width=26 height=54 xoffset=4 yoffset=28 xadvance=35 page=2 chnl=15 -char id=65432 x=249 y=612 width=21 height=55 xoffset=6 yoffset=27 xadvance=35 page=2 chnl=15 -char id=65433 x=341 y=786 width=32 height=53 xoffset=1 yoffset=28 xadvance=35 page=2 chnl=15 -char id=65434 x=575 y=784 width=26 height=53 xoffset=5 yoffset=28 xadvance=35 page=2 chnl=15 -char id=65435 x=991 y=430 width=25 height=47 xoffset=4 yoffset=32 xadvance=35 page=3 chnl=15 -char id=65436 x=699 y=55 width=26 height=51 xoffset=4 yoffset=31 xadvance=35 page=3 chnl=15 -char id=65437 x=668 y=55 width=27 height=51 xoffset=4 yoffset=29 xadvance=35 page=3 chnl=15 -char id=65438 x=929 y=967 width=17 height=17 xoffset=1 yoffset=21 xadvance=35 page=3 chnl=15 -char id=65439 x=950 y=967 width=13 height=17 xoffset=2 yoffset=21 xadvance=35 page=3 chnl=15 -char id=65440 x=163 y=376 width=1 height=1 xoffset=0 yoffset=99 xadvance=35 page=0 chnl=15 -char id=65441 x=312 y=879 width=22 height=33 xoffset=4 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65442 x=164 y=880 width=27 height=33 xoffset=3 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65443 x=690 y=836 width=30 height=34 xoffset=2 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65444 x=965 y=871 width=22 height=32 xoffset=6 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65445 x=131 y=881 width=29 height=33 xoffset=3 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65446 x=923 y=833 width=27 height=34 xoffset=3 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65447 x=911 y=872 width=23 height=32 xoffset=6 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65448 x=762 y=873 width=27 height=32 xoffset=4 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65449 x=0 y=920 width=22 height=32 xoffset=6 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65450 x=954 y=833 width=26 height=34 xoffset=3 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65451 x=793 y=873 width=27 height=32 xoffset=3 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65452 x=195 y=880 width=27 height=33 xoffset=3 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65453 x=792 y=835 width=29 height=34 xoffset=3 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65454 x=730 y=874 width=28 height=32 xoffset=3 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65455 x=698 y=874 width=28 height=32 xoffset=3 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65456 x=891 y=834 width=28 height=34 xoffset=3 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65457 x=52 y=920 width=21 height=32 xoffset=6 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65458 x=338 y=879 width=21 height=33 xoffset=6 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65459 x=226 y=879 width=26 height=33 xoffset=4 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65460 x=758 y=835 width=30 height=34 xoffset=3 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65461 x=0 y=882 width=24 height=34 xoffset=5 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65462 x=858 y=835 width=29 height=34 xoffset=2 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65463 x=28 y=882 width=23 height=34 xoffset=5 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65464 x=256 y=879 width=25 height=33 xoffset=4 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65465 x=825 y=835 width=29 height=34 xoffset=2 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65466 x=476 y=838 width=25 height=35 xoffset=4 yoffset=35 xadvance=35 page=3 chnl=15 -char id=65467 x=285 y=879 width=23 height=33 xoffset=4 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65468 x=26 y=920 width=22 height=32 xoffset=6 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65469 x=938 y=871 width=23 height=32 xoffset=5 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65470 x=984 y=832 width=25 height=34 xoffset=5 yoffset=36 xadvance=35 page=3 chnl=15 -char id=65474 x=846 y=870 width=16 height=61 xoffset=12 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65475 x=1002 y=204 width=18 height=62 xoffset=7 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65476 x=309 y=805 width=16 height=62 xoffset=12 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65477 x=287 y=805 width=18 height=62 xoffset=7 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65478 x=1005 y=782 width=15 height=62 xoffset=6 yoffset=22 xadvance=35 page=0 chnl=15 -char id=65479 x=752 y=870 width=23 height=61 xoffset=4 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65482 x=1005 y=848 width=15 height=62 xoffset=6 yoffset=22 xadvance=35 page=0 chnl=15 -char id=65483 x=260 y=805 width=23 height=62 xoffset=4 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65484 x=882 y=873 width=25 height=32 xoffset=4 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65485 x=606 y=870 width=28 height=61 xoffset=3 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65486 x=638 y=870 width=27 height=61 xoffset=2 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65487 x=697 y=870 width=24 height=61 xoffset=3 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65490 x=443 y=914 width=25 height=31 xoffset=4 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65491 x=824 y=873 width=25 height=32 xoffset=4 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65492 x=232 y=805 width=24 height=62 xoffset=3 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65493 x=427 y=0 width=28 height=60 xoffset=2 yoffset=23 xadvance=35 page=2 chnl=15 -char id=65494 x=725 y=870 width=23 height=61 xoffset=3 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65495 x=853 y=873 width=25 height=32 xoffset=4 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65498 x=40 y=1014 width=25 height=6 xoffset=4 yoffset=50 xadvance=35 page=2 chnl=15 -char id=65499 x=669 y=870 width=24 height=61 xoffset=3 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65500 x=1005 y=0 width=7 height=61 xoffset=14 yoffset=22 xadvance=35 page=1 chnl=15 -char id=65504 x=445 y=552 width=37 height=55 xoffset=15 yoffset=27 xadvance=69 page=2 chnl=15 -char id=65505 x=176 y=55 width=39 height=51 xoffset=15 yoffset=28 xadvance=69 page=3 chnl=15 -char id=65506 x=469 y=997 width=50 height=23 xoffset=8 yoffset=42 xadvance=69 page=0 chnl=15 -char id=65507 x=950 y=1001 width=68 height=3 xoffset=0 yoffset=19 xadvance=69 page=3 chnl=15 -char id=65508 x=1013 y=714 width=3 height=62 xoffset=32 yoffset=22 xadvance=69 page=0 chnl=15 -char id=65509 x=568 y=164 width=44 height=50 xoffset=12 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65510 x=583 y=110 width=57 height=50 xoffset=5 yoffset=29 xadvance=69 page=3 chnl=15 -char id=65512 x=363 y=0 width=6 height=77 xoffset=14 yoffset=21 xadvance=35 page=0 chnl=15 -char id=65513 x=662 y=874 width=32 height=32 xoffset=1 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65514 x=758 y=540 width=25 height=63 xoffset=4 yoffset=21 xadvance=35 page=1 chnl=15 -char id=65515 x=626 y=874 width=32 height=32 xoffset=1 yoffset=37 xadvance=35 page=3 chnl=15 -char id=65516 x=700 y=540 width=25 height=63 xoffset=4 yoffset=21 xadvance=35 page=1 chnl=15 -char id=65517 x=626 y=945 width=24 height=25 xoffset=5 yoffset=40 xadvance=35 page=3 chnl=15 -char id=65518 x=636 y=994 width=25 height=26 xoffset=4 yoffset=40 xadvance=35 page=0 chnl=15 -kernings count=2771 -kerning first=33 second=8217 amount=-3 -kerning first=33 second=8221 amount=-3 -kerning first=34 second=44 amount=-9 -kerning first=34 second=46 amount=-9 -kerning first=34 second=65 amount=-4 -kerning first=34 second=74 amount=-7 -kerning first=8250 second=221 amount=-4 -kerning first=8250 second=120 amount=-2 -kerning first=34 second=99 amount=-2 -kerning first=34 second=100 amount=-2 -kerning first=34 second=101 amount=-2 -kerning first=34 second=111 amount=-2 -kerning first=34 second=113 amount=-2 -kerning first=34 second=115 amount=-1 -kerning first=34 second=192 amount=-4 -kerning first=34 second=193 amount=-4 -kerning first=34 second=194 amount=-4 -kerning first=34 second=195 amount=-4 -kerning first=34 second=196 amount=-4 -kerning first=34 second=197 amount=-4 -kerning first=34 second=231 amount=-2 -kerning first=34 second=232 amount=-2 -kerning first=34 second=233 amount=-2 -kerning first=34 second=234 amount=-2 -kerning first=34 second=235 amount=-2 -kerning first=34 second=242 amount=-2 -kerning first=34 second=243 amount=-2 -kerning first=34 second=244 amount=-2 -kerning first=34 second=245 amount=-2 -kerning first=34 second=246 amount=-2 -kerning first=34 second=248 amount=-2 -kerning first=34 second=339 amount=-2 -kerning first=34 second=8218 amount=-9 -kerning first=34 second=8222 amount=-9 -kerning first=39 second=44 amount=-9 -kerning first=39 second=46 amount=-9 -kerning first=39 second=65 amount=-4 -kerning first=39 second=74 amount=-7 -kerning first=8250 second=116 amount=-2 -kerning first=8250 second=90 amount=-1 -kerning first=39 second=99 amount=-2 -kerning first=39 second=100 amount=-2 -kerning first=39 second=101 amount=-2 -kerning first=39 second=111 amount=-2 -kerning first=39 second=113 amount=-2 -kerning first=39 second=115 amount=-1 -kerning first=39 second=192 amount=-4 -kerning first=39 second=193 amount=-4 -kerning first=39 second=194 amount=-4 -kerning first=39 second=195 amount=-4 -kerning first=39 second=196 amount=-4 -kerning first=39 second=197 amount=-4 -kerning first=39 second=231 amount=-2 -kerning first=39 second=232 amount=-2 -kerning first=39 second=233 amount=-2 -kerning first=39 second=234 amount=-2 -kerning first=39 second=235 amount=-2 -kerning first=39 second=242 amount=-2 -kerning first=39 second=243 amount=-2 -kerning first=39 second=244 amount=-2 -kerning first=39 second=245 amount=-2 -kerning first=39 second=246 amount=-2 -kerning first=39 second=248 amount=-2 -kerning first=39 second=339 amount=-2 -kerning first=39 second=8218 amount=-9 -kerning first=39 second=8222 amount=-9 -kerning first=40 second=74 amount=-1 -kerning first=40 second=106 amount=6 -kerning first=44 second=34 amount=-8 -kerning first=44 second=39 amount=-8 -kerning first=44 second=42 amount=-11 -kerning first=44 second=84 amount=-7 -kerning first=44 second=85 amount=-1 -kerning first=44 second=86 amount=-5 -kerning first=44 second=87 amount=-2 -kerning first=44 second=89 amount=-7 -kerning first=44 second=99 amount=-1 -kerning first=44 second=100 amount=-1 -kerning first=44 second=101 amount=-1 -kerning first=44 second=106 amount=2 -kerning first=44 second=111 amount=-1 -kerning first=44 second=113 amount=-1 -kerning first=44 second=116 amount=-4 -kerning first=44 second=118 amount=-3 -kerning first=44 second=119 amount=-2 -kerning first=44 second=121 amount=-1 -kerning first=44 second=217 amount=-1 -kerning first=44 second=218 amount=-1 -kerning first=44 second=219 amount=-1 -kerning first=44 second=220 amount=-1 -kerning first=44 second=221 amount=-7 -kerning first=44 second=231 amount=-1 -kerning first=44 second=232 amount=-1 -kerning first=44 second=233 amount=-1 -kerning first=44 second=234 amount=-1 -kerning first=44 second=235 amount=-1 -kerning first=44 second=242 amount=-1 -kerning first=44 second=243 amount=-1 -kerning first=44 second=244 amount=-1 -kerning first=44 second=245 amount=-1 -kerning first=44 second=246 amount=-1 -kerning first=44 second=248 amount=-1 -kerning first=44 second=253 amount=-1 -kerning first=44 second=255 amount=-1 -kerning first=44 second=339 amount=-1 -kerning first=44 second=8216 amount=-7 -kerning first=44 second=8217 amount=-8 -kerning first=44 second=8220 amount=-7 -kerning first=44 second=8221 amount=-8 -kerning first=45 second=74 amount=-1 -kerning first=45 second=83 amount=-1 -kerning first=45 second=84 amount=-3 -kerning first=45 second=86 amount=-1 -kerning first=8250 second=89 amount=-4 -kerning first=45 second=88 amount=-2 -kerning first=45 second=89 amount=-5 -kerning first=45 second=90 amount=-1 -kerning first=45 second=116 amount=-2 -kerning first=8250 second=88 amount=-1 -kerning first=45 second=120 amount=-1 -kerning first=45 second=221 amount=-5 -kerning first=46 second=34 amount=-8 -kerning first=46 second=39 amount=-8 -kerning first=46 second=42 amount=-11 -kerning first=46 second=84 amount=-7 -kerning first=46 second=85 amount=-1 -kerning first=46 second=86 amount=-5 -kerning first=46 second=87 amount=-2 -kerning first=46 second=89 amount=-7 -kerning first=46 second=99 amount=-1 -kerning first=46 second=100 amount=-1 -kerning first=46 second=101 amount=-1 -kerning first=46 second=106 amount=2 -kerning first=46 second=111 amount=-1 -kerning first=46 second=113 amount=-1 -kerning first=46 second=116 amount=-4 -kerning first=46 second=118 amount=-3 -kerning first=46 second=119 amount=-2 -kerning first=46 second=121 amount=-1 -kerning first=46 second=217 amount=-1 -kerning first=46 second=218 amount=-1 -kerning first=46 second=219 amount=-1 -kerning first=46 second=220 amount=-1 -kerning first=46 second=221 amount=-7 -kerning first=46 second=231 amount=-1 -kerning first=46 second=232 amount=-1 -kerning first=46 second=233 amount=-1 -kerning first=46 second=234 amount=-1 -kerning first=46 second=235 amount=-1 -kerning first=46 second=242 amount=-1 -kerning first=46 second=243 amount=-1 -kerning first=46 second=244 amount=-1 -kerning first=46 second=245 amount=-1 -kerning first=46 second=246 amount=-1 -kerning first=46 second=248 amount=-1 -kerning first=46 second=253 amount=-1 -kerning first=46 second=255 amount=-1 -kerning first=46 second=339 amount=-1 -kerning first=46 second=8216 amount=-7 -kerning first=46 second=8217 amount=-8 -kerning first=46 second=8220 amount=-7 -kerning first=46 second=8221 amount=-8 -kerning first=47 second=65 amount=-3 -kerning first=8250 second=86 amount=-1 -kerning first=8250 second=84 amount=-3 -kerning first=47 second=74 amount=-6 -kerning first=8250 second=83 amount=-2 -kerning first=8250 second=74 amount=-2 -kerning first=47 second=97 amount=-2 -kerning first=47 second=99 amount=-2 -kerning first=47 second=100 amount=-2 -kerning first=47 second=101 amount=-2 -kerning first=8249 second=960 amount=-1 -kerning first=47 second=105 amount=1 -kerning first=47 second=106 amount=1 -kerning first=47 second=111 amount=-2 -kerning first=47 second=113 amount=-2 -kerning first=8249 second=221 amount=-3 -kerning first=47 second=117 amount=-1 -kerning first=47 second=192 amount=-3 -kerning first=47 second=193 amount=-3 -kerning first=47 second=194 amount=-3 -kerning first=47 second=195 amount=-3 -kerning first=47 second=196 amount=-3 -kerning first=47 second=197 amount=-3 -kerning first=8249 second=120 amount=-1 -kerning first=8249 second=116 amount=-1 -kerning first=8249 second=89 amount=-3 -kerning first=8249 second=88 amount=-1 -kerning first=8249 second=87 amount=-1 -kerning first=8249 second=86 amount=-1 -kerning first=8249 second=84 amount=-3 -kerning first=47 second=224 amount=-2 -kerning first=47 second=225 amount=-2 -kerning first=47 second=226 amount=-2 -kerning first=47 second=227 amount=-2 -kerning first=47 second=228 amount=-2 -kerning first=47 second=229 amount=-2 -kerning first=47 second=230 amount=-2 -kerning first=47 second=231 amount=-2 -kerning first=47 second=232 amount=-2 -kerning first=47 second=233 amount=-2 -kerning first=47 second=234 amount=-2 -kerning first=47 second=235 amount=-2 -kerning first=47 second=236 amount=1 -kerning first=47 second=237 amount=1 -kerning first=47 second=238 amount=4 -kerning first=47 second=239 amount=4 -kerning first=47 second=242 amount=-2 -kerning first=47 second=243 amount=-2 -kerning first=47 second=244 amount=-2 -kerning first=47 second=245 amount=-2 -kerning first=47 second=246 amount=-2 -kerning first=47 second=248 amount=-2 -kerning first=47 second=249 amount=-1 -kerning first=47 second=250 amount=-1 -kerning first=47 second=251 amount=-1 -kerning first=47 second=252 amount=-1 -kerning first=8222 second=8221 amount=-8 -kerning first=47 second=339 amount=-2 -kerning first=58 second=42 amount=-3 -kerning first=58 second=89 amount=-2 -kerning first=8222 second=8220 amount=-7 -kerning first=58 second=221 amount=-2 -kerning first=59 second=42 amount=-3 -kerning first=59 second=89 amount=-2 -kerning first=8222 second=8217 amount=-8 -kerning first=59 second=221 amount=-2 -kerning first=63 second=8217 amount=-2 -kerning first=63 second=8221 amount=-2 -kerning first=65 second=34 amount=-4 -kerning first=65 second=39 amount=-4 -kerning first=65 second=42 amount=-7 -kerning first=65 second=63 amount=-2 -kerning first=8222 second=8216 amount=-7 -kerning first=8222 second=339 amount=-1 -kerning first=8222 second=255 amount=-1 -kerning first=8222 second=253 amount=-1 -kerning first=8222 second=248 amount=-1 -kerning first=65 second=84 amount=-4 -kerning first=65 second=85 amount=-1 -kerning first=65 second=86 amount=-1 -kerning first=65 second=89 amount=-1 -kerning first=8222 second=246 amount=-1 -kerning first=65 second=92 amount=-3 -kerning first=65 second=97 amount=1 -kerning first=8222 second=245 amount=-1 -kerning first=65 second=115 amount=1 -kerning first=65 second=116 amount=-1 -kerning first=8222 second=244 amount=-1 -kerning first=8222 second=243 amount=-1 -kerning first=8222 second=242 amount=-1 -kerning first=8222 second=235 amount=-1 -kerning first=8222 second=234 amount=-1 -kerning first=65 second=174 amount=-6 -kerning first=65 second=183 amount=-2 -kerning first=8222 second=233 amount=-1 -kerning first=8222 second=232 amount=-1 -kerning first=8222 second=231 amount=-1 -kerning first=8222 second=221 amount=-7 -kerning first=8222 second=220 amount=-1 -kerning first=8222 second=219 amount=-1 -kerning first=8222 second=218 amount=-1 -kerning first=8222 second=217 amount=-1 -kerning first=8222 second=121 amount=-1 -kerning first=8222 second=119 amount=-2 -kerning first=8222 second=118 amount=-3 -kerning first=8222 second=116 amount=-4 -kerning first=8222 second=113 amount=-1 -kerning first=65 second=217 amount=-1 -kerning first=65 second=218 amount=-1 -kerning first=65 second=219 amount=-1 -kerning first=65 second=220 amount=-1 -kerning first=65 second=221 amount=-1 -kerning first=65 second=224 amount=1 -kerning first=65 second=225 amount=1 -kerning first=65 second=226 amount=1 -kerning first=65 second=227 amount=1 -kerning first=65 second=228 amount=1 -kerning first=65 second=229 amount=1 -kerning first=65 second=230 amount=1 -kerning first=8222 second=111 amount=-1 -kerning first=8222 second=106 amount=2 -kerning first=8222 second=101 amount=-1 -kerning first=8222 second=100 amount=-1 -kerning first=8222 second=99 amount=-1 -kerning first=8222 second=89 amount=-7 -kerning first=8222 second=87 amount=-2 -kerning first=65 second=8216 amount=-5 -kerning first=65 second=8217 amount=-4 -kerning first=65 second=8220 amount=-5 -kerning first=65 second=8221 amount=-4 -kerning first=65 second=8482 amount=-4 -kerning first=8222 second=86 amount=-5 -kerning first=8222 second=85 amount=-1 -kerning first=66 second=42 amount=-2 -kerning first=66 second=74 amount=-1 -kerning first=66 second=83 amount=-1 -kerning first=66 second=84 amount=-2 -kerning first=8222 second=84 amount=-7 -kerning first=8222 second=42 amount=-11 -kerning first=8222 second=39 amount=-8 -kerning first=66 second=89 amount=-1 -kerning first=8222 second=34 amount=-8 -kerning first=8221 second=64258 amount=-1 -kerning first=66 second=118 amount=-1 -kerning first=8221 second=64257 amount=-1 -kerning first=8221 second=8222 amount=-10 -kerning first=66 second=121 amount=-1 -kerning first=66 second=183 amount=-1 -kerning first=66 second=221 amount=-1 -kerning first=66 second=253 amount=-1 -kerning first=66 second=255 amount=-1 -kerning first=66 second=8216 amount=-1 -kerning first=66 second=8217 amount=-1 -kerning first=66 second=8220 amount=-1 -kerning first=66 second=8221 amount=-1 -kerning first=66 second=8482 amount=-1 -kerning first=67 second=45 amount=-2 -kerning first=67 second=67 amount=-2 -kerning first=67 second=71 amount=-2 -kerning first=8221 second=8218 amount=-10 -kerning first=67 second=79 amount=-2 -kerning first=67 second=81 amount=-2 -kerning first=67 second=83 amount=-2 -kerning first=67 second=84 amount=-1 -kerning first=67 second=85 amount=-1 -kerning first=8221 second=339 amount=-3 -kerning first=8221 second=248 amount=-3 -kerning first=8221 second=246 amount=-3 -kerning first=8221 second=245 amount=-3 -kerning first=8221 second=244 amount=-3 -kerning first=67 second=103 amount=-1 -kerning first=67 second=116 amount=-2 -kerning first=8221 second=243 amount=-3 -kerning first=67 second=118 amount=-1 -kerning first=8221 second=242 amount=-3 -kerning first=67 second=121 amount=-1 -kerning first=67 second=171 amount=-1 -kerning first=67 second=173 amount=-2 -kerning first=8221 second=235 amount=-3 -kerning first=67 second=183 amount=-4 -kerning first=67 second=199 amount=-2 -kerning first=67 second=210 amount=-2 -kerning first=67 second=211 amount=-2 -kerning first=67 second=212 amount=-2 -kerning first=67 second=213 amount=-2 -kerning first=67 second=214 amount=-2 -kerning first=67 second=216 amount=-2 -kerning first=67 second=217 amount=-1 -kerning first=67 second=218 amount=-1 -kerning first=67 second=219 amount=-1 -kerning first=67 second=220 amount=-1 -kerning first=8221 second=234 amount=-3 -kerning first=8221 second=233 amount=-3 -kerning first=8221 second=232 amount=-3 -kerning first=8221 second=231 amount=-3 -kerning first=8221 second=230 amount=-4 -kerning first=67 second=253 amount=-1 -kerning first=67 second=255 amount=-1 -kerning first=67 second=338 amount=-2 -kerning first=67 second=8209 amount=-2 -kerning first=67 second=8210 amount=-2 -kerning first=67 second=8211 amount=-2 -kerning first=67 second=8212 amount=-2 -kerning first=67 second=8249 amount=-1 -kerning first=67 second=8482 amount=1 -kerning first=68 second=42 amount=-2 -kerning first=68 second=47 amount=-1 -kerning first=8221 second=229 amount=-4 -kerning first=68 second=74 amount=-3 -kerning first=68 second=84 amount=-2 -kerning first=8221 second=228 amount=-4 -kerning first=8221 second=227 amount=-4 -kerning first=68 second=88 amount=-1 -kerning first=68 second=89 amount=-1 -kerning first=68 second=90 amount=-1 -kerning first=68 second=120 amount=-1 -kerning first=8221 second=226 amount=-4 -kerning first=8221 second=225 amount=-4 -kerning first=8221 second=224 amount=-4 -kerning first=8221 second=198 amount=-6 -kerning first=8221 second=197 amount=-5 -kerning first=8221 second=196 amount=-5 -kerning first=8221 second=195 amount=-5 -kerning first=8221 second=194 amount=-5 -kerning first=68 second=221 amount=-1 -kerning first=68 second=8482 amount=-2 -kerning first=8221 second=193 amount=-5 -kerning first=8221 second=192 amount=-5 -kerning first=8221 second=122 amount=-2 -kerning first=8221 second=115 amount=-3 -kerning first=8221 second=113 amount=-3 -kerning first=69 second=116 amount=-2 -kerning first=8221 second=111 amount=-3 -kerning first=69 second=120 amount=-2 -kerning first=8221 second=103 amount=-3 -kerning first=8221 second=102 amount=-1 -kerning first=8221 second=101 amount=-3 -kerning first=8221 second=100 amount=-3 -kerning first=8221 second=99 amount=-3 -kerning first=8221 second=97 amount=-4 -kerning first=8221 second=74 amount=-7 -kerning first=8221 second=65 amount=-5 -kerning first=8221 second=46 amount=-10 -kerning first=8221 second=44 amount=-10 -kerning first=8220 second=64258 amount=-1 -kerning first=8220 second=64257 amount=-1 -kerning first=8220 second=8222 amount=-7 -kerning first=8220 second=8218 amount=-7 -kerning first=8220 second=339 amount=-2 -kerning first=70 second=44 amount=-6 -kerning first=70 second=46 amount=-6 -kerning first=70 second=47 amount=-4 -kerning first=70 second=65 amount=-3 -kerning first=8220 second=248 amount=-2 -kerning first=8220 second=246 amount=-2 -kerning first=70 second=74 amount=-10 -kerning first=8220 second=245 amount=-2 -kerning first=8220 second=244 amount=-2 -kerning first=70 second=83 amount=-1 -kerning first=70 second=88 amount=-2 -kerning first=8220 second=243 amount=-2 -kerning first=70 second=90 amount=-2 -kerning first=70 second=97 amount=-2 -kerning first=70 second=99 amount=-1 -kerning first=70 second=100 amount=-1 -kerning first=70 second=101 amount=-1 -kerning first=70 second=103 amount=-2 -kerning first=70 second=109 amount=-1 -kerning first=70 second=110 amount=-1 -kerning first=70 second=111 amount=-1 -kerning first=70 second=112 amount=-1 -kerning first=70 second=113 amount=-1 -kerning first=70 second=114 amount=-1 -kerning first=70 second=115 amount=-1 -kerning first=8220 second=242 amount=-2 -kerning first=70 second=117 amount=-1 -kerning first=70 second=118 amount=-1 -kerning first=70 second=119 amount=-1 -kerning first=70 second=120 amount=-2 -kerning first=70 second=121 amount=-1 -kerning first=70 second=122 amount=-2 -kerning first=70 second=171 amount=-1 -kerning first=70 second=174 amount=1 -kerning first=70 second=183 amount=-1 -kerning first=70 second=192 amount=-3 -kerning first=70 second=193 amount=-3 -kerning first=70 second=194 amount=-3 -kerning first=70 second=195 amount=-3 -kerning first=70 second=196 amount=-3 -kerning first=70 second=197 amount=-3 -kerning first=8220 second=235 amount=-2 -kerning first=8220 second=234 amount=-2 -kerning first=8220 second=233 amount=-2 -kerning first=8220 second=232 amount=-2 -kerning first=8220 second=231 amount=-2 -kerning first=8220 second=230 amount=-3 -kerning first=8220 second=229 amount=-3 -kerning first=8220 second=228 amount=-3 -kerning first=70 second=224 amount=-2 -kerning first=70 second=225 amount=-2 -kerning first=70 second=226 amount=-2 -kerning first=70 second=227 amount=-2 -kerning first=70 second=228 amount=-2 -kerning first=70 second=229 amount=-2 -kerning first=70 second=230 amount=-2 -kerning first=70 second=231 amount=-1 -kerning first=70 second=232 amount=-1 -kerning first=70 second=233 amount=-1 -kerning first=70 second=234 amount=-1 -kerning first=70 second=235 amount=-1 -kerning first=70 second=238 amount=2 -kerning first=70 second=239 amount=2 -kerning first=70 second=241 amount=-1 -kerning first=70 second=242 amount=-1 -kerning first=70 second=243 amount=-1 -kerning first=70 second=244 amount=-1 -kerning first=70 second=245 amount=-1 -kerning first=70 second=246 amount=-1 -kerning first=70 second=248 amount=-1 -kerning first=70 second=249 amount=-1 -kerning first=70 second=250 amount=-1 -kerning first=70 second=251 amount=-1 -kerning first=70 second=252 amount=-1 -kerning first=70 second=253 amount=-1 -kerning first=70 second=255 amount=-1 -kerning first=8220 second=227 amount=-3 -kerning first=70 second=339 amount=-1 -kerning first=70 second=8218 amount=-6 -kerning first=70 second=8222 amount=-6 -kerning first=70 second=8249 amount=-1 -kerning first=70 second=8482 amount=2 -kerning first=71 second=42 amount=-2 -kerning first=8220 second=226 amount=-3 -kerning first=71 second=84 amount=-1 -kerning first=71 second=86 amount=-1 -kerning first=8220 second=225 amount=-3 -kerning first=8220 second=224 amount=-3 -kerning first=8220 second=198 amount=-6 -kerning first=8220 second=197 amount=-4 -kerning first=8220 second=196 amount=-4 -kerning first=8220 second=195 amount=-4 -kerning first=8220 second=194 amount=-4 -kerning first=8220 second=193 amount=-4 -kerning first=74 second=44 amount=-2 -kerning first=74 second=46 amount=-2 -kerning first=74 second=74 amount=-3 -kerning first=74 second=8218 amount=-2 -kerning first=74 second=8222 amount=-2 -kerning first=75 second=34 amount=-2 -kerning first=75 second=39 amount=-2 -kerning first=75 second=42 amount=-3 -kerning first=75 second=45 amount=-2 -kerning first=8220 second=192 amount=-4 -kerning first=8220 second=191 amount=-9 -kerning first=75 second=67 amount=-1 -kerning first=75 second=71 amount=-1 -kerning first=75 second=79 amount=-1 -kerning first=75 second=81 amount=-1 -kerning first=75 second=83 amount=-1 -kerning first=75 second=84 amount=-1 -kerning first=75 second=85 amount=-1 -kerning first=75 second=86 amount=-1 -kerning first=8220 second=161 amount=-3 -kerning first=75 second=89 amount=-1 -kerning first=8220 second=113 amount=-2 -kerning first=8220 second=111 amount=-2 -kerning first=8220 second=103 amount=-2 -kerning first=8220 second=102 amount=-1 -kerning first=8220 second=101 amount=-2 -kerning first=8220 second=100 amount=-2 -kerning first=75 second=116 amount=-3 -kerning first=75 second=117 amount=-1 -kerning first=75 second=118 amount=-1 -kerning first=75 second=119 amount=-1 -kerning first=75 second=120 amount=-1 -kerning first=75 second=121 amount=-1 -kerning first=75 second=122 amount=-1 -kerning first=8220 second=99 amount=-2 -kerning first=75 second=173 amount=-2 -kerning first=8220 second=97 amount=-3 -kerning first=75 second=183 amount=-3 -kerning first=8220 second=83 amount=-1 -kerning first=8220 second=74 amount=-6 -kerning first=8220 second=65 amount=-4 -kerning first=8220 second=46 amount=-7 -kerning first=8220 second=44 amount=-7 -kerning first=8218 second=8221 amount=-8 -kerning first=8218 second=8220 amount=-7 -kerning first=75 second=199 amount=-1 -kerning first=75 second=210 amount=-1 -kerning first=75 second=211 amount=-1 -kerning first=75 second=212 amount=-1 -kerning first=75 second=213 amount=-1 -kerning first=75 second=214 amount=-1 -kerning first=75 second=216 amount=-1 -kerning first=75 second=217 amount=-1 -kerning first=75 second=218 amount=-1 -kerning first=75 second=219 amount=-1 -kerning first=75 second=220 amount=-1 -kerning first=75 second=221 amount=-1 -kerning first=8218 second=8217 amount=-8 -kerning first=8218 second=8216 amount=-7 -kerning first=8218 second=339 amount=-1 -kerning first=8218 second=255 amount=-1 -kerning first=8218 second=253 amount=-1 -kerning first=8218 second=248 amount=-1 -kerning first=8218 second=246 amount=-1 -kerning first=8218 second=245 amount=-1 -kerning first=8218 second=244 amount=-1 -kerning first=8218 second=243 amount=-1 -kerning first=8218 second=242 amount=-1 -kerning first=75 second=249 amount=-1 -kerning first=75 second=250 amount=-1 -kerning first=75 second=251 amount=-1 -kerning first=75 second=252 amount=-1 -kerning first=75 second=253 amount=-1 -kerning first=75 second=255 amount=-1 -kerning first=75 second=338 amount=-1 -kerning first=8218 second=235 amount=-1 -kerning first=75 second=8209 amount=-2 -kerning first=75 second=8210 amount=-2 -kerning first=75 second=8211 amount=-2 -kerning first=75 second=8212 amount=-2 -kerning first=75 second=8216 amount=-2 -kerning first=75 second=8217 amount=-2 -kerning first=75 second=8220 amount=-2 -kerning first=75 second=8221 amount=-2 -kerning first=8218 second=234 amount=-1 -kerning first=8218 second=233 amount=-1 -kerning first=8218 second=232 amount=-1 -kerning first=76 second=34 amount=-8 -kerning first=76 second=39 amount=-8 -kerning first=76 second=42 amount=-12 -kerning first=76 second=45 amount=-3 -kerning first=76 second=63 amount=-3 -kerning first=76 second=67 amount=-2 -kerning first=76 second=71 amount=-2 -kerning first=76 second=79 amount=-2 -kerning first=76 second=81 amount=-2 -kerning first=76 second=83 amount=-1 -kerning first=76 second=84 amount=-9 -kerning first=76 second=85 amount=-2 -kerning first=76 second=86 amount=-5 -kerning first=76 second=87 amount=-4 -kerning first=76 second=89 amount=-6 -kerning first=76 second=92 amount=-6 -kerning first=76 second=99 amount=-1 -kerning first=76 second=100 amount=-1 -kerning first=76 second=101 amount=-1 -kerning first=76 second=102 amount=-1 -kerning first=8218 second=231 amount=-1 -kerning first=76 second=111 amount=-1 -kerning first=76 second=113 amount=-1 -kerning first=76 second=116 amount=-1 -kerning first=8218 second=221 amount=-7 -kerning first=76 second=118 amount=-3 -kerning first=76 second=119 amount=-2 -kerning first=76 second=121 amount=-3 -kerning first=76 second=171 amount=-2 -kerning first=76 second=173 amount=-3 -kerning first=76 second=174 amount=-7 -kerning first=76 second=183 amount=-7 -kerning first=76 second=199 amount=-2 -kerning first=76 second=210 amount=-2 -kerning first=76 second=211 amount=-2 -kerning first=76 second=212 amount=-2 -kerning first=76 second=213 amount=-2 -kerning first=76 second=214 amount=-2 -kerning first=76 second=216 amount=-2 -kerning first=76 second=217 amount=-2 -kerning first=76 second=218 amount=-2 -kerning first=76 second=219 amount=-2 -kerning first=76 second=220 amount=-2 -kerning first=76 second=221 amount=-6 -kerning first=76 second=231 amount=-1 -kerning first=76 second=232 amount=-1 -kerning first=76 second=233 amount=-1 -kerning first=76 second=234 amount=-1 -kerning first=76 second=235 amount=-1 -kerning first=76 second=242 amount=-1 -kerning first=76 second=243 amount=-1 -kerning first=76 second=244 amount=-1 -kerning first=76 second=245 amount=-1 -kerning first=76 second=246 amount=-1 -kerning first=76 second=248 amount=-1 -kerning first=8218 second=220 amount=-1 -kerning first=8218 second=219 amount=-1 -kerning first=8218 second=218 amount=-1 -kerning first=8218 second=217 amount=-1 -kerning first=76 second=253 amount=-3 -kerning first=76 second=255 amount=-3 -kerning first=76 second=338 amount=-2 -kerning first=76 second=339 amount=-1 -kerning first=76 second=8209 amount=-3 -kerning first=76 second=8210 amount=-3 -kerning first=76 second=8211 amount=-3 -kerning first=76 second=8212 amount=-3 -kerning first=76 second=8216 amount=-6 -kerning first=76 second=8217 amount=-6 -kerning first=76 second=8220 amount=-6 -kerning first=76 second=8221 amount=-6 -kerning first=76 second=8249 amount=-2 -kerning first=76 second=8482 amount=-8 -kerning first=76 second=64257 amount=-1 -kerning first=76 second=64258 amount=-1 -kerning first=79 second=42 amount=-2 -kerning first=79 second=47 amount=-1 -kerning first=8218 second=121 amount=-1 -kerning first=79 second=74 amount=-3 -kerning first=79 second=84 amount=-2 -kerning first=8218 second=119 amount=-2 -kerning first=8218 second=118 amount=-3 -kerning first=79 second=88 amount=-1 -kerning first=79 second=89 amount=-1 -kerning first=79 second=90 amount=-1 -kerning first=79 second=120 amount=-1 -kerning first=8218 second=116 amount=-4 -kerning first=8218 second=113 amount=-1 -kerning first=8218 second=111 amount=-1 -kerning first=8218 second=106 amount=2 -kerning first=8218 second=101 amount=-1 -kerning first=8218 second=100 amount=-1 -kerning first=8218 second=99 amount=-1 -kerning first=8218 second=89 amount=-7 -kerning first=79 second=221 amount=-1 -kerning first=79 second=8482 amount=-2 -kerning first=80 second=44 amount=-9 -kerning first=80 second=45 amount=-2 -kerning first=80 second=46 amount=-9 -kerning first=80 second=47 amount=-5 -kerning first=80 second=65 amount=-3 -kerning first=80 second=74 amount=-11 -kerning first=8218 second=87 amount=-2 -kerning first=80 second=84 amount=-1 -kerning first=80 second=88 amount=-2 -kerning first=8218 second=86 amount=-5 -kerning first=80 second=90 amount=-5 -kerning first=80 second=97 amount=-3 -kerning first=80 second=99 amount=-1 -kerning first=80 second=100 amount=-1 -kerning first=80 second=101 amount=-1 -kerning first=80 second=103 amount=-2 -kerning first=80 second=111 amount=-1 -kerning first=80 second=113 amount=-1 -kerning first=8218 second=85 amount=-1 -kerning first=80 second=120 amount=-1 -kerning first=80 second=122 amount=-1 -kerning first=80 second=171 amount=-1 -kerning first=80 second=173 amount=-2 -kerning first=80 second=174 amount=2 -kerning first=8218 second=84 amount=-7 -kerning first=80 second=192 amount=-3 -kerning first=80 second=193 amount=-3 -kerning first=80 second=194 amount=-3 -kerning first=80 second=195 amount=-3 -kerning first=80 second=196 amount=-3 -kerning first=80 second=197 amount=-3 -kerning first=8218 second=42 amount=-11 -kerning first=80 second=224 amount=-3 -kerning first=80 second=225 amount=-3 -kerning first=80 second=226 amount=-3 -kerning first=80 second=227 amount=-3 -kerning first=80 second=228 amount=-3 -kerning first=80 second=229 amount=-3 -kerning first=80 second=230 amount=-3 -kerning first=80 second=231 amount=-1 -kerning first=80 second=232 amount=-1 -kerning first=80 second=233 amount=-1 -kerning first=80 second=234 amount=-1 -kerning first=80 second=235 amount=-1 -kerning first=80 second=242 amount=-1 -kerning first=80 second=243 amount=-1 -kerning first=80 second=244 amount=-1 -kerning first=80 second=245 amount=-1 -kerning first=80 second=246 amount=-1 -kerning first=80 second=248 amount=-1 -kerning first=80 second=339 amount=-1 -kerning first=80 second=8209 amount=-2 -kerning first=80 second=8210 amount=-2 -kerning first=80 second=8211 amount=-2 -kerning first=80 second=8212 amount=-2 -kerning first=80 second=8218 amount=-9 -kerning first=80 second=8222 amount=-9 -kerning first=80 second=8249 amount=-1 -kerning first=81 second=42 amount=-2 -kerning first=81 second=47 amount=-1 -kerning first=8218 second=39 amount=-8 -kerning first=81 second=74 amount=-3 -kerning first=81 second=84 amount=-2 -kerning first=8218 second=34 amount=-8 -kerning first=8217 second=64258 amount=-1 -kerning first=81 second=88 amount=-1 -kerning first=81 second=89 amount=-1 -kerning first=81 second=90 amount=-1 -kerning first=81 second=120 amount=-1 -kerning first=8217 second=64257 amount=-1 -kerning first=8217 second=8222 amount=-10 -kerning first=8217 second=8218 amount=-10 -kerning first=8217 second=339 amount=-3 -kerning first=8217 second=248 amount=-3 -kerning first=8217 second=246 amount=-3 -kerning first=8217 second=245 amount=-3 -kerning first=8217 second=244 amount=-3 -kerning first=81 second=221 amount=-1 -kerning first=81 second=8482 amount=-2 -kerning first=8217 second=243 amount=-3 -kerning first=82 second=45 amount=-2 -kerning first=8217 second=242 amount=-3 -kerning first=82 second=74 amount=-1 -kerning first=82 second=83 amount=-1 -kerning first=82 second=84 amount=-1 -kerning first=8217 second=235 amount=-3 -kerning first=8217 second=234 amount=-3 -kerning first=8217 second=233 amount=-3 -kerning first=8217 second=232 amount=-3 -kerning first=8217 second=231 amount=-3 -kerning first=8217 second=230 amount=-4 -kerning first=8217 second=229 amount=-4 -kerning first=8217 second=228 amount=-4 -kerning first=8217 second=227 amount=-4 -kerning first=8217 second=226 amount=-4 -kerning first=8217 second=225 amount=-4 -kerning first=8217 second=224 amount=-4 -kerning first=8217 second=198 amount=-6 -kerning first=82 second=171 amount=-2 -kerning first=82 second=173 amount=-2 -kerning first=82 second=174 amount=1 -kerning first=8217 second=197 amount=-5 -kerning first=82 second=187 amount=-1 -kerning first=8217 second=196 amount=-5 -kerning first=8217 second=195 amount=-5 -kerning first=8217 second=194 amount=-5 -kerning first=8217 second=193 amount=-5 -kerning first=8217 second=192 amount=-5 -kerning first=8217 second=122 amount=-2 -kerning first=8217 second=115 amount=-3 -kerning first=8217 second=113 amount=-3 -kerning first=8217 second=111 amount=-3 -kerning first=8217 second=103 amount=-3 -kerning first=8217 second=102 amount=-1 -kerning first=8217 second=101 amount=-3 -kerning first=8217 second=100 amount=-3 -kerning first=8217 second=99 amount=-3 -kerning first=8217 second=97 amount=-4 -kerning first=8217 second=74 amount=-7 -kerning first=8217 second=65 amount=-5 -kerning first=8217 second=46 amount=-10 -kerning first=8217 second=44 amount=-10 -kerning first=8216 second=64258 amount=-1 -kerning first=8216 second=64257 amount=-1 -kerning first=8216 second=8222 amount=-7 -kerning first=8216 second=8218 amount=-7 -kerning first=8216 second=339 amount=-2 -kerning first=8216 second=248 amount=-2 -kerning first=8216 second=246 amount=-2 -kerning first=82 second=8209 amount=-2 -kerning first=82 second=8210 amount=-2 -kerning first=82 second=8211 amount=-2 -kerning first=82 second=8212 amount=-2 -kerning first=82 second=8249 amount=-2 -kerning first=82 second=8250 amount=-1 -kerning first=83 second=42 amount=-1 -kerning first=83 second=45 amount=1 -kerning first=83 second=74 amount=-1 -kerning first=83 second=83 amount=-1 -kerning first=83 second=84 amount=-1 -kerning first=83 second=89 amount=-1 -kerning first=83 second=116 amount=-2 -kerning first=8216 second=245 amount=-2 -kerning first=83 second=173 amount=1 -kerning first=83 second=183 amount=-1 -kerning first=83 second=221 amount=-1 -kerning first=83 second=8209 amount=1 -kerning first=83 second=8210 amount=1 -kerning first=83 second=8211 amount=1 -kerning first=83 second=8212 amount=1 -kerning first=83 second=8217 amount=-1 -kerning first=83 second=8221 amount=-1 -kerning first=84 second=44 amount=-8 -kerning first=84 second=45 amount=-5 -kerning first=84 second=46 amount=-8 -kerning first=84 second=47 amount=-6 -kerning first=84 second=58 amount=-1 -kerning first=84 second=59 amount=-1 -kerning first=84 second=65 amount=-3 -kerning first=84 second=67 amount=-2 -kerning first=84 second=71 amount=-2 -kerning first=84 second=74 amount=-9 -kerning first=84 second=79 amount=-2 -kerning first=84 second=81 amount=-2 -kerning first=84 second=83 amount=-2 -kerning first=84 second=88 amount=-1 -kerning first=84 second=89 amount=-1 -kerning first=84 second=90 amount=-3 -kerning first=84 second=97 amount=-5 -kerning first=84 second=99 amount=-5 -kerning first=84 second=100 amount=-5 -kerning first=84 second=101 amount=-5 -kerning first=84 second=102 amount=-1 -kerning first=84 second=103 amount=-5 -kerning first=84 second=109 amount=-3 -kerning first=84 second=110 amount=-3 -kerning first=84 second=111 amount=-5 -kerning first=84 second=112 amount=-3 -kerning first=84 second=113 amount=-5 -kerning first=84 second=114 amount=-3 -kerning first=84 second=115 amount=-4 -kerning first=84 second=116 amount=-1 -kerning first=84 second=117 amount=-3 -kerning first=84 second=118 amount=-2 -kerning first=84 second=119 amount=-2 -kerning first=84 second=120 amount=-2 -kerning first=84 second=121 amount=-2 -kerning first=84 second=122 amount=-5 -kerning first=84 second=171 amount=-3 -kerning first=84 second=173 amount=-5 -kerning first=84 second=174 amount=1 -kerning first=84 second=183 amount=-5 -kerning first=84 second=187 amount=-3 -kerning first=84 second=192 amount=-3 -kerning first=84 second=193 amount=-3 -kerning first=84 second=194 amount=-3 -kerning first=84 second=195 amount=-3 -kerning first=84 second=196 amount=-3 -kerning first=84 second=197 amount=-3 -kerning first=84 second=198 amount=-6 -kerning first=84 second=199 amount=-2 -kerning first=84 second=210 amount=-2 -kerning first=84 second=211 amount=-2 -kerning first=84 second=212 amount=-2 -kerning first=84 second=213 amount=-2 -kerning first=84 second=214 amount=-2 -kerning first=84 second=216 amount=-2 -kerning first=84 second=221 amount=-1 -kerning first=84 second=224 amount=-5 -kerning first=84 second=225 amount=-5 -kerning first=84 second=226 amount=-5 -kerning first=84 second=227 amount=-5 -kerning first=84 second=228 amount=-5 -kerning first=84 second=229 amount=-5 -kerning first=84 second=230 amount=-5 -kerning first=84 second=231 amount=-5 -kerning first=84 second=232 amount=-5 -kerning first=84 second=233 amount=-5 -kerning first=84 second=234 amount=-5 -kerning first=84 second=235 amount=-5 -kerning first=84 second=241 amount=-3 -kerning first=84 second=242 amount=-5 -kerning first=84 second=243 amount=-5 -kerning first=84 second=244 amount=-5 -kerning first=84 second=245 amount=-5 -kerning first=84 second=246 amount=-5 -kerning first=84 second=248 amount=-5 -kerning first=84 second=249 amount=-3 -kerning first=84 second=250 amount=-3 -kerning first=84 second=251 amount=-3 -kerning first=84 second=252 amount=-3 -kerning first=84 second=253 amount=-2 -kerning first=84 second=255 amount=-2 -kerning first=84 second=338 amount=-2 -kerning first=84 second=339 amount=-5 -kerning first=84 second=8209 amount=-5 -kerning first=84 second=8210 amount=-5 -kerning first=84 second=8211 amount=-5 -kerning first=84 second=8212 amount=-5 -kerning first=84 second=8218 amount=-8 -kerning first=84 second=8222 amount=-8 -kerning first=84 second=8249 amount=-3 -kerning first=84 second=8250 amount=-3 -kerning first=84 second=8482 amount=2 -kerning first=84 second=64257 amount=-1 -kerning first=84 second=64258 amount=-1 -kerning first=85 second=44 amount=-1 -kerning first=85 second=46 amount=-1 -kerning first=85 second=47 amount=-2 -kerning first=85 second=65 amount=-1 -kerning first=85 second=74 amount=-3 -kerning first=8216 second=244 amount=-2 -kerning first=8216 second=243 amount=-2 -kerning first=8216 second=242 amount=-2 -kerning first=85 second=89 amount=-1 -kerning first=8216 second=235 amount=-2 -kerning first=8216 second=234 amount=-2 -kerning first=8216 second=233 amount=-2 -kerning first=8216 second=232 amount=-2 -kerning first=85 second=192 amount=-1 -kerning first=85 second=193 amount=-1 -kerning first=85 second=194 amount=-1 -kerning first=85 second=195 amount=-1 -kerning first=85 second=196 amount=-1 -kerning first=85 second=197 amount=-1 -kerning first=85 second=221 amount=-1 -kerning first=8216 second=231 amount=-2 -kerning first=8216 second=230 amount=-3 -kerning first=8216 second=229 amount=-3 -kerning first=8216 second=228 amount=-3 -kerning first=8216 second=227 amount=-3 -kerning first=8216 second=226 amount=-3 -kerning first=8216 second=225 amount=-3 -kerning first=85 second=8218 amount=-1 -kerning first=85 second=8222 amount=-1 -kerning first=86 second=44 amount=-5 -kerning first=86 second=45 amount=-1 -kerning first=86 second=46 amount=-5 -kerning first=86 second=47 amount=-3 -kerning first=86 second=65 amount=-1 -kerning first=8216 second=224 amount=-3 -kerning first=8216 second=198 amount=-6 -kerning first=86 second=74 amount=-5 -kerning first=8216 second=197 amount=-4 -kerning first=8216 second=196 amount=-4 -kerning first=8216 second=195 amount=-4 -kerning first=8216 second=194 amount=-4 -kerning first=8216 second=193 amount=-4 -kerning first=86 second=90 amount=-1 -kerning first=86 second=97 amount=-2 -kerning first=86 second=99 amount=-1 -kerning first=86 second=100 amount=-1 -kerning first=86 second=101 amount=-1 -kerning first=86 second=103 amount=-1 -kerning first=86 second=109 amount=-1 -kerning first=86 second=110 amount=-1 -kerning first=86 second=111 amount=-1 -kerning first=86 second=112 amount=-1 -kerning first=86 second=113 amount=-1 -kerning first=86 second=114 amount=-1 -kerning first=86 second=115 amount=-1 -kerning first=86 second=117 amount=-2 -kerning first=8216 second=192 amount=-4 -kerning first=8216 second=191 amount=-9 -kerning first=86 second=120 amount=-1 -kerning first=8216 second=161 amount=-3 -kerning first=86 second=122 amount=-1 -kerning first=86 second=171 amount=-1 -kerning first=86 second=173 amount=-1 -kerning first=86 second=174 amount=4 -kerning first=8216 second=113 amount=-2 -kerning first=86 second=187 amount=-1 -kerning first=86 second=192 amount=-1 -kerning first=86 second=193 amount=-1 -kerning first=86 second=194 amount=-1 -kerning first=86 second=195 amount=-1 -kerning first=86 second=196 amount=-1 -kerning first=86 second=197 amount=-1 -kerning first=8216 second=111 amount=-2 -kerning first=8216 second=103 amount=-2 -kerning first=8216 second=102 amount=-1 -kerning first=8216 second=101 amount=-2 -kerning first=8216 second=100 amount=-2 -kerning first=8216 second=99 amount=-2 -kerning first=8216 second=97 amount=-3 -kerning first=8216 second=83 amount=-1 -kerning first=8216 second=74 amount=-6 -kerning first=8216 second=65 amount=-4 -kerning first=8216 second=46 amount=-7 -kerning first=86 second=224 amount=-2 -kerning first=86 second=225 amount=-2 -kerning first=86 second=226 amount=-2 -kerning first=86 second=227 amount=-2 -kerning first=86 second=228 amount=-2 -kerning first=86 second=229 amount=-2 -kerning first=86 second=230 amount=-2 -kerning first=86 second=231 amount=-1 -kerning first=86 second=232 amount=-1 -kerning first=86 second=233 amount=-1 -kerning first=86 second=234 amount=-1 -kerning first=86 second=235 amount=-1 -kerning first=86 second=236 amount=1 -kerning first=8216 second=44 amount=-7 -kerning first=86 second=238 amount=3 -kerning first=86 second=239 amount=5 -kerning first=86 second=241 amount=-1 -kerning first=86 second=242 amount=-1 -kerning first=86 second=243 amount=-1 -kerning first=86 second=244 amount=-1 -kerning first=86 second=245 amount=-1 -kerning first=86 second=246 amount=-1 -kerning first=86 second=248 amount=-1 -kerning first=86 second=249 amount=-2 -kerning first=86 second=250 amount=-2 -kerning first=86 second=251 amount=-2 -kerning first=86 second=252 amount=-2 -kerning first=8212 second=221 amount=-5 -kerning first=8212 second=120 amount=-1 -kerning first=8212 second=116 amount=-2 -kerning first=86 second=339 amount=-1 -kerning first=86 second=8209 amount=-1 -kerning first=86 second=8210 amount=-1 -kerning first=86 second=8211 amount=-1 -kerning first=86 second=8212 amount=-1 -kerning first=8212 second=90 amount=-1 -kerning first=86 second=8218 amount=-5 -kerning first=8212 second=89 amount=-5 -kerning first=86 second=8222 amount=-5 -kerning first=86 second=8249 amount=-1 -kerning first=86 second=8250 amount=-1 -kerning first=86 second=8482 amount=4 -kerning first=87 second=44 amount=-2 -kerning first=8212 second=88 amount=-2 -kerning first=87 second=46 amount=-2 -kerning first=87 second=47 amount=-1 -kerning first=8212 second=86 amount=-1 -kerning first=8212 second=84 amount=-3 -kerning first=87 second=74 amount=-4 -kerning first=8212 second=83 amount=-1 -kerning first=8212 second=74 amount=-1 -kerning first=8211 second=221 amount=-5 -kerning first=8211 second=120 amount=-1 -kerning first=87 second=97 amount=-1 -kerning first=8211 second=116 amount=-2 -kerning first=8211 second=90 amount=-1 -kerning first=8211 second=89 amount=-5 -kerning first=8211 second=88 amount=-2 -kerning first=87 second=174 amount=2 -kerning first=87 second=187 amount=-1 -kerning first=8211 second=86 amount=-1 -kerning first=8211 second=84 amount=-3 -kerning first=8211 second=83 amount=-1 -kerning first=8211 second=74 amount=-1 -kerning first=8210 second=221 amount=-5 -kerning first=8210 second=120 amount=-1 -kerning first=8210 second=116 amount=-2 -kerning first=87 second=224 amount=-1 -kerning first=87 second=225 amount=-1 -kerning first=87 second=226 amount=-1 -kerning first=87 second=227 amount=-1 -kerning first=87 second=228 amount=-1 -kerning first=87 second=229 amount=-1 -kerning first=87 second=230 amount=-1 -kerning first=8210 second=90 amount=-1 -kerning first=8210 second=89 amount=-5 -kerning first=8210 second=88 amount=-2 -kerning first=8210 second=86 amount=-1 -kerning first=8210 second=84 amount=-3 -kerning first=8210 second=83 amount=-1 -kerning first=87 second=8218 amount=-2 -kerning first=8210 second=74 amount=-1 -kerning first=87 second=8222 amount=-2 -kerning first=8209 second=221 amount=-5 -kerning first=87 second=8250 amount=-1 -kerning first=87 second=8482 amount=2 -kerning first=8209 second=120 amount=-1 -kerning first=8209 second=116 amount=-2 -kerning first=8209 second=90 amount=-1 -kerning first=88 second=45 amount=-2 -kerning first=88 second=67 amount=-1 -kerning first=88 second=71 amount=-1 -kerning first=8209 second=89 amount=-5 -kerning first=88 second=79 amount=-1 -kerning first=88 second=81 amount=-1 -kerning first=88 second=83 amount=-1 -kerning first=88 second=84 amount=-1 -kerning first=8209 second=88 amount=-2 -kerning first=8209 second=86 amount=-1 -kerning first=8209 second=84 amount=-3 -kerning first=8209 second=83 amount=-1 -kerning first=8209 second=74 amount=-1 -kerning first=88 second=102 amount=-1 -kerning first=960 second=8250 amount=-1 -kerning first=960 second=187 amount=-1 -kerning first=88 second=116 amount=-1 -kerning first=956 second=8221 amount=-2 -kerning first=88 second=118 amount=-1 -kerning first=88 second=119 amount=-1 -kerning first=956 second=8217 amount=-2 -kerning first=88 second=121 amount=-1 -kerning first=88 second=122 amount=-1 -kerning first=88 second=171 amount=-1 -kerning first=88 second=173 amount=-2 -kerning first=88 second=183 amount=-3 -kerning first=88 second=187 amount=-1 -kerning first=88 second=199 amount=-1 -kerning first=88 second=210 amount=-1 -kerning first=88 second=211 amount=-1 -kerning first=88 second=212 amount=-1 -kerning first=88 second=213 amount=-1 -kerning first=88 second=214 amount=-1 -kerning first=88 second=216 amount=-1 -kerning first=956 second=960 amount=-1 -kerning first=339 second=8482 amount=-1 -kerning first=339 second=230 amount=-1 -kerning first=339 second=229 amount=-1 -kerning first=339 second=228 amount=-1 -kerning first=339 second=227 amount=-1 -kerning first=339 second=226 amount=-1 -kerning first=339 second=225 amount=-1 -kerning first=339 second=224 amount=-1 -kerning first=339 second=221 amount=-2 -kerning first=339 second=97 amount=-1 -kerning first=339 second=92 amount=-1 -kerning first=339 second=89 amount=-2 -kerning first=339 second=86 amount=-1 -kerning first=339 second=84 amount=-2 -kerning first=339 second=83 amount=-1 -kerning first=339 second=74 amount=-1 -kerning first=339 second=42 amount=-2 -kerning first=338 second=120 amount=-2 -kerning first=338 second=116 amount=-2 -kerning first=255 second=8222 amount=-3 -kerning first=255 second=8218 amount=-3 -kerning first=255 second=230 amount=-1 -kerning first=255 second=229 amount=-1 -kerning first=255 second=228 amount=-1 -kerning first=255 second=227 amount=-1 -kerning first=88 second=253 amount=-1 -kerning first=88 second=255 amount=-1 -kerning first=88 second=338 amount=-1 -kerning first=255 second=226 amount=-1 -kerning first=88 second=8209 amount=-2 -kerning first=88 second=8210 amount=-2 -kerning first=88 second=8211 amount=-2 -kerning first=88 second=8212 amount=-2 -kerning first=255 second=225 amount=-1 -kerning first=255 second=224 amount=-1 -kerning first=255 second=174 amount=3 -kerning first=255 second=122 amount=-2 -kerning first=88 second=8249 amount=-1 -kerning first=88 second=8250 amount=-1 -kerning first=88 second=8482 amount=1 -kerning first=88 second=64257 amount=-1 -kerning first=88 second=64258 amount=-1 -kerning first=89 second=44 amount=-7 -kerning first=89 second=45 amount=-5 -kerning first=89 second=46 amount=-7 -kerning first=89 second=47 amount=-4 -kerning first=89 second=58 amount=-2 -kerning first=89 second=59 amount=-2 -kerning first=255 second=120 amount=-1 -kerning first=89 second=65 amount=-1 -kerning first=89 second=67 amount=-1 -kerning first=89 second=71 amount=-1 -kerning first=89 second=74 amount=-7 -kerning first=89 second=79 amount=-1 -kerning first=89 second=81 amount=-1 -kerning first=89 second=83 amount=-1 -kerning first=89 second=84 amount=-1 -kerning first=255 second=97 amount=-1 -kerning first=89 second=90 amount=-2 -kerning first=89 second=97 amount=-5 -kerning first=89 second=99 amount=-3 -kerning first=89 second=100 amount=-3 -kerning first=89 second=101 amount=-3 -kerning first=89 second=103 amount=-4 -kerning first=89 second=109 amount=-3 -kerning first=89 second=110 amount=-3 -kerning first=89 second=111 amount=-3 -kerning first=89 second=112 amount=-3 -kerning first=89 second=113 amount=-3 -kerning first=89 second=114 amount=-3 -kerning first=89 second=115 amount=-3 -kerning first=89 second=116 amount=-2 -kerning first=89 second=117 amount=-2 -kerning first=89 second=118 amount=-1 -kerning first=89 second=119 amount=-2 -kerning first=89 second=120 amount=-2 -kerning first=89 second=121 amount=-1 -kerning first=89 second=122 amount=-3 -kerning first=89 second=171 amount=-4 -kerning first=89 second=173 amount=-5 -kerning first=89 second=174 amount=2 -kerning first=89 second=183 amount=-3 -kerning first=89 second=187 amount=-3 -kerning first=89 second=192 amount=-1 -kerning first=89 second=193 amount=-1 -kerning first=89 second=194 amount=-1 -kerning first=89 second=195 amount=-1 -kerning first=89 second=196 amount=-1 -kerning first=89 second=197 amount=-1 -kerning first=89 second=199 amount=-1 -kerning first=89 second=210 amount=-1 -kerning first=89 second=211 amount=-1 -kerning first=89 second=212 amount=-1 -kerning first=89 second=213 amount=-1 -kerning first=89 second=214 amount=-1 -kerning first=89 second=216 amount=-1 -kerning first=255 second=84 amount=-1 -kerning first=255 second=74 amount=-3 -kerning first=255 second=46 amount=-3 -kerning first=255 second=44 amount=-3 -kerning first=89 second=224 amount=-5 -kerning first=89 second=225 amount=-5 -kerning first=89 second=226 amount=-5 -kerning first=89 second=227 amount=-5 -kerning first=89 second=228 amount=-5 -kerning first=89 second=229 amount=-5 -kerning first=89 second=230 amount=-5 -kerning first=89 second=231 amount=-3 -kerning first=89 second=232 amount=-3 -kerning first=89 second=233 amount=-3 -kerning first=89 second=234 amount=-3 -kerning first=89 second=235 amount=-3 -kerning first=89 second=241 amount=-3 -kerning first=89 second=242 amount=-3 -kerning first=89 second=243 amount=-3 -kerning first=89 second=244 amount=-3 -kerning first=89 second=245 amount=-3 -kerning first=89 second=246 amount=-3 -kerning first=89 second=248 amount=-3 -kerning first=89 second=249 amount=-2 -kerning first=89 second=250 amount=-2 -kerning first=89 second=251 amount=-2 -kerning first=89 second=252 amount=-2 -kerning first=89 second=253 amount=-1 -kerning first=89 second=255 amount=-1 -kerning first=89 second=338 amount=-1 -kerning first=89 second=339 amount=-3 -kerning first=89 second=8209 amount=-5 -kerning first=89 second=8210 amount=-5 -kerning first=89 second=8211 amount=-5 -kerning first=89 second=8212 amount=-5 -kerning first=254 second=8221 amount=-2 -kerning first=89 second=8218 amount=-7 -kerning first=254 second=8217 amount=-2 -kerning first=89 second=8222 amount=-7 -kerning first=89 second=8249 amount=-4 -kerning first=89 second=8250 amount=-3 -kerning first=89 second=8482 amount=3 -kerning first=90 second=45 amount=-2 -kerning first=254 second=230 amount=-1 -kerning first=90 second=67 amount=-1 -kerning first=90 second=71 amount=-1 -kerning first=90 second=74 amount=-2 -kerning first=90 second=79 amount=-1 -kerning first=90 second=81 amount=-1 -kerning first=90 second=83 amount=-2 -kerning first=254 second=229 amount=-1 -kerning first=254 second=228 amount=-1 -kerning first=254 second=227 amount=-1 -kerning first=90 second=89 amount=-1 -kerning first=90 second=90 amount=-1 -kerning first=90 second=97 amount=-1 -kerning first=90 second=99 amount=-1 -kerning first=90 second=100 amount=-1 -kerning first=90 second=101 amount=-1 -kerning first=90 second=102 amount=-1 -kerning first=90 second=103 amount=-1 -kerning first=90 second=111 amount=-1 -kerning first=90 second=113 amount=-1 -kerning first=90 second=116 amount=-1 -kerning first=90 second=117 amount=-1 -kerning first=90 second=118 amount=-1 -kerning first=90 second=119 amount=-1 -kerning first=90 second=120 amount=-2 -kerning first=90 second=121 amount=-1 -kerning first=90 second=171 amount=-2 -kerning first=90 second=173 amount=-2 -kerning first=90 second=174 amount=1 -kerning first=90 second=183 amount=-4 -kerning first=254 second=226 amount=-1 -kerning first=254 second=225 amount=-1 -kerning first=254 second=224 amount=-1 -kerning first=254 second=221 amount=-3 -kerning first=254 second=120 amount=-1 -kerning first=254 second=116 amount=-1 -kerning first=90 second=199 amount=-1 -kerning first=90 second=210 amount=-1 -kerning first=90 second=211 amount=-1 -kerning first=90 second=212 amount=-1 -kerning first=90 second=213 amount=-1 -kerning first=90 second=214 amount=-1 -kerning first=90 second=216 amount=-1 -kerning first=254 second=97 amount=-1 -kerning first=254 second=92 amount=-2 -kerning first=254 second=89 amount=-3 -kerning first=254 second=86 amount=-1 -kerning first=90 second=221 amount=-1 -kerning first=90 second=224 amount=-1 -kerning first=90 second=225 amount=-1 -kerning first=90 second=226 amount=-1 -kerning first=90 second=227 amount=-1 -kerning first=90 second=228 amount=-1 -kerning first=90 second=229 amount=-1 -kerning first=90 second=230 amount=-1 -kerning first=90 second=231 amount=-1 -kerning first=90 second=232 amount=-1 -kerning first=90 second=233 amount=-1 -kerning first=90 second=234 amount=-1 -kerning first=90 second=235 amount=-1 -kerning first=90 second=242 amount=-1 -kerning first=90 second=243 amount=-1 -kerning first=90 second=244 amount=-1 -kerning first=90 second=245 amount=-1 -kerning first=90 second=246 amount=-1 -kerning first=90 second=248 amount=-1 -kerning first=90 second=249 amount=-1 -kerning first=90 second=250 amount=-1 -kerning first=90 second=251 amount=-1 -kerning first=90 second=252 amount=-1 -kerning first=90 second=253 amount=-1 -kerning first=90 second=255 amount=-1 -kerning first=90 second=338 amount=-1 -kerning first=90 second=339 amount=-1 -kerning first=90 second=8209 amount=-2 -kerning first=90 second=8210 amount=-2 -kerning first=90 second=8211 amount=-2 -kerning first=90 second=8212 amount=-2 -kerning first=90 second=8249 amount=-2 -kerning first=90 second=8482 amount=1 -kerning first=90 second=64257 amount=-1 -kerning first=90 second=64258 amount=-1 -kerning first=91 second=74 amount=-1 -kerning first=91 second=106 amount=6 -kerning first=92 second=84 amount=-6 -kerning first=92 second=85 amount=-2 -kerning first=92 second=86 amount=-3 -kerning first=92 second=87 amount=-2 -kerning first=92 second=89 amount=-5 -kerning first=92 second=103 amount=2 -kerning first=92 second=106 amount=5 -kerning first=92 second=118 amount=-1 -kerning first=254 second=84 amount=-4 -kerning first=254 second=63 amount=-1 -kerning first=92 second=208 amount=-2 -kerning first=92 second=217 amount=-2 -kerning first=92 second=218 amount=-2 -kerning first=92 second=219 amount=-2 -kerning first=92 second=220 amount=-2 -kerning first=92 second=221 amount=-5 -kerning first=254 second=42 amount=-1 -kerning first=254 second=39 amount=-2 -kerning first=97 second=42 amount=-3 -kerning first=97 second=63 amount=-1 -kerning first=97 second=84 amount=-2 -kerning first=97 second=86 amount=-1 -kerning first=254 second=34 amount=-2 -kerning first=97 second=89 amount=-2 -kerning first=97 second=116 amount=-1 -kerning first=97 second=221 amount=-2 -kerning first=97 second=8217 amount=-1 -kerning first=97 second=8221 amount=-1 -kerning first=98 second=34 amount=-2 -kerning first=98 second=39 amount=-2 -kerning first=98 second=42 amount=-1 -kerning first=253 second=8222 amount=-3 -kerning first=253 second=8218 amount=-3 -kerning first=253 second=230 amount=-1 -kerning first=98 second=63 amount=-1 -kerning first=98 second=84 amount=-4 -kerning first=98 second=86 amount=-1 -kerning first=253 second=229 amount=-1 -kerning first=98 second=89 amount=-3 -kerning first=98 second=92 amount=-2 -kerning first=98 second=97 amount=-1 -kerning first=253 second=228 amount=-1 -kerning first=253 second=227 amount=-1 -kerning first=98 second=116 amount=-1 -kerning first=253 second=226 amount=-1 -kerning first=253 second=225 amount=-1 -kerning first=98 second=120 amount=-1 -kerning first=253 second=224 amount=-1 -kerning first=253 second=174 amount=3 -kerning first=253 second=122 amount=-2 -kerning first=253 second=120 amount=-1 -kerning first=98 second=221 amount=-3 -kerning first=98 second=224 amount=-1 -kerning first=98 second=225 amount=-1 -kerning first=98 second=226 amount=-1 -kerning first=98 second=227 amount=-1 -kerning first=98 second=228 amount=-1 -kerning first=98 second=229 amount=-1 -kerning first=98 second=230 amount=-1 -kerning first=253 second=97 amount=-1 -kerning first=253 second=84 amount=-1 -kerning first=253 second=74 amount=-3 -kerning first=253 second=46 amount=-3 -kerning first=253 second=44 amount=-3 -kerning first=252 second=221 amount=-2 -kerning first=252 second=89 amount=-2 -kerning first=98 second=8217 amount=-2 -kerning first=252 second=86 amount=-1 -kerning first=252 second=84 amount=-1 -kerning first=98 second=8221 amount=-2 -kerning first=252 second=42 amount=-1 -kerning first=251 second=221 amount=-2 -kerning first=251 second=89 amount=-2 -kerning first=99 second=45 amount=-1 -kerning first=99 second=84 amount=-1 -kerning first=99 second=86 amount=-1 -kerning first=99 second=89 amount=-2 -kerning first=251 second=86 amount=-1 -kerning first=99 second=99 amount=-1 -kerning first=99 second=100 amount=-1 -kerning first=99 second=101 amount=-1 -kerning first=251 second=84 amount=-1 -kerning first=99 second=111 amount=-1 -kerning first=99 second=113 amount=-1 -kerning first=251 second=42 amount=-1 -kerning first=250 second=221 amount=-2 -kerning first=250 second=89 amount=-2 -kerning first=250 second=86 amount=-1 -kerning first=250 second=84 amount=-1 -kerning first=99 second=171 amount=-1 -kerning first=99 second=173 amount=-1 -kerning first=99 second=174 amount=1 -kerning first=99 second=183 amount=-1 -kerning first=99 second=221 amount=-2 -kerning first=250 second=42 amount=-1 -kerning first=249 second=221 amount=-2 -kerning first=249 second=89 amount=-2 -kerning first=249 second=86 amount=-1 -kerning first=249 second=84 amount=-1 -kerning first=249 second=42 amount=-1 -kerning first=248 second=8221 amount=-2 -kerning first=99 second=231 amount=-1 -kerning first=99 second=232 amount=-1 -kerning first=99 second=233 amount=-1 -kerning first=99 second=234 amount=-1 -kerning first=99 second=235 amount=-1 -kerning first=99 second=242 amount=-1 -kerning first=99 second=243 amount=-1 -kerning first=99 second=244 amount=-1 -kerning first=99 second=245 amount=-1 -kerning first=99 second=246 amount=-1 -kerning first=99 second=248 amount=-1 -kerning first=248 second=8217 amount=-2 -kerning first=248 second=230 amount=-1 -kerning first=99 second=339 amount=-1 -kerning first=99 second=8209 amount=-1 -kerning first=99 second=8210 amount=-1 -kerning first=99 second=8211 amount=-1 -kerning first=99 second=8212 amount=-1 -kerning first=99 second=8249 amount=-1 -kerning first=101 second=42 amount=-2 -kerning first=248 second=229 amount=-1 -kerning first=248 second=228 amount=-1 -kerning first=101 second=74 amount=-1 -kerning first=101 second=83 amount=-1 -kerning first=101 second=84 amount=-2 -kerning first=101 second=86 amount=-1 -kerning first=248 second=227 amount=-1 -kerning first=101 second=89 amount=-2 -kerning first=101 second=92 amount=-1 -kerning first=101 second=97 amount=-1 -kerning first=248 second=226 amount=-1 -kerning first=248 second=225 amount=-1 -kerning first=248 second=224 amount=-1 -kerning first=248 second=221 amount=-3 -kerning first=248 second=120 amount=-1 -kerning first=248 second=116 amount=-1 -kerning first=248 second=97 amount=-1 -kerning first=248 second=92 amount=-2 -kerning first=101 second=221 amount=-2 -kerning first=101 second=224 amount=-1 -kerning first=101 second=225 amount=-1 -kerning first=101 second=226 amount=-1 -kerning first=101 second=227 amount=-1 -kerning first=101 second=228 amount=-1 -kerning first=101 second=229 amount=-1 -kerning first=101 second=230 amount=-1 -kerning first=248 second=89 amount=-3 -kerning first=248 second=86 amount=-1 -kerning first=248 second=84 amount=-4 -kerning first=248 second=63 amount=-1 -kerning first=248 second=42 amount=-1 -kerning first=248 second=39 amount=-2 -kerning first=248 second=34 amount=-2 -kerning first=101 second=8482 amount=-1 -kerning first=246 second=8221 amount=-2 -kerning first=246 second=8217 amount=-2 -kerning first=246 second=230 amount=-1 -kerning first=102 second=34 amount=3 -kerning first=102 second=39 amount=3 -kerning first=102 second=41 amount=3 -kerning first=102 second=44 amount=-4 -kerning first=102 second=45 amount=-1 -kerning first=102 second=46 amount=-4 -kerning first=246 second=229 amount=-1 -kerning first=102 second=63 amount=2 -kerning first=102 second=84 amount=3 -kerning first=102 second=86 amount=5 -kerning first=102 second=87 amount=3 -kerning first=102 second=88 amount=2 -kerning first=102 second=89 amount=4 -kerning first=102 second=92 amount=4 -kerning first=102 second=93 amount=3 -kerning first=102 second=97 amount=-1 -kerning first=246 second=228 amount=-1 -kerning first=246 second=227 amount=-1 -kerning first=246 second=226 amount=-1 -kerning first=102 second=103 amount=-1 -kerning first=246 second=225 amount=-1 -kerning first=246 second=224 amount=-1 -kerning first=246 second=221 amount=-3 -kerning first=246 second=120 amount=-1 -kerning first=246 second=116 amount=-1 -kerning first=246 second=97 amount=-1 -kerning first=102 second=122 amount=-1 -kerning first=102 second=125 amount=3 -kerning first=102 second=173 amount=-1 -kerning first=102 second=174 amount=5 -kerning first=102 second=183 amount=-1 -kerning first=102 second=221 amount=4 -kerning first=102 second=224 amount=-1 -kerning first=102 second=225 amount=-1 -kerning first=102 second=226 amount=-1 -kerning first=102 second=227 amount=-1 -kerning first=102 second=228 amount=-1 -kerning first=102 second=229 amount=-1 -kerning first=102 second=230 amount=-1 -kerning first=246 second=92 amount=-2 -kerning first=246 second=89 amount=-3 -kerning first=246 second=86 amount=-1 -kerning first=246 second=84 amount=-4 -kerning first=246 second=63 amount=-1 -kerning first=246 second=42 amount=-1 -kerning first=246 second=39 amount=-2 -kerning first=246 second=34 amount=-2 -kerning first=245 second=8221 amount=-2 -kerning first=245 second=8217 amount=-2 -kerning first=245 second=230 amount=-1 -kerning first=245 second=229 amount=-1 -kerning first=102 second=8209 amount=-1 -kerning first=102 second=8210 amount=-1 -kerning first=102 second=8211 amount=-1 -kerning first=102 second=8212 amount=-1 -kerning first=102 second=8216 amount=2 -kerning first=102 second=8217 amount=2 -kerning first=102 second=8218 amount=-4 -kerning first=102 second=8220 amount=2 -kerning first=102 second=8221 amount=2 -kerning first=102 second=8222 amount=-4 -kerning first=102 second=8482 amount=5 -kerning first=245 second=228 amount=-1 -kerning first=103 second=42 amount=-2 -kerning first=103 second=47 amount=3 -kerning first=103 second=63 amount=-3 -kerning first=103 second=84 amount=-2 -kerning first=103 second=89 amount=-1 -kerning first=245 second=227 amount=-1 -kerning first=103 second=97 amount=-1 -kerning first=103 second=99 amount=-1 -kerning first=103 second=100 amount=-1 -kerning first=103 second=101 amount=-1 -kerning first=103 second=106 amount=3 -kerning first=103 second=111 amount=-1 -kerning first=103 second=113 amount=-1 -kerning first=245 second=226 amount=-1 -kerning first=245 second=225 amount=-1 -kerning first=103 second=121 amount=1 -kerning first=103 second=122 amount=-1 -kerning first=245 second=224 amount=-1 -kerning first=245 second=221 amount=-3 -kerning first=245 second=120 amount=-1 -kerning first=103 second=221 amount=-1 -kerning first=103 second=224 amount=-1 -kerning first=103 second=225 amount=-1 -kerning first=103 second=226 amount=-1 -kerning first=103 second=227 amount=-1 -kerning first=103 second=228 amount=-1 -kerning first=103 second=229 amount=-1 -kerning first=103 second=230 amount=-1 -kerning first=103 second=231 amount=-1 -kerning first=103 second=232 amount=-1 -kerning first=103 second=233 amount=-1 -kerning first=103 second=234 amount=-1 -kerning first=103 second=235 amount=-1 -kerning first=103 second=242 amount=-1 -kerning first=103 second=243 amount=-1 -kerning first=103 second=244 amount=-1 -kerning first=103 second=245 amount=-1 -kerning first=103 second=246 amount=-1 -kerning first=103 second=248 amount=-1 -kerning first=103 second=253 amount=1 -kerning first=103 second=255 amount=1 -kerning first=103 second=339 amount=-1 -kerning first=104 second=42 amount=-2 -kerning first=245 second=116 amount=-1 -kerning first=104 second=84 amount=-2 -kerning first=245 second=97 amount=-1 -kerning first=104 second=89 amount=-1 -kerning first=104 second=221 amount=-1 -kerning first=104 second=8217 amount=-1 -kerning first=104 second=8221 amount=-1 -kerning first=104 second=8482 amount=-1 -kerning first=107 second=42 amount=-1 -kerning first=245 second=92 amount=-2 -kerning first=107 second=45 amount=-4 -kerning first=245 second=89 amount=-3 -kerning first=245 second=86 amount=-1 -kerning first=245 second=84 amount=-4 -kerning first=107 second=63 amount=-1 -kerning first=107 second=84 amount=-3 -kerning first=107 second=89 amount=-1 -kerning first=245 second=63 amount=-1 -kerning first=107 second=99 amount=-1 -kerning first=107 second=100 amount=-1 -kerning first=107 second=101 amount=-1 -kerning first=245 second=42 amount=-1 -kerning first=245 second=39 amount=-2 -kerning first=107 second=111 amount=-1 -kerning first=107 second=113 amount=-1 -kerning first=107 second=116 amount=-2 -kerning first=107 second=117 amount=-1 -kerning first=245 second=34 amount=-2 -kerning first=244 second=8221 amount=-2 -kerning first=107 second=171 amount=-2 -kerning first=107 second=173 amount=-4 -kerning first=244 second=8217 amount=-2 -kerning first=107 second=183 amount=-2 -kerning first=107 second=187 amount=-1 -kerning first=107 second=221 amount=-1 -kerning first=244 second=230 amount=-1 -kerning first=244 second=229 amount=-1 -kerning first=244 second=228 amount=-1 -kerning first=244 second=227 amount=-1 -kerning first=244 second=226 amount=-1 -kerning first=244 second=225 amount=-1 -kerning first=244 second=224 amount=-1 -kerning first=107 second=231 amount=-1 -kerning first=107 second=232 amount=-1 -kerning first=107 second=233 amount=-1 -kerning first=107 second=234 amount=-1 -kerning first=107 second=235 amount=-1 -kerning first=107 second=242 amount=-1 -kerning first=107 second=243 amount=-1 -kerning first=107 second=244 amount=-1 -kerning first=107 second=245 amount=-1 -kerning first=107 second=246 amount=-1 -kerning first=107 second=248 amount=-1 -kerning first=107 second=249 amount=-1 -kerning first=107 second=250 amount=-1 -kerning first=107 second=251 amount=-1 -kerning first=107 second=252 amount=-1 -kerning first=107 second=339 amount=-1 -kerning first=107 second=8209 amount=-4 -kerning first=107 second=8210 amount=-4 -kerning first=107 second=8211 amount=-4 -kerning first=107 second=8212 amount=-4 -kerning first=107 second=8217 amount=-2 -kerning first=244 second=221 amount=-3 -kerning first=107 second=8221 amount=-2 -kerning first=244 second=120 amount=-1 -kerning first=107 second=8249 amount=-2 -kerning first=107 second=8250 amount=-1 -kerning first=107 second=8482 amount=-1 -kerning first=244 second=116 amount=-1 -kerning first=109 second=42 amount=-2 -kerning first=244 second=97 amount=-1 -kerning first=109 second=84 amount=-2 -kerning first=244 second=92 amount=-2 -kerning first=109 second=89 amount=-1 -kerning first=109 second=221 amount=-1 -kerning first=109 second=8217 amount=-1 -kerning first=109 second=8221 amount=-1 -kerning first=109 second=8482 amount=-1 -kerning first=110 second=42 amount=-2 -kerning first=244 second=89 amount=-3 -kerning first=110 second=84 amount=-2 -kerning first=244 second=86 amount=-1 -kerning first=110 second=89 amount=-1 -kerning first=110 second=221 amount=-1 -kerning first=110 second=8217 amount=-1 -kerning first=110 second=8221 amount=-1 -kerning first=110 second=8482 amount=-1 -kerning first=111 second=34 amount=-2 -kerning first=111 second=39 amount=-2 -kerning first=111 second=42 amount=-1 -kerning first=244 second=84 amount=-4 -kerning first=244 second=63 amount=-1 -kerning first=244 second=42 amount=-1 -kerning first=111 second=63 amount=-1 -kerning first=111 second=84 amount=-4 -kerning first=111 second=86 amount=-1 -kerning first=244 second=39 amount=-2 -kerning first=111 second=89 amount=-3 -kerning first=111 second=92 amount=-2 -kerning first=111 second=97 amount=-1 -kerning first=244 second=34 amount=-2 -kerning first=243 second=8221 amount=-2 -kerning first=111 second=116 amount=-1 -kerning first=243 second=8217 amount=-2 -kerning first=243 second=230 amount=-1 -kerning first=111 second=120 amount=-1 -kerning first=243 second=229 amount=-1 -kerning first=243 second=228 amount=-1 -kerning first=243 second=227 amount=-1 -kerning first=243 second=226 amount=-1 -kerning first=111 second=221 amount=-3 -kerning first=111 second=224 amount=-1 -kerning first=111 second=225 amount=-1 -kerning first=111 second=226 amount=-1 -kerning first=111 second=227 amount=-1 -kerning first=111 second=228 amount=-1 -kerning first=111 second=229 amount=-1 -kerning first=111 second=230 amount=-1 -kerning first=243 second=225 amount=-1 -kerning first=243 second=224 amount=-1 -kerning first=243 second=221 amount=-3 -kerning first=243 second=120 amount=-1 -kerning first=243 second=116 amount=-1 -kerning first=243 second=97 amount=-1 -kerning first=243 second=92 amount=-2 -kerning first=111 second=8217 amount=-2 -kerning first=243 second=89 amount=-3 -kerning first=243 second=86 amount=-1 -kerning first=111 second=8221 amount=-2 -kerning first=243 second=84 amount=-4 -kerning first=243 second=63 amount=-1 -kerning first=243 second=42 amount=-1 -kerning first=112 second=34 amount=-2 -kerning first=112 second=39 amount=-2 -kerning first=112 second=42 amount=-1 -kerning first=243 second=39 amount=-2 -kerning first=243 second=34 amount=-2 -kerning first=242 second=8221 amount=-2 -kerning first=112 second=63 amount=-1 -kerning first=112 second=84 amount=-4 -kerning first=112 second=86 amount=-1 -kerning first=242 second=8217 amount=-2 -kerning first=112 second=89 amount=-3 -kerning first=112 second=92 amount=-2 -kerning first=112 second=97 amount=-1 -kerning first=242 second=230 amount=-1 -kerning first=242 second=229 amount=-1 -kerning first=112 second=116 amount=-1 -kerning first=242 second=228 amount=-1 -kerning first=242 second=227 amount=-1 -kerning first=112 second=120 amount=-1 -kerning first=242 second=226 amount=-1 -kerning first=242 second=225 amount=-1 -kerning first=242 second=224 amount=-1 -kerning first=242 second=221 amount=-3 -kerning first=112 second=221 amount=-3 -kerning first=112 second=224 amount=-1 -kerning first=112 second=225 amount=-1 -kerning first=112 second=226 amount=-1 -kerning first=112 second=227 amount=-1 -kerning first=112 second=228 amount=-1 -kerning first=112 second=229 amount=-1 -kerning first=112 second=230 amount=-1 -kerning first=242 second=120 amount=-1 -kerning first=242 second=116 amount=-1 -kerning first=242 second=97 amount=-1 -kerning first=242 second=92 amount=-2 -kerning first=242 second=89 amount=-3 -kerning first=242 second=86 amount=-1 -kerning first=242 second=84 amount=-4 -kerning first=112 second=8217 amount=-2 -kerning first=242 second=63 amount=-1 -kerning first=242 second=42 amount=-1 -kerning first=112 second=8221 amount=-2 -kerning first=242 second=39 amount=-2 -kerning first=242 second=34 amount=-2 -kerning first=241 second=8482 amount=-1 -kerning first=113 second=42 amount=-1 -kerning first=113 second=84 amount=-1 -kerning first=113 second=86 amount=-1 -kerning first=113 second=89 amount=-2 -kerning first=113 second=221 amount=-2 -kerning first=114 second=44 amount=-5 -kerning first=114 second=45 amount=-2 -kerning first=114 second=46 amount=-5 -kerning first=114 second=47 amount=-2 -kerning first=114 second=58 amount=1 -kerning first=114 second=59 amount=1 -kerning first=114 second=65 amount=-1 -kerning first=114 second=74 amount=-4 -kerning first=241 second=8221 amount=-1 -kerning first=241 second=8217 amount=-1 -kerning first=114 second=97 amount=-2 -kerning first=241 second=221 amount=-1 -kerning first=241 second=89 amount=-1 -kerning first=241 second=84 amount=-2 -kerning first=241 second=42 amount=-2 -kerning first=235 second=8482 amount=-1 -kerning first=235 second=230 amount=-1 -kerning first=235 second=229 amount=-1 -kerning first=114 second=118 amount=1 -kerning first=114 second=119 amount=1 -kerning first=114 second=121 amount=1 -kerning first=235 second=228 amount=-1 -kerning first=114 second=171 amount=-1 -kerning first=114 second=173 amount=-2 -kerning first=114 second=174 amount=4 -kerning first=114 second=183 amount=-1 -kerning first=114 second=192 amount=-1 -kerning first=114 second=193 amount=-1 -kerning first=114 second=194 amount=-1 -kerning first=114 second=195 amount=-1 -kerning first=114 second=196 amount=-1 -kerning first=114 second=197 amount=-1 -kerning first=114 second=224 amount=-2 -kerning first=114 second=225 amount=-2 -kerning first=114 second=226 amount=-2 -kerning first=114 second=227 amount=-2 -kerning first=114 second=228 amount=-2 -kerning first=114 second=229 amount=-2 -kerning first=114 second=230 amount=-2 -kerning first=235 second=227 amount=-1 -kerning first=235 second=226 amount=-1 -kerning first=235 second=225 amount=-1 -kerning first=235 second=224 amount=-1 -kerning first=235 second=221 amount=-2 -kerning first=235 second=97 amount=-1 -kerning first=235 second=92 amount=-1 -kerning first=235 second=89 amount=-2 -kerning first=235 second=86 amount=-1 -kerning first=235 second=84 amount=-2 -kerning first=235 second=83 amount=-1 -kerning first=114 second=253 amount=1 -kerning first=114 second=255 amount=1 -kerning first=235 second=74 amount=-1 -kerning first=114 second=8209 amount=-2 -kerning first=114 second=8210 amount=-2 -kerning first=114 second=8211 amount=-2 -kerning first=114 second=8212 amount=-2 -kerning first=114 second=8216 amount=2 -kerning first=235 second=42 amount=-2 -kerning first=114 second=8218 amount=-5 -kerning first=114 second=8220 amount=2 -kerning first=234 second=8482 amount=-1 -kerning first=114 second=8222 amount=-5 -kerning first=114 second=8249 amount=-1 -kerning first=115 second=42 amount=-3 -kerning first=234 second=230 amount=-1 -kerning first=115 second=63 amount=-1 -kerning first=115 second=84 amount=-2 -kerning first=234 second=229 amount=-1 -kerning first=115 second=89 amount=-1 -kerning first=115 second=116 amount=-1 -kerning first=234 second=228 amount=-1 -kerning first=115 second=221 amount=-1 -kerning first=234 second=227 amount=-1 -kerning first=234 second=226 amount=-1 -kerning first=234 second=225 amount=-1 -kerning first=234 second=224 amount=-1 -kerning first=115 second=8217 amount=-1 -kerning first=115 second=8221 amount=-1 -kerning first=116 second=45 amount=-2 -kerning first=234 second=221 amount=-2 -kerning first=234 second=97 amount=-1 -kerning first=234 second=92 amount=-1 -kerning first=116 second=63 amount=-2 -kerning first=116 second=84 amount=-1 -kerning first=234 second=89 amount=-2 -kerning first=116 second=97 amount=-1 -kerning first=116 second=99 amount=-1 -kerning first=116 second=100 amount=-1 -kerning first=116 second=101 amount=-1 -kerning first=234 second=86 amount=-1 -kerning first=116 second=111 amount=-1 -kerning first=116 second=113 amount=-1 -kerning first=234 second=84 amount=-2 -kerning first=116 second=116 amount=-1 -kerning first=116 second=120 amount=-1 -kerning first=116 second=171 amount=-1 -kerning first=116 second=173 amount=-2 -kerning first=116 second=174 amount=2 -kerning first=116 second=183 amount=-1 -kerning first=116 second=187 amount=-1 -kerning first=234 second=83 amount=-1 -kerning first=116 second=224 amount=-1 -kerning first=116 second=225 amount=-1 -kerning first=116 second=226 amount=-1 -kerning first=116 second=227 amount=-1 -kerning first=116 second=228 amount=-1 -kerning first=116 second=229 amount=-1 -kerning first=116 second=230 amount=-1 -kerning first=116 second=231 amount=-1 -kerning first=116 second=232 amount=-1 -kerning first=116 second=233 amount=-1 -kerning first=116 second=234 amount=-1 -kerning first=116 second=235 amount=-1 -kerning first=116 second=242 amount=-1 -kerning first=116 second=243 amount=-1 -kerning first=116 second=244 amount=-1 -kerning first=116 second=245 amount=-1 -kerning first=116 second=246 amount=-1 -kerning first=116 second=248 amount=-1 -kerning first=116 second=339 amount=-1 -kerning first=116 second=8209 amount=-2 -kerning first=116 second=8210 amount=-2 -kerning first=116 second=8211 amount=-2 -kerning first=116 second=8212 amount=-2 -kerning first=116 second=8249 amount=-1 -kerning first=116 second=8250 amount=-1 -kerning first=117 second=42 amount=-1 -kerning first=117 second=84 amount=-1 -kerning first=117 second=86 amount=-1 -kerning first=117 second=89 amount=-2 -kerning first=117 second=221 amount=-2 -kerning first=118 second=42 amount=-1 -kerning first=118 second=44 amount=-3 -kerning first=234 second=74 amount=-1 -kerning first=118 second=46 amount=-3 -kerning first=118 second=47 amount=-1 -kerning first=118 second=65 amount=-1 -kerning first=118 second=74 amount=-3 -kerning first=118 second=84 amount=-1 -kerning first=234 second=42 amount=-2 -kerning first=118 second=89 amount=-1 -kerning first=233 second=8482 amount=-1 -kerning first=118 second=97 amount=-1 -kerning first=233 second=230 amount=-1 -kerning first=233 second=229 amount=-1 -kerning first=233 second=228 amount=-1 -kerning first=233 second=227 amount=-1 -kerning first=233 second=226 amount=-1 -kerning first=233 second=225 amount=-1 -kerning first=118 second=122 amount=-2 -kerning first=233 second=224 amount=-1 -kerning first=118 second=174 amount=3 -kerning first=118 second=192 amount=-1 -kerning first=118 second=193 amount=-1 -kerning first=118 second=194 amount=-1 -kerning first=118 second=195 amount=-1 -kerning first=118 second=196 amount=-1 -kerning first=118 second=197 amount=-1 -kerning first=118 second=221 amount=-1 -kerning first=118 second=224 amount=-1 -kerning first=118 second=225 amount=-1 -kerning first=118 second=226 amount=-1 -kerning first=118 second=227 amount=-1 -kerning first=118 second=228 amount=-1 -kerning first=118 second=229 amount=-1 -kerning first=118 second=230 amount=-1 -kerning first=233 second=221 amount=-2 -kerning first=233 second=97 amount=-1 -kerning first=233 second=92 amount=-1 -kerning first=233 second=89 amount=-2 -kerning first=233 second=86 amount=-1 -kerning first=233 second=84 amount=-2 -kerning first=233 second=83 amount=-1 -kerning first=233 second=74 amount=-1 -kerning first=233 second=42 amount=-2 -kerning first=232 second=8482 amount=-1 -kerning first=232 second=230 amount=-1 -kerning first=232 second=229 amount=-1 -kerning first=232 second=228 amount=-1 -kerning first=232 second=227 amount=-1 -kerning first=232 second=226 amount=-1 -kerning first=232 second=225 amount=-1 -kerning first=118 second=8218 amount=-3 -kerning first=118 second=8222 amount=-3 -kerning first=232 second=224 amount=-1 -kerning first=119 second=42 amount=-1 -kerning first=119 second=44 amount=-4 -kerning first=119 second=46 amount=-4 -kerning first=232 second=221 amount=-2 -kerning first=232 second=97 amount=-1 -kerning first=119 second=74 amount=-2 -kerning first=119 second=84 amount=-2 -kerning first=232 second=92 amount=-1 -kerning first=119 second=88 amount=-1 -kerning first=119 second=89 amount=-2 -kerning first=232 second=89 amount=-2 -kerning first=232 second=86 amount=-1 -kerning first=232 second=84 amount=-2 -kerning first=232 second=83 amount=-1 -kerning first=232 second=74 amount=-1 -kerning first=232 second=42 amount=-2 -kerning first=231 second=8249 amount=-1 -kerning first=119 second=122 amount=-1 -kerning first=119 second=174 amount=2 -kerning first=231 second=8212 amount=-1 -kerning first=231 second=8211 amount=-1 -kerning first=231 second=8210 amount=-1 -kerning first=231 second=8209 amount=-1 -kerning first=231 second=339 amount=-1 -kerning first=231 second=248 amount=-1 -kerning first=119 second=221 amount=-2 -kerning first=231 second=246 amount=-1 -kerning first=231 second=245 amount=-1 -kerning first=231 second=244 amount=-1 -kerning first=231 second=243 amount=-1 -kerning first=231 second=242 amount=-1 -kerning first=231 second=235 amount=-1 -kerning first=231 second=234 amount=-1 -kerning first=231 second=233 amount=-1 -kerning first=231 second=232 amount=-1 -kerning first=231 second=231 amount=-1 -kerning first=231 second=221 amount=-2 -kerning first=231 second=183 amount=-1 -kerning first=231 second=174 amount=1 -kerning first=231 second=173 amount=-1 -kerning first=231 second=171 amount=-1 -kerning first=231 second=113 amount=-1 -kerning first=231 second=111 amount=-1 -kerning first=231 second=101 amount=-1 -kerning first=231 second=100 amount=-1 -kerning first=119 second=8218 amount=-4 -kerning first=119 second=8222 amount=-4 -kerning first=231 second=99 amount=-1 -kerning first=120 second=33 amount=-1 -kerning first=120 second=42 amount=-1 -kerning first=231 second=89 amount=-2 -kerning first=120 second=45 amount=-1 -kerning first=231 second=86 amount=-1 -kerning first=231 second=84 amount=-1 -kerning first=231 second=45 amount=-1 -kerning first=230 second=8482 amount=-1 -kerning first=230 second=230 amount=-1 -kerning first=230 second=229 amount=-1 -kerning first=230 second=228 amount=-1 -kerning first=120 second=84 amount=-2 -kerning first=120 second=86 amount=-1 -kerning first=230 second=227 amount=-1 -kerning first=120 second=89 amount=-2 -kerning first=230 second=226 amount=-1 -kerning first=120 second=99 amount=-1 -kerning first=120 second=100 amount=-1 -kerning first=120 second=101 amount=-1 -kerning first=120 second=111 amount=-1 -kerning first=120 second=113 amount=-1 -kerning first=120 second=116 amount=-2 -kerning first=230 second=225 amount=-1 -kerning first=120 second=171 amount=-2 -kerning first=120 second=173 amount=-1 -kerning first=120 second=174 amount=2 -kerning first=120 second=183 amount=-1 -kerning first=120 second=187 amount=-1 -kerning first=230 second=224 amount=-1 -kerning first=230 second=221 amount=-2 -kerning first=230 second=97 amount=-1 -kerning first=230 second=92 amount=-1 -kerning first=230 second=89 amount=-2 -kerning first=230 second=86 amount=-1 -kerning first=230 second=84 amount=-2 -kerning first=120 second=221 amount=-2 -kerning first=230 second=83 amount=-1 -kerning first=230 second=74 amount=-1 -kerning first=230 second=42 amount=-2 -kerning first=229 second=8221 amount=-1 -kerning first=229 second=8217 amount=-1 -kerning first=229 second=221 amount=-2 -kerning first=229 second=116 amount=-1 -kerning first=120 second=231 amount=-1 -kerning first=120 second=232 amount=-1 -kerning first=120 second=233 amount=-1 -kerning first=120 second=234 amount=-1 -kerning first=120 second=235 amount=-1 -kerning first=120 second=242 amount=-1 -kerning first=120 second=243 amount=-1 -kerning first=120 second=244 amount=-1 -kerning first=120 second=245 amount=-1 -kerning first=120 second=246 amount=-1 -kerning first=120 second=248 amount=-1 -kerning first=229 second=89 amount=-2 -kerning first=229 second=86 amount=-1 -kerning first=229 second=84 amount=-2 -kerning first=120 second=339 amount=-1 -kerning first=120 second=8209 amount=-1 -kerning first=120 second=8210 amount=-1 -kerning first=120 second=8211 amount=-1 -kerning first=120 second=8212 amount=-1 -kerning first=229 second=63 amount=-1 -kerning first=229 second=42 amount=-3 -kerning first=120 second=8249 amount=-2 -kerning first=120 second=8250 amount=-1 -kerning first=228 second=8221 amount=-1 -kerning first=121 second=44 amount=-3 -kerning first=121 second=46 amount=-3 -kerning first=228 second=8217 amount=-1 -kerning first=121 second=74 amount=-3 -kerning first=121 second=84 amount=-1 -kerning first=228 second=221 amount=-2 -kerning first=228 second=116 amount=-1 -kerning first=228 second=89 amount=-2 -kerning first=121 second=97 amount=-1 -kerning first=228 second=86 amount=-1 -kerning first=228 second=84 amount=-2 -kerning first=228 second=63 amount=-1 -kerning first=228 second=42 amount=-3 -kerning first=227 second=8221 amount=-1 -kerning first=227 second=8217 amount=-1 -kerning first=121 second=120 amount=-1 -kerning first=121 second=122 amount=-2 -kerning first=227 second=221 amount=-2 -kerning first=121 second=174 amount=3 -kerning first=227 second=116 amount=-1 -kerning first=227 second=89 amount=-2 -kerning first=121 second=224 amount=-1 -kerning first=121 second=225 amount=-1 -kerning first=121 second=226 amount=-1 -kerning first=121 second=227 amount=-1 -kerning first=121 second=228 amount=-1 -kerning first=121 second=229 amount=-1 -kerning first=121 second=230 amount=-1 -kerning first=227 second=86 amount=-1 -kerning first=227 second=84 amount=-2 -kerning first=227 second=63 amount=-1 -kerning first=227 second=42 amount=-3 -kerning first=226 second=8221 amount=-1 -kerning first=226 second=8217 amount=-1 -kerning first=226 second=221 amount=-2 -kerning first=226 second=116 amount=-1 -kerning first=226 second=89 amount=-2 -kerning first=226 second=86 amount=-1 -kerning first=226 second=84 amount=-2 -kerning first=226 second=63 amount=-1 -kerning first=121 second=8218 amount=-3 -kerning first=121 second=8222 amount=-3 -kerning first=226 second=42 amount=-3 -kerning first=225 second=8221 amount=-1 -kerning first=225 second=8217 amount=-1 -kerning first=122 second=45 amount=-1 -kerning first=122 second=84 amount=-2 -kerning first=122 second=89 amount=-2 -kerning first=122 second=97 amount=-1 -kerning first=225 second=221 amount=-2 -kerning first=225 second=116 amount=-1 -kerning first=225 second=89 amount=-2 -kerning first=225 second=86 amount=-1 -kerning first=225 second=84 amount=-2 -kerning first=225 second=63 amount=-1 -kerning first=225 second=42 amount=-3 -kerning first=224 second=8221 amount=-1 -kerning first=224 second=8217 amount=-1 -kerning first=122 second=173 amount=-1 -kerning first=122 second=174 amount=1 -kerning first=122 second=183 amount=-1 -kerning first=122 second=221 amount=-2 -kerning first=122 second=224 amount=-1 -kerning first=122 second=225 amount=-1 -kerning first=122 second=226 amount=-1 -kerning first=122 second=227 amount=-1 -kerning first=122 second=228 amount=-1 -kerning first=122 second=229 amount=-1 -kerning first=122 second=230 amount=-1 -kerning first=224 second=221 amount=-2 -kerning first=224 second=116 amount=-1 -kerning first=224 second=89 amount=-2 -kerning first=224 second=86 amount=-1 -kerning first=224 second=84 amount=-2 -kerning first=224 second=63 amount=-1 -kerning first=224 second=42 amount=-3 -kerning first=223 second=8221 amount=-5 -kerning first=223 second=8220 amount=-4 -kerning first=223 second=8217 amount=-5 -kerning first=223 second=8216 amount=-4 -kerning first=223 second=255 amount=-1 -kerning first=223 second=253 amount=-1 -kerning first=223 second=174 amount=-3 -kerning first=223 second=121 amount=-1 -kerning first=223 second=119 amount=-1 -kerning first=223 second=118 amount=-1 -kerning first=223 second=116 amount=-1 -kerning first=122 second=8209 amount=-1 -kerning first=122 second=8210 amount=-1 -kerning first=122 second=8211 amount=-1 -kerning first=122 second=8212 amount=-1 -kerning first=223 second=92 amount=-2 -kerning first=123 second=74 amount=-1 -kerning first=123 second=106 amount=6 -kerning first=161 second=86 amount=-3 -kerning first=161 second=87 amount=-1 -kerning first=161 second=89 amount=-4 -kerning first=161 second=106 amount=2 -kerning first=161 second=221 amount=-4 -kerning first=171 second=84 amount=-3 -kerning first=171 second=86 amount=-1 -kerning first=171 second=87 amount=-1 -kerning first=171 second=88 amount=-1 -kerning first=171 second=89 amount=-3 -kerning first=171 second=116 amount=-1 -kerning first=223 second=63 amount=-1 -kerning first=171 second=120 amount=-1 -kerning first=223 second=39 amount=-5 -kerning first=171 second=221 amount=-3 -kerning first=223 second=34 amount=-5 -kerning first=222 second=8482 amount=-2 -kerning first=171 second=960 amount=-1 -kerning first=173 second=74 amount=-1 -kerning first=173 second=83 amount=-1 -kerning first=173 second=84 amount=-3 -kerning first=173 second=86 amount=-1 -kerning first=222 second=92 amount=-3 -kerning first=173 second=88 amount=-2 -kerning first=173 second=89 amount=-5 -kerning first=173 second=90 amount=-1 -kerning first=173 second=116 amount=-2 -kerning first=222 second=47 amount=-3 -kerning first=173 second=120 amount=-1 -kerning first=173 second=221 amount=-5 -kerning first=183 second=65 amount=-2 -kerning first=183 second=83 amount=-2 -kerning first=183 second=84 amount=-5 -kerning first=183 second=86 amount=-2 -kerning first=183 second=88 amount=-2 -kerning first=183 second=89 amount=-5 -kerning first=183 second=90 amount=-2 -kerning first=183 second=120 amount=-1 -kerning first=183 second=192 amount=-2 -kerning first=183 second=193 amount=-2 -kerning first=183 second=194 amount=-2 -kerning first=183 second=195 amount=-2 -kerning first=183 second=196 amount=-2 -kerning first=183 second=197 amount=-2 -kerning first=183 second=221 amount=-5 -kerning first=187 second=74 amount=-2 -kerning first=187 second=83 amount=-2 -kerning first=187 second=84 amount=-3 -kerning first=187 second=86 amount=-1 -kerning first=222 second=42 amount=-4 -kerning first=187 second=88 amount=-1 -kerning first=187 second=89 amount=-4 -kerning first=187 second=90 amount=-1 -kerning first=187 second=116 amount=-2 -kerning first=221 second=8482 amount=3 -kerning first=187 second=120 amount=-2 -kerning first=221 second=8250 amount=-3 -kerning first=187 second=221 amount=-4 -kerning first=221 second=8249 amount=-4 -kerning first=221 second=8222 amount=-7 -kerning first=191 second=65 amount=-5 -kerning first=191 second=67 amount=-4 -kerning first=191 second=71 amount=-4 -kerning first=191 second=79 amount=-4 -kerning first=191 second=81 amount=-4 -kerning first=191 second=83 amount=-3 -kerning first=191 second=84 amount=-6 -kerning first=191 second=85 amount=-3 -kerning first=191 second=86 amount=-5 -kerning first=191 second=87 amount=-3 -kerning first=191 second=88 amount=-3 -kerning first=191 second=89 amount=-7 -kerning first=191 second=97 amount=-3 -kerning first=191 second=99 amount=-2 -kerning first=191 second=100 amount=-2 -kerning first=191 second=101 amount=-2 -kerning first=191 second=102 amount=-5 -kerning first=191 second=106 amount=4 -kerning first=191 second=111 amount=-2 -kerning first=191 second=113 amount=-2 -kerning first=191 second=192 amount=-5 -kerning first=191 second=193 amount=-5 -kerning first=191 second=194 amount=-5 -kerning first=191 second=195 amount=-5 -kerning first=191 second=196 amount=-5 -kerning first=191 second=197 amount=-5 -kerning first=191 second=199 amount=-4 -kerning first=191 second=210 amount=-4 -kerning first=191 second=211 amount=-4 -kerning first=191 second=212 amount=-4 -kerning first=191 second=213 amount=-4 -kerning first=191 second=214 amount=-4 -kerning first=191 second=216 amount=-4 -kerning first=191 second=217 amount=-3 -kerning first=191 second=218 amount=-3 -kerning first=191 second=219 amount=-3 -kerning first=191 second=220 amount=-3 -kerning first=191 second=221 amount=-7 -kerning first=191 second=224 amount=-3 -kerning first=191 second=225 amount=-3 -kerning first=191 second=226 amount=-3 -kerning first=191 second=227 amount=-3 -kerning first=191 second=228 amount=-3 -kerning first=191 second=229 amount=-3 -kerning first=191 second=230 amount=-3 -kerning first=191 second=231 amount=-2 -kerning first=191 second=232 amount=-2 -kerning first=191 second=233 amount=-2 -kerning first=191 second=234 amount=-2 -kerning first=191 second=235 amount=-2 -kerning first=191 second=242 amount=-2 -kerning first=191 second=243 amount=-2 -kerning first=191 second=244 amount=-2 -kerning first=191 second=245 amount=-2 -kerning first=191 second=246 amount=-2 -kerning first=191 second=248 amount=-2 -kerning first=191 second=338 amount=-4 -kerning first=191 second=339 amount=-2 -kerning first=191 second=64257 amount=-5 -kerning first=191 second=64258 amount=-5 -kerning first=192 second=34 amount=-4 -kerning first=192 second=39 amount=-4 -kerning first=192 second=42 amount=-7 -kerning first=192 second=63 amount=-2 -kerning first=221 second=8218 amount=-7 -kerning first=221 second=8212 amount=-5 -kerning first=221 second=8211 amount=-5 -kerning first=221 second=8210 amount=-5 -kerning first=221 second=8209 amount=-5 -kerning first=192 second=84 amount=-4 -kerning first=192 second=85 amount=-1 -kerning first=192 second=86 amount=-1 -kerning first=192 second=89 amount=-1 -kerning first=221 second=339 amount=-3 -kerning first=192 second=92 amount=-3 -kerning first=192 second=97 amount=1 -kerning first=221 second=338 amount=-1 -kerning first=192 second=115 amount=1 -kerning first=192 second=116 amount=-1 -kerning first=221 second=255 amount=-1 -kerning first=221 second=253 amount=-1 -kerning first=221 second=252 amount=-2 -kerning first=221 second=251 amount=-2 -kerning first=221 second=250 amount=-2 -kerning first=192 second=174 amount=-6 -kerning first=192 second=183 amount=-2 -kerning first=221 second=249 amount=-2 -kerning first=221 second=248 amount=-3 -kerning first=221 second=246 amount=-3 -kerning first=221 second=245 amount=-3 -kerning first=221 second=244 amount=-3 -kerning first=221 second=243 amount=-3 -kerning first=221 second=242 amount=-3 -kerning first=221 second=241 amount=-3 -kerning first=221 second=235 amount=-3 -kerning first=221 second=234 amount=-3 -kerning first=221 second=233 amount=-3 -kerning first=221 second=232 amount=-3 -kerning first=221 second=231 amount=-3 -kerning first=192 second=217 amount=-1 -kerning first=192 second=218 amount=-1 -kerning first=192 second=219 amount=-1 -kerning first=192 second=220 amount=-1 -kerning first=192 second=221 amount=-1 -kerning first=192 second=224 amount=1 -kerning first=192 second=225 amount=1 -kerning first=192 second=226 amount=1 -kerning first=192 second=227 amount=1 -kerning first=192 second=228 amount=1 -kerning first=192 second=229 amount=1 -kerning first=192 second=230 amount=1 -kerning first=221 second=230 amount=-5 -kerning first=221 second=229 amount=-5 -kerning first=221 second=228 amount=-5 -kerning first=221 second=227 amount=-5 -kerning first=221 second=226 amount=-5 -kerning first=221 second=225 amount=-5 -kerning first=221 second=224 amount=-5 -kerning first=192 second=8216 amount=-5 -kerning first=192 second=8217 amount=-4 -kerning first=192 second=8220 amount=-5 -kerning first=192 second=8221 amount=-4 -kerning first=192 second=8482 amount=-4 -kerning first=221 second=216 amount=-1 -kerning first=221 second=214 amount=-1 -kerning first=193 second=34 amount=-4 -kerning first=193 second=39 amount=-4 -kerning first=193 second=42 amount=-7 -kerning first=193 second=63 amount=-2 -kerning first=221 second=213 amount=-1 -kerning first=221 second=212 amount=-1 -kerning first=221 second=211 amount=-1 -kerning first=221 second=210 amount=-1 -kerning first=221 second=199 amount=-1 -kerning first=193 second=84 amount=-4 -kerning first=193 second=85 amount=-1 -kerning first=193 second=86 amount=-1 -kerning first=193 second=89 amount=-1 -kerning first=221 second=197 amount=-1 -kerning first=193 second=92 amount=-3 -kerning first=193 second=97 amount=1 -kerning first=221 second=196 amount=-1 -kerning first=193 second=115 amount=1 -kerning first=193 second=116 amount=-1 -kerning first=221 second=195 amount=-1 -kerning first=221 second=194 amount=-1 -kerning first=221 second=193 amount=-1 -kerning first=221 second=192 amount=-1 -kerning first=221 second=187 amount=-3 -kerning first=193 second=174 amount=-6 -kerning first=193 second=183 amount=-2 -kerning first=221 second=183 amount=-3 -kerning first=221 second=174 amount=2 -kerning first=221 second=173 amount=-5 -kerning first=221 second=171 amount=-4 -kerning first=221 second=122 amount=-3 -kerning first=221 second=121 amount=-1 -kerning first=221 second=120 amount=-2 -kerning first=221 second=119 amount=-2 -kerning first=221 second=118 amount=-1 -kerning first=221 second=117 amount=-2 -kerning first=221 second=116 amount=-2 -kerning first=221 second=115 amount=-3 -kerning first=221 second=114 amount=-3 -kerning first=193 second=217 amount=-1 -kerning first=193 second=218 amount=-1 -kerning first=193 second=219 amount=-1 -kerning first=193 second=220 amount=-1 -kerning first=193 second=221 amount=-1 -kerning first=193 second=224 amount=1 -kerning first=193 second=225 amount=1 -kerning first=193 second=226 amount=1 -kerning first=193 second=227 amount=1 -kerning first=193 second=228 amount=1 -kerning first=193 second=229 amount=1 -kerning first=193 second=230 amount=1 -kerning first=221 second=113 amount=-3 -kerning first=221 second=112 amount=-3 -kerning first=221 second=111 amount=-3 -kerning first=221 second=110 amount=-3 -kerning first=221 second=109 amount=-3 -kerning first=221 second=103 amount=-4 -kerning first=221 second=101 amount=-3 -kerning first=193 second=8216 amount=-5 -kerning first=193 second=8217 amount=-4 -kerning first=193 second=8220 amount=-5 -kerning first=193 second=8221 amount=-4 -kerning first=193 second=8482 amount=-4 -kerning first=221 second=100 amount=-3 -kerning first=221 second=99 amount=-3 -kerning first=194 second=34 amount=-4 -kerning first=194 second=39 amount=-4 -kerning first=194 second=42 amount=-7 -kerning first=194 second=63 amount=-2 -kerning first=221 second=97 amount=-5 -kerning first=221 second=90 amount=-2 -kerning first=221 second=84 amount=-1 -kerning first=221 second=83 amount=-1 -kerning first=221 second=81 amount=-1 -kerning first=194 second=84 amount=-4 -kerning first=194 second=85 amount=-1 -kerning first=194 second=86 amount=-1 -kerning first=194 second=89 amount=-1 -kerning first=221 second=79 amount=-1 -kerning first=194 second=92 amount=-3 -kerning first=194 second=97 amount=1 -kerning first=221 second=74 amount=-7 -kerning first=194 second=115 amount=1 -kerning first=194 second=116 amount=-1 -kerning first=221 second=71 amount=-1 -kerning first=221 second=67 amount=-1 -kerning first=221 second=65 amount=-1 -kerning first=221 second=59 amount=-2 -kerning first=221 second=58 amount=-2 -kerning first=194 second=174 amount=-6 -kerning first=194 second=183 amount=-2 -kerning first=221 second=47 amount=-4 -kerning first=221 second=46 amount=-7 -kerning first=221 second=45 amount=-5 -kerning first=221 second=44 amount=-7 -kerning first=220 second=8222 amount=-1 -kerning first=220 second=8218 amount=-1 -kerning first=220 second=221 amount=-1 -kerning first=220 second=197 amount=-1 -kerning first=220 second=196 amount=-1 -kerning first=220 second=195 amount=-1 -kerning first=220 second=194 amount=-1 -kerning first=220 second=193 amount=-1 -kerning first=220 second=192 amount=-1 -kerning first=194 second=217 amount=-1 -kerning first=194 second=218 amount=-1 -kerning first=194 second=219 amount=-1 -kerning first=194 second=220 amount=-1 -kerning first=194 second=221 amount=-1 -kerning first=194 second=224 amount=1 -kerning first=194 second=225 amount=1 -kerning first=194 second=226 amount=1 -kerning first=194 second=227 amount=1 -kerning first=194 second=228 amount=1 -kerning first=194 second=229 amount=1 -kerning first=194 second=230 amount=1 -kerning first=220 second=89 amount=-1 -kerning first=220 second=74 amount=-3 -kerning first=220 second=65 amount=-1 -kerning first=220 second=47 amount=-2 -kerning first=220 second=46 amount=-1 -kerning first=220 second=44 amount=-1 -kerning first=219 second=8222 amount=-1 -kerning first=194 second=8216 amount=-5 -kerning first=194 second=8217 amount=-4 -kerning first=194 second=8220 amount=-5 -kerning first=194 second=8221 amount=-4 -kerning first=194 second=8482 amount=-4 -kerning first=219 second=8218 amount=-1 -kerning first=219 second=221 amount=-1 -kerning first=195 second=34 amount=-4 -kerning first=195 second=39 amount=-4 -kerning first=195 second=42 amount=-7 -kerning first=195 second=63 amount=-2 -kerning first=219 second=197 amount=-1 -kerning first=219 second=196 amount=-1 -kerning first=219 second=195 amount=-1 -kerning first=219 second=194 amount=-1 -kerning first=219 second=193 amount=-1 -kerning first=195 second=84 amount=-4 -kerning first=195 second=85 amount=-1 -kerning first=195 second=86 amount=-1 -kerning first=195 second=89 amount=-1 -kerning first=219 second=192 amount=-1 -kerning first=195 second=92 amount=-3 -kerning first=195 second=97 amount=1 -kerning first=219 second=89 amount=-1 -kerning first=195 second=115 amount=1 -kerning first=195 second=116 amount=-1 -kerning first=219 second=74 amount=-3 -kerning first=219 second=65 amount=-1 -kerning first=219 second=47 amount=-2 -kerning first=219 second=46 amount=-1 -kerning first=219 second=44 amount=-1 -kerning first=195 second=174 amount=-6 -kerning first=195 second=183 amount=-2 -kerning first=218 second=8222 amount=-1 -kerning first=218 second=8218 amount=-1 -kerning first=218 second=221 amount=-1 -kerning first=218 second=197 amount=-1 -kerning first=218 second=196 amount=-1 -kerning first=218 second=195 amount=-1 -kerning first=218 second=194 amount=-1 -kerning first=218 second=193 amount=-1 -kerning first=218 second=192 amount=-1 -kerning first=218 second=89 amount=-1 -kerning first=218 second=74 amount=-3 -kerning first=218 second=65 amount=-1 -kerning first=218 second=47 amount=-2 -kerning first=195 second=217 amount=-1 -kerning first=195 second=218 amount=-1 -kerning first=195 second=219 amount=-1 -kerning first=195 second=220 amount=-1 -kerning first=195 second=221 amount=-1 -kerning first=195 second=224 amount=1 -kerning first=195 second=225 amount=1 -kerning first=195 second=226 amount=1 -kerning first=195 second=227 amount=1 -kerning first=195 second=228 amount=1 -kerning first=195 second=229 amount=1 -kerning first=195 second=230 amount=1 -kerning first=218 second=46 amount=-1 -kerning first=218 second=44 amount=-1 -kerning first=217 second=8222 amount=-1 -kerning first=217 second=8218 amount=-1 -kerning first=217 second=221 amount=-1 -kerning first=217 second=197 amount=-1 -kerning first=217 second=196 amount=-1 -kerning first=195 second=8216 amount=-5 -kerning first=195 second=8217 amount=-4 -kerning first=195 second=8220 amount=-5 -kerning first=195 second=8221 amount=-4 -kerning first=195 second=8482 amount=-4 -kerning first=217 second=195 amount=-1 -kerning first=217 second=194 amount=-1 -kerning first=196 second=34 amount=-4 -kerning first=196 second=39 amount=-4 -kerning first=196 second=42 amount=-7 -kerning first=196 second=63 amount=-2 -kerning first=217 second=193 amount=-1 -kerning first=217 second=192 amount=-1 -kerning first=217 second=89 amount=-1 -kerning first=217 second=74 amount=-3 -kerning first=217 second=65 amount=-1 -kerning first=196 second=84 amount=-4 -kerning first=196 second=85 amount=-1 -kerning first=196 second=86 amount=-1 -kerning first=196 second=89 amount=-1 -kerning first=217 second=47 amount=-2 -kerning first=196 second=92 amount=-3 -kerning first=196 second=97 amount=1 -kerning first=217 second=46 amount=-1 -kerning first=196 second=115 amount=1 -kerning first=196 second=116 amount=-1 -kerning first=217 second=44 amount=-1 -kerning first=216 second=8482 amount=-2 -kerning first=216 second=221 amount=-1 -kerning first=216 second=120 amount=-1 -kerning first=216 second=90 amount=-1 -kerning first=196 second=174 amount=-6 -kerning first=196 second=183 amount=-2 -kerning first=216 second=89 amount=-1 -kerning first=216 second=88 amount=-1 -kerning first=216 second=84 amount=-2 -kerning first=216 second=74 amount=-3 -kerning first=216 second=47 amount=-1 -kerning first=216 second=42 amount=-2 -kerning first=214 second=8482 amount=-2 -kerning first=214 second=221 amount=-1 -kerning first=214 second=120 amount=-1 -kerning first=214 second=90 amount=-1 -kerning first=214 second=89 amount=-1 -kerning first=214 second=88 amount=-1 -kerning first=214 second=84 amount=-2 -kerning first=196 second=217 amount=-1 -kerning first=196 second=218 amount=-1 -kerning first=196 second=219 amount=-1 -kerning first=196 second=220 amount=-1 -kerning first=196 second=221 amount=-1 -kerning first=196 second=224 amount=1 -kerning first=196 second=225 amount=1 -kerning first=196 second=226 amount=1 -kerning first=196 second=227 amount=1 -kerning first=196 second=228 amount=1 -kerning first=196 second=229 amount=1 -kerning first=196 second=230 amount=1 -kerning first=214 second=74 amount=-3 -kerning first=214 second=47 amount=-1 -kerning first=214 second=42 amount=-2 -kerning first=213 second=8482 amount=-2 -kerning first=213 second=221 amount=-1 -kerning first=213 second=120 amount=-1 -kerning first=213 second=90 amount=-1 -kerning first=196 second=8216 amount=-5 -kerning first=196 second=8217 amount=-4 -kerning first=196 second=8220 amount=-5 -kerning first=196 second=8221 amount=-4 -kerning first=196 second=8482 amount=-4 -kerning first=213 second=89 amount=-1 -kerning first=213 second=88 amount=-1 -kerning first=197 second=34 amount=-4 -kerning first=197 second=39 amount=-4 -kerning first=197 second=42 amount=-7 -kerning first=197 second=63 amount=-2 -kerning first=213 second=84 amount=-2 -kerning first=213 second=74 amount=-3 -kerning first=213 second=47 amount=-1 -kerning first=213 second=42 amount=-2 -kerning first=212 second=8482 amount=-2 -kerning first=197 second=84 amount=-4 -kerning first=197 second=85 amount=-1 -kerning first=197 second=86 amount=-1 -kerning first=197 second=89 amount=-1 -kerning first=212 second=221 amount=-1 -kerning first=197 second=92 amount=-3 -kerning first=197 second=97 amount=1 -kerning first=212 second=120 amount=-1 -kerning first=197 second=115 amount=1 -kerning first=197 second=116 amount=-1 -kerning first=212 second=90 amount=-1 -kerning first=212 second=89 amount=-1 -kerning first=212 second=88 amount=-1 -kerning first=212 second=84 amount=-2 -kerning first=212 second=74 amount=-3 -kerning first=197 second=174 amount=-6 -kerning first=197 second=183 amount=-2 -kerning first=212 second=47 amount=-1 -kerning first=212 second=42 amount=-2 -kerning first=211 second=8482 amount=-2 -kerning first=211 second=221 amount=-1 -kerning first=211 second=120 amount=-1 -kerning first=211 second=90 amount=-1 -kerning first=211 second=89 amount=-1 -kerning first=211 second=88 amount=-1 -kerning first=211 second=84 amount=-2 -kerning first=211 second=74 amount=-3 -kerning first=211 second=47 amount=-1 -kerning first=211 second=42 amount=-2 -kerning first=210 second=8482 amount=-2 -kerning first=197 second=217 amount=-1 -kerning first=197 second=218 amount=-1 -kerning first=197 second=219 amount=-1 -kerning first=197 second=220 amount=-1 -kerning first=197 second=221 amount=-1 -kerning first=197 second=224 amount=1 -kerning first=197 second=225 amount=1 -kerning first=197 second=226 amount=1 -kerning first=197 second=227 amount=1 -kerning first=197 second=228 amount=1 -kerning first=197 second=229 amount=1 -kerning first=197 second=230 amount=1 -kerning first=210 second=221 amount=-1 -kerning first=210 second=120 amount=-1 -kerning first=210 second=90 amount=-1 -kerning first=210 second=89 amount=-1 -kerning first=210 second=88 amount=-1 -kerning first=210 second=84 amount=-2 -kerning first=210 second=74 amount=-3 -kerning first=197 second=8216 amount=-5 -kerning first=197 second=8217 amount=-4 -kerning first=197 second=8220 amount=-5 -kerning first=197 second=8221 amount=-4 -kerning first=197 second=8482 amount=-4 -kerning first=210 second=47 amount=-1 -kerning first=210 second=42 amount=-2 -kerning first=208 second=8482 amount=-2 -kerning first=208 second=221 amount=-1 -kerning first=208 second=120 amount=-1 -kerning first=208 second=90 amount=-1 -kerning first=208 second=89 amount=-1 -kerning first=198 second=116 amount=-2 -kerning first=208 second=88 amount=-1 -kerning first=198 second=120 amount=-2 -kerning first=208 second=84 amount=-2 -kerning first=208 second=74 amount=-3 -kerning first=208 second=47 amount=-1 -kerning first=208 second=42 amount=-2 -kerning first=203 second=120 amount=-2 -kerning first=203 second=116 amount=-2 -kerning first=202 second=120 amount=-2 -kerning first=202 second=116 amount=-2 -kerning first=201 second=120 amount=-2 -kerning first=201 second=116 amount=-2 -kerning first=200 second=120 amount=-2 -kerning first=200 second=116 amount=-2 -kerning first=199 second=8482 amount=1 -kerning first=199 second=8249 amount=-1 -kerning first=199 second=8212 amount=-2 -kerning first=199 second=45 amount=-2 -kerning first=199 second=67 amount=-2 -kerning first=199 second=71 amount=-2 -kerning first=199 second=8211 amount=-2 -kerning first=199 second=79 amount=-2 -kerning first=199 second=81 amount=-2 -kerning first=199 second=83 amount=-2 -kerning first=199 second=84 amount=-1 -kerning first=199 second=85 amount=-1 -kerning first=199 second=8210 amount=-2 -kerning first=199 second=8209 amount=-2 -kerning first=199 second=338 amount=-2 -kerning first=199 second=255 amount=-1 -kerning first=199 second=253 amount=-1 -kerning first=199 second=103 amount=-1 -kerning first=199 second=116 amount=-2 -kerning first=199 second=220 amount=-1 -kerning first=199 second=118 amount=-1 -kerning first=199 second=219 amount=-1 -kerning first=199 second=121 amount=-1 -kerning first=199 second=171 amount=-1 -kerning first=199 second=173 amount=-2 -kerning first=199 second=218 amount=-1 -kerning first=199 second=183 amount=-4 -kerning first=199 second=199 amount=-2 -kerning first=199 second=210 amount=-2 -kerning first=199 second=211 amount=-2 -kerning first=199 second=212 amount=-2 -kerning first=199 second=213 amount=-2 -kerning first=199 second=214 amount=-2 -kerning first=199 second=216 amount=-2 -kerning first=199 second=217 amount=-1 diff --git a/osu.Game.Resources/Fonts/Noto-CJK-Basic.bin b/osu.Game.Resources/Fonts/Noto-CJK-Basic.bin new file mode 100644 index 0000000000000000000000000000000000000000..9c1597bf1548308fab3f4c1b98a9b3e0b39e7e70 GIT binary patch literal 433765 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

LbtpHupa`K{T8-_^Hsav6JZah(wzi5 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 z

  • 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 Oo7gby^y&O8-TwmthCM0( literal 0 HcmV?d00001 diff --git a/osu.Game.Resources/Fonts/Noto-CJK-Compatibility.fnt b/osu.Game.Resources/Fonts/Noto-CJK-Compatibility.fnt deleted file mode 100644 index 4eb619f..0000000 --- a/osu.Game.Resources/Fonts/Noto-CJK-Compatibility.fnt +++ /dev/null @@ -1,7014 +0,0 @@ -info face="Noto Sans CJK JP Medium" size=100 bold=1 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=4,4 outline=0 -common lineHeight=100 base=79 scaleW=1024 scaleH=1024 pages=31 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="Noto-CJK-Compatibility_00.png" -page id=1 file="Noto-CJK-Compatibility_01.png" -page id=2 file="Noto-CJK-Compatibility_02.png" -page id=3 file="Noto-CJK-Compatibility_03.png" -page id=4 file="Noto-CJK-Compatibility_04.png" -page id=5 file="Noto-CJK-Compatibility_05.png" -page id=6 file="Noto-CJK-Compatibility_06.png" -page id=7 file="Noto-CJK-Compatibility_07.png" -page id=8 file="Noto-CJK-Compatibility_08.png" -page id=9 file="Noto-CJK-Compatibility_09.png" -page id=10 file="Noto-CJK-Compatibility_10.png" -page id=11 file="Noto-CJK-Compatibility_11.png" -page id=12 file="Noto-CJK-Compatibility_12.png" -page id=13 file="Noto-CJK-Compatibility_13.png" -page id=14 file="Noto-CJK-Compatibility_14.png" -page id=15 file="Noto-CJK-Compatibility_15.png" -page id=16 file="Noto-CJK-Compatibility_16.png" -page id=17 file="Noto-CJK-Compatibility_17.png" -page id=18 file="Noto-CJK-Compatibility_18.png" -page id=19 file="Noto-CJK-Compatibility_19.png" -page id=20 file="Noto-CJK-Compatibility_20.png" -page id=21 file="Noto-CJK-Compatibility_21.png" -page id=22 file="Noto-CJK-Compatibility_22.png" -page id=23 file="Noto-CJK-Compatibility_23.png" -page id=24 file="Noto-CJK-Compatibility_24.png" -page id=25 file="Noto-CJK-Compatibility_25.png" -page id=26 file="Noto-CJK-Compatibility_26.png" -page id=27 file="Noto-CJK-Compatibility_27.png" -page id=28 file="Noto-CJK-Compatibility_28.png" -page id=29 file="Noto-CJK-Compatibility_29.png" -page id=30 file="Noto-CJK-Compatibility_30.png" -chars count=6980 -char id=13312 x=575 y=247 width=61 height=55 xoffset=3 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13313 x=632 y=883 width=59 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13314 x=134 y=0 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13315 x=128 y=603 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13316 x=256 y=0 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13317 x=972 y=804 width=47 height=55 xoffset=8 yoffset=26 xadvance=69 page=10 chnl=15 -char id=13318 x=972 y=0 width=38 height=63 xoffset=12 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13319 x=0 y=576 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=13320 x=67 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13321 x=254 y=247 width=58 height=57 xoffset=4 yoffset=26 xadvance=69 page=30 chnl=15 -char id=13322 x=0 y=396 width=58 height=62 xoffset=5 yoffset=21 xadvance=69 page=24 chnl=15 -char id=13323 x=316 y=650 width=59 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13324 x=768 y=0 width=60 height=62 xoffset=2 yoffset=21 xadvance=69 page=23 chnl=15 -char id=13325 x=878 y=715 width=58 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13326 x=938 y=0 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=13327 x=845 y=694 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=13328 x=924 y=379 width=62 height=59 xoffset=3 yoffset=22 xadvance=69 page=29 chnl=15 -char id=13329 x=134 y=65 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13330 x=885 y=124 width=57 height=58 xoffset=5 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13331 x=823 y=124 width=58 height=58 xoffset=5 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13332 x=256 y=66 width=60 height=62 xoffset=4 yoffset=21 xadvance=69 page=23 chnl=15 -char id=13333 x=235 y=594 width=54 height=62 xoffset=9 yoffset=21 xadvance=69 page=24 chnl=15 -char id=13334 x=726 y=462 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13335 x=594 y=520 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13336 x=660 y=520 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13337 x=453 y=757 width=60 height=59 xoffset=4 yoffset=24 xadvance=69 page=29 chnl=15 -char id=13338 x=0 y=758 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=13339 x=858 y=520 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13340 x=201 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13341 x=832 y=66 width=60 height=62 xoffset=3 yoffset=21 xadvance=69 page=23 chnl=15 -char id=13342 x=0 y=725 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13343 x=65 y=130 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13344 x=130 y=130 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13345 x=462 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13346 x=260 y=130 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13347 x=858 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13348 x=737 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13349 x=832 y=390 width=60 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13350 x=536 y=130 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13351 x=858 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13352 x=737 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13353 x=67 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13354 x=66 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13355 x=704 y=132 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13356 x=520 y=603 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=13357 x=832 y=134 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13358 x=402 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=13359 x=396 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13360 x=630 y=198 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13361 x=272 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13362 x=670 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=13363 x=938 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13364 x=780 y=544 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13365 x=67 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13366 x=134 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13367 x=924 y=594 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13368 x=268 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13369 x=816 y=198 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13370 x=402 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13371 x=704 y=198 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13372 x=536 y=924 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13373 x=68 y=268 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=13374 x=670 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13375 x=462 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13376 x=272 y=268 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=13377 x=0 y=594 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13378 x=938 y=924 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13379 x=726 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13380 x=544 y=264 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13381 x=858 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13382 x=670 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13383 x=448 y=264 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13384 x=816 y=264 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13385 x=752 y=816 width=65 height=63 xoffset=1 yoffset=22 xadvance=69 page=1 chnl=15 -char id=13386 x=476 y=68 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13387 x=650 y=594 width=61 height=62 xoffset=1 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13388 x=67 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13389 x=136 y=330 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13390 x=896 y=264 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13391 x=792 y=402 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13392 x=335 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13393 x=0 y=528 width=57 height=62 xoffset=1 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13394 x=469 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13395 x=536 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13396 x=612 y=330 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13397 x=320 y=330 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13398 x=130 y=804 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=13399 x=816 y=330 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13400 x=871 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13401 x=268 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=13402 x=0 y=396 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13403 x=68 y=396 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13404 x=134 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13405 x=201 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13406 x=462 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13407 x=335 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13408 x=408 y=396 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13409 x=0 y=726 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13410 x=66 y=536 width=62 height=63 xoffset=1 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13411 x=269 y=816 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13412 x=670 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13413 x=260 y=726 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13414 x=804 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13415 x=871 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13416 x=483 y=938 width=65 height=62 xoffset=1 yoffset=22 xadvance=69 page=11 chnl=15 -char id=13417 x=260 y=871 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=13418 x=68 y=462 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13419 x=136 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=13420 x=201 y=462 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13421 x=272 y=462 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13422 x=335 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13423 x=408 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13424 x=476 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13425 x=536 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13426 x=603 y=462 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13427 x=320 y=402 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13428 x=748 y=462 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13429 x=816 y=462 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13430 x=884 y=462 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13431 x=268 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13432 x=66 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13433 x=67 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13434 x=660 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13435 x=536 y=670 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13436 x=272 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13437 x=335 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13438 x=737 y=670 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13439 x=396 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13440 x=871 y=670 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13441 x=132 y=670 width=62 height=63 xoffset=1 yoffset=22 xadvance=69 page=7 chnl=15 -char id=13442 x=670 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13443 x=737 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13444 x=816 y=536 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=13445 x=680 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13446 x=268 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13447 x=335 y=737 width=63 height=63 xoffset=1 yoffset=22 xadvance=69 page=3 chnl=15 -char id=13448 x=68 y=603 width=64 height=63 xoffset=1 yoffset=22 xadvance=69 page=2 chnl=15 -char id=13449 x=134 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13450 x=201 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13451 x=268 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13452 x=335 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13453 x=536 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13454 x=476 y=594 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13455 x=0 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=13456 x=603 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13457 x=660 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13458 x=890 y=816 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13459 x=884 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=13460 x=858 y=594 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13461 x=268 y=804 width=63 height=63 xoffset=1 yoffset=22 xadvance=69 page=3 chnl=15 -char id=13462 x=335 y=804 width=63 height=63 xoffset=1 yoffset=22 xadvance=69 page=3 chnl=15 -char id=13463 x=594 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13464 x=134 y=660 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13465 x=576 y=594 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13466 x=272 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13467 x=858 y=737 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=13468 x=680 y=67 width=64 height=63 xoffset=1 yoffset=22 xadvance=69 page=2 chnl=15 -char id=13469 x=804 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=13470 x=520 y=924 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13471 x=603 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13472 x=670 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13473 x=737 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13474 x=804 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13475 x=201 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13476 x=938 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13477 x=0 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13478 x=67 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13479 x=134 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13480 x=201 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13481 x=264 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13482 x=670 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13483 x=0 y=569 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13484 x=125 y=0 width=64 height=58 xoffset=1 yoffset=26 xadvance=69 page=30 chnl=15 -char id=13485 x=364 y=64 width=64 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13486 x=726 y=379 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13487 x=670 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13488 x=67 y=855 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13489 x=330 y=871 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13490 x=871 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13491 x=0 y=187 width=56 height=58 xoffset=6 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13492 x=924 y=650 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=13493 x=260 y=264 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13494 x=938 y=256 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13495 x=715 y=320 width=61 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13496 x=130 y=260 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13497 x=670 y=938 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=13498 x=852 y=946 width=56 height=59 xoffset=6 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13499 x=128 y=640 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13500 x=768 y=726 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13501 x=198 y=506 width=62 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=13502 x=603 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13503 x=593 y=0 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13504 x=248 y=947 width=57 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13505 x=0 y=990 width=60 height=30 xoffset=4 yoffset=39 xadvance=69 page=12 chnl=15 -char id=13506 x=0 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13507 x=317 y=884 width=59 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13508 x=67 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=13509 x=910 y=631 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=13510 x=871 y=854 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=24 chnl=15 -char id=13511 x=268 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=13512 x=132 y=0 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13513 x=402 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13514 x=515 y=384 width=60 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13515 x=536 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=13516 x=198 y=0 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=13517 x=596 y=0 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13518 x=260 y=325 width=61 height=61 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=13519 x=126 y=704 width=59 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13520 x=264 y=845 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13521 x=924 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13522 x=272 y=660 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13523 x=66 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13524 x=132 y=938 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=13525 x=201 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13526 x=868 y=512 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13527 x=335 y=938 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=13528 x=0 y=512 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13529 x=922 y=832 width=57 height=60 xoffset=5 yoffset=23 xadvance=69 page=28 chnl=15 -char id=13530 x=688 y=768 width=58 height=60 xoffset=3 yoffset=23 xadvance=69 page=28 chnl=15 -char id=13531 x=642 y=186 width=61 height=57 xoffset=2 yoffset=27 xadvance=69 page=30 chnl=15 -char id=13532 x=660 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13533 x=695 y=603 width=59 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13534 x=256 y=201 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13535 x=758 y=603 width=59 height=63 xoffset=3 yoffset=22 xadvance=69 page=11 chnl=15 -char id=13536 x=609 y=528 width=56 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13537 x=947 y=603 width=59 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13538 x=704 y=201 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13539 x=768 y=201 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13540 x=496 y=396 width=58 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13541 x=692 y=715 width=58 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13542 x=494 y=780 width=57 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13543 x=64 y=268 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13544 x=896 y=858 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13545 x=320 y=268 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13546 x=0 y=198 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13547 x=754 y=715 width=58 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13548 x=64 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13549 x=128 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13550 x=192 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13551 x=744 y=396 width=58 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13552 x=558 y=396 width=58 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13553 x=256 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13554 x=585 y=0 width=61 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13555 x=134 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=13556 x=384 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13557 x=572 y=66 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13558 x=448 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13559 x=960 y=335 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13560 x=568 y=650 width=59 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13561 x=910 y=325 width=61 height=61 xoffset=1 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13562 x=260 y=396 width=61 height=62 xoffset=1 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13563 x=63 y=330 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13564 x=768 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13565 x=567 y=132 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13566 x=127 y=650 width=59 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13567 x=630 y=264 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13568 x=896 y=924 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13569 x=960 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13570 x=384 y=0 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13571 x=65 y=402 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13572 x=567 y=715 width=59 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13573 x=380 y=603 width=59 height=63 xoffset=3 yoffset=22 xadvance=69 page=11 chnl=15 -char id=13574 x=198 y=330 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13575 x=504 y=330 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13576 x=372 y=462 width=58 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13577 x=512 y=390 width=60 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13578 x=315 y=330 width=59 height=62 xoffset=3 yoffset=21 xadvance=69 page=24 chnl=15 -char id=13579 x=252 y=330 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13580 x=325 y=132 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13581 x=884 y=603 width=59 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13582 x=462 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=13583 x=715 y=0 width=61 height=61 xoffset=1 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13584 x=945 y=264 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13585 x=845 y=198 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13586 x=576 y=268 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13587 x=585 y=469 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=13588 x=64 y=520 width=60 height=61 xoffset=2 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13589 x=780 y=469 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=13590 x=768 y=0 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13591 x=65 y=198 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13592 x=377 y=737 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13593 x=448 y=0 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13594 x=687 y=737 width=58 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=13595 x=832 y=0 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13596 x=520 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13597 x=0 y=871 width=60 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=13598 x=0 y=66 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13599 x=670 y=66 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13600 x=858 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13601 x=372 y=804 width=58 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=13602 x=650 y=603 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13603 x=192 y=871 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=13604 x=0 y=476 width=61 height=64 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13605 x=650 y=0 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=13606 x=528 y=136 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13607 x=469 y=132 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=18 chnl=15 -char id=13608 x=693 y=198 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13609 x=960 y=0 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13610 x=882 y=264 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13611 x=792 y=0 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=13612 x=0 y=66 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13613 x=603 y=448 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13614 x=340 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=13615 x=128 y=249 width=59 height=57 xoffset=6 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13616 x=315 y=704 width=59 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13617 x=949 y=640 width=59 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13618 x=513 y=247 width=58 height=56 xoffset=6 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13619 x=634 y=640 width=59 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13620 x=571 y=640 width=59 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13621 x=252 y=704 width=59 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13622 x=573 y=124 width=59 height=58 xoffset=5 yoffset=24 xadvance=69 page=30 chnl=15 -char id=13623 x=384 y=124 width=59 height=58 xoffset=6 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13624 x=636 y=124 width=59 height=58 xoffset=6 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13625 x=64 y=938 width=60 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=13626 x=128 y=938 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13627 x=65 y=758 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13628 x=650 y=737 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=13629 x=118 y=594 width=55 height=62 xoffset=7 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13630 x=963 y=186 width=53 height=56 xoffset=12 yoffset=26 xadvance=69 page=30 chnl=15 -char id=13631 x=758 y=883 width=59 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13632 x=0 y=64 width=54 height=60 xoffset=10 yoffset=22 xadvance=69 page=29 chnl=15 -char id=13633 x=585 y=134 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13634 x=66 y=704 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13635 x=192 y=512 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13636 x=528 y=568 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13637 x=384 y=821 width=60 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13638 x=910 y=694 width=61 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13639 x=726 y=704 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13640 x=268 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13641 x=772 y=64 width=64 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13642 x=868 y=316 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13643 x=66 y=380 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13644 x=528 y=379 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13645 x=594 y=379 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13646 x=650 y=694 width=61 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13647 x=670 y=190 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13648 x=195 y=64 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13649 x=0 y=443 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13650 x=929 y=455 width=62 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=13651 x=462 y=704 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13652 x=528 y=704 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13653 x=806 y=462 width=57 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13654 x=594 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=13655 x=330 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=13656 x=603 y=132 width=63 height=62 xoffset=3 yoffset=21 xadvance=69 page=17 chnl=15 -char id=13657 x=268 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=13658 x=394 y=0 width=63 height=58 xoffset=3 yoffset=27 xadvance=69 page=30 chnl=15 -char id=13659 x=520 y=694 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13660 x=910 y=66 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13661 x=938 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=13662 x=840 y=64 width=64 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13663 x=390 y=66 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13664 x=715 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13665 x=335 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=13666 x=402 y=198 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=13667 x=537 y=0 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13668 x=455 y=603 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=13669 x=832 y=594 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13670 x=603 y=512 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13671 x=552 y=947 width=56 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13672 x=325 y=695 width=61 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13673 x=256 y=660 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13674 x=845 y=528 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13675 x=448 y=660 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13676 x=455 y=0 width=61 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13677 x=520 y=0 width=61 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13678 x=264 y=650 width=62 height=61 xoffset=5 yoffset=23 xadvance=69 page=25 chnl=15 -char id=13679 x=115 y=64 width=53 height=60 xoffset=7 yoffset=24 xadvance=69 page=29 chnl=15 -char id=13680 x=640 y=585 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13681 x=698 y=66 width=59 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13682 x=448 y=0 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13683 x=678 y=832 width=57 height=60 xoffset=5 yoffset=23 xadvance=69 page=28 chnl=15 -char id=13684 x=896 y=820 width=60 height=59 xoffset=5 yoffset=26 xadvance=69 page=29 chnl=15 -char id=13685 x=640 y=247 width=60 height=55 xoffset=5 yoffset=26 xadvance=69 page=30 chnl=15 -char id=13686 x=768 y=247 width=60 height=55 xoffset=5 yoffset=26 xadvance=69 page=30 chnl=15 -char id=13687 x=305 y=871 width=56 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13688 x=707 y=384 width=60 height=60 xoffset=5 yoffset=21 xadvance=69 page=28 chnl=15 -char id=13689 x=455 y=476 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13690 x=192 y=821 width=60 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13691 x=845 y=335 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13692 x=189 y=132 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13693 x=130 y=320 width=61 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13694 x=792 y=715 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13695 x=469 y=65 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=13696 x=768 y=66 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13697 x=896 y=66 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13698 x=960 y=66 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13699 x=0 y=132 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13700 x=909 y=528 width=56 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13701 x=896 y=198 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13702 x=496 y=462 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13703 x=380 y=884 width=59 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13704 x=924 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=13705 x=585 y=256 width=61 height=60 xoffset=5 yoffset=21 xadvance=69 page=28 chnl=15 -char id=13706 x=320 y=124 width=60 height=58 xoffset=5 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13707 x=136 y=536 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=13708 x=132 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=13709 x=512 y=0 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13710 x=0 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13711 x=899 y=186 width=60 height=57 xoffset=5 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13712 x=585 y=130 width=61 height=61 xoffset=4 yoffset=24 xadvance=69 page=26 chnl=15 -char id=13713 x=195 y=198 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13714 x=248 y=804 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13715 x=260 y=132 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13716 x=448 y=821 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13717 x=443 y=603 width=59 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13718 x=512 y=871 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13719 x=455 y=544 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13720 x=126 y=768 width=59 height=60 xoffset=5 yoffset=25 xadvance=69 page=28 chnl=15 -char id=13721 x=268 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=13722 x=0 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=13723 x=576 y=520 width=60 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13724 x=64 y=0 width=60 height=62 xoffset=4 yoffset=21 xadvance=69 page=23 chnl=15 -char id=13725 x=330 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=13726 x=434 y=832 width=57 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13727 x=780 y=201 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=13728 x=704 y=520 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13729 x=65 y=469 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13730 x=576 y=871 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13731 x=448 y=938 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13732 x=800 y=832 width=57 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13733 x=883 y=883 width=58 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13734 x=910 y=594 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13735 x=704 y=938 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13736 x=65 y=660 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13737 x=650 y=192 width=61 height=60 xoffset=5 yoffset=25 xadvance=69 page=28 chnl=15 -char id=13738 x=130 y=660 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13739 x=195 y=660 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13740 x=960 y=528 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13741 x=845 y=631 width=61 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13742 x=520 y=612 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13743 x=372 y=832 width=58 height=60 xoffset=7 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13744 x=434 y=396 width=58 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13745 x=66 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=13746 x=797 y=455 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13747 x=390 y=268 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13748 x=504 y=198 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13749 x=390 y=128 width=61 height=60 xoffset=5 yoffset=25 xadvance=69 page=28 chnl=15 -char id=13750 x=771 y=186 width=60 height=57 xoffset=5 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13751 x=65 y=128 width=61 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13752 x=126 y=670 width=59 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=13753 x=650 y=631 width=61 height=59 xoffset=4 yoffset=23 xadvance=69 page=29 chnl=15 -char id=13754 x=390 y=660 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13755 x=650 y=64 width=61 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13756 x=845 y=612 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13757 x=390 y=195 width=61 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=13758 x=585 y=64 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13759 x=256 y=585 width=60 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=13760 x=62 y=780 width=58 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13761 x=643 y=384 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13762 x=576 y=330 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13763 x=320 y=585 width=60 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=13764 x=851 y=62 width=60 height=58 xoffset=4 yoffset=26 xadvance=69 page=30 chnl=15 -char id=13765 x=248 y=396 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13766 x=384 y=585 width=60 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13767 x=256 y=821 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13768 x=887 y=66 width=59 height=62 xoffset=5 yoffset=23 xadvance=69 page=24 chnl=15 -char id=13769 x=670 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=13770 x=946 y=124 width=56 height=58 xoffset=5 yoffset=26 xadvance=69 page=30 chnl=15 -char id=13771 x=65 y=726 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13772 x=960 y=198 width=60 height=62 xoffset=5 yoffset=21 xadvance=69 page=23 chnl=15 -char id=13773 x=660 y=660 width=62 height=62 xoffset=5 yoffset=22 xadvance=69 page=20 chnl=15 -char id=13774 x=130 y=726 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13775 x=191 y=247 width=59 height=57 xoffset=5 yoffset=25 xadvance=69 page=30 chnl=15 -char id=13776 x=704 y=585 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13777 x=192 y=640 width=60 height=60 xoffset=5 yoffset=23 xadvance=69 page=28 chnl=15 -char id=13778 x=819 y=132 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13779 x=260 y=726 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13780 x=128 y=335 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=13781 x=567 y=198 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13782 x=325 y=726 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13783 x=0 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=13784 x=384 y=402 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13785 x=441 y=670 width=59 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13786 x=195 y=632 width=61 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13787 x=256 y=748 width=60 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13788 x=640 y=0 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13789 x=455 y=726 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13790 x=520 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13791 x=0 y=792 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=13792 x=66 y=792 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=13793 x=585 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13794 x=63 y=264 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13795 x=640 y=0 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13796 x=330 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=13797 x=384 y=0 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13798 x=940 y=715 width=58 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=13799 x=816 y=715 width=58 height=61 xoffset=6 yoffset=21 xadvance=69 page=26 chnl=15 -char id=13800 x=379 y=650 width=59 height=61 xoffset=6 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13801 x=248 y=832 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13802 x=0 y=130 width=61 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13803 x=780 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13804 x=867 y=462 width=57 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13805 x=650 y=260 width=61 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13806 x=67 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=13807 x=462 y=845 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=13808 x=910 y=726 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13809 x=576 y=335 width=60 height=63 xoffset=6 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13810 x=128 y=390 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13811 x=520 y=603 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13812 x=310 y=832 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13813 x=0 y=134 width=62 height=63 xoffset=5 yoffset=22 xadvance=69 page=9 chnl=15 -char id=13814 x=65 y=792 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13815 x=515 y=680 width=60 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13816 x=960 y=0 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13817 x=704 y=924 width=60 height=62 xoffset=5 yoffset=21 xadvance=69 page=23 chnl=15 -char id=13818 x=845 y=256 width=61 height=60 xoffset=5 yoffset=25 xadvance=69 page=28 chnl=15 -char id=13819 x=512 y=576 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13820 x=195 y=603 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13821 x=65 y=603 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13822 x=569 y=603 width=59 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13823 x=431 y=947 width=57 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13824 x=325 y=195 width=61 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13825 x=315 y=768 width=59 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13826 x=64 y=585 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13827 x=128 y=585 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13828 x=832 y=858 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13829 x=768 y=858 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13830 x=0 y=821 width=60 height=59 xoffset=5 yoffset=22 xadvance=69 page=29 chnl=15 -char id=13831 x=65 y=536 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=13832 x=640 y=858 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13833 x=576 y=858 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13834 x=320 y=576 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13835 x=256 y=576 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13836 x=744 y=462 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13837 x=130 y=396 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13838 x=124 y=462 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13839 x=528 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=13840 x=448 y=858 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13841 x=65 y=536 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=13842 x=132 y=585 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=13843 x=252 y=768 width=59 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13844 x=585 y=396 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13845 x=0 y=576 width=60 height=60 xoffset=5 yoffset=22 xadvance=69 page=28 chnl=15 -char id=13846 x=896 y=201 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13847 x=896 y=520 width=60 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13848 x=128 y=858 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13849 x=0 y=260 width=61 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=13850 x=502 y=768 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13851 x=448 y=268 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13852 x=670 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=13853 x=556 y=832 width=57 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13854 x=617 y=832 width=57 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13855 x=300 y=960 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13856 x=360 y=960 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13857 x=492 y=947 width=56 height=59 xoffset=6 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13858 x=612 y=946 width=56 height=59 xoffset=6 yoffset=25 xadvance=69 page=29 chnl=15 -char id=13859 x=420 y=960 width=56 height=60 xoffset=6 yoffset=25 xadvance=69 page=28 chnl=15 -char id=13860 x=480 y=960 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=13861 x=236 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=13862 x=0 y=402 width=60 height=63 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=13863 x=469 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13864 x=192 y=402 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13865 x=737 y=789 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13866 x=0 y=790 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13867 x=858 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13868 x=520 y=528 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13869 x=260 y=192 width=61 height=60 xoffset=2 yoffset=23 xadvance=69 page=28 chnl=15 -char id=13870 x=0 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13871 x=455 y=737 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=13872 x=134 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13873 x=603 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13874 x=268 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13875 x=650 y=0 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=13876 x=910 y=128 width=61 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=13877 x=924 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13878 x=66 y=845 width=62 height=61 xoffset=3 yoffset=21 xadvance=69 page=25 chnl=15 -char id=13879 x=408 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=13880 x=132 y=62 width=62 height=58 xoffset=3 yoffset=24 xadvance=69 page=30 chnl=15 -char id=13881 x=198 y=704 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=13882 x=938 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13883 x=960 y=726 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13884 x=67 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13885 x=594 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13886 x=402 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13887 x=134 y=192 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=13888 x=871 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13889 x=201 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13890 x=198 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13891 x=871 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=13892 x=0 y=128 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=13893 x=804 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13894 x=528 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13895 x=476 y=724 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13896 x=0 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13897 x=335 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13898 x=408 y=724 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=13899 x=335 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13900 x=198 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13901 x=603 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=13902 x=408 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13903 x=476 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13904 x=536 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13905 x=704 y=576 width=60 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=13906 x=0 y=632 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=13907 x=520 y=320 width=61 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=13908 x=871 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13909 x=0 y=462 width=58 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=13910 x=320 y=660 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13911 x=792 y=845 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=13912 x=594 y=335 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=13913 x=715 y=260 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13914 x=66 y=402 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=13915 x=335 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13916 x=585 y=260 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=13917 x=938 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13918 x=603 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13919 x=0 y=660 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13920 x=396 y=505 width=62 height=59 xoffset=3 yoffset=23 xadvance=69 page=29 chnl=15 -char id=13921 x=670 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13922 x=260 y=792 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=13923 x=0 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13924 x=264 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13925 x=938 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13926 x=737 y=384 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=13927 x=67 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13928 x=134 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13929 x=201 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13930 x=330 y=768 width=62 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=13931 x=0 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13932 x=396 y=768 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=13933 x=536 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13934 x=402 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=13935 x=780 y=603 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=13936 x=924 y=845 width=62 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=13937 x=195 y=256 width=61 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=13938 x=528 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13939 x=0 y=0 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=13940 x=603 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=13941 x=268 y=65 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=13942 x=256 y=198 width=60 height=62 xoffset=4 yoffset=21 xadvance=69 page=23 chnl=15 -char id=13943 x=660 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13944 x=335 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13945 x=938 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=13946 x=335 y=253 width=63 height=59 xoffset=2 yoffset=22 xadvance=69 page=29 chnl=15 -char id=13947 x=134 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13948 x=704 y=660 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=13949 x=340 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=13950 x=715 y=130 width=61 height=61 xoffset=2 yoffset=22 xadvance=69 page=26 chnl=15 -char id=13951 x=469 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13952 x=201 y=67 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13953 x=603 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13954 x=134 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=13955 x=65 y=64 width=61 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=13956 x=858 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13957 x=0 y=0 width=61 height=62 xoffset=4 yoffset=20 xadvance=69 page=22 chnl=15 -char id=13958 x=268 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13959 x=65 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13960 x=402 y=462 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13961 x=512 y=520 width=60 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=13962 x=0 y=956 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13963 x=715 y=612 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=13964 x=0 y=276 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13965 x=68 y=274 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=13966 x=938 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13967 x=201 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13968 x=67 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13969 x=0 y=832 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=13970 x=65 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13971 x=330 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=13972 x=134 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13973 x=603 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13974 x=528 y=737 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13975 x=469 y=256 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=13976 x=670 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13977 x=938 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13978 x=198 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=13979 x=67 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13980 x=132 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13981 x=68 y=737 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=13982 x=268 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13983 x=660 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=13984 x=469 y=670 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13985 x=737 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13986 x=603 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13987 x=873 y=737 width=58 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=13988 x=804 y=594 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13989 x=198 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=13990 x=264 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=13991 x=858 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=13992 x=268 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13993 x=0 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=13994 x=0 y=938 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=13995 x=670 y=660 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=13996 x=195 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13997 x=260 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=13998 x=603 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=13999 x=536 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14000 x=536 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14001 x=660 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14002 x=726 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14003 x=513 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14004 x=726 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14005 x=804 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14006 x=641 y=924 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14007 x=544 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14008 x=768 y=0 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14009 x=693 y=330 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14010 x=132 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14011 x=260 y=128 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=14012 x=769 y=924 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14013 x=910 y=64 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=14014 x=938 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14015 x=469 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14016 x=897 y=924 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14017 x=67 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14018 x=198 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14019 x=195 y=0 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14020 x=402 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14021 x=330 y=408 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14022 x=804 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14023 x=660 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14024 x=858 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14025 x=394 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14026 x=670 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14027 x=469 y=67 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14028 x=670 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14029 x=792 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14030 x=384 y=726 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14031 x=134 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14032 x=134 y=134 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14033 x=67 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14034 x=858 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14035 x=335 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14036 x=402 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14037 x=603 y=264 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14038 x=408 y=883 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14039 x=670 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14040 x=396 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14041 x=871 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14042 x=128 y=792 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14043 x=268 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14044 x=737 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14045 x=396 y=340 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14046 x=396 y=804 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14047 x=544 y=883 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=14048 x=576 y=792 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14049 x=402 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14050 x=469 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14051 x=330 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14052 x=396 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14053 x=748 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14054 x=816 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14055 x=737 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14056 x=469 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14057 x=195 y=737 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14058 x=272 y=950 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14059 x=780 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14060 x=938 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14061 x=132 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14062 x=408 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14063 x=201 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14064 x=670 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14065 x=528 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14066 x=804 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14067 x=0 y=134 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14068 x=198 y=938 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14069 x=462 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14070 x=67 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14071 x=264 y=938 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14072 x=335 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14073 x=408 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14074 x=332 y=0 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14075 x=0 y=344 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14076 x=536 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14077 x=603 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14078 x=402 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14079 x=585 y=737 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14080 x=320 y=0 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14081 x=871 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14082 x=195 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14083 x=662 y=0 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14084 x=67 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14085 x=536 y=340 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14086 x=201 y=402 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14087 x=335 y=402 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14088 x=402 y=402 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14089 x=924 y=938 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14090 x=737 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14091 x=804 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14092 x=132 y=335 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14093 x=737 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14094 x=0 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14095 x=330 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14096 x=924 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14097 x=65 y=804 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14098 x=335 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14099 x=134 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14100 x=884 y=950 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14101 x=536 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14102 x=384 y=335 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14103 x=0 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14104 x=469 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14105 x=536 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14106 x=264 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14107 x=748 y=804 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14108 x=816 y=804 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=14109 x=804 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14110 x=195 y=804 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14111 x=201 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14112 x=924 y=402 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14113 x=335 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14114 x=335 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14115 x=402 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14116 x=536 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14117 x=603 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14118 x=670 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14119 x=469 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14120 x=858 y=0 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14121 x=603 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14122 x=325 y=804 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14123 x=207 y=938 width=65 height=62 xoffset=1 yoffset=22 xadvance=69 page=11 chnl=15 -char id=14124 x=268 y=544 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14125 x=134 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14126 x=201 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14127 x=268 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14128 x=134 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14129 x=201 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14130 x=268 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14131 x=335 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14132 x=726 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14133 x=469 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14134 x=536 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14135 x=594 y=896 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=14136 x=455 y=804 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14137 x=528 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14138 x=804 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14139 x=871 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14140 x=715 y=198 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14141 x=384 y=66 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14142 x=816 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14143 x=198 y=896 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=14144 x=858 y=505 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14145 x=65 y=132 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14146 x=264 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14147 x=136 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14148 x=670 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14149 x=871 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14150 x=804 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14151 x=660 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14152 x=594 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14153 x=773 y=757 width=60 height=59 xoffset=4 yoffset=21 xadvance=69 page=29 chnl=15 -char id=14154 x=792 y=335 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14155 x=183 y=871 width=57 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14156 x=715 y=804 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14157 x=122 y=871 width=57 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14158 x=396 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14159 x=201 y=737 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14160 x=192 y=594 width=60 height=62 xoffset=4 yoffset=21 xadvance=69 page=23 chnl=15 -char id=14161 x=130 y=0 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14162 x=935 y=737 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14163 x=737 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14164 x=390 y=0 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14165 x=455 y=0 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14166 x=951 y=748 width=58 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14167 x=0 y=804 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14168 x=192 y=0 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14169 x=660 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14170 x=780 y=0 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14171 x=256 y=402 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14172 x=124 y=804 width=58 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14173 x=680 y=871 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14174 x=378 y=704 width=59 height=60 xoffset=4 yoffset=21 xadvance=69 page=28 chnl=15 -char id=14175 x=66 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14176 x=528 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14177 x=650 y=67 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14178 x=488 y=528 width=57 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14179 x=402 y=748 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14180 x=512 y=335 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14181 x=603 y=871 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14182 x=510 y=748 width=59 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14183 x=960 y=594 width=60 height=62 xoffset=4 yoffset=21 xadvance=69 page=23 chnl=15 -char id=14184 x=260 y=134 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14185 x=512 y=201 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14186 x=462 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14187 x=0 y=198 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14188 x=134 y=938 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14189 x=260 y=66 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14190 x=396 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14191 x=402 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14192 x=762 y=748 width=59 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14193 x=821 y=603 width=59 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14194 x=64 y=201 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14195 x=186 y=780 width=58 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=14196 x=268 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14197 x=512 y=512 width=60 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=14198 x=792 y=640 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=14199 x=330 y=379 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=14200 x=396 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14201 x=528 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14202 x=816 y=871 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14203 x=0 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14204 x=871 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14205 x=603 y=737 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14206 x=402 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14207 x=132 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14208 x=134 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14209 x=136 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14210 x=268 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14211 x=132 y=650 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14212 x=536 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14213 x=603 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14214 x=804 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14215 x=201 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14216 x=943 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=14217 x=335 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14218 x=402 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14219 x=660 y=568 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14220 x=195 y=758 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14221 x=67 y=191 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14222 x=670 y=316 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14223 x=736 y=316 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14224 x=802 y=316 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14225 x=536 y=253 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14226 x=124 y=832 width=58 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=14227 x=896 y=576 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=14228 x=0 y=640 width=60 height=60 xoffset=2 yoffset=25 xadvance=69 page=28 chnl=15 -char id=14229 x=0 y=317 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14230 x=536 y=384 width=63 height=60 xoffset=2 yoffset=25 xadvance=69 page=27 chnl=15 -char id=14231 x=66 y=569 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14232 x=469 y=127 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14233 x=871 y=190 width=63 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=14234 x=512 y=820 width=60 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14235 x=264 y=704 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=14236 x=396 y=704 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=14237 x=198 y=134 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14238 x=924 y=442 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14239 x=792 y=505 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14240 x=268 y=316 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14241 x=469 y=512 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=14242 x=510 y=124 width=59 height=58 xoffset=4 yoffset=23 xadvance=69 page=30 chnl=15 -char id=14243 x=804 y=335 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=14244 x=660 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14245 x=132 y=201 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14246 x=325 y=536 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14247 x=844 y=804 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14248 x=512 y=594 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14249 x=201 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14250 x=455 y=256 width=61 height=60 xoffset=3 yoffset=25 xadvance=69 page=28 chnl=15 -char id=14251 x=780 y=536 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14252 x=910 y=256 width=61 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=14253 x=670 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14254 x=177 y=594 width=54 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14255 x=912 y=946 width=53 height=59 xoffset=8 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14256 x=317 y=603 width=59 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14257 x=779 y=871 width=52 height=63 xoffset=8 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14258 x=832 y=792 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14259 x=585 y=603 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14260 x=455 y=792 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14261 x=198 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14262 x=520 y=0 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14263 x=823 y=640 width=59 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=14264 x=845 y=0 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14265 x=768 y=455 width=60 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=14266 x=737 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=14267 x=896 y=792 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14268 x=198 y=650 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=14269 x=325 y=134 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14270 x=64 y=858 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14271 x=858 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14272 x=67 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14273 x=0 y=858 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14274 x=0 y=924 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14275 x=186 y=396 width=58 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14276 x=960 y=0 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14277 x=128 y=66 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14278 x=65 y=858 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14279 x=325 y=64 width=61 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=14280 x=660 y=66 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14281 x=832 y=871 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14282 x=704 y=264 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14283 x=260 y=858 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14284 x=325 y=858 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14285 x=192 y=748 width=60 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14286 x=325 y=65 width=61 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=14287 x=260 y=335 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14288 x=640 y=820 width=60 height=59 xoffset=5 yoffset=22 xadvance=69 page=29 chnl=15 -char id=14289 x=315 y=264 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14290 x=792 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14291 x=640 y=528 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14292 x=0 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14293 x=567 y=670 width=59 height=63 xoffset=6 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14294 x=192 y=938 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14295 x=555 y=780 width=57 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=14296 x=252 y=264 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14297 x=192 y=0 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14298 x=65 y=264 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14299 x=594 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14300 x=576 y=66 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14301 x=384 y=396 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14302 x=520 y=858 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14303 x=335 y=130 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14304 x=186 y=462 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14305 x=804 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=14306 x=455 y=858 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14307 x=924 y=924 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14308 x=640 y=938 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14309 x=198 y=136 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14310 x=832 y=0 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14311 x=704 y=0 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14312 x=390 y=670 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14313 x=260 y=469 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14314 x=195 y=858 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14315 x=130 y=858 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14316 x=858 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14317 x=320 y=594 width=60 height=62 xoffset=5 yoffset=23 xadvance=69 page=23 chnl=15 -char id=14318 x=390 y=737 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14319 x=128 y=594 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14320 x=520 y=737 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14321 x=845 y=792 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14322 x=264 y=924 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14323 x=780 y=792 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14324 x=325 y=804 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14325 x=128 y=455 width=60 height=61 xoffset=4 yoffset=21 xadvance=69 page=26 chnl=15 -char id=14326 x=768 y=402 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14327 x=715 y=792 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14328 x=650 y=804 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14329 x=811 y=737 width=58 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=14330 x=845 y=804 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14331 x=462 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14332 x=792 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14333 x=845 y=130 width=61 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=14334 x=832 y=402 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14335 x=195 y=871 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14336 x=594 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14337 x=65 y=476 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14338 x=585 y=792 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14339 x=63 y=670 width=59 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14340 x=59 y=594 width=55 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14341 x=264 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14342 x=640 y=390 width=60 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=14343 x=198 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14344 x=446 y=66 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14345 x=715 y=128 width=61 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=14346 x=192 y=66 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14347 x=64 y=66 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14348 x=335 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14349 x=792 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14350 x=390 y=792 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14351 x=260 y=792 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14352 x=0 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=14353 x=256 y=858 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14354 x=961 y=924 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14355 x=0 y=792 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14356 x=264 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14357 x=62 y=804 width=58 height=63 xoffset=6 yoffset=22 xadvance=69 page=11 chnl=15 -char id=14358 x=64 y=792 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14359 x=845 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14360 x=594 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14361 x=390 y=469 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14362 x=640 y=726 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14363 x=715 y=603 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14364 x=528 y=792 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14365 x=325 y=201 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14366 x=0 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=14367 x=715 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14368 x=650 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14369 x=459 y=330 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14370 x=264 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14371 x=0 y=390 width=60 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=14372 x=390 y=134 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14373 x=512 y=585 width=60 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14374 x=896 y=455 width=60 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14375 x=660 y=804 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14376 x=512 y=528 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14377 x=528 y=715 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=14378 x=832 y=247 width=59 height=54 xoffset=4 yoffset=26 xadvance=69 page=30 chnl=15 -char id=14379 x=670 y=65 width=63 height=61 xoffset=3 yoffset=24 xadvance=69 page=25 chnl=15 -char id=14380 x=268 y=512 width=63 height=60 xoffset=2 yoffset=25 xadvance=69 page=27 chnl=15 -char id=14381 x=721 y=62 width=61 height=58 xoffset=3 yoffset=25 xadvance=69 page=30 chnl=15 -char id=14382 x=134 y=462 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=14383 x=975 y=476 width=45 height=58 xoffset=12 yoffset=26 xadvance=69 page=1 chnl=15 -char id=14384 x=594 y=715 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14385 x=390 y=325 width=61 height=61 xoffset=3 yoffset=24 xadvance=69 page=26 chnl=15 -char id=14386 x=192 y=462 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14387 x=670 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14388 x=630 y=670 width=59 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=14389 x=693 y=670 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14390 x=66 y=204 width=62 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14391 x=650 y=462 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14392 x=536 y=594 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=14393 x=264 y=402 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14394 x=896 y=330 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14395 x=132 y=780 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14396 x=64 y=469 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14397 x=330 y=402 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14398 x=66 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14399 x=0 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14400 x=585 y=924 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14401 x=528 y=402 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14402 x=310 y=396 width=58 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14403 x=845 y=469 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14404 x=819 y=198 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14405 x=910 y=335 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14406 x=195 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14407 x=455 y=938 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14408 x=390 y=938 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14409 x=325 y=462 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14410 x=0 y=871 width=57 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14411 x=594 y=402 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14412 x=819 y=264 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14413 x=670 y=536 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14414 x=715 y=871 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14415 x=66 y=0 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14416 x=0 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14417 x=198 y=0 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14418 x=448 y=469 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=14419 x=780 y=660 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14420 x=134 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14421 x=198 y=67 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14422 x=128 y=396 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14423 x=715 y=660 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14424 x=462 y=67 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14425 x=520 y=660 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14426 x=640 y=469 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=14427 x=0 y=528 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14428 x=396 y=0 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14429 x=660 y=0 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14430 x=845 y=737 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14431 x=64 y=264 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14432 x=0 y=66 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14433 x=65 y=462 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14434 x=910 y=396 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14435 x=132 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14436 x=130 y=737 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14437 x=715 y=396 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14438 x=910 y=612 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14439 x=455 y=396 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14440 x=594 y=272 width=62 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14441 x=704 y=469 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=14442 x=768 y=469 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14443 x=335 y=0 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=14444 x=201 y=737 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14445 x=672 y=946 width=56 height=59 xoffset=7 yoffset=22 xadvance=69 page=29 chnl=15 -char id=14446 x=0 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14447 x=726 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14448 x=679 y=272 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14449 x=603 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14450 x=67 y=956 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14451 x=792 y=268 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=14452 x=198 y=272 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14453 x=804 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14454 x=392 y=469 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14455 x=804 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14456 x=132 y=469 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14457 x=910 y=201 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14458 x=132 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14459 x=330 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14460 x=402 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14461 x=467 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14462 x=201 y=817 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14463 x=594 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14464 x=737 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14465 x=325 y=67 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14466 x=0 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14467 x=536 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14468 x=325 y=0 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14469 x=396 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14470 x=792 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14471 x=462 y=204 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14472 x=792 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14473 x=603 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14474 x=66 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14475 x=264 y=204 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14476 x=130 y=670 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14477 x=603 y=612 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14478 x=780 y=612 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14479 x=67 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14480 x=260 y=670 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14481 x=924 y=67 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14482 x=0 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14483 x=325 y=670 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14484 x=134 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14485 x=0 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14486 x=335 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14487 x=402 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14488 x=792 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14489 x=390 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14490 x=594 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14491 x=201 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14492 x=858 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14493 x=544 y=737 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14494 x=469 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14495 x=536 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14496 x=402 y=512 width=63 height=60 xoffset=2 yoffset=25 xadvance=69 page=27 chnl=15 -char id=14497 x=845 y=0 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14498 x=804 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14499 x=952 y=737 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14500 x=264 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14501 x=384 y=792 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14502 x=201 y=201 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14503 x=797 y=780 width=55 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=14504 x=0 y=695 width=61 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14505 x=944 y=330 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14506 x=517 y=757 width=60 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14507 x=433 y=780 width=57 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=14508 x=66 y=462 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14509 x=860 y=0 width=62 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14510 x=0 y=264 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14511 x=924 y=780 width=62 height=61 xoffset=4 yoffset=24 xadvance=69 page=25 chnl=15 -char id=14512 x=910 y=670 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14513 x=0 y=330 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14514 x=910 y=320 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=14515 x=528 y=462 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14516 x=302 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=14517 x=603 y=330 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14518 x=64 y=821 width=60 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14519 x=378 y=264 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14520 x=792 y=268 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14521 x=325 y=612 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14522 x=910 y=330 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14523 x=0 y=396 width=61 height=62 xoffset=4 yoffset=23 xadvance=69 page=22 chnl=15 -char id=14524 x=682 y=462 width=58 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14525 x=882 y=704 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=14526 x=455 y=694 width=61 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14527 x=325 y=396 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14528 x=737 y=198 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14529 x=650 y=396 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14530 x=709 y=757 width=60 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14531 x=132 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14532 x=924 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14533 x=132 y=576 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=14534 x=670 y=512 width=62 height=60 xoffset=4 yoffset=24 xadvance=69 page=27 chnl=15 -char id=14535 x=462 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14536 x=594 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14537 x=858 y=960 width=62 height=60 xoffset=3 yoffset=23 xadvance=69 page=27 chnl=15 -char id=14538 x=858 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14539 x=924 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14540 x=128 y=726 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14541 x=264 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14542 x=192 y=536 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14543 x=871 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14544 x=0 y=920 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14545 x=67 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14546 x=320 y=536 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14547 x=748 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14548 x=201 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14549 x=134 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14550 x=136 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14551 x=768 y=594 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14552 x=660 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14553 x=384 y=536 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14554 x=594 y=660 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14555 x=340 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14556 x=640 y=594 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14557 x=612 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=14558 x=938 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14559 x=731 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14560 x=136 y=528 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14561 x=715 y=268 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14562 x=924 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14563 x=268 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14564 x=804 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14565 x=0 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14566 x=726 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14567 x=402 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14568 x=396 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14569 x=545 y=816 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14570 x=748 y=402 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=14571 x=603 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14572 x=528 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14573 x=134 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14574 x=858 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14575 x=320 y=528 width=60 height=62 xoffset=1 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14576 x=0 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14577 x=402 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14578 x=904 y=871 width=65 height=62 xoffset=1 yoffset=22 xadvance=69 page=11 chnl=15 -char id=14579 x=612 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14580 x=938 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14581 x=335 y=924 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14582 x=726 y=204 width=62 height=64 xoffset=2 yoffset=20 xadvance=69 page=1 chnl=15 -char id=14583 x=536 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14584 x=136 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14585 x=804 y=134 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14586 x=0 y=985 width=58 height=35 xoffset=6 yoffset=36 xadvance=69 page=24 chnl=15 -char id=14587 x=0 y=256 width=61 height=60 xoffset=3 yoffset=23 xadvance=69 page=28 chnl=15 -char id=14588 x=640 y=871 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14589 x=910 y=260 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=14590 x=804 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14591 x=704 y=462 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14592 x=260 y=64 width=61 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=14593 x=260 y=0 width=63 height=58 xoffset=2 yoffset=25 xadvance=69 page=30 chnl=15 -char id=14594 x=198 y=569 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=14595 x=0 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14596 x=603 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14597 x=462 y=442 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=14598 x=268 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14599 x=402 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14600 x=871 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14601 x=0 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14602 x=408 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14603 x=402 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14604 x=737 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14605 x=786 y=62 width=61 height=58 xoffset=3 yoffset=25 xadvance=69 page=30 chnl=15 -char id=14606 x=726 y=780 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14607 x=884 y=335 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=14608 x=325 y=325 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14609 x=858 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14610 x=670 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14611 x=544 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14612 x=201 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14613 x=910 y=264 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14614 x=924 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14615 x=268 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14616 x=576 y=536 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14617 x=594 y=505 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=14618 x=268 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14619 x=335 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14620 x=335 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14621 x=938 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14622 x=594 y=68 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14623 x=390 y=65 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14624 x=469 y=789 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14625 x=130 y=603 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=14626 x=469 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14627 x=396 y=780 width=62 height=61 xoffset=3 yoffset=21 xadvance=69 page=25 chnl=15 -char id=14628 x=603 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14629 x=670 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14630 x=272 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14631 x=536 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14632 x=938 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14633 x=66 y=330 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=21 chnl=15 -char id=14634 x=396 y=62 width=61 height=58 xoffset=3 yoffset=25 xadvance=69 page=30 chnl=15 -char id=14635 x=462 y=726 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=18 chnl=15 -char id=14636 x=335 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14637 x=268 y=528 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14638 x=469 y=128 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=14639 x=650 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14640 x=650 y=65 width=61 height=61 xoffset=2 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14641 x=670 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14642 x=603 y=462 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=16 chnl=15 -char id=14643 x=335 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14644 x=0 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14645 x=268 y=130 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14646 x=402 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14647 x=544 y=804 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14648 x=612 y=68 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14649 x=136 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14650 x=938 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14651 x=896 y=585 width=60 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14652 x=530 y=0 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14653 x=871 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14654 x=680 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14655 x=469 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14656 x=402 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14657 x=462 y=650 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14658 x=726 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14659 x=726 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14660 x=737 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14661 x=536 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14662 x=402 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14663 x=0 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14664 x=858 y=585 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14665 x=134 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14666 x=65 y=0 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14667 x=476 y=528 width=64 height=62 xoffset=2 yoffset=21 xadvance=69 page=12 chnl=15 -char id=14668 x=396 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14669 x=804 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14670 x=585 y=195 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14671 x=938 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14672 x=804 y=195 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14673 x=130 y=695 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=14674 x=136 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14675 x=268 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14676 x=402 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14677 x=845 y=260 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14678 x=670 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14679 x=737 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14680 x=660 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14681 x=938 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14682 x=603 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14683 x=402 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14684 x=448 y=528 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14685 x=335 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14686 x=268 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14687 x=68 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14688 x=0 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14689 x=804 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14690 x=268 y=938 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14691 x=325 y=260 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14692 x=362 y=594 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14693 x=660 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14694 x=594 y=832 width=62 height=60 xoffset=3 yoffset=23 xadvance=69 page=27 chnl=15 -char id=14695 x=871 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=14696 x=195 y=65 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14697 x=134 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14698 x=670 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14699 x=650 y=528 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14700 x=402 y=544 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14701 x=67 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14702 x=845 y=264 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14703 x=726 y=910 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14704 x=402 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14705 x=0 y=264 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14706 x=528 y=330 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=19 chnl=15 -char id=14707 x=816 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14708 x=268 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14709 x=128 y=528 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14710 x=792 y=132 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=19 chnl=15 -char id=14711 x=198 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14712 x=871 y=253 width=63 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14713 x=201 y=924 width=63 height=62 xoffset=3 yoffset=21 xadvance=69 page=17 chnl=15 -char id=14714 x=0 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14715 x=660 y=845 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14716 x=804 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14717 x=469 y=340 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14718 x=871 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14719 x=604 y=0 width=63 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=14720 x=0 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14721 x=528 y=520 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14722 x=960 y=462 width=60 height=62 xoffset=4 yoffset=21 xadvance=69 page=23 chnl=15 -char id=14723 x=134 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14724 x=670 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14725 x=603 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14726 x=66 y=670 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14727 x=938 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14728 x=204 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14729 x=528 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14730 x=804 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14731 x=268 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=14732 x=390 y=528 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14733 x=792 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14734 x=67 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14735 x=198 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14736 x=952 y=268 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14737 x=670 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14738 x=737 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14739 x=938 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14740 x=330 y=780 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14741 x=603 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14742 x=390 y=330 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14743 x=476 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14744 x=134 y=455 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14745 x=594 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14746 x=330 y=737 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14747 x=68 y=909 width=64 height=60 xoffset=2 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14748 x=938 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14749 x=528 y=737 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14750 x=130 y=325 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14751 x=845 y=325 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14752 x=670 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14753 x=952 y=536 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14754 x=603 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14755 x=201 y=264 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=18 chnl=15 -char id=14756 x=871 y=390 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14757 x=680 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14758 x=130 y=264 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14759 x=268 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14760 x=845 y=134 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14761 x=748 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14762 x=544 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14763 x=201 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14764 x=536 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14765 x=871 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14766 x=64 y=462 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14767 x=67 y=670 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14768 x=0 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14769 x=0 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14770 x=198 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14771 x=858 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14772 x=737 y=670 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14773 x=268 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14774 x=330 y=804 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14775 x=780 y=528 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14776 x=0 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14777 x=204 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14778 x=268 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14779 x=748 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14780 x=816 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14781 x=952 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14782 x=320 y=396 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14783 x=603 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14784 x=469 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14785 x=852 y=408 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14786 x=496 y=804 width=58 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14787 x=928 y=462 width=57 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14788 x=64 y=396 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14789 x=396 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14790 x=320 y=201 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14791 x=0 y=396 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14792 x=832 y=330 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14793 x=340 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14794 x=335 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14795 x=66 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14796 x=804 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14797 x=737 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14798 x=871 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14799 x=715 y=396 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14800 x=134 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14801 x=704 y=330 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14802 x=340 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=14803 x=884 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=14804 x=871 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14805 x=378 y=132 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14806 x=335 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14807 x=660 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14808 x=390 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14809 x=134 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14810 x=67 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14811 x=715 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14812 x=594 y=650 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14813 x=0 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14814 x=536 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14815 x=198 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=14816 x=330 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14817 x=201 y=737 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14818 x=768 y=938 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14819 x=670 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14820 x=737 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14821 x=884 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14822 x=192 y=330 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14823 x=268 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14824 x=804 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14825 x=201 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14826 x=0 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=14827 x=66 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14828 x=726 y=650 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=14829 x=650 y=325 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=14830 x=189 y=198 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14831 x=792 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14832 x=201 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14833 x=335 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14834 x=408 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=14835 x=264 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14836 x=335 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14837 x=402 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14838 x=198 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14839 x=536 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14840 x=268 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14841 x=640 y=264 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14842 x=340 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14843 x=408 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14844 x=360 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14845 x=576 y=264 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14846 x=268 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14847 x=330 y=0 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14848 x=603 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14849 x=268 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14850 x=603 y=198 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14851 x=0 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14852 x=128 y=871 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14853 x=737 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14854 x=340 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14855 x=959 y=816 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14856 x=884 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=14857 x=67 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14858 x=67 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14859 x=737 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14860 x=726 y=402 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=14861 x=325 y=198 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14862 x=67 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14863 x=871 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14864 x=737 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14865 x=67 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14866 x=68 y=660 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=14867 x=66 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14868 x=884 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14869 x=884 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14870 x=670 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14871 x=340 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14872 x=871 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14873 x=748 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14874 x=0 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14875 x=0 y=264 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14876 x=737 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=14877 x=455 y=0 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14878 x=390 y=0 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14879 x=871 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14880 x=469 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14881 x=832 y=198 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14882 x=804 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14883 x=884 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14884 x=737 y=130 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14885 x=832 y=938 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14886 x=462 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=14887 x=670 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14888 x=960 y=268 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=14889 x=603 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14890 x=680 y=938 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=14891 x=536 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14892 x=201 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=14893 x=268 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14894 x=737 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14895 x=804 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14896 x=670 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14897 x=330 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14898 x=536 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14899 x=268 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=14900 x=938 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14901 x=66 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14902 x=871 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14903 x=603 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14904 x=660 y=201 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14905 x=335 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14906 x=528 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14907 x=195 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14908 x=0 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14909 x=0 y=594 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14910 x=476 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14911 x=408 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14912 x=469 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14913 x=726 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14914 x=612 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14915 x=335 y=335 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14916 x=726 y=198 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=14917 x=134 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14918 x=670 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14919 x=396 y=650 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=14920 x=264 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14921 x=340 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14922 x=132 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14923 x=585 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14924 x=924 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14925 x=748 y=204 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14926 x=469 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14927 x=402 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14928 x=0 y=680 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14929 x=67 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14930 x=0 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14931 x=520 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14932 x=136 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14933 x=871 y=201 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14934 x=264 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14935 x=455 y=528 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14936 x=858 y=402 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14937 x=66 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14938 x=603 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14939 x=780 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=14940 x=136 y=528 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14941 x=402 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14942 x=536 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14943 x=335 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14944 x=670 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14945 x=195 y=325 width=61 height=61 xoffset=2 yoffset=22 xadvance=69 page=26 chnl=15 -char id=14946 x=792 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14947 x=0 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14948 x=204 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=14949 x=268 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=14950 x=0 y=402 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=14951 x=0 y=462 width=64 height=62 xoffset=3 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14952 x=670 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14953 x=396 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14954 x=330 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14955 x=264 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14956 x=67 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14957 x=132 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14958 x=816 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14959 x=469 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14960 x=0 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14961 x=924 y=603 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14962 x=201 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14963 x=340 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14964 x=792 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14965 x=402 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14966 x=67 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14967 x=938 y=340 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14968 x=528 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14969 x=330 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14970 x=455 y=924 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14971 x=804 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=14972 x=67 y=264 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14973 x=938 y=198 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14974 x=66 y=737 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=14975 x=680 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=14976 x=264 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14977 x=272 y=136 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=14978 x=938 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=14979 x=528 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14980 x=680 y=883 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14981 x=660 y=379 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=14982 x=585 y=858 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=14983 x=136 y=950 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=14984 x=871 y=0 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14985 x=68 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14986 x=469 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=14987 x=264 y=871 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14988 x=576 y=132 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=14989 x=396 y=871 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=8 chnl=15 -char id=14990 x=544 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14991 x=594 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=14992 x=536 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14993 x=335 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14994 x=0 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14995 x=67 y=67 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14996 x=335 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=14997 x=67 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=14998 x=476 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=14999 x=737 y=938 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15000 x=748 y=871 width=64 height=63 xoffset=1 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15001 x=544 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15002 x=335 y=938 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15003 x=938 y=66 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15004 x=871 y=66 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15005 x=345 y=938 width=65 height=62 xoffset=1 yoffset=22 xadvance=69 page=11 chnl=15 -char id=15006 x=792 y=201 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15007 x=0 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15008 x=612 y=871 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15009 x=65 y=680 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15010 x=660 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15011 x=594 y=201 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15012 x=325 y=792 width=61 height=62 xoffset=4 yoffset=23 xadvance=69 page=21 chnl=15 -char id=15013 x=0 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15014 x=0 y=684 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15015 x=737 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15016 x=335 y=268 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15017 x=737 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15018 x=748 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15019 x=268 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15020 x=402 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15021 x=408 y=871 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15022 x=715 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15023 x=670 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15024 x=0 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15025 x=884 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15026 x=384 y=134 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15027 x=768 y=520 width=60 height=61 xoffset=4 yoffset=21 xadvance=69 page=26 chnl=15 -char id=15028 x=335 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15029 x=910 y=737 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=15030 x=462 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15031 x=330 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15032 x=603 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15033 x=858 y=134 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15034 x=335 y=0 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15035 x=0 y=201 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15036 x=520 y=737 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=15037 x=581 y=757 width=60 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15038 x=737 y=340 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15039 x=192 y=132 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15040 x=330 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15041 x=455 y=660 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15042 x=726 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15043 x=536 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15044 x=726 y=715 width=62 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=15045 x=670 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15046 x=0 y=871 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15047 x=134 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15048 x=402 y=260 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15049 x=737 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15050 x=390 y=544 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15051 x=804 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15052 x=335 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15053 x=804 y=612 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15054 x=938 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15055 x=804 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=15056 x=118 y=187 width=52 height=58 xoffset=9 yoffset=24 xadvance=69 page=30 chnl=15 -char id=15057 x=61 y=871 width=57 height=63 xoffset=6 yoffset=22 xadvance=69 page=11 chnl=15 -char id=15058 x=455 y=64 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15059 x=320 y=390 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=15060 x=915 y=62 width=60 height=58 xoffset=4 yoffset=24 xadvance=69 page=30 chnl=15 -char id=15061 x=0 y=320 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15062 x=384 y=67 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15063 x=697 y=640 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15064 x=325 y=632 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15065 x=520 y=594 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15066 x=425 y=871 width=56 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15067 x=0 y=884 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15068 x=449 y=247 width=60 height=56 xoffset=5 yoffset=26 xadvance=69 page=30 chnl=15 -char id=15069 x=910 y=130 width=61 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=15070 x=960 y=132 width=60 height=62 xoffset=5 yoffset=23 xadvance=69 page=23 chnl=15 -char id=15071 x=704 y=820 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15072 x=128 y=198 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15073 x=201 y=448 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15074 x=192 y=198 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15075 x=945 y=883 width=58 height=59 xoffset=8 yoffset=24 xadvance=69 page=29 chnl=15 -char id=15076 x=660 y=442 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15077 x=620 y=462 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15078 x=835 y=871 width=65 height=62 xoffset=1 yoffset=22 xadvance=69 page=11 chnl=15 -char id=15079 x=726 y=960 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15080 x=704 y=335 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=15081 x=189 y=737 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15082 x=528 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15083 x=447 y=124 width=59 height=58 xoffset=4 yoffset=24 xadvance=69 page=30 chnl=15 -char id=15084 x=244 y=528 width=57 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15085 x=650 y=320 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15086 x=264 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15087 x=934 y=512 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15088 x=963 y=680 width=57 height=64 xoffset=7 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15089 x=64 y=512 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15090 x=252 y=132 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15091 x=0 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15092 x=192 y=67 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15093 x=768 y=330 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15094 x=323 y=384 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15095 x=938 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15096 x=325 y=528 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15097 x=330 y=576 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15098 x=896 y=396 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15099 x=130 y=476 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15100 x=620 y=396 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15101 x=771 y=384 width=60 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15102 x=186 y=804 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15103 x=576 y=462 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15104 x=576 y=67 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15105 x=924 y=715 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15106 x=186 y=947 width=58 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15107 x=396 y=832 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15108 x=585 y=65 width=61 height=61 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=15109 x=576 y=448 width=60 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15110 x=520 y=130 width=61 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=15111 x=0 y=804 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15112 x=64 y=249 width=60 height=57 xoffset=5 yoffset=25 xadvance=69 page=30 chnl=15 -char id=15113 x=130 y=384 width=61 height=60 xoffset=5 yoffset=25 xadvance=69 page=28 chnl=15 -char id=15114 x=780 y=64 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15115 x=520 y=462 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15116 x=512 y=448 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15117 x=832 y=201 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15118 x=319 y=640 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15119 x=309 y=947 width=57 height=59 xoffset=6 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15120 x=832 y=820 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15121 x=448 y=462 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15122 x=585 y=737 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15123 x=124 y=947 width=58 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15124 x=579 y=384 width=60 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15125 x=256 y=528 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15126 x=0 y=670 width=59 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15127 x=195 y=737 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15128 x=945 y=198 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15129 x=62 y=462 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15130 x=260 y=462 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15131 x=65 y=737 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15132 x=195 y=128 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15133 x=520 y=128 width=61 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15134 x=501 y=737 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15135 x=845 y=670 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15136 x=130 y=462 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15137 x=768 y=448 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15138 x=0 y=462 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15139 x=448 y=792 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15140 x=320 y=512 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15141 x=528 y=780 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15142 x=780 y=396 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15143 x=737 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15144 x=390 y=612 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15145 x=0 y=585 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=15146 x=65 y=632 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=15147 x=390 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15148 x=0 y=520 width=60 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=15149 x=256 y=134 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=15150 x=585 y=128 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15151 x=650 y=670 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15152 x=520 y=670 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15153 x=924 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15154 x=268 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15155 x=737 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15156 x=134 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15157 x=737 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15158 x=134 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=15159 x=520 y=64 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15160 x=804 y=737 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=15161 x=0 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15162 x=268 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15163 x=737 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15164 x=204 y=68 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15165 x=201 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15166 x=372 y=780 width=57 height=61 xoffset=6 yoffset=24 xadvance=69 page=26 chnl=15 -char id=15167 x=737 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=15168 x=536 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15169 x=396 y=402 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15170 x=871 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15171 x=330 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15172 x=603 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15173 x=737 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15174 x=66 y=640 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15175 x=272 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15176 x=938 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=15177 x=201 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15178 x=134 y=954 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15179 x=335 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15180 x=198 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15181 x=132 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15182 x=945 y=132 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15183 x=858 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15184 x=594 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15185 x=544 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15186 x=256 y=594 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15187 x=66 y=938 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15188 x=201 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15189 x=612 y=268 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15190 x=462 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15191 x=264 y=896 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=15192 x=136 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15193 x=132 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15194 x=748 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15195 x=871 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15196 x=136 y=134 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15197 x=680 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15198 x=884 y=268 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15199 x=476 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15200 x=204 y=201 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15201 x=780 y=66 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15202 x=704 y=0 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15203 x=768 y=67 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15204 x=0 y=670 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15205 x=66 y=804 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15206 x=402 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15207 x=134 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15208 x=536 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15209 x=924 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15210 x=737 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15211 x=737 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15212 x=612 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15213 x=768 y=134 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15214 x=660 y=737 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15215 x=201 y=402 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15216 x=670 y=594 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15217 x=335 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15218 x=544 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15219 x=340 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15220 x=737 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15221 x=845 y=603 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15222 x=871 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15223 x=0 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15224 x=871 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15225 x=134 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15226 x=335 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15227 x=737 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15228 x=204 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15229 x=528 y=603 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15230 x=715 y=603 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15231 x=650 y=603 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15232 x=448 y=66 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15233 x=0 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15234 x=0 y=448 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15235 x=884 y=0 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15236 x=871 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15237 x=660 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15238 x=816 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15239 x=544 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15240 x=204 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15241 x=0 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15242 x=612 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15243 x=603 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15244 x=132 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15245 x=536 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15246 x=603 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15247 x=134 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15248 x=335 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15249 x=536 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15250 x=201 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15251 x=0 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15252 x=660 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15253 x=68 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15254 x=924 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15255 x=402 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15256 x=680 y=536 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15257 x=132 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15258 x=536 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15259 x=737 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15260 x=462 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15261 x=0 y=924 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15262 x=680 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15263 x=544 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15264 x=132 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15265 x=792 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15266 x=544 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15267 x=670 y=448 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15268 x=335 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=15269 x=816 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15270 x=660 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15271 x=594 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15272 x=748 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15273 x=408 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15274 x=804 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15275 x=201 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=15276 x=272 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15277 x=320 y=726 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15278 x=335 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15279 x=0 y=594 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15280 x=757 y=938 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=15281 x=544 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15282 x=585 y=858 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15283 x=884 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15284 x=408 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15285 x=0 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=15286 x=130 y=330 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15287 x=198 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15288 x=272 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15289 x=201 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15290 x=462 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15291 x=204 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15292 x=455 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15293 x=335 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15294 x=201 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=15295 x=134 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15296 x=748 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15297 x=264 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15298 x=938 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15299 x=68 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15300 x=726 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15301 x=66 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15302 x=0 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15303 x=528 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15304 x=938 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15305 x=660 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15306 x=396 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15307 x=201 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15308 x=0 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15309 x=68 y=536 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15310 x=680 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15311 x=871 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15312 x=924 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15313 x=204 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15314 x=621 y=938 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=15315 x=476 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15316 x=0 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15317 x=268 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15318 x=136 y=883 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15319 x=455 y=858 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15320 x=544 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15321 x=544 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15322 x=272 y=883 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15323 x=871 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15324 x=198 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15325 x=408 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15326 x=195 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15327 x=67 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15328 x=469 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15329 x=804 y=919 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15330 x=680 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15331 x=134 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15332 x=544 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15333 x=536 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15334 x=748 y=883 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15335 x=737 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15336 x=201 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15337 x=402 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15338 x=952 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15339 x=204 y=950 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15340 x=603 y=330 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15341 x=804 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15342 x=67 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15343 x=154 y=0 width=65 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15344 x=871 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15345 x=132 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15346 x=680 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15347 x=408 y=272 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15348 x=68 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15349 x=67 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=15350 x=536 y=612 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15351 x=134 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15352 x=268 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15353 x=871 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15354 x=726 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15355 x=726 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15356 x=737 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15357 x=587 y=469 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15358 x=680 y=950 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15359 x=748 y=950 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=15360 x=816 y=528 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15361 x=198 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15362 x=804 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15363 x=0 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15364 x=748 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15365 x=134 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15366 x=330 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15367 x=612 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15368 x=603 y=0 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15369 x=201 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15370 x=476 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15371 x=272 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15372 x=792 y=201 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15373 x=884 y=536 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15374 x=528 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15375 x=335 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15376 x=544 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15377 x=408 y=536 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15378 x=858 y=204 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15379 x=462 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15380 x=340 y=536 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15381 x=272 y=536 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15382 x=603 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15383 x=335 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15384 x=330 y=204 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15385 x=408 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15386 x=612 y=66 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15387 x=938 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15388 x=469 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15389 x=66 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15390 x=457 y=469 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15391 x=0 y=72 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15392 x=67 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15393 x=476 y=272 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15394 x=0 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15395 x=594 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15396 x=201 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15397 x=335 y=201 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15398 x=737 y=201 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15399 x=804 y=201 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15400 x=871 y=201 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15401 x=594 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15402 x=737 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15403 x=544 y=204 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15404 x=544 y=272 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15405 x=0 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15406 x=272 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15407 x=0 y=140 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15408 x=68 y=206 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15409 x=603 y=201 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15410 x=469 y=952 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15411 x=594 y=204 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15412 x=462 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15413 x=134 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15414 x=335 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15415 x=201 y=885 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15416 x=884 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15417 x=340 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15418 x=512 y=938 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=15419 x=134 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15420 x=259 y=680 width=60 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15421 x=845 y=476 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15422 x=408 y=204 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15423 x=536 y=680 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15424 x=871 y=816 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15425 x=335 y=268 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15426 x=536 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15427 x=0 y=536 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15428 x=603 y=268 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15429 x=660 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15430 x=952 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15431 x=871 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15432 x=612 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15433 x=952 y=402 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15434 x=0 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15435 x=340 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15436 x=201 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15437 x=804 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15438 x=469 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15439 x=704 y=247 width=60 height=55 xoffset=4 yoffset=26 xadvance=69 page=30 chnl=15 -char id=15440 x=260 y=256 width=61 height=60 xoffset=3 yoffset=23 xadvance=69 page=28 chnl=15 -char id=15441 x=630 y=132 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15442 x=330 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15443 x=612 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15444 x=780 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15445 x=603 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15446 x=390 y=402 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15447 x=402 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15448 x=264 y=768 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15449 x=132 y=506 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15450 x=0 y=704 width=59 height=60 xoffset=2 yoffset=25 xadvance=69 page=28 chnl=15 -char id=15451 x=66 y=506 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15452 x=671 y=0 width=63 height=60 xoffset=3 yoffset=23 xadvance=69 page=27 chnl=15 -char id=15453 x=594 y=0 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15454 x=804 y=335 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15455 x=603 y=726 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15456 x=717 y=469 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15457 x=476 y=726 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15458 x=272 y=204 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15459 x=858 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15460 x=603 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15461 x=952 y=396 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15462 x=0 y=0 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15463 x=68 y=335 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15464 x=134 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15465 x=603 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15466 x=134 y=390 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=15467 x=544 y=268 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15468 x=469 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15469 x=603 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15470 x=0 y=871 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15471 x=660 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15472 x=0 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15473 x=408 y=268 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15474 x=67 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15475 x=462 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15476 x=804 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15477 x=871 y=402 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15478 x=0 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15479 x=952 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15480 x=938 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15481 x=268 y=190 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15482 x=536 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15483 x=804 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15484 x=863 y=455 width=62 height=61 xoffset=3 yoffset=24 xadvance=69 page=25 chnl=15 -char id=15485 x=68 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15486 x=66 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15487 x=0 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15488 x=612 y=909 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=15489 x=845 y=544 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15490 x=455 y=528 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15491 x=385 y=924 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15492 x=402 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15493 x=585 y=804 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15494 x=726 y=536 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15495 x=871 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15496 x=198 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15497 x=858 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15498 x=340 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15499 x=528 y=66 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=15500 x=132 y=380 width=62 height=59 xoffset=3 yoffset=23 xadvance=69 page=29 chnl=15 -char id=15501 x=670 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15502 x=66 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15503 x=268 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15504 x=536 y=256 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=15505 x=335 y=260 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15506 x=68 y=134 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15507 x=335 y=195 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15508 x=0 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15509 x=130 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15510 x=924 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=15511 x=804 y=528 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15512 x=660 y=585 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15513 x=726 y=0 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=15514 x=195 y=528 width=61 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=15515 x=594 y=0 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=15516 x=469 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15517 x=402 y=390 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15518 x=737 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15519 x=0 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15520 x=467 y=455 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15521 x=396 y=0 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=20 chnl=15 -char id=15522 x=660 y=198 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=15523 x=594 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15524 x=335 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15525 x=134 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15526 x=268 y=536 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15527 x=335 y=384 width=63 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=15528 x=462 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15529 x=134 y=320 width=63 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=15530 x=726 y=505 width=62 height=59 xoffset=2 yoffset=23 xadvance=69 page=29 chnl=15 -char id=15531 x=201 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15532 x=67 y=455 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15533 x=462 y=520 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15534 x=544 y=724 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15535 x=726 y=520 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15536 x=726 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15537 x=0 y=132 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=15538 x=390 y=594 width=61 height=62 xoffset=4 yoffset=21 xadvance=69 page=21 chnl=15 -char id=15539 x=66 y=66 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15540 x=737 y=536 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15541 x=264 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15542 x=198 y=585 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15543 x=0 y=134 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15544 x=585 y=325 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=15545 x=264 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15546 x=65 y=726 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15547 x=748 y=536 width=64 height=63 xoffset=1 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15548 x=66 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15549 x=64 y=330 width=60 height=62 xoffset=3 yoffset=23 xadvance=69 page=23 chnl=15 -char id=15550 x=792 y=264 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=15551 x=396 y=136 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15552 x=536 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15553 x=804 y=325 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15554 x=192 y=585 width=60 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=15555 x=402 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15556 x=528 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15557 x=264 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15558 x=195 y=469 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15559 x=670 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15560 x=469 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15561 x=320 y=66 width=59 height=62 xoffset=3 yoffset=23 xadvance=69 page=24 chnl=15 -char id=15562 x=737 y=603 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15563 x=330 y=910 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15564 x=756 y=132 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15565 x=455 y=66 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15566 x=65 y=670 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15567 x=726 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15568 x=396 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15569 x=871 y=195 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15570 x=201 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15571 x=594 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15572 x=533 y=455 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15573 x=0 y=520 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15574 x=204 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15575 x=201 y=855 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15576 x=198 y=204 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15577 x=402 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15578 x=335 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15579 x=198 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15580 x=792 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15581 x=396 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15582 x=0 y=0 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15583 x=680 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15584 x=603 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15585 x=136 y=909 width=64 height=60 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=15586 x=520 y=726 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15587 x=845 y=726 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15588 x=462 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15589 x=462 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15590 x=469 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15591 x=0 y=264 width=62 height=62 xoffset=2 yoffset=23 xadvance=69 page=21 chnl=15 -char id=15592 x=455 y=134 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=15593 x=792 y=910 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15594 x=726 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15595 x=594 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15596 x=335 y=402 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15597 x=660 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15598 x=594 y=845 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15599 x=660 y=402 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15600 x=845 y=924 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15601 x=64 y=650 width=59 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=15602 x=469 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15603 x=924 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15604 x=670 y=390 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15605 x=938 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15606 x=612 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15607 x=193 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15608 x=726 y=268 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15609 x=330 y=67 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15610 x=201 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=15611 x=330 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15612 x=924 y=938 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15613 x=536 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=15614 x=462 y=715 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15615 x=938 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15616 x=0 y=737 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15617 x=136 y=660 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=15618 x=201 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=15619 x=871 y=594 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=14 chnl=15 -char id=15620 x=576 y=455 width=60 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=15621 x=924 y=871 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15622 x=65 y=65 width=61 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=15623 x=0 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15624 x=924 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15625 x=0 y=528 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=14 chnl=15 -char id=15626 x=512 y=264 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15627 x=198 y=871 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15628 x=924 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15629 x=268 y=855 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=15630 x=402 y=789 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15631 x=198 y=66 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=21 chnl=15 -char id=15632 x=792 y=768 width=62 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=15633 x=938 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=15634 x=660 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15635 x=871 y=192 width=63 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=15636 x=603 y=396 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=14 chnl=15 -char id=15637 x=594 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15638 x=469 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=15639 x=804 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=15640 x=845 y=660 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15641 x=66 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15642 x=67 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15643 x=858 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15644 x=715 y=528 width=61 height=62 xoffset=2 yoffset=21 xadvance=69 page=21 chnl=15 -char id=15645 x=603 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=15646 x=896 y=132 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15647 x=845 y=462 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15648 x=845 y=396 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15649 x=462 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15650 x=832 y=335 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15651 x=737 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=15652 x=198 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15653 x=330 y=68 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15654 x=768 y=268 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=15655 x=335 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15656 x=612 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15657 x=0 y=855 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15658 x=726 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15659 x=268 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=15660 x=469 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15661 x=960 y=938 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15662 x=896 y=594 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15663 x=528 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15664 x=396 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15665 x=340 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15666 x=198 y=737 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15667 x=402 y=195 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15668 x=66 y=832 width=62 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=15669 x=670 y=195 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15670 x=315 y=132 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15671 x=804 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15672 x=325 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15673 x=871 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15674 x=0 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15675 x=201 y=260 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15676 x=594 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15677 x=268 y=260 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15678 x=132 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15679 x=528 y=585 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15680 x=67 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=15681 x=670 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15682 x=737 y=938 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=15683 x=924 y=792 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=19 chnl=15 -char id=15684 x=603 y=260 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15685 x=68 y=70 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15686 x=469 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15687 x=335 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15688 x=792 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15689 x=134 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15690 x=67 y=325 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15691 x=536 y=201 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15692 x=726 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15693 x=768 y=132 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15694 x=192 y=66 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15695 x=455 y=594 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15696 x=268 y=790 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=15697 x=325 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15698 x=264 y=136 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15699 x=726 y=68 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15700 x=871 y=67 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=15701 x=0 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15702 x=512 y=726 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15703 x=198 y=520 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15704 x=68 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15705 x=268 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15706 x=612 y=724 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15707 x=198 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15708 x=726 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15709 x=201 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15710 x=0 y=455 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15711 x=871 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15712 x=845 y=67 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15713 x=201 y=256 width=63 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=15714 x=660 y=910 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15715 x=670 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15716 x=134 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15717 x=594 y=660 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=19 chnl=15 -char id=15718 x=603 y=408 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15719 x=0 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15720 x=660 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15721 x=737 y=195 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15722 x=134 y=0 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15723 x=396 y=715 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15724 x=804 y=65 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15725 x=871 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15726 x=0 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15727 x=469 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15728 x=871 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=15729 x=938 y=195 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15730 x=330 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15731 x=0 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15732 x=134 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15733 x=858 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15734 x=136 y=201 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15735 x=455 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15736 x=952 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=15737 x=737 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15738 x=462 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15739 x=938 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15740 x=330 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15741 x=320 y=0 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15742 x=134 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15743 x=845 y=594 width=61 height=62 xoffset=2 yoffset=21 xadvance=69 page=22 chnl=15 -char id=15744 x=67 y=448 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15745 x=871 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15746 x=402 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15747 x=804 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15748 x=0 y=455 width=60 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=15749 x=650 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15750 x=264 y=335 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15751 x=675 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15752 x=520 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15753 x=330 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15754 x=938 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15755 x=670 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15756 x=536 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15757 x=938 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15758 x=330 y=896 width=62 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=15759 x=871 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15760 x=67 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15761 x=737 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15762 x=320 y=66 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15763 x=603 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=15764 x=134 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15765 x=330 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15766 x=268 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15767 x=938 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15768 x=792 y=938 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15769 x=871 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15770 x=938 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=15771 x=536 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15772 x=389 y=758 width=60 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=15773 x=536 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15774 x=469 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15775 x=726 y=585 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15776 x=201 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15777 x=335 y=127 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15778 x=462 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15779 x=665 y=455 width=62 height=61 xoffset=3 yoffset=24 xadvance=69 page=25 chnl=15 -char id=15780 x=660 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15781 x=858 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15782 x=737 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15783 x=128 y=748 width=60 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15784 x=66 y=62 width=62 height=58 xoffset=3 yoffset=25 xadvance=69 page=30 chnl=15 -char id=15785 x=469 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15786 x=536 y=316 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15787 x=264 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15788 x=0 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15789 x=715 y=858 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15790 x=528 y=768 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15791 x=448 y=726 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15792 x=792 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15793 x=469 y=402 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15794 x=0 y=792 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15795 x=528 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15796 x=66 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15797 x=201 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15798 x=804 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15799 x=455 y=67 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15800 x=195 y=134 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15801 x=670 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15802 x=268 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=15803 x=792 y=68 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15804 x=0 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15805 x=512 y=0 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15806 x=792 y=576 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15807 x=132 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15808 x=66 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15809 x=383 y=66 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15810 x=195 y=195 width=61 height=61 xoffset=3 yoffset=24 xadvance=69 page=26 chnl=15 -char id=15811 x=792 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15812 x=603 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15813 x=918 y=0 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15814 x=264 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15815 x=564 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15816 x=520 y=871 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15817 x=134 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15818 x=136 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=15819 x=469 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15820 x=528 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15821 x=402 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=15822 x=62 y=396 width=58 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15823 x=594 y=402 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15824 x=198 y=402 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15825 x=858 y=640 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=15826 x=0 y=330 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15827 x=603 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15828 x=858 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15829 x=660 y=335 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15830 x=390 y=320 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15831 x=924 y=576 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15832 x=268 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15833 x=390 y=264 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15834 x=938 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15835 x=737 y=264 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=18 chnl=15 -char id=15836 x=792 y=201 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15837 x=804 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15838 x=0 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15839 x=536 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15840 x=198 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15841 x=462 y=768 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15842 x=335 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15843 x=264 y=201 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15844 x=462 y=134 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15845 x=67 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15846 x=264 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=15847 x=204 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15848 x=0 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15849 x=802 y=512 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15850 x=132 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15851 x=268 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15852 x=858 y=67 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15853 x=792 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15854 x=462 y=67 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15855 x=335 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15856 x=66 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15857 x=924 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15858 x=782 y=469 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=15859 x=201 y=128 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15860 x=198 y=640 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15861 x=536 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15862 x=858 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15863 x=715 y=462 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15864 x=0 y=650 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15865 x=792 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15866 x=204 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15867 x=804 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15868 x=528 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15869 x=804 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15870 x=408 y=950 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15871 x=737 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15872 x=528 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=15873 x=603 y=340 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=15874 x=396 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15875 x=65 y=603 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15876 x=402 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15877 x=469 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15878 x=198 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15879 x=201 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=15880 x=594 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15881 x=938 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15882 x=804 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15883 x=469 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15884 x=0 y=792 width=62 height=62 xoffset=2 yoffset=23 xadvance=69 page=18 chnl=15 -char id=15885 x=268 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15886 x=858 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15887 x=201 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15888 x=0 y=204 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15889 x=858 y=780 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15890 x=0 y=512 width=60 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=15891 x=669 y=528 width=56 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15892 x=528 y=204 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=15893 x=670 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15894 x=462 y=379 width=62 height=59 xoffset=2 yoffset=23 xadvance=69 page=29 chnl=15 -char id=15895 x=603 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15896 x=0 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=15897 x=938 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15898 x=603 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15899 x=914 y=330 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15900 x=469 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15901 x=680 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15902 x=66 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15903 x=260 y=0 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15904 x=268 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=15905 x=134 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15906 x=396 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15907 x=938 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15908 x=585 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15909 x=871 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15910 x=792 y=946 width=56 height=59 xoffset=8 yoffset=25 xadvance=69 page=29 chnl=15 -char id=15911 x=67 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=15912 x=122 y=528 width=57 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15913 x=737 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15914 x=64 y=402 width=60 height=63 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=15915 x=462 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15916 x=536 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15917 x=536 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15918 x=476 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15919 x=924 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15920 x=134 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15921 x=201 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15922 x=0 y=726 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15923 x=68 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15924 x=845 y=65 width=61 height=61 xoffset=3 yoffset=24 xadvance=69 page=26 chnl=15 -char id=15925 x=726 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15926 x=640 y=792 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15927 x=390 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15928 x=528 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15929 x=737 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15930 x=585 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15931 x=0 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=15932 x=603 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15933 x=469 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15934 x=272 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15935 x=204 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15936 x=268 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15937 x=67 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=15938 x=520 y=256 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=15939 x=512 y=660 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15940 x=816 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15941 x=0 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15942 x=715 y=924 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15943 x=252 y=198 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=15944 x=858 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15945 x=748 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15946 x=660 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15947 x=612 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15948 x=0 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15949 x=325 y=737 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15950 x=476 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15951 x=0 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15952 x=845 y=737 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=15953 x=476 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15954 x=408 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15955 x=816 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=15956 x=536 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=15957 x=130 y=195 width=61 height=61 xoffset=3 yoffset=24 xadvance=69 page=26 chnl=15 -char id=15958 x=680 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15959 x=0 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=15960 x=402 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15961 x=863 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=15962 x=340 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15963 x=136 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15964 x=408 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15965 x=469 y=871 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15966 x=469 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15967 x=612 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15968 x=272 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15969 x=528 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=15970 x=512 y=858 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=15971 x=670 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15972 x=264 y=0 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=15973 x=858 y=845 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=15974 x=390 y=198 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15975 x=136 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15976 x=455 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=15977 x=400 y=845 width=64 height=60 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=15978 x=402 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=15979 x=952 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15980 x=476 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=15981 x=804 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=15982 x=132 y=845 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15983 x=402 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=15984 x=804 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15985 x=670 y=854 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=15986 x=737 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15987 x=528 y=910 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=15988 x=204 y=264 width=64 height=62 xoffset=2 yoffset=23 xadvance=69 page=12 chnl=15 -char id=15989 x=871 y=448 width=63 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=15990 x=634 y=594 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=15991 x=0 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=15992 x=402 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15993 x=335 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15994 x=544 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15995 x=0 y=924 width=62 height=62 xoffset=2 yoffset=23 xadvance=69 page=19 chnl=15 -char id=15996 x=845 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=15997 x=952 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=15998 x=67 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=15999 x=0 y=544 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16000 x=0 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16001 x=0 y=201 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16002 x=0 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16003 x=594 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16004 x=904 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16005 x=536 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16006 x=670 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16007 x=871 y=0 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=16008 x=201 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16009 x=726 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=16010 x=408 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16011 x=702 y=594 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=16012 x=268 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16013 x=536 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16014 x=66 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16015 x=469 y=408 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16016 x=680 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16017 x=0 y=335 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16018 x=960 y=520 width=60 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16019 x=402 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16020 x=670 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16021 x=670 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16022 x=536 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16023 x=268 y=455 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=16024 x=938 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16025 x=330 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16026 x=884 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16027 x=650 y=130 width=61 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16028 x=469 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16029 x=603 y=130 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16030 x=536 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16031 x=0 y=715 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=16032 x=906 y=594 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16033 x=201 y=920 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=16034 x=268 y=792 width=63 height=62 xoffset=2 yoffset=23 xadvance=69 page=15 chnl=15 -char id=16035 x=884 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16036 x=268 y=884 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16037 x=670 y=201 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16038 x=67 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16039 x=402 y=919 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=16040 x=934 y=316 width=62 height=59 xoffset=3 yoffset=23 xadvance=69 page=29 chnl=15 -char id=16041 x=248 y=780 width=58 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16042 x=910 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16043 x=315 y=715 width=59 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16044 x=432 y=64 width=64 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16045 x=442 y=186 width=63 height=57 xoffset=2 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16046 x=536 y=190 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16047 x=65 y=695 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16048 x=0 y=63 width=62 height=58 xoffset=2 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16049 x=330 y=650 width=62 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=16050 x=375 y=186 width=63 height=57 xoffset=2 yoffset=25 xadvance=69 page=30 chnl=15 -char id=16051 x=67 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=16052 x=594 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16053 x=0 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16054 x=585 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16055 x=335 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16056 x=0 y=195 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16057 x=858 y=268 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=16058 x=569 y=883 width=59 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16059 x=670 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16060 x=795 y=0 width=62 height=58 xoffset=3 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16061 x=316 y=247 width=63 height=56 xoffset=2 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16062 x=128 y=124 width=60 height=58 xoffset=2 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16063 x=383 y=247 width=62 height=56 xoffset=3 yoffset=25 xadvance=69 page=30 chnl=15 -char id=16064 x=408 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16065 x=191 y=884 width=59 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16066 x=264 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16067 x=792 y=585 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16068 x=924 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16069 x=884 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16070 x=804 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16071 x=0 y=260 width=63 height=61 xoffset=3 yoffset=21 xadvance=69 page=25 chnl=15 -char id=16072 x=462 y=402 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=16073 x=0 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16074 x=67 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=16075 x=402 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16076 x=201 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16077 x=670 y=127 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16078 x=0 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16079 x=268 y=325 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=16080 x=536 y=201 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16081 x=201 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16082 x=585 y=694 width=61 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16083 x=568 y=64 width=64 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16084 x=198 y=380 width=62 height=59 xoffset=2 yoffset=23 xadvance=69 page=29 chnl=15 -char id=16085 x=780 y=320 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16086 x=396 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16087 x=910 y=192 width=61 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=16088 x=585 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16089 x=938 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16090 x=910 y=195 width=61 height=61 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=16091 x=528 y=505 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16092 x=871 y=201 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16093 x=845 y=330 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16094 x=134 y=594 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=15 chnl=15 -char id=16095 x=536 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16096 x=871 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16097 x=0 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16098 x=670 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16099 x=924 y=505 width=62 height=59 xoffset=2 yoffset=22 xadvance=69 page=29 chnl=15 -char id=16100 x=462 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16101 x=268 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16102 x=922 y=568 width=61 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16103 x=330 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16104 x=461 y=62 width=61 height=58 xoffset=3 yoffset=24 xadvance=69 page=30 chnl=15 -char id=16105 x=938 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16106 x=522 y=469 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16107 x=402 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16108 x=402 y=253 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16109 x=737 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16110 x=536 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16111 x=726 y=536 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=16112 x=402 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16113 x=816 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16114 x=201 y=341 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16115 x=594 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16116 x=455 y=195 width=61 height=61 xoffset=3 yoffset=24 xadvance=69 page=26 chnl=15 -char id=16117 x=536 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16118 x=396 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16119 x=612 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16120 x=335 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16121 x=871 y=127 width=63 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=16122 x=908 y=64 width=64 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=16123 x=952 y=68 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16124 x=260 y=695 width=61 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16125 x=264 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16126 x=330 y=0 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=16127 x=462 y=960 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16128 x=938 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16129 x=402 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16130 x=631 y=650 width=59 height=61 xoffset=4 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16131 x=340 y=603 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=16132 x=737 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16133 x=536 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16134 x=871 y=396 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=15 chnl=15 -char id=16135 x=455 y=402 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16136 x=670 y=253 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16137 x=476 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16138 x=726 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16139 x=272 y=858 width=64 height=62 xoffset=3 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16140 x=469 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16141 x=544 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16142 x=201 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16143 x=0 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16144 x=816 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16145 x=748 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16146 x=740 y=845 width=64 height=60 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16147 x=200 y=816 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16148 x=134 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16149 x=792 y=528 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16150 x=670 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16151 x=198 y=62 width=62 height=58 xoffset=3 yoffset=25 xadvance=69 page=30 chnl=15 -char id=16152 x=845 y=195 width=61 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16153 x=455 y=792 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16154 x=680 y=737 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16155 x=938 y=448 width=63 height=60 xoffset=2 yoffset=25 xadvance=69 page=27 chnl=15 -char id=16156 x=0 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16157 x=726 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16158 x=66 y=443 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16159 x=63 y=198 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16160 x=327 y=469 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16161 x=670 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16162 x=837 y=757 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16163 x=396 y=379 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16164 x=910 y=660 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16165 x=536 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16166 x=462 y=780 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=16167 x=658 y=0 width=61 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16168 x=469 y=858 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=14 chnl=15 -char id=16169 x=335 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16170 x=408 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16171 x=871 y=256 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16172 x=198 y=715 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16173 x=195 y=594 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16174 x=462 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16175 x=0 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16176 x=660 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16177 x=384 y=198 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16178 x=469 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16179 x=737 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16180 x=260 y=758 width=61 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16181 x=804 y=130 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=16182 x=0 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16183 x=396 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16184 x=884 y=871 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16185 x=402 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16186 x=737 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16187 x=845 y=858 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16188 x=228 y=64 width=64 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16189 x=660 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16190 x=680 y=66 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16191 x=264 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16192 x=737 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16193 x=737 y=854 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=16194 x=938 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16195 x=603 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16196 x=330 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16197 x=335 y=790 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=16198 x=780 y=0 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16199 x=189 y=715 width=59 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=16200 x=780 y=325 width=61 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16201 x=320 y=520 width=60 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=16202 x=402 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16203 x=260 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16204 x=66 y=576 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16205 x=402 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16206 x=726 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16207 x=792 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16208 x=536 y=268 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16209 x=469 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16210 x=871 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16211 x=66 y=330 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=19 chnl=15 -char id=16212 x=594 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16213 x=721 y=871 width=54 height=63 xoffset=8 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16214 x=366 y=528 width=57 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16215 x=0 y=396 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16216 x=899 y=680 width=60 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16217 x=780 y=536 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16218 x=896 y=512 width=60 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16219 x=806 y=396 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16220 x=792 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16221 x=868 y=396 width=58 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16222 x=965 y=757 width=53 height=59 xoffset=7 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16223 x=128 y=462 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16224 x=910 y=536 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=9 chnl=15 -char id=16225 x=576 y=0 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16226 x=0 y=603 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16227 x=195 y=792 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16228 x=378 y=330 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16229 x=715 y=65 width=61 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16230 x=264 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16231 x=329 y=330 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16232 x=384 y=512 width=60 height=60 xoffset=5 yoffset=22 xadvance=69 page=28 chnl=15 -char id=16233 x=260 y=476 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16234 x=520 y=192 width=61 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16235 x=960 y=536 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16236 x=130 y=632 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16237 x=768 y=820 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16238 x=576 y=512 width=60 height=60 xoffset=3 yoffset=23 xadvance=69 page=28 chnl=15 -char id=16239 x=0 y=816 width=58 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16240 x=204 y=660 width=64 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=16241 x=0 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16242 x=268 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16243 x=938 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16244 x=335 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16245 x=67 y=132 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16246 x=804 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16247 x=871 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16248 x=528 y=68 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16249 x=938 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16250 x=603 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16251 x=67 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16252 x=201 y=681 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16253 x=264 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16254 x=132 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16255 x=536 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16256 x=462 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16257 x=670 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16258 x=726 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16259 x=858 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16260 x=737 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16261 x=924 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16262 x=871 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16263 x=0 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16264 x=134 y=410 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16265 x=871 y=340 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16266 x=67 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16267 x=670 y=737 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16268 x=871 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16269 x=134 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16270 x=871 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16271 x=792 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16272 x=264 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16273 x=804 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16274 x=66 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16275 x=134 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16276 x=469 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16277 x=462 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16278 x=201 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16279 x=272 y=134 width=64 height=63 xoffset=1 yoffset=22 xadvance=69 page=3 chnl=15 -char id=16280 x=804 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16281 x=726 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16282 x=0 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16283 x=536 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16284 x=871 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16285 x=134 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16286 x=670 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16287 x=66 y=68 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16288 x=858 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16289 x=0 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16290 x=132 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16291 x=402 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=16292 x=462 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16293 x=804 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16294 x=924 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16295 x=804 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16296 x=335 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16297 x=0 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16298 x=396 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16299 x=780 y=670 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16300 x=528 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16301 x=134 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16302 x=268 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16303 x=544 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16304 x=726 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16305 x=68 y=264 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16306 x=134 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16307 x=396 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16308 x=268 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16309 x=396 y=871 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16310 x=858 y=871 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=16311 x=660 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16312 x=726 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16313 x=67 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=16314 x=804 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16315 x=552 y=938 width=65 height=62 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16316 x=603 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16317 x=402 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16318 x=268 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16319 x=335 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16320 x=792 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16321 x=660 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16322 x=340 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16323 x=528 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16324 x=268 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16325 x=804 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16326 x=66 y=136 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16327 x=469 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16328 x=536 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16329 x=938 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16330 x=469 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16331 x=201 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16332 x=680 y=804 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16333 x=871 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16334 x=402 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=16335 x=594 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16336 x=603 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16337 x=396 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16338 x=198 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16339 x=804 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16340 x=0 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16341 x=924 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16342 x=938 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16343 x=816 y=204 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16344 x=268 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16345 x=134 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16346 x=528 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16347 x=737 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16348 x=536 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16349 x=729 y=528 width=56 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16350 x=832 y=585 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=16351 x=545 y=871 width=56 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16352 x=832 y=396 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16353 x=195 y=804 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16354 x=58 y=64 width=53 height=60 xoffset=7 yoffset=24 xadvance=69 page=29 chnl=15 -char id=16355 x=441 y=264 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16356 x=0 y=462 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16357 x=0 y=198 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16358 x=804 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16359 x=0 y=528 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16360 x=64 y=528 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16361 x=384 y=201 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16362 x=402 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16363 x=455 y=804 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16364 x=469 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16365 x=402 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16366 x=952 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16367 x=536 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16368 x=268 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16369 x=330 y=340 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16370 x=0 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16371 x=946 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16372 x=476 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16373 x=476 y=950 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=16374 x=745 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16375 x=678 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16376 x=408 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16377 x=340 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16378 x=871 y=330 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16379 x=330 y=62 width=62 height=58 xoffset=2 yoffset=24 xadvance=69 page=30 chnl=15 -char id=16380 x=528 y=0 width=63 height=58 xoffset=2 yoffset=25 xadvance=69 page=30 chnl=15 -char id=16381 x=134 y=254 width=63 height=59 xoffset=3 yoffset=22 xadvance=69 page=29 chnl=15 -char id=16382 x=768 y=585 width=60 height=61 xoffset=4 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16383 x=576 y=186 width=62 height=57 xoffset=3 yoffset=24 xadvance=69 page=30 chnl=15 -char id=16384 x=260 y=632 width=61 height=59 xoffset=3 yoffset=23 xadvance=69 page=29 chnl=15 -char id=16385 x=938 y=325 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16386 x=132 y=896 width=62 height=60 xoffset=3 yoffset=21 xadvance=69 page=27 chnl=15 -char id=16387 x=660 y=505 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=16388 x=67 y=390 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=16389 x=390 y=260 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16390 x=660 y=132 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=16391 x=792 y=832 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=16392 x=861 y=0 width=62 height=58 xoffset=3 yoffset=24 xadvance=69 page=30 chnl=15 -char id=16393 x=67 y=192 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=16394 x=715 y=631 width=61 height=59 xoffset=3 yoffset=23 xadvance=69 page=29 chnl=15 -char id=16395 x=264 y=520 width=62 height=61 xoffset=3 yoffset=21 xadvance=69 page=25 chnl=15 -char id=16396 x=132 y=520 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16397 x=528 y=132 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=19 chnl=15 -char id=16398 x=591 y=62 width=61 height=58 xoffset=4 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16399 x=910 y=660 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16400 x=0 y=780 width=58 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16401 x=656 y=62 width=61 height=58 xoffset=4 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16402 x=384 y=520 width=60 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16403 x=704 y=66 width=60 height=62 xoffset=6 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16404 x=761 y=124 width=58 height=58 xoffset=5 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16405 x=739 y=832 width=57 height=60 xoffset=4 yoffset=23 xadvance=69 page=28 chnl=15 -char id=16406 x=526 y=62 width=61 height=58 xoffset=5 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16407 x=780 y=804 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=16408 x=960 y=820 width=60 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16409 x=630 y=715 width=58 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16410 x=782 y=896 width=56 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16411 x=640 y=462 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16412 x=485 y=871 width=56 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16413 x=768 y=576 width=60 height=60 xoffset=5 yoffset=23 xadvance=69 page=28 chnl=15 -char id=16414 x=192 y=396 width=60 height=62 xoffset=6 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16415 x=768 y=396 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16416 x=732 y=946 width=56 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16417 x=434 y=804 width=58 height=63 xoffset=7 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16418 x=882 y=132 width=59 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16419 x=960 y=792 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16420 x=396 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16421 x=768 y=198 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16422 x=256 y=0 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16423 x=384 y=858 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16424 x=384 y=594 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16425 x=520 y=858 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16426 x=64 y=132 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16427 x=929 y=396 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16428 x=896 y=390 width=60 height=61 xoffset=6 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16429 x=832 y=264 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16430 x=512 y=396 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16431 x=577 y=924 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16432 x=0 y=924 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16433 x=195 y=924 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16434 x=448 y=134 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16435 x=715 y=132 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16436 x=707 y=186 width=60 height=57 xoffset=5 yoffset=25 xadvance=69 page=30 chnl=15 -char id=16437 x=650 y=612 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16438 x=573 y=748 width=59 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16439 x=756 y=670 width=59 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16440 x=130 y=871 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16441 x=390 y=726 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16442 x=335 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16443 x=585 y=264 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16444 x=756 y=704 width=59 height=60 xoffset=5 yoffset=25 xadvance=69 page=28 chnl=15 -char id=16445 x=390 y=462 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16446 x=594 y=780 width=62 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=16447 x=64 y=0 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16448 x=455 y=130 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16449 x=832 y=67 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16450 x=564 y=768 width=58 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16451 x=640 y=67 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16452 x=448 y=67 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16453 x=0 y=125 width=60 height=58 xoffset=5 yoffset=24 xadvance=69 page=30 chnl=15 -char id=16454 x=504 y=670 width=59 height=63 xoffset=6 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16455 x=585 y=871 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16456 x=670 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16457 x=910 y=544 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16458 x=64 y=576 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16459 x=129 y=924 width=60 height=62 xoffset=6 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16460 x=378 y=768 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16461 x=780 y=792 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16462 x=650 y=871 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16463 x=256 y=640 width=59 height=60 xoffset=6 yoffset=25 xadvance=69 page=28 chnl=15 -char id=16464 x=780 y=871 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=9 chnl=15 -char id=16465 x=768 y=512 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16466 x=945 y=704 width=59 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16467 x=715 y=325 width=61 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16468 x=128 y=67 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16469 x=256 y=390 width=60 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=16470 x=126 y=264 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16471 x=567 y=264 width=59 height=62 xoffset=5 yoffset=21 xadvance=69 page=24 chnl=15 -char id=16472 x=896 y=0 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16473 x=189 y=704 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16474 x=715 y=192 width=61 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16475 x=130 y=938 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16476 x=65 y=594 width=61 height=62 xoffset=4 yoffset=23 xadvance=69 page=21 chnl=15 -char id=16477 x=845 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16478 x=252 y=670 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16479 x=640 y=455 width=60 height=61 xoffset=5 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16480 x=819 y=330 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16481 x=812 y=768 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16482 x=260 y=660 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16483 x=260 y=938 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=16484 x=749 y=737 width=58 height=63 xoffset=6 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16485 x=64 y=125 width=60 height=58 xoffset=5 yoffset=24 xadvance=69 page=30 chnl=15 -char id=16486 x=325 y=938 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16487 x=832 y=0 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16488 x=512 y=132 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16489 x=910 y=726 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16490 x=128 y=0 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16491 x=64 y=884 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16492 x=625 y=737 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16493 x=320 y=0 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16494 x=128 y=576 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16495 x=780 y=938 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16496 x=630 y=704 width=59 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16497 x=845 y=938 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16498 x=128 y=821 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16499 x=455 y=737 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=16500 x=820 y=650 width=59 height=61 xoffset=5 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16501 x=853 y=0 width=61 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16502 x=192 y=0 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16503 x=439 y=737 width=58 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16504 x=0 y=737 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=16505 x=896 y=528 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16506 x=693 y=704 width=59 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16507 x=845 y=670 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16508 x=256 y=124 width=60 height=58 xoffset=5 yoffset=24 xadvance=69 page=30 chnl=15 -char id=16509 x=780 y=670 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=16510 x=715 y=670 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=16511 x=201 y=66 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16512 x=0 y=268 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16513 x=0 y=603 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16514 x=0 y=650 width=60 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16515 x=576 y=469 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16516 x=788 y=0 width=61 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16517 x=896 y=536 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16518 x=396 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16519 x=858 y=768 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16520 x=737 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16521 x=268 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=16522 x=67 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16523 x=858 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16524 x=952 y=871 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16525 x=128 y=845 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=16526 x=69 y=938 width=65 height=62 xoffset=1 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16527 x=390 y=132 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16528 x=130 y=0 width=61 height=61 xoffset=2 yoffset=22 xadvance=69 page=26 chnl=15 -char id=16529 x=670 y=130 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16530 x=264 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16531 x=469 y=67 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16532 x=804 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16533 x=0 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16534 x=576 y=820 width=60 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16535 x=960 y=448 width=60 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=16536 x=461 y=0 width=63 height=58 xoffset=2 yoffset=26 xadvance=69 page=30 chnl=15 -char id=16537 x=603 y=253 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16538 x=430 y=594 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=16539 x=603 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16540 x=268 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16541 x=201 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16542 x=792 y=379 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16543 x=650 y=198 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16544 x=330 y=585 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16545 x=469 y=253 width=63 height=59 xoffset=2 yoffset=23 xadvance=69 page=29 chnl=15 -char id=16546 x=0 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16547 x=134 y=260 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16548 x=737 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16549 x=612 y=659 width=64 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=16550 x=67 y=66 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16551 x=0 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16552 x=938 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16553 x=390 y=64 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16554 x=408 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16555 x=204 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16556 x=950 y=724 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=16557 x=544 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=16558 x=910 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16559 x=134 y=790 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16560 x=704 y=390 width=60 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=16561 x=198 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16562 x=402 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16563 x=201 y=128 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=16564 x=264 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16565 x=938 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16566 x=768 y=536 width=60 height=63 xoffset=3 yoffset=22 xadvance=69 page=11 chnl=15 -char id=16567 x=536 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=16568 x=136 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16569 x=871 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16570 x=670 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16571 x=944 y=845 width=64 height=60 xoffset=2 yoffset=25 xadvance=69 page=26 chnl=15 -char id=16572 x=201 y=924 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=16 chnl=15 -char id=16573 x=722 y=408 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16574 x=68 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=16575 x=612 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16576 x=871 y=919 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=16577 x=193 y=0 width=63 height=58 xoffset=2 yoffset=25 xadvance=69 page=30 chnl=15 -char id=16578 x=201 y=254 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16579 x=448 y=512 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16580 x=737 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16581 x=134 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=16582 x=408 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16583 x=910 y=792 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16584 x=201 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16585 x=201 y=455 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=16586 x=0 y=256 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=16587 x=476 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16588 x=174 y=186 width=63 height=57 xoffset=2 yoffset=25 xadvance=69 page=30 chnl=15 -char id=16589 x=340 y=396 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16590 x=871 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=16591 x=804 y=190 width=63 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=16592 x=938 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16593 x=0 y=268 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=16594 x=264 y=443 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16595 x=594 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16596 x=130 y=201 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16597 x=320 y=198 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16598 x=536 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=16599 x=594 y=910 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=16600 x=704 y=64 width=64 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=16601 x=884 y=737 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16602 x=884 y=804 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=16603 x=268 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16604 x=594 y=792 width=62 height=62 xoffset=2 yoffset=23 xadvance=69 page=19 chnl=15 -char id=16605 x=476 y=871 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=16606 x=469 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16607 x=136 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16608 x=612 y=938 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=16609 x=871 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16610 x=952 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16611 x=660 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16612 x=528 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16613 x=67 y=792 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=16 chnl=15 -char id=16614 x=66 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16615 x=396 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16616 x=470 y=0 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16617 x=268 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=16618 x=726 y=845 width=62 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=16619 x=67 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16620 x=204 y=134 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=16621 x=268 y=0 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16622 x=804 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=16623 x=670 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=16624 x=272 y=871 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16625 x=748 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16626 x=0 y=128 width=63 height=59 xoffset=2 yoffset=22 xadvance=69 page=29 chnl=15 -char id=16627 x=272 y=938 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=16628 x=201 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=16629 x=476 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16630 x=938 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=16631 x=340 y=804 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16632 x=68 y=883 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=16633 x=130 y=192 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16634 x=204 y=883 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16635 x=390 y=192 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=16636 x=792 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16637 x=68 y=950 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=16638 x=201 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=16639 x=408 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16640 x=204 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16641 x=67 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16642 x=462 y=924 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16643 x=340 y=268 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16644 x=384 y=132 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16645 x=469 y=804 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16646 x=536 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16647 x=536 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=16648 x=603 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16649 x=670 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=16650 x=594 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16651 x=528 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16652 x=804 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16653 x=0 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16654 x=938 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16655 x=476 y=335 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=16656 x=330 y=845 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16657 x=469 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16658 x=68 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16659 x=67 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16660 x=448 y=396 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16661 x=134 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16662 x=952 y=204 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16663 x=832 y=462 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16664 x=264 y=272 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16665 x=201 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16666 x=924 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16667 x=670 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16668 x=650 y=201 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16669 x=0 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16670 x=402 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16671 x=65 y=462 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16672 x=66 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16673 x=462 y=201 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16674 x=804 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=16675 x=938 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=16676 x=134 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16677 x=66 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16678 x=924 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16679 x=594 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16680 x=536 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16681 x=804 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16682 x=910 y=198 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16683 x=335 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16684 x=402 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16685 x=469 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16686 x=952 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16687 x=670 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16688 x=469 y=325 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=16689 x=0 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16690 x=0 y=536 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16691 x=804 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16692 x=320 y=462 width=60 height=62 xoffset=2 yoffset=23 xadvance=69 page=23 chnl=15 -char id=16693 x=871 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16694 x=871 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16695 x=66 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16696 x=512 y=330 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16697 x=884 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16698 x=816 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16699 x=938 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16700 x=198 y=924 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16701 x=528 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16702 x=748 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16703 x=0 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16704 x=130 y=594 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16705 x=660 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16706 x=603 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16707 x=264 y=715 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=16708 x=335 y=612 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16709 x=67 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16710 x=680 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16711 x=603 y=316 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=16712 x=134 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16713 x=201 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16714 x=804 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16715 x=871 y=402 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16716 x=845 y=528 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16717 x=748 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=16718 x=612 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16719 x=603 y=390 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=16720 x=680 y=659 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=16721 x=402 y=198 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16722 x=469 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16723 x=0 y=134 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=16724 x=536 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16725 x=603 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16726 x=136 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=16727 x=544 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16728 x=476 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16729 x=804 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16730 x=136 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16731 x=320 y=858 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16732 x=469 y=919 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=16733 x=938 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16734 x=726 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16735 x=768 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16736 x=816 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16737 x=408 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=16738 x=960 y=396 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=16739 x=335 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16740 x=201 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16741 x=660 y=650 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=16742 x=264 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16743 x=536 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16744 x=268 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16745 x=335 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16746 x=402 y=737 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=16747 x=469 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=16748 x=476 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16749 x=792 y=272 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16750 x=816 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16751 x=469 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16752 x=340 y=198 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16753 x=134 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=16754 x=536 y=264 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16755 x=528 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16756 x=264 y=67 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=16757 x=272 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16758 x=804 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16759 x=204 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16760 x=330 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16761 x=201 y=613 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16762 x=792 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16763 x=132 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16764 x=871 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16765 x=66 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16766 x=938 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16767 x=136 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16768 x=0 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16769 x=462 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16770 x=272 y=272 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16771 x=66 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16772 x=528 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=16773 x=737 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=16774 x=952 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16775 x=748 y=134 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=16776 x=816 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16777 x=268 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16778 x=402 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16779 x=603 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16780 x=670 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16781 x=748 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16782 x=544 y=132 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=16783 x=536 y=737 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=16784 x=726 y=136 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16785 x=930 y=804 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16786 x=66 y=67 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=16787 x=0 y=938 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16788 x=868 y=804 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16789 x=0 y=335 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16790 x=960 y=871 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16791 x=806 y=804 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16792 x=744 y=804 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16793 x=448 y=390 width=60 height=61 xoffset=4 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16794 x=620 y=804 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16795 x=512 y=0 width=60 height=62 xoffset=5 yoffset=21 xadvance=69 page=24 chnl=15 -char id=16796 x=252 y=737 width=59 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16797 x=192 y=455 width=60 height=61 xoffset=4 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16798 x=0 y=896 width=57 height=60 xoffset=5 yoffset=22 xadvance=69 page=28 chnl=15 -char id=16799 x=737 y=402 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=16800 x=124 y=780 width=58 height=61 xoffset=5 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16801 x=310 y=804 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16802 x=528 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16803 x=594 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16804 x=320 y=871 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16805 x=512 y=469 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16806 x=189 y=670 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16807 x=384 y=469 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16808 x=792 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16809 x=396 y=201 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16810 x=660 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16811 x=462 y=66 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=16812 x=126 y=737 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16813 x=462 y=136 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16814 x=888 y=748 width=59 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16815 x=63 y=737 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16816 x=310 y=780 width=58 height=61 xoffset=5 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16817 x=585 y=335 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16818 x=192 y=469 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16819 x=198 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16820 x=910 y=268 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16821 x=563 y=737 width=58 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16822 x=128 y=469 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16823 x=882 y=670 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16824 x=804 y=462 width=63 height=62 xoffset=3 yoffset=21 xadvance=69 page=14 chnl=15 -char id=16825 x=640 y=330 width=60 height=62 xoffset=4 yoffset=21 xadvance=69 page=23 chnl=15 -char id=16826 x=462 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16827 x=737 y=884 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16828 x=670 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16829 x=198 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16830 x=715 y=660 width=61 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=16831 x=804 y=594 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16832 x=260 y=67 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16833 x=858 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16834 x=896 y=938 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16835 x=0 y=780 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=16836 x=726 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16837 x=67 y=660 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16838 x=66 y=726 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16839 x=871 y=469 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=16840 x=402 y=316 width=63 height=59 xoffset=3 yoffset=22 xadvance=69 page=29 chnl=15 -char id=16841 x=858 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16842 x=536 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16843 x=268 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16844 x=462 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16845 x=335 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=16846 x=858 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16847 x=726 y=737 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16848 x=132 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16849 x=257 y=924 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=16850 x=726 y=858 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=18 chnl=15 -char id=16851 x=520 y=325 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=16852 x=67 y=616 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16853 x=396 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16854 x=330 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16855 x=858 y=792 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=18 chnl=15 -char id=16856 x=455 y=325 width=61 height=61 xoffset=2 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16857 x=390 y=603 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16858 x=0 y=603 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16859 x=198 y=780 width=62 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=16860 x=264 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16861 x=66 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16862 x=390 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16863 x=528 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16864 x=65 y=325 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16865 x=715 y=469 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16866 x=264 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16867 x=670 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16868 x=455 y=469 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16869 x=462 y=585 width=62 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=16870 x=469 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16871 x=845 y=402 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16872 x=737 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16873 x=660 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16874 x=390 y=0 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16875 x=65 y=0 width=61 height=61 xoffset=2 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16876 x=816 y=68 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16877 x=924 y=520 width=62 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=16878 x=469 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16879 x=780 y=335 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16880 x=528 y=660 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=16881 x=132 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16882 x=335 y=335 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16883 x=268 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16884 x=780 y=268 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16885 x=0 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16886 x=65 y=594 width=61 height=62 xoffset=3 yoffset=21 xadvance=69 page=22 chnl=15 -char id=16887 x=858 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16888 x=325 y=0 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16889 x=726 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16890 x=260 y=0 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16891 x=594 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16892 x=792 y=780 width=62 height=61 xoffset=3 yoffset=21 xadvance=69 page=25 chnl=15 -char id=16893 x=845 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16894 x=396 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16895 x=201 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=16896 x=585 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16897 x=204 y=871 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16898 x=130 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16899 x=130 y=469 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16900 x=660 y=402 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16901 x=528 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16902 x=462 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16903 x=198 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16904 x=924 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16905 x=726 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16906 x=462 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16907 x=660 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16908 x=594 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16909 x=323 y=680 width=60 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16910 x=938 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16911 x=520 y=134 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16912 x=670 y=134 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16913 x=726 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16914 x=130 y=134 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16915 x=65 y=134 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16916 x=804 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16917 x=924 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16918 x=132 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16919 x=536 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16920 x=585 y=67 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16921 x=797 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=16922 x=66 y=528 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=16923 x=938 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16924 x=726 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=16925 x=130 y=67 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16926 x=65 y=67 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16927 x=0 y=67 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16928 x=264 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16929 x=858 y=396 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=19 chnl=15 -char id=16930 x=198 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16931 x=469 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16932 x=132 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16933 x=66 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16934 x=924 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16935 x=462 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16936 x=726 y=938 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16937 x=924 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16938 x=845 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16939 x=130 y=603 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16940 x=195 y=603 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16941 x=396 y=408 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16942 x=924 y=871 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16943 x=670 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16944 x=585 y=603 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16945 x=910 y=603 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16946 x=0 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16947 x=715 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16948 x=66 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16949 x=0 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16950 x=871 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16951 x=660 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=16952 x=134 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=16953 x=260 y=737 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16954 x=804 y=340 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16955 x=780 y=737 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16956 x=260 y=804 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16957 x=715 y=195 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=16958 x=910 y=804 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16959 x=0 y=871 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16960 x=390 y=871 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16961 x=67 y=820 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16962 x=455 y=871 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16963 x=198 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16964 x=469 y=603 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16965 x=670 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16966 x=65 y=938 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16967 x=715 y=938 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16968 x=924 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16969 x=0 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16970 x=134 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=16971 x=520 y=335 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16972 x=792 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16973 x=455 y=335 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16974 x=330 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16975 x=924 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16976 x=325 y=335 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16977 x=726 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16978 x=67 y=548 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16979 x=680 y=268 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=16980 x=938 y=408 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16981 x=260 y=268 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16982 x=0 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16983 x=264 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16984 x=792 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16985 x=0 y=268 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16986 x=660 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16987 x=594 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16988 x=594 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=16989 x=640 y=402 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=16990 x=780 y=660 width=61 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=16991 x=402 y=340 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16992 x=947 y=272 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=16993 x=130 y=792 width=61 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=16994 x=715 y=201 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=16995 x=325 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=16996 x=0 y=0 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=16997 x=924 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16998 x=858 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=16999 x=640 y=66 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17000 x=670 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17001 x=792 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17002 x=576 y=402 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17003 x=462 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17004 x=536 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17005 x=396 y=335 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17006 x=910 y=938 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17007 x=0 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17008 x=520 y=938 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17009 x=132 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17010 x=195 y=938 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17011 x=871 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17012 x=268 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17013 x=469 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17014 x=0 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17015 x=67 y=344 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17016 x=910 y=871 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17017 x=130 y=792 width=61 height=62 xoffset=3 yoffset=21 xadvance=69 page=22 chnl=15 -char id=17018 x=335 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17019 x=476 y=536 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=17020 x=0 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17021 x=201 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17022 x=660 y=268 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17023 x=0 y=858 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17024 x=396 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17025 x=544 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17026 x=871 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17027 x=0 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17028 x=134 y=855 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=17029 x=390 y=804 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17030 x=0 y=737 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=17031 x=804 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17032 x=737 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17033 x=272 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17034 x=938 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17035 x=871 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17036 x=407 y=816 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17037 x=268 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17038 x=670 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17039 x=544 y=335 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=17040 x=469 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17041 x=603 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17042 x=0 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17043 x=748 y=268 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=17044 x=408 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17045 x=603 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17046 x=396 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17047 x=67 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17048 x=705 y=924 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17049 x=872 y=0 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17050 x=134 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17051 x=67 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17052 x=536 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17053 x=340 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17054 x=715 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17055 x=528 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17056 x=68 y=0 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17057 x=462 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17058 x=67 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17059 x=67 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17060 x=201 y=528 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17061 x=67 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17062 x=0 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17063 x=871 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17064 x=670 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17065 x=603 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17066 x=330 y=201 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17067 x=402 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17068 x=520 y=260 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=17069 x=201 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17070 x=67 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17071 x=603 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17072 x=469 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17073 x=272 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17074 x=670 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17075 x=134 y=469 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17076 x=0 y=752 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17077 x=134 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17078 x=67 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17079 x=594 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17080 x=938 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17081 x=871 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17082 x=536 y=325 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17083 x=469 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17084 x=335 y=325 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17085 x=0 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17086 x=536 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17087 x=134 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17088 x=396 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17089 x=816 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17090 x=204 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17091 x=603 y=789 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17092 x=960 y=660 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17093 x=469 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17094 x=198 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17095 x=335 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17096 x=330 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17097 x=402 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17098 x=67 y=195 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17099 x=198 y=68 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17100 x=264 y=198 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=20 chnl=15 -char id=17101 x=402 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17102 x=536 y=854 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17103 x=132 y=201 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17104 x=136 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17105 x=938 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17106 x=462 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17107 x=264 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17108 x=924 y=792 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=17109 x=264 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17110 x=272 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17111 x=858 y=726 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=19 chnl=15 -char id=17112 x=748 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17113 x=201 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17114 x=585 y=804 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17115 x=680 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17116 x=0 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17117 x=201 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17118 x=520 y=396 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17119 x=293 y=594 width=65 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17120 x=132 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17121 x=670 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17122 x=520 y=804 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17123 x=612 y=528 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17124 x=320 y=264 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17125 x=0 y=65 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17126 x=603 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17127 x=536 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17128 x=402 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17129 x=726 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17130 x=67 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17131 x=0 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17132 x=871 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17133 x=469 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17134 x=544 y=528 width=64 height=62 xoffset=2 yoffset=21 xadvance=69 page=13 chnl=15 -char id=17135 x=924 y=201 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17136 x=340 y=909 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17137 x=340 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17138 x=469 y=0 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17139 x=330 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17140 x=272 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17141 x=845 y=396 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17142 x=67 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=17143 x=536 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17144 x=66 y=272 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17145 x=198 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17146 x=402 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17147 x=67 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17148 x=536 y=390 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17149 x=402 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17150 x=201 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17151 x=67 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17152 x=68 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17153 x=938 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=17154 x=201 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17155 x=325 y=330 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17156 x=938 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17157 x=134 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17158 x=952 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17159 x=0 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17160 x=585 y=132 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17161 x=528 y=650 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17162 x=462 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17163 x=804 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17164 x=0 y=804 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17165 x=731 y=455 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17166 x=768 y=335 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17167 x=603 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17168 x=748 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17169 x=201 y=195 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17170 x=612 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17171 x=737 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17172 x=264 y=330 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=19 chnl=15 -char id=17173 x=680 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17174 x=612 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17175 x=134 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17176 x=780 y=330 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17177 x=68 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17178 x=402 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17179 x=268 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17180 x=201 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17181 x=952 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17182 x=884 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17183 x=396 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17184 x=402 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17185 x=871 y=325 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17186 x=134 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17187 x=198 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17188 x=134 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17189 x=469 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17190 x=325 y=66 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17191 x=938 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17192 x=816 y=724 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17193 x=804 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17194 x=260 y=737 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17195 x=816 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17196 x=680 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17197 x=952 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17198 x=198 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17199 x=536 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17200 x=268 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17201 x=335 y=340 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17202 x=198 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17203 x=340 y=724 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17204 x=136 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17205 x=130 y=737 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17206 x=792 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17207 x=504 y=132 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17208 x=924 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17209 x=650 y=264 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17210 x=737 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17211 x=585 y=66 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17212 x=469 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17213 x=544 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17214 x=594 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17215 x=132 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17216 x=269 y=0 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=17217 x=134 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17218 x=201 y=726 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=13 chnl=15 -char id=17219 x=65 y=737 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17220 x=0 y=268 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17221 x=223 y=0 width=65 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17222 x=536 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17223 x=68 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17224 x=469 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17225 x=136 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17226 x=204 y=272 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17227 x=469 y=390 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=17228 x=136 y=273 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17229 x=66 y=469 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=17230 x=871 y=884 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17231 x=0 y=0 width=53 height=59 xoffset=7 yoffset=25 xadvance=69 page=30 chnl=15 -char id=17232 x=443 y=884 width=59 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=17233 x=128 y=884 width=59 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=17234 x=924 y=960 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17235 x=384 y=448 width=60 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17236 x=0 y=384 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17237 x=963 y=384 width=57 height=60 xoffset=7 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17238 x=509 y=186 width=63 height=57 xoffset=3 yoffset=25 xadvance=69 page=30 chnl=15 -char id=17239 x=835 y=384 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17240 x=0 y=0 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17241 x=0 y=192 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17242 x=118 y=0 width=55 height=60 xoffset=9 yoffset=24 xadvance=69 page=29 chnl=15 -char id=17243 x=172 y=64 width=52 height=60 xoffset=7 yoffset=24 xadvance=69 page=29 chnl=15 -char id=17244 x=896 y=448 width=60 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17245 x=455 y=128 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17246 x=715 y=694 width=61 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=17247 x=726 y=640 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17248 x=362 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17249 x=924 y=704 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17250 x=780 y=256 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17251 x=861 y=832 width=57 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17252 x=448 y=455 width=60 height=61 xoffset=4 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17253 x=132 y=704 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17254 x=65 y=256 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17255 x=737 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17256 x=871 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17257 x=335 y=884 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17258 x=0 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17259 x=335 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17260 x=330 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17261 x=402 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17262 x=201 y=134 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17263 x=66 y=402 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=17264 x=189 y=264 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17265 x=0 y=67 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17266 x=726 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17267 x=201 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17268 x=268 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17269 x=726 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17270 x=469 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17271 x=462 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17272 x=134 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=17273 x=0 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17274 x=132 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17275 x=603 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=17276 x=264 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17277 x=268 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17278 x=390 y=256 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17279 x=645 y=757 width=60 height=59 xoffset=4 yoffset=24 xadvance=69 page=29 chnl=15 -char id=17280 x=335 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=17281 x=448 y=520 width=60 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=17282 x=335 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17283 x=693 y=132 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17284 x=128 y=448 width=60 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17285 x=789 y=528 width=56 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17286 x=884 y=659 width=64 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=17287 x=325 y=660 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17288 x=204 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17289 x=330 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17290 x=704 y=268 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17291 x=128 y=66 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17292 x=135 y=0 width=63 height=60 xoffset=2 yoffset=25 xadvance=69 page=27 chnl=15 -char id=17293 x=469 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17294 x=468 y=845 width=64 height=60 xoffset=2 yoffset=25 xadvance=69 page=26 chnl=15 -char id=17295 x=640 y=201 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17296 x=384 y=0 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17297 x=196 y=845 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17298 x=603 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17299 x=670 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17300 x=0 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17301 x=0 y=335 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17302 x=61 y=528 width=57 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17303 x=650 y=528 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17304 x=640 y=198 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17305 x=699 y=748 width=59 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17306 x=680 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17307 x=858 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17308 x=136 y=924 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17309 x=660 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17310 x=65 y=528 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17311 x=660 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17312 x=396 y=585 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17313 x=0 y=128 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17314 x=402 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=17315 x=680 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17316 x=599 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17317 x=612 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17318 x=804 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=17319 x=469 y=612 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17320 x=952 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17321 x=611 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17322 x=0 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17323 x=544 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17324 x=396 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17325 x=330 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17326 x=65 y=804 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17327 x=408 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17328 x=67 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17329 x=804 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17330 x=792 y=960 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17331 x=960 y=585 width=60 height=61 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17332 x=670 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=17333 x=603 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17334 x=896 y=335 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17335 x=871 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17336 x=528 y=832 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17337 x=330 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17338 x=585 y=0 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17339 x=768 y=390 width=60 height=61 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17340 x=469 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17341 x=603 y=134 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=17342 x=816 y=268 width=64 height=63 xoffset=3 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17343 x=670 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17344 x=455 y=198 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17345 x=396 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17346 x=67 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17347 x=670 y=256 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17348 x=198 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17349 x=737 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17350 x=455 y=603 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=17351 x=594 y=768 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17352 x=737 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17353 x=528 y=576 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17354 x=544 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17355 x=536 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17356 x=924 y=264 width=62 height=62 xoffset=3 yoffset=23 xadvance=69 page=19 chnl=15 -char id=17357 x=605 y=871 width=54 height=63 xoffset=7 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17358 x=952 y=659 width=64 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=17359 x=134 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17360 x=748 y=335 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=17361 x=365 y=871 width=56 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17362 x=938 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17363 x=804 y=448 width=63 height=60 xoffset=2 yoffset=25 xadvance=69 page=27 chnl=15 -char id=17364 x=536 y=448 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17365 x=737 y=253 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=17366 x=126 y=715 width=59 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=17367 x=134 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17368 x=726 y=576 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17369 x=884 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17370 x=603 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17371 x=0 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17372 x=938 y=260 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=17373 x=132 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17374 x=469 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17375 x=603 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17376 x=603 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17377 x=804 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17378 x=264 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17379 x=264 y=0 width=62 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17380 x=259 y=384 width=60 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17381 x=0 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17382 x=134 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17383 x=804 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17384 x=64 y=67 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17385 x=816 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17386 x=268 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17387 x=804 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17388 x=603 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17389 x=469 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17390 x=858 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17391 x=670 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17392 x=672 y=845 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17393 x=396 y=640 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17394 x=858 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17395 x=134 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17396 x=660 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17397 x=938 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17398 x=883 y=724 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=17399 x=670 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17400 x=198 y=960 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17401 x=738 y=0 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17402 x=134 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17403 x=469 y=201 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17404 x=612 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17405 x=335 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17406 x=476 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17407 x=201 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17408 x=536 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17409 x=536 y=845 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17410 x=67 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17411 x=528 y=0 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17412 x=256 y=335 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17413 x=408 y=909 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17414 x=816 y=659 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=17415 x=65 y=792 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17416 x=809 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17417 x=268 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17418 x=469 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17419 x=408 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17420 x=474 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17421 x=335 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17422 x=871 y=65 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=17423 x=340 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17424 x=136 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17425 x=469 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17426 x=0 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17427 x=670 y=789 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=17428 x=871 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17429 x=871 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17430 x=408 y=659 width=64 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=17431 x=938 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17432 x=68 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=17433 x=268 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17434 x=64 y=640 width=60 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17435 x=689 y=938 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=17436 x=335 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17437 x=201 y=737 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17438 x=130 y=64 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17439 x=536 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17440 x=804 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17441 x=134 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17442 x=462 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17443 x=272 y=909 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17444 x=335 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17445 x=340 y=659 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=17446 x=264 y=0 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17447 x=938 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17448 x=726 y=0 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=17449 x=469 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17450 x=325 y=871 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17451 x=952 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17452 x=330 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17453 x=871 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17454 x=660 y=68 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17455 x=476 y=909 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17456 x=884 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17457 x=660 y=871 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17458 x=130 y=256 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17459 x=748 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17460 x=448 y=448 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17461 x=268 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17462 x=670 y=320 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17463 x=132 y=960 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17464 x=737 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17465 x=268 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17466 x=402 y=448 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17467 x=0 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17468 x=66 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17469 x=0 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17470 x=198 y=576 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17471 x=0 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17472 x=134 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17473 x=244 y=871 width=57 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17474 x=804 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17475 x=880 y=272 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17476 x=201 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17477 x=804 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17478 x=544 y=68 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17479 x=737 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17480 x=816 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17481 x=536 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17482 x=402 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17483 x=204 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17484 x=650 y=256 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17485 x=804 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17486 x=340 y=272 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17487 x=201 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17488 x=694 y=650 width=59 height=61 xoffset=6 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17489 x=520 y=0 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17490 x=845 y=192 width=61 height=60 xoffset=3 yoffset=25 xadvance=69 page=28 chnl=15 -char id=17491 x=190 y=650 width=59 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17492 x=126 y=198 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17493 x=264 y=536 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=17494 x=128 y=0 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17495 x=252 y=715 width=59 height=61 xoffset=6 yoffset=23 xadvance=69 page=26 chnl=15 -char id=17496 x=384 y=390 width=60 height=61 xoffset=5 yoffset=21 xadvance=69 page=26 chnl=15 -char id=17497 x=132 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17498 x=192 y=268 width=60 height=63 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=17499 x=134 y=195 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17500 x=264 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17501 x=256 y=512 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17502 x=650 y=128 width=61 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=17503 x=858 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17504 x=792 y=469 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=17505 x=134 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17506 x=0 y=412 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17507 x=462 y=68 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17508 x=884 y=68 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17509 x=660 y=272 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17510 x=325 y=476 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17511 x=871 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=17512 x=603 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17513 x=858 y=272 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17514 x=408 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17515 x=134 y=478 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17516 x=836 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17517 x=603 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17518 x=603 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17519 x=469 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17520 x=670 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17521 x=670 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17522 x=871 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17523 x=469 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=17524 x=134 y=546 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17525 x=650 y=476 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17526 x=469 y=544 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17527 x=195 y=612 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17528 x=132 y=340 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17529 x=340 y=469 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=17530 x=408 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17531 x=737 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17532 x=650 y=858 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17533 x=0 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=17534 x=670 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17535 x=924 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17536 x=528 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17537 x=585 y=792 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17538 x=871 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17539 x=737 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17540 x=330 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17541 x=748 y=68 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17542 x=402 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17543 x=0 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17544 x=67 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17545 x=268 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17546 x=594 y=792 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=18 chnl=15 -char id=17547 x=67 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17548 x=66 y=780 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17549 x=134 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=17550 x=396 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17551 x=704 y=455 width=60 height=61 xoffset=5 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17552 x=0 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17553 x=0 y=990 width=61 height=19 xoffset=3 yoffset=39 xadvance=69 page=13 chnl=15 -char id=17554 x=320 y=455 width=60 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17555 x=64 y=198 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17556 x=0 y=792 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17557 x=455 y=65 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17558 x=260 y=260 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17559 x=130 y=65 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17560 x=910 y=603 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17561 x=253 y=650 width=59 height=61 xoffset=4 yoffset=21 xadvance=69 page=26 chnl=15 -char id=17562 x=882 y=198 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17563 x=384 y=330 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17564 x=256 y=330 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17565 x=402 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17566 x=585 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17567 x=512 y=198 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17568 x=128 y=264 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17569 x=441 y=132 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17570 x=64 y=726 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17571 x=528 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17572 x=960 y=455 width=60 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17573 x=448 y=132 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17574 x=260 y=858 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17575 x=128 y=0 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17576 x=201 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17577 x=330 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17578 x=910 y=594 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17579 x=594 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17580 x=960 y=330 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17581 x=195 y=132 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17582 x=128 y=132 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17583 x=330 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17584 x=254 y=884 width=59 height=59 xoffset=4 yoffset=22 xadvance=69 page=29 chnl=15 -char id=17585 x=737 y=260 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17586 x=260 y=924 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17587 x=670 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17588 x=512 y=66 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17589 x=0 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17590 x=845 y=603 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17591 x=126 y=132 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17592 x=585 y=320 width=61 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=17593 x=462 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17594 x=260 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17595 x=924 y=585 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17596 x=824 y=66 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17597 x=883 y=650 width=59 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17598 x=402 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17599 x=192 y=792 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17600 x=315 y=198 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17601 x=325 y=0 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17602 x=704 y=134 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17603 x=320 y=448 width=60 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=17604 x=585 y=0 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17605 x=576 y=726 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17606 x=65 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17607 x=910 y=0 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17608 x=528 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17609 x=390 y=67 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17610 x=130 y=66 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17611 x=264 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17612 x=576 y=585 width=60 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17613 x=640 y=134 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17614 x=0 y=66 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17615 x=780 y=134 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17616 x=134 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17617 x=835 y=680 width=60 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17618 x=715 y=792 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17619 x=390 y=792 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17620 x=594 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17621 x=335 y=67 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=17622 x=896 y=67 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=17623 x=65 y=260 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=17624 x=260 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17625 x=960 y=264 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17626 x=455 y=132 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17627 x=520 y=264 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17628 x=264 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17629 x=65 y=195 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17630 x=858 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17631 x=780 y=924 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17632 x=330 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17633 x=715 y=264 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17634 x=576 y=0 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17635 x=384 y=528 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17636 x=462 y=910 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17637 x=198 y=340 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17638 x=455 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17639 x=384 y=576 width=60 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=17640 x=950 y=66 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17641 x=792 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17642 x=585 y=198 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17643 x=768 y=264 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17644 x=256 y=132 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17645 x=65 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17646 x=201 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17647 x=195 y=268 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17648 x=455 y=260 width=61 height=61 xoffset=3 yoffset=21 xadvance=69 page=26 chnl=15 -char id=17649 x=726 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17650 x=871 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17651 x=66 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17652 x=670 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=17653 x=640 y=924 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17654 x=520 y=792 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17655 x=396 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17656 x=845 y=660 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17657 x=462 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17658 x=132 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17659 x=66 y=330 width=62 height=62 xoffset=2 yoffset=21 xadvance=69 page=20 chnl=15 -char id=17660 x=932 y=67 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=17661 x=198 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17662 x=448 y=335 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17663 x=65 y=924 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17664 x=734 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17665 x=650 y=132 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17666 x=704 y=528 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17667 x=455 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17668 x=520 y=66 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17669 x=650 y=66 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17670 x=594 y=938 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17671 x=256 y=520 width=60 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17672 x=520 y=268 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17673 x=938 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17674 x=132 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17675 x=198 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17676 x=528 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17677 x=585 y=268 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17678 x=594 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17679 x=67 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=17680 x=528 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17681 x=938 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17682 x=640 y=660 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17683 x=264 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17684 x=330 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17685 x=845 y=792 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17686 x=650 y=268 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17687 x=462 y=938 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17688 x=198 y=845 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17689 x=130 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17690 x=748 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17691 x=198 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17692 x=130 y=544 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17693 x=704 y=67 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17694 x=715 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17695 x=396 y=938 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17696 x=260 y=462 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17697 x=330 y=938 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17698 x=64 y=660 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17699 x=845 y=268 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17700 x=256 y=0 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17701 x=66 y=938 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17702 x=0 y=938 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17703 x=858 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17704 x=325 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17705 x=396 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17706 x=264 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17707 x=396 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17708 x=330 y=871 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17709 x=693 y=264 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17710 x=198 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17711 x=66 y=871 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17712 x=63 y=132 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17713 x=784 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17714 x=134 y=130 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=17715 x=264 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17716 x=330 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17717 x=448 y=330 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17718 x=132 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17719 x=201 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17720 x=670 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17721 x=792 y=0 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17722 x=768 y=792 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17723 x=594 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17724 x=0 y=768 width=62 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=17725 x=650 y=0 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17726 x=910 y=132 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17727 x=401 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17728 x=195 y=402 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17729 x=884 y=858 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17730 x=402 y=0 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=17731 x=325 y=402 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17732 x=594 y=585 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17733 x=201 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17734 x=737 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17735 x=792 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17736 x=134 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17737 x=384 y=462 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17738 x=390 y=924 width=61 height=62 xoffset=3 yoffset=21 xadvance=69 page=21 chnl=15 -char id=17739 x=528 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17740 x=198 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17741 x=924 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17742 x=576 y=134 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=17743 x=704 y=858 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17744 x=792 y=804 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17745 x=715 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17746 x=512 y=134 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17747 x=455 y=462 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17748 x=804 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=17749 x=195 y=396 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17750 x=660 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17751 x=64 y=134 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=17752 x=335 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17753 x=66 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17754 x=128 y=660 width=60 height=62 xoffset=4 yoffset=21 xadvance=69 page=23 chnl=15 -char id=17755 x=536 y=0 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17756 x=520 y=469 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17757 x=536 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17758 x=704 y=792 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17759 x=195 y=462 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17760 x=335 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=17761 x=132 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17762 x=132 y=910 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17763 x=528 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17764 x=924 y=737 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17765 x=390 y=726 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17766 x=462 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17767 x=858 y=737 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17768 x=402 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17769 x=938 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17770 x=896 y=0 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17771 x=396 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17772 x=520 y=198 width=61 height=62 xoffset=4 yoffset=21 xadvance=69 page=22 chnl=15 -char id=17773 x=792 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17774 x=640 y=0 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17775 x=132 y=132 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17776 x=871 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17777 x=585 y=544 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17778 x=726 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17779 x=132 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17780 x=603 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17781 x=195 y=330 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17782 x=594 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17783 x=130 y=132 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17784 x=0 y=536 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17785 x=528 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17786 x=396 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17787 x=858 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17788 x=520 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17789 x=260 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17790 x=134 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=17791 x=650 y=536 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17792 x=132 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17793 x=670 y=804 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17794 x=910 y=536 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17795 x=128 y=536 width=60 height=63 xoffset=3 yoffset=22 xadvance=69 page=11 chnl=15 -char id=17796 x=260 y=603 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17797 x=195 y=0 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17798 x=195 y=792 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17799 x=792 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17800 x=325 y=603 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17801 x=260 y=0 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17802 x=201 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17803 x=204 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17804 x=756 y=330 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17805 x=737 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17806 x=64 y=335 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17807 x=462 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17808 x=737 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17809 x=201 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17810 x=0 y=612 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17811 x=660 y=737 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17812 x=455 y=201 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17813 x=737 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17814 x=804 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17815 x=585 y=201 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17816 x=544 y=536 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=17817 x=192 y=528 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17818 x=670 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17819 x=408 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17820 x=594 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17821 x=130 y=268 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17822 x=792 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17823 x=64 y=748 width=60 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17824 x=201 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17825 x=0 y=380 width=62 height=59 xoffset=3 yoffset=22 xadvance=69 page=29 chnl=15 -char id=17826 x=924 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17827 x=952 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17828 x=396 y=737 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17829 x=0 y=325 width=61 height=61 xoffset=3 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17830 x=845 y=132 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17831 x=0 y=896 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=17832 x=65 y=335 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17833 x=660 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17834 x=924 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17835 x=0 y=264 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17836 x=256 y=66 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=17837 x=737 y=612 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17838 x=704 y=402 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17839 x=130 y=612 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17840 x=268 y=264 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17841 x=264 y=506 width=62 height=59 xoffset=3 yoffset=22 xadvance=69 page=29 chnl=15 -char id=17842 x=384 y=264 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17843 x=396 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17844 x=67 y=462 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17845 x=871 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17846 x=0 y=325 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17847 x=66 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17848 x=780 y=402 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17849 x=520 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17850 x=821 y=816 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17851 x=845 y=201 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17852 x=130 y=335 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17853 x=650 y=594 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17854 x=603 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17855 x=650 y=469 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17856 x=469 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17857 x=726 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17858 x=910 y=469 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17859 x=67 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17860 x=938 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17861 x=737 y=0 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17862 x=960 y=402 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17863 x=650 y=726 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17864 x=726 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17865 x=833 y=924 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17866 x=335 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17867 x=201 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17868 x=858 y=715 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17869 x=455 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17870 x=924 y=768 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=17871 x=264 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17872 x=0 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17873 x=396 y=896 width=62 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=17874 x=66 y=585 width=62 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=17875 x=132 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17876 x=737 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17877 x=387 y=680 width=60 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17878 x=650 y=660 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17879 x=264 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17880 x=520 y=195 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=17881 x=737 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17882 x=132 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17883 x=938 y=264 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17884 x=256 y=792 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=17885 x=924 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17886 x=804 y=127 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=17887 x=504 y=715 width=59 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=17888 x=0 y=670 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17889 x=924 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17890 x=938 y=65 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17891 x=726 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17892 x=858 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17893 x=469 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17894 x=804 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17895 x=603 y=660 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=17896 x=469 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17897 x=335 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17898 x=938 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17899 x=670 y=462 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=17900 x=792 y=603 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17901 x=780 y=264 width=61 height=62 xoffset=3 yoffset=21 xadvance=69 page=22 chnl=15 -char id=17902 x=589 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17903 x=134 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17904 x=67 y=469 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=5 chnl=15 -char id=17905 x=938 y=660 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17906 x=402 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17907 x=536 y=512 width=63 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=17908 x=924 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17909 x=264 y=780 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17910 x=462 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17911 x=0 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17912 x=0 y=748 width=60 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17913 x=335 y=65 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=17914 x=544 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17915 x=396 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17916 x=66 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17917 x=448 y=536 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=17918 x=198 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17919 x=335 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17920 x=726 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17921 x=910 y=67 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=17922 x=938 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17923 x=737 y=320 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=17924 x=871 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17925 x=132 y=408 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17926 x=594 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17927 x=264 y=408 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17928 x=195 y=726 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17929 x=268 y=195 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=17930 x=871 y=198 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17931 x=0 y=480 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17932 x=0 y=960 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=17933 x=726 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17934 x=726 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=17935 x=871 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17936 x=594 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=17937 x=276 y=938 width=65 height=62 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=17938 x=952 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17939 x=528 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17940 x=67 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=17941 x=804 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17942 x=680 y=198 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17943 x=68 y=201 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17944 x=476 y=594 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17945 x=670 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17946 x=396 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17947 x=952 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17948 x=832 y=469 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17949 x=816 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17950 x=264 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17951 x=0 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17952 x=408 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17953 x=858 y=536 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=17954 x=603 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17955 x=67 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=17956 x=469 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17957 x=0 y=469 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17958 x=136 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17959 x=292 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=17960 x=952 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17961 x=945 y=670 width=59 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17962 x=536 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17963 x=132 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17964 x=136 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17965 x=402 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17966 x=792 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17967 x=0 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17968 x=272 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17969 x=924 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=17970 x=680 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17971 x=748 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17972 x=68 y=198 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17973 x=683 y=816 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17974 x=320 y=938 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17975 x=320 y=335 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=17976 x=884 y=670 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=17977 x=469 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17978 x=136 y=737 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=17979 x=335 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17980 x=67 y=737 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17981 x=0 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17982 x=715 y=67 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=17983 x=528 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=17984 x=260 y=330 width=61 height=62 xoffset=1 yoffset=22 xadvance=69 page=22 chnl=15 -char id=17985 x=408 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17986 x=952 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17987 x=402 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17988 x=335 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17989 x=268 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17990 x=68 y=132 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17991 x=408 y=737 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=17992 x=680 y=594 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=17993 x=660 y=204 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=17994 x=924 y=198 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=21 chnl=15 -char id=17995 x=737 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17996 x=603 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=17997 x=340 y=594 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17998 x=884 y=198 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=17999 x=67 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=18000 x=726 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18001 x=476 y=132 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18002 x=871 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=18003 x=792 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18004 x=603 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=18005 x=816 y=0 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18006 x=670 y=330 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18007 x=780 y=67 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18008 x=680 y=132 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18009 x=134 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18010 x=132 y=136 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18011 x=408 y=660 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18012 x=614 y=816 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18013 x=402 y=469 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=18014 x=0 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18015 x=390 y=462 width=61 height=62 xoffset=1 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18016 x=884 y=528 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18017 x=0 y=888 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18018 x=448 y=871 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18019 x=136 y=804 width=64 height=63 xoffset=1 yoffset=22 xadvance=69 page=2 chnl=15 -char id=18020 x=737 y=0 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18021 x=816 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18022 x=871 y=268 width=63 height=63 xoffset=1 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18023 x=879 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18024 x=612 y=726 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18025 x=204 y=804 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18026 x=603 y=201 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18027 x=402 y=201 width=63 height=63 xoffset=1 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18028 x=792 y=792 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18029 x=272 y=804 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18030 x=952 y=950 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18031 x=402 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18032 x=68 y=792 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18033 x=132 y=132 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18034 x=594 y=568 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18035 x=396 y=0 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18036 x=264 y=62 width=62 height=58 xoffset=3 yoffset=25 xadvance=69 page=30 chnl=15 -char id=18037 x=455 y=631 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18038 x=726 y=726 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18039 x=325 y=128 width=61 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18040 x=402 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18041 x=68 y=725 width=64 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=18042 x=134 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18043 x=737 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18044 x=268 y=253 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18045 x=335 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=18046 x=462 y=858 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18047 x=268 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=18048 x=660 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18049 x=780 y=737 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=18050 x=871 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18051 x=195 y=476 width=61 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18052 x=201 y=325 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=18053 x=804 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18054 x=816 y=950 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=18055 x=670 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18056 x=938 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18057 x=603 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18058 x=612 y=950 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=18059 x=335 y=512 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18060 x=804 y=544 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18061 x=335 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18062 x=544 y=950 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=18063 x=67 y=67 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18064 x=938 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=18065 x=804 y=854 width=63 height=61 xoffset=3 yoffset=24 xadvance=69 page=24 chnl=15 -char id=18066 x=924 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18067 x=264 y=640 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18068 x=200 y=0 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18069 x=498 y=594 width=64 height=61 xoffset=1 yoffset=24 xadvance=69 page=24 chnl=15 -char id=18070 x=66 y=910 width=62 height=61 xoffset=3 yoffset=24 xadvance=69 page=25 chnl=15 -char id=18071 x=340 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18072 x=670 y=0 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=5 chnl=15 -char id=18073 x=402 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18074 x=476 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18075 x=67 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18076 x=462 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18077 x=871 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18078 x=544 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18079 x=134 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18080 x=680 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18081 x=340 y=950 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=18082 x=670 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18083 x=268 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18084 x=792 y=402 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=18085 x=134 y=396 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18086 x=938 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18087 x=469 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18088 x=816 y=883 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=18089 x=0 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18090 x=68 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18091 x=536 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18092 x=612 y=883 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=18093 x=201 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18094 x=132 y=640 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18095 x=757 y=650 width=59 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18096 x=65 y=268 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18097 x=536 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18098 x=390 y=335 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18099 x=201 y=953 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18100 x=771 y=680 width=60 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18101 x=132 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18102 x=67 y=603 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18103 x=0 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18104 x=340 y=883 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=18105 x=594 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18106 x=402 y=884 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18107 x=715 y=737 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=18108 x=858 y=198 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=19 chnl=15 -char id=18109 x=528 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18110 x=198 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18111 x=924 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18112 x=858 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18113 x=858 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18114 x=792 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18115 x=670 y=402 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18116 x=396 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18117 x=0 y=330 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18118 x=585 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18119 x=792 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18120 x=594 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18121 x=737 y=816 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18122 x=715 y=335 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18123 x=528 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18124 x=462 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18125 x=726 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18126 x=396 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18127 x=330 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18128 x=780 y=65 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18129 x=737 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18130 x=390 y=631 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18131 x=520 y=402 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18132 x=198 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18133 x=938 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18134 x=536 y=268 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18135 x=946 y=650 width=59 height=61 xoffset=6 yoffset=22 xadvance=69 page=26 chnl=15 -char id=18136 x=132 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18137 x=67 y=268 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18138 x=780 y=858 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18139 x=256 y=268 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18140 x=506 y=603 width=59 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18141 x=858 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18142 x=792 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18143 x=0 y=820 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18144 x=660 y=66 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=19 chnl=15 -char id=18145 x=660 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18146 x=938 y=748 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18147 x=528 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18148 x=608 y=134 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18149 x=462 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18150 x=0 y=594 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18151 x=330 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18152 x=264 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18153 x=198 y=938 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18154 x=650 y=737 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18155 x=67 y=0 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18156 x=66 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18157 x=134 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18158 x=67 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18159 x=792 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18160 x=726 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18161 x=804 y=804 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18162 x=130 y=402 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18163 x=594 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18164 x=528 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18165 x=536 y=804 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18166 x=462 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18167 x=469 y=804 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18168 x=264 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18169 x=132 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18170 x=201 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18171 x=917 y=408 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18172 x=0 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18173 x=858 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18174 x=924 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18175 x=0 y=201 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18176 x=401 y=455 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18177 x=670 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18178 x=603 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18179 x=536 y=792 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=17 chnl=15 -char id=18180 x=594 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18181 x=396 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18182 x=402 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18183 x=536 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18184 x=0 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18185 x=134 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18186 x=660 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18187 x=871 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=18188 x=476 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18189 x=396 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18190 x=576 y=201 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=18191 x=396 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18192 x=528 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18193 x=264 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18194 x=402 y=335 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18195 x=792 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18196 x=134 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18197 x=462 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18198 x=325 y=268 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18199 x=201 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18200 x=67 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18201 x=924 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18202 x=132 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18203 x=871 y=952 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18204 x=938 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18205 x=264 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18206 x=198 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18207 x=603 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18208 x=396 y=204 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18209 x=198 y=408 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18210 x=812 y=660 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18211 x=858 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18212 x=469 y=134 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=18213 x=660 y=832 width=62 height=60 xoffset=3 yoffset=23 xadvance=69 page=27 chnl=15 -char id=18214 x=132 y=715 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18215 x=132 y=443 width=62 height=59 xoffset=3 yoffset=23 xadvance=69 page=29 chnl=15 -char id=18216 x=650 y=792 width=61 height=62 xoffset=3 yoffset=21 xadvance=69 page=22 chnl=15 -char id=18217 x=198 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18218 x=68 y=594 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18219 x=952 y=909 width=64 height=60 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18220 x=390 y=858 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18221 x=268 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18222 x=67 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18223 x=0 y=132 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18224 x=68 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18225 x=566 y=594 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=18226 x=131 y=816 width=65 height=63 xoffset=1 yoffset=22 xadvance=69 page=1 chnl=15 -char id=18227 x=835 y=186 width=60 height=57 xoffset=4 yoffset=24 xadvance=69 page=30 chnl=15 -char id=18228 x=612 y=402 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=18229 x=603 y=198 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18230 x=804 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18231 x=816 y=909 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18232 x=402 y=190 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18233 x=476 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18234 x=660 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18235 x=748 y=909 width=64 height=60 xoffset=2 yoffset=25 xadvance=69 page=26 chnl=15 -char id=18236 x=335 y=455 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18237 x=68 y=138 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18238 x=603 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18239 x=128 y=520 width=60 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=18240 x=66 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18241 x=832 y=924 width=60 height=62 xoffset=3 yoffset=21 xadvance=69 page=23 chnl=15 -char id=18242 x=256 y=448 width=60 height=60 xoffset=4 yoffset=23 xadvance=69 page=28 chnl=15 -char id=18243 x=0 y=704 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18244 x=536 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18245 x=268 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18246 x=780 y=603 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18247 x=0 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18248 x=737 y=325 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=18249 x=441 y=198 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18250 x=204 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18251 x=804 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18252 x=808 y=845 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18253 x=876 y=845 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18254 x=204 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18255 x=67 y=480 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18256 x=938 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18257 x=612 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18258 x=268 y=448 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18259 x=68 y=670 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=18260 x=737 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=18261 x=804 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18262 x=66 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18263 x=528 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18264 x=268 y=462 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18265 x=268 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18266 x=335 y=330 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18267 x=0 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18268 x=0 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18269 x=462 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18270 x=268 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=18271 x=134 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18272 x=335 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18273 x=462 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18274 x=603 y=528 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18275 x=670 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18276 x=952 y=804 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18277 x=792 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18278 x=268 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=18279 x=524 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18280 x=0 y=726 width=62 height=62 xoffset=3 yoffset=23 xadvance=69 page=18 chnl=15 -char id=18281 x=737 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18282 x=536 y=64 width=63 height=60 xoffset=3 yoffset=25 xadvance=69 page=27 chnl=15 -char id=18283 x=65 y=612 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18284 x=66 y=520 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18285 x=65 y=66 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18286 x=0 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=18287 x=528 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18288 x=726 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18289 x=715 y=544 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18290 x=662 y=0 width=63 height=58 xoffset=2 yoffset=25 xadvance=69 page=30 chnl=15 -char id=18291 x=792 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18292 x=585 y=402 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18293 x=201 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=18294 x=660 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18295 x=65 y=544 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18296 x=871 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=18297 x=396 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18298 x=330 y=536 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=18299 x=462 y=0 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18300 x=0 y=469 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18301 x=804 y=253 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18302 x=650 y=335 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=18303 x=792 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18304 x=134 y=402 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=18305 x=264 y=380 width=62 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18306 x=804 y=320 width=63 height=60 xoffset=2 yoffset=25 xadvance=69 page=27 chnl=15 -char id=18307 x=603 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18308 x=335 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=18309 x=603 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18310 x=541 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18311 x=520 y=476 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18312 x=455 y=330 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18313 x=742 y=134 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18314 x=0 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18315 x=876 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18316 x=536 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18317 x=67 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18318 x=660 y=640 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18319 x=536 y=127 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18320 x=414 y=938 width=65 height=62 xoffset=1 yoffset=22 xadvance=69 page=11 chnl=15 -char id=18321 x=670 y=201 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18322 x=520 y=201 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=18323 x=603 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18324 x=67 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18325 x=737 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18326 x=335 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18327 x=599 y=455 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18328 x=335 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18329 x=201 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18330 x=134 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18331 x=938 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18332 x=804 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18333 x=670 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18334 x=67 y=790 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18335 x=402 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18336 x=67 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18337 x=0 y=845 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18338 x=469 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18339 x=871 y=789 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18340 x=871 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18341 x=544 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18342 x=476 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18343 x=612 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18344 x=268 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18345 x=134 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18346 x=938 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18347 x=536 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18348 x=204 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18349 x=871 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18350 x=544 y=871 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=18351 x=884 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18352 x=469 y=726 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=14 chnl=15 -char id=18353 x=268 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18354 x=272 y=132 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18355 x=938 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18356 x=268 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18357 x=134 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18358 x=335 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18359 x=469 y=854 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18360 x=737 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18361 x=670 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18362 x=938 y=854 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18363 x=871 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18364 x=201 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18365 x=884 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18366 x=884 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18367 x=198 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18368 x=594 y=858 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=19 chnl=15 -char id=18369 x=660 y=780 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18370 x=408 y=68 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18371 x=67 y=858 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=13 chnl=15 -char id=18372 x=536 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18373 x=603 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18374 x=335 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18375 x=938 y=335 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18376 x=603 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18377 x=335 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18378 x=938 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18379 x=0 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18380 x=536 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18381 x=632 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18382 x=462 y=198 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=19 chnl=15 -char id=18383 x=476 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18384 x=680 y=68 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18385 x=136 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18386 x=134 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18387 x=528 y=442 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18388 x=0 y=390 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=18389 x=670 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18390 x=832 y=520 width=60 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18391 x=67 y=132 width=63 height=62 xoffset=3 yoffset=23 xadvance=69 page=18 chnl=15 -char id=18392 x=268 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18393 x=256 y=455 width=60 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18394 x=0 y=585 width=62 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=18395 x=402 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18396 x=256 y=396 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18397 x=0 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18398 x=134 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18399 x=272 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18400 x=402 y=402 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18401 x=938 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18402 x=0 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18403 x=938 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18404 x=67 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18405 x=268 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18406 x=612 y=594 width=64 height=62 xoffset=2 yoffset=23 xadvance=69 page=12 chnl=15 -char id=18407 x=899 y=384 width=60 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18408 x=737 y=390 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=18409 x=884 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18410 x=396 y=910 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=18411 x=858 y=402 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=18412 x=670 y=325 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18413 x=198 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18414 x=536 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18415 x=938 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18416 x=792 y=650 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=18417 x=544 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18418 x=938 y=402 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18419 x=0 y=910 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18420 x=737 y=65 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=18421 x=136 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18422 x=335 y=192 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=18423 x=858 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18424 x=594 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18425 x=726 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18426 x=201 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18427 x=340 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18428 x=603 y=66 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18429 x=952 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18430 x=403 y=0 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18431 x=604 y=845 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18432 x=325 y=594 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18433 x=737 y=448 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=18434 x=201 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18435 x=594 y=576 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18436 x=0 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18437 x=192 y=576 width=60 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18438 x=0 y=660 width=64 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=18439 x=660 y=576 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18440 x=670 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18441 x=704 y=536 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18442 x=804 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18443 x=780 y=198 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18444 x=748 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18445 x=335 y=448 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18446 x=201 y=512 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18447 x=469 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18448 x=737 y=919 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=18449 x=408 y=66 width=64 height=62 xoffset=2 yoffset=21 xadvance=69 page=13 chnl=15 -char id=18450 x=192 y=858 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18451 x=0 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18452 x=67 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18453 x=68 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18454 x=272 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18455 x=603 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18456 x=0 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18457 x=325 y=544 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18458 x=670 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18459 x=335 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18460 x=201 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18461 x=264 y=845 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18462 x=884 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18463 x=0 y=548 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18464 x=0 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18465 x=268 y=476 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18466 x=896 y=134 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18467 x=195 y=130 width=61 height=61 xoffset=3 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18468 x=660 y=960 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18469 x=938 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18470 x=512 y=462 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18471 x=736 y=512 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18472 x=858 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18473 x=469 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18474 x=462 y=505 width=62 height=59 xoffset=2 yoffset=23 xadvance=69 page=29 chnl=15 -char id=18475 x=804 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18476 x=804 y=390 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=18477 x=335 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18478 x=402 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18479 x=0 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18480 x=660 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18481 x=780 y=260 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18482 x=136 y=871 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18483 x=64 y=603 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18484 x=268 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18485 x=536 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18486 x=603 y=469 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18487 x=68 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18488 x=68 y=871 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18489 x=670 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18490 x=320 y=469 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18491 x=726 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18492 x=0 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18493 x=396 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18494 x=650 y=330 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18495 x=884 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18496 x=924 y=272 width=62 height=64 xoffset=3 yoffset=20 xadvance=69 page=1 chnl=15 -char id=18497 x=67 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18498 x=930 y=396 width=58 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18499 x=682 y=804 width=58 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=18500 x=340 y=68 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18501 x=0 y=264 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18502 x=536 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18503 x=938 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18504 x=0 y=462 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18505 x=670 y=469 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18506 x=134 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18507 x=132 y=335 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=18508 x=66 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18509 x=938 y=469 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18510 x=858 y=268 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18511 x=804 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18512 x=396 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18513 x=67 y=536 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18514 x=378 y=198 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18515 x=201 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18516 x=330 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18517 x=0 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18518 x=330 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18519 x=585 y=192 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18520 x=325 y=469 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18521 x=390 y=476 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18522 x=402 y=594 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18523 x=130 y=924 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18524 x=528 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18525 x=396 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18526 x=680 y=909 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18527 x=396 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18528 x=67 y=412 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18529 x=134 y=536 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18530 x=66 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18531 x=737 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18532 x=262 y=469 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=9 chnl=15 -char id=18533 x=924 y=201 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18534 x=536 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18535 x=264 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18536 x=660 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18537 x=594 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=18538 x=260 y=603 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18539 x=938 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18540 x=67 y=198 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18541 x=396 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18542 x=536 y=198 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18543 x=726 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18544 x=585 y=462 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18545 x=198 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18546 x=330 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=18547 x=871 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18548 x=402 y=536 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18549 x=136 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18550 x=132 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18551 x=603 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18552 x=536 y=330 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18553 x=536 y=462 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18554 x=536 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18555 x=794 y=0 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18556 x=715 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18557 x=871 y=536 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18558 x=938 y=536 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18559 x=0 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18560 x=134 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18561 x=384 y=748 width=59 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18562 x=792 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18563 x=335 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18564 x=204 y=268 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18565 x=737 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18566 x=805 y=0 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18567 x=20 y=0 width=63 height=66 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18568 x=938 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18569 x=402 y=603 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18570 x=594 y=960 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18571 x=737 y=127 width=63 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18572 x=134 y=920 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18573 x=536 y=260 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18574 x=603 y=127 width=63 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18575 x=536 y=195 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18576 x=737 y=256 width=63 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=18577 x=737 y=0 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18578 x=335 y=198 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=15 chnl=15 -char id=18579 x=330 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18580 x=792 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18581 x=871 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18582 x=0 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18583 x=924 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18584 x=603 y=66 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=14 chnl=15 -char id=18585 x=327 y=0 width=63 height=58 xoffset=3 yoffset=26 xadvance=69 page=30 chnl=15 -char id=18586 x=680 y=264 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18587 x=335 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18588 x=594 y=704 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18589 x=202 y=0 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18590 x=268 y=528 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18591 x=469 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18592 x=825 y=938 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=11 chnl=15 -char id=18593 x=201 y=0 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18594 x=938 y=924 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=15 chnl=15 -char id=18595 x=603 y=603 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18596 x=330 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18597 x=792 y=704 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18598 x=0 y=858 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=17 chnl=15 -char id=18599 x=340 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18600 x=134 y=317 width=63 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18601 x=536 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18602 x=0 y=64 width=63 height=60 xoffset=2 yoffset=23 xadvance=69 page=27 chnl=15 -char id=18603 x=396 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18604 x=536 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18605 x=660 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18606 x=204 y=725 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=18607 x=0 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18608 x=858 y=832 width=62 height=60 xoffset=3 yoffset=23 xadvance=69 page=27 chnl=15 -char id=18609 x=272 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18610 x=726 y=442 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18611 x=469 y=316 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18612 x=792 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18613 x=462 y=568 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18614 x=780 y=594 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18615 x=858 y=576 width=62 height=60 xoffset=2 yoffset=25 xadvance=69 page=27 chnl=15 -char id=18616 x=792 y=442 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18617 x=320 y=821 width=60 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18618 x=0 y=132 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18619 x=506 y=884 width=59 height=59 xoffset=6 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18620 x=858 y=650 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=18621 x=871 y=462 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=17 chnl=15 -char id=18622 x=858 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18623 x=603 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18624 x=670 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18625 x=330 y=505 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18626 x=576 y=0 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18627 x=792 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18628 x=737 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18629 x=268 y=256 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18630 x=938 y=127 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18631 x=528 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18632 x=67 y=512 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18633 x=0 y=0 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=18634 x=315 y=737 width=58 height=63 xoffset=6 yoffset=22 xadvance=69 page=11 chnl=15 -char id=18635 x=462 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18636 x=938 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18637 x=536 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18638 x=0 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18639 x=952 y=0 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18640 x=858 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18641 x=0 y=191 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18642 x=132 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18643 x=325 y=130 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18644 x=804 y=603 width=63 height=63 xoffset=1 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18645 x=715 y=256 width=61 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18646 x=603 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18647 x=896 y=871 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18648 x=130 y=858 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18649 x=0 y=726 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18650 x=198 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18651 x=201 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18652 x=132 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18653 x=603 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18654 x=704 y=512 width=60 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18655 x=396 y=576 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18656 x=0 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18657 x=0 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18658 x=408 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18659 x=792 y=726 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18660 x=67 y=0 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=18661 x=260 y=195 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18662 x=567 y=330 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18663 x=528 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18664 x=264 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18665 x=330 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18666 x=0 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18667 x=330 y=272 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18668 x=650 y=924 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18669 x=0 y=528 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18670 x=585 y=670 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=18671 x=264 y=832 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18672 x=198 y=832 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18673 x=384 y=660 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18674 x=924 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18675 x=576 y=576 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18676 x=264 y=585 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=18677 x=660 y=768 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18678 x=780 y=132 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18679 x=866 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18680 x=201 y=670 width=63 height=63 xoffset=1 yoffset=22 xadvance=69 page=3 chnl=15 -char id=18681 x=67 y=264 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18682 x=832 y=512 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18683 x=335 y=670 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18684 x=800 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18685 x=668 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18686 x=462 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18687 x=330 y=960 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18688 x=66 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18689 x=910 y=858 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18690 x=402 y=594 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18691 x=594 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18692 x=0 y=506 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18693 x=469 y=670 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18694 x=726 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18695 x=603 y=670 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18696 x=198 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18697 x=132 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18698 x=924 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18699 x=871 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18700 x=804 y=670 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18701 x=198 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18702 x=264 y=910 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=18703 x=585 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18704 x=528 y=640 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18705 x=67 y=737 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18706 x=198 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18707 x=462 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18708 x=602 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18709 x=670 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18710 x=330 y=568 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18711 x=469 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18712 x=67 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18713 x=0 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18714 x=67 y=256 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18715 x=882 y=330 width=58 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18716 x=871 y=858 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=17 chnl=15 -char id=18717 x=396 y=0 width=62 height=63 xoffset=1 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18718 x=469 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=18719 x=201 y=545 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18720 x=469 y=260 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=18721 x=938 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18722 x=670 y=792 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18723 x=952 y=792 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18724 x=136 y=858 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18725 x=804 y=408 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18726 x=204 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18727 x=654 y=330 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18728 x=68 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18729 x=536 y=0 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18730 x=67 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18731 x=272 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18732 x=816 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18733 x=198 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18734 x=134 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18735 x=402 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18736 x=67 y=128 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=18737 x=737 y=330 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18738 x=603 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18739 x=476 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18740 x=512 y=536 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18741 x=670 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18742 x=737 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18743 x=136 y=69 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18744 x=408 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18745 x=496 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18746 x=938 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18747 x=67 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18748 x=134 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18749 x=268 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18750 x=455 y=670 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18751 x=402 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18752 x=536 y=544 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18753 x=64 y=871 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18754 x=536 y=858 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=13 chnl=15 -char id=18755 x=737 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18756 x=198 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18757 x=680 y=724 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18758 x=408 y=264 width=64 height=62 xoffset=2 yoffset=21 xadvance=69 page=12 chnl=15 -char id=18759 x=455 y=670 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18760 x=134 y=342 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18761 x=603 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18762 x=603 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18763 x=792 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18764 x=838 y=594 width=64 height=61 xoffset=2 yoffset=21 xadvance=69 page=24 chnl=15 -char id=18765 x=201 y=130 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18766 x=476 y=264 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18767 x=858 y=330 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18768 x=748 y=659 width=64 height=61 xoffset=1 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18769 x=136 y=137 width=64 height=64 xoffset=2 yoffset=20 xadvance=69 page=0 chnl=15 -char id=18770 x=67 y=128 width=63 height=59 xoffset=2 yoffset=23 xadvance=69 page=29 chnl=15 -char id=18771 x=603 y=854 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=24 chnl=15 -char id=18772 x=670 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=18773 x=804 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18774 x=871 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18775 x=136 y=205 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18776 x=528 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18777 x=0 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18778 x=938 y=190 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18779 x=330 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18780 x=260 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18781 x=67 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18782 x=0 y=208 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18783 x=134 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18784 x=335 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18785 x=272 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18786 x=402 y=130 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18787 x=544 y=659 width=64 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18788 x=272 y=594 width=64 height=62 xoffset=2 yoffset=21 xadvance=69 page=12 chnl=15 -char id=18789 x=594 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18790 x=204 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18791 x=0 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18792 x=64 y=0 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18793 x=748 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18794 x=660 y=402 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18795 x=680 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18796 x=402 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18797 x=884 y=909 width=64 height=60 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18798 x=469 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18799 x=603 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18800 x=612 y=132 width=64 height=62 xoffset=2 yoffset=21 xadvance=69 page=13 chnl=15 -char id=18801 x=330 y=603 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=18802 x=952 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=18803 x=804 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18804 x=650 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18805 x=804 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=18806 x=680 y=330 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18807 x=390 y=536 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18808 x=636 y=64 width=64 height=59 xoffset=2 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18809 x=469 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18810 x=402 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18811 x=952 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18812 x=330 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18813 x=469 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=18814 x=264 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18815 x=910 y=858 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18816 x=650 y=858 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18817 x=924 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18818 x=390 y=603 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18819 x=335 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18820 x=0 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=18821 x=67 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=18822 x=816 y=938 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=18823 x=134 y=64 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18824 x=330 y=832 width=62 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=18825 x=695 y=883 width=59 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=18826 x=0 y=910 width=62 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=18827 x=201 y=477 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18828 x=59 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18829 x=413 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18830 x=737 y=780 width=56 height=61 xoffset=6 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18831 x=826 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18832 x=472 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18833 x=835 y=960 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18834 x=182 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18835 x=240 y=960 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18836 x=962 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18837 x=677 y=780 width=56 height=61 xoffset=6 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18838 x=658 y=960 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18839 x=602 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18840 x=717 y=960 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18841 x=953 y=960 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18842 x=662 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18843 x=590 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18844 x=842 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18845 x=295 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18846 x=902 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18847 x=354 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18848 x=60 y=960 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18849 x=708 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18850 x=531 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18851 x=540 y=960 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18852 x=180 y=960 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18853 x=122 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18854 x=856 y=780 width=55 height=61 xoffset=6 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18855 x=0 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18856 x=885 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18857 x=944 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18858 x=599 y=960 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18859 x=542 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18860 x=767 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18861 x=177 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18862 x=649 y=0 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18863 x=242 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18864 x=120 y=960 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18865 x=0 y=960 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18866 x=776 y=960 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18867 x=422 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18868 x=482 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18869 x=894 y=960 width=55 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18870 x=549 y=528 width=56 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18871 x=849 y=528 width=56 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18872 x=183 y=528 width=57 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18873 x=378 y=715 width=59 height=61 xoffset=6 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18874 x=874 y=768 width=58 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18875 x=508 y=640 width=59 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18876 x=715 y=134 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=18877 x=65 y=192 width=61 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18878 x=0 y=0 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18879 x=310 y=462 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18880 x=768 y=462 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18881 x=248 y=462 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18882 x=440 y=768 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18883 x=750 y=768 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18884 x=780 y=804 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18885 x=576 y=528 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18886 x=832 y=536 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=18887 x=650 y=804 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=18888 x=505 y=650 width=59 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18889 x=186 y=832 width=58 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18890 x=126 y=330 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18891 x=960 y=576 width=60 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18892 x=576 y=924 width=60 height=62 xoffset=5 yoffset=23 xadvance=69 page=23 chnl=15 -char id=18893 x=325 y=660 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18894 x=495 y=832 width=57 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18895 x=448 y=594 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18896 x=960 y=67 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18897 x=191 y=603 width=59 height=63 xoffset=6 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18898 x=260 y=396 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18899 x=61 y=896 width=57 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18900 x=449 y=924 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18901 x=325 y=528 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18902 x=321 y=924 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18903 x=195 y=680 width=60 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18904 x=128 y=402 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18905 x=64 y=66 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18906 x=632 y=603 width=59 height=63 xoffset=6 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18907 x=320 y=67 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18908 x=704 y=0 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18909 x=192 y=335 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=18910 x=0 y=768 width=59 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18911 x=616 y=780 width=57 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18912 x=195 y=67 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=10 chnl=15 -char id=18913 x=512 y=268 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18914 x=387 y=384 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18915 x=832 y=576 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18916 x=896 y=660 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18917 x=256 y=726 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18918 x=427 y=528 width=57 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=18919 x=65 y=871 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18920 x=704 y=726 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18921 x=896 y=726 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18922 x=254 y=603 width=59 height=63 xoffset=6 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18923 x=192 y=134 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18924 x=256 y=871 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18925 x=512 y=402 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18926 x=768 y=871 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=18927 x=819 y=670 width=59 height=63 xoffset=6 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18928 x=512 y=924 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18929 x=594 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=18930 x=132 y=469 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=18931 x=396 y=469 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=18932 x=528 y=469 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=8 chnl=15 -char id=18933 x=402 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=18934 x=66 y=408 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18935 x=134 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=18936 x=64 y=594 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=18937 x=268 y=408 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=18938 x=536 y=726 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=18939 x=938 y=670 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=6 chnl=15 -char id=18940 x=198 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18941 x=330 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18942 x=0 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=18943 x=660 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18944 x=670 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=18945 x=858 y=469 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=18946 x=0 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=18947 x=330 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18948 x=204 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=18949 x=198 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18950 x=132 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=18951 x=396 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=18952 x=320 y=748 width=60 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=18953 x=670 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=18954 x=448 y=402 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=18955 x=901 y=757 width=60 height=59 xoffset=4 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18956 x=520 y=65 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18957 x=504 y=704 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18958 x=640 y=512 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18959 x=325 y=320 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18960 x=201 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18961 x=858 y=910 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=18962 x=936 y=768 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18963 x=62 y=832 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18964 x=726 y=768 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18965 x=130 y=128 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18966 x=960 y=512 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18967 x=886 y=640 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18968 x=576 y=390 width=60 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18969 x=441 y=704 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18970 x=264 y=569 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18971 x=264 y=960 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18972 x=512 y=455 width=60 height=61 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=18973 x=441 y=715 width=59 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18974 x=372 y=396 width=58 height=62 xoffset=5 yoffset=23 xadvance=69 page=24 chnl=15 -char id=18975 x=195 y=384 width=60 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18976 x=63 y=768 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18977 x=0 y=832 width=58 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18978 x=0 y=947 width=58 height=59 xoffset=5 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18979 x=445 y=640 width=59 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18980 x=924 y=640 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18981 x=384 y=455 width=60 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18982 x=189 y=768 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18983 x=715 y=64 width=61 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18984 x=792 y=896 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18985 x=63 y=704 width=59 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18986 x=390 y=694 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=18987 x=536 y=65 width=63 height=61 xoffset=3 yoffset=24 xadvance=69 page=25 chnl=15 -char id=18988 x=780 y=195 width=61 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18989 x=924 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18990 x=442 y=650 width=59 height=61 xoffset=4 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18991 x=128 y=512 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18992 x=640 y=448 width=60 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18993 x=134 y=256 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18994 x=594 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=18995 x=198 y=768 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=18996 x=0 y=448 width=60 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=18997 x=650 y=195 width=61 height=61 xoffset=3 yoffset=23 xadvance=69 page=26 chnl=15 -char id=18998 x=509 y=66 width=59 height=62 xoffset=4 yoffset=23 xadvance=69 page=24 chnl=15 -char id=18999 x=528 y=960 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19000 x=567 y=704 width=59 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19001 x=670 y=260 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=19002 x=195 y=320 width=61 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19003 x=756 y=264 width=59 height=62 xoffset=4 yoffset=23 xadvance=69 page=24 chnl=15 -char id=19004 x=858 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19005 x=910 y=65 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=19006 x=912 y=469 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19007 x=201 y=317 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19008 x=320 y=134 width=60 height=63 xoffset=3 yoffset=22 xadvance=69 page=11 chnl=15 -char id=19009 x=325 y=858 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19010 x=536 y=670 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19011 x=201 y=790 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19012 x=198 y=443 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19013 x=0 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19014 x=0 y=938 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19015 x=910 y=924 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19016 x=528 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19017 x=462 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19018 x=528 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19019 x=66 y=670 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19020 x=330 y=402 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19021 x=737 y=924 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19022 x=462 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19023 x=134 y=603 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19024 x=469 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19025 x=320 y=132 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19026 x=792 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19027 x=585 y=528 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19028 x=268 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19029 x=192 y=660 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19030 x=0 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19031 x=64 y=536 width=60 height=63 xoffset=3 yoffset=22 xadvance=69 page=11 chnl=15 -char id=19032 x=462 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19033 x=0 y=268 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19034 x=134 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19035 x=198 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19036 x=576 y=938 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19037 x=670 y=660 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19038 x=536 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19039 x=0 y=408 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19040 x=201 y=536 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19041 x=536 y=804 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19042 x=66 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19043 x=268 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19044 x=469 y=737 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19045 x=670 y=66 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19046 x=804 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19047 x=520 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19048 x=201 y=0 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19049 x=132 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19050 x=512 y=67 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19051 x=462 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19052 x=804 y=462 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19053 x=528 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19054 x=715 y=66 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19055 x=660 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19056 x=726 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19057 x=804 y=134 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19058 x=335 y=603 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19059 x=660 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19060 x=715 y=0 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19061 x=132 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19062 x=402 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19063 x=198 y=670 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19064 x=198 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19065 x=780 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19066 x=0 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19067 x=910 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19068 x=268 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19069 x=0 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19070 x=268 y=264 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19071 x=198 y=201 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=19072 x=268 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19073 x=201 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19074 x=603 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19075 x=0 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19076 x=603 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19077 x=130 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19078 x=792 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19079 x=264 y=134 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19080 x=335 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19081 x=670 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19082 x=924 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19083 x=536 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19084 x=201 y=594 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19085 x=652 y=469 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=19086 x=520 y=544 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19087 x=640 y=335 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19088 x=67 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19089 x=330 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19090 x=594 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19091 x=845 y=66 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19092 x=528 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19093 x=780 y=858 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19094 x=134 y=201 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19095 x=0 y=201 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19096 x=871 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19097 x=462 y=804 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19098 x=576 y=660 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19099 x=871 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19100 x=335 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19101 x=67 y=752 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19102 x=595 y=0 width=63 height=58 xoffset=2 yoffset=24 xadvance=69 page=30 chnl=15 -char id=19103 x=0 y=330 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19104 x=462 y=640 width=62 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=19105 x=402 y=320 width=63 height=60 xoffset=3 yoffset=22 xadvance=69 page=27 chnl=15 -char id=19106 x=268 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19107 x=737 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19108 x=134 y=792 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19109 x=335 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19110 x=924 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19111 x=536 y=201 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19112 x=448 y=201 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19113 x=536 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19114 x=528 y=264 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19115 x=726 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19116 x=924 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19117 x=660 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19118 x=715 y=476 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19119 x=256 y=536 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19120 x=594 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19121 x=585 y=631 width=61 height=59 xoffset=4 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19122 x=67 y=317 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19123 x=332 y=845 width=64 height=60 xoffset=2 yoffset=25 xadvance=69 page=26 chnl=15 -char id=19124 x=268 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19125 x=335 y=316 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19126 x=396 y=442 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19127 x=603 y=402 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19128 x=335 y=190 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19129 x=938 y=919 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=19130 x=726 y=272 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19131 x=737 y=924 width=63 height=62 xoffset=2 yoffset=23 xadvance=69 page=13 chnl=15 -char id=19132 x=923 y=910 width=61 height=61 xoffset=4 yoffset=23 xadvance=69 page=25 chnl=15 -char id=19133 x=201 y=191 width=63 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19134 x=134 y=886 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19135 x=845 y=871 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19136 x=660 y=715 width=62 height=61 xoffset=3 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19137 x=189 y=330 width=59 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19138 x=660 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19139 x=938 y=253 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19140 x=335 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19141 x=402 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19142 x=66 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19143 x=396 y=520 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=19144 x=201 y=201 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19145 x=0 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19146 x=737 y=190 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19147 x=335 y=920 width=63 height=61 xoffset=3 yoffset=23 xadvance=69 page=24 chnl=15 -char id=19148 x=330 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19149 x=585 y=462 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19150 x=396 y=960 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19151 x=68 y=804 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19152 x=804 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19153 x=469 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19154 x=130 y=198 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19155 x=402 y=132 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19156 x=67 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19157 x=910 y=0 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19158 x=402 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19159 x=448 y=585 width=60 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19160 x=670 y=0 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19161 x=335 y=198 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19162 x=448 y=576 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19163 x=816 y=737 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19164 x=195 y=396 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19165 x=268 y=920 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=19166 x=134 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19167 x=67 y=384 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19168 x=66 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19169 x=67 y=888 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19170 x=884 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19171 x=330 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19172 x=858 y=704 width=62 height=60 xoffset=3 yoffset=25 xadvance=69 page=27 chnl=15 -char id=19173 x=748 y=737 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19174 x=130 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19175 x=132 y=204 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19176 x=198 y=402 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19177 x=871 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19178 x=792 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19179 x=804 y=816 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19180 x=268 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19181 x=130 y=804 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19182 x=268 y=384 width=63 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19183 x=670 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19184 x=268 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19185 x=455 y=192 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19186 x=612 y=737 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19187 x=536 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19188 x=737 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19189 x=66 y=201 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19190 x=603 y=65 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=19191 x=780 y=631 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19192 x=603 y=256 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19193 x=804 y=789 width=63 height=61 xoffset=3 yoffset=24 xadvance=69 page=24 chnl=15 -char id=19194 x=476 y=737 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19195 x=804 y=260 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19196 x=528 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19197 x=804 y=792 width=63 height=62 xoffset=3 yoffset=23 xadvance=69 page=14 chnl=15 -char id=19198 x=603 y=792 width=63 height=62 xoffset=2 yoffset=23 xadvance=69 page=14 chnl=15 -char id=19199 x=528 y=896 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19200 x=402 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19201 x=603 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19202 x=340 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19203 x=134 y=402 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19204 x=603 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19205 x=536 y=789 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=19206 x=198 y=910 width=62 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19207 x=204 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19208 x=670 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19209 x=924 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19210 x=198 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19211 x=737 y=0 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19212 x=272 y=737 width=64 height=63 xoffset=1 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19213 x=204 y=737 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19214 x=204 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19215 x=198 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19216 x=469 y=726 width=63 height=62 xoffset=2 yoffset=23 xadvance=69 page=17 chnl=15 -char id=19217 x=804 y=0 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19218 x=469 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19219 x=0 y=737 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19220 x=952 y=670 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19221 x=59 y=845 width=65 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19222 x=804 y=804 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19223 x=544 y=909 width=64 height=60 xoffset=1 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19224 x=603 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19225 x=68 y=330 width=64 height=62 xoffset=2 yoffset=23 xadvance=69 page=12 chnl=15 -char id=19226 x=67 y=130 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19227 x=469 y=130 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19228 x=201 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19229 x=0 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19230 x=134 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19231 x=884 y=330 width=64 height=62 xoffset=2 yoffset=23 xadvance=69 page=12 chnl=15 -char id=19232 x=64 y=390 width=60 height=61 xoffset=5 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19233 x=132 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19234 x=132 y=264 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19235 x=612 y=670 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19236 x=939 y=0 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19237 x=469 y=603 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19238 x=330 y=670 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19239 x=476 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19240 x=660 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19241 x=67 y=260 width=63 height=61 xoffset=3 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19242 x=340 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19243 x=536 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19244 x=272 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19245 x=134 y=128 width=63 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19246 x=204 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19247 x=650 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19248 x=594 y=938 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19249 x=0 y=670 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19250 x=960 y=134 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19251 x=804 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19252 x=335 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19253 x=603 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19254 x=858 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19255 x=748 y=603 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19256 x=871 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19257 x=335 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19258 x=469 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19259 x=680 y=603 width=64 height=63 xoffset=1 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19260 x=704 y=871 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19261 x=134 y=818 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19262 x=938 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19263 x=544 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19264 x=335 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19265 x=804 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19266 x=660 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19267 x=476 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19268 x=804 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19269 x=65 y=0 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19270 x=402 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19271 x=66 y=402 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19272 x=134 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19273 x=268 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19274 x=680 y=204 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19275 x=204 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19276 x=469 y=938 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19277 x=871 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19278 x=330 y=134 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19279 x=871 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19280 x=204 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19281 x=612 y=204 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19282 x=272 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19283 x=268 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19284 x=469 y=335 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19285 x=737 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19286 x=952 y=335 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19287 x=612 y=335 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19288 x=670 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19289 x=0 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19290 x=816 y=67 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19291 x=476 y=204 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19292 x=204 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19293 x=204 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19294 x=938 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19295 x=804 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19296 x=340 y=204 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19297 x=340 y=335 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19298 x=469 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19299 x=804 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19300 x=136 y=268 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19301 x=201 y=749 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19302 x=134 y=750 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19303 x=536 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19304 x=792 y=340 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19305 x=204 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19306 x=804 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19307 x=441 y=330 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19308 x=635 y=66 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19309 x=201 y=462 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19310 x=0 y=0 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19311 x=845 y=0 width=61 height=61 xoffset=2 yoffset=22 xadvance=69 page=26 chnl=15 -char id=19312 x=0 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19313 x=910 y=396 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19314 x=132 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19315 x=402 y=737 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19316 x=723 y=0 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19317 x=402 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19318 x=396 y=845 width=62 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19319 x=536 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19320 x=871 y=198 width=63 height=62 xoffset=2 yoffset=23 xadvance=69 page=18 chnl=15 -char id=19321 x=390 y=130 width=61 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=19322 x=737 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19323 x=134 y=512 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19324 x=66 y=768 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19325 x=670 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19326 x=952 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19327 x=396 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19328 x=402 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19329 x=67 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19330 x=402 y=0 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19331 x=737 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19332 x=469 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19333 x=871 y=544 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19334 x=780 y=694 width=61 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19335 x=402 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19336 x=871 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19337 x=201 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19338 x=268 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19339 x=256 y=462 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19340 x=670 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19341 x=780 y=192 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19342 x=402 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19343 x=462 y=896 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19344 x=455 y=320 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19345 x=462 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19346 x=858 y=938 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19347 x=660 y=938 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=19348 x=134 y=325 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=19349 x=402 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19350 x=640 y=520 width=60 height=61 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19351 x=402 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19352 x=737 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19353 x=603 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19354 x=804 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19355 x=264 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19356 x=67 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19357 x=924 y=832 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19358 x=700 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19359 x=0 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19360 x=726 y=832 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19361 x=469 y=201 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19362 x=726 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19363 x=938 y=390 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=19364 x=66 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19365 x=594 y=442 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19366 x=132 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19367 x=335 y=938 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19368 x=528 y=871 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19369 x=66 y=0 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19370 x=67 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19371 x=335 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19372 x=893 y=937 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=19373 x=737 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19374 x=204 y=536 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19375 x=938 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19376 x=134 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19377 x=335 y=320 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19378 x=804 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19379 x=476 y=659 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=19380 x=272 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19381 x=335 y=804 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19382 x=136 y=335 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19383 x=132 y=832 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19384 x=682 y=396 width=58 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19385 x=737 y=737 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19386 x=134 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19387 x=0 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19388 x=402 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19389 x=594 y=136 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19390 x=268 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19391 x=670 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19392 x=804 y=256 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19393 x=603 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19394 x=66 y=715 width=62 height=61 xoffset=3 yoffset=23 xadvance=69 page=25 chnl=15 -char id=19395 x=938 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19396 x=0 y=64 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19397 x=0 y=0 width=64 height=60 xoffset=1 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19398 x=640 y=536 width=60 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=19399 x=558 y=804 width=58 height=63 xoffset=5 yoffset=22 xadvance=69 page=11 chnl=15 -char id=19400 x=528 y=845 width=62 height=61 xoffset=4 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19401 x=536 y=536 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19402 x=462 y=576 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19403 x=0 y=737 width=61 height=63 xoffset=5 yoffset=22 xadvance=69 page=9 chnl=15 -char id=19404 x=660 y=704 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19405 x=858 y=201 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=8 chnl=15 -char id=19406 x=858 y=201 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19407 x=384 y=268 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=19408 x=434 y=462 width=58 height=62 xoffset=4 yoffset=23 xadvance=69 page=24 chnl=15 -char id=19409 x=396 y=402 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=19410 x=0 y=198 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19411 x=715 y=0 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19412 x=195 y=335 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19413 x=528 y=726 width=62 height=62 xoffset=3 yoffset=23 xadvance=69 page=18 chnl=15 -char id=19414 x=728 y=0 width=62 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19415 x=528 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19416 x=787 y=408 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19417 x=455 y=726 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19418 x=390 y=804 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19419 x=924 y=924 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19420 x=192 y=520 width=60 height=61 xoffset=4 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19421 x=847 y=469 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=19422 x=960 y=390 width=60 height=61 xoffset=4 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19423 x=792 y=134 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19424 x=132 y=768 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19425 x=924 y=134 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19426 x=871 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19427 x=132 y=201 width=62 height=63 xoffset=4 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19428 x=924 y=136 width=62 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19429 x=325 y=192 width=61 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19430 x=198 y=201 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19431 x=707 y=680 width=60 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19432 x=462 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19433 x=630 y=330 width=59 height=62 xoffset=5 yoffset=21 xadvance=69 page=24 chnl=15 -char id=19434 x=924 y=268 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19435 x=670 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19436 x=924 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19437 x=657 y=408 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19438 x=325 y=924 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19439 x=325 y=264 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19440 x=952 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19441 x=726 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19442 x=195 y=695 width=61 height=59 xoffset=4 yoffset=23 xadvance=69 page=29 chnl=15 -char id=19443 x=924 y=726 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19444 x=130 y=528 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19445 x=585 y=938 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19446 x=451 y=384 width=60 height=60 xoffset=4 yoffset=22 xadvance=69 page=28 chnl=15 -char id=19447 x=130 y=0 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19448 x=390 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19449 x=384 y=871 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19450 x=592 y=408 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19451 x=780 y=726 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19452 x=455 y=264 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19453 x=128 y=330 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19454 x=715 y=737 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19455 x=910 y=792 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19456 x=195 y=201 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19457 x=896 y=469 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19458 x=66 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19459 x=260 y=65 width=61 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=19460 x=780 y=130 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=19461 x=643 y=680 width=60 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19462 x=264 y=68 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19463 x=330 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19464 x=66 y=858 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=18 chnl=15 -char id=19465 x=195 y=858 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19466 x=768 y=660 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19467 x=520 y=792 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19468 x=66 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19469 x=665 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19470 x=462 y=408 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19471 x=65 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19472 x=195 y=192 width=61 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=19473 x=256 y=469 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19474 x=0 y=462 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19475 x=896 y=402 width=60 height=63 xoffset=4 yoffset=22 xadvance=69 page=11 chnl=15 -char id=19476 x=938 y=192 width=63 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=19477 x=268 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19478 x=130 y=680 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19479 x=915 y=780 width=55 height=61 xoffset=6 yoffset=23 xadvance=69 page=26 chnl=15 -char id=19480 x=0 y=845 width=55 height=61 xoffset=6 yoffset=23 xadvance=69 page=26 chnl=15 -char id=19481 x=390 y=660 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19482 x=726 y=469 width=62 height=63 xoffset=4 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19483 x=927 y=0 width=62 height=58 xoffset=4 yoffset=26 xadvance=69 page=30 chnl=15 -char id=19484 x=382 y=640 width=59 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19485 x=896 y=268 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19486 x=756 y=198 width=59 height=62 xoffset=4 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19487 x=195 y=260 width=61 height=61 xoffset=4 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19488 x=136 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19489 x=0 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19490 x=612 y=536 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19491 x=603 y=804 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19492 x=67 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19493 x=650 y=938 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19494 x=603 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19495 x=871 y=264 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=16 chnl=15 -char id=19496 x=268 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19497 x=748 y=469 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19498 x=340 y=136 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19499 x=201 y=198 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=18 chnl=15 -char id=19500 x=335 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19501 x=924 y=68 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19502 x=268 y=924 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=15 chnl=15 -char id=19503 x=134 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19504 x=792 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19505 x=0 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19506 x=527 y=408 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19507 x=528 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19508 x=201 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19509 x=737 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19510 x=726 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19511 x=469 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19512 x=952 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19513 x=737 y=660 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19514 x=67 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19515 x=884 y=204 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19516 x=68 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19517 x=335 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19518 x=737 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19519 x=268 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19520 x=884 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19521 x=952 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19522 x=455 y=612 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19523 x=469 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19524 x=544 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19525 x=670 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19526 x=264 y=462 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19527 x=335 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19528 x=469 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19529 x=132 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19530 x=938 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19531 x=737 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=19532 x=871 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19533 x=134 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19534 x=201 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19535 x=402 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19536 x=737 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19537 x=335 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19538 x=804 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19539 x=469 y=67 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19540 x=469 y=335 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19541 x=67 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19542 x=0 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19543 x=792 y=330 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19544 x=378 y=670 width=59 height=63 xoffset=3 yoffset=22 xadvance=69 page=11 chnl=15 -char id=19545 x=476 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19546 x=737 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19547 x=680 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19548 x=536 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19549 x=325 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19550 x=67 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19551 x=0 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19552 x=402 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19553 x=780 y=594 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19554 x=536 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19555 x=603 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19556 x=325 y=603 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19557 x=636 y=748 width=59 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19558 x=938 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19559 x=272 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19560 x=704 y=594 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19561 x=594 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19562 x=201 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19563 x=825 y=748 width=59 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19564 x=402 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19565 x=536 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19566 x=67 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19567 x=594 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19568 x=871 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19569 x=0 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19570 x=938 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19571 x=938 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19572 x=528 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19573 x=268 y=660 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19574 x=804 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19575 x=612 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19576 x=603 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19577 x=469 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19578 x=67 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19579 x=132 y=402 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=19580 x=938 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19581 x=335 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19582 x=335 y=737 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=19583 x=871 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19584 x=0 y=804 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19585 x=0 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19586 x=938 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19587 x=0 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19588 x=0 y=951 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19589 x=544 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19590 x=402 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19591 x=201 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19592 x=938 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19593 x=938 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19594 x=462 y=402 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19595 x=871 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19596 x=952 y=883 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=1 chnl=15 -char id=19597 x=884 y=883 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19598 x=938 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19599 x=871 y=67 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=19600 x=390 y=201 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19601 x=804 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19602 x=66 y=871 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19603 x=402 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19604 x=134 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19605 x=402 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19606 x=67 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19607 x=670 y=340 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19608 x=402 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19609 x=201 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19610 x=737 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19611 x=594 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19612 x=726 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19613 x=68 y=660 width=64 height=62 xoffset=2 yoffset=21 xadvance=69 page=12 chnl=15 -char id=19614 x=938 y=128 width=63 height=60 xoffset=2 yoffset=21 xadvance=69 page=27 chnl=15 -char id=19615 x=128 y=268 width=60 height=63 xoffset=2 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19616 x=0 y=884 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19617 x=536 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19618 x=476 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19619 x=680 y=335 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19620 x=67 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19621 x=0 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19622 x=469 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19623 x=726 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19624 x=268 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19625 x=402 y=127 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=19626 x=67 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19627 x=272 y=335 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19628 x=204 y=335 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19629 x=520 y=670 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19630 x=670 y=408 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19631 x=268 y=330 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19632 x=0 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19633 x=737 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19634 x=871 y=408 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19635 x=0 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19636 x=528 y=272 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19637 x=128 y=201 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19638 x=64 y=455 width=60 height=61 xoffset=4 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19639 x=0 y=335 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19640 x=266 y=0 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19641 x=398 y=0 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19642 x=464 y=0 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19643 x=396 y=134 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=7 chnl=15 -char id=19644 x=67 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19645 x=660 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19646 x=132 y=792 width=62 height=62 xoffset=2 yoffset=23 xadvance=69 page=18 chnl=15 -char id=19647 x=737 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19648 x=136 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19649 x=884 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19650 x=469 y=469 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=19651 x=195 y=536 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19652 x=67 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=19653 x=816 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19654 x=447 y=748 width=59 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19655 x=715 y=402 width=61 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19656 x=134 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19657 x=335 y=544 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19658 x=748 y=136 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19659 x=926 y=0 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19660 x=462 y=134 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19661 x=938 y=544 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19662 x=256 y=67 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19663 x=0 y=68 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19664 x=130 y=396 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19665 x=201 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19666 x=585 y=476 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19667 x=804 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19668 x=256 y=264 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19669 x=132 y=68 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19670 x=952 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19671 x=128 y=134 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19672 x=469 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19673 x=132 y=536 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=19674 x=660 y=536 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=19675 x=780 y=476 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19676 x=871 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19677 x=910 y=476 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19678 x=396 y=68 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19679 x=315 y=670 width=59 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19680 x=268 y=612 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19681 x=0 y=603 width=64 height=63 xoffset=1 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19682 x=330 y=603 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=19683 x=896 y=462 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19684 x=579 y=680 width=60 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19685 x=737 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=5 chnl=15 -char id=19686 x=330 y=66 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19687 x=201 y=938 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=19688 x=858 y=68 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19689 x=804 y=938 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=19690 x=260 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19691 x=0 y=136 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19692 x=737 y=737 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=19693 x=0 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19694 x=910 y=670 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=9 chnl=15 -char id=19695 x=198 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19696 x=737 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19697 x=938 y=335 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19698 x=65 y=924 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19699 x=130 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19700 x=670 y=612 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19701 x=268 y=335 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=19702 x=871 y=612 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19703 x=585 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19704 x=134 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19705 x=0 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19706 x=67 y=684 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19707 x=195 y=544 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19708 x=134 y=682 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19709 x=737 y=680 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19710 x=204 y=204 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19711 x=402 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19712 x=0 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19713 x=260 y=544 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19714 x=268 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19715 x=536 y=476 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19716 x=66 y=603 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=19717 x=330 y=136 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19718 x=594 y=670 width=62 height=63 xoffset=3 yoffset=22 xadvance=69 page=8 chnl=15 -char id=19719 x=268 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19720 x=660 y=136 width=62 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19721 x=268 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19722 x=87 y=0 width=63 height=65 xoffset=2 yoffset=20 xadvance=69 page=0 chnl=15 -char id=19723 x=737 y=408 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19724 x=136 y=402 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19725 x=804 y=603 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19726 x=63 y=715 width=59 height=61 xoffset=5 yoffset=23 xadvance=69 page=26 chnl=15 -char id=19727 x=792 y=136 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19728 x=858 y=136 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19729 x=195 y=0 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19730 x=195 y=670 width=61 height=63 xoffset=4 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19731 x=192 y=201 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19732 x=325 y=737 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19733 x=961 y=937 width=59 height=62 xoffset=3 yoffset=22 xadvance=69 page=11 chnl=15 -char id=19734 x=0 y=737 width=59 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19735 x=650 y=544 width=61 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19736 x=792 y=871 width=62 height=63 xoffset=1 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19737 x=201 y=603 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=19738 x=650 y=402 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19739 x=960 y=201 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19740 x=585 y=594 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19741 x=195 y=66 width=61 height=62 xoffset=4 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19742 x=576 y=396 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19743 x=335 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=19744 x=603 y=544 width=63 height=64 xoffset=2 yoffset=20 xadvance=69 page=0 chnl=15 -char id=19745 x=536 y=919 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=24 chnl=15 -char id=19746 x=536 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19747 x=264 y=67 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19748 x=924 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19749 x=938 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19750 x=792 y=204 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19751 x=804 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=19752 x=612 y=134 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19753 x=924 y=204 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19754 x=201 y=409 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19755 x=804 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19756 x=737 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19757 x=469 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19758 x=325 y=726 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19759 x=0 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19760 x=340 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19761 x=603 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19762 x=204 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19763 x=67 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19764 x=66 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19765 x=871 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19766 x=0 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19767 x=67 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19768 x=201 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19769 x=680 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=19770 x=612 y=272 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19771 x=670 y=544 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19772 x=335 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19773 x=0 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19774 x=0 y=737 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=19775 x=670 y=670 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=19776 x=272 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19777 x=402 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=19778 x=264 y=804 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19779 x=0 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19780 x=407 y=134 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=19781 x=264 y=528 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19782 x=871 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19783 x=748 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19784 x=0 y=272 width=62 height=64 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19785 x=198 y=67 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19786 x=680 y=0 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=19787 x=268 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19788 x=670 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19789 x=603 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19790 x=264 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19791 x=67 y=66 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19792 x=670 y=536 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19793 x=260 y=201 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19794 x=448 y=198 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=19795 x=804 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19796 x=68 y=924 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19797 x=938 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19798 x=594 y=640 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19799 x=924 y=594 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19800 x=871 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19801 x=603 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19802 x=528 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19803 x=748 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19804 x=536 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=19805 x=660 y=858 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19806 x=558 y=462 width=58 height=62 xoffset=4 yoffset=23 xadvance=69 page=24 chnl=15 -char id=19807 x=670 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19808 x=520 y=396 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19809 x=0 y=195 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19810 x=340 y=858 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19811 x=924 y=896 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19812 x=704 y=448 width=60 height=60 xoffset=4 yoffset=25 xadvance=69 page=28 chnl=15 -char id=19813 x=268 y=201 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=4 chnl=15 -char id=19814 x=402 y=65 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19815 x=396 y=528 width=62 height=62 xoffset=4 yoffset=22 xadvance=69 page=20 chnl=15 -char id=19816 x=871 y=804 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=6 chnl=15 -char id=19817 x=65 y=201 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=19818 x=402 y=128 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19819 x=330 y=737 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19820 x=544 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=19821 x=67 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19822 x=336 y=0 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=19823 x=804 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19824 x=402 y=408 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19825 x=268 y=469 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=19826 x=204 y=909 width=64 height=60 xoffset=2 yoffset=24 xadvance=69 page=26 chnl=15 -char id=19827 x=428 y=0 width=64 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19828 x=402 y=0 width=63 height=61 xoffset=2 yoffset=24 xadvance=69 page=25 chnl=15 -char id=19829 x=268 y=340 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19830 x=136 y=725 width=64 height=61 xoffset=1 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19831 x=603 y=195 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=19832 x=402 y=325 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=19833 x=603 y=919 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19834 x=0 y=0 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19835 x=726 y=132 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19836 x=132 y=272 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19837 x=650 y=134 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19838 x=746 y=272 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19839 x=260 y=612 width=61 height=64 xoffset=4 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19840 x=536 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19841 x=260 y=198 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19842 x=65 y=528 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19843 x=62 y=816 width=65 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19844 x=871 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19845 x=134 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19846 x=469 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=19847 x=325 y=792 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19848 x=469 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19849 x=130 y=660 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19850 x=330 y=402 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=19851 x=0 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19852 x=396 y=272 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19853 x=201 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19854 x=340 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19855 x=335 y=408 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19856 x=134 y=614 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19857 x=402 y=612 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19858 x=462 y=272 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=19859 x=910 y=737 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19860 x=335 y=855 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19861 x=402 y=854 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=19862 x=737 y=134 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=19863 x=330 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19864 x=938 y=528 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=14 chnl=15 -char id=19865 x=66 y=650 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=19866 x=670 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19867 x=195 y=264 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19868 x=845 y=858 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=19869 x=134 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=19870 x=201 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19871 x=448 y=0 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=19872 x=858 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=19873 x=384 y=938 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=19874 x=871 y=858 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=19875 x=268 y=66 width=63 height=62 xoffset=3 yoffset=21 xadvance=69 page=15 chnl=15 -char id=19876 x=132 y=330 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=19877 x=0 y=616 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19878 x=804 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19879 x=737 y=544 width=63 height=64 xoffset=3 yoffset=21 xadvance=69 page=0 chnl=15 -char id=19880 x=804 y=670 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19881 x=402 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19882 x=938 y=528 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=19883 x=0 y=594 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19884 x=325 y=256 width=61 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=19885 x=670 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=19886 x=264 y=335 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=19887 x=201 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=19888 x=68 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=19889 x=603 y=858 width=63 height=62 xoffset=2 yoffset=21 xadvance=69 page=14 chnl=15 -char id=19890 x=195 y=670 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=19891 x=67 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=19892 x=804 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=19893 x=670 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=63744 x=0 y=715 width=59 height=61 xoffset=4 yoffset=22 xadvance=69 page=26 chnl=15 -char id=63745 x=396 y=568 width=62 height=59 xoffset=3 yoffset=25 xadvance=69 page=29 chnl=15 -char id=63746 x=585 y=612 width=61 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=63747 x=192 y=390 width=60 height=61 xoffset=4 yoffset=24 xadvance=69 page=26 chnl=15 -char id=63748 x=132 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=63749 x=663 y=871 width=54 height=63 xoffset=7 yoffset=21 xadvance=69 page=11 chnl=15 -char id=63750 x=704 y=396 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63751 x=66 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=63752 x=132 y=603 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=63753 x=536 y=408 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=63754 x=67 y=65 width=63 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=63755 x=305 y=528 width=57 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=63756 x=544 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=63757 x=136 y=462 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63758 x=748 y=938 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63759 x=726 y=896 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63760 x=264 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=63761 x=469 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63762 x=340 y=871 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=63763 x=670 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63764 x=462 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=63765 x=871 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=63766 x=612 y=804 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63767 x=816 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63768 x=402 y=67 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=63769 x=594 y=469 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=63770 x=408 y=804 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63771 x=201 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=63772 x=256 y=938 width=60 height=63 xoffset=3 yoffset=22 xadvance=69 page=10 chnl=15 -char id=63773 x=195 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=63774 x=260 y=402 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=63775 x=960 y=858 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63776 x=0 y=134 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=63777 x=0 y=132 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63778 x=726 y=858 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=19 chnl=15 -char id=63779 x=65 y=384 width=61 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=63780 x=536 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63781 x=871 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63782 x=476 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63783 x=268 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63784 x=910 y=528 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63785 x=504 y=264 width=59 height=62 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=63786 x=408 y=335 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63787 x=884 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63788 x=924 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=63789 x=938 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=63790 x=335 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63791 x=640 y=268 width=60 height=63 xoffset=3 yoffset=21 xadvance=69 page=11 chnl=15 -char id=63792 x=272 y=469 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=63793 x=67 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=63794 x=938 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=63795 x=396 y=469 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=63796 x=792 y=520 width=62 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=63797 x=0 y=396 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=63798 x=0 y=858 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63799 x=469 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=63800 x=330 y=704 width=62 height=60 xoffset=4 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63801 x=536 y=536 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=63802 x=660 y=0 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=63803 x=612 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63804 x=268 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=63805 x=884 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63806 x=192 y=264 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63807 x=816 y=402 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63808 x=132 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63809 x=268 y=396 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63810 x=198 y=396 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=20 chnl=15 -char id=63811 x=330 y=442 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=63812 x=737 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=63813 x=910 y=402 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=63814 x=320 y=792 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63815 x=402 y=256 width=63 height=60 xoffset=1 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63816 x=272 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63817 x=626 y=768 width=58 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63818 x=726 y=568 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=63819 x=845 y=320 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63820 x=402 y=952 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=63821 x=402 y=660 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=63822 x=715 y=462 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63823 x=780 y=128 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63824 x=804 y=748 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=63825 x=192 y=448 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63826 x=832 y=660 width=60 height=62 xoffset=3 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63827 x=197 y=469 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=63828 x=938 y=67 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=5 chnl=15 -char id=63829 x=335 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=63830 x=816 y=66 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63831 x=0 y=67 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=63832 x=520 y=132 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=63833 x=65 y=858 width=61 height=62 xoffset=5 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63834 x=813 y=272 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=63835 x=335 y=871 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=3 chnl=15 -char id=63836 x=264 y=792 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=63837 x=0 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=63838 x=858 y=379 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=63839 x=640 y=132 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63840 x=201 y=65 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=63841 x=260 y=594 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63842 x=65 y=320 width=61 height=60 xoffset=3 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63843 x=272 y=725 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=63844 x=340 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63845 x=134 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=63846 x=952 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63847 x=729 y=0 width=62 height=58 xoffset=3 yoffset=26 xadvance=69 page=30 chnl=15 -char id=63848 x=670 y=919 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=63849 x=670 y=0 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=63850 x=130 y=536 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=9 chnl=15 -char id=63851 x=335 y=0 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=63852 x=871 y=130 width=63 height=61 xoffset=3 yoffset=22 xadvance=69 page=25 chnl=15 -char id=63853 x=594 y=528 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=63854 x=0 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=63855 x=737 y=192 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63856 x=340 y=660 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63857 x=134 y=191 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=63858 x=66 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=63859 x=204 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63860 x=198 y=0 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=63861 x=340 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63862 x=858 y=402 width=62 height=63 xoffset=5 yoffset=21 xadvance=69 page=9 chnl=15 -char id=63863 x=520 y=67 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=63864 x=699 y=124 width=58 height=58 xoffset=5 yoffset=26 xadvance=69 page=30 chnl=15 -char id=63865 x=536 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=63866 x=335 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=63867 x=469 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=63868 x=960 y=469 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=11 chnl=15 -char id=63869 x=737 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=63870 x=130 y=758 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=63871 x=264 y=737 width=62 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=63872 x=969 y=528 width=50 height=59 xoffset=9 yoffset=25 xadvance=69 page=24 chnl=15 -char id=63873 x=719 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63874 x=804 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63875 x=748 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63876 x=469 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63877 x=603 y=190 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=63878 x=722 y=896 width=56 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63879 x=335 y=0 width=63 height=62 xoffset=2 yoffset=23 xadvance=69 page=14 chnl=15 -char id=63880 x=469 y=448 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63881 x=469 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=63882 x=124 y=396 width=58 height=62 xoffset=3 yoffset=22 xadvance=69 page=24 chnl=15 -char id=63883 x=462 y=832 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63884 x=858 y=896 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63885 x=0 y=402 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=4 chnl=15 -char id=63886 x=390 y=737 width=61 height=63 xoffset=3 yoffset=21 xadvance=69 page=10 chnl=15 -char id=63887 x=612 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63888 x=268 y=390 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=63889 x=0 y=804 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63890 x=134 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=63891 x=476 y=0 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63892 x=67 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=63893 x=594 y=660 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=63894 x=340 y=737 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63895 x=67 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=63896 x=520 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=22 chnl=15 -char id=63897 x=792 y=536 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=7 chnl=15 -char id=63898 x=804 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=63899 x=816 y=594 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63900 x=0 y=65 width=61 height=61 xoffset=1 yoffset=23 xadvance=69 page=26 chnl=15 -char id=63901 x=396 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=63902 x=821 y=883 width=58 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=63903 x=469 y=195 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=63904 x=68 y=264 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63905 x=335 y=256 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63906 x=737 y=402 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=63907 x=67 y=920 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=24 chnl=15 -char id=63908 x=748 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63909 x=612 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63910 x=396 y=402 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=7 chnl=15 -char id=63911 x=476 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63912 x=737 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=63913 x=370 y=947 width=57 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=63914 x=768 y=528 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63915 x=816 y=335 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63916 x=612 y=469 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63917 x=938 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63918 x=64 y=448 width=60 height=60 xoffset=3 yoffset=22 xadvance=69 page=28 chnl=15 -char id=63919 x=476 y=268 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63920 x=737 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=63921 x=272 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63922 x=134 y=448 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63923 x=857 y=568 width=61 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=63924 x=476 y=816 width=65 height=63 xoffset=1 yoffset=22 xadvance=69 page=1 chnl=15 -char id=63925 x=594 y=924 width=62 height=62 xoffset=1 yoffset=22 xadvance=69 page=19 chnl=15 -char id=63926 x=201 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=63927 x=330 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=63928 x=884 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63929 x=858 y=442 width=62 height=59 xoffset=3 yoffset=24 xadvance=69 page=29 chnl=15 -char id=63930 x=60 y=187 width=54 height=58 xoffset=7 yoffset=26 xadvance=69 page=30 chnl=15 -char id=63931 x=138 y=938 width=65 height=62 xoffset=2 yoffset=22 xadvance=69 page=11 chnl=15 -char id=63932 x=462 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=63933 x=264 y=576 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63934 x=748 y=198 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63935 x=132 y=462 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=63936 x=726 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=63937 x=268 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=63938 x=0 y=726 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=15 chnl=15 -char id=63939 x=871 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=63940 x=871 y=0 width=63 height=62 xoffset=3 yoffset=22 xadvance=69 page=17 chnl=15 -char id=63941 x=640 y=576 width=60 height=60 xoffset=4 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63942 x=832 y=448 width=60 height=60 xoffset=5 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63943 x=390 y=858 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63944 x=938 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63945 x=715 y=804 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=9 chnl=15 -char id=63946 x=134 y=726 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=63947 x=650 y=792 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63948 x=680 y=792 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63949 x=512 y=792 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63950 x=204 y=594 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63951 x=469 y=198 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=63952 x=770 y=594 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=63953 x=780 y=0 width=61 height=61 xoffset=3 yoffset=22 xadvance=69 page=26 chnl=15 -char id=63954 x=544 y=67 width=64 height=63 xoffset=2 yoffset=22 xadvance=69 page=2 chnl=15 -char id=63955 x=896 y=0 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=63956 x=0 y=938 width=65 height=62 xoffset=1 yoffset=22 xadvance=69 page=11 chnl=15 -char id=63957 x=338 y=816 width=65 height=63 xoffset=1 yoffset=21 xadvance=69 page=1 chnl=15 -char id=63958 x=952 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=63959 x=871 y=670 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=63960 x=134 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=63961 x=938 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=63962 x=0 y=254 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=63963 x=849 y=330 width=61 height=62 xoffset=3 yoffset=22 xadvance=69 page=21 chnl=15 -char id=63964 x=260 y=804 width=61 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=63965 x=832 y=726 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63966 x=938 y=938 width=63 height=63 xoffset=3 yoffset=22 xadvance=69 page=3 chnl=15 -char id=63967 x=871 y=64 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=63968 x=819 y=704 width=59 height=60 xoffset=2 yoffset=25 xadvance=69 page=28 chnl=15 -char id=63969 x=469 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63970 x=268 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63971 x=0 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=63972 x=308 y=186 width=63 height=57 xoffset=2 yoffset=25 xadvance=69 page=30 chnl=15 -char id=63973 x=603 y=792 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63974 x=330 y=0 width=62 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63975 x=871 y=804 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=3 chnl=15 -char id=63976 x=0 y=804 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=63977 x=192 y=124 width=60 height=58 xoffset=4 yoffset=24 xadvance=69 page=30 chnl=15 -char id=63978 x=533 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=18 chnl=15 -char id=63979 x=760 y=640 width=59 height=60 xoffset=6 yoffset=24 xadvance=69 page=28 chnl=15 -char id=63980 x=858 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=63981 x=68 y=396 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63982 x=938 y=612 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=63983 x=469 y=0 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=63984 x=640 y=396 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=63985 x=451 y=680 width=60 height=64 xoffset=5 yoffset=21 xadvance=69 page=1 chnl=15 -char id=63986 x=0 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=63987 x=476 y=804 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63988 x=340 y=0 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=63989 x=0 y=67 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=4 chnl=15 -char id=63990 x=761 y=66 width=59 height=62 xoffset=5 yoffset=22 xadvance=69 page=24 chnl=15 -char id=63991 x=845 y=128 width=61 height=60 xoffset=3 yoffset=21 xadvance=69 page=28 chnl=15 -char id=63992 x=330 y=715 width=62 height=61 xoffset=2 yoffset=21 xadvance=69 page=25 chnl=15 -char id=63993 x=938 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=63994 x=201 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63995 x=201 y=330 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=63996 x=476 y=883 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=1 chnl=15 -char id=63997 x=594 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=63998 x=816 y=528 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=13 chnl=15 -char id=63999 x=192 y=726 width=60 height=62 xoffset=2 yoffset=22 xadvance=69 page=23 chnl=15 -char id=64000 x=330 y=520 width=62 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=64001 x=938 y=268 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=64002 x=858 y=670 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=64003 x=603 y=0 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=7 chnl=15 -char id=64004 x=0 y=67 width=60 height=63 xoffset=4 yoffset=21 xadvance=69 page=11 chnl=15 -char id=64005 x=832 y=455 width=60 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=64006 x=660 y=896 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=64007 x=462 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=64008 x=603 y=268 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=3 chnl=15 -char id=64009 x=320 y=924 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=64010 x=66 y=896 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=64011 x=792 y=132 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=21 chnl=15 -char id=64012 x=241 y=186 width=63 height=57 xoffset=2 yoffset=28 xadvance=69 page=30 chnl=15 -char id=64013 x=132 y=0 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=64014 x=66 y=660 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=64015 x=680 y=726 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=64016 x=938 y=789 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=64017 x=576 y=198 width=60 height=62 xoffset=4 yoffset=22 xadvance=69 page=23 chnl=15 -char id=64018 x=832 y=528 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=64019 x=469 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=64020 x=612 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=64021 x=0 y=640 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=64022 x=134 y=201 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=5 chnl=15 -char id=64023 x=57 y=0 width=64 height=58 xoffset=2 yoffset=24 xadvance=69 page=30 chnl=15 -char id=64024 x=603 y=325 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=64025 x=715 y=858 width=61 height=62 xoffset=2 yoffset=22 xadvance=69 page=22 chnl=15 -char id=64026 x=402 y=462 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=64027 x=520 y=631 width=61 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=64028 x=396 y=792 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=64029 x=670 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=64030 x=325 y=758 width=60 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=64031 x=726 y=726 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=64032 x=804 y=132 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=64033 x=66 y=960 width=62 height=60 xoffset=2 yoffset=22 xadvance=69 page=27 chnl=15 -char id=64034 x=924 y=396 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=64035 x=272 y=68 width=64 height=64 xoffset=1 yoffset=21 xadvance=69 page=0 chnl=15 -char id=64036 x=402 y=396 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=64037 x=469 y=264 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=15 chnl=15 -char id=64038 x=272 y=0 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=64039 x=469 y=268 width=63 height=63 xoffset=1 yoffset=21 xadvance=69 page=5 chnl=15 -char id=64040 x=201 y=938 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=64041 x=908 y=804 width=60 height=63 xoffset=5 yoffset=21 xadvance=69 page=10 chnl=15 -char id=64042 x=136 y=66 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=64043 x=650 y=660 width=61 height=62 xoffset=1 yoffset=22 xadvance=69 page=21 chnl=15 -char id=64044 x=0 y=792 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=14 chnl=15 -char id=64045 x=268 y=528 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=64046 x=792 y=594 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=19 chnl=15 -char id=64047 x=884 y=469 width=64 height=63 xoffset=1 yoffset=21 xadvance=69 page=2 chnl=15 -char id=64048 x=408 y=198 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=64049 x=952 y=198 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=64050 x=330 y=640 width=62 height=60 xoffset=3 yoffset=24 xadvance=69 page=27 chnl=15 -char id=64051 x=335 y=66 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=14 chnl=15 -char id=64052 x=910 y=134 width=61 height=63 xoffset=2 yoffset=22 xadvance=69 page=10 chnl=15 -char id=64053 x=520 y=804 width=61 height=63 xoffset=4 yoffset=21 xadvance=69 page=9 chnl=15 -char id=64054 x=62 y=947 width=58 height=59 xoffset=5 yoffset=25 xadvance=69 page=29 chnl=15 -char id=64055 x=832 y=132 width=60 height=62 xoffset=5 yoffset=22 xadvance=69 page=23 chnl=15 -char id=64056 x=500 y=64 width=64 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=64057 x=670 y=871 width=63 height=63 xoffset=2 yoffset=22 xadvance=69 page=6 chnl=15 -char id=64058 x=0 y=249 width=60 height=57 xoffset=4 yoffset=25 xadvance=69 page=30 chnl=15 -char id=64059 x=132 y=569 width=62 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=64060 x=0 y=594 width=55 height=62 xoffset=6 yoffset=22 xadvance=69 page=24 chnl=15 -char id=64061 x=204 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=64062 x=748 y=330 width=64 height=62 xoffset=2 yoffset=22 xadvance=69 page=12 chnl=15 -char id=64063 x=816 y=603 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=64064 x=938 y=130 width=63 height=61 xoffset=2 yoffset=22 xadvance=69 page=25 chnl=15 -char id=64065 x=680 y=396 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=64066 x=832 y=268 width=60 height=63 xoffset=6 yoffset=21 xadvance=69 page=11 chnl=15 -char id=64067 x=845 y=64 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=64068 x=748 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=64069 x=268 y=536 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=6 chnl=15 -char id=64070 x=660 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=64071 x=737 y=871 width=63 height=63 xoffset=2 yoffset=21 xadvance=69 page=6 chnl=15 -char id=64072 x=68 y=0 width=64 height=62 xoffset=1 yoffset=22 xadvance=69 page=13 chnl=15 -char id=64073 x=64 y=990 width=54 height=27 xoffset=5 yoffset=22 xadvance=69 page=12 chnl=15 -char id=64074 x=296 y=64 width=64 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=64075 x=804 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=64076 x=0 y=130 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=64077 x=335 y=390 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=64078 x=201 y=390 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=64079 x=858 y=198 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=64080 x=268 y=127 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=64081 x=67 y=254 width=63 height=59 xoffset=2 yoffset=26 xadvance=69 page=29 chnl=15 -char id=64082 x=792 y=568 width=61 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=64083 x=0 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=64084 x=272 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=64085 x=396 y=264 width=62 height=62 xoffset=3 yoffset=22 xadvance=69 page=20 chnl=15 -char id=64086 x=462 y=536 width=62 height=63 xoffset=2 yoffset=21 xadvance=69 page=8 chnl=15 -char id=64087 x=544 y=201 width=64 height=63 xoffset=2 yoffset=21 xadvance=69 page=2 chnl=15 -char id=64088 x=670 y=924 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=16 chnl=15 -char id=64089 x=0 y=201 width=63 height=63 xoffset=3 yoffset=21 xadvance=69 page=4 chnl=15 -char id=64090 x=260 y=320 width=61 height=60 xoffset=2 yoffset=24 xadvance=69 page=28 chnl=15 -char id=64091 x=330 y=66 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=19 chnl=15 -char id=64092 x=66 y=340 width=62 height=64 xoffset=3 yoffset=21 xadvance=69 page=1 chnl=15 -char id=64093 x=257 y=990 width=60 height=25 xoffset=4 yoffset=23 xadvance=69 page=12 chnl=15 -char id=64094 x=321 y=990 width=59 height=25 xoffset=4 yoffset=23 xadvance=69 page=12 chnl=15 -char id=64095 x=264 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=64096 x=726 y=924 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=18 chnl=15 -char id=64097 x=469 y=190 width=63 height=59 xoffset=2 yoffset=25 xadvance=69 page=29 chnl=15 -char id=64098 x=910 y=0 width=61 height=61 xoffset=2 yoffset=23 xadvance=69 page=26 chnl=15 -char id=64099 x=132 y=858 width=62 height=62 xoffset=2 yoffset=22 xadvance=69 page=20 chnl=15 -char id=64100 x=455 y=268 width=61 height=63 xoffset=2 yoffset=21 xadvance=69 page=10 chnl=15 -char id=64101 x=748 y=724 width=64 height=61 xoffset=2 yoffset=23 xadvance=69 page=24 chnl=15 -char id=64102 x=871 y=260 width=63 height=61 xoffset=2 yoffset=23 xadvance=69 page=25 chnl=15 -char id=64103 x=603 y=858 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=64104 x=536 y=594 width=63 height=62 xoffset=2 yoffset=22 xadvance=69 page=17 chnl=15 -char id=64105 x=132 y=871 width=62 height=63 xoffset=3 yoffset=21 xadvance=69 page=8 chnl=15 -char id=64106 x=402 y=816 width=63 height=64 xoffset=2 yoffset=21 xadvance=69 page=0 chnl=15 -char id=64107 x=132 y=462 width=62 height=62 xoffset=3 yoffset=21 xadvance=69 page=19 chnl=15 -char id=64108 x=201 y=384 width=63 height=60 xoffset=2 yoffset=24 xadvance=69 page=27 chnl=15 -char id=64109 x=804 y=264 width=63 height=62 xoffset=1 yoffset=22 xadvance=69 page=17 chnl=15 -char id=65072 x=1005 y=340 width=10 height=44 xoffset=29 yoffset=31 xadvance=69 page=0 chnl=15 -char id=65073 x=1014 y=0 width=3 height=58 xoffset=32 yoffset=24 xadvance=69 page=0 chnl=15 -char id=65074 x=1014 y=272 width=3 height=18 xoffset=32 yoffset=44 xadvance=69 page=0 chnl=15 -char id=65075 x=13 y=0 width=3 height=68 xoffset=0 yoffset=19 xadvance=69 page=0 chnl=15 -char id=65076 x=0 y=0 width=9 height=68 xoffset=2 yoffset=19 xadvance=69 page=0 chnl=15 -char id=65077 x=693 y=990 width=65 height=19 xoffset=1 yoffset=65 xadvance=69 page=12 chnl=15 -char id=65078 x=831 y=990 width=65 height=19 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=65079 x=900 y=990 width=65 height=19 xoffset=1 yoffset=66 xadvance=69 page=12 chnl=15 -char id=65080 x=624 y=990 width=65 height=19 xoffset=1 yoffset=21 xadvance=69 page=12 chnl=15 -char id=65081 x=762 y=990 width=65 height=19 xoffset=1 yoffset=66 xadvance=69 page=12 chnl=15 -char id=65082 x=65 y=990 width=65 height=18 xoffset=1 yoffset=21 xadvance=69 page=13 chnl=15 -char id=65083 x=436 y=990 width=64 height=22 xoffset=2 yoffset=63 xadvance=69 page=12 chnl=15 -char id=65084 x=556 y=990 width=64 height=21 xoffset=2 yoffset=21 xadvance=69 page=12 chnl=15 -char id=65085 x=62 y=985 width=63 height=31 xoffset=2 yoffset=54 xadvance=69 page=24 chnl=15 -char id=65086 x=129 y=985 width=63 height=31 xoffset=2 yoffset=21 xadvance=69 page=24 chnl=15 -char id=65087 x=190 y=990 width=63 height=25 xoffset=2 yoffset=58 xadvance=69 page=12 chnl=15 -char id=65088 x=122 y=990 width=64 height=25 xoffset=2 yoffset=23 xadvance=69 page=12 chnl=15 -char id=65089 x=384 y=990 width=48 height=23 xoffset=18 yoffset=62 xadvance=69 page=12 chnl=15 -char id=65090 x=504 y=990 width=48 height=22 xoffset=1 yoffset=22 xadvance=69 page=12 chnl=15 -char id=65091 x=975 y=638 width=45 height=25 xoffset=20 yoffset=60 xadvance=69 page=1 chnl=15 -char id=65092 x=975 y=536 width=45 height=24 xoffset=2 yoffset=21 xadvance=69 page=9 chnl=15 -char id=65093 x=975 y=538 width=45 height=46 xoffset=11 yoffset=31 xadvance=69 page=1 chnl=15 -char id=65094 x=975 y=588 width=44 height=46 xoffset=12 yoffset=31 xadvance=69 page=1 chnl=15 -char id=65095 x=134 y=990 width=63 height=18 xoffset=2 yoffset=67 xadvance=69 page=13 chnl=15 -char id=65096 x=201 y=990 width=63 height=18 xoffset=2 yoffset=21 xadvance=69 page=13 chnl=15 -char id=65097 x=68 y=1017 width=41 height=3 xoffset=13 yoffset=26 xadvance=69 page=1 chnl=15 -char id=65098 x=975 y=667 width=41 height=4 xoffset=13 yoffset=26 xadvance=69 page=1 chnl=15 -char id=65099 x=0 y=1005 width=68 height=9 xoffset=0 yoffset=21 xadvance=69 page=2 chnl=15 -char id=65100 x=893 y=1003 width=68 height=17 xoffset=0 yoffset=21 xadvance=69 page=11 chnl=15 -char id=65101 x=144 y=1005 width=41 height=4 xoffset=13 yoffset=76 xadvance=69 page=2 chnl=15 -char id=65102 x=189 y=1005 width=41 height=4 xoffset=13 yoffset=76 xadvance=69 page=2 chnl=15 -char id=65103 x=72 y=1005 width=68 height=9 xoffset=0 yoffset=76 xadvance=69 page=2 chnl=15 diff --git a/osu.Game.Resources/Fonts/Noto-Hangul.bin b/osu.Game.Resources/Fonts/Noto-Hangul.bin new file mode 100644 index 0000000000000000000000000000000000000000..fcab0c4769814283d6f5c4a77633e836df10190f GIT binary patch literal 241752 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 PtRh0%M@%K+JZ=95nLg}5 literal 0 HcmV?d00001 diff --git a/osu.Game.Resources/Fonts/Venera-Light.fnt b/osu.Game.Resources/Fonts/Venera-Light.fnt deleted file mode 100644 index 43adb06..0000000 --- a/osu.Game.Resources/Fonts/Venera-Light.fnt +++ /dev/null @@ -1,1821 +0,0 @@ -info face="Venera" size=100 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=4 padding=0,0,0,0 spacing=4,4 outline=3 -common lineHeight=100 base=75 scaleW=1024 scaleH=1024 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="Venera-Light_0.png" -chars count=133 -char id=32 x=1013 y=532 width=7 height=7 xoffset=-3 yoffset=96 xadvance=33 page=0 chnl=15 -char id=33 x=1001 y=84 width=12 height=75 xoffset=7 yoffset=3 xadvance=25 page=0 chnl=15 -char id=34 x=541 y=661 width=31 height=35 xoffset=5 yoffset=3 xadvance=42 page=0 chnl=15 -char id=35 x=630 y=574 width=76 height=67 xoffset=2 yoffset=8 xadvance=81 page=0 chnl=15 -char id=36 x=0 y=0 width=90 height=96 xoffset=2 yoffset=-3 xadvance=93 page=0 chnl=15 -char id=37 x=304 y=96 width=100 height=77 xoffset=1 yoffset=2 xadvance=102 page=0 chnl=15 -char id=38 x=95 y=345 width=91 height=75 xoffset=3 yoffset=3 xadvance=95 page=0 chnl=15 -char id=39 x=999 y=493 width=11 height=35 xoffset=5 yoffset=3 xadvance=22 page=0 chnl=15 -char id=40 x=571 y=0 width=22 height=92 xoffset=3 yoffset=-3 xadvance=27 page=0 chnl=15 -char id=41 x=597 y=0 width=22 height=92 xoffset=2 yoffset=-3 xadvance=27 page=0 chnl=15 -char id=42 x=213 y=661 width=47 height=46 xoffset=3 yoffset=0 xadvance=54 page=0 chnl=15 -char id=43 x=782 y=573 width=68 height=59 xoffset=2 yoffset=11 xadvance=72 page=0 chnl=15 -char id=44 x=776 y=645 width=18 height=30 xoffset=2 yoffset=59 xadvance=26 page=0 chnl=15 -char id=45 x=370 y=706 width=46 height=11 xoffset=5 yoffset=35 xadvance=57 page=0 chnl=15 -char id=46 x=1003 y=625 width=12 height=18 xoffset=5 yoffset=60 xadvance=23 page=0 chnl=15 -char id=47 x=300 y=0 width=51 height=92 xoffset=0 yoffset=-3 xadvance=51 page=0 chnl=15 -char id=48 x=614 y=96 width=95 height=77 xoffset=3 yoffset=2 xadvance=102 page=0 chnl=15 -char id=49 x=966 y=245 width=36 height=75 xoffset=0 yoffset=3 xadvance=43 page=0 chnl=15 -char id=50 x=630 y=495 width=85 height=75 xoffset=3 yoffset=3 xadvance=90 page=0 chnl=15 -char id=51 x=808 y=494 width=84 height=75 xoffset=4 yoffset=3 xadvance=91 page=0 chnl=15 -char id=52 x=901 y=166 width=95 height=75 xoffset=1 yoffset=3 xadvance=97 page=0 chnl=15 -char id=53 x=640 y=415 width=87 height=75 xoffset=3 yoffset=3 xadvance=92 page=0 chnl=15 -char id=54 x=0 y=424 width=88 height=75 xoffset=6 yoffset=3 xadvance=96 page=0 chnl=15 -char id=55 x=896 y=493 width=83 height=75 xoffset=0 yoffset=3 xadvance=84 page=0 chnl=15 -char id=56 x=367 y=424 width=87 height=75 xoffset=3 yoffset=3 xadvance=93 page=0 chnl=15 -char id=57 x=92 y=424 width=88 height=75 xoffset=2 yoffset=3 xadvance=96 page=0 chnl=15 -char id=58 x=983 y=493 width=12 height=69 xoffset=5 yoffset=9 xadvance=23 page=0 chnl=15 -char id=59 x=992 y=0 width=18 height=80 xoffset=4 yoffset=9 xadvance=29 page=0 chnl=15 -char id=60 x=909 y=572 width=51 height=53 xoffset=1 yoffset=14 xadvance=58 page=0 chnl=15 -char id=61 x=325 y=661 width=68 height=41 xoffset=5 yoffset=20 xadvance=79 page=0 chnl=15 -char id=62 x=854 y=573 width=51 height=53 xoffset=5 yoffset=14 xadvance=58 page=0 chnl=15 -char id=63 x=404 y=582 width=67 height=75 xoffset=0 yoffset=3 xadvance=68 page=0 chnl=15 -char id=64 x=653 y=0 width=98 height=89 xoffset=4 yoffset=-2 xadvance=105 page=0 chnl=15 -char id=65 x=0 y=186 width=97 height=76 xoffset=1 yoffset=2 xadvance=98 page=0 chnl=15 -char id=66 x=190 y=345 width=91 height=75 xoffset=7 yoffset=3 xadvance=101 page=0 chnl=15 -char id=67 x=774 y=256 width=92 height=75 xoffset=3 yoffset=3 xadvance=96 page=0 chnl=15 -char id=68 x=0 y=266 width=94 height=75 xoffset=7 yoffset=3 xadvance=104 page=0 chnl=15 -char id=69 x=870 y=252 width=92 height=75 xoffset=3 yoffset=3 xadvance=98 page=0 chnl=15 -char id=70 x=184 y=424 width=88 height=75 xoffset=6 yoffset=3 xadvance=95 page=0 chnl=15 -char id=71 x=678 y=256 width=92 height=75 xoffset=3 yoffset=3 xadvance=100 page=0 chnl=15 -char id=72 x=0 y=503 width=87 height=75 xoffset=7 yoffset=3 xadvance=101 page=0 chnl=15 -char id=73 x=1006 y=245 width=11 height=75 xoffset=7 yoffset=3 xadvance=25 page=0 chnl=15 -char id=74 x=328 y=582 width=72 height=75 xoffset=-2 yoffset=3 xadvance=76 page=0 chnl=15 -char id=75 x=451 y=503 width=86 height=75 xoffset=7 yoffset=3 xadvance=91 page=0 chnl=15 -char id=76 x=86 y=582 width=82 height=75 xoffset=6 yoffset=3 xadvance=86 page=0 chnl=15 -char id=77 x=693 y=177 width=103 height=75 xoffset=7 yoffset=3 xadvance=117 page=0 chnl=15 -char id=78 x=196 y=266 width=93 height=75 xoffset=7 yoffset=3 xadvance=107 page=0 chnl=15 -char id=79 x=408 y=96 width=99 height=77 xoffset=3 yoffset=2 xadvance=106 page=0 chnl=15 -char id=80 x=731 y=415 width=87 height=75 xoffset=7 yoffset=3 xadvance=95 page=0 chnl=15 -char id=81 x=94 y=0 width=99 height=93 xoffset=3 yoffset=2 xadvance=106 page=0 chnl=15 -char id=82 x=663 y=336 width=88 height=75 xoffset=7 yoffset=3 xadvance=99 page=0 chnl=15 -char id=83 x=569 y=336 width=90 height=75 xoffset=2 yoffset=3 xadvance=93 page=0 chnl=15 -char id=84 x=276 y=424 width=87 height=75 xoffset=-2 yoffset=3 xadvance=82 page=0 chnl=15 -char id=85 x=402 y=177 width=88 height=76 xoffset=6 yoffset=3 xadvance=100 page=0 chnl=15 -char id=86 x=202 y=178 width=96 height=76 xoffset=0 yoffset=3 xadvance=97 page=0 chnl=15 -char id=87 x=713 y=93 width=140 height=76 xoffset=1 yoffset=3 xadvance=142 page=0 chnl=15 -char id=88 x=719 y=494 width=85 height=75 xoffset=-2 yoffset=3 xadvance=82 page=0 chnl=15 -char id=89 x=0 y=345 width=91 height=75 xoffset=-2 yoffset=3 xadvance=86 page=0 chnl=15 -char id=90 x=271 y=503 width=86 height=75 xoffset=2 yoffset=3 xadvance=90 page=0 chnl=15 -char id=91 x=495 y=0 width=34 height=92 xoffset=7 yoffset=-3 xadvance=43 page=0 chnl=15 -char id=92 x=355 y=0 width=50 height=92 xoffset=1 yoffset=-3 xadvance=51 page=0 chnl=15 -char id=93 x=533 y=0 width=34 height=92 xoffset=2 yoffset=-3 xadvance=43 page=0 chnl=15 -char id=94 x=264 y=661 width=57 height=42 xoffset=4 yoffset=-1 xadvance=65 page=0 chnl=15 -char id=95 x=137 y=714 width=78 height=11 xoffset=5 yoffset=80 xadvance=88 page=0 chnl=15 -char id=96 x=470 y=705 width=7 height=7 xoffset=-3 yoffset=-3 xadvance=50 page=0 chnl=15 -char id=97 x=101 y=186 width=97 height=76 xoffset=1 yoffset=2 xadvance=98 page=0 chnl=15 -char id=98 x=380 y=337 width=91 height=75 xoffset=7 yoffset=3 xadvance=101 page=0 chnl=15 -char id=99 x=582 y=257 width=92 height=75 xoffset=3 yoffset=3 xadvance=96 page=0 chnl=15 -char id=100 x=98 y=266 width=94 height=75 xoffset=7 yoffset=3 xadvance=104 page=0 chnl=15 -char id=101 x=486 y=257 width=92 height=75 xoffset=3 yoffset=3 xadvance=98 page=0 chnl=15 -char id=102 x=755 y=335 width=88 height=75 xoffset=6 yoffset=3 xadvance=95 page=0 chnl=15 -char id=103 x=390 y=258 width=92 height=75 xoffset=3 yoffset=3 xadvance=100 page=0 chnl=15 -char id=104 x=549 y=416 width=87 height=75 xoffset=7 yoffset=3 xadvance=101 page=0 chnl=15 -char id=105 x=1004 y=410 width=11 height=75 xoffset=7 yoffset=3 xadvance=25 page=0 chnl=15 -char id=106 x=252 y=582 width=72 height=75 xoffset=-2 yoffset=3 xadvance=76 page=0 chnl=15 -char id=107 x=361 y=503 width=86 height=75 xoffset=7 yoffset=3 xadvance=91 page=0 chnl=15 -char id=108 x=0 y=582 width=82 height=75 xoffset=6 yoffset=3 xadvance=86 page=0 chnl=15 -char id=109 x=586 y=177 width=103 height=75 xoffset=7 yoffset=3 xadvance=117 page=0 chnl=15 -char id=110 x=293 y=258 width=93 height=75 xoffset=7 yoffset=3 xadvance=107 page=0 chnl=15 -char id=111 x=511 y=96 width=99 height=77 xoffset=3 yoffset=2 xadvance=106 page=0 chnl=15 -char id=112 x=822 y=414 width=87 height=75 xoffset=7 yoffset=3 xadvance=95 page=0 chnl=15 -char id=113 x=197 y=0 width=99 height=93 xoffset=3 yoffset=2 xadvance=106 page=0 chnl=15 -char id=114 x=847 y=335 width=88 height=75 xoffset=7 yoffset=3 xadvance=99 page=0 chnl=15 -char id=115 x=475 y=337 width=90 height=75 xoffset=2 yoffset=3 xadvance=93 page=0 chnl=15 -char id=116 x=913 y=414 width=87 height=75 xoffset=-2 yoffset=3 xadvance=82 page=0 chnl=15 -char id=117 x=494 y=177 width=88 height=76 xoffset=6 yoffset=3 xadvance=100 page=0 chnl=15 -char id=118 x=302 y=178 width=96 height=76 xoffset=0 yoffset=3 xadvance=97 page=0 chnl=15 -char id=119 x=857 y=86 width=140 height=76 xoffset=1 yoffset=3 xadvance=142 page=0 chnl=15 -char id=120 x=541 y=495 width=85 height=75 xoffset=-2 yoffset=3 xadvance=82 page=0 chnl=15 -char id=121 x=285 y=345 width=91 height=75 xoffset=-2 yoffset=3 xadvance=86 page=0 chnl=15 -char id=122 x=91 y=503 width=86 height=75 xoffset=2 yoffset=3 xadvance=90 page=0 chnl=15 -char id=123 x=452 y=0 width=39 height=92 xoffset=0 yoffset=-3 xadvance=41 page=0 chnl=15 -char id=124 x=623 y=0 width=11 height=92 xoffset=7 yoffset=-3 xadvance=24 page=0 chnl=15 -char id=125 x=409 y=0 width=39 height=92 xoffset=2 yoffset=-3 xadvance=41 page=0 chnl=15 -char id=126 x=798 y=636 width=71 height=25 xoffset=5 yoffset=28 xadvance=81 page=0 chnl=15 -char id=161 x=1000 y=166 width=12 height=75 xoffset=7 yoffset=3 xadvance=25 page=0 chnl=15 -char id=162 x=755 y=0 width=70 height=89 xoffset=1 yoffset=-2 xadvance=74 page=0 chnl=15 -char id=163 x=458 y=416 width=87 height=75 xoffset=2 yoffset=3 xadvance=90 page=0 chnl=15 -char id=164 x=546 y=574 width=80 height=68 xoffset=3 yoffset=7 xadvance=86 page=0 chnl=15 -char id=165 x=181 y=503 width=86 height=75 xoffset=0 yoffset=3 xadvance=86 page=0 chnl=15 -char id=166 x=638 y=0 width=11 height=92 xoffset=7 yoffset=-3 xadvance=24 page=0 chnl=15 -char id=167 x=172 y=582 width=76 height=75 xoffset=3 yoffset=3 xadvance=82 page=0 chnl=15 -char id=168 x=558 y=646 width=7 height=7 xoffset=-3 yoffset=96 xadvance=61 page=0 chnl=15 -char id=169 x=0 y=100 width=103 height=82 xoffset=3 yoffset=0 xadvance=109 page=0 chnl=15 -char id=171 x=0 y=661 width=78 height=49 xoffset=1 yoffset=16 xadvance=85 page=0 chnl=15 -char id=173 x=420 y=705 width=46 height=11 xoffset=5 yoffset=35 xadvance=57 page=0 chnl=15 -char id=174 x=829 y=0 width=103 height=82 xoffset=3 yoffset=0 xadvance=109 page=0 chnl=15 -char id=176 x=497 y=661 width=40 height=40 xoffset=3 yoffset=1 xadvance=47 page=0 chnl=15 -char id=177 x=710 y=574 width=68 height=67 xoffset=4 yoffset=11 xadvance=77 page=0 chnl=15 -char id=180 x=546 y=646 width=8 height=7 xoffset=-3 yoffset=96 xadvance=54 page=0 chnl=15 -char id=182 x=939 y=331 width=77 height=75 xoffset=1 yoffset=3 xadvance=85 page=0 chnl=15 -char id=183 x=0 y=714 width=12 height=18 xoffset=5 yoffset=30 xadvance=23 page=0 chnl=15 -char id=184 x=676 y=645 width=34 height=33 xoffset=5 yoffset=70 xadvance=44 page=0 chnl=15 -char id=187 x=82 y=661 width=78 height=49 xoffset=6 yoffset=16 xadvance=85 page=0 chnl=15 -char id=191 x=475 y=582 width=67 height=75 xoffset=1 yoffset=3 xadvance=68 page=0 chnl=15 -char id=8211 x=219 y=711 width=75 height=11 xoffset=5 yoffset=35 xadvance=86 page=0 chnl=15 -char id=8212 x=16 y=714 width=117 height=11 xoffset=5 yoffset=35 xadvance=128 page=0 chnl=15 -char id=8216 x=661 y=645 width=11 height=35 xoffset=5 yoffset=3 xadvance=22 page=0 chnl=15 -char id=8217 x=646 y=645 width=11 height=35 xoffset=5 yoffset=3 xadvance=22 page=0 chnl=15 -char id=8218 x=754 y=645 width=18 height=30 xoffset=2 yoffset=59 xadvance=26 page=0 chnl=15 -char id=8220 x=576 y=646 width=31 height=35 xoffset=5 yoffset=3 xadvance=42 page=0 chnl=15 -char id=8221 x=611 y=646 width=31 height=35 xoffset=5 yoffset=3 xadvance=42 page=0 chnl=15 -char id=8222 x=714 y=645 width=36 height=30 xoffset=2 yoffset=59 xadvance=44 page=0 chnl=15 -char id=8224 x=107 y=97 width=52 height=82 xoffset=1 yoffset=3 xadvance=54 page=0 chnl=15 -char id=8225 x=936 y=0 width=52 height=82 xoffset=3 yoffset=3 xadvance=59 page=0 chnl=15 -char id=8226 x=873 y=630 width=24 height=24 xoffset=7 yoffset=29 xadvance=38 page=0 chnl=15 -char id=8230 x=901 y=630 width=98 height=18 xoffset=5 yoffset=60 xadvance=109 page=0 chnl=15 -char id=8240 x=163 y=97 width=137 height=77 xoffset=1 yoffset=2 xadvance=140 page=0 chnl=15 -char id=8249 x=964 y=572 width=45 height=49 xoffset=1 yoffset=16 xadvance=52 page=0 chnl=15 -char id=8250 x=164 y=661 width=45 height=49 xoffset=6 yoffset=16 xadvance=52 page=0 chnl=15 -char id=8364 x=800 y=173 width=97 height=75 xoffset=2 yoffset=3 xadvance=102 page=0 chnl=15 -char id=8482 x=397 y=661 width=96 height=40 xoffset=3 yoffset=3 xadvance=105 page=0 chnl=15 -char id=8722 x=298 y=707 width=68 height=11 xoffset=5 yoffset=35 xadvance=79 page=0 chnl=15 -kernings count=1683 -kerning first=32 second=34 amount=-1 -kerning first=32 second=39 amount=-1 -kerning first=32 second=65 amount=-4 -kerning first=32 second=74 amount=-3 -kerning first=32 second=84 amount=-3 -kerning first=32 second=86 amount=-4 -kerning first=32 second=87 amount=-3 -kerning first=32 second=88 amount=-1 -kerning first=32 second=89 amount=-4 -kerning first=32 second=97 amount=-4 -kerning first=32 second=106 amount=-3 -kerning first=32 second=116 amount=-3 -kerning first=32 second=118 amount=-4 -kerning first=32 second=119 amount=-3 -kerning first=32 second=120 amount=-1 -kerning first=32 second=121 amount=-4 -kerning first=8722 second=55 amount=-7 -kerning first=8722 second=50 amount=-4 -kerning first=8722 second=49 amount=-7 -kerning first=8364 second=52 amount=-1 -kerning first=8364 second=48 amount=-2 -kerning first=8250 second=122 amount=-4 -kerning first=8250 second=121 amount=-7 -kerning first=8250 second=120 amount=-6 -kerning first=8250 second=119 amount=-3 -kerning first=8250 second=118 amount=-4 -kerning first=8250 second=116 amount=-9 -kerning first=8250 second=115 amount=-1 -kerning first=8250 second=106 amount=-10 -kerning first=8250 second=97 amount=-4 -kerning first=8250 second=90 amount=-4 -kerning first=8250 second=89 amount=-7 -kerning first=8250 second=88 amount=-6 -kerning first=8250 second=87 amount=-3 -kerning first=32 second=8217 amount=-1 -kerning first=32 second=8221 amount=-1 -kerning first=34 second=32 amount=-1 -kerning first=34 second=44 amount=-11 -kerning first=34 second=46 amount=-11 -kerning first=34 second=47 amount=-6 -kerning first=34 second=65 amount=-6 -kerning first=34 second=74 amount=-15 -kerning first=34 second=97 amount=-6 -kerning first=34 second=106 amount=-15 -kerning first=8250 second=86 amount=-4 -kerning first=8250 second=84 amount=-9 -kerning first=8250 second=83 amount=-1 -kerning first=8250 second=74 amount=-10 -kerning first=8250 second=65 amount=-4 -kerning first=8249 second=121 amount=-2 -kerning first=8249 second=120 amount=-1 -kerning first=8249 second=119 amount=-2 -kerning first=8249 second=118 amount=-2 -kerning first=8249 second=116 amount=-4 -kerning first=8249 second=106 amount=-4 -kerning first=8249 second=97 amount=-2 -kerning first=8249 second=89 amount=-2 -kerning first=8249 second=88 amount=-1 -kerning first=34 second=8218 amount=-11 -kerning first=34 second=8222 amount=-11 -kerning first=34 second=8230 amount=-11 -kerning first=35 second=49 amount=-2 -kerning first=35 second=50 amount=-1 -kerning first=35 second=51 amount=-1 -kerning first=35 second=55 amount=-2 -kerning first=38 second=65 amount=-3 -kerning first=38 second=74 amount=-1 -kerning first=38 second=84 amount=-2 -kerning first=38 second=86 amount=-2 -kerning first=38 second=87 amount=-2 -kerning first=38 second=88 amount=-2 -kerning first=38 second=89 amount=-3 -kerning first=38 second=90 amount=-1 -kerning first=38 second=97 amount=-3 -kerning first=38 second=106 amount=-1 -kerning first=38 second=116 amount=-2 -kerning first=38 second=118 amount=-2 -kerning first=38 second=119 amount=-2 -kerning first=38 second=120 amount=-2 -kerning first=38 second=121 amount=-3 -kerning first=38 second=122 amount=-1 -kerning first=8249 second=87 amount=-2 -kerning first=8249 second=86 amount=-2 -kerning first=8249 second=84 amount=-4 -kerning first=8249 second=74 amount=-4 -kerning first=8249 second=65 amount=-2 -kerning first=8222 second=8221 amount=-11 -kerning first=8222 second=8220 amount=-11 -kerning first=8222 second=8217 amount=-11 -kerning first=8222 second=8216 amount=-11 -kerning first=8222 second=121 amount=-10 -kerning first=8222 second=119 amount=-7 -kerning first=8222 second=118 amount=-8 -kerning first=8222 second=116 amount=-9 -kerning first=8222 second=89 amount=-10 -kerning first=8222 second=87 amount=-7 -kerning first=8222 second=86 amount=-8 -kerning first=8222 second=84 amount=-9 -kerning first=8222 second=55 amount=-8 -kerning first=39 second=32 amount=-1 -kerning first=39 second=44 amount=-11 -kerning first=39 second=46 amount=-11 -kerning first=39 second=47 amount=-6 -kerning first=39 second=65 amount=-6 -kerning first=39 second=74 amount=-15 -kerning first=39 second=97 amount=-6 -kerning first=39 second=106 amount=-15 -kerning first=8222 second=52 amount=-4 -kerning first=8222 second=49 amount=-6 -kerning first=8222 second=39 amount=-11 -kerning first=8222 second=34 amount=-11 -kerning first=8221 second=8230 amount=-11 -kerning first=8221 second=8222 amount=-11 -kerning first=8221 second=8218 amount=-11 -kerning first=8221 second=106 amount=-15 -kerning first=8221 second=97 amount=-6 -kerning first=8221 second=74 amount=-15 -kerning first=8221 second=65 amount=-6 -kerning first=8221 second=47 amount=-6 -kerning first=8221 second=46 amount=-11 -kerning first=8221 second=44 amount=-11 -kerning first=39 second=8218 amount=-11 -kerning first=39 second=8222 amount=-11 -kerning first=39 second=8230 amount=-11 -kerning first=40 second=48 amount=-2 -kerning first=40 second=52 amount=-1 -kerning first=40 second=54 amount=-1 -kerning first=40 second=56 amount=-1 -kerning first=40 second=67 amount=-1 -kerning first=40 second=69 amount=-1 -kerning first=40 second=71 amount=-1 -kerning first=40 second=79 amount=-2 -kerning first=40 second=81 amount=-2 -kerning first=40 second=99 amount=-1 -kerning first=40 second=101 amount=-1 -kerning first=40 second=103 amount=-1 -kerning first=40 second=111 amount=-2 -kerning first=40 second=113 amount=-2 -kerning first=40 second=123 amount=-1 -kerning first=8221 second=32 amount=-1 -kerning first=8220 second=8230 amount=-11 -kerning first=8220 second=8222 amount=-11 -kerning first=8220 second=8218 amount=-11 -kerning first=8220 second=106 amount=-15 -kerning first=8220 second=97 amount=-6 -kerning first=8220 second=74 amount=-15 -kerning first=8220 second=65 amount=-6 -kerning first=8220 second=46 amount=-11 -kerning first=8220 second=44 amount=-11 -kerning first=8218 second=8221 amount=-11 -kerning first=8218 second=8220 amount=-11 -kerning first=8218 second=8217 amount=-11 -kerning first=8218 second=8216 amount=-11 -kerning first=8218 second=121 amount=-10 -kerning first=8218 second=119 amount=-7 -kerning first=8218 second=118 amount=-8 -kerning first=8218 second=116 amount=-9 -kerning first=8218 second=89 amount=-10 -kerning first=8218 second=87 amount=-7 -kerning first=8218 second=86 amount=-8 -kerning first=8218 second=84 amount=-9 -kerning first=8218 second=55 amount=-8 -kerning first=8218 second=52 amount=-4 -kerning first=8218 second=49 amount=-6 -kerning first=8218 second=39 amount=-11 -kerning first=8218 second=34 amount=-11 -kerning first=8217 second=8230 amount=-11 -kerning first=41 second=93 amount=-1 -kerning first=41 second=125 amount=-1 -kerning first=42 second=65 amount=-6 -kerning first=42 second=74 amount=-12 -kerning first=8217 second=8222 amount=-11 -kerning first=42 second=97 amount=-6 -kerning first=42 second=106 amount=-12 -kerning first=8217 second=8218 amount=-11 -kerning first=8217 second=106 amount=-15 -kerning first=8217 second=97 amount=-6 -kerning first=8217 second=74 amount=-15 -kerning first=8217 second=65 amount=-6 -kerning first=8217 second=47 amount=-6 -kerning first=8217 second=46 amount=-11 -kerning first=8217 second=44 amount=-11 -kerning first=8217 second=32 amount=-1 -kerning first=8216 second=8230 amount=-11 -kerning first=8216 second=8222 amount=-11 -kerning first=8216 second=8218 amount=-11 -kerning first=8216 second=106 amount=-15 -kerning first=8216 second=97 amount=-6 -kerning first=8216 second=74 amount=-15 -kerning first=43 second=49 amount=-5 -kerning first=43 second=50 amount=-3 -kerning first=43 second=55 amount=-6 -kerning first=44 second=34 amount=-11 -kerning first=44 second=39 amount=-11 -kerning first=44 second=49 amount=-6 -kerning first=44 second=52 amount=-4 -kerning first=44 second=55 amount=-8 -kerning first=44 second=84 amount=-9 -kerning first=44 second=86 amount=-8 -kerning first=44 second=87 amount=-7 -kerning first=44 second=89 amount=-10 -kerning first=44 second=116 amount=-9 -kerning first=44 second=118 amount=-8 -kerning first=44 second=119 amount=-7 -kerning first=44 second=121 amount=-10 -kerning first=8216 second=65 amount=-6 -kerning first=8216 second=46 amount=-11 -kerning first=8216 second=44 amount=-11 -kerning first=8212 second=122 amount=-4 -kerning first=44 second=8216 amount=-11 -kerning first=44 second=8217 amount=-11 -kerning first=44 second=8220 amount=-11 -kerning first=44 second=8221 amount=-11 -kerning first=45 second=49 amount=-7 -kerning first=45 second=50 amount=-4 -kerning first=45 second=55 amount=-7 -kerning first=45 second=65 amount=-5 -kerning first=45 second=74 amount=-10 -kerning first=45 second=83 amount=-2 -kerning first=45 second=84 amount=-10 -kerning first=45 second=86 amount=-5 -kerning first=45 second=87 amount=-4 -kerning first=45 second=88 amount=-7 -kerning first=45 second=89 amount=-8 -kerning first=45 second=90 amount=-4 -kerning first=45 second=97 amount=-5 -kerning first=45 second=106 amount=-10 -kerning first=45 second=115 amount=-2 -kerning first=45 second=116 amount=-10 -kerning first=45 second=118 amount=-5 -kerning first=45 second=119 amount=-4 -kerning first=45 second=120 amount=-7 -kerning first=45 second=121 amount=-8 -kerning first=45 second=122 amount=-4 -kerning first=8212 second=121 amount=-8 -kerning first=8212 second=120 amount=-7 -kerning first=8212 second=119 amount=-4 -kerning first=8212 second=118 amount=-5 -kerning first=8212 second=116 amount=-10 -kerning first=8212 second=115 amount=-2 -kerning first=8212 second=106 amount=-10 -kerning first=8212 second=97 amount=-5 -kerning first=8212 second=90 amount=-4 -kerning first=8212 second=89 amount=-8 -kerning first=8212 second=88 amount=-7 -kerning first=8212 second=87 amount=-4 -kerning first=8212 second=86 amount=-5 -kerning first=8212 second=84 amount=-10 -kerning first=8212 second=83 amount=-2 -kerning first=8212 second=74 amount=-10 -kerning first=8212 second=65 amount=-5 -kerning first=8212 second=55 amount=-7 -kerning first=8212 second=50 amount=-4 -kerning first=46 second=34 amount=-11 -kerning first=46 second=39 amount=-11 -kerning first=46 second=49 amount=-6 -kerning first=46 second=52 amount=-4 -kerning first=46 second=55 amount=-8 -kerning first=46 second=84 amount=-9 -kerning first=46 second=86 amount=-8 -kerning first=46 second=87 amount=-7 -kerning first=46 second=89 amount=-10 -kerning first=46 second=116 amount=-9 -kerning first=46 second=118 amount=-8 -kerning first=46 second=119 amount=-7 -kerning first=46 second=121 amount=-10 -kerning first=8212 second=49 amount=-7 -kerning first=8211 second=122 amount=-4 -kerning first=8211 second=121 amount=-8 -kerning first=8211 second=120 amount=-7 -kerning first=46 second=8216 amount=-11 -kerning first=46 second=8217 amount=-11 -kerning first=46 second=8220 amount=-11 -kerning first=46 second=8221 amount=-11 -kerning first=47 second=47 amount=-8 -kerning first=47 second=48 amount=-2 -kerning first=47 second=52 amount=-1 -kerning first=47 second=54 amount=-1 -kerning first=47 second=56 amount=-1 -kerning first=47 second=65 amount=-8 -kerning first=47 second=67 amount=-2 -kerning first=47 second=69 amount=-2 -kerning first=47 second=70 amount=-2 -kerning first=47 second=71 amount=-2 -kerning first=47 second=74 amount=-8 -kerning first=47 second=79 amount=-2 -kerning first=47 second=81 amount=-2 -kerning first=47 second=97 amount=-8 -kerning first=47 second=99 amount=-2 -kerning first=47 second=101 amount=-2 -kerning first=47 second=102 amount=-2 -kerning first=47 second=103 amount=-2 -kerning first=47 second=106 amount=-8 -kerning first=47 second=111 amount=-2 -kerning first=47 second=113 amount=-2 -kerning first=8211 second=119 amount=-4 -kerning first=8211 second=118 amount=-5 -kerning first=8211 second=116 amount=-10 -kerning first=8211 second=115 amount=-2 -kerning first=8211 second=106 amount=-10 -kerning first=8211 second=97 amount=-5 -kerning first=8211 second=90 amount=-4 -kerning first=8211 second=89 amount=-8 -kerning first=8211 second=88 amount=-7 -kerning first=8211 second=87 amount=-4 -kerning first=8211 second=86 amount=-5 -kerning first=8211 second=84 amount=-10 -kerning first=8211 second=83 amount=-2 -kerning first=8211 second=74 amount=-10 -kerning first=8211 second=65 amount=-5 -kerning first=8211 second=55 amount=-7 -kerning first=8211 second=50 amount=-4 -kerning first=8211 second=49 amount=-7 -kerning first=191 second=121 amount=-6 -kerning first=191 second=119 amount=-6 -kerning first=191 second=118 amount=-7 -kerning first=191 second=117 amount=-2 -kerning first=191 second=116 amount=-4 -kerning first=191 second=113 amount=-2 -kerning first=191 second=111 amount=-2 -kerning first=191 second=108 amount=-1 -kerning first=191 second=103 amount=-1 -kerning first=191 second=101 amount=-1 -kerning first=191 second=99 amount=-1 -kerning first=191 second=89 amount=-6 -kerning first=191 second=87 amount=-6 -kerning first=191 second=86 amount=-7 -kerning first=191 second=85 amount=-2 -kerning first=191 second=84 amount=-4 -kerning first=191 second=81 amount=-2 -kerning first=191 second=79 amount=-2 -kerning first=191 second=76 amount=-1 -kerning first=191 second=71 amount=-1 -kerning first=191 second=69 amount=-1 -kerning first=191 second=67 amount=-1 -kerning first=187 second=122 amount=-4 -kerning first=187 second=121 amount=-7 -kerning first=48 second=41 amount=-2 -kerning first=48 second=47 amount=-3 -kerning first=48 second=49 amount=-2 -kerning first=48 second=55 amount=-2 -kerning first=48 second=65 amount=-3 -kerning first=48 second=74 amount=-1 -kerning first=48 second=84 amount=-1 -kerning first=48 second=86 amount=-3 -kerning first=48 second=87 amount=-2 -kerning first=48 second=88 amount=-1 -kerning first=48 second=89 amount=-3 -kerning first=48 second=92 amount=-2 -kerning first=48 second=93 amount=-6 -kerning first=48 second=97 amount=-3 -kerning first=48 second=106 amount=-1 -kerning first=48 second=116 amount=-1 -kerning first=48 second=118 amount=-3 -kerning first=48 second=119 amount=-2 -kerning first=48 second=120 amount=-1 -kerning first=48 second=121 amount=-3 -kerning first=48 second=125 amount=-4 -kerning first=187 second=120 amount=-6 -kerning first=187 second=119 amount=-3 -kerning first=187 second=118 amount=-4 -kerning first=187 second=116 amount=-9 -kerning first=187 second=115 amount=-1 -kerning first=187 second=106 amount=-10 -kerning first=187 second=97 amount=-4 -kerning first=187 second=90 amount=-4 -kerning first=187 second=89 amount=-7 -kerning first=187 second=88 amount=-6 -kerning first=187 second=87 amount=-3 -kerning first=187 second=86 amount=-4 -kerning first=187 second=84 amount=-9 -kerning first=187 second=83 amount=-1 -kerning first=187 second=74 amount=-10 -kerning first=187 second=65 amount=-4 -kerning first=183 second=55 amount=-6 -kerning first=183 second=50 amount=-3 -kerning first=49 second=93 amount=-1 -kerning first=49 second=125 amount=-1 -kerning first=50 second=43 amount=-2 -kerning first=50 second=45 amount=-2 -kerning first=50 second=86 amount=-2 -kerning first=50 second=87 amount=-1 -kerning first=50 second=89 amount=-1 -kerning first=50 second=92 amount=-1 -kerning first=50 second=93 amount=-1 -kerning first=50 second=118 amount=-2 -kerning first=50 second=119 amount=-1 -kerning first=50 second=121 amount=-1 -kerning first=50 second=125 amount=-1 -kerning first=50 second=173 amount=-2 -kerning first=50 second=183 amount=-1 -kerning first=183 second=49 amount=-5 -kerning first=173 second=122 amount=-4 -kerning first=173 second=121 amount=-8 -kerning first=173 second=120 amount=-7 -kerning first=173 second=119 amount=-4 -kerning first=50 second=8211 amount=-2 -kerning first=50 second=8212 amount=-2 -kerning first=50 second=8722 amount=-2 -kerning first=51 second=41 amount=-1 -kerning first=51 second=47 amount=-1 -kerning first=51 second=65 amount=-2 -kerning first=51 second=86 amount=-2 -kerning first=51 second=87 amount=-2 -kerning first=51 second=89 amount=-1 -kerning first=51 second=92 amount=-1 -kerning first=51 second=93 amount=-4 -kerning first=51 second=97 amount=-2 -kerning first=51 second=118 amount=-2 -kerning first=51 second=119 amount=-2 -kerning first=51 second=121 amount=-1 -kerning first=51 second=125 amount=-3 -kerning first=173 second=118 amount=-5 -kerning first=173 second=116 amount=-10 -kerning first=173 second=115 amount=-2 -kerning first=173 second=106 amount=-10 -kerning first=173 second=97 amount=-5 -kerning first=173 second=90 amount=-4 -kerning first=173 second=89 amount=-8 -kerning first=173 second=88 amount=-7 -kerning first=173 second=87 amount=-4 -kerning first=173 second=86 amount=-5 -kerning first=173 second=84 amount=-10 -kerning first=173 second=83 amount=-2 -kerning first=173 second=74 amount=-10 -kerning first=173 second=65 amount=-5 -kerning first=173 second=55 amount=-7 -kerning first=173 second=50 amount=-4 -kerning first=52 second=34 amount=-1 -kerning first=52 second=39 amount=-1 -kerning first=52 second=41 amount=-1 -kerning first=52 second=44 amount=-1 -kerning first=52 second=46 amount=-1 -kerning first=52 second=47 amount=-2 -kerning first=52 second=49 amount=-1 -kerning first=52 second=55 amount=-2 -kerning first=52 second=65 amount=-2 -kerning first=52 second=74 amount=-1 -kerning first=52 second=84 amount=-1 -kerning first=52 second=86 amount=-3 -kerning first=52 second=87 amount=-3 -kerning first=52 second=89 amount=-2 -kerning first=52 second=92 amount=-2 -kerning first=52 second=93 amount=-3 -kerning first=52 second=97 amount=-2 -kerning first=52 second=106 amount=-1 -kerning first=52 second=116 amount=-1 -kerning first=52 second=118 amount=-3 -kerning first=52 second=119 amount=-3 -kerning first=52 second=121 amount=-2 -kerning first=52 second=125 amount=-3 -kerning first=52 second=176 amount=-1 -kerning first=173 second=49 amount=-7 -kerning first=171 second=121 amount=-2 -kerning first=171 second=120 amount=-1 -kerning first=171 second=119 amount=-2 -kerning first=171 second=118 amount=-2 -kerning first=171 second=116 amount=-4 -kerning first=171 second=106 amount=-4 -kerning first=171 second=97 amount=-2 -kerning first=171 second=89 amount=-2 -kerning first=171 second=88 amount=-1 -kerning first=171 second=87 amount=-2 -kerning first=171 second=86 amount=-2 -kerning first=171 second=84 amount=-4 -kerning first=171 second=74 amount=-4 -kerning first=171 second=65 amount=-2 -kerning first=163 second=52 amount=-2 -kerning first=163 second=48 amount=-2 -kerning first=125 second=125 amount=-1 -kerning first=52 second=8218 amount=-1 -kerning first=52 second=8222 amount=-1 -kerning first=52 second=8230 amount=-1 -kerning first=53 second=65 amount=-2 -kerning first=53 second=86 amount=-2 -kerning first=53 second=87 amount=-1 -kerning first=53 second=93 amount=-2 -kerning first=53 second=97 amount=-2 -kerning first=53 second=118 amount=-2 -kerning first=53 second=119 amount=-1 -kerning first=53 second=125 amount=-1 -kerning first=125 second=93 amount=-1 -kerning first=125 second=41 amount=-1 -kerning first=123 second=123 amount=-1 -kerning first=123 second=118 amount=-1 -kerning first=123 second=117 amount=-1 -kerning first=123 second=114 amount=-1 -kerning first=123 second=113 amount=-4 -kerning first=123 second=112 amount=-1 -kerning first=123 second=111 amount=-4 -kerning first=123 second=110 amount=-1 -kerning first=123 second=109 amount=-1 -kerning first=123 second=108 amount=-1 -kerning first=54 second=65 amount=-2 -kerning first=54 second=86 amount=-2 -kerning first=54 second=87 amount=-2 -kerning first=54 second=89 amount=-1 -kerning first=54 second=93 amount=-2 -kerning first=54 second=97 amount=-2 -kerning first=54 second=118 amount=-2 -kerning first=54 second=119 amount=-2 -kerning first=54 second=121 amount=-1 -kerning first=54 second=125 amount=-2 -kerning first=123 second=107 amount=-1 -kerning first=123 second=106 amount=-1 -kerning first=123 second=105 amount=-1 -kerning first=123 second=104 amount=-1 -kerning first=123 second=103 amount=-4 -kerning first=123 second=102 amount=-2 -kerning first=123 second=101 amount=-4 -kerning first=123 second=100 amount=-1 -kerning first=123 second=99 amount=-4 -kerning first=123 second=98 amount=-1 -kerning first=123 second=97 amount=-4 -kerning first=123 second=86 amount=-1 -kerning first=123 second=85 amount=-1 -kerning first=123 second=82 amount=-1 -kerning first=123 second=81 amount=-4 -kerning first=123 second=80 amount=-1 -kerning first=55 second=43 amount=-2 -kerning first=55 second=44 amount=-9 -kerning first=55 second=45 amount=-2 -kerning first=55 second=46 amount=-9 -kerning first=55 second=47 amount=-7 -kerning first=55 second=65 amount=-7 -kerning first=55 second=74 amount=-11 -kerning first=55 second=97 amount=-7 -kerning first=55 second=106 amount=-11 -kerning first=55 second=173 amount=-2 -kerning first=123 second=79 amount=-4 -kerning first=123 second=78 amount=-1 -kerning first=123 second=77 amount=-1 -kerning first=123 second=76 amount=-1 -kerning first=123 second=75 amount=-1 -kerning first=123 second=74 amount=-1 -kerning first=123 second=73 amount=-1 -kerning first=123 second=72 amount=-1 -kerning first=123 second=71 amount=-4 -kerning first=123 second=70 amount=-2 -kerning first=123 second=69 amount=-4 -kerning first=123 second=68 amount=-1 -kerning first=123 second=67 amount=-4 -kerning first=123 second=66 amount=-1 -kerning first=123 second=65 amount=-4 -kerning first=55 second=8211 amount=-2 -kerning first=55 second=8212 amount=-2 -kerning first=55 second=8218 amount=-9 -kerning first=55 second=8222 amount=-9 -kerning first=55 second=8230 amount=-9 -kerning first=55 second=8722 amount=-2 -kerning first=56 second=41 amount=-1 -kerning first=56 second=47 amount=-1 -kerning first=56 second=65 amount=-2 -kerning first=56 second=86 amount=-2 -kerning first=56 second=87 amount=-2 -kerning first=56 second=89 amount=-1 -kerning first=56 second=92 amount=-1 -kerning first=56 second=93 amount=-4 -kerning first=56 second=97 amount=-2 -kerning first=56 second=118 amount=-2 -kerning first=56 second=119 amount=-2 -kerning first=56 second=121 amount=-1 -kerning first=56 second=125 amount=-3 -kerning first=123 second=57 amount=-1 -kerning first=123 second=56 amount=-3 -kerning first=123 second=54 amount=-3 -kerning first=123 second=52 amount=-3 -kerning first=123 second=48 amount=-4 -kerning first=123 second=40 amount=-1 -kerning first=122 second=8249 amount=-4 -kerning first=122 second=8212 amount=-4 -kerning first=122 second=8211 amount=-4 -kerning first=122 second=173 amount=-4 -kerning first=122 second=171 amount=-4 -kerning first=122 second=45 amount=-4 -kerning first=121 second=8250 amount=-2 -kerning first=121 second=8249 amount=-7 -kerning first=121 second=8230 amount=-10 -kerning first=121 second=8222 amount=-10 -kerning first=57 second=41 amount=-1 -kerning first=57 second=47 amount=-2 -kerning first=57 second=65 amount=-2 -kerning first=57 second=86 amount=-2 -kerning first=57 second=87 amount=-2 -kerning first=57 second=89 amount=-1 -kerning first=57 second=92 amount=-1 -kerning first=57 second=93 amount=-4 -kerning first=57 second=97 amount=-2 -kerning first=57 second=118 amount=-2 -kerning first=57 second=119 amount=-2 -kerning first=57 second=121 amount=-1 -kerning first=57 second=125 amount=-3 -kerning first=121 second=8218 amount=-10 -kerning first=121 second=8212 amount=-8 -kerning first=121 second=8211 amount=-8 -kerning first=121 second=187 amount=-2 -kerning first=121 second=174 amount=-3 -kerning first=121 second=173 amount=-8 -kerning first=121 second=171 amount=-7 -kerning first=121 second=169 amount=-3 -kerning first=121 second=115 amount=-1 -kerning first=121 second=113 amount=-4 -kerning first=121 second=111 amount=-4 -kerning first=121 second=106 amount=-17 -kerning first=121 second=103 amount=-4 -kerning first=121 second=102 amount=-4 -kerning first=121 second=101 amount=-4 -kerning first=121 second=99 amount=-4 -kerning first=121 second=97 amount=-12 -kerning first=121 second=83 amount=-1 -kerning first=61 second=49 amount=-2 -kerning first=61 second=55 amount=-2 -kerning first=64 second=65 amount=-2 -kerning first=64 second=74 amount=-2 -kerning first=64 second=86 amount=-2 -kerning first=64 second=87 amount=-2 -kerning first=64 second=89 amount=-1 -kerning first=64 second=97 amount=-2 -kerning first=64 second=106 amount=-2 -kerning first=64 second=118 amount=-2 -kerning first=64 second=119 amount=-2 -kerning first=64 second=121 amount=-1 -kerning first=121 second=81 amount=-4 -kerning first=121 second=79 amount=-4 -kerning first=121 second=74 amount=-17 -kerning first=121 second=71 amount=-4 -kerning first=121 second=70 amount=-4 -kerning first=121 second=69 amount=-4 -kerning first=121 second=67 amount=-4 -kerning first=121 second=65 amount=-12 -kerning first=121 second=64 amount=-2 -kerning first=121 second=56 amount=-1 -kerning first=121 second=54 amount=-1 -kerning first=121 second=52 amount=-1 -kerning first=121 second=48 amount=-3 -kerning first=121 second=47 amount=-9 -kerning first=121 second=46 amount=-10 -kerning first=121 second=45 amount=-8 -kerning first=121 second=44 amount=-10 -kerning first=121 second=38 amount=-1 -kerning first=65 second=32 amount=-4 -kerning first=65 second=34 amount=-6 -kerning first=65 second=38 amount=-2 -kerning first=65 second=39 amount=-6 -kerning first=65 second=42 amount=-6 -kerning first=65 second=45 amount=-5 -kerning first=65 second=48 amount=-3 -kerning first=65 second=49 amount=-8 -kerning first=65 second=52 amount=-3 -kerning first=65 second=54 amount=-2 -kerning first=65 second=55 amount=-9 -kerning first=65 second=56 amount=-2 -kerning first=65 second=57 amount=-2 -kerning first=65 second=63 amount=-7 -kerning first=65 second=64 amount=-2 -kerning first=65 second=67 amount=-3 -kerning first=65 second=69 amount=-3 -kerning first=65 second=71 amount=-3 -kerning first=65 second=76 amount=-3 -kerning first=65 second=79 amount=-3 -kerning first=65 second=81 amount=-3 -kerning first=65 second=84 amount=-10 -kerning first=65 second=85 amount=-3 -kerning first=65 second=86 amount=-10 -kerning first=65 second=87 amount=-9 -kerning first=65 second=89 amount=-12 -kerning first=65 second=92 amount=-8 -kerning first=65 second=93 amount=-4 -kerning first=65 second=99 amount=-3 -kerning first=65 second=101 amount=-3 -kerning first=65 second=103 amount=-3 -kerning first=65 second=108 amount=-3 -kerning first=65 second=111 amount=-3 -kerning first=65 second=113 amount=-3 -kerning first=65 second=116 amount=-10 -kerning first=65 second=117 amount=-3 -kerning first=65 second=118 amount=-10 -kerning first=65 second=119 amount=-9 -kerning first=65 second=121 amount=-12 -kerning first=65 second=125 amount=-4 -kerning first=65 second=169 amount=-2 -kerning first=65 second=171 amount=-4 -kerning first=65 second=173 amount=-5 -kerning first=65 second=174 amount=-2 -kerning first=65 second=187 amount=-2 -kerning first=121 second=32 amount=-4 -kerning first=120 second=8250 amount=-1 -kerning first=120 second=8249 amount=-6 -kerning first=120 second=8212 amount=-7 -kerning first=120 second=8211 amount=-7 -kerning first=120 second=187 amount=-1 -kerning first=120 second=174 amount=-1 -kerning first=120 second=173 amount=-7 -kerning first=120 second=171 amount=-6 -kerning first=120 second=169 amount=-1 -kerning first=120 second=113 amount=-4 -kerning first=120 second=111 amount=-4 -kerning first=120 second=103 amount=-3 -kerning first=120 second=101 amount=-3 -kerning first=120 second=99 amount=-3 -kerning first=120 second=81 amount=-4 -kerning first=120 second=79 amount=-4 -kerning first=120 second=71 amount=-3 -kerning first=120 second=69 amount=-3 -kerning first=120 second=67 amount=-3 -kerning first=120 second=52 amount=-1 -kerning first=120 second=48 amount=-1 -kerning first=120 second=45 amount=-7 -kerning first=120 second=32 amount=-1 -kerning first=119 second=8250 amount=-2 -kerning first=119 second=8249 amount=-3 -kerning first=119 second=8230 amount=-7 -kerning first=119 second=8222 amount=-7 -kerning first=119 second=8218 amount=-7 -kerning first=119 second=8212 amount=-4 -kerning first=119 second=8211 amount=-4 -kerning first=119 second=187 amount=-2 -kerning first=119 second=174 amount=-2 -kerning first=119 second=173 amount=-4 -kerning first=119 second=171 amount=-3 -kerning first=119 second=169 amount=-2 -kerning first=119 second=115 amount=-1 -kerning first=119 second=113 amount=-2 -kerning first=65 second=8211 amount=-5 -kerning first=65 second=8212 amount=-5 -kerning first=65 second=8216 amount=-6 -kerning first=65 second=8217 amount=-6 -kerning first=65 second=8220 amount=-6 -kerning first=65 second=8221 amount=-6 -kerning first=65 second=8249 amount=-4 -kerning first=65 second=8250 amount=-2 -kerning first=65 second=8482 amount=-9 -kerning first=66 second=41 amount=-1 -kerning first=119 second=111 amount=-2 -kerning first=66 second=47 amount=-1 -kerning first=66 second=65 amount=-2 -kerning first=66 second=84 amount=-1 -kerning first=66 second=86 amount=-2 -kerning first=66 second=87 amount=-2 -kerning first=66 second=88 amount=-1 -kerning first=66 second=89 amount=-2 -kerning first=66 second=92 amount=-1 -kerning first=66 second=93 amount=-4 -kerning first=66 second=97 amount=-2 -kerning first=66 second=116 amount=-1 -kerning first=66 second=118 amount=-2 -kerning first=66 second=119 amount=-2 -kerning first=66 second=120 amount=-1 -kerning first=66 second=121 amount=-2 -kerning first=66 second=125 amount=-3 -kerning first=119 second=106 amount=-14 -kerning first=119 second=103 amount=-2 -kerning first=119 second=102 amount=-3 -kerning first=119 second=101 amount=-2 -kerning first=119 second=99 amount=-2 -kerning first=119 second=97 amount=-9 -kerning first=119 second=83 amount=-1 -kerning first=119 second=81 amount=-2 -kerning first=119 second=79 amount=-2 -kerning first=119 second=74 amount=-14 -kerning first=119 second=71 amount=-2 -kerning first=119 second=70 amount=-3 -kerning first=119 second=69 amount=-2 -kerning first=119 second=67 amount=-2 -kerning first=119 second=65 amount=-9 -kerning first=119 second=64 amount=-2 -kerning first=119 second=57 amount=-1 -kerning first=119 second=56 amount=-2 -kerning first=119 second=54 amount=-2 -kerning first=119 second=53 amount=-1 -kerning first=119 second=52 amount=-1 -kerning first=119 second=48 amount=-2 -kerning first=67 second=45 amount=-6 -kerning first=67 second=48 amount=-1 -kerning first=67 second=67 amount=-1 -kerning first=67 second=69 amount=-1 -kerning first=67 second=71 amount=-1 -kerning first=67 second=79 amount=-2 -kerning first=67 second=81 amount=-2 -kerning first=67 second=99 amount=-1 -kerning first=67 second=101 amount=-1 -kerning first=67 second=103 amount=-1 -kerning first=67 second=111 amount=-2 -kerning first=67 second=113 amount=-2 -kerning first=67 second=169 amount=-1 -kerning first=67 second=171 amount=-5 -kerning first=67 second=173 amount=-6 -kerning first=67 second=174 amount=-1 -kerning first=119 second=47 amount=-8 -kerning first=119 second=46 amount=-7 -kerning first=119 second=45 amount=-4 -kerning first=119 second=44 amount=-7 -kerning first=119 second=38 amount=-2 -kerning first=119 second=32 amount=-3 -kerning first=118 second=8250 amount=-2 -kerning first=118 second=8249 amount=-4 -kerning first=118 second=8230 amount=-8 -kerning first=118 second=8222 amount=-8 -kerning first=118 second=8218 amount=-8 -kerning first=118 second=8212 amount=-5 -kerning first=118 second=8211 amount=-5 -kerning first=118 second=187 amount=-2 -kerning first=118 second=174 amount=-2 -kerning first=118 second=173 amount=-5 -kerning first=118 second=171 amount=-4 -kerning first=118 second=169 amount=-2 -kerning first=118 second=125 amount=-1 -kerning first=118 second=115 amount=-2 -kerning first=118 second=113 amount=-3 -kerning first=118 second=111 amount=-3 -kerning first=118 second=106 amount=-15 -kerning first=118 second=103 amount=-3 -kerning first=67 second=8211 amount=-6 -kerning first=67 second=8212 amount=-6 -kerning first=67 second=8249 amount=-5 -kerning first=68 second=41 amount=-1 -kerning first=68 second=47 amount=-2 -kerning first=68 second=49 amount=-1 -kerning first=68 second=55 amount=-2 -kerning first=68 second=63 amount=-1 -kerning first=68 second=65 amount=-3 -kerning first=68 second=74 amount=-3 -kerning first=68 second=84 amount=-3 -kerning first=68 second=86 amount=-3 -kerning first=68 second=87 amount=-2 -kerning first=68 second=88 amount=-3 -kerning first=68 second=89 amount=-4 -kerning first=118 second=102 amount=-3 -kerning first=68 second=92 amount=-2 -kerning first=68 second=93 amount=-5 -kerning first=68 second=97 amount=-3 -kerning first=68 second=106 amount=-3 -kerning first=68 second=116 amount=-3 -kerning first=68 second=118 amount=-3 -kerning first=68 second=119 amount=-2 -kerning first=68 second=120 amount=-3 -kerning first=68 second=121 amount=-4 -kerning first=118 second=101 amount=-3 -kerning first=68 second=125 amount=-4 -kerning first=118 second=99 amount=-3 -kerning first=118 second=97 amount=-10 -kerning first=118 second=83 amount=-2 -kerning first=118 second=81 amount=-3 -kerning first=118 second=79 amount=-3 -kerning first=118 second=74 amount=-15 -kerning first=118 second=71 amount=-3 -kerning first=118 second=70 amount=-3 -kerning first=118 second=69 amount=-3 -kerning first=118 second=67 amount=-3 -kerning first=118 second=65 amount=-10 -kerning first=118 second=64 amount=-2 -kerning first=118 second=57 amount=-2 -kerning first=118 second=56 amount=-2 -kerning first=118 second=54 amount=-2 -kerning first=118 second=53 amount=-1 -kerning first=118 second=52 amount=-2 -kerning first=118 second=51 amount=-1 -kerning first=68 second=8482 amount=-1 -kerning first=118 second=48 amount=-3 -kerning first=118 second=47 amount=-8 -kerning first=118 second=46 amount=-8 -kerning first=118 second=45 amount=-5 -kerning first=118 second=44 amount=-8 -kerning first=118 second=38 amount=-2 -kerning first=118 second=32 amount=-4 -kerning first=117 second=125 amount=-1 -kerning first=117 second=106 amount=-5 -kerning first=117 second=97 amount=-3 -kerning first=69 second=187 amount=-1 -kerning first=117 second=93 amount=-1 -kerning first=117 second=74 amount=-5 -kerning first=117 second=65 amount=-3 -kerning first=117 second=47 amount=-3 -kerning first=116 second=8250 amount=-4 -kerning first=116 second=8249 amount=-9 -kerning first=116 second=8230 amount=-9 -kerning first=116 second=8222 amount=-9 -kerning first=116 second=8218 amount=-9 -kerning first=116 second=8212 amount=-10 -kerning first=116 second=8211 amount=-10 -kerning first=116 second=187 amount=-4 -kerning first=116 second=174 amount=-1 -kerning first=116 second=173 amount=-10 -kerning first=116 second=171 amount=-9 -kerning first=116 second=169 amount=-1 -kerning first=116 second=113 amount=-5 -kerning first=116 second=111 amount=-5 -kerning first=116 second=106 amount=-19 -kerning first=116 second=103 amount=-3 -kerning first=116 second=102 amount=-4 -kerning first=116 second=101 amount=-3 -kerning first=116 second=99 amount=-3 -kerning first=116 second=97 amount=-10 -kerning first=69 second=8250 amount=-1 -kerning first=70 second=32 amount=-2 -kerning first=70 second=44 amount=-7 -kerning first=70 second=46 amount=-7 -kerning first=70 second=47 amount=-4 -kerning first=70 second=65 amount=-4 -kerning first=70 second=74 amount=-23 -kerning first=70 second=83 amount=-1 -kerning first=70 second=97 amount=-4 -kerning first=70 second=106 amount=-23 -kerning first=70 second=115 amount=-1 -kerning first=70 second=187 amount=-1 -kerning first=116 second=81 amount=-5 -kerning first=116 second=79 amount=-5 -kerning first=116 second=74 amount=-19 -kerning first=116 second=71 amount=-3 -kerning first=116 second=70 amount=-4 -kerning first=116 second=69 amount=-3 -kerning first=116 second=67 amount=-3 -kerning first=116 second=65 amount=-10 -kerning first=116 second=48 amount=-1 -kerning first=116 second=47 amount=-8 -kerning first=116 second=46 amount=-9 -kerning first=116 second=45 amount=-10 -kerning first=116 second=44 amount=-9 -kerning first=116 second=32 amount=-3 -kerning first=115 second=125 amount=-1 -kerning first=70 second=8218 amount=-7 -kerning first=70 second=8222 amount=-7 -kerning first=70 second=8230 amount=-7 -kerning first=70 second=8250 amount=-1 -kerning first=71 second=86 amount=-2 -kerning first=71 second=87 amount=-1 -kerning first=71 second=118 amount=-2 -kerning first=71 second=119 amount=-1 -kerning first=72 second=93 amount=-1 -kerning first=72 second=125 amount=-1 -kerning first=73 second=93 amount=-1 -kerning first=73 second=125 amount=-1 -kerning first=74 second=47 amount=-2 -kerning first=74 second=65 amount=-3 -kerning first=74 second=74 amount=-3 -kerning first=74 second=93 amount=-1 -kerning first=74 second=97 amount=-3 -kerning first=74 second=106 amount=-3 -kerning first=74 second=125 amount=-1 -kerning first=115 second=119 amount=-1 -kerning first=115 second=118 amount=-2 -kerning first=115 second=97 amount=-1 -kerning first=115 second=93 amount=-1 -kerning first=115 second=87 amount=-1 -kerning first=115 second=86 amount=-2 -kerning first=115 second=65 amount=-1 -kerning first=115 second=42 amount=-1 -kerning first=114 second=125 amount=-2 -kerning first=114 second=121 amount=-1 -kerning first=114 second=119 amount=-2 -kerning first=114 second=118 amount=-2 -kerning first=114 second=93 amount=-2 -kerning first=114 second=92 amount=-1 -kerning first=75 second=32 amount=-1 -kerning first=75 second=45 amount=-5 -kerning first=75 second=48 amount=-1 -kerning first=75 second=52 amount=-1 -kerning first=75 second=67 amount=-3 -kerning first=75 second=69 amount=-3 -kerning first=75 second=71 amount=-3 -kerning first=75 second=79 amount=-3 -kerning first=75 second=81 amount=-3 -kerning first=75 second=99 amount=-3 -kerning first=75 second=101 amount=-3 -kerning first=75 second=103 amount=-3 -kerning first=75 second=111 amount=-3 -kerning first=75 second=113 amount=-3 -kerning first=75 second=169 amount=-1 -kerning first=75 second=171 amount=-5 -kerning first=75 second=173 amount=-5 -kerning first=75 second=174 amount=-1 -kerning first=114 second=89 amount=-1 -kerning first=114 second=87 amount=-2 -kerning first=114 second=86 amount=-2 -kerning first=113 second=8482 amount=-2 -kerning first=113 second=125 amount=-4 -kerning first=113 second=121 amount=-4 -kerning first=113 second=120 amount=-4 -kerning first=113 second=119 amount=-2 -kerning first=113 second=118 amount=-3 -kerning first=113 second=116 amount=-5 -kerning first=113 second=106 amount=-4 -kerning first=113 second=97 amount=-3 -kerning first=113 second=93 amount=-6 -kerning first=113 second=92 amount=-2 -kerning first=113 second=89 amount=-4 -kerning first=113 second=88 amount=-4 -kerning first=113 second=87 amount=-2 -kerning first=113 second=86 amount=-3 -kerning first=113 second=84 amount=-5 -kerning first=113 second=74 amount=-4 -kerning first=113 second=65 amount=-3 -kerning first=113 second=63 amount=-2 -kerning first=113 second=55 amount=-2 -kerning first=113 second=49 amount=-2 -kerning first=75 second=8211 amount=-5 -kerning first=75 second=8212 amount=-5 -kerning first=75 second=8249 amount=-5 -kerning first=76 second=32 amount=-3 -kerning first=76 second=34 amount=-17 -kerning first=76 second=39 amount=-17 -kerning first=76 second=42 amount=-12 -kerning first=76 second=45 amount=-10 -kerning first=76 second=48 amount=-1 -kerning first=76 second=49 amount=-6 -kerning first=76 second=52 amount=-8 -kerning first=76 second=55 amount=-8 -kerning first=76 second=63 amount=-4 -kerning first=76 second=67 amount=-3 -kerning first=76 second=69 amount=-3 -kerning first=76 second=71 amount=-3 -kerning first=76 second=76 amount=-3 -kerning first=76 second=79 amount=-4 -kerning first=76 second=81 amount=-4 -kerning first=76 second=84 amount=-22 -kerning first=76 second=85 amount=-5 -kerning first=76 second=86 amount=-17 -kerning first=76 second=87 amount=-16 -kerning first=76 second=89 amount=-20 -kerning first=76 second=92 amount=-8 -kerning first=76 second=93 amount=-1 -kerning first=76 second=99 amount=-3 -kerning first=76 second=101 amount=-3 -kerning first=76 second=103 amount=-3 -kerning first=76 second=108 amount=-3 -kerning first=76 second=111 amount=-4 -kerning first=76 second=113 amount=-4 -kerning first=76 second=116 amount=-22 -kerning first=76 second=117 amount=-5 -kerning first=76 second=118 amount=-17 -kerning first=76 second=119 amount=-16 -kerning first=76 second=121 amount=-20 -kerning first=76 second=125 amount=-1 -kerning first=76 second=169 amount=-1 -kerning first=76 second=171 amount=-10 -kerning first=76 second=173 amount=-10 -kerning first=76 second=174 amount=-1 -kerning first=76 second=183 amount=-10 -kerning first=76 second=187 amount=-4 -kerning first=113 second=47 amount=-2 -kerning first=113 second=41 amount=-2 -kerning first=112 second=8230 amount=-9 -kerning first=112 second=8222 amount=-9 -kerning first=112 second=8218 amount=-9 -kerning first=112 second=125 amount=-3 -kerning first=112 second=122 amount=-1 -kerning first=112 second=120 amount=-3 -kerning first=112 second=119 amount=-1 -kerning first=112 second=118 amount=-1 -kerning first=112 second=106 amount=-22 -kerning first=112 second=97 amount=-6 -kerning first=112 second=93 amount=-5 -kerning first=112 second=90 amount=-1 -kerning first=112 second=88 amount=-3 -kerning first=112 second=87 amount=-1 -kerning first=112 second=86 amount=-1 -kerning first=112 second=74 amount=-22 -kerning first=112 second=65 amount=-6 -kerning first=112 second=47 amount=-5 -kerning first=112 second=46 amount=-9 -kerning first=112 second=44 amount=-9 -kerning first=112 second=41 amount=-1 -kerning first=112 second=32 amount=-2 -kerning first=111 second=8482 amount=-2 -kerning first=111 second=125 amount=-4 -kerning first=111 second=121 amount=-4 -kerning first=111 second=120 amount=-4 -kerning first=111 second=119 amount=-2 -kerning first=111 second=118 amount=-3 -kerning first=111 second=116 amount=-5 -kerning first=111 second=106 amount=-4 -kerning first=111 second=97 amount=-3 -kerning first=111 second=93 amount=-6 -kerning first=111 second=92 amount=-2 -kerning first=111 second=89 amount=-4 -kerning first=76 second=8211 amount=-10 -kerning first=76 second=8212 amount=-10 -kerning first=76 second=8216 amount=-17 -kerning first=76 second=8217 amount=-17 -kerning first=76 second=8220 amount=-17 -kerning first=76 second=8221 amount=-17 -kerning first=76 second=8249 amount=-10 -kerning first=76 second=8250 amount=-4 -kerning first=76 second=8482 amount=-17 -kerning first=77 second=93 amount=-1 -kerning first=77 second=125 amount=-1 -kerning first=78 second=93 amount=-1 -kerning first=78 second=125 amount=-1 -kerning first=79 second=41 amount=-2 -kerning first=79 second=47 amount=-2 -kerning first=79 second=49 amount=-2 -kerning first=79 second=55 amount=-2 -kerning first=79 second=63 amount=-2 -kerning first=79 second=65 amount=-3 -kerning first=79 second=74 amount=-4 -kerning first=79 second=84 amount=-5 -kerning first=79 second=86 amount=-3 -kerning first=79 second=87 amount=-2 -kerning first=79 second=88 amount=-4 -kerning first=79 second=89 amount=-4 -kerning first=111 second=88 amount=-4 -kerning first=79 second=92 amount=-2 -kerning first=79 second=93 amount=-6 -kerning first=79 second=97 amount=-3 -kerning first=79 second=106 amount=-4 -kerning first=79 second=116 amount=-5 -kerning first=79 second=118 amount=-3 -kerning first=79 second=119 amount=-2 -kerning first=79 second=120 amount=-4 -kerning first=79 second=121 amount=-4 -kerning first=111 second=87 amount=-2 -kerning first=79 second=125 amount=-4 -kerning first=111 second=86 amount=-3 -kerning first=111 second=84 amount=-5 -kerning first=111 second=74 amount=-4 -kerning first=111 second=65 amount=-3 -kerning first=111 second=63 amount=-2 -kerning first=111 second=55 amount=-2 -kerning first=111 second=49 amount=-2 -kerning first=111 second=47 amount=-2 -kerning first=111 second=41 amount=-2 -kerning first=110 second=125 amount=-1 -kerning first=110 second=93 amount=-1 -kerning first=109 second=125 amount=-1 -kerning first=109 second=93 amount=-1 -kerning first=108 second=8482 amount=-17 -kerning first=108 second=8250 amount=-4 -kerning first=108 second=8249 amount=-10 -kerning first=108 second=8221 amount=-17 -kerning first=108 second=8220 amount=-17 -kerning first=79 second=8482 amount=-2 -kerning first=80 second=32 amount=-2 -kerning first=80 second=41 amount=-1 -kerning first=80 second=44 amount=-9 -kerning first=80 second=46 amount=-9 -kerning first=80 second=47 amount=-5 -kerning first=80 second=65 amount=-6 -kerning first=80 second=74 amount=-22 -kerning first=80 second=86 amount=-1 -kerning first=80 second=87 amount=-1 -kerning first=80 second=88 amount=-3 -kerning first=108 second=8217 amount=-17 -kerning first=80 second=90 amount=-1 -kerning first=80 second=93 amount=-5 -kerning first=80 second=97 amount=-6 -kerning first=80 second=106 amount=-22 -kerning first=80 second=118 amount=-1 -kerning first=80 second=119 amount=-1 -kerning first=80 second=120 amount=-3 -kerning first=108 second=8216 amount=-17 -kerning first=80 second=122 amount=-1 -kerning first=80 second=125 amount=-3 -kerning first=108 second=8212 amount=-10 -kerning first=108 second=8211 amount=-10 -kerning first=108 second=187 amount=-4 -kerning first=108 second=183 amount=-10 -kerning first=108 second=174 amount=-1 -kerning first=108 second=173 amount=-10 -kerning first=108 second=171 amount=-10 -kerning first=108 second=169 amount=-1 -kerning first=108 second=125 amount=-1 -kerning first=108 second=121 amount=-20 -kerning first=108 second=119 amount=-16 -kerning first=108 second=118 amount=-17 -kerning first=108 second=117 amount=-5 -kerning first=108 second=116 amount=-22 -kerning first=108 second=113 amount=-4 -kerning first=108 second=111 amount=-4 -kerning first=108 second=108 amount=-3 -kerning first=108 second=103 amount=-3 -kerning first=80 second=8218 amount=-9 -kerning first=80 second=8222 amount=-9 -kerning first=80 second=8230 amount=-9 -kerning first=81 second=41 amount=-2 -kerning first=81 second=47 amount=-2 -kerning first=81 second=49 amount=-2 -kerning first=81 second=55 amount=-2 -kerning first=81 second=63 amount=-2 -kerning first=81 second=65 amount=-3 -kerning first=81 second=74 amount=-4 -kerning first=81 second=84 amount=-5 -kerning first=81 second=86 amount=-3 -kerning first=81 second=87 amount=-2 -kerning first=81 second=88 amount=-4 -kerning first=81 second=89 amount=-4 -kerning first=108 second=101 amount=-3 -kerning first=81 second=92 amount=-2 -kerning first=81 second=93 amount=-6 -kerning first=81 second=97 amount=-3 -kerning first=81 second=106 amount=-4 -kerning first=81 second=116 amount=-5 -kerning first=81 second=118 amount=-3 -kerning first=81 second=119 amount=-2 -kerning first=81 second=120 amount=-4 -kerning first=81 second=121 amount=-4 -kerning first=108 second=99 amount=-3 -kerning first=81 second=125 amount=-4 -kerning first=108 second=93 amount=-1 -kerning first=108 second=92 amount=-8 -kerning first=108 second=89 amount=-20 -kerning first=108 second=87 amount=-16 -kerning first=108 second=86 amount=-17 -kerning first=108 second=85 amount=-5 -kerning first=108 second=84 amount=-22 -kerning first=108 second=81 amount=-4 -kerning first=108 second=79 amount=-4 -kerning first=108 second=76 amount=-3 -kerning first=108 second=71 amount=-3 -kerning first=108 second=69 amount=-3 -kerning first=108 second=67 amount=-3 -kerning first=108 second=63 amount=-4 -kerning first=108 second=55 amount=-8 -kerning first=108 second=52 amount=-8 -kerning first=108 second=49 amount=-6 -kerning first=108 second=48 amount=-1 -kerning first=81 second=8482 amount=-2 -kerning first=108 second=45 amount=-10 -kerning first=82 second=86 amount=-2 -kerning first=82 second=87 amount=-2 -kerning first=82 second=89 amount=-1 -kerning first=82 second=92 amount=-1 -kerning first=82 second=93 amount=-2 -kerning first=108 second=42 amount=-12 -kerning first=82 second=118 amount=-2 -kerning first=82 second=119 amount=-2 -kerning first=82 second=121 amount=-1 -kerning first=82 second=125 amount=-2 -kerning first=108 second=39 amount=-17 -kerning first=108 second=34 amount=-17 -kerning first=108 second=32 amount=-3 -kerning first=107 second=8249 amount=-5 -kerning first=83 second=42 amount=-1 -kerning first=107 second=8212 amount=-5 -kerning first=83 second=65 amount=-1 -kerning first=107 second=8211 amount=-5 -kerning first=83 second=86 amount=-2 -kerning first=83 second=87 amount=-1 -kerning first=107 second=174 amount=-1 -kerning first=83 second=93 amount=-1 -kerning first=83 second=97 amount=-1 -kerning first=107 second=173 amount=-5 -kerning first=83 second=118 amount=-2 -kerning first=83 second=119 amount=-1 -kerning first=107 second=171 amount=-5 -kerning first=83 second=125 amount=-1 -kerning first=107 second=169 amount=-1 -kerning first=107 second=113 amount=-3 -kerning first=107 second=111 amount=-3 -kerning first=107 second=103 amount=-3 -kerning first=107 second=101 amount=-3 -kerning first=107 second=99 amount=-3 -kerning first=107 second=81 amount=-3 -kerning first=107 second=79 amount=-3 -kerning first=107 second=71 amount=-3 -kerning first=107 second=69 amount=-3 -kerning first=107 second=67 amount=-3 -kerning first=107 second=52 amount=-1 -kerning first=107 second=48 amount=-1 -kerning first=107 second=45 amount=-5 -kerning first=107 second=32 amount=-1 -kerning first=106 second=125 amount=-1 -kerning first=106 second=106 amount=-3 -kerning first=106 second=97 amount=-3 -kerning first=106 second=93 amount=-1 -kerning first=84 second=32 amount=-3 -kerning first=84 second=44 amount=-9 -kerning first=84 second=45 amount=-10 -kerning first=84 second=46 amount=-9 -kerning first=84 second=47 amount=-8 -kerning first=84 second=48 amount=-1 -kerning first=84 second=65 amount=-10 -kerning first=84 second=67 amount=-3 -kerning first=84 second=69 amount=-3 -kerning first=84 second=70 amount=-4 -kerning first=84 second=71 amount=-3 -kerning first=84 second=74 amount=-19 -kerning first=84 second=79 amount=-5 -kerning first=84 second=81 amount=-5 -kerning first=84 second=97 amount=-10 -kerning first=84 second=99 amount=-3 -kerning first=84 second=101 amount=-3 -kerning first=84 second=102 amount=-4 -kerning first=84 second=103 amount=-3 -kerning first=84 second=106 amount=-19 -kerning first=84 second=111 amount=-5 -kerning first=84 second=113 amount=-5 -kerning first=84 second=169 amount=-1 -kerning first=84 second=171 amount=-9 -kerning first=84 second=173 amount=-10 -kerning first=84 second=174 amount=-1 -kerning first=84 second=187 amount=-4 -kerning first=106 second=74 amount=-3 -kerning first=106 second=65 amount=-3 -kerning first=106 second=47 amount=-2 -kerning first=105 second=125 amount=-1 -kerning first=105 second=93 amount=-1 -kerning first=104 second=125 amount=-1 -kerning first=104 second=93 amount=-1 -kerning first=103 second=119 amount=-1 -kerning first=103 second=118 amount=-2 -kerning first=103 second=87 amount=-1 -kerning first=103 second=86 amount=-2 -kerning first=102 second=8250 amount=-1 -kerning first=102 second=8230 amount=-7 -kerning first=102 second=8222 amount=-7 -kerning first=102 second=8218 amount=-7 -kerning first=102 second=187 amount=-1 -kerning first=102 second=115 amount=-1 -kerning first=102 second=106 amount=-23 -kerning first=102 second=97 amount=-4 -kerning first=102 second=83 amount=-1 -kerning first=102 second=74 amount=-23 -kerning first=102 second=65 amount=-4 -kerning first=102 second=47 amount=-4 -kerning first=102 second=46 amount=-7 -kerning first=102 second=44 amount=-7 -kerning first=102 second=32 amount=-2 -kerning first=101 second=8250 amount=-1 -kerning first=101 second=187 amount=-1 -kerning first=100 second=8482 amount=-1 -kerning first=100 second=125 amount=-4 -kerning first=100 second=121 amount=-4 -kerning first=100 second=120 amount=-3 -kerning first=100 second=119 amount=-2 -kerning first=100 second=118 amount=-3 -kerning first=100 second=116 amount=-3 -kerning first=100 second=106 amount=-3 -kerning first=100 second=97 amount=-3 -kerning first=100 second=93 amount=-5 -kerning first=84 second=8211 amount=-10 -kerning first=84 second=8212 amount=-10 -kerning first=84 second=8218 amount=-9 -kerning first=84 second=8222 amount=-9 -kerning first=84 second=8230 amount=-9 -kerning first=84 second=8249 amount=-9 -kerning first=84 second=8250 amount=-4 -kerning first=85 second=47 amount=-3 -kerning first=85 second=65 amount=-3 -kerning first=85 second=74 amount=-5 -kerning first=85 second=93 amount=-1 -kerning first=85 second=97 amount=-3 -kerning first=85 second=106 amount=-5 -kerning first=85 second=125 amount=-1 -kerning first=100 second=92 amount=-2 -kerning first=100 second=89 amount=-4 -kerning first=100 second=88 amount=-3 -kerning first=100 second=87 amount=-2 -kerning first=100 second=86 amount=-3 -kerning first=100 second=84 amount=-3 -kerning first=100 second=74 amount=-3 -kerning first=100 second=65 amount=-3 -kerning first=100 second=63 amount=-1 -kerning first=100 second=55 amount=-2 -kerning first=100 second=49 amount=-1 -kerning first=100 second=47 amount=-2 -kerning first=100 second=41 amount=-1 -kerning first=99 second=8249 amount=-5 -kerning first=86 second=32 amount=-4 -kerning first=86 second=38 amount=-2 -kerning first=86 second=44 amount=-8 -kerning first=86 second=45 amount=-5 -kerning first=86 second=46 amount=-8 -kerning first=86 second=47 amount=-8 -kerning first=86 second=48 amount=-3 -kerning first=86 second=51 amount=-1 -kerning first=86 second=52 amount=-2 -kerning first=86 second=53 amount=-1 -kerning first=86 second=54 amount=-2 -kerning first=86 second=56 amount=-2 -kerning first=86 second=57 amount=-2 -kerning first=86 second=64 amount=-2 -kerning first=86 second=65 amount=-10 -kerning first=86 second=67 amount=-3 -kerning first=86 second=69 amount=-3 -kerning first=86 second=70 amount=-3 -kerning first=86 second=71 amount=-3 -kerning first=86 second=74 amount=-15 -kerning first=86 second=79 amount=-3 -kerning first=86 second=81 amount=-3 -kerning first=86 second=83 amount=-2 -kerning first=86 second=97 amount=-10 -kerning first=86 second=99 amount=-3 -kerning first=86 second=101 amount=-3 -kerning first=86 second=102 amount=-3 -kerning first=86 second=103 amount=-3 -kerning first=86 second=106 amount=-15 -kerning first=86 second=111 amount=-3 -kerning first=86 second=113 amount=-3 -kerning first=86 second=115 amount=-2 -kerning first=86 second=125 amount=-1 -kerning first=86 second=169 amount=-2 -kerning first=86 second=171 amount=-4 -kerning first=86 second=173 amount=-5 -kerning first=86 second=174 amount=-2 -kerning first=86 second=187 amount=-2 -kerning first=99 second=8212 amount=-6 -kerning first=99 second=8211 amount=-6 -kerning first=99 second=174 amount=-1 -kerning first=99 second=173 amount=-6 -kerning first=99 second=171 amount=-5 -kerning first=99 second=169 amount=-1 -kerning first=99 second=113 amount=-2 -kerning first=99 second=111 amount=-2 -kerning first=99 second=103 amount=-1 -kerning first=99 second=101 amount=-1 -kerning first=99 second=99 amount=-1 -kerning first=99 second=81 amount=-2 -kerning first=99 second=79 amount=-2 -kerning first=99 second=71 amount=-1 -kerning first=99 second=69 amount=-1 -kerning first=99 second=67 amount=-1 -kerning first=99 second=48 amount=-1 -kerning first=99 second=45 amount=-6 -kerning first=98 second=125 amount=-3 -kerning first=98 second=121 amount=-2 -kerning first=98 second=120 amount=-1 -kerning first=98 second=119 amount=-2 -kerning first=98 second=118 amount=-2 -kerning first=98 second=116 amount=-1 -kerning first=98 second=97 amount=-2 -kerning first=98 second=93 amount=-4 -kerning first=98 second=92 amount=-1 -kerning first=98 second=89 amount=-2 -kerning first=98 second=88 amount=-1 -kerning first=98 second=87 amount=-2 -kerning first=98 second=86 amount=-2 -kerning first=98 second=84 amount=-1 -kerning first=98 second=65 amount=-2 -kerning first=98 second=47 amount=-1 -kerning first=98 second=41 amount=-1 -kerning first=97 second=8482 amount=-9 -kerning first=97 second=8250 amount=-2 -kerning first=97 second=8249 amount=-4 -kerning first=97 second=8221 amount=-6 -kerning first=97 second=8220 amount=-6 -kerning first=97 second=8217 amount=-6 -kerning first=86 second=8211 amount=-5 -kerning first=86 second=8212 amount=-5 -kerning first=86 second=8218 amount=-8 -kerning first=86 second=8222 amount=-8 -kerning first=86 second=8230 amount=-8 -kerning first=86 second=8249 amount=-4 -kerning first=86 second=8250 amount=-2 -kerning first=87 second=32 amount=-3 -kerning first=87 second=38 amount=-2 -kerning first=87 second=44 amount=-7 -kerning first=87 second=45 amount=-4 -kerning first=87 second=46 amount=-7 -kerning first=87 second=47 amount=-8 -kerning first=87 second=48 amount=-2 -kerning first=87 second=52 amount=-1 -kerning first=87 second=53 amount=-1 -kerning first=87 second=54 amount=-2 -kerning first=87 second=56 amount=-2 -kerning first=87 second=57 amount=-1 -kerning first=87 second=64 amount=-2 -kerning first=87 second=65 amount=-9 -kerning first=87 second=67 amount=-2 -kerning first=87 second=69 amount=-2 -kerning first=87 second=70 amount=-3 -kerning first=87 second=71 amount=-2 -kerning first=87 second=74 amount=-14 -kerning first=87 second=79 amount=-2 -kerning first=87 second=81 amount=-2 -kerning first=87 second=83 amount=-1 -kerning first=87 second=97 amount=-9 -kerning first=87 second=99 amount=-2 -kerning first=87 second=101 amount=-2 -kerning first=87 second=102 amount=-3 -kerning first=87 second=103 amount=-2 -kerning first=87 second=106 amount=-14 -kerning first=87 second=111 amount=-2 -kerning first=87 second=113 amount=-2 -kerning first=87 second=115 amount=-1 -kerning first=87 second=169 amount=-2 -kerning first=87 second=171 amount=-3 -kerning first=87 second=173 amount=-4 -kerning first=87 second=174 amount=-2 -kerning first=87 second=187 amount=-2 -kerning first=97 second=8216 amount=-6 -kerning first=97 second=8212 amount=-5 -kerning first=97 second=8211 amount=-5 -kerning first=97 second=187 amount=-2 -kerning first=97 second=174 amount=-2 -kerning first=97 second=173 amount=-5 -kerning first=97 second=171 amount=-4 -kerning first=97 second=169 amount=-2 -kerning first=97 second=125 amount=-4 -kerning first=97 second=121 amount=-12 -kerning first=97 second=119 amount=-9 -kerning first=97 second=118 amount=-10 -kerning first=97 second=117 amount=-3 -kerning first=97 second=116 amount=-10 -kerning first=97 second=113 amount=-3 -kerning first=97 second=111 amount=-3 -kerning first=97 second=108 amount=-3 -kerning first=97 second=103 amount=-3 -kerning first=97 second=101 amount=-3 -kerning first=97 second=99 amount=-3 -kerning first=97 second=93 amount=-4 -kerning first=97 second=92 amount=-8 -kerning first=97 second=89 amount=-12 -kerning first=97 second=87 amount=-9 -kerning first=97 second=86 amount=-10 -kerning first=97 second=85 amount=-3 -kerning first=97 second=84 amount=-10 -kerning first=97 second=81 amount=-3 -kerning first=97 second=79 amount=-3 -kerning first=97 second=76 amount=-3 -kerning first=97 second=71 amount=-3 -kerning first=97 second=69 amount=-3 -kerning first=97 second=67 amount=-3 -kerning first=97 second=64 amount=-2 -kerning first=97 second=63 amount=-7 -kerning first=97 second=57 amount=-2 -kerning first=97 second=56 amount=-2 -kerning first=97 second=55 amount=-9 -kerning first=97 second=54 amount=-2 -kerning first=87 second=8211 amount=-4 -kerning first=87 second=8212 amount=-4 -kerning first=87 second=8218 amount=-7 -kerning first=87 second=8222 amount=-7 -kerning first=87 second=8230 amount=-7 -kerning first=87 second=8249 amount=-3 -kerning first=87 second=8250 amount=-2 -kerning first=88 second=32 amount=-1 -kerning first=97 second=52 amount=-3 -kerning first=88 second=45 amount=-7 -kerning first=88 second=48 amount=-1 -kerning first=88 second=52 amount=-1 -kerning first=88 second=67 amount=-3 -kerning first=88 second=69 amount=-3 -kerning first=88 second=71 amount=-3 -kerning first=88 second=79 amount=-4 -kerning first=88 second=81 amount=-4 -kerning first=88 second=99 amount=-3 -kerning first=88 second=101 amount=-3 -kerning first=88 second=103 amount=-3 -kerning first=88 second=111 amount=-4 -kerning first=88 second=113 amount=-4 -kerning first=88 second=169 amount=-1 -kerning first=88 second=171 amount=-6 -kerning first=88 second=173 amount=-7 -kerning first=88 second=174 amount=-1 -kerning first=88 second=187 amount=-1 -kerning first=97 second=49 amount=-8 -kerning first=97 second=48 amount=-3 -kerning first=97 second=45 amount=-5 -kerning first=97 second=42 amount=-6 -kerning first=97 second=39 amount=-6 -kerning first=97 second=38 amount=-2 -kerning first=97 second=34 amount=-6 -kerning first=97 second=32 amount=-4 -kerning first=92 second=8221 amount=-6 -kerning first=92 second=8217 amount=-6 -kerning first=92 second=121 amount=-9 -kerning first=92 second=119 amount=-8 -kerning first=92 second=118 amount=-8 -kerning first=92 second=117 amount=-3 -kerning first=92 second=116 amount=-8 -kerning first=92 second=113 amount=-2 -kerning first=92 second=111 amount=-2 -kerning first=92 second=108 amount=-2 -kerning first=92 second=103 amount=-2 -kerning first=92 second=101 amount=-2 -kerning first=92 second=99 amount=-2 -kerning first=92 second=89 amount=-9 -kerning first=92 second=87 amount=-8 -kerning first=92 second=86 amount=-8 -kerning first=88 second=8211 amount=-7 -kerning first=88 second=8212 amount=-7 -kerning first=88 second=8249 amount=-6 -kerning first=88 second=8250 amount=-1 -kerning first=89 second=32 amount=-4 -kerning first=89 second=38 amount=-1 -kerning first=89 second=44 amount=-10 -kerning first=89 second=45 amount=-8 -kerning first=89 second=46 amount=-10 -kerning first=89 second=47 amount=-9 -kerning first=89 second=48 amount=-3 -kerning first=89 second=52 amount=-1 -kerning first=89 second=54 amount=-1 -kerning first=89 second=56 amount=-1 -kerning first=89 second=64 amount=-2 -kerning first=89 second=65 amount=-12 -kerning first=89 second=67 amount=-4 -kerning first=89 second=69 amount=-4 -kerning first=89 second=70 amount=-4 -kerning first=89 second=71 amount=-4 -kerning first=89 second=74 amount=-17 -kerning first=89 second=79 amount=-4 -kerning first=89 second=81 amount=-4 -kerning first=89 second=83 amount=-1 -kerning first=89 second=97 amount=-12 -kerning first=89 second=99 amount=-4 -kerning first=89 second=101 amount=-4 -kerning first=89 second=102 amount=-4 -kerning first=89 second=103 amount=-4 -kerning first=89 second=106 amount=-17 -kerning first=89 second=111 amount=-4 -kerning first=89 second=113 amount=-4 -kerning first=89 second=115 amount=-1 -kerning first=89 second=169 amount=-3 -kerning first=89 second=171 amount=-7 -kerning first=89 second=173 amount=-8 -kerning first=89 second=174 amount=-3 -kerning first=89 second=187 amount=-2 -kerning first=92 second=85 amount=-3 -kerning first=92 second=84 amount=-8 -kerning first=92 second=81 amount=-2 -kerning first=92 second=79 amount=-2 -kerning first=92 second=76 amount=-2 -kerning first=92 second=71 amount=-2 -kerning first=92 second=69 amount=-2 -kerning first=92 second=67 amount=-2 -kerning first=92 second=56 amount=-1 -kerning first=92 second=55 amount=-8 -kerning first=92 second=54 amount=-2 -kerning first=92 second=52 amount=-4 -kerning first=92 second=49 amount=-7 -kerning first=92 second=48 amount=-3 -kerning first=92 second=39 amount=-6 -kerning first=92 second=34 amount=-6 -kerning first=91 second=123 amount=-1 -kerning first=91 second=117 amount=-1 -kerning first=91 second=115 amount=-1 -kerning first=91 second=114 amount=-1 -kerning first=91 second=113 amount=-6 -kerning first=91 second=112 amount=-1 -kerning first=91 second=111 amount=-6 -kerning first=91 second=110 amount=-1 -kerning first=91 second=109 amount=-1 -kerning first=91 second=108 amount=-1 -kerning first=91 second=107 amount=-1 -kerning first=91 second=106 amount=-1 -kerning first=91 second=105 amount=-1 -kerning first=91 second=104 amount=-1 -kerning first=91 second=103 amount=-5 -kerning first=91 second=102 amount=-3 -kerning first=91 second=101 amount=-5 -kerning first=91 second=100 amount=-1 -kerning first=91 second=99 amount=-5 -kerning first=91 second=98 amount=-1 -kerning first=91 second=97 amount=-4 -kerning first=91 second=85 amount=-1 -kerning first=91 second=83 amount=-1 -kerning first=89 second=8211 amount=-8 -kerning first=89 second=8212 amount=-8 -kerning first=89 second=8218 amount=-10 -kerning first=89 second=8222 amount=-10 -kerning first=89 second=8230 amount=-10 -kerning first=89 second=8249 amount=-7 -kerning first=89 second=8250 amount=-2 -kerning first=90 second=45 amount=-4 -kerning first=91 second=82 amount=-1 -kerning first=91 second=81 amount=-6 -kerning first=91 second=80 amount=-1 -kerning first=91 second=79 amount=-6 -kerning first=91 second=78 amount=-1 -kerning first=91 second=77 amount=-1 -kerning first=91 second=76 amount=-1 -kerning first=91 second=75 amount=-1 -kerning first=91 second=74 amount=-1 -kerning first=91 second=73 amount=-1 -kerning first=90 second=171 amount=-4 -kerning first=90 second=173 amount=-4 -kerning first=91 second=72 amount=-1 -kerning first=91 second=71 amount=-5 -kerning first=91 second=70 amount=-3 -kerning first=91 second=69 amount=-5 -kerning first=91 second=68 amount=-1 -kerning first=91 second=67 amount=-5 -kerning first=91 second=66 amount=-1 -kerning first=91 second=65 amount=-4 -kerning first=91 second=57 amount=-2 -kerning first=91 second=56 amount=-4 -kerning first=91 second=54 amount=-4 -kerning first=91 second=52 amount=-3 -kerning first=91 second=48 amount=-6 -kerning first=91 second=40 amount=-1 -kerning first=90 second=8249 amount=-4 -kerning first=90 second=8212 amount=-4 -kerning first=90 second=8211 amount=-4 diff --git a/osu.Game.Resources/Fonts/Venera.bin b/osu.Game.Resources/Fonts/Venera.bin new file mode 100644 index 0000000000000000000000000000000000000000..03c8f111fe7bac92bb5df573d45fe22e7b50f588 GIT binary patch literal 17158 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